2008-01-09 Michael Kifer <kifer@cs.stonybrook.edu>
[emacs.git] / lisp / ChangeLog
blobdd955494b772d297149469a9bf4926ca8c0c0ca9
1 2008-01-09  Michael Kifer  <kifer@cs.stonybrook.edu>
3         * ediff*.el: commented out declare-function. "make bootstrap"
4         stops with an error and emacs does not compile with those things in.
5         Besides, declare-function is not defined in XEmacs.
6         
7         * ediff-util (eqiff-quit): autoraise minibuffer.
8         
9         * ediff-diff (ediff-convert-fine-diffs-to-overlays): make it a defin
10         
11         * viper*.el: commented out declare-function -- not defined in XEmacs.
12         
13         * viper-ex.el (viper-info-on-file): take care of indiret buffers.
14         
15         * viper.el (viper-set-hooks, set-cursor-color): set viper-vi-state-cursor-color.
16         
17 2008-01-09  Tom Tromey  <tromey@redhat.com>
19         * vc.el (vc-status-headers): Rename from
20         vc-status-insert-headers.  Just return header.
21         (vc-status-move-to-goal-column): New function.
22         (vc-status-mode-map): Define more keys.
23         (vc-status-mode): Use vc-status-refresh.  Now 'special.
24         (vc-status-refresh): New function.
25         (vc-status-next-line): Likewise.
26         (vc-status-previous-line): Likewise.
27         (vc-status-mark-file): Use vc-status-next-line.
28         (vc-status-unmark-file): Use vc-status-previous-line.
29         (vc-status-unmark-file-up): New function.
30         (vc-status-register): Likewise.
31         (vc-status-find-file): Likewise.
32         (vc-status-find-file-other-window): Likewise.
33         (vc-status-current-file): Likewise.
34         (vc-ensure-vc-buffer): Understand vc-status mode.
36         * vc-hg.el (vc-hg-dir-status): Don't pass -A to "hg status".
38 2008-01-09  Glenn Morris  <rgm@gnu.org>
40         * ffap.el (ffap-string-at-point-mode-alist): Add `\' to file
41         entry, for Windows.
43 2008-01-09  Tom Tromey  <tromey@redhat.com>
45         * play/blackbox.el (blackbox-mode-map): Add `q' and [return] bindings.
47 2008-01-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
49         * ps-print.el: Some face attributes (like :strike-through) was not
50         being recognised.  Reported by Leo <sdl.web@gmail.com>.
51         (ps-print-version): New version 6.8.2.
52         (ps-face-strikout-p, ps-face-overline-p, ps-face-box-p): New funs.
53         (ps-screen-to-bit-face): Fix code.
55 2008-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
57         * ffap.el (ffap-read-file-or-url): Don't use let-binding to temporarily
58         add a file-name handler.
60 2008-01-08  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
62         * textmodes/bibtex.el (bibtex-initialize): New autoloaded command.
63         Rename from function bibtex-files-expand.  New optional arg select.
64         (bibtex-flash-head): Allow blink-matching-delay being zero.
65         (bibtex-clean-entry): Use atomic-change-group.
66         (bibtex-format-entry): Check presence of required fields only
67         after formatting of fields.  Use member-ignore-case.  Do not use
68         bibtex-parse-entry.  Do not use booktitle field to set a missing title.
69         (bibtex-autofill-entry): Do not call undo-boundary.
70         (bibtex-lessp): Handle crossref keys that point to another bibtex file.
71         (bibtex-sort-buffer, bibtex-prepare-new-entry, bibtex-validate):
72         Parse keys if necessary.
74 2008-01-08  Nick Roberts  <nickrob@snap.net.nz>
76         * progmodes/gdb-ui.el (gdb-var-list-children-1): Put varnum in
77         quotes in case of spaces, e.g. STL containers (not pretty).
79 2008-01-08  Nick Roberts  <nickrob@snap.net.nz>
81         * progmodes/gdb-ui.el (gud-gdb-command-name):
82         Explain "--annotate=3" option is necessary for the Graphical Interface.
84 2008-01-08  Nick Roberts  <nickrob@snap.net.nz>
86         * progmodes/hideif.el (hide-ifdef-mode-menu): Put hide-ifdef commands
87         on menu bar.
89 2008-01-08  Michael Albinus  <michael.albinus@gmx.de>
91         * ffap.el (ffap-read-file-or-url): Let-bind
92         `file-name-handler-alist' due to `rfn-eshadow-update-overlay'.
94 2008-01-08  Sven Joachim  <svenjoac@gmx.de>
96         * vc-bzr.el: Fix typo in header.
98 2008-01-08  Eli Zaretskii  <eliz@gnu.org>
100         * Makefile.in (custom-deps, finder-data): Depend on autoloads
101         instead of loaddefs.el.
103 2008-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
105         * vc-cvs.el (vc-cvs-annotate-time): Don't move backward when text
106         gets inserted out-of-order.
108 2008-01-08  Riccardo Murri  <riccardo.murri@gmail.com>
110         * vc-bzr.el: Copyright and version headers update.
111         Remove some outdated comments through the whole file.
112         (vc-bzr-program-args): Remove because unused.
113         (vc-bzr-log-switches): New customization option.
114         (vc-bzr-command): Use LC_MESSAGES=C instead of LC_ALL=C.  No longer
115         use `vc-bzr-program-args'.
116         (vc-bzr-register): Fix for working with both 22.1 and CVS version of
117         `vc-find-root' (patch by Andreas Hoenen).
118         (vc-bzr-status): Update regex to match latest Bzr output.
119         Remove redundant test.
120         (vc-bzr-init-version): New function.
121         (vc-bzr-unregister): Must not delete file.
122         (vc-bzr-find-version): New function.
123         (vc-bzr-checkout): Argument `rev' is explicit revision only if it's
124         a non-empty string, otherwise take head revision.
125         (vc-bzr-print-log): Pass `vc-bzr-log-switches' to "bzr log".
126         (vc-bzr-diff): Simpler build of the revision spec string.
127         (vc-annotate-convert-time, vc-bzr-annotate-difference):
128         Remove: compatibility hacks for Emacs21, not needed in Emacs 22.
129         (vc-bzr-dir-state): Add code comments.  Removed redundant statement.
130         (vc-bzr-dired-state-info): Only provide custom strings for
131         overloaded VC state 'edited; otherwise fallback to
132         `vc-default-dired-state-info'.
134 2008-01-08  Richard Stallman  <rms@gnu.org>
136         * delsel.el (delete-selection-mode): Doc fix.
138 2008-01-08  Nick Roberts  <nickrob@snap.net.nz>
140         * progmodes/gud.el (gud-def): Do nothing if gud-running is t.
141         (gud-speedbar-menu-items): Add item for gdb-var-set-format below.
143         * progmodes/gdb-ui.el (gdb-var-set-format): Set the output format
144         of watch expressions (only works fully with GDB 6.7 or later).
146 2008-01-08  Dan Nicolaescu  <dann@ics.uci.edu>
148         * time-stamp.el (time-stamp-time-zone):
149         * whitespace.el (whitespace-check-buffer-leading)
150         (whitespace-check-buffer-trailing, whitespace-check-buffer-indent)
151         (whitespace-check-buffer-spacetab, whitespace-check-buffer-ateol):
152         * progmodes/sh-script.el (sh-indentation):
153         * textmodes/ispell.el (ispell-local-pdict):
154         Add safe-local-variable properties.
156 2008-01-08  Michael Albinus  <michael.albinus@gmx.de>
158         * vc-git.el (vc-git--call): Apply `process-file' instead of
159         `call-process'.
161         * net/tramp.el (tramp-remote-process-environment): Add "LC_CTYPE=C".
162         Reported by Pete Forman <pete.forman@westerngeco.com>.
163         (tramp-perl-encode, tramp-perl-decode): Update copyrights.
164         (tramp-handle-process-file): Handle the case where DESTINATION is
165         a consp with t as car.
166         (tramp-wait-for-output): We shall remove exactly what has been
167         find by the search.
169 2008-01-08  Kevin Ryde  <user42@zip.com.au>
171         * progmodes/compile.el (compilation-error-regexp-alist-alist):
172         For perl, allow "during global destruction" at end.  Add entry for
173         two-arg form of the Test module ok() func.
175 2008-01-08  Glenn Morris  <rgm@gnu.org>
177         * diff-mode.el (diff-end-of-hunk): Don't match empty lines in
178         unified format.
180         * mouse.el (mouse-major-mode-menu): Suppress duplicate menus.
182 2008-01-08  Ralf Angeli  <angeli@caeruleus.net>
184         * textmodes/reftex-toc.el (reftex-make-separate-toc-frame):
185         Simplify selection of frame focusing function.
187 2008-01-08  Michael Olson  <mwolson@gnu.org>
189         * textmodes/remember.el (remember-region): Fix typo in docstring.
191 2008-01-08  Lennart Borgman  <lennart.borgman.073@student.lu.se>
193         * textmodes/remember.el (remember): If there is a visible region
194         [that is, the mark is active and transient mark mode is enabled]
195         then use this region for the initial contents of the *Remember*
196         buffer.  Use `region-beginning' and `region-end' instead of
197         `point' and `mark'.
199 2008-01-07  Dan Nicolaescu  <dann@ics.uci.edu>
201         * vc-hg.el (vc-hg-dir-state, vc-hg-dir-status): Pass the dir
202         argument to vc-hg-command.
203         (vc-hg-log-view-mode): Handle the user field better.
205 2008-01-06  Stefan Monnier  <monnier@iro.umontreal.ca>
207         * vc.el (vc-ensure-vc-buffer): Check liveness of vc-parent-buffer.
209 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
211         * vc.el (vc-status-fileinfo): New defstruct.
212         (vc-status): New defvar
213         (vc-status-insert-headers, vc-status-printer, vc-status)
214         (vc-status-mode-map, vc-status-mode, vc-status-mark-file)
215         (vc-status-unmark-file, vc-status-marked-files): New functions.
217         * vc-hg.el (vc-hg-dir-status): New function.
219 2008-01-06  Martin Rudalics  <rudalics@gmx.at>
221         * cus-edit.el (custom-tool-bar-map): Move initialization of this
222         keymap from here ...
223         (custom-mode): ... to here.  Reported by Reiner Steib.
225 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
227         * obsolete/x-apollo.el: Remove file for unsupported system.
229         * term/x-win.el (vendor-specific-keysyms): Remove reference to
230         Apollo.
232         * progmodes/gud.el (gud-dgux-p): Remove.
233         (dbx): Remove reference to dgux.
235         * progmodes/ps-mode.el (ps-mode-print-function):
236         * ps-print.el (ps-lp-system):
237         * paths.el (rmail-spool-directory):
238         * ls-lisp.el (ls-lisp-emulation):
239         * lpr.el (lpr-lp-system):
240         * dired.el (dired-chown-program): Remove references to dgux.
242 2008-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
244         * vc.el (vc-process-sentinel): Fix apparent typo.
245         (vc-do-command): Forcefully kill any left over process.
246         Use start-file-process.
247         (vc-annotate-get-time-set-line-props): Check we don't move backward.
249 2008-01-04  Michael Albinus  <michael.albinus@gmx.de>
251         * net/dbus.el (dbus-list-hash-table)
252         (dbus-name-owner-changed-handler): Replace "signal" by "member".
253         (dbus-check-event): Add serial number to event.
254         (dbus-handle-event): Apply return message if needed.
255         (dbus-event-serial-number): New defun.
256         (dbus-event-service-name, dbus-event-path-name)
257         (dbus-event-interface-name, dbus-event-member-name):
258         Adapt implementation to serial number.
260 2008-01-04  Juanma Barranquero  <lekktu@gmail.com>
262         * bs.el (bs--get-mode-name): Fix typo in previous change.
264 2008-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
266         * mouse.el (mouse-popup-menubar): Fix typo.
268         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Move one more
269         form inside with-current-buffer.
271         * progmodes/antlr-mode.el (provide): Move to the end of file.
272         (require): Don't require font-lock and compile.
273         (outline-level, imenu-use-markers, imenu-create-index-function):
274         Move declarations to top level.
275         (cond-emacs-xemacs-macfn): Declare for compiler.
277         * vc-bzr.el (vc-bzr-root):
278         * vc-arch.el (vc-arch-root): Only set a property if the file is
279         managed by this backend.
281         * vc-hg.el (vc-hg-state): Support the new status code for
282         up-to-date.
284 2008-01-04  Tassilo Horn  <tassilo@member.fsf.org>
286         * doc-view.el (doc-view-scroll-up-or-next-page)
287         (doc-view-scroll-down-or-previous-page): Don't scroll to the
288         top/bottom again when on the first/last page.
290         * doc-view.el (doc-view-scroll-up-or-next-page)
291         (doc-view-scroll-down-or-previous-page): Use image-scroll-up and
292         image-scroll-down instead of the non-image equivalents.  Don't
293         rely on a signalled condition but switch pages when scrolling
294         doesn't change the vertical position anymore.
295         (doc-view-mode-map): Remap scroll-{up,down} to
296         image-scroll-{up,down}.
298 2008-01-04  Rob Riepel  <riepel@networking.Stanford.EDU>
300         * emulation/tpu-edt.el (tpu-load-xkeys): Recommend to run the
301         tpu-mapper command rather than load the tpu-mapper package.
303         * emulation/tpu-mapper.el (tpu-mapper): New command.
304         Contains all the code previously at top-level.
306 2008-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
308         * bs.el (bs--sort-by-mode, bs--get-mode-name):
309         * imenu.el (imenu-add-to-menubar):
310         * makesum.el (make-command-summary):
311         * mouse.el (mouse-major-mode-menu, mouse-popup-menubar, mouse-buffer-menu):
312         * msb.el (msb--mode-menu-cond):
313         * calc/calc-embed.el (calc-do-embedded):
314         * emacs-lisp/helper.el (Helper-describe-mode):
315         * mail/emacsbug.el (report-emacs-bug):
316         * progmodes/hideshow.el (hs-grok-mode-type):
317         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
318         * textmodes/table.el (*table--cell-describe-mode):
319         Pass mode-name through format-mode-line.
321 2008-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
323         * progmodes/ada-xref.el (ada-prj-find-prj-file):
324         * progmodes/ada-mode.el (comment-region):
325         * calendar/todo-mode.el (todo-insert-item):
326         * bookmark.el (bookmark-buffer-name): Test major-mode rather than mode-name.
328 2008-01-04  Richard Stallman  <rms@gnu.org>
330         * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
331         Call byte-compile-warn-about-unresolved-functions outside
332         the with-current-buffer.
333         (byte-compile-insert-header): Use with-current-buffer.
335 2008-01-04  Glenn Morris  <rgm@gnu.org>
337         * startup.el (fancy-about-screen): Remove reference to deleted
338         `fancy-splash-help-echo' variable.
340         * version.el (emacs-copyright): Update to 2008.
342         * net/tramp-smb.el (tramp-smb-handle-insert-directory): Use mapc
343         rather than mapcar.
345         * progmodes/cc-vars.el (defcustom-c-stylevar): Revert previous
346         change (merge mistake).
348         * doc-view.el (doc-view-search-internal): Don't use `incf'.
350         * doc-view.el (bookmark-make-cell-function, bookmark-get-filename)
351         (bookmark-get-bookmark-record):
352         * image-mode.el (bookmark-make-cell-function)
353         (bookmark-get-filename, bookmark-get-bookmark-record)
354         (bookmark-get-position):
355         * log-view.el (vc-modify-change-comment):
356         * progmodes/grep.el (find-name-arg): Declare for compiler.
358 2008-01-04  Juanma Barranquero  <lekktu@gmail.com>
360         * savehist.el (savehist-coding-system): Default to a variant coding
361         system with explicit unix end-of-line conversion, which is safer.
363 2008-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
365         * ibuf-ext.el (mode-name sorter, ibuffer-mark-by-mode-regexp):
366         * ibuffer.el (mode column): Use format-mode-line.
368         * server.el (server-create-window-system-frame): Remove workaround for
369         a bug that has been fixed.
371 2008-01-03  Magnus Henoch  <magnus@zemdatav>
373         * net/dbus.el (dbus-name-owner-changed-handler):
374         Use dbus-unregister-object instead of dbus-unregister-signal.
376 2008-01-03  Drew Adams  <drew.adams@oracle.com>
378         * frame.el (frame-geom-value-cons, frame-geom-spec-cons): New fns.
380 2008-01-03  Richard Stallman  <rms@gnu.org>
382         * replace.el (occur-context-lines): New subroutine,
383         broken out of occur-engine.
384         (occur-engine): Call it.
386 2008-01-03  Alexandre Julliard  <julliard@winehq.org>
388         * vc-git.el (vc-git--ls-files-state): New function.
389         (vc-git-dir-state): Use it instead of processing the status
390         results here.
392 2008-01-02  Eric S. Raymond  <esr@snark.thyrsus.com>
394         * progmodes/grep.el (grep-find-ignored-directories):
395         Initialize from the value of vc-directory-exclusion-list.
397         * vc-hooks (vc-directory-exclusion-list):  Include "_darcs",
398         even though we don't have a back end for darcs yet.
400 2008-01-02  Karl Fogel  <kfogel@red-bean.com>
402         Change a return type, for greater extensibility.  See
403         http://lists.gnu.org/archive/html/emacs-devel/2007-12/msg01077.html
404         and its thread for discussion leading to this change.
406         * emacs-cvs/lisp/bookmark.el:
407         (bookmark-jump-noselect): Return an alist instead of a dotted pair.
408         (bookmark-jump, bookmark-jump-other-window, bookmark-insert)
409         (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
410         (bookmark-bmenu-switch-other-window): Adjust accordingly.
411         (bookmark-make-cell-function): Adjust documentation accordingly.
413         * emacs-cvs/lisp/image-mode.el
414         (image-bookmark-jump): Adjust return type accordingly; document.
416         * emacs-cvs/lisp/doc-view.el
417         (doc-view-bookmark-jump): Adjust return type accordingly; document.
419 2008-01-02  Miles Bader  <miles@gnu.org>
421         * net/rcirc.el (rcirc-log-filename-function): New variable.
422         (rcirc-log): Use `rcirc-log-filename-function' to generate the
423         log-file name.  Don't log anything if it returns nil.
424         (rcirc-log-write): Use `expand-file-name' when merging the
425         log-file name from the alist with rcirc-log-directory; this does
426         the right thing if the name in the alist already an absolute
427         filename.  Make the log-file directory if necessary.
429 2007-12-29  Richard Stallman  <rms@gnu.org>
431         * font-lock.el (font-lock-prepend-text-property)
432         (font-lock-append-text-property): Canonicalize the face and
433         font-lock-face properties.
435         * faces.el (facep): Doc fix.
437         * startup.el (fancy-startup-tail, fancy-about-text)
438         (fancy-startup-text): Regularize format of face property.
440         * facemenu.el (list-colors-print): Use :background and :foreground
441         instead of background-color and foreground-color.
443 2007-12-29  Drew Adams  <drew.adams@oracle.com>
445         * cus-edit.el (custom-add-parent-links):
446         Fill the "Parent documentation" text.
448 2007-12-29  Eli Zaretskii  <eliz@gnu.org>
450         * textmodes/ispell.el (ispell-grep-command): Use "grep" on
451         MS-Windows and MS-DOS.
452         (ispell-grep-options): Use "-Ei" on MS-Windows and MS-DOS.
454 2008-01-02  Eric S. Raymond  <esr@snark.thyrsus.com>
456         * vc-svn.el (vc-svn-modify-change comment): New function.
458 2008-01-01  Dan Nicolaescu  <dann@ics.uci.edu>
460         * vc-git.el (vc-git-dir-state): Set the vc-backend property.
461         Do not disable undo, with-temp-buffer does it by default.
463 2008-01-01  Eric S. Raymond  <esr@snark.thyrsus.com>
465         * vc-svn.el (vc-svn-parse-status): Set the 'unregisted property
466         correctly.
468         * vc.el (vc-dired-hook):  Speed tuning.  Replace a vc-backend call
469         with vc-state.
470         (vc-next-action): Fix vc-transfer-file call.
472 2007-12-31  Tom Tromey  <tromey@redhat.com>
474         * emacs-lisp/elp.el (elp-results): Use header-line-format for header.
475         Move point to the start of the buffer.
477 2007-12-31  Dan Nicolaescu  <dann@ics.uci.edu>
479         * vc-cvs.el (vc-cvs-parse-entry): Set the vc-backend property.
481         * vc.el: State that dir-state is required to set the vc-state and
482         vc-backend properties.
484 2007-12-31  Martin Rudalics  <rudalics@gmx.at>
486         * man.el (Man-default-man-entry): Make this a defun.
487         Improve guessing mechanism and handling of section numbers.
489 2007-12-31  Richard Stallman  <rms@gnu.org>
491         * faces.el (face-all-attributes): If FRAME is nil, return defaults.
493 2007-12-31  Jay Belanger  <jay.p.belanger@gmail.com>
495         * calc/calc-units.el (calc-convert-temperature): Ensure that units
496         are on the result even when the result is zero.
498 2007-12-30  Michael Albinus  <michael.albinus@gmx.de>
500         * net/dbus.el (dbus-name-owner-changed-handler): Make the function
501         resistent towards wrong parameters.
502         (dbus-handle-event): Propagate D-Bus errors only in the debug case.
504 2007-12-30  Richard Stallman  <rms@gnu.org>
506         * faces.el (face-all-attributes): New function.
508         * faces.el (face-differs-from-default-p): Compute list of attr names
509         from face-attribute-name-alist.
511         * cus-edit.el (custom-face-set): Call `face-spec-set' with FOR-DEFFACE.
512         (custom-face-save): Likewise.
513         (custom-face-reset-saved, custom-face-reset-standard): Likewise.
515         * cus-face.el (custom-declare-face): Per frame, use `face-spec-set-2'.
516         (custom-theme-set-faces): Clear `face-override-spec' property.
517         Call `face-spec-set' with FOR-DEFFACE.
519         * custom.el (custom-theme-recalc-face): Simply call `face-spec-recalc'.
521         * faces.el (face-spec-set): Third arg is now FOR-DEFFACE.
522         Use of frame as third arg is deprecated.
523         Handle `face-override-spec' property.
524         (face-spec-recalc): New function.
525         (face-spec-set-2): New function.
526         (frame-set-background-mode): Handle `face-override-spec' property.
527         Use `face-spec-recalc'.
528         (face-set-after-frame-default): Use `face-spec-recalc'.
530 2007-12-29  Nick Roberts  <nickrob@snap.net.nz>
532         * thumbs.el (thumbs-conversion-program): Add comment for Windows XP.
534 2007-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
536         * vc-hg.el (vc-hg-dir-state): Set the vc-backend property.
538 2007-12-29  Eric S. Raymond  <esr@snark.thyrsus.com>
540         * vc-svn.el (vc-svn-parse-status): Recognize 'unregistered,
541         'added, 'removed.
543         * vc.el (header coment): Better description of dir-state.
544         (vc-compatible-state): New function.  Checks whether two states
545         can be in the same changeset; used with 'edited it can test whether
546         the next action for a state should be commit.
547         (vc-default-dired-state-info): Display 'removed state.
548         (vc-dired-hook): Turn off undo, this is a speed tweak.
550         * vc-bzr.el (vc-bzr-dir-state): Recognize 'added.
552         * vc-hg.el (vc-bzr-hg-state): Recognize 'added and 'removed.
553         Cope with the possibility that the 'C' status flag might change
554         in 0.9,6.
556         * vc-git.el (vc-bzr-dir-state): Recognize 'removed.
558 2007-12-29  Thien-Thi Nguyen  <ttn@gnuvola.org>
560         * files.el (cd-absolute): Fix omission bug:
561         Make `list-buffers-directory' buffer-local.
563 2007-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
565         * vc-hg.el (vc-hg-dir-state): Deal with the up-to-date state.
567 2007-12-29  Jay Belanger  <jay.p.belanger@gmail.com>
569         * calc/calc-aent.el (math-read-token): Fix misplaced parentheses.
571         * calc/calc-lang.el (calc-yacas-language, calc-maxima-language)
572         (calc-giac-language, math-yacas-parse-Sum, math-yacas-compose-sum)
573         (math-yacas-compose-deriv, math-yacas-compose-taylor)
574         (math-maxima-parse-subst, math-maxima-parse-taylor)
575         (math-maxima-compose-taylor, math-maxima-compose-subst)
576         (math-maxima-compose-if, math-lang-switch-args)
577         (math-lang-compose-switch-args, math-read-giac-subscr):
578         New functions.
579         (calc-lang-allow-underscores, calc-lang-allow-percentsigns)
580         (calc-lang-brackets-are-subscripts, calc-lang-c-type-hex):
581         Add languages.
582         (math-vector-brackets, math-complex-format, math-variable-table)
583         (math-parse-table, math-oper-table, math-function-table)
584         (math-special-function-table, math-compose-subscr):
585         Add values for new languages.
587         * calc/calccomp.el (math-compose-expr): Add new languages.
589         * calc/calc.el (calc-language): Add languages to docstring.
591         * calc/calc-ext.el (calc-init-extensions): Add keybindings
592         for new languages.  Autoload commands to change languages.
594         * calc/calc-help.el (calc-d-prefix-help): Add new languages.
596         * calc/calc-menu.el (calc-modes-menu): Add new languages.
597         (calc-arithmetic-menu, calc-scientific-function-menu)
598         (calc-algebra-menu, calc-graphics-menu, calc-vectors-menu)
599         (calc-units-menu, calc-variables-menu, calc-stack-menu):
600         Add :active keywords.
602 2007-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
604         * vc-hg.el (vc-hg-registered): Return the false when vc-hg-state
605         returns 'ignored or 'unregistered.
606         (vc-hg-state): Pass "-A" to the status command and deal with the
607         output.
608         (vc-hg-dir-state): Pass "-A" to the status command.
610 2007-12-29  Richard Stallman  <rms@gnu.org>
612         * progmodes/compile.el (compilation-start): Set initial visible
613         point properly even when compilation buffer already current.
615 2007-12-29  Richard Stallman  <rms@gnu.org>
617         * files.el (conf-mode-maybe): New function.
618         (auto-mode-alist): Use conf-mode-maybe for .conf etc.
620 2007-12-29  Martin Rudalics  <rudalics@gmx.at>
622         * textmodes/fill.el (fill-find-break-point): Fix doc-string typo.
624 2007-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
626         * progmodes/asm-mode.el (asm-mode-map): Add a major mode menu.
628 2007-12-29  Richard Stallman  <rms@gnu.org>
630         * comint.el (comint-mode-map): Explicitly bind `delete' and `kp-delete'
631         so they never do EOF.
633 2007-12-29  Richard Stallman  <rms@gnu.org>
635         * faces.el (copy-face): Create the new face explicitly if it
636         does not exist already.
638 2007-12-29  Eli Zaretskii  <eliz@gnu.org>
640         * simple.el (minibuffer-history, shell-command-history)
641         (set-variable-value-history):
642         * replace.el (regexp-history):
643         * international/mule-cmds.el (input-method-history):
644         * files.el (file-name-history): Add reference to history-length in
645         the doc string.
647 2007-12-29  Richard Stallman  <rms@gnu.org>
649         * comint.el (comint-password-prompt-regexp): Match `Enter Password'.
651 2007-12-29  Jason Rumney  <jasonr@gnu.org>
653         * find-dired.el (find-name-arg): New custom variable.
654         (find-name-dired): Use it.
655         (find-dired-find-program): Remove.
656         (find-dired): Use find-program.
657         (find-grep-dired): Use grep-program.
659         * progmodes/grep.el (rgrep): Use find-name-arg.
661 2007-12-29  Thien-Thi Nguyen  <ttn@gnuvola.org>
663         * progmodes/cc-vars.el (defcustom-c-stylevar):
664         Revert to pre-2007-12-12 version.
666 2007-12-29  Richard Stallman  <rms@gnu.org>
668         * emacs-lisp/find-func.el (find-function-after-hook): Add :type.
670         * info.el (Info-clone-buffer): Rename from Info-clone-buffer-hook.
671         Use changed.
673         * startup.el (fancy-splash-help-echo): Var deleted.
674         (fancy-splash-insert): Get help-echo from (startup-echo-area-message).
675         (fancy-about-screen): Don't display fancy-splash-help-echo.
677         * menu-bar.el (menu-bar-describe-menu): Remove dots from menu text.
679 2007-12-28  Eric S. Raymond  <esr@snark.thyrsus.com>
681         * vc-hooks.el, vc.el: Move vc-directory-exclusion-list from vc.el
682         to vc-hooks.el so it will be available to other modes, such as
683         speedbar.el.  Also, teach it to recognize monotone state directories.
685         * speedbar.el: Remove this mode's fragile assumptions about
686         version-control systems.  Instead, make it use logic from
687         vc-hooks.el so it will become smarter whenever VC mode does.
689         * vc-hooks.el: 'added is a real state, not a future hypothetical one.
690         Fix the documentation.
692         * vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el, vc-mcvs.el, vc-svn.el:
693         Modify all instances of the dir-state back-end method to suppress
694         keeping undo lists on the buffers holding status output, which
695         can get extremely large.
697         * vc-cvs.el, vc-svn.el: Simplify backend dired-state-info functions
698         so they don't do work that the default one can do instead.
700         * vc-hooks.el (vc-state): Document new 'ignored and 'unregistered
701         states, and the new return-value convention.  These are not
702         actually used yet, just set.
704         * vc-svn.el (vc-svn-parse-status): Set 'ignored and 'unregistered
705         states when appropriate.
707         * vc-hg.el (vc-hg-state, vc-hg-dir-state): Set 'ignored and
708         'unregistered when appropriate.
710         * vc-git.el: Document that we don't set the new states yet.
712         * vc.el (vc-dired-state-info): Display 'added, 'unregistered and
713         'ignored states.
715         * vc-cvs.el (vc-cvs-parse-status): Set the 'ignored state when
716         appropriate.
718         * vc-bzr.el (vc-bzr-dir-state): Set 'ignored and 'unregistered
719         when appropriate.
721 2007-12-28  Nick Roberts  <nickrob@snap.net.nz>
723         * thumbs.el (thumbs-call-convert): Use call-process directly
724         with thumbs-conversion-program instead of through shell-file-name
725         for better error reporting.
727 2007-12-27  Jay Belanger  <jay.p.belanger@gmail.com>
729         * calc/calc-aent.el (math-remove-percentsigns):
730         * calc/calccomp.el (math-to-percentsigns): Change placeholder
731         for percent signs.
733 2007-12-27  Eric S. Raymond  <esr@snark.thyrsus.com>
735         * vc.el (vc-dired-ignorable-p, vc-dired-hook): Speed optimization;
736         use completion-ignored-extensions to detect files that should be
737         ignorted in VC-Dired listings, heading off lots of expensive calls
738         to (vc-state).
740         * vc.el (vc-dired-hook): Show unregistered file status as "?" in
741         non-terse mode.
742         (vc-dired-ignorable-p): Ignore Makefile when it has a peer named
743         Makefile.in or Makefile.am
745 2007-12-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
747         * ps-print.el (ps-mark-active-p): Fun returned back.
748         (ps-print-preprint-region): Use `ps-mark-active-p' instead of
749         `region-active-p' for error checking.
751 2007-12-27  Eric S. Raymond  <esr@snark.thyrsus.com>
753         * vc.el, vc-sccs.el, vc-rcs.el, vc-cs.el, vc-mcvs.el:
754         Put new machinery in place to support editing of change comments
755         with 'e' in a log-view buffer.  Not documented yet as this
756         only works for SCCS, RCS, and maybe CVS if you have admin
757         privileges.  When we have backend support for Subversion and
758         more modern systems it will be time to write this up.
760 2007-12-27  Kenichi Handa  <handa@ni.aist.go.jp>
762         * international/mule-cmds.el (select-safe-coding-system):
763         When a buffer is modified, cancel the writing.
765 2007-12-26  Eric S. Raymond  <esr@snark.thyrsus.com>
767         * log-view.el: Add Subversion and Mercurial log format samples.
769         * vc.el (vc-dired-hook): Significantly speed up by arranging for
770         it to call the backend dir-state hook (if it exists)
771         exactly *once*, rather than once per each subdirectory (with
772         dired-state-info calls on all toplevel files slowing it down even
773         further).  For this to work, backend dir-state methods have to
774         recurse to subdirectories.  Most of them already did anyway; a few
775         needed *non*-recursion switches removed.  This change mostly
776         removed code that was perversely bad and should have been shot
777         through the head years ago.
779         * vc-bzr.el (vc-bzr-dir-state):
780         * vc-cvs.el (vc-cvs-dir-state):
781         * vc-mcvs.el (vc-mcvs-dir-state):
782         * vc-svn.el (vc-svn-dir-state): Recurse in subdirectories.
784         * vc-svn.el (vc-svn-print-log): svn log doesn't actually accept
785         multiple arguments, so generate logs sequentially when we get them.
786         * vc-hg.el (vc-hg-print-log): Gives this CVS-like "Working file:"
787         headers so the various log bindings can do the right thing.
788         * vc-cvs.el (vc-cvs-print-log): Fix a misleading comment.
790 2007-12-26  Andreas Schwab  <schwab@suse.de>
792         * font-lock.el (save-buffer-state): Make sure the state of the
793         buffer is always restored.
795 2007-12-26  Jay Belanger  <jay.p.belanger@gmail.com>
797         * calc/calc.el (calc-lang-allow-percentsigns): New variable.
799         * calc/calc-lang.el (calc-lang-allow-percentsigns): Declare as
800         a variable.
802         * calc/calccomp.el (math-to-percentsigns): New function.
803         (math-compose-var): Handle variables with percent signs.
804         (math-compose-expr): Handle function names with percent signs.
806         * calc/calc-aent.el (math-to-percentsigns): Declare as function.
807         (math-read-exprs): Handle percent signs in languages that
808         allow them.
809         (math-restore-underscores): Remove function.
810         (math-remove-percentsigns, math-restore-placeholders):
811         New functions.
813 2007-12-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
815         * ps-print.el (ps-print-preprint-region): Use `region-active-p' instead
816         of `mark' for error checking.
818 2007-12-26  Tassilo Horn  <tassilo@member.fsf.org>
820         * image-mode.el (image-bookmark-make-cell, image-bookmark-jump):
821         New functions.
822         (image-mode): Set bookmark-make-cell-function appropriately.
824         * doc-view.el (doc-view-bookmark-jump): Correct misspelled arg name.
826         * bookmark.el (bookmark-make-cell-function): New variable.
827         (bookmark-make): Call bookmark-make-cell-function's function
828         instead of bookmark-make-cell.
829         (bookmark-get-handler, bookmark-jump-internal): New functions.
830         (bookmark-jump, bookmark-jump-other-window, bookmark-insert)
831         (bookmark-bmenu-2-window, bookmark-bmenu-other-window):
832         Use bookmark-jump-internal.
833         (bookmark-make-cell-for-text-file): Rename from bookmark-make-cell.
835         * doc-view.el (doc-view-bookmark-make-cell)
836         (doc-view-bookmark-jump): New functions.
837         (doc-view-mode): Set bookmark-make-cell-function buffer-locally.
839 2007-12-25  Miles Bader  <miles@gnu.org>
841         * indent.el (indent-for-tab-command): Rigidly indent the following
842         sexp along with the current line when a prefix arg is given in the
843         non-active-region case.  Specify raw prefix in interactive spec.
844         Simplify main indentation logic to get rid of the conditional call
845         to `indent-according-to-mode' (it just ended up calling
846         `indent-line-function' in all cases anyway, which can be done more
847         simply here).  Remove unnecessary test of ARG in active region case.
849 2007-12-25  Richard Stallman  <rms@gnu.org>
851         * allout.el (allout-region-active-p): Rename from my-region-active-p.
852         Use `use-region-p'.
853         (allout-write-file-hook-handler): Simplify code.
855         * ps-print.el (ps-mark-active-p): Function deleted.
856         (ps-print-preprint-region): Use (mark) for the error check.
858         * tooltip.el (tooltip-region-active-p): Use `use-region-p'.
860         * winner.el (winner-active-region): Use `mark-active' if it's defined.
862         * progmodes/ada-mode.el (ada-region-selected): Use `use-region-p'.
864         * textmodes/org.el (org-region-active-p): Use `use-region-p'.
866         * progmodes/idlwave.el (idlwave-region-active-p): Use `use-region-p'.
868         * textmodes/reftex.el (reftex-region-active-p): Use `use-region-p'.
870         * progmodes/cc-defs.el (c-region-is-active-p):
871         Use `mark-active' if it's defined.
873         * progmodes/cc-cmds.el (c-indent-line-or-region):
874         Pass prefix arg to `c-indent-command'.  Use `use-region-p'.
876         * simple.el (select-active-regions): New option.
877         (set-mark): Obey it.
878         (yank-pop-change-selection): New option.
879         (current-kill): Obey it.
881         * simple.el (use-region-p): Rename from `region-active-p'.
882         (region-active-p): New function.
884 2007-12-25  David Golden  <david.delaharpe.golden@gmail.com>  (tiny change)
886         * term/x-win.el (x-select-enable-primary): New option.
887         (x-select-text, x-cut-buffer-or-selection-value): Obey it.
889         * mouse.el (mouse-yank-primary): New function (almost same
890         as mouse-yank-secondary).
892 2007-12-25  Dan Nicolaescu  <dann@ics.uci.edu>
894         * calculator.el:
895         * dframe.el:
896         * iswitchb.el:
897         * whitespace.el:
898         * winner.el:
899         * emacs-lisp/checkdoc.el:
900         * mail/feedmail.el:
901         * net/quickurl.el:
902         * obsolete/fast-lock.el:
903         * play/5x5.el:
904         * progmodes/delphi.el:
905         * progmodes/idlw-shell.el:
906         * progmodes/idlwave.el:
907         * textmodes/artist.el:
908         * textmodes/ispell.el:
909         * textmodes/texinfmt.el:
910         * textmodes/texinfo.el: Remove obsolete definitions of backward
911         compatibility macros for defcustom, defgroup, defface, when,
912         unless, with-current-buffer and with-temp-message.
914 2007-12-24  Nick Roberts  <nickrob@snap.net.nz>
916         * progmodes/verilog-mode.el: Reformat parts to 80 columns.
918 2007-12-23  Stefan Monnier  <monnier@iro.umontreal.ca>
920         * server.el (server-save-buffers-kill-terminal): Check the `proc' is
921         indeed a process.
923 2007-12-23  Richard Stallman  <rms@gnu.org>
925         * simple.el (region-active-p): New function.
926         (use-empty-active-region): New variable.
928         * dired-aux.el (dired): Load dired.el at run time too.
930 2007-12-23  Juri Linkov  <juri@jurta.org>
932         * man.el (Man-follow-manual-reference): Fill the minibuffer's
933         default list with a full list of references.
935         * files.el (auto-mode-alist): Add \\' to doc-view files regexp.
937 2007-12-23  Andreas Schwab  <schwab@suse.de>
939         * files.el (switch-to-buffer-other-frame): Return the buffer
940         switched to.
942 2007-12-23  Michael Albinus  <michael.albinus@gmx.de>
944         Sync with Tramp 2.1.12.
946         * net/tramp.el: New todo item.
948         * net/tramp-smb.el (tramp-smb-handle-insert-directory): Handle "-F"
949         switch.  Reported by Mark T. Kennedy <mkennedy@diamondbackcap.com>.
951         * net/trampver.el: Update release number.
953 2007-12-22  Richard Stallman  <rms@gnu.org>
955         * newcomment.el (comment-region-default): Don't triple the
956         comment starter if the first region line isn't indented enough.
958 2007-12-21  Martin Rudalics  <rudalics@gmx.at>
960         * autoinsert.el (auto-insert-alist): Remove nonsensical precision
961         specifier from format-string.  Reported by Ye Wenbin.
963 2007-12-20  Jason Rumney  <jasonr@gnu.org>
965         * nxml/nxml-mode.el (nxml-faces): Rename from nxml-highlighting-faces.
966         Parent group is font-lock-faces.
967         (nxml-light-blue-color, nxml-dark-blue-color, nxml-green-color)
968         (nxml-sky-blue-color, nxml-dark-green-color, nxml-light-green-color):
969         (nxml-version): Remove.
970         (nxml-delimited-data, nxml-name, nxml-ref, nxml-delimiter)
971         (nxml-text, nxml-comment-content, nxml-comment-delimiter)
972         (nxml-processing-instruction-delimiter)
973         (nxml-processing-instruction-target)
974         (nxml-processing-instruction-content, nxml-cdata-section-delimiter)
975         (nxml-cdata-section-CDATA, nxml-cdata-section-content)
976         (nxml-char-ref-number, nxml-char-ref-delimiter, nxml-entity-ref-name)
977         (nxml-entity-ref-delimiter, nxml-tag-delimiter, nxml-tag-slash)
978         (nxml-element-prefix, nxml-element-colon, nxml-element-local-name)
979         (nxml-attribute-prefix, nxml-attribute-colon)
980         (nxml-attribute-local-name, nxml-namespace-attribute-xmlns)
981         (nxml-namespace-attribute-colon, nxml-namespace-attribute-prefix)
982         (nxml-attribute-value, nxml-attribute-value-delimiter)
983         (nxml-namespace-attibute-value)
984         (nxml-namespace-attribure-value-delimiter)
985         (nxml-prolog-literal-delimiter, nxml-prolog-literal-content)
986         (nxml-prolog-keyword, nxml-markup-declaration-delimiter, nxml-hash)
987         (nxml-glyph): Rename, removing -face suffix.
988         Inherit from existing font-lock faces.
989         (nxml-apply-fontify-rule, nxml-char-ref-display-extra):
990         Use new face names.
992         * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
993         (nxml-outline-active-indicator, nxml-outline-ellipsis):
994         Rename, removing -face suffix.
995         (nxml-highlighted-less-than, nxml-highlighted-greater-than)
996         (nxml-highlighted-colon, nxml-highlighted-slash)
997         (nxml-highlighted-ellipsis, nxml-highlighted-inactive-minus)
998         (nxml-highlighted-active-minus, nxml-highlighted-active-plus)
999         (nxml-highlighted-qname, nxml-outline-display-heading):
1000         Use new face names.
1002         * nxml/rng-valid.el (rng-error): Rename from rng-error-face.
1004         * nxml/rng-nxml.el (rng-nxml-easy-menu): Remove nxml-version.
1006 2007-12-19  Martin Rudalics  <rudalics@gmx.at>
1008         * cus-start.el (all): Use correct group name for members of
1009         mode-line group.
1011         * man.el (Man-default-man-entry): When looking for default man
1012         entry title search text preceding point.  Use when instead of if.
1014         * indent.el (indent-for-tab-command): Fix doc-string typo.
1016         * vc.el (vc-ensure-vc-buffer): Avoid infinite looping when
1017         vc-parent-buffer is the current buffer.
1019         * info-look.el (info-lookup, info-lookup-setup-mode)
1020         (info-lookup-make-completions): Avoid clobbering Info-history and
1021         Info-history-list.
1023 2007-12-19  Glenn Morris  <rgm@gnu.org>
1025         * progmodes/verilog-mode.el (top-level): Don't require compile.
1026         (compilation-error-regexp-alist, compilation-last-buffer):
1027         Define for compiler.
1028         (verilog-insert-1): New function.
1029         (verilog-insert-indices, verilog-generate-numbers): Doc fixes.
1030         Use verilog-insert-1.
1031         (verilog-surelint-off): Use next-error-last-buffer if bound.
1032         Check compile buffer is live.
1034 2007-12-19  John J Foerch  <jjfoerch@earthlink.net>  (tiny change)
1036         * progmodes/compile.el (compilation-start): Don't pass a FRAME
1037         argument to display-buffer.
1039 2007-12-19  Jason Rumney  <jasonr@gnu.org>
1041         * nxml/rng-maint.el (rng-format-manual): Do not autoload.
1042         (rng-autoload-modules, rng-update-autoloads, rng-compile-modules)
1043         (rng-byte-compile-load, rng-write-version): Remove.
1045         * nxml/rng-loc.el (rng-schema-locating-files-default)
1046         (rng-schema-locating-file-schema-file): Use files in etc/schemas.
1047         (rng-schema-loader-alist): Use rng-c-load-schema to load rnc files.
1049 2007-12-18  Michael Albinus  <michael.albinus@gmx.de>
1051         * files.el (cd-absolute): Set `list-buffers-directory' in order to
1052         show correct path in buffer list.
1054         * net/tramp.el (tramp-open-connection-setup-interactive-shell)
1055         (tramp-find-shell): Send only single prompt setting commands, in
1056         order to avoid double-prompt.
1058         * net/tramp-compat.el (top): Require cl only when compiling.
1059         Reported by Glenn Morris <rgm@gnu.org>.
1061 2007-12-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
1063         * progmodes/cc-vars.el (defcustom-c-stylevar): Eval VAL.
1064         (c-comment-continuation-stars): No longer declare with
1065         cc-bytecomp-obsolete-var and cc-bytecomp-defvar.
1066         (c-block-comment-prefix): Use symbol-value to
1067         access c-comment-continuation-stars.
1068         * progmodes/cc-mode.el (c-initialize-cc-mode):
1069         Use symbol-value to access c-comment-continuation-stars.
1071 2007-12-18  Mark A. Hershberger  <mah@everybody.org>
1073         * xml.el (xml-escape-string): New function.  Escape string using
1074         xml-entity-alist.
1075         (xml-debug-print-internal): Use xml-escape-string to escape
1076         characters in attributes and in text children of elements.
1078 2007-12-18  Glenn Morris  <rgm@gnu.org>
1080         * progmodes/cc-subword.el (c-subword-mode): Drop support for
1081         systems without define-minor-mode.
1083         * progmodes/cc-vars.el (defcustom-c-stylevar): Remove debugging message.
1085         * progmodes/verilog-mode.el: Replace all instances of
1086         string-to-int with string-to-number, insert-string with insert,
1087         and read-input with read-string.
1088         (top-level): No need to require imenu, reporter, dinotrace, vc,
1089         font-lock when compiling.  Always require compile.  Relegate remaining
1090         compatibility cruft to XEmacs.  Don't require font-lock.
1091         (verilog-version): Remove superfluous concat.
1092         (dinotrace-unannotate-all, zmacs-activate-region, customize-apropos):
1093         No need to define.
1094         (verilog-regexp-opt): On Emacs, just make it an alias for regexp-opt.
1095         (verilog-font-lock-keywords, verilog-font-lock-keywords-1)
1096         (verilog-font-lock-keywords-2, verilog-font-lock-keywords-3)
1097         (verilog-startup-message-displayed): These are variables, not constants.
1098         (verilog-batch-execute-func, verilog-auto-inst)
1099         (verilog-auto-inst-param): Use mapc rather than mapcar.
1100         (sigs-in, sigs-inout, sigs-out): Define for compiler rather than
1101         actually defining.
1102         (verilog-modi-get-decls, verilog-modi-get-sub-decls)
1103         (verilog-modi-get-outputs, verilog-modi-get-inouts)
1104         (verilog-modi-get-inputs, verilog-modi-get-wires)
1105         (verilog-modi-get-regs, verilog-modi-get-assigns)
1106         (verilog-modi-get-consts, verilog-modi-get-gparams)
1107         (verilog-modi-get-sub-outputs, verilog-modi-get-sub-inouts)
1108         (verilog-modi-get-sub-inputs): Move inline functions earlier in
1109         the file.
1110         (sigs-in, sigs-out): Don't declare multiple times.
1111         (got-sig, got-rvalue, uses-delayed): Define for compiler with just
1112         `defvar'.
1113         (verilog-auto): Call dinotrace-unannotate-all only if bound.
1114         (verilog-module-inside-filename-p): No need to wrap fboundp test
1115         in condition-case.
1116         (reporter-submit-bug-report): Autoload it.
1117         (verilog-mark-defun): Call zmacs-activate-region only if bound.
1118         (verilog-font-customize): Call customize-apropos only if bound.
1119         (verilog-getopt-flags, verilog-auto-reeval-locals):
1120         Use make-local-variable rather than make-variable-buffer-local.
1121         (verilog-company, verilog-project, verilog-modi-cache-list):
1122         Move make-variable-buffer-local calls to top-level.
1123         (font-lock-defaults-alist): Don't define it.
1124         (verilog-need-fld): Remove.
1125         (verilog-font-lock-init): Don't set font-lock-defaults-alist.
1126         (verilog-mode): Only call make-local-hook on XEmacs.
1127         Set font-lock-defaults rather than using verilog-font-lock-init.
1129 2007-12-17  Andreas Schwab  <schwab@suse.de>
1131         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
1132         Fix comment typo.
1134 2007-12-16  Michael Albinus  <michael.albinus@gmx.de>
1136         * net/dbus.el (dbus-name-owner-changed-handler):
1137         Use `dbus-unregister-signal' for removing old rules.
1138         Obey new structure of `dbus-registered-functions-table'.
1140 2007-12-12  Thien-Thi Nguyen  <ttn@gnuvola.org>
1142         * progmodes/cc-vars.el (defcustom-c-stylevar): Rewrite.
1144 2007-12-11  Dan Nicolaescu  <dann@ics.uci.edu>
1146         * progmodes/verilog-mode.el (set-buffer-menubar): Remove unused
1147         function.
1148         (add-submenu): Only define for XEmacs.
1149         (verilog-regexp-words): Revert previous change, keep the other
1150         definition.
1152 2007-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
1154         * progmodes/perl-mode.el (perl-continued-statement-offset)
1155         (perl-continued-brace-offset, perl-brace-offset)
1156         (perl-brace-imaginary-offset, perl-label-offset):
1157         * progmodes/cperl-mode.el (cperl-brace-offset)
1158         (cperl-continued-brace-offset, cperl-label-offset)
1159         (cperl-continued-statement-offset)
1160         (cperl-extra-newline-before-brace, cperl-merge-trailing-else):
1161         Add safe-local-variable properties.
1163 2007-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
1165         * progmodes/verilog-mode.el (verilog-mode-map)
1166         (verilog-template-map, verilog-mode-mouse-map): Fix typos.
1167         (verilog-colorize-include-files): Use only overlay functions so
1168         that it can work on both emacs and XEmacs.
1169         (set-extent-keymap): Remove unused defun.
1170         (verilog-kill-existing-comment, verilog-insert-date)
1171         (verilog-insert-year): Rename in order not to pollute the global
1172         namespace from kill-existing-comment, insert-date and
1173         insert-year, respectively.
1174         (verilog-set-auto-endcomments, verilog-header): Update callers.
1176         * files.el (auto-mode-alist): Recognize verilog files.
1178         * progmodes/verilog-mode.el (verilog-string-replace-matches)
1179         (verilog-string-remove-spaces, verilog-re-search-forward)
1180         (verilog-re-search-backward, verilog-re-search-forward-quick)
1181         (verilog-re-search-backward-quick, verilog-get-beg-of-line)
1182         (verilog-get-end-of-line, verilog-within-string): Move definitions
1183         before first use.  No code changes.
1185 2007-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
1187         * progmodes/verilog-mode.el (verilog-mode-version)
1188         (verilog-mode-release-date): Don't use expanding keywords.
1189         (provide): Move to the end of file.
1190         (fboundp): Don't check if eval-when-compile is bound, it is used
1191         later in the file without checking.
1192         (when, unless): Copy definitions from subr.el.
1193         (char-before, defcustom, defface, customize-group)
1194         (verilog-batch-error-wrapper): Don't use old style backquotes.
1195         (verilog-regexp-opt): Avoid using the cl function case.
1196         (verilog-regexp-words): Remove duplicated definition.
1197         (verilog-mode-abbrev-table): Remove, duplicate.
1198         (verilog-mode-map, verilog-template-map, verilog-mode-mouse-map):
1199         Declare and initialize in one step.
1200         (verilog-declaration-prefix-re, verilog-declaration-re)
1201         (verilog-end-of-statement, verilog-indent-declaration)
1202         (verilog-get-lineup-indent): Remove trailing whitespace.
1203         (verilog-mode): Fix autoload cookie.
1204         Set beginning-of-defun-function and end-of-defun-function.  Use when
1205         instead of if.
1206         (verilog-emacs-features, verilog-auto-ascii-enum)
1207         (verilog-insert-indices): Escape braces in doc strings.
1209 2007-12-08  Michael McNamara  <mac@verilog.com>
1210             Wilson Snyder  <wsnyder@wsnyder.org>
1212         * progmodes/verilog-mode.el: New file.
1214 2007-12-08  Eli Zaretskii  <eliz@fencepost.gnu.org>
1216         * international/latexenc.el (latexenc-find-file-coding-system):
1217         If both coding-system-for-write and buffer-file-coding-system of
1218         latex-main-file are nil, use `undecided'.
1220 2007-12-06  Jason Rumney  <jasonr@gnu.org>
1222         * mouse.el (mouse-buffer-menu-alist): Keep buffer names left aligned.
1224 2007-12-12  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
1226         * files.el (revert-buffer): Docstring fix.
1228 2007-12-11  Glenn Morris  <rgm@gnu.org>
1230         * emacs-lisp/check-declare.el (check-declare-verify): Handle deffoo.
1232 2007-12-11  Jay Belanger  <jay.p.belanger@gmail.com>
1234         * calc/calc-aent.el (math-restore-underscores)
1235         (math-string-restore-underscores): New functions.
1236         (math-read-factor): Properly check variable names with underscores
1237         for entries in `math-expr-variable-mapping'.
1239         * calc/calc-lang.el (math-lang-name): New property name.
1241         * calc/calc.el (calc-set-mode-line): Use `math-lang-name'
1242         to set language name.
1244 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1246         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
1248 2007-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1250         * server.el (server-select-display): Fix important typo.
1251         (server-process-filter): Turn a "" display into nil.
1253 2007-12-09  Juri Linkov  <juri@jurta.org>
1255         * replace.el (keep-lines, flush-lines, how-many): Doc fix.
1256         Check search-upper-case before calling isearch-no-upper-case-p
1257         to set case-fold-search.
1258         (occur): Doc fix.
1259         (occur-1, perform-replace): Check search-upper-case before calling
1260         isearch-no-upper-case-p to set case-fold-search.
1262         * isearch.el (search-upper-case): Doc fix.
1263         (isearch-mode-map): Bind `M-s o' to isearch-occur.
1264         (isearch-query-replace): Doc fix.  Let-bind search-upper-case to nil.
1265         (isearch-query-replace-regexp): Doc fix.
1266         (isearch-occur): New function.
1268 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
1270         * pgg.el, pgg-parse.el (declare-function): Add new no-op macro for
1271         backward compatibility.
1273         * net/imap.el (imap-string-to-integer): New function.
1275 2007-12-09  David Kastrup  <dak@gnu.org>
1277         * emacs-lisp/lisp-mnt.el (lm-verify): Make it work with
1278         directories.  Not sure anybody uses this anymore, though.
1280 2007-12-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1282         * printing.el: Fix pr-interface-map initialization code.
1283         (pr-version): New version 6.9.3.
1284         (pr-f-set-keymap-parents): Replace by pr-set-keymap-parents.
1285         (pr-f-set-keymap-name): Replace by pr-set-keymap-name.
1286         (pr-f-read-string): Replace by pr-read-string.
1287         (pr-set-keymap-parents, pr-set-keymap-name, pr-read-string): New fun
1288         name.
1289         (pr-interactive-n-up, pr-interactive-regexp): Code fix.
1291 2007-12-09  Glenn Morris  <rgm@gnu.org>
1293         * emulation/viper-init.el (top-level): Use dolist rather than mapc
1294         in make-variable-frame-local call.
1296 2007-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
1298         * mail/hashcash.el (declare-function):
1299         * net/imap.el (declare-function): New no-op macro for backward
1300         compatibility.
1302 2007-12-08  Eli Zaretskii  <eliz@gnu.org>
1304         Sync makefile.w32-in with Makefile.in.
1306         * makefile.w32-in (check-declare): New target.
1307         (BYTE_COMPILE_EXTRA_FLAGS): New variable.
1308         (.el.elc, compile-CMD, compile-SH, compile-always-CMD)
1309         (compile-always-SH, compile-calc-CMD, compile-calc-SH)
1310         ($(lisp)/progmodes/cc-mode.elc): Use it.
1311         ($(lisp)/progmodes/cc-mode.elc): New rule.
1313 2007-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
1315         * indent.el (tab-stop-list): Mark as safe-local-variable.
1317         * generic-x.el (etc-sudoers-generic-mode): New mode.
1318         (generic-unix-modes): Add it.
1320 2007-12-08  Michael Albinus  <michael.albinus@gmx.de>
1322         * net/dbus.el (dbus-hash-table=): Remove function.  We cannot
1323         apply wildcards in a hash table key; there is no usable hash code then.
1324         (dbus-registered-functions-table): Use `equal' as test function.
1325         (dbus-name-owner-changed-handler): Rewrite due to new hash table
1326         structure.
1328 2007-12-08  Martin Rudalics  <rudalics@gmx.at>
1330         * progmodes/cc-cmds.el (c-mask-paragraph): Avoid invalid search
1331         bound error in block comment branch.
1333 2007-12-08  David Kastrup  <dak@gnu.org>
1335         * textmodes/reftex.el (reftex-select-with-char):
1336         * textmodes/reftex-toc.el (reftex-toc-do-promote)
1337         (reftex-toc-visit-location, reftex-toc-find-section):
1338         * textmodes/reftex-index.el (reftex-index-show-entry):
1339         * textmodes/org.el (org-cycle-hide-archived-subtrees)
1340         (org-table-rotate-recalc-marks, org-mark-ring-push)
1341         (org-follow-info-link, org-mhe-get-message-folder-from-index)
1342         (org-auto-repeat-maybe, org-store-log-note, org-delete-property)
1343         (org-evaluate-time-range, org-edit-agenda-file-list):
1344         * textmodes/artist.el (artist-select-next-op-in-list)
1345         (artist-select-prev-op-in-list):
1346         * term/mac-win.el (mac-service-insert-text):
1347         * startup.el (fancy-about-screen):
1348         * progmodes/vhdl-mode.el (vhdl-decision-query):
1349         * progmodes/idlwave.el (idlwave-template)
1350         (idlwave-scroll-completions, idlwave-display-completion-list):
1351         * progmodes/ebrowse.el (ebrowse-show-progress):
1352         * progmodes/cperl-mode.el (cperl-find-pods-heres):
1353         * progmodes/antlr-mode.el (antlr-insert-option-do):
1354         * play/mpuz.el (mpuz-close-game):
1355         * net/rcirc.el (rcirc-next-active-buffer):
1356         * mail/reporter.el (reporter-update-status):
1357         * kmacro.el (kmacro-display):
1358         * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
1359         * emulation/viper-util.el (viper-save-setting):
1360         * emacs-lisp/lisp-mnt.el (lm-verify):
1361         * emacs-lisp/edebug.el (edebug-set-mode):
1362         * emacs-lisp/checkdoc.el (checkdoc-rogue-spaces, checkdoc-defun):
1363         * calendar/calendar.el (calendar-print-day-of-year):
1364         * calc/calcalg3.el (calc-curve-fit):
1365         * calc/calcalg2.el (math-integral):
1366         * calc/calc.el (calc-read-key-sequence, calc-version):
1367         * calc/calc-mode.el (calc-set-simplify-mode):
1368         * calc/calc-ext.el (calc-fancy-prefix): Fix buggy call to `message'.
1370 2007-12-07  D. Goel  <deego3@gmail.com>
1372         * progmodes/idlw-shell.el (idlwave-shell-display-line)
1373         * progmodes/ada-xref.el (ada-find-file, ada-get-all-references)
1374         (ada-xref-find-in-modified-ali, ada-find-in-src-path)
1375         * mail/uce.el (uce-reply-to-uce)
1376         * progmodes/vhdl-mode.el (vhdl-template-modify)
1377         * mail/feedmail.el (feedmail-dump-message-to-queue): Improve calls
1378         to `error' (as suggested by RMS.)
1380 2007-12-07  Glenn Morris  <rgm@gnu.org>
1382         * allout.el (allout-write-file-hook-handler):
1383         * textmodes/reftex.el (reftex-TeX-master-file):
1384         * textmodes/reftex-parse.el (reftex-short-context):
1385         Revert previous change.
1387 2007-12-07  Michael Albinus  <michael.albinus@gmx.de>
1389         * net/dbus.el (dbus-hash-table=): Fix for new hash table key structure.
1390         (dbus-list-hash-table, dbus-name-owner-changed-handler): New defuns.
1391         (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
1392         (dbus-event-service-name, dbus-event-path-name)
1393         (dbus-event-interface-name, dbus-event-member-name): Fix for new
1394         event structure.
1395         (dbus-list-activatable-names, dbus-list-names)
1396         (dbus-list-queued-owners, dbus-get-name-owner, dbus-introspect):
1397         Reorder `dbus-call-method' arguments.
1399 2007-12-06  D. Goel  <deego3@gmail.com>
1401         * allout.el (allout-write-file-hook-handler):
1402         * textmodes/reftex.el (reftex-TeX-master-file):
1403         * textmodes/org.el (org-paste-subtree):
1404         * progmodes/vhdl-mode.el (vhdl-template-modify):
1405         * progmodes/idlw-shell.el (idlwave-shell-send-command)
1406         (idlwave-shell-display-line):
1407         * progmodes/ada-xref.el (ada-find-file, ada-get-all-references)
1408         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
1409         * net/trampver.el (x):
1410         * mail/uce.el (uce-reply-to-uce):
1411         * mail/rmailout.el (rmail-output):
1412         * mail/feedmail.el (feedmail-dump-message-to-queue):
1413         * whitespace.el (whitespace-write-file-hook):
1414         * wdired.el (wdired-check-kill-buffer):
1415         * vc.el (vc-update):
1416         * vc-mcvs.el (vc-mcvs-checkin):
1417         * vc-cvs.el (vc-cvs-checkin):
1418         * man.el (Man-bgproc-sentinel, Man-goto-see-also-section):
1419         * ibuffer.el (ibuffer-current-buffer):
1420         * dired.el (dired-move-to-end-of-filename):
1421         * bindings.el (complete-symbol):
1422         * textmodes/org-publish.el (org-publish-file):
1423         (org-publish-current-project):
1424         * textmodes/reftex-parse.el (reftex-short-context):
1425         * textmodes/texinfmt.el: Fix buggy calls to `error'.
1427 2007-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1429         * doc-view.el (doc-view-dvi->pdf-sentinel)
1430         (doc-view-pdf/ps->png-sentinel, doc-view-pdf->txt-sentinel)
1431         (doc-view-ps->pdf-sentinel, doc-view-display): Don't change buffer
1432         within a sentinel or timer.
1433         (doc-view-display): Don't try to display before the requested page
1434         is available, unless told to do so explicitly.
1435         (doc-view-pdf/ps->png-sentinel, doc-view-initiate-display):
1436         Force display even if the requested page is not available.
1438 2007-12-06  Richard Stallman  <rms@gnu.org>
1440         * help-fns.el (describe-function-1): Call ad-get-advice-info
1441         only on symbols.
1443 2007-12-06  Glenn Morris  <rgm@gnu.org>
1445         * progmodes/antlr-mode.el (antlr-keyword, antlr-syntax)
1446         (antlr-ruledef, antlr-tokendef, antlr-ruleref-face)
1447         (antlr-tokenref, antlr-literal): Inherit from standard font-lock
1448         faces in non-light-background case.
1450         * add-log.el, dired-aux.el, font-lock.el, help-fns.el, ido.el:
1451         * informat.el, emacs-lisp/bytecomp.el, emacs-lisp/gulp.el:
1452         * emacs-lisp/tcover-ses.el, emacs-lisp/timer.el, emulation/edt.el:
1453         * emulation/vi.el, emulation/viper-cmd.el:
1454         * international/titdic-cnv.el, mail/emacsbug.el, progmodes/dcl.el:
1455         * progmodes/prolog.el, progmodes/ps-mode.el, progmodes/python.el:
1456         * textmodes/fill.el: Remove directory part from filenames in
1457         function declarations.
1459         * dired-aux.el (mailcap-mime-info): Update declaration.
1461 2007-12-05  Richard Stallman  <rms@gnu.org>
1463         * wid-edit.el (widget-type): Doc fix.
1465 2007-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1467         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
1468         Don't match "sub { (...) ... }".
1470 2007-12-05  Richard Stallman  <rms@gnu.org>
1472         * international/mule-cmds.el (toggle-input-method-active): New var.
1473         (toggle-input-method): Bind toggle-input-method-active to t.
1474         Error if it was already non-nil.
1476 2007-12-05  Reiner Steib  <Reiner.Steib@gmx.de>
1478         * net/tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
1480 2007-12-05  Elias Oltmanns  <eo@nebensachen.de>
1482         * net/tls.el (open-tls-stream): Actually consult tls-checktrust to
1483         see if certs should be verified and what is to be done in the
1484         event of a verification failure.
1486 2007-12-05  Reiner Steib  <Reiner.Steib@gmx.de>
1488         * net/tls.el (tls-program): Provide more custom choices from
1489         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
1490         (tls-process-connection-type, tls-success): Remove "*" in doc string.
1491         (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
1492         version.  Minor improvement to doc strings.
1493         (tls-program): Add comment.
1495 2007-12-05  Elias Oltmanns  <eo@nebensachen.de>
1497         * net/tls.el (tls-certtool-program, tls-hostmismatch): New variables.
1498         (tls-checktrust): New variable.  Check if GNU TLS complained about a
1499         mismatch between the hostname provided in the certificate and the name
1500         of the host connnecting to.
1501         (open-tls-stream): Use them.  Check certificates against trusted root
1502         certificates.
1504 2007-12-05  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
1506         * net/imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
1507         (imap-parse-status): Upcase status-att for broken servers that sends
1508         them lower-case (e.g., MS Exchange 2007).
1510 2007-12-05  D. Goel  <deego3@gmail.com>
1512         * simple.el (undo):
1513         * image-dired.el (image-dired-display-thumb-properties):
1514         (image-dired-modify-mark-on-thumb-original-file):
1515         (image-dired-dired-display-properties):
1516         * help.el (help-window-display-message):
1517         * files.el (hack-local-variables-confirm):
1518         * ediff.el (ediff-version):
1519         * complete.el (pc-chunk-after, PC-temp-minibuffer-message):
1520         `message' and `error': Ensure that first arg is a format string.
1522         * emacs-lisp/find-func.el (find-library-name): Prefer files with
1523         ".el" suffix over "".
1525 2007-12-05  Michael Albinus  <michael.albinus@gmx.de>
1527         * net/dbus.el (dbus-hash-table=): Allow nil as wildcard in the
1528         interface and member fields.
1530 2007-12-05  Glenn Morris  <rgm@gnu.org>
1532         * eshell/em-alias.el (pcomplete-stub): Define for compiler.
1533         (pcomplete-here): Autoload it.
1535         * eshell/em-basic.el (print-func): No need to define for compiler.
1537         * eshell/esh-cmd.el (eshell-debug-command):
1538         * eshell/esh-io.el (eshell-print): Move definitions before use.
1540         * eshell/esh-module.el (eshell-load-defgroups): Eval and compile.
1542         * eshell/esh-util.el (top-level): Don't require pp.
1543         Use condition-case rather than ignore-errors.
1545         * eshell/eshell.el (eshell-buffer-name): Define for compiler.
1547         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el
1548         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
1549         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el
1550         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el
1551         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el
1552         * eshell/em-xtra.el, eshell/esh-cmd.el, eshell/esh-test.el
1553         * eshell/esh-util.el, eshell/eshell.el: Require individual files
1554         if needed when compiling, rather than esh-maint.  Collect any
1555         require statements.  Move provide statement to end.  Move any
1556         commentary to start.
1558         * eshell/esh-arg.el, eshell/esh-ext.el, eshell/esh-io.el:
1559         * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el:
1560         * eshell/esh-proc.el, eshell/esh-var.el:
1561         Require individual files if needed when compiling, rather than
1562         esh-maint.  Collect any require statements.  Leave provide at start.
1563         Move any commentary to start.
1565         * emacs-lisp/bytecomp.el (byte-compile-declare-function):
1566         Remove declared function from byte-compile-noruntime-functions.
1568         * ediff-util.el (ediff-version):
1569         * progmodes/python.el (compilation-shell-minor-mode):
1570         * textmodes/org.el (Info-goto-node, calendar-astro-date-string)
1571         (calendar-bahai-date-string, calendar-check-holidays)
1572         (calendar-chinese-date-string, calendar-coptic-date-string)
1573         (calendar-ethiopic-date-string, calendar-forward-day)
1574         (calendar-french-date-string, calendar-goto-date)
1575         (calendar-goto-today, calendar-hebrew-date-string)
1576         (calendar-islamic-date-string, calendar-iso-date-string)
1577         (calendar-julian-date-string, calendar-mayan-date-string)
1578         (calendar-persian-date-string, gnus-summary-last-subject)
1579         (parse-time-string, rmail-show-message): Declare as functions.
1581 2007-12-05  Michael Olson  <mwolson@gnu.org>
1583         * textmodes/remember.el: Merge contents of remember-diary.el here,
1584         updating header.  Add autoload cookie so that byte-compilation
1585         works without warning.
1586         (remember-diary-file): Default to nil, since diary might not yet
1587         be loaded at this point, which would deny us access to diary-file.
1588         (remember-diary-extract-entries): If remember-diary-file is nil,
1589         then use diary-file instead.
1591         * textmodes/remember-diary.el: Remove, due to the issue of needing
1592         the first 8 characters of a filename to be unique.
1594 2007-12-04  Michael Albinus  <michael.albinus@gmx.de>
1596         * net/dbus.el (dbus-hash-table=): New defun.
1597         (dbus-hash-table-test): New hash table test function, used in
1598         `dbus-registered-functions-table'.
1599         (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
1600         (dbus-event-service-name, dbus-event-path-name)
1601         (dbus-event-interface-name, dbus-event-member-name): Rewritten,
1602         due to new structure of `dbus-event'.
1604 2007-12-04  Juanma Barranquero  <lekktu@gmail.com>
1606         * ido.el (ido-save-history): Set the `coding' local
1607         variable in the first line of the file.
1609 2007-12-04  Glenn Morris  <rgm@gnu.org>
1611         * password-cache.el: Move here from gnus/password.el.
1612         (top-level): Don't require cl when compiling.
1613         (password-read-and-add): Doc fix.  Make obsolete.
1615         * net/tramp.el: Require password-cache or password.
1617         * emulation/cua-base.el (top-level): Move (provide 'cua-base) to end.
1618         No longer provide 'cua.  Don't require cua-rect, cua-gmrk when
1619         compiling.
1620         (cua-set-rectangle-mark): Add doc string to autoload.
1621         (cua--rectangle, cua--last-killed-rectangle)
1622         (cua--global-mark-active): Always define for compiler.
1623         (cua-copy-rectangle, cua-cut-rectangle, cua--rectangle-left)
1624         (cua--delete-rectangle, cua--insert-rectangle)
1625         (cua--rectangle-corner, cua--rectangle-assert)
1626         (cua--insert-at-global-mark, cua--global-mark-post-command):
1627         Declare as functions.
1629         * emulation/cua-gmrk.el (top-level): Move provide to end.
1631         * emulation/cua-rect.el (top-level): Move provide to end.
1632         Don't require cua-gmrk when compiling.
1633         (cua--cut-rectangle-to-global-mark)
1634         (cua--copy-rectangle-to-global-mark): Declare as functions.
1636         * emulation/viper-init.el (viper-replace-overlay-cursor-color)
1637         (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
1638         (viper-vi-state-cursor-color):
1639         Consolidate make-variable-frame-local calls.
1641         * net/eudcb-bbdb.el (bbdb-address-streets): Declare as a function.
1642         (eudc-bbdb-extract-addresses): Use bbdb-address-streets rather
1643         than bbdb-address-street1,2,3.
1645         * textmodes/reftex-toc.el (reftex-make-separate-toc-frame):
1646         Try x-focus-frame before focus-frame.  Only try focus-frame on XEmacs.
1648 2007-12-03  Karl Fogel  <kfogel@red-bean.com>
1650         * saveplace.el (save-place-quiet): Remove, reverting 2007-12-02T19:54:46Z!kfogel@red-bean.com.
1651         (save-place-alist-to-file, load-save-place-alist-from-file):
1652         Don't print non-error messages at all, there's really no need.
1653         Do print if there's a problem, and clarify message in that case.
1655 2007-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
1657         * ediff-diff.el (ediff-prepare-error-list):
1658         * ediff-util.el (ediff-setup): Disable undo for ediff-error-buffer.
1660 2007-12-03  Tassilo Horn  <tassilo@member.fsf.org>
1662         * doc-view.el (doc-view-initiate-display): Use `doc-view-mode-p'.
1663         (doc-view-current-overlay, doc-view-pending-cache-flush):
1664         Add doc string.
1666 2007-12-03  Richard Stallman  <rms@gnu.org>
1668         * subr.el (declare-function): Move from byte-run.el.
1670         * emacs-lisp/byte-run.el (declare-function): Move to subr.el
1672         * window.el (recenter-top-bottom): Don't use `ecase'.
1674 2007-12-02  Karl Fogel  <kfogel@red-bean.com>
1676         * saveplace.el (save-place-alist-to-file):
1677         Set coding-system-for-write once and refer to it throughout.
1678         Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>.
1680 2007-12-02  Karl Fogel  <kfogel@red-bean.com>
1682         * saveplace.el (save-place-alist-to-file): Use `utf-8' coding
1683         system when writing, and set it in the first-line file variables.
1684         Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk> and
1685         Juanma Barranquero.
1687 2007-12-02  Glenn Morris  <rgm@gnu.org>
1689         * emacs-lisp/bytecomp.el (byte-compile-declare-function):
1690         Reverse branches of if statement.
1692         * emulation/viper-cmd.el (top-level): Don't require advice.
1693         Don't load viper-util, viper-keym, viper-mous, viper-macs,
1694         viper-ex when compiling.
1696         * emulation/viper-ex.el (top-level): Don't load viper-util,
1697         viper-keym when compiling.
1699         * emulation/viper-init.el (top-level): Move provide statement to end.
1701         * emulation/viper-keym.el (top-level): Don't load viper-util when
1702         compiling.  Move provide statement to end.
1704         * emulation/viper-macs.el (top-level): Don't load viper-util,
1705         viper-keym, viper-mous when compiling.
1707         * emulation/viper-mous.el (top-level): Don't load viper-util when
1708         compiling.
1710         * emulation/viper-util.el (top-level): Don't load viper-init when
1711         compiling.
1713         * emulation/viper.el (top-level): Don't require ring.
1714         Don't load viper-init, viper-cmd when compiling.
1716         * net/sasl-cram.el, net/sasl-digest.el, net/sasl-ntlm.el, net/sasl.el:
1717         Move here from gnus/.
1719 2007-12-02  Karl Fogel  <kfogel@red-bean.com>
1721         Offer option for saveplace to be quiet about loading and saving.
1722         Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>
1724         * lisp/saveplace.el (save-place-quiet): New customizable boolean.
1725         (save-place-alist-to-file, load-save-place-alist-from-file): Use it
1726         to determine whether to print loading/saving messages.
1728 2007-12-02  Glenn Morris  <rgm@gnu.org>
1730         * mail/binhex.el: Move here from gnus/.
1731         (binhex): New custom group.
1732         (binhex-decoder-program, binhex-decoder-switches)
1733         (binhex-use-external): Move to the binhex custom group.
1735         * mail/uudecode.el: Move here from gnus/.
1736         (uudecode): New custom group.
1737         (uudecode-decoder-program, uudecode-decoder-switches)
1738         (uudecode-use-external): Move to the uudecode custom group.
1740         * net/netrc.el (top-level): Don't load `encrypt' features.
1741         (netrc-parse): Don't use encrypt.
1742         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
1744         * progmodes/python.el (top-level): Don't require cl when compiling.
1746 2007-12-02  Agust\e,Am\e(Bn Mart\e,Am\e(Bn  <agustin.martin@hispalinux.es>
1748         * textmodes/flyspell.el (flyspell-large-region): Explicitly set
1749         encoding for aspell process and for communication with it.
1750         Only add "-d" option if not already present.
1751         Use ispell-current-dictionary and ispell-current-personal-dictionary.
1752         General reorganization.
1754         * textmodes/ispell.el (ispell-aspell-find-dictionary): Do not set
1755         encoding here.
1756         (ispell-start-process): Explicitly set encoding here if using aspell.
1758 2007-12-02  Dan Nicolaescu  <dann@ics.uci.edu>
1760         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Also pass a diff
1761         function to log-edit.
1763 2007-12-02  Michael Albinus  <michael.albinus@gmx.de>
1765         * net/dbus.el: New file.
1767 2007-12-02  Jay Belanger  <jay.p.belanger@gmail.com>
1769         * calc/calc.el (calc-lang-slash-idiv, calc-lang-allow-underscores)
1770         (calc-lang-c-type-hex, calc-lang-brackets-are-subscripts)
1771         (calc-lang-parens-are-subscripts): New variables.
1772         (math-expr-special-function-mapping): Remove variable.
1773         (math-eqn-ignore-words, math-tex-ignore-words)
1774         (math-latex-ignore-words): Move to calc-lang.el.
1776         * calc/calc-lang.el (math-compose-vector, math-compose-var)
1777         (math-tex-expr-is-flat): Declare as functions.
1778         (calc-lang-slash-idiv, calc-lang-allow-underscores)
1779         (math-comp-left-bracket, math-comp-right-bracket)
1780         (math-comp-comma, math-comp-vector-prec): Declare as variables.
1781         (math-var-formatter, math-matrix-formatter)
1782         (math-lang-adjust-words, math-lang-read-symbol, math-land-read)
1783         (math-punc-table, math-compose-subscr, math-dots)
1784         (math-func-formatter): New property names to store language
1785         specific information.
1786         (math-compose-tex-var, math-compose-tex-intv)
1787         (math-compose-maple-intv, math-compose-eqn-intv)
1788         (math-compose-tex-sum, math-compose-tex-func)
1789         (math-compose-tex-intv): New functions.
1790         (math-eqn-ignore-words, math-tex-ignore-words)
1791         (math-latex-ignore-words): Move from calc.el.
1792         (math-special-function-table): Add entries for tex.
1793         (calc-lang-slash-idiv, calc-lang-allows-underscores):
1794         New variables.
1795         (math-compose-latex-frac): Rename from `math-latex-print-frac'.
1796         (math-compose-tex-matrix, math-compose-eqn-matrix)
1797         (math-eqn-special-functions): Move from calccomp.el.
1799         * calc/calccomp.el (math-compose-var): New function.
1800         (math-compose-expr): Allow more special functions to be used.
1801         Change test for formatting fractions.  Use variables and property
1802         names to help with language specific formatting.
1803         (math-compose-tex-matrix, math-compose-eqn-matrix)
1804         (math-eqn-special-functions): Move to calc-lang.el.
1805         (math-compose-rows): Use property names to help with language
1806         specific formatting.
1808         * calc/calc-aent.el (math-read-factor): Turn multiple subscripts
1809         into nested subscripts.
1810         (math-read-token): Use variables and property names to help with
1811         language specific parsing.
1812         (math-read-expression-level): Use variables to help with language
1813         specific parsing.
1815 2007-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1817         * arc-mode.el (archive-find-type): Add recognition of rar-exe format.
1818         (archive-rar-summarize): Allow the file name to be passed as argument.
1819         Remove unused vars `header' and `footer'.
1820         (archive-rar-exe-summarize, archive-rar-exe-extract): New functions.
1822 2007-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
1824         * log-edit.el (log-edit-show-diff): New function.
1825         (log-edit-mode-map, log-edit-menu): Bind it.
1826         (log-edit-diff-function): New variable.
1827         (log-edit): Change the 3rd param to be an alist and accept a
1828         function that computes a diff for the files involved.
1830         * vc.el (vc-log-edit): Add a diff function parameter to log-edit.
1832 2007-12-01  Martin Rudalics  <rudalics@gmx.at>
1834         * play/blackbox.el (bb-up, bb-down): Revert 2007-10-21 change and
1835         wrap next-/previous-line in with-no-warnings.
1837 2007-12-01  Glenn Morris  <rgm@gnu.org>
1839         * format-spec.el, hex-util.el, sha1.el: Move here from gnus/.
1841         * net/dig.el: Move here from gnus/.
1842         (dig-mode): Replace gnus-run-mode-hooks with equivalent expansion.
1844         * net/dns.el: Move here from gnus/.
1845         (top-level): Don't require mm-util, or cl when compiling.
1846         (dns-write-name, dns-read, dns-read-type, query-dns):
1847         Replace mm-with-unibyte-buffer with its expansion.
1848         (query-dns): Replace decf and ignore-errors with non-cl equivalents.
1850         * progmodes/gdb-ui.el (gud-remove, gud-break):
1851         * progmodes/gud.el (gdb-create-define-alist)
1852         (gdb-restore-windows, gdb-reset, global-hl-line-highlight)
1853         (hl-line-highlight, gdb-display-source-buffer)
1854         (gdb-display-buffer, c-langelem-sym, c-langelem-pos)
1855         (syntax-symbol, syntax-point, gdb-enqueue-input): Declare as functions.
1857 2007-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
1859         * textmodes/org-export-latex.el (org-export-latex-cleaned-string):
1860         Move args on defun line.
1862         * textmodes/org.el (org-calendar-holiday):
1863         Use calendar-check-holidays instead of the obsolete
1864         check-calendar-holidays.
1865         (add-to-diary-list, table--at-cell-p, Info-find-node, bbdb)
1866         (bbdb-company, bbdb-current-record, bbdb-name)
1867         (bbdb-record-getprop, bbdb-record-name)
1868         (bibtex-beginning-of-entry, bibtex-generate-autokey)
1869         (bibtex-parse-entry, bibtex-url, cdlatex-tab)
1870         (dired-get-filename, gnus-article-show-summary, mh-display-msg)
1871         (mh-find-path, mh-get-header-field, mh-get-msg-num)
1872         (mh-header-display, mh-index-previous-folder)
1873         (mh-normalize-folder-name, mh-search, mh-search-choose, mh-show)
1874         (mh-show-buffer-message-number, mh-show-header-display)
1875         (mh-show-msg, mh-show-show, mh-visit-folder)
1876         (org-export-latex-cleaned-string, remember)
1877         (remember-buffer-desc, rmail-narrow-to-non-pruned-header)
1878         (rmail-what-message, elmo-folder-exists-p)
1879         (elmo-message-entity-field, elmo-message-field)
1880         (vm-beginning-of-message, vm-follow-summary-cursor)
1881         (vm-get-header-contents, vm-isearch-narrow, vm-isearch-update)
1882         (vm-select-folder-buffer, vm-su-message-id, vm-su-subject)
1883         (vm-summarize, wl-folder-get-elmo-folder)
1884         (wl-summary-goto-folder-subr)
1885         (wl-summary-jump-to-msg-by-message-id, wl-summary-line-from)
1886         (wl-summary-line-subject, wl-summary-message-number)
1887         (wl-summary-redisplay): Declare as functions.
1889 2007-11-30  Martin Rudalics  <rudalics@gmx.at>
1891         * longlines.el (longlines-show-hard-newlines): Remove handling of
1892         buffer-undo-list and buffer-modified status.
1893         (longlines-show-region, longlines-unshow-hard-newlines):
1894         Handle buffer-undo-list, buffer-modified status, inhibit-read-only, and
1895         inhibit-modification-hooks here to avoid that a buffer appears
1896         modified when toggling visibility of hard newlines.
1898 2007-11-30  Glenn Morris  <rgm@gnu.org>
1900         * nxml/rng-maint.el (rng-do-some-validation): Fix declaration.
1902         * progmodes/idlw-complete-structtag.el
1903         (idlwave-sintern-structtag):
1904         * progmodes/idlw-help.el (idlwave-sintern-sysvar)
1905         (idlwave-sintern-sysvartag):
1906         * progmodes/idlwave.el (idlwave-sintern-class-tag)
1907         (idlwave-sintern-sysvar, idlwave-sintern-sysvartag): Declare as
1908         functions.
1910 2007-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
1912         * textmodes/reftex-index.el (texmathp):
1913         * textmodes/reftex-auc.el (TeX-argument-insert)
1914         (TeX-argument-prompt, multi-prompt, LaTeX-add-index-entries)
1915         (LaTeX-add-labels, LaTeX-bibitem-list, LaTeX-index-entry-list)
1916         (LaTeX-label-list):
1917         * nxml/rng-maint.el (rng-clear-cached-state, rng-clear-overlays)
1918         (rng-clear-conditional-region, rng-do-some-validation): Declare as
1919         functions.
1920         (rng-error-count, rng-validate-up-to-date-end): Pacify byte compiler.
1922 2007-11-30  Glenn Morris  <rgm@gnu.org>
1924         * emacs-lisp/byte-run.el (declare-function): Add optional fourth
1925         argument and document it.
1927         * emacs-lisp/bytecomp.el (byte-compile-declare-function):
1928         Third argument to declare-function must be a list to specify arglist.
1930         * emacs-lisp/check-declare.el (check-declare-scan): Doc fix.
1931         Handle declare-function third argument `t' and fourth argument.
1932         (check-declare-verify): Doc fix.  Handle `fileonly' case.
1933         Use progn rather than prog1.
1935         * desktop.el (uniquify-item-base):
1936         * term/mac-win.el (url-type): Declare as functions.
1938         * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-record-phones)
1939         (bbdb-address-city, bbdb-address-state, bbdb-address-zip)
1940         (bbdb-address-location, bbdb-record-addresses): Pass non-nil
1941         fourth arg to declare-function.
1943         * play/dunnet.el: Don't require cl when compiling.
1944         (byte-compile-warnings): Set via file local variables.
1945         (dun-parse): Let-bind `beg' and `line'.
1947 2007-11-29  Alexandre Julliard  <julliard@winehq.org>
1949         * vc-git.el (vc-git-dir-state): Fix the git command arguments.
1951 2007-11-29  Ari Roponen  <ari.roponen@gmail.com>  (tiny change)
1953         * calendar/time-date.el (encode-time-value): Doc fix.
1955 2007-11-29  Glenn Morris  <rgm@gnu.org>
1957         * calendar/time-date.el (with-decoded-time-value): Doc fix.
1959         * textmodes/css-mode.el (prog-mode): Remove.
1960         (css-mode): Derive from fundamental-mode rather than prog-mode.
1962         * emacs-lisp/byte-run.el (declare-function): Doc fix.
1964         * emacs-lisp/check-declare.el (check-declare-locate)
1965         (check-declare-verify): Handle `external' files.
1966         (check-declare-errmsg): New function.
1967         (check-declare-verify, check-declare-file, check-declare-directory):
1968         Use check-declare-errmsg to report the number of problems.
1970         * ffap.el (w3-view-this-url)
1971         * mail/mspools.el (vm-visit-folder)
1972         * net/browse-url.el (w3-fetch-other-window, w3-fetch)
1973         * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-phone-string)
1974         (bbdb-record-phones, bbdb-address-city, bbdb-address-state)
1975         (bbdb-address-zip, bbdb-address-location, bbdb-record-addresses)
1976         (bbdb-records)
1977         * net/eudc-export.el (bbdb-parse-phone-number, bbdb-string-trim)
1978         * net/imap.el (sasl-find-mechanism, sasl-mechanism-name)
1979         (sasl-make-client, sasl-next-step, sasl-step-data)
1980         (sasl-step-set-data)
1981         * net/newsticker.el (w3m-toggle-inline-image, htmlr-reset)
1982         (htmlr-step): Declare as functions.
1984         * net/eudcb-bbdb.el (eudc-bbdb-extract-addresses):
1985         Use bbdb-address-zip rather than bbdb-address-zip-string.
1987 2007-11-28  Richard Stallman  <rms@gnu.org>
1989         * md4.el, net/hmac-def.el, net/hmac-md5.el, net/ntlm.el:
1990         Move here from gnus/.
1992 2007-11-28  Martin Rudalics  <rudalics@gmx.at>
1994         * newcomment.el (comment-region-internal): Fix newline insertion
1995         in `block' case.
1997 2007-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1999         * pcvs-parse.el (cvs-parse-table): Adjust regexp for resurrections.
2001 2007-11-28  Glenn Morris  <rgm@gnu.org>
2003         * Makefile.in (maintainer-clean): Depend on bootstrap-clean to
2004         delete .elc files.
2006         * nxml/char-name/unicode: Move to etc/nxml/.
2007         * nxml/nxml-uchnm.el (top-level): Adapt for moved unicode files.
2009         * nxml/nxml-enc.el (xmltok-get-declared-encoding-position):
2010         Declare as a function.
2012         * nxml/nxml-maint.el (nxml-create-unicode-char-name-sets):
2013         * nxml/nxml-mode.el (nxml-get-char-name, nxml-insert-named-char):
2014         * nxml/xsd-regexp.el (xsdre-gen-categories): Change mapcar -> mapc.
2016         * nxml/nxml-outln.el (nxml-token-start-tag-p)
2017         (nxml-token-end-tag-p): Move definitions before use.
2019         * nxml/nxml-rap.el (nxml-prolog-regions): Declare for compiler.
2021         * nxml/nxml-uchnm.el (top-level)
2022         (nxml-enable-unicode-char-name-sets-1): Use mapc rather than mapcar.
2023         (nxml-enabled-unicode-blocks): Add custom group.
2025         * nxml/xmltok.el (xmltok-scan-char-ref, xmltok-char-number):
2026         Use string-to-number rather than string-to-int.
2028         * dired-x.el (dired-omit-old-add-entry): Declare as function.
2029         Move definition before use.
2030         (dired-old-find-buffer-nocreate): Declare as function.
2032         * emacs-lisp/check-declare.el (check-declare-locate): Reflow doc.
2033         (check-declare-verify): Handle fset.
2035         * emulation/edt.el (edt-user-emulation-setup):
2036         Test edt-setup-user-bindings is bound before calling.
2038         * emulation/tpu-edt.el: Don't require cl when compiling.
2039         (tpu-emacs-search, tpu-emacs-rev-search): Declare as functions.
2040         (tpu-edt-off): Use condition-case rather than ignore-errors.
2041         Use with-no-warnings.
2043         * eshell/esh-util.el (top-level): Use require rather than load for
2044         ange-ftp.
2046         * mail/supercite.el (sc-version): Redefine as an alias for
2047         emacs-version.
2048         (sc-help-address): Remove.
2049         (sc-version): Use emacs-version rather than sc-version.
2050         (sc-submit-bug-report): Redefine as an alias for report-emacs-bug.
2052         * net/socks.el (socks-original-open-network-stream): Declare as
2053         function.  Move definition before use.
2055 2007-11-28  Jay Belanger  <jay.p.belanger@gmail.com>
2057         * calc/calc-ext.el (math-sqrt-raw, math-map-vec)
2058         (math-make-frac): Declare as functions.
2060 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
2062         * progmodes/cperl-mode.el (compilation-error-regexp-alist):
2063         Pacify byte compiler.
2064         (cperl-mode): Use with-no-warnings for setting vc-header-alist.
2066         * progmodes/idlwave.el (idlwave-shell-get-path-info)
2067         (idlwave-shell-temp-file, idlwave-shell-is-running)
2068         (widget-value, comint-dynamic-complete-filename, Info-goto-node):
2069         * progmodes/idlw-help.el (idlwave-prepare-structure-tag-completion)
2070         (idlwave-all-method-classes, idlwave-all-method-keyword-classes)
2071         (idlwave-beginning-of-statement, idlwave-best-rinfo-assoc)
2072         (idlwave-class-found-in, idlwave-class-or-superclass-with-tag)
2073         (idlwave-completing-read, idlwave-current-routine)
2074         (idlwave-downcase-safe, idlwave-entry-find-keyword)
2075         (idlwave-expand-keyword, idlwave-find-class-definition)
2076         (idlwave-find-inherited-class, idlwave-find-struct-tag)
2077         (idlwave-get-buffer-visiting, idlwave-in-quote)
2078         (idlwave-make-full-name, idlwave-members-only)
2079         (idlwave-popup-select, idlwave-routine-source-file)
2080         (idlwave-routines, idlwave-sintern-class)
2081         (idlwave-sintern-keyword, idlwave-sintern-method)
2082         (idlwave-sintern-routine-or-method)
2083         (idlwave-substitute-link-target, idlwave-sys-dir)
2084         (idlwave-this-word, idlwave-what-module-find-class)
2085         (idlwave-where):
2086         * progmodes/idlw-complete-structtag.el (idlwave-shell-buffer):
2087         * mail/uce.el (rmail-msg-is-pruned)
2088         (rmail-maybe-set-message-counters, rmail-msgbeg, rmail-msgend)
2089         (rmail-toggle-header):
2090         * mail/sendmail.el (dired-view-file, dired-get-filename):
2091         * mail/rmailkwd.el (rmail-maybe-set-message-counters)
2092         (rmail-display-labels, rmail-msgbeg)
2093         (rmail-set-message-deleted-p, rmail-message-labels-p)
2094         (rmail-show-message, mail-comma-list-regexp)
2095         (mail-parse-comma-list):
2096         * mail/rmail.el (rmail-spam-filter, rmail-summary-goto-msg)
2097         (rmail-summary-mark-undeleted, rmail-summary-mark-deleted)
2098         (rfc822-addresses, mail-abbrev-make-syntax-table)
2099         (mail-sendmail-delimit-header, mail-header-end):
2100         * mail/hashcash.el (message-narrow-to-headers-or-head)
2101         (message-fetch-field, message-goto-eoh)
2102         (message-narrow-to-headers):
2103         * vc.el (view-mode-exit): Declare as functions.
2105         * mail/vms-pmail.el:
2106         * vmsproc.el:
2107         * vms-patch.el: Don't byte compile these files, they don't work.
2109 2007-11-27  Glenn Morris  <rgm@gnu.org>
2111         * calc/calc-ext.el (math-read-big-rec):
2112         * calc/calc-nlfit.el (math-map-binop):
2113         * calc/calc.el (math-normalize-nonstandard): Fix declarations.
2115         * eshell/eshell.el (eshell-report-bug): Add version number of
2116         obsolescence.
2118         * emulation/viper.el, emulation/viper-util.el,
2119         emulation/viper-macs.el, emulation/viper-keym.el,
2120         emulation/viper-ex.el, emulation/viper-cmd.el:
2121         Load viper-*.el files silently.
2123         * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el,
2124         ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el, ediff.el:
2125         Load ediff-*.el files silently.
2127         * ediff.el: Load dired silently.  Don't load info, pcl-cvs when
2128         compiling.
2129         (Info-goto-node): Declare as a function.
2131         * ediff-init.el: Don't load ange-ftp when compiling.
2132         * ediff-util.el: Don't load reporter when compiling.
2134         * ediff-wind.el (ediff-display-pixel-width)
2135         (ediff-display-pixel-height):
2136         * generic-x.el (ini-generic-mode):
2137         * ps-print.el (ps-mule-encode-header-string, ps-mule-begin-page)
2138         (ps-mule-prepare-ascii-font, ps-mule-set-ascii-font)
2139         (ps-mule-initialize, ps-mule-begin-job):
2140         * calendar/cal-bahai.el (add-to-diary-list, diary-name-pattern)
2141         (mark-calendar-days-named):
2142         * calendar/cal-hebrew.el (holiday-filter-visible-calendar)
2143         (add-to-diary-list, diary-name-pattern)
2144         (mark-calendar-days-named):
2145         * calendar/cal-islam.el (add-to-diary-list, diary-name-pattern)
2146         (mark-calendar-days-named):
2147         * calendar/cal-x.el (make-fancy-diary-buffer):
2148         * calendar/holidays.el (calendar-absolute-from-julian):
2149         * calendar/todo-mode.el (calendar-current-date):
2150         * calendar/cal-menu.el (calendar-increment-month)
2151         (calendar-month-name, extract-calendar-year)
2152         (calendar-cursor-to-date, holiday-list, calendar-sunrise-sunset)
2153         (calendar-current-date, calendar-cursor-holidays)
2154         (calendar-date-string, insert-diary-entry, calendar-set-mark)
2155         (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
2156         (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
2157         (cal-tex-cursor-filofax-daily, cal-tex-cursor-filofax-2week)
2158         (cal-tex-cursor-filofax-week, cal-tex-cursor-month)
2159         (cal-tex-cursor-month-landscape, cal-tex-cursor-year)
2160         (cal-tex-cursor-filofax-year, cal-tex-cursor-year-landscape)
2161         (calendar-day-of-year-string, calendar-iso-date-string)
2162         (calendar-julian-date-string, calendar-astro-date-string)
2163         (calendar-absolute-from-gregorian, calendar-hebrew-date-string)
2164         (calendar-persian-date-string, calendar-bahai-date-string)
2165         (calendar-islamic-date-string, calendar-chinese-date-string)
2166         (calendar-coptic-date-string, calendar-ethiopic-date-string)
2167         (calendar-french-date-string, calendar-mayan-date-string)
2168         (calendar-print-chinese-date, calendar-goto-date):
2169         Declare as functions.
2171         * calendar/calendar.el (nongregorian-diary-listing-hook): Doc fix.
2172         (Info-find-emacs-command-nodes, Info-find-node): Declare as functions.
2174         * ffap.el (ffap-bug, ffap-submit-bug): Redefine as obsolete
2175         aliases for report-emacs-bug.
2176         (gnus-summary-select-article, gnus-configure-windows): Declare as
2177         functions.
2179         * pgg-parse.el (pgg-parse-24, pgg-parse-crc24-string): Declare for
2180         compiler.
2182         * pgg.el (pgg-clear-string): Declare as a function.
2183         (pgg-run-at-time-1): Wrap whole definition in (featurep 'xemacs) test.
2184         (pgg-run-at-time, pgg-cancel-timer): Move definitions before use.
2186         * emacs-lisp/check-declare.el (check-declare-locate):
2187         Handle compressed files.
2188         (check-declare-verify): Handle define-generic-mode,
2189         define-global(ized)-minor-mode, define-obsolete-function-alias.
2191 2007-11-27  Jay Belanger  <jay.p.belanger@gmail.com>
2193         * calc/calc-menu.el (calc-modes-menu): Add normal and incomplete
2194         algebraic modes.
2196         * calc/calc-aent.el (calc-refresh-evaltos, calc-execute-kbd-macro)
2197         (math-is-true, calc-explain-why, calc-alg-edit)
2198         (math-composite-inequalities, math-flatten-lands)
2199         (math-multi-subst, calcFunc-vmatches, math-simplify)
2200         (math-known-matrixp, math-parse-fortran-subscr, math-to-radians-2)
2201         (math-read-string, math-read-brackets, math-read-angle-brackets):
2202         Declare as functions.
2204         * calc/calcalg3.el (calc-fit-s-shaped-logistic-curve)
2205         (calc-fit-bell-shaped-logistic-curve)
2206         (calc-fit-hubbert-linear-curve, calc-graph-add-curve)
2207         (calc-graph-lookup, calc-graph-set-styles, math-min-list)
2208         (math-max-list): Declare as functions.
2209         (math-map-binop): New function.
2210         (calc-curve-fit): Replace `mapcar*' by `math-map-binop'.
2212         * calc/calc.el (calc-set-language, calc-edit-finish)
2213         (calc-edit-cancel, calc-do-quick-calc, calc-do-calc-eval)
2214         (calc-do-keypad, calcFunc-unixtime, math-parse-date)
2215         (math-lessp, calc-embedded-finish-command)
2216         (calc-embedded-select-buffer, calc-embedded-mode-line-change)
2217         (calc-push-list-in-macro, calc-replace-selections)
2218         (calc-record-list, calc-normalize-fancy, calc-do-handle-whys)
2219         (calc-top-selected, calc-sel-error, calc-pop-stack-in-macro)
2220         (calc-embedded-stack-change, calc-refresh-evaltos)
2221         (calc-do-refresh, calc-binary-op-fancy, calc-unary-op-fancy)
2222         (calc-delete-selection, calc-alg-digit-entry, calc-alg-entry)
2223         (calc-dots, calc-temp-minibuffer-message, math-read-radix-digit)
2224         (calc-digit-dots, math-normalize-fancy, math-normalize-nonstandard)
2225         (math-recompile-eval-rules, math-apply-rewrites, calc-record-why)
2226         (math-dimension-error, calc-incomplete-error, math-float-fancy)
2227         (math-neg-fancy, math-zerop, calc-add-fractions)
2228         (math-add-objects-fancy, math-add-symb-fancy, math-mul-zero)
2229         (calc-mul-fractions, math-mul-objects-fancy, math-mul-symb-fancy)
2230         (math-reject-arg, math-div-by-zero, math-div-zero, math-make-frac)
2231         (calc-div-fractions, math-div-objects-fancy, math-div-symb-fancy)
2232         (math-compose-expr, math-comp-width, math-composition-to-string)
2233         (math-stack-value-offset-fancy, math-format-flat-expr-fancy)
2234         (math-adjust-fraction, math-format-binary, math-format-radix)
2235         (math-group-float, math-mod, math-format-number-fancy)
2236         (math-format-bignum-fancy, math-read-number-fancy)
2237         (calc-do-grab-region, calc-do-grab-rectangle, calc-do-embedded)
2238         (calc-do-embedded-activate, math-do-defmath)
2239         (calc-load-everything): Declare as functions.
2241         * calc/calc-ext.el (math-clip, math-round, math-simplify)
2242         (math-simplify-extended, math-simplify-units, calc-set-language)
2243         (calc-flush-caches, calc-save-modes, calc-embedded-modes-change)
2244         (calc-embedded-var-change, math-mul-float, math-arctan-raw)
2245         (math-sqrt-float, math-exp-minus-1-raw, math-normalize-polar)
2246         (math-normalize-hms, math-normalize-mod, math-make-sdev)
2247         (math-make-intv, math-normalize-logical-op, math-possible-signs)
2248         (math-infinite-dir, math-calcFunc-to-var)
2249         (calc-embedded-evaluate-expr, math-known-nonzerop)
2250         (math-read-expr-level, math-read-big-rec, math-read-big-balance)
2251         (math-format-date, math-vector-is-string, math-vector-to-string)
2252         (math-format-radix-float, math-compose-expr, math-abs)
2253         (math-format-bignum-binary, math-format-bignum-octal)
2254         (math-format-bignum-hex, math-format-bignum-radix)
2255         (math-compute-max-digits): Declare as functions.
2256         (math-provably-realp): Fix typo.
2258         * calc/calc-forms.el (calendar-current-time-zone)
2259         (calendar-absolute-from-gregorian, dst-in-effect): Declare as
2260         functions.
2262         * calc/calc-help.el (Info-goto-node, Info-last): Declare as functions.
2264         * calc/calc-lang.el (math-read-factor, math-read-expr-level):
2265         Declare as functions.
2267         * calc/calc-macs.el (math-zerop, math-negp, math-looks-negp)
2268         (math-posp, math-compare, math-bignum, math-compare-bignum):
2269         Declare as functions.
2271         * calc/calc-misc.el (calc-do-keypad, calc-inv-hyp-prefix-help)
2272         (calc-inverse-prefix-help, calc-hyperbolic-prefix-help)
2273         (calc-explain-why, calc-clear-command-flag)
2274         (calc-roll-down-with-selections, calc-roll-up-with-selections)
2275         (calc-last-args, calc-is-inverse, calc-do-prefix-help)
2276         (math-objvecp, math-known-scalarp, math-vectorp, math-matrixp)
2277         (math-trunc-special, math-trunc-fancy, math-floor-special)
2278         (math-floor-fancy, math-square-matrixp, math-matrix-inv-raw)
2279         (math-known-matrixp, math-mod-fancy, math-pow-of-zero)
2280         (math-pow-zero, math-pow-fancy): Declare as functions.
2282         * calc/calc-mode.el (calc-embedded-save-original-modes):
2283         Declare as a function.
2285         * calc/calc-nlfit.el (calc-get-fit-variables, math-map-binop):
2286         Declare as functions.
2287         (math-nlfit-make-matrix, math-nlfit-find-qmax, math-nlfit-fit)
2288         (math-nlfit-fit-curve, calc-fit-hubbert-linear-curve):
2289         Replace `mapcar*' by `math-map-binop'.
2290         (math-nlfit-make-matrix): Replace `copy-list' with `copy-sequence'.
2292         * calc/calc-prog.el (edmacro-format-keys, edmacro-parse-keys)
2293         (math-read-expr-level): Declare as functions.
2295         * calc/calc-vec.el (math-read-expr-level): Declare as a function.
2297 2007-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2299         * emacs-lisp/lisp.el (end-of-defun): Restructure so that
2300         end-of-defun-function is called consistently, even for negative
2301         arguments.
2302         (end-of-defun-function): Default to forward-sexp.
2304 2007-11-26  Juanma Barranquero  <lekktu@gmail.com>
2306         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
2308 2007-11-26  Glenn Morris  <rgm@gnu.org>
2310         * calendar/cal-menu.el (cal-menu-holidays-menu): Use :label rather
2311         than :suffix.
2313         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
2315 2007-11-26  Simon Josefsson  <simon@josefsson.org>
2317         * net/imap.el: Move from ../gnus.
2319 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
2321         * doc-view.el (doc-view-mode-p): New function.
2323 2007-11-25  Dan Nicolaescu  <dann@ics.uci.edu>
2325         * mail/mspools.el (rmail-get-new-mail):
2326         * mail/reporter.el (mail-position-on-field, mail-text):
2327         * mail/rmail.el (mail-position-on-field, mail-text-start)
2328         (rmail-update-summary):
2329         * mail/rmailedit.el (rmail-summary-disable, rmail-summary-enable):
2330         * mail/rmailmsc.el (rmail-parse-file-inboxes, rmail-show-message):
2331         * mail/rmailout.el (rmail-update-summary):
2332         * mail/rmailsort.el (rmail-update-summary):
2333         * mail/sendmail.el (dired-move-to-filename, dired-get-filename)
2334         (dired-view-file):
2335         * mail/uce.el (mail-strip-quoted-names):
2336         * mail/undigest.el (rmail-update-summary):
2337         * mail/unrmail.el (mail-strip-quoted-names):
2338         * ediff.el (diff-latest-backup-file): Declare as functions.
2340         * obsolete/mlsupport.el (ml-previous-page): Fix typo.
2341         (kill-to-end-of-line):
2342         * obsolete/rnews.el (news-set-minor-modes):
2343         Remove non working functions.
2345 2007-11-25  Glenn Morris  <rgm@gnu.org>
2347         * eshell/esh-maint.el (top-level): Use require with NOERROR for
2348         pcomplete.  Don't mess with load-path.
2350         * eshell/eshell.el (eshell-report-bug-address): Remove.
2351         (eshell-report-bug): Redefine as an alias for report-emacs-bug.
2353 2007-11-24  Glenn Morris  <rgm@gnu.org>
2355         * calendar/appt.el: Remove leading `*' from defcustom doc-strings.
2356         (appt-disp-window): Don't require electric.
2357         Simplify minibuffer-avoidance code.
2358         (appt-select-lowest-window): Avoid minibuffer.
2360         * eshell/eshell.el: Remove leading `*' from defcustom doc-strings.
2361         (esh-mode): Require it.
2362         (esh-util): Use require rather than featurep and load.
2363         (eshell): No need to test if eshell-mode is bound; remove obsolete
2364         reference to eshell-auto.
2365         (eshell-command, eshell-command-result): Don't require esh-mode
2366         now that the file does.
2367         (top-level): Move provide statement to the end of the file.
2368         Re-order and update commentary.
2370 2007-11-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
2372         * vc.el (vc-annotate-mode): Frob buffer invisibility spec.
2373         (vc-annotate-toggle-annotation-visibility): New command.
2374         (vc-annotate-mode-map): Bind "V" to it.
2375         (vc-annotate-mode-menu): Add entry for it.
2376         (vc-annotate-get-time-set-line-props): New func.
2377         (vc-annotate-display-autoscale)
2378         (vc-annotate-display-difference): Use it.
2380         * vc-git.el (vc-git-annotate-time): Handle optional field FILENAME.
2381         Also, match one space at end of annotation text, after last paren.
2383 2007-11-24  Michael Albinus  <michael.albinus@gmx.de>
2385         * ido.el (ido-file-name-all-completions-1): Check for fboundp of
2386         `tramp-completion-mode-p' as it is in Tramp 2.1.  Let-bind
2387         `tramp-completion-mode'.
2389 2007-11-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
2391         * vc-git.el (vc-git-show-log-entry): New func.
2393         * vc-git.el (vc-git--call, vc-git--out-ok): New funcs.
2394         (vc-git-state): Use vc-git--call.
2395         (vc-git-registered, vc-git-working-revision)
2396         (vc-git-previous-revision, vc-git-next-revision)
2397         (vc-git--run-command-string, vc-git-symbolic-commit):
2398         Use vc-git--out-ok.
2400 2007-11-24  Glenn Morris  <rgm@gnu.org>
2402         * emacs-lisp/byte-run.el (declare-function): Doc fix.
2404 2007-11-24  Kenichi Handa  <handa@m17n.org>
2406         * international/ucs-tables.el (ucs-8859-7-alist): Update the table.
2408 2007-11-23  David Kastrup  <dak@gnu.org>
2410         * server.el (server-process-filter): Use `command-line-args-left'.
2412 2007-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2414         * nxml/subdirs.el, nxml/char-data/subdirs.el, nxml/rng-auto.el: Remove.
2416 2007-11-23  Dan Nicolaescu  <dann@ics.uci.edu>
2418         * vc.el (vc-deduce-fileset): Also look for a fileset in the parent
2419         buffer if the parent buffer is in vc-dired-mode.
2421 2007-11-23  Mark A. Hershberger  <mah@everybody.org>
2423         * nxml: Initial merge of nxml.  Kept nxml/char-name subdir for now.
2425 2007-11-23  Juri Linkov  <juri@jurta.org>
2427         * dired.el (dired-read-dir-and-switches): For C-x d, set the
2428         value for M-n to the visited file name of the current buffer.
2429         Use minibuffer-with-setup-hook to set minibuffer-default to
2430         buffer-file-name inside read-file-name.
2432         * man.el (Man-getpage-in-background): Don't disregard user option
2433         `Man-width' on non-window systems.  Remove test for `window-system'
2434         around setting envvar "COLUMNS" depending on the value of `Man-width'.
2436         * progmodes/grep.el (grep-process-setup): Set envvar "TERM" to
2437         "emacs-grep".  Set envvar "GREP_OPTIONS" to "--color=auto" instead
2438         of "--color=always".
2440 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2442         * emacs-lisp/lisp.el (beginning-of-defun-raw): Pass `arg' down to
2443         beginning-of-defun-function.
2445 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
2447         * mail/hashcash.el: Move from ../gnus.  Add hashcash payments to email.
2449 2007-11-22  Glenn Morris  <rgm@gnu.org>
2451         * emulation/cua-base.el (x-clipboard-yank): Fix declaration.
2453         * emacs-lisp/check-declare.el (check-declare-locate): New function.
2454         (check-declare-scan): Use check-declare-locate.
2455         (check-declare-verify): No longer adjust fnfile, now
2456         check-declare-locate does it.
2458         * emacs-lisp/byte-run.el (declare-function): Doc fix.
2460 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2462         * subr.el (posn-col-row): Make the `default-value' use explicit.
2464         * window.el (balance-windows): Remove unused var `counter'.
2465         (bw-balance-sub): Remove unused var `lastchild'.
2466         (split-window-vertically): Remove unused var `switch'.
2467         (recenter-top-bottom): Remove unused vars `bottom', `current', `total'.
2469         * emacs-lisp/bytecomp.el
2470         (byte-compile-file-form-custom-declare-variable): Simplify.
2472 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
2474         * cus-edit.el (custom-mode): Define with `define-derived-mode'.
2475         Set `show-trailing-whitespace' to nil.
2477         * dired.el (make-symbolic-link):
2478         * dired-aux.el (mailcap-parse-mailcaps, mailcap-parse-mimetypes)
2479         (mailcap-extension-to-mime, mailcap-mime-info, make-symbolic-link):
2480         * dired-x.el (make-symbolic-link):
2481         * frame.el (x-initialize-window-system):
2482         * menu-bar.el (x-menu-bar-open):
2483         * select.el (x-get-cut-buffer-internal, x-rotate-cut-buffers-internal)
2484         (x-store-cut-buffer-internal):
2485         * wdired.el (make-symbolic-link):
2486         * x-dnd.el (x-register-dnd-atom, x-get-atom-name)
2487         (x-send-client-message):
2488         * emulation/cua-base.el (x-clipboard-yank): Declare as functions.
2490 2007-11-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2492         * term/x-win.el (x-gtk-map-stock): Check if FILE is a string.
2494 2007-11-22  Glenn Morris  <rgm@gnu.org>
2496         * dos-fns.el (int86):
2497         * term/mac-win.el (mac-font-panel-mode): Fix declarations.
2499         * calendar/cal-menu.el (cal-menu-holidays-menu): Fix holiday-list call.
2501         * calendar/holidays.el (holiday-list): Add autoload cookie.
2503         * emacs-lisp/check-declare.el (check-declare-scan): Expand .c
2504         files relative to src/ directory.
2505         (check-declare-verify): Handle .c files.  Warn if could not find
2506         an arglist to check.
2508         * emacs-lisp/byte-run.el (declare-function): Doc fix.
2510 2007-11-22  Dan Nicolaescu  <dann@ics.uci.edu>
2512         * replace.el (occur-mode-map): Add a major mode menu with entries
2513         for all occur operations.
2515         * international/titdic-cnv.el (dos-8+3-filename):
2516         * obsolete/fast-lock.el (msdos-long-file-names):
2517         * frame.el (msdos-mouse-p):
2518         * files.el (msdos-long-file-names, w32-long-file-name):
2519         * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
2520         (mac-resume-apple-event, mac-font-panel-mode)
2521         (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
2522         (mac-clear-font-name-table):
2523         * term/pc-win.el (msdos-remember-default-colors)
2524         (w16-set-clipboard-data, w16-get-clipboard-data):
2525         * term/w32-win.el (w32-send-sys-command, w32-select-font)
2526         (set-message-beep):
2527         * net/browse-url.el (w32-shell-execute):
2528         * w32-fns.el (set-message-beep, w32-get-clipboard-data)
2529         (w32-get-locale-info, w32-get-valid-locale-ids)
2530         (w32-set-clipboard-data):
2531         * dos-fns.el (int86, msdos-long-file-names):
2532         * dos-w32.el (default-printer-name): Declare as functions.
2534 2007-11-21  Jason Rumney  <jasonr@gnu.org>
2536         * emacs-lisp/byte-run.el (declare-function): Return nil.
2538 2007-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2540         * progmodes/sh-script.el (sh-mode): Set defun-prompt-regexp.
2542 2007-11-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2544         * ps-print.el (ps-lpr-switches): Docstring fix.
2545         (ps-string-list): New fun.
2546         (ps-do-despool): Code fix.
2548 2007-11-21  Juanma Barranquero  <lekktu@gmail.com>
2550         * w32-fns.el: Undo 2007-11-21 change by Dan Nicolaescu.
2552 2007-11-21  Glenn Morris  <rgm@gnu.org>
2554         * emacs-lisp/check-declare.el (check-declare-verify): Skip C files
2555         for now.  Handle define-minor-mode, and defalias (with no argument
2556         checking).
2558 2007-11-21  Dan Nicolaescu  <dann@ics.uci.edu>
2560         * frame.el (msdos-mouse-p):
2561         * files.el (msdos-long-file-names, w32-long-file-name):
2562         * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
2563         (mac-resume-apple-event, mac-font-panel-mode)
2564         (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
2565         (mac-clear-font-name-table):
2566         * term/pc-win.el (msdos-remember-default-colors)
2567         (w16-set-clipboard-data, w16-get-clipboard-data):
2568         * term/w32-win.el (w32-send-sys-command, w32-select-font)
2569         (set-message-beep):
2570         * net/browse-url.el (w32-shell-execute):
2571         * dos-fns.el (int86, msdos-long-file-names):
2572         * dos-w32.el (default-printer-name): Undo previous change.
2574 2007-11-21  Eli Zaretskii  <eliz@gnu.org>
2576         * international/mule-cmds.el (set-locale-environment):
2577         Set default-file-name-coding-system _after_ keyboard and terminal
2578         coding systems.  This fixes last change.
2580         * mail/rmail.el (rmail-current-subject-regexp): Allow more than
2581         one space after "Subject:".
2583 2007-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2585         * pcvs-parse.el (cvs-parse-table): Ignore errors when looking up files
2586         in order to determine if there's a conflict.
2588 2007-11-21  Richard Stallman  <rms@gnu.org>
2590         * bindings.el (esc-map): Bind C-M-l here; moved from reposition.el.
2592         * reposition.el (reposition-window):
2593         Binding C-M-l moved to bindings.el.
2595         * bindings.el (ctl-x-4-map): Bind C-x 4 a here; moved from add-log.el.
2597         * add-log.el (add-change-log-entry-other-window):
2598         Key binding C-x 4 a moved to bindings.el.
2600         * bindings.el (minibuffer-local-map): Bind C-tab here; moved
2601         from filecache.el.
2603         * filecache.el: Minibuffer map bindings moved to bindings.el.
2605 2007-11-21  Jason Rumney  <jasonr@gnu.org>
2607         * international/mule-cmds.el (set-locale-environment):
2608         Set default-file-name-coding-system from system defaults on Windows.
2610 2007-11-21  Jason Rumney  <jasonr@gnu.org>
2612         * term/w32console.el: New term init file for w32 console.
2614         * w32-fns.el (x-alternatives-map): Copy from term/x-win.el.
2615         (x-setup-function-keys): Likewise, replacing top-level key definitions.
2616         (w32-tty-standard-colors): Move to term/w32console.el.
2618         * term/w32-win.el (x-setup-function-keys): Remove.
2620         * term/tty-colors.el (tty-register-default-colors): Remove special
2621         case for w32.
2623 2007-11-21  Dan Nicolaescu  <dann@ics.uci.edu>
2625         * frame.el (msdos-mouse-p):
2626         * generic-x.el (w32-shell-name):
2627         * files.el (msdos-long-file-names, w32-long-file-name)
2628         (dired-get-filename, dired-unmark, dired-do-flagged-delete)
2629         (dos-8+3-filename, vms-read-directory, view-mode-disable):
2630         * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
2631         (mac-resume-apple-event, mac-font-panel-mode)
2632         (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
2633         (mac-clear-font-name-table):
2634         * term/pc-win.el (msdos-remember-default-colors)
2635         (w16-set-clipboard-data, w16-get-clipboard-data):
2636         * term/w32-win.el (w32-send-sys-command, w32-select-font)
2637         (set-message-beep):
2638         * w32-fns.el (set-message-beep, w32-get-clipboard-data)
2639         (w32-get-locale-info, w32-get-valid-locale-ids)
2640         (w32-set-clipboard-data):
2641         * help-fns.el (ad-get-advice-info):
2642         * font-lock.el (fast-lock-after-fontify-buffer)
2643         (fast-lock-after-unfontify-buffer, fast-lock-mode)
2644         (lazy-lock-after-fontify-buffer)
2645         (lazy-lock-after-unfontify-buffer, lazy-lock-mode):
2646         * net/browse-url.el (w32-shell-execute):
2647         * dos-fns.el (int86, msdos-long-file-names):
2648         * dos-w32.el (default-printer-name): Declare as functions.
2650 2007-11-21  Juanma Barranquero  <lekktu@gmail.com>
2652         * textmodes/paragraphs.el (forward-sentence): Doc fix.
2653         Reported by Drew Adams <drew.adams@oracle.com>.
2655 2007-11-20  Jason Rumney  <jasonr@gnu.org>
2657         * term/w32-win.el (x-setup-function-keys): Protect against
2658         multiple calls on the same terminal.
2660 2007-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
2662         * term/mac-win.el (x-setup-function-keys): Only setup
2663         local-function-key-map if it has not been setup already for the
2664         current frame.  Move the suspend-emacs processing here.
2666 2007-11-20  Juanma Barranquero  <lekktu@gmail.com>
2668         * progmodes/grep.el (xargs-program): New variable.
2669         (grep-compute-defaults): Use it.
2670         (grep-default-command): Doc fix.
2671         (grep, lgrep, rgrep): Reflow docstrings.
2673 2007-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
2675         * vc.el (vc-find-revision): Set the parent buffer.
2676         Use when instead of if.
2678         * progmodes/python.el (info-lookup-maybe-add-help):
2679         * progmodes/ps-mode.el (doc-view-minor-mode):
2680         * mail/emacsbug.el (Info-menu, Info-goto-node):
2681         * emulation/viper-keym.el (viper-ex)
2682         (viper-normalize-minor-mode-map-alist, viper-set-mode-vars-for):
2683         * emulation/viper-cmd.el (widget-type, widget-button-press)
2684         (viper-set-hooks):
2685         * emacs-lisp/tcover-unsafep.el (unsafep-function):
2686         * emacs-lisp/tcover-ses.el (ses-set-curcell, ses-update-cells)
2687         (ses-load, ses-vector-delete, ses-create-header-string)
2688         (ses-read-cell, ses-read-symbol, ses-command-hook, ses-jump):
2689         * emacs-lisp/gulp.el (mail-subject, mail-send): Declare as functions.
2691 2007-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2693         * pcvs.el (cvs-revert-if-needed): Fix copy&paste typo.
2695 2007-11-20  Glenn Morris  <rgm@gnu.org>
2697         * emacs-lisp/check-declare.el (check-declare-verify): Tweak regexp
2698         for end of function-name.  Handle define-derived-mode.
2700 2007-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
2702         * progmodes/idlw-help.el: Require browse-url unconditionally, it
2703         is available by default.
2704         (idlwave-help-browse-url-available): Change default to t.
2706         * emulation/edt.el (defgroup, defcustom): Remove definition.
2707         (eval-when-compile): Remove.
2708         (c-mark-function):
2709         * textmodes/reftex-dcr.el (bibtex-beginning-of-entry):
2710         * textmodes/fill.el (comment-search-forward)
2711         (comment-string-strip):
2712         * progmodes/prolog.el (comint-mode, comint-send-string)
2713         (comint-send-region, comint-send-eof):
2714         * progmodes/dcl-mode.el (imenu-default-create-index-function):
2715         * emulation/viper-util.el (viper-forward-Word):
2716         * emulation/vi.el (c-mark-function):
2717         * emulation/edt-vt100.el (vt100-wide-mode):
2718         * emacs-lisp/timer.el (diary-entry-time): Declare as functions.
2720 2007-11-19  Michael Albinus  <michael.albinus@gmx.de>
2722         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
2723         Still some tuning in case of an echoing shell.
2724         (tramp-send-command): Connection property "remote-echo" is not
2725         persistent; cache key is the process therefore.
2727 2007-11-19  Juanma Barranquero  <lekktu@gmail.com>
2729         * replace.el (map-query-replace-regexp): Doc fix (revert part of
2730         2000-05-21T17:04:47Z!fx@gnu.org made on 2000-05-21 with no ChangeLog entry).
2732 2007-11-19  Dan Nicolaescu  <dann@ics.uci.edu>
2734         * progmodes/octave-mod.el (inferior-octave-send-list-and-digest):
2735         * play/yow.el (doctor-ret-or-read):
2736         * vc-hooks.el (vc-dired-resynch-file):
2737         * vc-hg.el (log-view-get-marked):
2738         * smerge-mode.el (ediff-cleanup-mess):
2739         * pcvs.el (vc-editable-p, vc-checkout):
2740         * pcomplete.el (comint-bol):
2741         * informat.el (texinfo-format-refill):
2742         * ido.el (tramp-tramp-file-p):
2743         * ibuffer.el (ibuffer-mark-on-buffer, ibuffer-format-qualifier)
2744         (ibuffer-generate-filter-groups, ibuffer-format-filter-group-data):
2745         * add-log.el (c-beginning-of-defun, c-end-of-defun): Declare as
2746         functions.
2748         * textmodes/ispell.el (ispell-int-char): Make it a defalias
2749         instead of fset.
2750         (ispell-message): Use with-no-warnings for sc-cite-regexp call.
2752         * ido.el (ido-file-internal): Move with-no-warnings to include the
2753         ffap-string-at-point call.
2755         * pcomplete.el (pcomplete-executables): Move defsubst before first use.
2757         * vc-hg.el (vc-hg-revision-table): Fix last change.
2759 2007-11-19  Martin Rudalics  <rudalics@gmx.at>
2761         * menu-bar.el (top-level): Deactivate clipboard-kill-region and
2762         clipboard-yank when the buffer is read-only.
2764         * cus-edit.el (custom-field-keymap): Move to other Custom mode
2765         keymaps such that it's before the definition of Custom-mode-menu.
2766         (Custom-mode-menu): Show it for custom-field-keymap too.
2768 2007-11-19  Nick Roberts  <nickrob@snap.net.nz>
2770         * progmodes/gdb-ui.el: Update commentary.
2772 2007-11-18  Dan Nicolaescu  <dann@ics.uci.edu>
2774         * net/tramp.el (tramp-terminal-type): Remove duplicated definition.
2776 2007-11-19  Glenn Morris  <rgm@gnu.org>
2778         * emacs-lisp/check-declare.el (check-declare-verify): If fnfile
2779         does not exist, try adding `.el' extension.  Also search for defsubsts.
2781         * cus-edit.el (recentf-expand-file-name):
2782         * dired.el (dired-relist-entry):
2783         * subr.el (w32-shell-dos-semantics):
2784         * emacs-lisp/bytecomp.el (compilation-forget-errors):
2785         Declare as functions.
2787 2007-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2789         * abbrev.el (kill-all-abbrevs, insert-abbrevs)
2790         (prepare-abbrev-list-buffer): Use dolist.
2791         (clear-abbrev-table): Preserve properties.
2793 2007-11-18  Shigeru Fukaya  <shigeru.fukaya@gmail.com>  (tiny change)
2795         * textmodes/texinfmt.el (texinfo-format-printindex):
2796         Collect combined indexes using texinfo-short-index-format-cmds-alist.
2797         Reported on <bug-texinfo@gnu.org>.
2799 2007-11-18  Michael Albinus  <michael.albinus@gmx.de>
2801         * net/tramp.el (tramp-completion-reread-directory-timeout):
2802         New defcustom.
2803         (tramp-handle-file-name-all-completions): Flush directory contents
2804         from cache regularly.
2805         (tramp-set-auto-save-file-modes): Check also for `buffer-modified-p'.
2806         (tramp-open-connection-setup-interactive-shell):
2807         Call `tramp-cleanup-connection' via funcall.
2809         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Temp file is already
2810         created when copying.
2812 2007-11-17  Dan Nicolaescu  <dann@ics.uci.edu>
2814         * eshell/esh-util.el (eshell-under-xemacs-p): Remove.
2815         * eshell/esh-mode.el (eshell-mode-syntax-table, command-running-p):
2816         * eshell/esh-ext.el (eshell-external-command):
2817         * eshell/esh-cmd.el (require):
2818         * eshell/em-unix.el (eshell-plain-locate-behavior):
2819         * eshell/em-cmpl.el (eshell-cmpl-initialize):
2820         Replace eshell-under-xemacs-p with (featurep 'xemacs).
2821         * eshell/esh-mode.el (characterp, char-int): Remove unused
2822         conditional defaliases.
2824         * pcomplete.el (pcomplete-event-matches-key-specifier-p):
2825         Rename from event-matches-key-specifier-p, define unconditionally.
2826         (event-basic-type): Remove unused defalias.
2827         (pcomplete-show-completions):
2828         Use pcomplete-event-matches-key-specifier-p.
2830 2007-11-17  Eli Zaretskii  <eliz@gnu.org>
2832         * eshell/esh-module.el (eshell-load-defgroups): Don't make backups
2833         when saving esh-groups.el.
2835 2007-11-17  Martin Rudalics  <rudalics@gmx.at>
2837         * wid-edit.el (widget-default-complete):
2838         * progmodes/flymake.el (flymake-goto-file-and-line):
2839         Fix typo in (doc-)string.
2841 2007-11-17  Glenn Morris  <rgm@gnu.org>
2843         * emacs-lisp/byte-run.el (declare-function): New macro.
2844         * emacs-lisp/bytecomp.el (byte-compile-declare-function):
2845         New function, byte-hunk-handler for declare-function.
2846         (byte-compile-callargs-warn): Handle declared functions.
2848         * emacs-lisp/check-declare.el: New file.
2849         * Makefile.in (check-declare): New target.
2851         * progmodes/fortran.el (gud-find-c-expr): Declare as a function.
2853         * subr.el (process-lines): Move here from ../admin/admin.el.
2854         * emacs-lisp/authors.el (authors-process-lines): Remove.
2855         (authors): Use process-lines rather than authors-process-lines.
2857         * progmodes/compilation-perl.el, progmodes/compilation-weblint.el:
2858         Remove these files.
2860 2007-11-17  Juanma Barranquero  <lekktu@gmail.com>
2862         * emacs-lisp/backquote.el (backquote):
2863         Improve argument/docstring consistency.
2865         * emacs-lisp/ring.el (ring-size, ring-p, ring-insert)
2866         (ring-length, ring-empty-p): Use c[ad]dr.
2867         (ring-plus1): Use `1+'.
2868         (ring-minus1): Use `zerop'.
2869         (ring-remove): Use c[ad]dr.  Use `when'.
2870         (ring-copy): Use c[ad]dr.  Use `let', not `let*'.
2871         (ring-ref): Use `let', not `let*'.
2872         (ring-insert-at-beginning): Use c[ad]dr.  Doc fix.
2873         (ring-insert+extend): Use c[ad]dr.  Fix typo in docstring.
2874         (ring-member): Simplify.  Doc fix.
2875         (ring-convert-sequence-to-ring): Simplify.
2877 2007-11-17  Juri Linkov  <juri@jurta.org>
2879         * dired-aux.el (dired-create-directory): Allow creating
2880         a directory of an arbitrary depth.  Add a loop to find the topmost
2881         nonexistent parent dir `new', and call `dired-add-file' on it.
2882         Set the `PARENTS' arg of `make-directory' to t.
2884 2007-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
2886         * calc/calc-aent.el (calc-last-user-lang-parse-table): New variable.
2887         (math-build-parse-table): Get parse information from math-parse-table.
2889 2007-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2891         * window.el (recenter-last-op): New var.
2892         (recenter-top-bottom): New command.
2893         (global-map): Bind it to C-l.
2895         * abbrev.el (abbrev--write): Fix error in transcription from C.
2897         * emulation/pc-select.el (pc-select-shifted-mark): Remove.
2898         (pc-select-ensure-mark): Set mark-active to a special value instead.
2899         Rename from ensure-mark.  Update call callers.
2900         (pc-select-maybe-deactivate-mark): Rename from maybe-deactivate-mark.
2901         Rewrite.  Update all callers.
2902         (pc-selection-mode): Remove redundant var declaration.
2904 2007-11-16  Tassilo Horn  <tassilo@member.fsf.org>
2906         * doc-view.el (doc-view-search-backward, doc-view-search):
2907         Fix assignment to free variable bug.
2909 2007-11-16  Martin Pohlack  <mp26@os.inf.tu-dresden.de>  (tiny change)
2911         * emulation/pc-select.el (pc-select-shifted-mark): New var.
2912         (ensure-mark): Set it.
2913         (maybe-deactivate-mark): New fun.
2914         Use it everywhere instead of (setq mark-active nil).
2916 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
2918         * textmodes/reftex-dcr.el (reftex-start-itimer-once):
2919         Add check for XEmacs.
2921         * calc/calc-menu.el (calc-mode-map): Pacify byte compiler.
2923         * doc-view.el (doc-view-resolution): Add missing :group.
2925 2007-11-16  Juanma Barranquero  <lekktu@gmail.com>
2927         * subr.el (make-variable-frame-local):
2928         Fix typo in obsolescence declaration.
2930 2007-11-16  Werner Lemberg  <wl@gnu.org>
2932         * files.el (set-auto-mode-1): Check second line for -*- if file
2933         starts with '\" (which is used by man pages to identify needed
2934         troff preprocessors).
2936 2007-11-16  Glenn Morris  <rgm@gnu.org>
2938         * mail/mail-extr.el (mail-extr-all-top-level-domains): Update domains.
2940 2007-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
2942         * calc/calc-lang.el (math-oper-table): Fix typo.
2943         Reduce precedence of "/" for TeX.
2945         * calc/calc-menu.el (calc-modes-menu): Add Languages submenu.
2947 2007-11-16  Juri Linkov  <juri@jurta.org>
2949         * dired-aux.el (dired-read-shell-command-default): New function.
2950         (dired-read-shell-command): Use its return value for DEFAULT arg.
2952         * replace.el (keep-lines-read-args, occur-read-primary-args):
2953         Use a list of default values for DEFAULT arg of read-from-minibuffer.
2955         * man.el (Man-heading-regexp): Add 0-9.
2956         (Man-first-heading-regexp): Remove leading space [ \t]* before NAME.
2958 2007-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2960         * doc-view.el (doc-view-ghostscript-options): Remove resolution arg.
2961         (doc-view-resolution): New custom var.
2962         (doc-view-pdf/ps->png): Use it.
2963         (doc-view-shrink-factor): New var.
2964         (doc-view-enlarge, doc-view-shrink): New commands.
2965         (doc-view-mode-map): Use them.
2967 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
2969         * ediff-wind.el (ediff-window-setup-function):
2970         * simple.el (normal-erase-is-backspace):
2971         * eshell/em-unix.el (eshell/info):
2972         * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
2973         Fix typos in docstrings.
2975         * emulation/cua-base.el (cua--keymaps-initialized):
2976         Rename from `cua--keymaps-initalized'.  Callers changed.
2977         (cua-highlight-region-shift-only): Doc fix.
2978         (cua-paste-pop): Fix typo in docstring.
2980 2007-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2982         * emulation/cua-base.el (cua--pre-command-handler-1):
2983         Use input-decode-map instead of function-key-map.
2984         Use event-modifiers now that it works reliably.
2986         * vc.el (vc-diff-internal): Pop-to-buffer later.
2988         * subr.el (event-modifiers): Use internal-event-symbol-parse-modifiers.
2990         * pcvs.el (cvs-revert-if-needed): Ignore `unknown' files, since cvs
2991         did not touch them.
2993 2007-11-15  Jay Belanger  <jay.p.belanger@gmail.com>
2995         * calc/calc-menu.el: New file.
2996         * calc/calc.el (calc-mode): Require calc-menu.
2998 2007-11-14  Juanma Barranquero  <lekktu@gmail.com>
3000         * isearch-multi.el (isearch-buffers-next-buffer-function): Doc fix.
3002 2007-11-14  Nick Roberts  <nickrob@snap.net.nz>
3004         * progmodes/gdb-ui.el (gdb-parent-bptno-enabled): New variable.
3005         (gdb-breakpoint-regexp, gdb-mouse-toggle-breakpoint-margin)
3006         (gdb-mouse-toggle-breakpoint-fringe, gdb-delete-breakpoint)
3007         (gdb-goto-breakpoint): Generalise for breakpoints with multiple
3008         locations.
3009         (gdb-info-breakpoints-custom, gdb-assembler-custom)
3010         (gdb-toggle-breakpoint): Update for new gdb-breakpoint-regexp.
3011         (gdb-put-breakpoint-icon): Only display icon for parent breakpoint.
3013 2007-11-13  Noah Friedman  <friedman@splode.com>
3015         * calc/calc.el: Add `backward-delete-char-untabify' to the list of
3016         bindings to remap when `calc-scan-for-dels' is non-nil.
3018 2007-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3020         * emacs-lisp/byte-opt.el (byte-compile-trueconstp): Handle more
3021         constant forms.
3022         (byte-compile-nilconstp): New function.
3023         (byte-optimize-cond): Kill subsequent branches when a branch is
3024         know to be taken or not taken.
3025         (byte-optimize-if): Use byte-compile-nilconstp instead of hand coding.
3027 2007-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
3029         * vc.el (vc-register): Allow registering a file passed as a
3030         parameter instead of just the current buffer.
3032 2007-11-12  Michael Albinus  <michael.albinus@gmx.de>
3034         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
3035         Check whether the output of "uname -sr" has been changed.
3037 2007-11-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3039         * progmodes/compile.el (compilation-error-regexp-alist-alist): Insert
3040         patterns from compilation-perl.el and compilation-weblint.el files.
3042 2007-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
3044         * progmodes/compilation-perl.el:
3045         * progmodes/compilation-weblint.el: Disable autoloads, they cause
3046         a bootstrap failure.
3048         * vc-cvs.el (vc-cvs-diff): If backup files exist, diff them
3049         instead of doing "cvs diff" in order to avoid accessing the repository.
3051 2007-11-12  Kevin Ryde  <user42@zip.com.au>
3053         * progmodes/compilation-perl.el:
3054         * progmodes/compilation-weblint.el: New files.
3056 2007-11-11  Juanma Barranquero  <lekktu@gmail.com>
3058         * international/iso-cvt.el (iso-translate-conventions): Doc fix.
3059         (iso-aggressive-german-trans-tab, iso-conservative-german-trans-tab)
3060         (iso-tex2iso-trans-tab, iso-gtex2iso-trans-tab): Reflow docstring.
3061         (iso-spanish, iso-german, iso-iso2tex, iso-tex2iso, iso-gtex2iso)
3062         (iso-iso2gtex, iso-iso2duden, iso-iso2sgml, iso-sgml2iso):
3063         Rewrite in active voice.
3065 2007-11-11  Tassilo Horn  <tassilo@member.fsf.org>
3067         * doc-view.el: Add comments about isearch support.
3069 2007-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
3071         * vc.el (vc-start-entry): Fix setting the in the case the function
3072         is called from vc-dired.  Use when instead of if where appropriate.
3074 2007-11-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3076         * ps-print.el (ps-do-despool): Do not force ps-lpr-switches
3077         to be a list.
3078         (ps-begin-job): Error if ps-lpr-switches is not a list.
3080 2007-11-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3082         * faces.el (face-normalize-spec): Remove function.
3083         (frame-set-background-mode): Undo last change.
3085 2007-11-10  Jason Rumney  <jasonr@gnu.org>
3087         * w32-fns.el: Sync charset names with setup-default-fontset.
3088         Append "-1" where second part missing.
3090 2007-11-10  Juri Linkov  <juri@jurta.org>
3092         * isearch.el (isearch-mode-end-hook, isearch-mode-end-hook-quit):
3093         Fix docstring.  Reported by Leo <sdl.web@gmail.com>.
3095         * custom.el (custom-note-var-changed): Remove the `interactive'
3096         spec from this new non-interactive function.
3098 2007-11-10  Tassilo Horn  <tassilo@member.fsf.org>
3100         * doc-view.el (doc-view-mode-map, doc-view-menu)
3101         (doc-view-pdf->txt-sentinel): Adapt to new search UI.
3102         (doc-view-search-backward): New function.
3103         (doc-view-search): Query new regexp if prefix arg is given, else
3104         jump to next/previous match.
3105         (doc-view-mode): Handle compressed files.
3106         (jka-compr): Required for compressed files.
3108 2007-11-10  Paul Pogonyshev  <pogonyshev@gmx.net>
3110         * replace.el (query-replace-show-replacement): New defcustom.
3111         (perform-replace): Use `match-substitute-replacement' if
3112         `query-replace-show-replacement' is non-nil.
3114 2007-11-10  David Kastrup  <dak@gnu.org>
3116         * subr.el (match-substitute-replacement): New function.
3118 2007-11-10  Carsten Dominik  <dominik@science.uva.nl>
3120         * files.el (auto-mode-alist): Select org-mode for files with the
3121         extension ".org".
3123 2007-11-10  Martin Rudalics  <rudalics@gmx.at>
3125         * help.el (help-window, help-window-point-marker): New variables.
3126         (help-window-select): New option.
3127         (with-help-window): New macro for displaying help windows.
3128         (help-window-display-message, help-window-setup-finish)
3129         (help-window-setup): New functions used for setting up help windows.
3130         (print-help-return-message): Reset help-window to nil.
3131         (view-lossage): Use with-help-window instead of
3132         with-output-to-temp-buffer and move help-window-point-marker after
3133         inserted text.
3134         (describe-bindings, describe-key, describe-mode): Use
3135         with-help-window instead of with-output-to-temp-buffer.
3137         * help-mode.el (help-mode): Set view-exit-action to bury the
3138         buffer instead of fiddling with windows.  Simplify code.
3139         (help-mode-finish): When help-window eqs t set it to the selected
3140         window and have with-help-window set up view-return-to-alist.
3141         (help-buffer): Add autoload cookie.
3143         * view.el (view-remove-frame-by-deleting): Change default value to t.
3144         Add autoload cookie.
3145         (view-exit-action, view-file, view-file-other-window)
3146         (view-file-other-frame, view-buffer, view-buffer-other-window)
3147         (view-buffer-other-frame): Rewrite doc strings.
3148         (view-return-to-alist-update): New function to remove stale entries
3149         from view-return-to-alist.
3150         (view-mode-enter): Rewrite doc string and simplify code.
3151         (view-mode-exit): Handle new case 'keep-frame.  Don't reset
3152         view-exit-action to nil.  Simplify code and rewrite doc string.
3154         * apropos.el (apropos-describe-plist):
3155         * descr-text.el (describe-char):
3156         * disp-table.el (describe-display-table):
3157         * faces.el (list-faces-display, describe-face):
3158         * facemenu.el (list-colors-display):
3159         * help-fns.el (describe-function, describe-variable)
3160         (describe-syntax, describe-categories):
3161         Use with-help-window instead of with-output-to-temp-buffer.
3163 2007-11-10  Dan Nicolaescu  <dann@ics.uci.edu>
3165         * emacs-lisp/byte-opt.el (byte-optimize-featurep):
3166         Optimize (featurep 'emacs) to t.
3168         * emacs-lisp/bytecomp.el (byte-compile-find-bound-condition):
3169         New function.
3170         (byte-compile-maybe-guarded): Use it to also look for bound
3171         symbols inside `and' forms.  Comment out non-working code that was
3172         trying to avoid warnings for XEmacs code.
3174         * vc.el (vc-diff-internal): Make the *vc-diff* buffer read only.
3176         * vc-svn.el (vc-svn-print-log, vc-svn-diff):
3177         * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-annotate-command):
3178         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff)
3179         (vc-cvs-annotate-command):
3180         * vc-arch.el (vc-arch-diff): Remove test to check if start-process
3181         is bound, it always is.
3183 2007-11-10  Jason Rumney  <jasonr@gnu.org>
3185         * term/w32-win.el (w32-initialize-window-system): Move SJIS font
3186         setup here from global scope.
3188 2007-11-10  Juanma Barranquero  <lekktu@gmail.com>
3190         * ido.el (ido-save-history): Save the history file in UTF-8, not
3191         the current filename coding system.
3193 2007-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3195         * simple.el (interprogram-cut-function, interprogram-paste-function):
3196         Don't make them frame-local any more.
3198         * faces.el (x-create-frame-with-faces, tty-create-frame-with-faces):
3199         Don't set interprogram-(cut|paste)-function on each frame.
3201         * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
3202         Make them work in tty frames.
3203         (interprogram-cut-function, interprogram-paste-function):
3204         Set them globally.
3206 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
3208         * international/iso-cvt.el (iso-spanish, iso-german, iso-iso2tex)
3209         (iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Doc fixes.
3210         (iso-iso2duden-trans-tab): Add docstring.
3212 2007-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3214         * abbrev.el (define-abbrev-table): Record the variable definition.
3216         * emacs-lisp/bytecomp.el (byte-compile-file-form-define-abbrev-table):
3217         New function.
3219 2007-11-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3221         * ps-print.el: Clean the code for checking suitable Emacs version.
3222         (ps-do-despool): If ps-lpr-switches is not a list, force it to be one.
3223         (ps-print-version): New version 6.8.1.
3225 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
3227         * files.el (enable-local-variables): Doc fix.
3229 2007-11-09  Nick Roberts  <nickrob@snap.net.nz>
3231         * progmodes/gud.el (gud-gdb): Remove vestigial gdba doc and code.
3233 2007-11-09  Sven Joachim  <svenjoac@gmx.de>
3235         * dired-aux.el (dired-copy-file-recursive):
3236         Preserve directory permissions.
3238 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
3240         * whitespace.el (whitespace-write-file-hook): Remove interactive spec.
3241         (whitespace-unload-function): New-style unload function.  When run,
3242         unintern `whitespace-unload-hook' and call `unload-feature' recursively
3243         to stop the old hook from messing with the unloading.
3245 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
3247         * emacs-lisp/elp.el (elp-report-limit, elp-restore-all)
3248         (elp-unset-master, elp-results): Fix typos.
3249         (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
3250         Doc fixes.
3252         * msb.el (msb--many-menus): Remove variable.
3253         (msb-max-menu-items, msb--add-to-menu): Doc fixes.
3254         (msb-menu-cond, msb-item-handling-function, msb--create-function-info)
3255         (msb--toggle-menu-type): Fix typos in docstrings.
3257         * shadowfile.el (shadow-inhibit-overload, shadow-remove-from-todo)
3258         (shadow-insert-var): Doc fixes.
3259         (shadow-file-match, shadow-define-cluster, shadow-define-regexp-group):
3260         Reflow docstrings.
3261         (shadow-parse-fullname, shadow-read-files): Fix typos in docstrings.
3263 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
3265         * ediff-hook.el (ediff, ediff-files, ediff-buffers, ebuffers, ediff3)
3266         (ediff-files3, ediff-buffers3, ebuffers3, erevision, ediff-revision):
3267         Fix typos in autoload docstrings.
3269 2007-11-09  Richard Stallman  <rms@gnu.org>
3271         * savehist.el (savehist-save): Obey savehist-ignored-variables.
3273 2007-11-09  Nick Roberts  <nickrob@snap.net.nz>
3275         * progmodes/gdb-ui.el (gdb-delete-out-of-scope): New option.
3276         (gdb-var-update-handler-1): Use it.
3278 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
3280         * loadhist.el (unload-feature): Remove erroneous check for the
3281         FEATURE-unload-function variable; check the existence of the
3282         function (that's what the docstring says, and it makes more sense).
3284         * follow.el (follow-unload-function): Add docstring.
3285         (follow-unload-function): Remove variable.
3287         * server.el (server-unload-function): Remove variable.
3288         (server-unload-function): Unbind `server-edit' from `C-x #'.
3290         * ses.el (ses-unload-function): New function.
3292 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
3294         * emacs-lisp/unsafep.el (unsafep, unsafep-function)
3295         (unsafep-progn, unsafep-let): Fix typos in docstrings.
3297         * uniquify.el (uniquify-maybe-rerationalize-w/o-cb): Define it
3298         before use to avoid a warning in packages that require uniquify.
3299         (uniquify-unload-function): New function and var.
3301 2007-11-09  Dan Nicolaescu  <dann@ics.uci.edu>
3303         * ediff-init.el (ediff-xemacs-p, ediff-emacs-p): Remove.
3304         (ediff-has-face-support-p, ediff-BAD-INFO, ediff-check-version)
3305         (ediff-current-diff-A, ediff-current-diff-B)
3306         (ediff-current-diff-C, ediff-fine-diff-C, ediff-fine-diff-A)
3307         (ediff-fine-diff-B, ediff-fine-diff-Ancestor, ediff-even-diff-A)
3308         (ediff-even-diff-B, ediff-even-diff-C, ediff-even-diff-Ancestor)
3309         (ediff-odd-diff-A, ediff-odd-diff-B, ediff-odd-diff-C)
3310         (ediff-odd-diff-Ancestor, ediff-reset-mouse):
3311         * ediff-wind.el (ediff-narrow-control-frame-leftward-shift)
3312         (ediff-setup-windows-plain-merge)
3313         (ediff-setup-windows-plain-compare, ediff-setup-control-frame)
3314         (ediff-refresh-control-frame, ediff-get-visible-buffer-window):
3315         * ediff-util.el (ediff-setup-keymap, )
3316         (ediff-toggle-wide-display, ediff-toggle-multiframe)
3317         (ediff-toggle-use-toolbar, ediff-really-quit)
3318         (ediff-good-frame-under-mouse)
3319         (ediff-highlight-diff-in-one-buffer)
3320         (ediff-remove-flags-from-buffer, ediff-place-flags-in-buffer1)
3321         (ediff-make-bullet-proof-overlay):
3322         * ediff-mult.el (ediff-setup-meta-map, ediff-emacs-p)
3323         (ediff-set-meta-overlay):
3324         * ediff-help.el (ediff-help-region-map, ediff-set-help-overlays):
3325         * ediff.el (ediff-documentation): Replace ediff-xemacs-p and
3326         ediff-emacs-p with their former definitions.
3328         * emulation/viper-init.el (viper-xemacs-p, viper-emacs-p): Remove.
3329         (viper-has-face-support-p, viper-inactivate-input-method)
3330         (viper-activate-input-method)
3331         (viper-use-replace-region-delimiters, viper-restore-cursor-type):
3332         * emulation/viper-mous.el (viper-multiclick-timeout)
3333         (viper-surrounding-word, viper-mouse-click-insert-word)
3334         (viper-mouse-click-search-word, viper-parse-mouse-key):
3335         * emulation/viper-macs.el (viper-char-array-to-macro):
3336         * emulation/viper.el (viper-go-away, viper-set-hooks)
3337         (viper-non-hook-settings):
3338         * emulation/viper-util.el (viper-get-saved-cursor-color-in-replace-mode)
3339         (viper-get-saved-cursor-color-in-insert-mode)
3340         (viper-get-saved-cursor-color-in-emacs-mode)
3341         (viper-check-version, viper-get-visible-buffer-window)
3342         (viper-file-checked-in-p, viper-set-replace-overlay)
3343         (viper-set-replace-overlay-glyphs, viper-set-minibuffer-overlay)
3344         (viper-check-minibuffer-overlay, viper-read-key-sequence)
3345         (viper-key-to-emacs-key): Replace viper-xemacs-p and viper-emacs-p
3346         with their former definitions.
3347         (viper-eventify-list-xemacs): Only do work for XEmacs.
3348         (viper-set-unread-command-events): Only do work for Emacs.
3349         (viper-overlay-p, viper-make-overlay, viper-overlay-live-p)
3350         (viper-move-overlay, viper-overlay-start, viper-overlay-end)
3351         (viper-overlay-get, viper-overlay-put, viper-read-event)
3352         (viper-characterp, viper-int-to-char, viper-get-face)
3353         (viper-color-defined-p, viper-iconify): New defaliases replacing
3354         the old fsets.
3356         * progmodes/fortran.el (comment-region-function)
3357         (uncomment-region-function): Pacify byte compiler.
3359         * vc.el (vc-diff-internal): Remove code for an old version of gnus.
3361 2007-11-08  Michael Albinus  <michael.albinus@gmx.de>
3363         * net/tramp.el (tramp-maybe-open-connection): Use a local copy of
3364         `process-environment'.
3366 2007-11-08  David Hansen  <david.hansen@gmx.net>  (tiny change)
3368         * eshell/em-dirs.el (eshell-expand-multiple-dots): Change regexp to
3369         match dir like "a...b".
3371 2007-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3373         * smerge-mode.el (smerge-refine-subst): Pass "-d" to diff.
3375 2007-11-07  Michael Albinus  <michael.albinus@gmx.de>
3377         * net/tramp.el (tramp-handle-substitute-in-file-name):
3378         Don't expand the remote connection identification.
3379         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
3380         Set also $PS2 and $PS3 when setting $PS1.  Check for shell echoing
3381         before calling stty.
3383         * net/tramp-cache.el (tramp-cache-print)
3384         (tramp-dump-connection-properties): Fix docstring.
3385         (tramp-list-connections): Rename from `tramp-cache-list-connections'.
3387         * net/tramp-cmds.el (tramp-cleanup-connection): Apply it.
3389         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Don't expand the
3390         remote connection identification when setting connection property.
3392         * net/tramp-smb.el (tramp-smb-handle-substitute-in-file-name):
3393         "//" substitutes only in the local filename part.
3395 2007-11-07  David Hansen  <david.hansen@gmx.net>
3397         * eshell/em-glob.el (eshell-extended-glob): Sort matches.
3399 2007-11-07  Glenn Morris  <rgm@gnu.org>
3401         * emulation/tpu-mapper.el (tpu-map-key): Use unless rather than cond.
3402         Remove superfluous concats.  Move final set-buffer to
3403         non-emacs-specific code.
3405 2007-11-07  Rob Riepel  <riepel@networking.stanford.edu>
3407         * emulation/tpu-mapper.el (tpu-map-key): Remove un-needed cond branch.
3409 2007-11-07  Johan Bockg\e,Ae\e(Brd  <bojohan@gnu.org>
3411         * eshell/esh-mode.el (eshell-output-filter):
3412         * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel):
3413         Use `with-current-buffer'.
3415 2007-11-07  Andreas Schwab  <schwab@suse.de>
3417         * server.el (server-start): Only register cleanup after server was
3418         started.
3420 2007-11-06  Michael Albinus  <michael.albinus@gmx.de>
3422         * net/tramp.el (top): Don't autoload `tramp-cache-print'.
3424         * net/tramp-cache (tramp-cache-print): Move down.
3425         (tramp-cache-list-connections): New defun.
3427         * net/tramp-cmds.el (tramp-cleanup-connection): Use it.
3429 2007-11-06  Juanma Barranquero  <lekktu@gmail.com>
3431         * ido.el (ido-save-history): Write the history file in the current
3432         filename coding system, and add `coding' file-local variable.
3434 2007-11-06  Carsten Dominik  <dominik@science.uva.nl>
3436         * textmodes/org.el (org-table-formula-substitute-names):
3437         Remove forgotten temporary debugging code.
3439 2007-11-05  Michael Albinus  <michael.albinus@gmx.de>
3441         * net/tramp.el (tramp-wait-for-output): Ignore escape sequences in
3442         the prompt.
3444 2007-10-05  Chris Moore  <christopher.ian.moore@gmail.com>
3446         * wdired.el (wdired-use-dired-vertical-movement): Doc fix.
3448 2007-11-05  Simon Josefsson  <simon@josefsson.org>
3450         * net/tls.el (tls-end-of-info): Doc fix.
3452 2007-11-05  Kenichi Handa  <handa@ni.aist.go.jp>
3454         * international/utf-7.el (utf-7-imap): New coding system.
3455         (utf-7-imap-post-read-conversion): New function.
3456         (utf-7-imap-pre-write-conversion): New function.
3458 2007-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3460         * abbrev.el (abbrev--write): Fix up typo.
3462 2007-11-04  Juanma Barranquero  <lekktu@gmail.com>
3464         * abbrev.el (define-abbrev-table): Doc fix.
3466 2007-11-04  Thien-Thi Nguyen  <ttn@gnuvola.org>
3468         * info.el (Info-revert-buffer-function): New func.
3469         (Info-mode): Arrange to use it for reverting.
3470         (Info-copy-current-node-name): Add space between filename and nodename.
3472 2007-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3474         * abbrev.el (expand-abbrev): Move point back to expansion's end.
3476 2007-11-04  Glenn Morris  <rgm@gnu.org>
3478         * net/tls.el: Don't require rx when compiling.
3479         (tls-end-of-info): Rewrite without using rx.
3480         (open-tls-stream): Use with-current-buffer.
3482 2007-11-04  Riccardo Murri  <riccardo.murri@gmail.com>
3484         * net/tls.el: Require rx when compiling.
3485         (tls-end-of-info): New variable.
3486         (open-tls-stream): Keep reading input until `tls-end-of-info' is
3487         matched.
3489 2007-11-03  Sean O'Rourke  <seano@cs.ucla.edu>
3491         * register.el (append-to-register, prepend-to-register):
3492         Don't signal error on empty register; use the text, instead.
3494 2007-11-03  Michael Olson  <mwolson@gnu.org>
3496         * textmodes/remember.el (remember-buffer):
3497         Use define-obsolete-function-alias rather than defalias.
3499 2007-11-03  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
3501         * simple.el (bad-packages-alist): Anchor semantic regexp.
3503 2007-11-03  Glenn Morris  <rgm@gnu.org>
3505         * newcomment.el (comment-dwim): Call comment-insert-comment-function,
3506         if defined, for blank lines.  Doc fix.
3508         * progmodes/fortran.el (fortran-mode-map): Don't bind M-;.
3509         (fortran-mode): Set values for comment-region-function,
3510         uncomment-region-function and comment-insert-comment-function.
3511         (fortran-uncomment-region): New function.
3513         * textmodes/nroff-mode.el (nroff-mode):
3514         Set comment-insert-comment-function rather than indent-line-function.
3515         (nroff-indent-line-function): Remove.
3516         (nroff-insert-comment-function): New function.
3518 2007-11-02  Michael Kifer  <kifer@cs.stonybrook.edu>
3520         * ediff-vers.el (ediff-vc-working-revision): Add a quote.
3522 2007-11-02  Michael Kifer  <kifer@cs.stonybrook.edu>
3524         * emulation/viper-ex.el (viper-ex): Do not ignore the region.
3526         * emulation/viper-cmd.el (viper-prev-destructive-command)
3527         (viper-insert-prev-from-insertion-ring): Use ring-copy instead of
3528         copy-sequence.
3530         * ediff-util.el (ediff-make-current-diff-overlay): Do not use face-name.
3531         Got rid of ediff-copy-list.
3533         * ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer): Do not
3534         use face-name.
3535         (ediff-test-utility, ediff-diff-mandatory-option)
3536         (ediff-reset-diff-options): Remove to simplify the mandatory option
3537         handling on Windows.
3538         (ediff-set-diff-options): Add.
3539         (ediff-diff-options): Set "--binary" option as default in some cases.
3541         * ediff-vers.el (ediff-vc-internal): Use ediff-vc-revision-other-window.
3542         (ediff-vc-merge-internal): Use ediff-vc-revision-other-window and
3543         ediff-vc-working-revision.  Require vc-hooks.
3545 2007-11-02  Drake Wilson  <drake@begriffli.ch>  (tiny change)
3547         * files.el (hack-local-variables): Fix membership tests to avoid
3548         treating all variables as safe if `enable-local-variables' is
3549         set to :safe (CVE-2007-5795).
3551 2007-11-02  Glenn Morris  <rgm@gnu.org>
3553         * newcomment.el (comment-indent): Let comment-insert-comment-function,
3554         if defined, do all the work of inserting a new comment.
3556         * progmodes/etags.el (tags-table-mode): Disable undo.
3558         * simple.el (bad-packages-alist): Revert previous change.
3560 2007-11-02  Dan Nicolaescu  <dann@ics.uci.edu>
3562         * emacs-lisp/lselect.el: Move to obsolete/lselect.el.
3564         * obsolete/lselect.el: Do not warn about unknown functions.
3566 2007-11-02  Michael Olson  <mwolson@gnu.org>
3568         * textmodes/remember.el (remember-buffer): Make this an alias of
3569         remember-finalize, because Org uses it.
3571 2007-11-01  Michael Olson  <mwolson@gnu.org>
3573         * textmodes/remember.el: Improve documentation in heading.
3574         (remember-before-remember-hook): Turn into a customizable option.
3575         (remember): Document INITIAL argument.
3576         (remember-region): Remove autoload cookie.  Improve docstring to
3577         mention that it is called from the *Remember* buffer, and does not
3578         have any functional overlap with the `remember' function.
3579         (remember-finalize): Remove autoload cookie.  Rename from
3580         remember-buffer to emphasize that this does not have any
3581         functional overlap with the `remember' function.
3582         (remember-destroy): Remove autoload cookie.
3583         (remember-mode-map): Define and initialize in one step.
3584         (remember-mode): Improve docstring.
3585         (remember-annotation-functions): Default to just '(buffer-file-name),
3586         and don't try to take the default value from Planner.
3588 2007-11-01  Glenn Morris  <rgm@gnu.org>
3590         * doc-view.el (doc-view-cache-directory): Remove superfluous concat.
3592         * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
3594         * emacs-lisp/authors.el (authors-scan-change-log)
3595         (authors-scan-el): Don't enable local eval; enable only safe local
3596         variables, without querying.
3598         * mail/footnote.el (footnote-numeric-regexp)
3599         (footnote-english-upper-regexp, footnote-english-lower-regexp)
3600         (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
3601         Match multi-character footnotes.
3603         * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
3604         (nroff-indent-line-function): New function.
3605         (nroff-count-text-lines): Use nroff-forward-text-line rather than
3606         obsolete alias.
3608 2007-11-01  Ryan Yeske  <rcyeske@gmail.com>
3610         * net/rcirc.el (rcirc-last-quit-line, rcirc-last-line)
3611         (rcirc-elapsed-lines): New argument PROCESS.  Update callers.
3612         (rcirc-print): Only update the line count when not marking the
3613         line as omittable.
3614         (rcirc-log-write): Specify coding system when writing logfile.
3615         (rcirc-markup-fill): Make sure ellipsis does not cause line to wrap.
3617 2007-11-01  Dan Nicolaescu  <dann@ics.uci.edu>
3619         * printing.el (printing): Fix :version, printing.el was included
3620         for in emacs-22.1.
3621         (pr-path-style, pr-path-alist, pr-txt-name)
3622         (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
3623         (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
3624         (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
3625         (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
3626         (pr-auto-mode, pr-mode-alist, pr-ps-utility)
3627         (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
3628         (pr-setting-database, pr-visible-entry-list)
3629         (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
3630         (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect :version.
3632         * ediff-util.el (ediff-nuke-selective-display): Move definition to
3633         top level, make it dependent on the emacs flavor.
3635         * play/gamegrid.el (gamegrid-kill-timer, gamegrid-start-timer):
3636         Test for XEmacs not for itimer.
3638         * term/sun-mouse.el:
3639         * obsolete/sun-fns.el:
3640         * obsolete/sun-curs.el: Remove files.
3642         * term/sun.el (select-previous-complex-command): Remove obsolete code.
3644 2007-10-31  Tassilo Horn  <tassilo@member.fsf.org>
3646         * doc-view.el (doc-view-cache-directory): Fix bug where an integer
3647         was given to concat.
3649 2007-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3651         * doc-view.el (doc-view-mode-map): Bind doc-view-goto-page to the keys
3652         used normally for goto-line.  Change `g' to revert the buffer.
3653         Add redundant `r' binding for buffer-revert.
3655         * mail/mailabbrev.el (mail-abbrevs-mode): Use define-minor-mode.
3656         (mail-abbrevs-setup): Use abbrev-expand-functions.
3657         (build-mail-abbrevs): Use with-temp-buffer.
3658         (define-mail-abbrev): Simplify.
3659         (mail-abbrev-expand-wrapper): Rename sendmail-pre-abbrev-expand-hook.
3660         Change it for use on abbrev-expand-functions.
3661         (mail-abbrev-complete-alias): Use with-syntax-table.
3663 2007-10-31  Michael Albinus  <michael.albinus@gmx.de>
3665         * net/tramp.el (tramp-handle-shell-command): Call `start-file-process'
3666         directly.  Fix bug in deleting temp file.
3668 2007-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3670         * progmodes/python.el (python-mode-abbrev-table): Use :regexp.
3671         Merge defvar and define-abbrev-table.
3672         (def-python-skeleton): Use :case-fixed and :enable-function.
3673         (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
3674         Remove.
3675         (python-mode): Don't modify pre-abbrev-expand-hook.
3677 2007-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
3679         * ediff-util.el (ediff-file-checked-out-p)
3680         (ediff-file-checked-in-p): Only call vc-locking-user for XEmacs.
3682 2007-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3684         * abbrev.el (abbrev-symbol): Correct let->let*.
3685         (abbrev--before-point): Only use abbrev-start-location if before point.
3687 2007-10-31  Juanma Barranquero  <lekktu@gmail.com>
3689         * strokes.el (strokes-alphabetic-lessp): Simplify.  Doc fix.
3690         (strokes-unload-hook): Remove function and variable.
3691         (strokes-unload-function): New-style unload function, adapted
3692         from `strokes-unload-hook'.
3694         * emacs-lisp/cl.el (cl-cannot-unload): Remove function.
3695         (cl-unload-hook): Remove variable.
3696         (cl-unload-function): New-style unload function, adapted
3697         from `cl-cannot-unload'.
3699         * emacs-lisp/elp.el (elp-unload-hook): Remove function and variable.
3700         (elp-unload-function): New-style unload function, adapted
3701         from `elp-unload-hook'.
3703 2007-10-31  Sean O'Rourke  <sorourke@cs.ucsd.edu>
3705         * emacs-lisp/find-func.el (find-library): Use library at
3706         point as default interactive argument.
3708 2007-10-31  Juanma Barranquero  <lekktu@gmail.com>
3710         * shadowfile.el (shadow-join): Remove.
3711         (shadow-shadows): Use `mapconcat' instead of `shadow-join'.
3712         (shadow-initialize): Use `write-file-functions', not `write-file-hooks'.
3713         (shadowfile-unload-hook): Remove function and variable.
3714         (shadowfile-unload-function): New-style unload function, adapted
3715         from `shadowfile-unload-hook'.
3717 2007-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
3719         * progmodes/mixal-mode.el (mixal-run, mixal-debug): Call mixvm
3720         only if it is bound.
3722         * textmodes/reftex.el: Move autoloads for before all uses.
3723         (reftex-make-overlay, reftex-overlay-put, reftex-move-overlay)
3724         (reftex-delete-overlay): Move to the top level with the condition
3725         in the body.
3727         * progmodes/simula.el: Use when instead of if.
3729         * iimage.el (iimage-locate-file): Define unconditionally.
3731         * mail/mailabbrev.el (mail-abbrev-next-line):
3732         * emulation/vip.el (vip-enlarge-region, vip-line)
3733         (vip-next-line-at-bol, vip-previous-line)
3734         (vip-previous-line-at-bol, vip-find-char, vip-put-back, ex-read):
3735         Wrap with-no-warnings around uses of next-line and previous-line.
3737         * ediff.el (run-ediff-from-cvs-buffer):
3738         * ediff-vers.el (cvs-run-ediff-on-file-descriptor):
3739         Remove function not used by pcl-cvs anymore.
3740         (noninteractive, generic-sc-get-latest-rev)
3741         (ediff-generic-sc-internal, ediff-generic-sc-merge-internal):
3742         Delete support for long obsolete generic-sc.el.
3744 2007-10-31  Glenn Morris  <rgm@gnu.org>
3746         * cvs-status.el: No longer require pcvs when compiling.
3748         * doc-view.el (doc-view-conversion-refresh-interval)
3749         (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
3750         (doc-view-reset-slice): Doc fixes.
3751         (doc-view-menu): Remove deleted function doc-view-edit-doc.
3753 2007-10-31  Juanma Barranquero  <lekktu@gmail.com>
3755         * help-at-pt.el (help-at-pt-unload-hook): Remove.
3756         Timers are automatically canceled by `unload-feature'.
3758         * delsel.el (delsel-unload-hook): Remove function and variable.
3759         (delsel-unload-function): New-style unload function, adapted
3760         from `delsel-unload-hook'.
3762         * msb.el (msb-unload-hook): Remove function and variable.
3763         (msb-unload-function): New-style unload function, adapted from
3764         `msb-unload-hook'.
3766 2007-10-30  Juanma Barranquero  <lekktu@gmail.com>
3768         * desktop.el (uniquify-managed): Pacify byte compiler.
3769         (desktop-buffer-info): If the buffer name is managed by uniquify,
3770         save the base name, not the uniquified one.
3771         (desktop-create-buffer): Allow `rename-buffer' to generate a new
3772         name in case of conflict.
3774 2007-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3776         * doc-view.el: Use expand-file-name rather than concat.
3777         (doc-view-cache-directory): Add the UID so multiple users won't clash.
3778         (doc-view-current-overlay, doc-view-pending-cache-flush): New vars.
3779         (doc-view-goto-page, doc-view-insert-image, doc-view-buffer-message)
3780         (doc-view-toggle-display): Use an overlay over the whole buffer so as
3781         not to have to touch the buffer's content.
3782         (doc-view-initiate-display): New function, extracted from doc-view-mode.
3783         (doc-view-mode): Use it.  Don't mark as a special mode.
3784         Put the page numbers in the modeline.
3785         Set up the overlay.  Hide the cursor.  Run the mode hook.
3786         Use after-revert-hook rather than revert-buffer-function.
3787         (doc-view-search-internal): Fix typo.
3788         (doc-view-convert-current-doc, doc-view-insert-image): Delay the
3789         image-cache flush.
3790         (doc-view-reconvert-doc): Don't reset the whole mode.
3791         (doc-view-make-safe-dir): New function.
3792         (doc-view-current-cache-dir): Use it.
3794 2007-10-30  Jason Rumney  <jasonr@gnu.org>
3796         * time.el (display-time-world-list): Test for zoneinfo support.
3798 2007-10-30  Michael Albinus  <michael.albinus@gmx.de>
3800         * net/tramp.el (tramp-maybe-open-connection): Set $LC_ALL to "C".
3802         * net/tramp-cache.el (tramp-flush-file-function): Check also
3803         `default-directory' if `buffer-file-name' does not return a
3804         string.  Added to `eshell-pre-command-hook'.
3806 2007-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3808         * doc-view.el (doc-view-current-doc): Remove.
3809         Replace all uses by buffer-file-name.
3810         (doc-view-menu): New menu.
3811         (doc-view-reconvert-doc): Don't bind inhibit-read-only and remove
3812         unused var `doc'.
3813         (doc-view-sort): Simplify.
3814         (doc-view-buffer-message): Don't change buffer-modified-p.
3815         (doc-view-mode): Change it here instead.
3816         Tighten scoping of prev-major-mode.  Don't re-insert the file's content.
3817         Don't modify the global value of revert-buffer-function.
3819         * image-mode.el (image-forward-hscroll, image-next-line, image-eol)
3820         (image-eob, image-mode, image-minor-mode, image-toggle-display-text)
3821         (image-toggle-display): Take overlays into account and don't assume
3822         point-min==1.
3824 2007-10-30  Thien-Thi Nguyen  <ttn@gnuvola.org>
3826         * vc.el (vc-annotate): Fix omission bug:
3827         Specify value for vc-sentinel-movepoint.
3829 2007-10-30  Michael Olson  <mwolson@gnu.org>
3831         * textmodes/remember.el (remember-mode-hook)
3832         (remember-handler-functions, remember-annotation-functions):
3833         Add additional items as options, including some Org functions.
3835 2007-10-30  Tassilo Horn  <tassilo@member.fsf.org>
3837         * doc-view.el: Remove cl-dependency.
3838         (doc-view-buffer-message): Mention new binding K.
3839         (doc-view-convert-current-doc): Use function d-v-current-cache-dir
3840         instead of variable.
3841         (doc-view-current-cache-dir): Better cache dir naming.
3842         (doc-view-current-display): Remove variable.
3843         (doc-view-edit-doc, doc-view-display-maybe): Remove functions.
3844         (doc-view-kill-proc): Set converter process to nil.
3845         (doc-view-minor-mode): New minor mode.
3846         (doc-view-minor-mode-map): New keymap.
3847         (doc-view-mode): Remove text/image switching code.  Use plain defun.
3848         (doc-view-mode-map): New binding K kills converter process.
3849         Remove C-c C-e binding.
3850         (doc-view-mode-text-map): Remove keymap.
3851         (doc-view-pdf/ps->png): Timer calls d-v-display instead of
3852         d-v-display-maybe.
3853         (doc-view-previous-major-mode): New variable.
3854         (doc-view-ps->pdf): Resort args to make ps2pdf happy.
3855         (doc-view-remove-if): New function.
3856         (doc-view-search-next-match, doc-view-search-previous-match): Use it.
3857         (doc-view-toggle-display): Toggle modes instead of display styles.
3858         (doc-view-reconvert-doc): Adapt to new way of doing things.
3860         * progmodes/ps-mode.el (ps-mode-map): Enable doc-view-minor-mode.
3862 2007-10-30  Glenn Morris  <rgm@gnu.org>
3864         * dirtrack.el (dirtrack-mode): Doc fix.
3866         * shell.el (shell-dirtrack-verbose, shell-mode)
3867         (shell-directory-tracker, shell-dirtrack-mode): Doc fix.
3869         * emacs-lisp/bytecomp.el (byte-compile-disable-warning)
3870         (byte-compile-enable-warning): Doc fix.
3872         * emulation/tpu-mapper.el (tpu-map-key): Use with-no-warnings to
3873         suppress byte-opt warning.
3875 2007-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
3877         * emulation/edt.el (edt-emacs19-p, edt-x-emacs19-p)
3878         (edt-gnu-emacs19-p): Remove.
3879         (edt-emacs-variant, edt-window-system): Use feature 'emacs.
3880         (edt-xserver, edt-page-backward, edt-beginning-of-line)
3881         (edt-end-of-line-forward, edt-end-of-line-backward)
3882         (edt-one-word-forward, edt-one-word-backward, edt-character)
3883         (edt-line-forward, edt-next-line, edt-previous-line, edt-top)
3884         (edt-find-forward, edt-find-backward, edt-find-next-forward)
3885         (edt-find-next-backward, edt-reset, edt-advance, edt-backup)
3886         (edt-define-key, edt-bottom-check, edt-sentence-forward)
3887         (edt-sentence-backward, edt-paragraph-forward)
3888         (edt-paragraph-backward, edt-restore-key, edt-window-top)
3889         (edt-window-bottom, edt-scroll-window-forward-line)
3890         (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
3891         (edt-line-to-top-of-window, edt-paragraph-backward)
3892         (edt-restore-key, edt-window-top, edt-window-bottom)
3893         (edt-scroll-window-forward-line)
3894         (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
3895         (edt-line-to-middle-of-window, edt-goto-percentage)
3896         (edt-display-the-time, edt-remember, edt-split-window)
3897         (edt-emulation-on, edt-emulation-off)
3898         (edt-default-emulation-setup, edt-user-emulation-setup)
3899         (edt-select-default-global-map, edt-select-user-global-map):
3900         Replace uses of edt-x-emacs19-p and edt-gnu-emacs19-p with feature
3901         tests.
3903         * textmodes/reftex-index.el (reftex-index-selection-or-word):
3904         Use feature test instead of boundp test so it can be resolved at
3905         compile time.
3907         * net/newsticker.el (replace-regexp-in-string): Only define for XEmacs.
3909 2007-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3911         * abbrev.el: Rename `count' and `system-flag' to :count and :system.
3912         Update all users.
3913         (abbrev-get, abbrev-put): Simplify.
3914         (define-abbrev): Don't store the `force' value in the :system property.
3915         (abbrev--before-point): Obey the :enable-function of the abbrev as well.
3917 2007-10-30  Michael Olson  <mwolson@gnu.org>
3919         * desktop.el (desktop-minor-mode-table): Add line for ERC.
3921         * textmodes/remember.el: New file that implements a mode for
3922         quickly jotting down things to remember.
3924         * textmodes/remember-diary.el: A backend for remember.el that
3925         implements saving notes to a Diary file.
3927 2007-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
3929         * allout.el (allout-command-prefix, allout-inhibit-auto-fill):
3930         Relocate in file.
3931         (allout-doublecheck-at-and-shallower): Increase to include
3932         slightly greater depths, since yank interaction is now ok.
3933         Also, elaborate the docstring to explain the situation.
3934         (produce-allout-mode-map, allout-hotspot-key-handler): Use vconcat
3935         instead of concat, so we accommodate key sequences expressed as
3936         vectors as well as strings and lists.
3937         (allout-flag-region, allout-hide-by-annotation): Make the
3938         hidden-text overlays 'front-advance.
3939         (allout-overlay-insert-in-front-handler): Correct docstring's grammar.
3940         (allout-aberrant-container-p, allout-on-current-heading-p)
3941         (allout-e-o-prefix-p, allout-next-heading)
3942         (allout-previous-heading, allout-goto-prefix)
3943         (allout-end-of-prefix, allout-next-sibling-leap)
3944         (allout-next-visible-heading, allout-auto-fill)
3945         (allout-rebullet-heading, allout-kill-line, allout-kill-topic)
3946         (allout-yank-processing, allout-resolve-xref)
3947         (allout-current-topic-collapsed-p, allout-hide-region-body)
3948         (allout-latex-verbatim-quote-curr-line, allout-encrypt-string)
3949         (allout-encrypted-topic-p, allout-next-topic-pending-encryption)
3950         (count-trailing-whitespace-region): Preserve match data, so allout
3951         outline navigation doesn't disrupt other Emacs operations.
3952         (allout-beginning-of-line): Retreat to the beginning of the hidden
3953         text, so fields are respected (for submodes that care).
3954         (allout-end-of-line): Preserve mark activation status when jumping.
3955         (allout-open-topic): Account for opening after a child that
3956         contains a hidden trailing newline.  Preserve match data.
3957         Run allout-structure-added-hook
3958         (allout-encrypt-decrypted): Preserve match data.
3959         (allout-toggle-current-subtree-exposure): Add new interactive
3960         function for toggle subtree exposure - suggested by tassilo.
3961         (move-beginning-of-line, move-end-of-line): Don't use
3962         line-move-invisible-p, it's obsolete - substitute the code, instead.
3964 2007-10-29  Dan Nicolaescu  <dann@ics.uci.edu>
3966         * textmodes/flyspell.el (message-signature-separator):
3967         * longlines.el (message-indent-citation-function): Pacify byte
3968         compiler.
3970         * emacs-lisp/cl-loaddefs.el:
3971         * ldefs-boot.el: Regenerate.
3973         * Makefile.in (BYTE_COMPILE_EXTRA_FLAGS): New variable.
3974         (.el.elc, compile, compile-always, compile-calc)
3975         ($(lisp)/progmodes/cc-mode.elc): Use it.
3977         * ps-print.el (ps-xemacs-color-name, ps-xemacs-face-kind-p):
3978         Only do work for XEmacs.
3979         (ps-xemacs-mapper): Rename from ps-mapper, only work on XEmacs.
3980         (ps-xemacs-extent-sorter): Rename from ps-extent-sorter, only work
3981         on XEmacs.
3982         (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
3983         (ps-x-color-name, ps-x-color-specifier-p)
3984         (ps-x-copy-coding-system, ps-x-device-class)
3985         (ps-x-extent-end-position, ps-x-extent-face)
3986         (ps-x-extent-priority, ps-x-extent-start-position)
3987         (ps-x-face-font-instance, ps-x-find-coding-system)
3988         (ps-x-font-instance-properties, ps-x-make-color-instance)
3989         (ps-x-map-extents, ps-e-face-bold-p, ps-e-face-italic-p)
3990         (ps-e-next-overlay-change, ps-e-overlays-at, ps-e-overlay-get)
3991         (ps-e-overlay-end, ps-e-x-color-values, ps-e-color-values):
3992         (ps-generate-postscript-with-faces): Delete defaliases.
3993         (ps-face-foreground-name, ps-face-background-name)
3994         (ps-color-values, ps-face-bold-p, ps-face-italic-p):
3995         Move definitions to top level, make the body conditional on the Emacs
3996         flavor.  Replace uses of deleted aliases and renamed functions.
3997         (ps-generate-postscript-with-faces, ps-color-device): Replace uses
3998         of deleted aliases and renamed functions.
4000         * calc/calc.el (calc-emacs-type-lucid): Remove.
4001         (calc-digit-map, calcDigit-start, calc-read-key)
4002         (calc-clear-unread-commands):
4003         * calc/calc-ext.el (calc-user-key-map): Replace uses of
4004         calc-emacs-type-lucid with (featurep 'xemacs)
4006         * emulation/tpu-mapper.el: Replace tpu-lucid-emacs19-p with
4007         (featurep 'xemacs).
4008         (tpu-lucid-emacs19-p): Remove.
4009         (tpu-map-key): Make it a function instead of using fset.  Inline
4010         tpu-emacs-map-key and tpu-lucid-map-key.  Use featurep 'xemacs.
4011         (tpu-emacs-map-key, tpu-lucid-map-key): Remove.
4013         * ielm.el: Use featurep 'xemacs.
4015         * progmodes/cperl-mode.el (cperl-xemacs-p): Remove.
4016         (condition-case, cperl-can-font-lock, cperl-singly-quote-face)
4017         (cperl-define-key, cperl-mode-map, cperl-mode, cperl-init-faces)
4018         (cperl-write-tags, cperl-tags-hier-init, cperl-perldoc): Replace
4019         cperl-xemacs-p with (featurep 'xemacs).
4020         (font-lock-cache-position): Pacify byte compiler.
4022 2007-10-29  Drew Adams  <drew.adams@oracle.com>
4024         * faces.el (read-color): New function.
4025         (face-at-point, foreground-color-at-point)
4026         (background-color-at-point): New functions.
4028 2007-10-28  Richard Stallman  <rms@gnu.org>
4030         * net/browse-url.el (browse-url-text-xterm): Rename from
4031         browse-url-lynx-xterm and made generic.
4032         (browse-url-text-emacs): Likewise.
4033         (browse-url-text-browser): New variable.
4034         (browse-url-text-emacs-args): Rename from browse-url-lynx-emacs-args.
4035         (browse-url-text-input-field, browse-url-text-input-attempts)
4036         (browse-url-kde-program): Likewise.
4038 2007-10-29  Glenn Morris  <rgm@gnu.org>
4040         * textmodes/org-publish.el (org-publish-get-plist-from-filename):
4041         Use mapc rather than mapcar (reinstall change deleted without log
4042         entry 2007-10-22).
4044 2007-10-29  Martin Rudalics  <rudalics@gmx.at>
4046         * wdired.el (wdired-next-line, wdired-previous-line):
4047         Use next-line and previous-line wrapped in with-no-warnings.
4049 2007-10-29  Ryan Yeske  <rcyeske@gmail.com>
4051         * net/rcirc.el (rcirc-server-alist): Use keywords for parameter names.
4052         (rcirc-recent-quit-alist): New function.
4053         (rcirc): Print a better message when there is only one connected server.
4054         (rcirc-complete-nick): Do not update the nick table here.
4055         (rcirc-mode-map): Add M-o.
4056         (rcirc-current-line): Add variable.
4057         (rcirc-mode): Setup variables for line based omit.
4058         (rcirc-edit-multiline): Strip text properties.
4059         (rcirc-omit-responses): Add NICK.
4060         (rcirc-omit-threshold): Add variable.
4061         (rcirc-last-quit-line, rcirc-last-line, rcirc-elapsed-lines):
4062         Add functions.
4063         (rcirc-print): Keep track of current line.  Do not fill text if
4064         `rcirc-fill-flag' is null.  Only omit text if the last activity
4065         from the sender is more than `rcirc-omit-threshold' lines ago.
4066         (rcirc-put-nick-channel, rcirc-handler-PRIVMSG): Track line
4067         numbers instead of time.
4068         (rcirc-channel-nicks): Sort by line numbers instead of time.
4069         (rcirc-omit-mode): Add `...' when omitting text and recenter.
4070         (rcirc-handler-JOIN): Restore the joiners linestamp.
4071         (rcirc-maybe-remember-nick-quit): Add function.
4072         (rcirc-handler-QUIT): Record sender in table of recently quit nicks.
4074 2007-10-29  Juanma Barranquero  <lekktu@gmail.com>
4076         * loadhist.el (unload-feature-special-hooks):
4077         Add `delete-frame-functions' and `suspend-tty-functions'.
4079         * server.el (server-unload-function): Rename from `server-unload-hook'
4080         and adapt to new `unload-feature' functionality.  Remove hook from
4081         `kill-buffer-hook' buffer-locally.
4082         (server-unload-hook): Remove.
4083         (server-unload-function): New var; replaces `server-unload-hook'.
4085 2007-10-29  Glenn Morris  <rgm@gnu.org>
4087         * dirtrack.el (dirtrack-debug): Doc fix.
4088         (dirtrack-mode, dirtrack-debug-mode): New names for
4089         dirtrack-toggle and dirtrack-debug-toggle.  Use define-minor-mode.
4090         (dirtrack-toggle, dirtrack-debug-toggle, dirtrackp, dirtrack-debug):
4091         Make obsolete.
4092         (dirtrack-debug-message): Only print message if
4093         dirtrack-debug-mode is non-nil.  Use with-current-buffer.
4094         (dirtrack): Doc fix.  Use dirtrack-mode rather than dirtrackp.
4095         Remove dirtrack-debug checks now that dirtrack-debug-message does this.
4097 2007-10-28  Glenn Morris  <rgm@gnu.org>
4099         * emacs-lisp/bytecomp.el (byte-compile-warnings): Document `not'.
4100         (byte-compile-warnings-safe-p): Handle `not'.
4101         (byte-compile-warning-enabled-p, byte-compile-disable-warning)
4102         (byte-compile-enable-warning): New functions.
4103         (byte-compile-eval-before-compile)
4104         (byte-compile-file-form-require): Use byte-compile-disable-warning.
4105         (byte-compile-close-variables): Locally bind byte-compile-warnings,
4106         but do not modify it.
4107         (byte-compile-eval, byte-compile-obsolete)
4108         (byte-compile-warn-about-unresolved-functions)
4109         (byte-compile-file-form-defvar)
4110         (byte-compile-file-form-custom-declare-variable)
4111         (byte-compile-file-form-require)
4112         (byte-compile-file-form-defmumble, byte-compile-lambda)
4113         (byte-compile-form, byte-compile-normal-call)
4114         (byte-compile-variable-ref, byte-compile-defvar)
4115         (byte-compile-make-variable-buffer-local):
4116         Use byte-compile-warning-enabled-p.
4117         * emacs-lisp/advice.el (ad-compile-function):
4118         Use byte-compile-disable-warning.
4119         * emacs-lisp/cl.el: Move local variables to end of file, and set
4120         byte-compile-warnings to `(not cl-functions)'.
4121         * emacs-lisp/cl-compat.el: Add a local variables section, and set
4122         byte-compile-warnings to `(not cl-functions)'.
4123         * emacs-lisp/cl-macs.el: Unify local variable section, and set
4124         byte-compile-warnings to `(not cl-functions)'.
4125         (cl-do-proclaim): Use byte-compile-disable-warning and
4126         byte-compile-enable-warning.
4127         * emacs-lisp/cl-seq.el: Unify local variable section, and set
4128         byte-compile-warnings to `(not cl-functions)'.
4129         * progmodes/cc-bytecomp.el (cc-bytecomp-ignore-obsolete):
4130         Use byte-compile-disable-warning.
4132 2007-10-28  Dan Nicolaescu  <dann@ics.uci.edu>
4134         * cus-edit.el (custom-browse-insert-prefix):
4135         * emulation/edt.el (edt-x-emacs19-p): Use featurep 'xemacs.
4137 2007-10-28  Juanma Barranquero  <lekktu@gmail.com>
4139         * server.el (server-process-filter): Fix typo in docstring.
4140         (server-log): Reflow docstrings.
4141         (server-delete-client, server-kill-emacs-query-function): Doc fixes.
4142         (server-goto-line-column): Use `when'.
4144 2007-10-28  Juri Linkov  <juri@jurta.org>
4146         * isearch.el (isearch-other-meta-char): Call `isearch-edit-string'
4147         when mouse is clicked on the isearch message.
4148         (isearch-resume): Call `isearch-update' at the end.
4149         Rename argument `search' to `string' to conform to the
4150         isearch terminology.
4152 2007-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4154         Rewrite abbrev.c in Elisp.
4155         * abbrev.el (abbrev-mode): Move custom group from cus-edit.el.
4156         (abbrev-table-get, abbrev-table-put, abbrev-get)
4157         (abbrev-put, make-abbrev-table, abbrev-table-p, clear-abbrev-table)
4158         (define-abbrev, abbrev--check-chars, define-global-abbrev)
4159         (define-mode-abbrev, abbrev--active-tables, abbrev-symbol)
4160         (abbrev-expansion, abbrev--before-point, expand-abbrev)
4161         (unexpand-abbrev, abbrev--write, abbrev--describe)
4162         (insert-abbrev-table-description, define-abbrev-table):
4163         New funs, largely transcribed from abbrev.c.
4164         (abbrev-with-wrapper-hook): New macro.
4165         (abbrev-table-name-list, global-abbrev-table)
4166         (abbrev-minor-mode-table-alist, fundamental-mode-abbrev-table)
4167         (abbrevs-changed, abbrev-all-caps, abbrev-start-location)
4168         (abbrev-start-location-buffer, last-abbrev, last-abbrev-text)
4169         (last-abbrev-location, pre-abbrev-expand-hook, abbrev-expand-function):
4170         New vars, largely transcribed from abbrev.c.
4171         * cus-edit.el (abbrev-mode): Remove.  Move to abbrev.el.
4172         * cus-start.el: Remove abbrev-all-caps and pre-abbrev-expand-hook.
4173         * loadup.el: Load "abbrev.el" before "lisp-mode.el".
4175 2007-10-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4177         * ps-print.el: Now detect if text foreground and background colors are
4178         equal and replace the foreground color by another color, so the text
4179         becomes visible.  Doc fix.
4180         (ps-print-version): New version 6.8.
4181         (ps-default-fg, ps-default-bg): Docstring fix.
4182         (ps-postscript-code-directory): Fix default value code.
4183         (ps-fg-list, ps-fg-validate-p): New options.
4184         (ps-foreground-list): New var.
4185         (ps-setup, ps-begin-job, ps-plot-region): Fix code.
4187 2007-10-27  Glenn Morris  <rgm@gnu.org>
4189         * shell.el (shell-dirtrack-verbose, shell-directory-tracker): Doc fix.
4190         (shell-dirtrack-toggle): Mark as obsolete.
4191         (dirtrack-toggle, dirtrack-mode): No longer alias to
4192         shell-dirtrack-mode.
4194 2007-10-27  Jay Belanger  <jay.p.belanger@gmail.com>
4196         * calc/calc.el (math-standard-opers): Lower the precedence
4197         of negation.
4198         * calc/calc-lang.el (math-oper-table): Lower precedence of
4199         negation for C, TeX, and eqn.
4201 2007-10-27  Dan Nicolaescu  <dann@ics.uci.edu>
4203         * progmodes/cc-defs.el: Reorder conditions to avoid warnings.
4205 2007-10-27  Juanma Barranquero  <lekktu@gmail.com>
4207         * desktop.el (desktop-load-locked-desktop, desktop-base-lock-name)
4208         (desktop-not-loaded-hook): Fix :version tags.
4210 2007-10-27  Michael Albinus  <michael.albinus@gmx.de>
4212         * net/tramp.el (tramp-wrong-passwd-regexp): Tune regexp.
4213         (tramp-get-remote-tmpdir): New defun.
4214         (tramp-make-tramp-temp-file): Use it.
4215         (tramp-local-call-process): New defun.  Replace all calls of
4216         `call-process' by this when appropriate.
4217         (tramp-handle-write-region): Replace calls of `file-attributes' by
4218         `tramp-compat-file-attributes'.
4219         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
4220         Make the first command a `tramp-send-command' call, with let-bind
4221         of `tramp-end-of-output'.
4222         (tramp-version, tramp-bug, tramp-reporter-dump-variable)
4223         (tramp-load-report-modules, tramp-append-tramp-buffers):
4224         Move to tramp-cmds.el.
4226         * net/tramp-fish.el (tramp-fish-handle-copy-file)
4227         (tramp-fish-do-copy-or-rename-file)
4228         (tramp-fish-do-copy-or-rename-file-directly):
4229         * net/tramp-smb.el (tramp-smb-handle-copy-file):
4230         Add parameter PRESERVE-UID-GID.
4232 2007-10-27  Eli Zaretskii  <eliz@gnu.org>
4234         * time.el (zoneinfo-style-world-list, legacy-style-world-list):
4235         New defcustoms.
4236         (display-time-world-list): Use them as appropriate for the current
4237         value of `system-type'.
4239 2007-10-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4241         * printing.el: Pacify byte compiler, that is, no compiler warnings.
4242         Move (again) some variable definitions before use, define some fun
4243         aliases, no code change.
4244         (pr-version): New version 6.9.2.
4245         (pr-path-style, pr-auto-region, pr-menu-char-height)
4246         (pr-menu-char-width, pr-menu-lock, pr-ps-printer-alist)
4247         (pr-txt-printer-alist, pr-ps-utility-alist): Options declaration
4248         via (defvar VAR).
4249         (pr-menu-lookup, pr-menu-lock, pr-menu-alist, pr-even-or-odd-pages)
4250         (pr-menu-get-item, pr-menu-set-item-name, pr-menu-set-utility-title)
4251         (pr-menu-set-ps-title, pr-menu-set-txt-title, pr-region-active-p)
4252         (pr-do-update-menus, pr-update-mode-line, pr-f-read-string)
4253         (pr-f-set-keymap-parents, pr-keep-region-active): Fun aliases.
4254         (pr-menu-print-item, pr-ps-printer-menu-modified)
4255         (pr-txt-printer-menu-modified, pr-ps-utility-menu-modified)
4256         (pr-even-or-odd-alist): Vars definition moved.
4258 2007-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
4260         * emulation/pc-select.el (next-line-mark, next-line-nomark)
4261         (previous-line-mark, previous-line-nomark): Wrap with-no-warnings
4262         around uses of previous-line and next-line.
4264         * diff.el (diff-old-file, diff-new-file, diff-extra-args):
4265         New defvars.
4267         * textmodes/css-mode.el (comment-continue):
4268         * net/browse-url.el (url-handler-regexp):
4269         * progmodes/idlw-help.el (idlwave-system-routines):
4270         Pacify byte-compiler.
4272         * textmodes/fill.el (fill-nobreak-p): Replace obsolete alias
4273         line-move-invisible-p with its former definition: invisible-p.
4274         line-move-invisible-p was removed on 2007-08-29.
4276 2007-10-26  Juanma Barranquero  <lekktu@gmail.com>
4278         * files.el (kill-emacs-query-functions): Doc fix;
4279         `save-buffers-kill-emacs' is no longer bound to a key.
4281 2007-10-26  Richard Stallman  <rms@gnu.org>
4283         * isearch-multi.el (isearch-buffers-multi): New option.
4284         (isearch-buffers-search-fun): Test it.
4286         * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
4287         Put ps-run-clear on C-c C-l.
4289         * newcomment.el (comment-styles): New style indent-or-triple.
4290         (comment-style): Make that the default.
4291         (comment-add defvar): Doc fix.
4292         (comment-add): Delete arg EXTRA.
4293         (comment-region-default): Open code call to comment-add.
4294         Handle indent-or-triple style which uses `multi-char' for INDENT.
4296 2007-10-26  Juanma Barranquero  <lekktu@gmail.com>
4298         * eshell/em-unix.el (nil-blank-string): Doc fix.
4300 2007-10-26  John Wiegley  <johnw@newartisans.com>
4302         * eshell/em-unix.el (eshell/diff): Before calling the `diff'
4303         function, ensure that the third argument is turned into a nil if
4304         the string is otherwise completely empty (either no characters, or
4305         all tabs/spaces).  This fixes a bug from a user who found himself
4306         unable to customize `diff-switches' and still use Eshell's diff
4307         command.
4309 2007-10-26  Glenn Morris  <rgm@gnu.org>
4311         * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
4312         safe-local-variable property.
4314 2007-10-26  Gwern Branwen  <gwern0@gmail.com>  (tiny change)
4316         * net/browse-url.el (browse-url-browser-function): Delete grail.
4317         (browse-url-grail): Function and variable deleted.
4318         (browse-url-browser-function): Delete IXI Mosaic.
4319         (browse-url-default-browser): Don't try IXI Mosaic.
4320         (browse-url-iximosaic): Function deleted.
4321         (browse-url-browser-function): Delete MMM.
4322         (browse-url-default-browser): Don't try MMM.
4323         (browse-url-mmm): Function deleted.
4325 2007-10-26  Drew Adams  <drew.adams@oracle.com>
4327         * custom.el (custom-note-var-changed): New function.
4329 2007-10-25  Dan Nicolaescu  <dann@ics.uci.edu>
4331         * emulation/edt-mapper.el (edt-emacs-variant): Replace the only
4332         use with the definition.  Remove.
4334         * add-log.el (change-log-start-entry-re): New defconst.
4335         (change-log-sortable-date-at): Use it.
4336         (change-log-beginning-of-defun, change-log-end-of-defun):
4337         New functions.
4338         (change-log-mode): Use them for beginning-of-defun-function and
4339         end-of-defun-function.
4341 2007-10-25  Jonathan Yavner  <jyavner@member.fsf.org>
4343         * ses.el: Make `ses--symbolic-formulas' a safe local variable.
4344         (ses-mode-print-map): Add `c' and `t' (suggested by Gareth Rees).
4345         (ses-recalculate-cell): Deal with point being just beyond end of
4346         data area (why does this happen?)
4347         (ses-set-curcell): Ditto.
4348         (ses-column-letter): Handle columns beyond 702.  Code written by
4349         Gareth Rees.
4351 2007-10-25  Carsten Dominik  <dominik@science.uva.nl>
4353         * textmodes/org.el (org-agenda-get-restriction-and-command):
4354         Use `mapc' instead of `mapcar'.
4355         (org-agenda-list): Numeric prefix argument can specify the number
4356         of days.
4357         (remember-register, remember-buffer): Prevent byte compiler from
4358         complaining.
4359         (org-todo): Save and restore match data.
4360         (org-no-warnings): New macro.
4361         (org-columns-eval): Use `org-no-warnings'.
4363 2007-10-25  Chris Moore  <christopher.ian.moore@gmail.com>
4365         * comint.el (comint-password-prompt-regexp):
4366         Handle `[sudo] password'-style prompt.
4368 2007-10-25  Glenn Morris  <rgm@gnu.org>
4370         * custom.el (custom-declare-variable): Add :risky and :safe keywords.
4371         (defcustom): Doc fix.
4373         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re):
4374         Add `non_intrinsic'.
4375         (f90-constants-re): Add ieee modules.
4376         (f90-typedef-matcher, f90-typedec-matcher)
4377         (f90-imenu-type-matcher): New functions.
4378         (f90-font-lock-keywords-1): Give module procedures function-name face.
4379         Use `f90-typedef-matcher' for derived types.  Fix `abstract interface'.
4380         Add `use, intrinsic'.
4381         (f90-font-lock-keywords-2): Use `f90-typedec-matcher' for derived types.
4382         Move start of `enum' blocks to separate entry.
4383         (f90-start-block-re): Fix `type', `abstract interface'.
4384         (f90-imenu-generic-expression): Use `f90-imenu-type-matcher' for
4385         derived types.
4386         (f90-mode-abbrev-table): Add `abstract interface', `asynchronous',
4387         `elemental', change `enumerator'.
4388         (f90-no-block-limit): Fix `abstract interface'.
4390         * progmodes/f90.el (f90-indented-comment-re)
4391         (f90-directive-comment-re, f90-break-delimiters):
4392         * progmodes/fortran.el (fortran-comment-line-start-skip)
4393         (fortran-directive-re):
4394         * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
4395         as safe if they are strings.
4397 2007-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4399         * startup.el (window-system): Remove.  Don't make it frame-local.
4401 2007-10-24  Richard Stallman  <rms@gnu.org>
4403         * savehist.el (savehist-save): Omit unreadable elements.
4405         * loadhist.el (unload-function-defs-list): Rename from
4406         unload-function-features-list.
4407         (unload-feature-special-hooks, unload-feature): Doc fixes.
4409         * indent.el (indent-to-left-margin): If point's in the indentation,
4410         move to the end of the indentation.
4412         * cus-edit.el (customize-changed-options): Make arg optional.
4414 2007-10-24  Juanma Barranquero  <lekktu@gmail.com>
4416         * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
4418 2007-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
4420         * textmodes/org-publish.el (org-publish-attachment): Re-install
4421         accidentally deleted change.
4423 2007-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4425         * term/iris-ansi.el (iris-function-map): Move init into declaration.
4427 2007-10-24  Juanma Barranquero  <lekktu@gmail.com>
4429         * buff-menu.el (Buffer-menu-sort-column): Doc fix.
4430         (Buffer-menu-mode-map): Initialize in the declaration.
4431         (Buffer-menu-mode): Define with `define-derived-mode'.
4433 2007-10-24  Carsten Dominik  <dominik@science.uva.nl>
4435         * textmodes/org.el (org-version): Change to 5.13e.
4436         (org-agenda-file-regexp): Fix typo in docstring.
4437         (org-add-planning-info): Fix bug in parenthesis settings.
4438         (org-scan-tags): Catch the case of indirect buffers with no filename.
4439         (org-fast-tag-selection, org-export-as-ascii, org-export-as-html):
4440         Re-install switch to mapc, had been removed by accident.
4441         (org-columns-map): New binding `C-c C-o'.
4442         (org-columns-menu): Change menu text and added new entry.
4443         (org-columns-eval): Document the use of `next-line'.
4444         (org-columns-open-link): New function.
4445         (org-columns-follow-link): Remove function.
4446         (org-open-link-from-string): New function.
4447         (org-read-date-get-relative): Fix typo in docstring.
4448         (org-read-date-get-relative): Leading +/- is not optional.
4449         (org-agenda-get-restriction-and-command): Always resize window on
4450         first loop cycle.
4451         (org-agenda-open-link): Make sure the link abbreviations are
4452         present in the agenda buffer.
4453         (org-agenda-copy-local-variable): New function.
4455 2007-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4457         * vc.el (vc-update-changelog-rcs2log): Remove incorrect `backend' arg.
4459 2007-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4461         * simple.el (reindent-then-newline-and-indent): Use a `move after
4462         insert' kind of marker in the save-excursion.
4464 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4466         * textmodes/css-mode.el: Require CL.
4467         (comment-continue): Declare.
4469         * subr.el (make-variable-frame-localizable): Remove.
4470         (make-variable-frame-local): Mark obsolete.
4472 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4474         * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
4475         of the subdirs is unreadable.
4477 2007-10-23  Michael Albinus  <michael.albinus@gmx.de>
4479         * net/tramp.el (tramp-set-file-uid-gid): Protect `call-process'
4480         when we are local.
4482 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4484         * progmodes/python.el (python-current-defun): Remove left-over
4485         assignment to `start'.
4487 2007-10-23  Juanma Barranquero  <lekktu@gmail.com>
4489         * ibuf-ext.el (ibuffer-auto-update-changed): Use `dolist' rather
4490         than `mapcar'; return value is not used.
4492 2007-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
4494         * progmodes/gud.el (gdb-source-window, gud-tooltip-mode)
4495         (hl-line-mode, hl-line-sticky-flag): Pacify byte compiler.
4497 2007-10-23  Juanma Barranquero  <lekktu@gmail.com>
4499         * ibuf-ext.el (ibuffer-switch-to-saved-filters)
4500         (ibuffer-switch-to-saved-filter-groups): Doc fixes.
4502 2007-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
4504         * term/xterm.el (terminal-init-xterm): Experiment with a longer timeout.
4506 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4508         * emacs-lisp/advice.el (ad-make-advised-docstring):
4509         Add ad-advice-info text property to doc string.
4511 2007-10-23  Glenn Morris  <rgm@gnu.org>
4513         * progmodes/f90.el (f90-do-indent, f90-if-indent)
4514         (f90-type-indent, f90-program-indent, f90-associate-indent)
4515         (f90-continuation-indent, f90-comment-region)
4516         (f90-beginning-ampersand, f90-smart-end)
4517         (f90-break-before-delimiters, f90-auto-keyword-case)
4518         (f90-leave-line-no, f90-mode-hook):
4519         Give an appropriate safe-local-variable property.
4521         * progmodes/fortran.el (fortran-tab-mode-default)
4522         (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
4523         (fortran-structure-indent, fortran-continuation-indent)
4524         (fortran-comment-indent, fortran-comment-line-extra-indent)
4525         (fortran-comment-line-start)
4526         (fortran-minimum-statement-indent-fixed)
4527         (fortran-minimum-statement-indent-tab)
4528         (fortran-comment-indent-char, fortran-line-number-indent)
4529         (fortran-check-all-num-for-matching-do)
4530         (fortran-blink-matching-if, fortran-continuation-string)
4531         (fortran-comment-region, fortran-electric-line-number)
4532         (fortran-column-ruler-fixed, fortran-column-ruler-tab)
4533         (fortran-analyze-depth, fortran-break-before-delimiters):
4534         Give an appropriate safe-local-variable property.
4536 2007-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
4538         * printing.el: Move variable definitions before use.
4539         (pr-menu-char-width, pr-menu-char-height): Pacify byte compiler.
4541 2007-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4543         * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
4544         (tpu-edt-off): Use it.
4545         (tpu-edt-on): Set it.  Make sure the tpu-global-map is not already on
4546         the global-map before adding it to global-map.
4548         * menu-bar.el (global-buffers-menu-map): New var.
4549         (global-map, menu-bar-update-buffers): Use it.
4550         * msb.el (msb-menu-bar-update-buffers): Use it.
4551         (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
4552         (msb--most-recently-used-menu, msb--create-buffer-menu-2):
4553         Use with-current-buffer.
4555 2007-10-22  Juri Linkov  <juri@jurta.org>
4557         * isearch-multi.el: New file.
4559         * isearch.el (isearch-search-string): After finding the next
4560         occurrence switch to buffer isearch-buffers-current-buffer when
4561         isearch-buffers-next-buffer-function is non-nil and
4562         isearch-buffers-current-buffer is live.
4564         * add-log.el (change-log-mode): Make and set buffer-local variable
4565         isearch-buffers-next-buffer-function to change-log-next-buffer.
4566         Call isearch-buffers-minor-mode.
4567         (change-log-next-buffer): New function.
4569 2007-10-22  Bastien Guerry  <Bastien.Guerry@ens.fr>
4571         * org-export-latex.el (org-export-latex-protect-string):
4572         Renaming of `org-latex-protect'.
4573         (org-export-latex-emphasis-alist): By default, don't protect
4574         any emphasis formatter from further conversion.
4575         (org-export-latex-tables): Honor column grouping for tables.
4576         (org-export-latex-title-command): New option.
4577         (org-export-latex-treat-backslash-char): Use \textbackslash{} to
4578         export backslash character.
4580 2007-10-22  Carsten Dominik  <dominik@science.uva.nl>
4582         * textmodes/org.el (org-read-date-get-relative): New function.
4583         (org-agenda-file-regexp): New variable.
4584         (org-agenda-files): Allow directories in the variable.
4585         (org-agenda-get-restriction-and-command): New function.
4586         (org-agenda): Use `org-agenda-get-restriction-and-command'.
4587         (org-todo-blocker-hook, org-todo-trigger-hook): New hooks.
4588         (org-entry-is-todo-p, org-entry-is-done-p, org-get-todo-state):
4589         New functions.
4590         (org-entry-add-to-multivalued-property)
4591         (org-entry-remove-from-multivalued-property)
4592         (org-entry-member-in-multivalued-property): New functions.
4593         (org-remember-apply-template): Catch C-g and make sure window
4594         configuration is restored.
4595         (org-agenda-open-link): Make it work with several links in the line.
4596         (org-drawers, org-set-regexps-and-options)
4597         (org-get-current-options): Add support for a DRAWERS in-buffer option.
4598         (org-agenda-window-frame-fractions): New option.
4599         (org-fit-agenda-window): Use `org-agenda-window-frame-fractions'.
4600         (org-columns-cleanup-item, org-find-entry-with-id)
4601         (org-insert-columns-dblock, org-listtable-to-string)
4602         (org-dblock-write:columnview, org-columns-capture-view)
4603         (org-edit-headline): New functions.
4604         (org-agenda-to-appt): Require calendar.
4605         (org-entry-get-with-inheritance): Widen for search.
4606         (org-columns-display-here): Don't mark buffer as modified when
4607         adding space characters to accomodate column overlays.
4608         (org-export-as-html): Better formatting of tags in the toc.
4609         (org-columns-display-here): Make the ITEM column as compact as possible.
4610         (org-remember-templates): Customization interface improved.
4611         (org-export-with-property-drawer): Variable removed.
4612         (org-export-with-drawers): New option.
4613         (org-complex-heading-regexp): New variable.
4614         (org-sort-entries): Rewrite using `sort-subr'.
4615         (org-set-property): More appropriate completion during interactive use.
4616         (org-sort-entries): Allow sorting by property.
4617         (org-additional-option-like-keywords): Add more values.
4618         (org-sort-entries-or-items): Rename from `org-sort-entries'.
4620 2007-10-22  Carsten Dominik  <dominik@science.uva.nl>
4622         * textmodes/org.el (org-get-date-from-calendar): New function.
4623         (org-at-timestamp-p, org-timestamp-change)
4624         (org-remember-templates): First element of each entry is now a
4625         name for the template.
4626         (org-store-log-note): Check for `org-note-abort'.
4627         (org-kill-note-or-show-branches): New command.
4628         (org-fontify-priorities): New option.
4629         (org-fontify-priorities): New function.
4630         (org-cut-subtree, org-copy-subtree): New argument N to
4631         act on N sequential subtrees.
4632         (org-paste-subtree): Fix the level at which a tree is pasted.
4633         (org-fit-agenda-window): Limitations on window size removed.
4634         (org-agenda-find-same-or-today-or-agenda): Rename from
4635         `org-agenda-find-today-or-agenda'.
4636         (org-scheduled-past-days): New option.
4637         (org-agenda-scheduled-leaders)
4638         (org-agenda-deadline-leaders): New options.
4639         (org-agenda-get-deadlines): Use `org-agenda-deadline-leaders'.
4640         (org-agenda-get-scheduled): Use `org-agenda-scheduled-leaders'.
4641         (org-export-with-tags, org-export-plist-vars)
4642         (org-infile-export-plist): New "tags" option.
4643         (org-use-property-inheritance): New option.
4644         (org-cached-entry-get): Use `org-use-property-inheritance'.
4645         (org-remember-apply-template): Fix typo.
4647 2007-10-22  Michael Albinus  <michael.albinus@gmx.de>
4649         * net/tramp.el (tramp-find-shell)
4650         (tramp-open-connection-setup-interactive-shell): Improve sending
4651         initial commands.
4652         (tramp-action-terminal): Send debug message.
4653         (tramp-wait-for-shell-prompt, tramp-send-command-internal): Remove.
4654         (tramp-barf-if-no-shell-prompt): Insert code of
4655         `tramp-wait-for-shell-prompt'.
4657 2007-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4659         * term/AT386.el (terminal-init-AT386): Use input-decode-map.
4661         * term/vt200.el (terminal-init-vt200):
4662         * term/vt201.el (terminal-init-vt201):
4663         * term/vt220.el (terminal-init-vt220):
4664         * term/vt240.el (terminal-init-vt240):
4665         * term/vt300.el (terminal-init-vt300):
4666         * term/vt320.el (terminal-init-vt320):
4667         * term/vt400.el (terminal-init-vt400):
4668         * term/vt420.el (terminal-init-vt420): Use input-decode-map.
4670         * term/wyse50.el (wyse50-terminal-map): New var.
4671         (terminal-init-wyse50): Use it and input-decode-map.
4672         (enable-arrow-keys): Emasculate.
4674         * term/tvi970.el (tvi970-terminal-map): New var.
4675         (terminal-init-tvi970): Use it and input-decode-map.
4676         (tvi970-keypad-numeric): Remove.
4677         (tvi970-set-keypad-mode): Use a terminal-parameter rather than var.
4679         * term/sun.el (sun-raw-prefix): Fill as part of declaration.
4680         (terminal-init-sun): Use it and input-decode-map.
4682         * term/news.el (terminal-init-news):
4683         * term/lk201.el (terminal-init-lk201):
4684         * term/iris-ansi.el (terminal-init-iris-ansi): Use input-decode-map.
4686 2007-10-22  Sean O'Rourke  <sorourke@cs.ucsd.edu>
4688         * complete.el (PC-expand-many-files): Remove.
4689         (PC-do-completion): Call file-expand-wildcards instead of
4690         PC-expand-many-files.
4692         * net/tramp.el (tramp-handle-expand-many-files): Remove.
4693         (PC-expand-many-files): Remove advice.
4695 2007-10-22  Glenn Morris  <rgm@gnu.org>
4697         * progmodes/f90.el: Remove leading "*" from defcustom doc-strings.
4698         Add some support for Fortran 2003 syntax:
4699         (f90-type-indent): Now also applies to `enum'.
4700         (f90-associate-indent): New user option.
4701         (f90-keywords-re, f90-keywords-level-3-re, f90-procedures-re):
4702         Add some F2003 keywords.
4703         (f90-constants-re): New constant.
4704         (f90-font-lock-keywords-1): Add `associate' blocks, and `abstract
4705         Interface'.
4706         (f90-font-lock-keywords-2): Add `enumerator', `generic', `procedure',
4707         `class'.  Arguments for `type'/`class' may have spaces.  Add a new
4708         element for functions with specified types.  Add `end enum' and
4709         `select type'.  Add `implicit enumerator' and `procedure'.
4710         Add `class default' and `type is', `class is'.  Fix `go to' regexp.
4711         (f90-font-lock-keywords-3): Add `asynchronous' attribute.
4712         (f90-font-lock-keywords-4): Add `f90-constants-re'.
4713         (f90-blocks-re): Add `enum' and `associate'.
4714         (f90-else-like-re): Add `class is', `type is', and `class default'.
4715         (f90-end-type-re): Add `enum'.
4716         (f90-end-associate-re, f90-typeis-re): New constants.
4717         (f90-end-block-re): Add `enum' and `associate'.  Change from
4718         optional whitespace to end-of-word, to avoid `enumerator'.
4719         (f90-start-block-re): Add `select type', `abstract interface', and
4720         `enum'.  Avoid `type is', and `type (sometype)'.
4721         (f90-mode-abbrev-table): Add `enumerator', `protected', and `volatile'.
4722         (f90-mode): Doc fix.
4723         (f90-looking-at-select-case): Doc fix.  Add `select type'.
4724         (f90-looking-at-associate): New function.
4725         (f90-looking-at-type-like): Avoid `type is' and `type (sometype)'.
4726         Add `enum' and `abstract interface'.
4727         (f90-no-block-limit): Add `select type' and `abstract interface'.
4728         (f90-get-correct-indent, f90-calculate-indent)
4729         (f90-end-of-block, f90-beginning-of-block, f90-next-block)
4730         (f90-indent-region, f90-match-end): Handle `associate' blocks.
4732 2007-10-22  Martin Rudalics  <rudalics@gmx.at>
4734         * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
4735         Use window-full-width-p.
4737 2007-10-22  Dan Nicolaescu  <dann@ics.uci.edu>
4739         * mail/vms-pmail.el (insert-signature): Don't use end-of-buffer.
4741         * tooltip.el: Use featurep 'xemacs.
4743         * printing.el: Move variable definitions before use, no code change.
4745 2007-10-22  Juri Linkov  <juri@jurta.org>
4747         * simple.el (goto-history-element): Allow minibuffer-default to be
4748         a list of default values accessible by typing M-n in the minibuffer.
4750         * dired-x.el (dired-guess-shell-command): Put all guesses to the
4751         minibuffer default value list instead of pushing them temporarily
4752         to the history list.
4754 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
4756         * hexl.el (hexl-menu): New major mode menu.
4758 2007-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4760         * emacs-lisp/byte-opt.el (byte-optimize-featurep): Fix paren typo.
4762 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
4764         * w32-fns.el (w32-quote-process-args):
4765         * dos-w32.el (print-region-function, lpr-headers-switches)
4766         (ps-print-region-function): Pacify byte-compiler.
4768         * emulation/edt-mapper.el (function-key-map):
4769         (edt-map-key): Make it a function instead of using fset.
4770         Inline edt-gnu-map-key and edt-lucid-map-key.  Use featurep 'xemacs.
4771         (edt-gnu-map-key, edt-lucid-map-key): Remove.
4772         (edt-x-emacs-p): Remove.
4773         (edt-emacs-variant, edt-window-system, edt-xserver):
4774         Use featurep 'xemacs.
4776         * net/eudc.el: Use (featurep 'xemacs) instead of the string test.
4777         Replace eudc-xemacs-p with its definition.
4778         (eudc-xemacs-p, eudc-emacs-p, eudc-xemacs-mule-p)
4779         (eudc-emacs-mule-p): Remove.
4780         (eudc-install-menu, eudc-mode): Replace eudc-emacs-p and
4781         eudc-xemacs-p with feature tests.
4783         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-mail-keymap)
4784         (eudc-bob-url-keymap, eudc-bob-sound-keymap)
4785         (eudc-bob-generic-keymap, eudc-bob-popup-menu)
4786         (eudc-bob-toggle-inline-display):
4787         * net/eudc-hotlist.el (eudc-hotlist-emacs-menu):
4788         Replace eudc-emacs-p and eudc-xemacs-p with feature tests.
4790         * net/eudcb-ph.el (eudc-ph-open-session):
4791         Replace eudc-xemacs-mule-p with its former definition.
4793         * progmodes/octave-mod.el (octave-xemacs-p): Remove.
4794         (octave-abbrev-start): Replace octave-xemacs-p with (featurep 'xemacs).
4796         * progmodes/vera-mode.el (vera-xemacs): Remove.
4797         (vera-mode-syntax-table): Replace vera-xemacs with (featurep 'xemacs).
4799         * progmodes/vhdl-mode.el (vhdl-xemacs): Remove.
4800         (vhdl-doc-mode, vhdl-doc-variable, vhdl-compile-init)
4801         (vhdl-speedbar-initialize, vhdl-ps-print-init)
4802         (vhdl-forward-comment, vhdl-mode-map-init, vhdl-show-messages)
4803         (vhdl-emacs-22, vhdl-emacs-21): Replace vhdl-xemacs
4804         with (featurep 'xemacs).
4806         * progmodes/antlr-mode.el (cond-emacs-xemacs-macfn, defunx)
4807         (save-buffer-state-x):
4808         * obsolete/fast-lock.el (fast-lock-verbose):
4809         * emulation/viper-init.el (viper-xemacs-p)
4810         (viper-cond-compile-for-xemacs-or-emacs):
4811         * emacs-lisp/checkdoc.el (checkdoc-minor-mode-map):
4812         * ps-print.el (case-fold-search):
4813         * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs):
4814         * calculator.el (calculator-help): Use featurep 'xemacs.
4816         * progmodes/prolog.el: Undo previous change.
4817         (comint-prompt-regexp, comint-process-echoes): Pacify byte-compiler.
4819         * progmodes/dcl-mode.el:
4820         * play/yow.el:
4821         * calendar/todo-mode.el:
4822         * calendar/cal-hebrew.el:
4823         * vc-hg.el: Undo previous change.
4825         * vms-patch.el: Likewise.
4826         (print-region-function): Pacify byte-compiler.
4828 2007-10-21  Michael Albinus  <michael.albinus@gmx.de>
4830         * files.el (backup-buffer-copy): Call `copy-file' with non-nil
4831         preserve-uid-gid.
4833         * net/ange-ftp.el (ange-ftp-copy-file): Add PRESERVE-UID-GID for
4834         compatibility.  It is not used, though.
4836         * net/tramp.el (top): Put load of all tramp-* files into a dolist.
4837         Require tramp-cmds.el.
4838         (tramp-make-tramp-temp-file): We can get rid of DONT-CREATE.
4839         (tramp-handle-file-name-all-completions): Expand DIRECTORY.
4840          (tramp-do-copy-or-rename-file-directly): Make more rigid checks.
4841         (tramp-do-copy-or-rename-file-out-of-band)
4842         (tramp-maybe-open-connection): Use `make-temp-name'.  This is
4843         possible, because we don't need to create the temporary file, but
4844         we need a prefix for ssh, which has its own temporary file handling.
4845         (tramp-handle-delete-directory): Add "-f" to rmdir.
4846         (tramp-handle-dired-recursive-delete-directory): Call "rm -rf".
4847         (tramp-handle-insert-file-contents): Don't raise a tramp-error but
4848         a signal, in order to give the callee a chance to suppress.
4849         (tramp-handle-write-region): Set owner also in case of short
4850         track.  Don't use compatibility calls for `write-region' anymore.
4851         (tramp-clear-passwd): Add parameter VEC.  Adapt all callees.
4852         (tramp-append-tramp-buffers): Apply `tramp-list-tramp-buffers'.
4854         * net/tramp-cmds.el: New file.
4856         * net/tramp-gw.el (tramp-gw-basic-authentication): Apply VEC to
4857         `tramp-clear-passwd'.
4859         * net/trampver.el: Update release number.
4861 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
4863         * progmodes/gud.el (gud-target-name): Move definition before use.
4865         * progmodes/dcl-mode.el: Require imenu at compile time.
4867         * progmodes/cc-engine.el (c-maybe-stale-found-type):
4868         Pacify byte-compiler.
4870         * obsolete/fast-lock.el: Use featurep test instead of string-match.
4872         * eshell/esh-mode.el (eshell-handle-ansi-color):
4873         Require ansi-color at compile time too.
4875         * eshell/em-unix.el (eshell/info): Require info at compile time too.
4877         * w32-fns.el: Require w32-vars.
4879         * diff-mode.el (diff-refine-hunk): Require smerge-mode at compile
4880         time too.
4882 2007-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4884         * double.el ([ignore]): Use `ignore'.
4885         (double-setup): Inline into double-mode.
4886         (double-mode): Use define-minor-mode.
4888 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
4890         * textmodes/reftex.el: Move require easymenu before first use.
4891         (reftex-info): Require info at compile too.
4893         * textmodes/org-publish.el (org-publish-org-to-html)
4894         (org-publish-org-to): Require org at compile time too.
4895         (org-publish-attachment): Require at compile time too.
4897         * term/tty-colors.el (w32-tty-standard-colors):
4898         Pacify byte-compiler.
4900         * term/pc-win.el (frame-creation-function-alist): Add to this
4901         instead of setting frame-creation-function.
4903         * play/blackbox.el (bb-up, bb-down): Use forward-line.
4905         * net/rcirc.el (rcirc-markup-text-functions): Move definition earlier.
4907         * calendar/todo-mode.el: Require calendar at compile time.
4909         * calendar/cal-hebrew.el: Require holidays at compile time.
4911         * w32-vars.el: Provide w32-vars.
4913         * term/w32-win.el: Require w32-vars.
4914         (w32-color-map): Pacify byte-compiler.
4916         * loadup.el: Load w32-vars before term/w32-win.
4918 2007-10-20  Juri Linkov  <juri@jurta.org>
4920         * textmodes/fill.el (fill-paragraph): When the region is active,
4921         don't try other `or' branches regardless of the value returned by
4922         fill-region; just return t.
4924 2007-10-20  Eric S. Raymond  <esr@snark.thyrsus.com>
4926         * vc.el (vc-do-command): Condition out a misleading message when
4927         running asynchronously.
4928         (vc-deduce-fileset): New argument enables using an unregistered
4929         visited file as a singleton fileset if nothing else is available.
4930         (vc-next-action): Restore file-registering behavior.
4932 2007-10-20  Jay Belanger  <jay.p.belanger@gmail.com>
4934         * calc/README: Add recent news.
4936 2007-10-20  Dan Nicolaescu  <dann@ics.uci.edu>
4938         * term/x-win.el (x-gtk-stock-map, icon-map-list)
4939         (x-gtk-map-stock): Delete duplicated definitions from merge.
4941         * progmodes/compile.el (compilation-skip-to-next-location)
4942         (compilation-skip-threshold, compilation-skip-visited):
4943         Move definitions earlier.
4945         * play/decipher.el (decipher-keypress):
4946         * play/zone.el (zone-fall-through-ws):
4947         * play/landmark.el (lm-move-down, lm-move-up):
4948         * play/handwrite.el (handwrite):
4949         * mail/mspools.el (mspools-visit-spool):
4950         * wdired.el (wdired-next-line, wdired-previous-line):
4951         * tar-mode.el (tar-subfile-save-buffer):
4952         * scroll-lock.el (scroll-lock-next-line)
4953         (scroll-lock-previous-line):
4954         * image-dired.el (image-dired-next-line)
4955         (image-dired-previous-line):
4956         * ediff-help.el (ediff-help-message-line-length):
4957         Use forward-line.
4959         * smerge-mode.el (smerge-auto-refine):
4960         * diff-mode.el (diff-auto-refine): Add :group.
4962         * play/yow.el: Require doctor at compile time.
4964         * vmsproc.el: Provide vmsproc.
4965         (command-send-input): Use forward-line.
4967         * vms-patch.el: Require ps-print and vmsproc at compile time.
4969         * vc-mtn.el (log-view-message-re, log-view-file-re)
4970         (log-view-font-lock-keywords): Pacify byte-compiler.
4972         * vc-hg.el: Require log-view at compile time.
4974 2007-10-20  Eric S. Raymond  <esr@snark.thyrsus.com>
4976         * log-view.el (log-view-diff): Adapt log-view-diff for new VC API.
4978 2007-10-20  Glenn Morris  <rgm@gnu.org>
4980         * progmodes/f90.el (f90-font-lock-keywords-2)
4981         (f90-looking-at-type-like): Fix regexp typos.
4983 2007-10-19  Juanma Barranquero  <lekktu@gmail.com>
4985         * bs.el (bs--track-window-changes): Don't refresh the whole list.
4986         (bs-mode): Set mode-class property to special.
4988 2007-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4990         * diff-mode.el (diff-auto-refine): New var.
4991         (diff-hunk): Use it.
4992         (diff-ignore-whitespace-hunk): Rename diff-refine-ignore-spaces-hunk.
4993         (diff-refine-change): Rename from diff-fine-change.  Change it.
4994         (diff-refine-preproc): Rename from diff-fine-highlight-preproc.
4995         (diff-refine-hunk): Rename from diff-fine-highlight.
4997 2007-10-20  John Paul Wallington  <jpw@pobox.com>
4999         * help-fns.el (describe-variable-custom-version-info): New function
5000         to return variable's version or package version note.
5001         (describe-variable): Use it, display result.
5003 2007-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5005         * smerge-mode.el (smerge-auto-refine): New var.
5006         (smerge-next, smerge-prev): Use it.
5007         (smerge-batch-resolve): Ad-hoc trick for Arch's .rej files.
5009         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
5010         Add `body' arg.  Cleanup the check-narrow-maybe/re-narrow-maybe mess.
5012         * vc-bzr.el (vc-bzr-diff-tree):
5013         * vc-git.el (vc-git-diff-tree):
5014         * vc-hg.el (vc-hg-diff-tree):
5015         * vc-mcvs.el (vc-mcvs-diff-tree):
5016         * vc-mtn.el (vc-mtn-diff-tree):
5017         * vc-svn.el (vc-svn-diff-tree): Remove.
5019         * vc-mtn.el (vc-mtn-revision-completion-table):
5020         * vc-cvs.el (vc-cvs-revision-completion-table):
5021         * vc-arch.el (vc-arch-revision-completion-table):
5022         * vc-hg.el (vc-hg-revision-completion-table, vc-hg-revision-table):
5023         * vc-git.el (vc-git-revision-completion-table, vc-git-revision-table):
5024         Make it work when the arg is a list of files.
5026 2007-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5028         * vc.el: Remove `diff-tree' operation, now subsumed by `diff'.
5029         Also `revision-completion-table' now takes a list of files.
5030         (vc-deduce-fileset): Remove unused var `regexp'.
5031         Only obey allow-directory-wildcard in dired buffers.
5032         (vc-default-diff-tree): Remove.
5033         (vc-diff-added-files): New var.
5034         (vc-diff-internal): Use it.  Remove arg `backend'.  Update callers.
5035         (vc-version-diff): Revert from `vc-history-diff' to the original name.
5036         Remove the `backend' arg.
5037         (vc-contains-version-controlled-file): Remove.
5038         (vc-diff): Bring it closer to the version in Emacs-22.
5039         (vc-revert): Fix typo in let-binding.
5040         (vc-default-unregister): Remove.
5041         (vc-dired-buffers-for-dir): Remove N^2 behavior.
5043 2007-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
5045         * textmodes/two-column.el (2C-split, 2C-merge):
5046         * textmodes/bib-mode.el (bib-find-key, mark-bib):
5047         * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
5048         * progmodes/etags.el (find-tag-in-order, etags-tags-apropos)
5049         * progmodes/ada-xref.el (ada-get-all-references):
5050         * obsolete/mlsupport.el (ml-next-line, ml-previous-line):
5051         * emulation/vi.el (vi-previous-line-first-nonwhite)
5052         (vi-effective-range, vi-put-before):
5053         * emulation/edt.el (edt-next-line, edt-previous-line)
5054         (edt-paragraph-forward): Use forward-line.
5056         * progmodes/etags.el (tags-apropos): Require apropos at compile
5057         time too.
5059         * progmodes/prolog.el: Require comint when compiling.
5060         (inferior-prolog-flavor): Move defvar before use.
5062 2007-10-19  Richard Stallman  <rms@gnu.org>
5064         * font-core.el (turn-on-font-lock-if-desired):
5065         Rename from `turn-on-font-lock-if-enabled'.
5066         Fully obey `font-lock-global-modes'.
5068 2007-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5070         * diff-mode.el (diff-fine-highlight-preproc): Stick to minimal changes
5071         which will not affect the behavior of things like forward-word.
5072         (diff-fine-highlight): Preserve point.
5074         * doc-view.el (doc-view-mode-map): Use remapping.
5075         Don't rebind C-v, M-v to their default value.
5076         Don't bind mouse-4 and mouse-5: it's mwheel.el's job.
5078         * smerge-mode.el: Add word-granularity refinement.
5079         (smerge-refine-forward-function, smerge-refine-ignore-whitespace)
5080         (smerge-refine-weight-hack): New vars.
5081         (smerge-refine-forward): New fun.
5082         (smerge-refine-chopup-region, smerge-refine-highlight-change): Use them.
5083         (smerge-refine-subst): Use them as well.  Preserve point.
5085 2007-10-19  Juanma Barranquero  <lekktu@gmail.com>
5087         * follow.el (follow-unload-function): New function.
5089         * loadhist.el (unload-function-features-list):
5090         Rename from `unload-hook-features-list'.
5091         (unload-hook-features-list): Add as obsolete alias.
5092         (unload-feature): Use `unload-function-features-list'
5093         and new FEATURE-unload-function.
5095 2007-10-19  Glenn Morris  <rgm@gnu.org>
5097         * bindings.el (mouse-minor-mode-menu)
5098         (minor-mode-menu-from-indicator): Move to mouse.el.
5099         * mouse.el (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
5100         Move here from bindings.el.
5102 2007-10-19  Richard Stallman  <rms@gnu.org>
5104         * help-fns.el (describe-function-1): Don't use the advice origname
5105         if it has no function definition.
5107 2007-10-18  Johan Bockg\e,Ae\e(Brd  <bojohan@gnu.org>
5109         * net/tramp.el (tramp-rfn-eshadow-update-overlay): Save excursion.
5110         Use `save-restriction' rather than `widen'.
5112 2007-10-18  Richard Stallman  <rms@gnu.org>
5114         * time.el (display-time-world-time-format): Display day # not month #.
5116 2007-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
5118         * files.el (auto-mode-alist): Don't use doc-view for PS and EPS.
5120         * doc-view.el: Remove version keyword.
5121         (doc-view-ghostscript-program, doc-view-dvipdfm-program)
5122         (doc-view-ps2pdf-program): Use executable-find.  Simplify custom type.
5123         (doc-view-ghostscript-options): Improve custom type.
5124         (doc-view-cache-directory, doc-view-conversion-buffer)
5125         (doc-view-conversion-refresh-interval): Simplify custom type.
5127 2007-10-18  Tassilo Horn  <tassilo@member.fsf.org>
5129         * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
5130         (doc-view-pdf/ps->png-sentinel, doc-view-pdf/ps->png)
5131         (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
5132         (doc-view-ps->pdf-sentinel, doc-view-ps->pdf):
5133         Remove superfluous messages.
5134         (doc-view-mode-map): Use the image-mode scrolling commands.
5135         Don't rebind C-x k.
5137 2007-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
5139         * doc-view.el (doc-view-ghostscript-options, doc-view-ps->pdf):
5140         Add comment about "-dSAFER".
5142 2007-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5144         * term/xterm.el: Don't require xt-mouse.
5145         (terminal-init-xterm): Run terminal-init-xterm-hook rather than
5146         calling turn-on-xterm-mouse-tracking-on-terminal directly.
5148         * xt-mouse.el: Don't change the global function-key-map anny more.
5149         (xterm-mouse-mode): Use terminal-init-xterm-hook.
5150         Don't use after-make-frame-functions now that term/xterm.el calls
5151         us directly.
5152         (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
5153         Use turn-*-xterm-mouse-tracking-on-terminal.  Only once per terminal.
5154         (turn-on-xterm-mouse-tracking-on-terminal): Make param optional.
5155         Setup input-decode-map and remember that xterm-mouse-mode was
5156         enabled in this terminal.
5157         (turn-off-xterm-mouse-tracking-on-terminal): Only disable on those
5158         terminals where it has been enabled.
5160         * faces.el (tty-create-frame-with-faces): Make sure not only
5161         tty-run-terminal-initialization but also set-locale-environment
5162         are run only once per terminal.
5163         (tty-run-terminal-initialization): Don't check if the terminal was
5164         already initted.
5166         * international/encoded-kb.el (encoded-kbd-setup-display): Be careful
5167         not to remove keymaps that just happen to inherit from one of ours.
5168         When setting up our keymap, make sure it won't be accidentally
5169         modified by someone else.
5171 2007-10-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
5173         * textmodes/artist.el (artist-previous-line, artist-next-line):
5174         * dired.el (dired-next-line, dired-previous-line):
5175         * progmodes/delphi.el (delphi-newline):
5176         * textmodes/org.el (org-columns-eval):
5177         Use forward-line.
5179         * emerge.el (emerge-setup): Use insert-buffer-substring.
5180         (emerge-prepare-error-list, emerge-setup-with-ancestor): Likewise.
5182 2007-10-18  Juanma Barranquero  <lekktu@gmail.com>
5184         * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
5185         (adaptive-fill-function): Doc fix.  Remove * from docstring.
5187 2007-10-18  Tom Horsley  <tom.horsley@att.net>
5189         * simple.el (interprogram-paste-function): Doc fix.
5190         (current-kill): Accept list of strings as well
5191         as single string from `interprogram-paste-function'.
5193 2007-10-18  Glenn Morris  <rgm@gnu.org>
5195         * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
5197 2007-10-18  Drew Adams  <drew.adams@oracle.com>
5199         * bindings.el (mode-line-minor-mode-keymap):
5200         Add mouse-minor-mode-menu on mouse-1.
5201         (mode-line-modes): Add mouse-1 to help-echo text.
5202         (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
5203         New functions.
5204         (mode-line-minor-mode-help): Doc fix.
5206 2007-10-17  Juri Linkov  <juri@jurta.org>
5208         * textmodes/fill.el (fill-paragraph-or-region): Remove function
5209         at the request of RMS.
5210         (fill-paragraph): Change `arg' to optional `justify'.  Add interactive
5211         arg `region'.  Fix docstring.  At the first `or' branch add call to
5212         `fill-region' if it the region is active in transient-mark-mode.
5214         * bindings.el (esc-map): Bind M-q to fill-paragraph
5215         instead of fill-paragraph-or-region.
5217         * tutorial.el (tutorial--default-keys): Replace fill-paragraph-or-region
5218         with fill-paragraph.
5220         * textmodes/ispell.el (ispell-word): Add interactive arg `region'.
5221         Fix docstring.
5223         * indent.el (indent-for-tab-command): Change interactive spec from
5224         "P" to "p".  Add check for interactive arg before indenting the
5225         active region.
5227         * files.el (auto-mode-alist): Add \\. before PDF/PS/DVI extensions.
5228         Regroup.
5230 2007-10-17  Juanma Barranquero  <lekktu@gmail.com>
5232         * emacs-lisp/find-func.el: Don't require loadhist.
5234         * loadhist.el (feature-symbols, file-provides, file-requires)
5235         (file-set-intersect, file-dependents): Simplify.
5236         (unload-feature-special-hooks): Update list of special hooks.
5238 2007-10-17  Tassilo Horn  <tassilo@member.fsf.org>
5240         * bindings.el (completion-ignored-extensions): Remove pdf and dvi
5241         extensions since they can be viewed with doc-view.
5243         * files.el (auto-mode-alist): Make doc-view-mode the default mode
5244         for pdf, ps and dvi files.
5246         * doc-view.el: Make doc-view-mode the standard mode for viewing
5247         pdf, [e]ps and dvi files and add binding C-c C-c to toggle between
5248         text and image display.  Add binding C-c C-e to switch to an
5249         editing mode.
5250         (doc-view-ghostscript-options, doc-view-ps->pdf): Add "-dSAFER" to
5251         avoid security problems when rendering files from untrusted sources.
5253 2007-10-17  Aaron Hawley  <aaronh@garden.org>
5255         * tutorial.el (tutorial--save-tutorial): Display message when tutorial
5256         position is not saved.
5258 2007-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
5260         * doc-view.el: Mention xpdf.  Fix spelling of Ghostscript.
5261         (doc-view-ghostscript-options): Fix typo in doc string.
5263 2007-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5265         * progmodes/compile.el (compilation-next-error-function): Fix timestamp
5266         handling, so compilation-fake-loc works again.
5268         * server.el (server-select-display): Nop if we do not support m-f-o-d.
5269         (server-process-filter): Revert last change.
5271         * vc.el (vc-diff-sentinel, vc-diff-internal): Revert some change in the
5272         behavior unrelated to filesets.
5274 2007-10-17  Chong Yidong  <cyd@stupidchicken.com>
5276         * longlines.el (longlines-wrap-follows-window-size): Integer value
5277         specifies wrapping margin.
5278         (longlines-mode, longlines-window-change-function):
5279         Set window-specific wrapping margin based on the above.
5281 2007-10-17  John Wiegley  <johnw@newartisans.com>
5283         * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
5285 2007-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
5287         * server.el (server-process-filter): Only set display if X11 is
5288         supported.
5290 2007-10-17  Glenn Morris  <rgm@gnu.org>
5292         * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
5293         Tweak regexp to avoid stack overflow.
5295 2007-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5297         * simple.el (reindent-then-newline-and-indent): Don't assume that
5298         indent-according-to-mode preserves point.
5300 2007-10-16  Juanma Barranquero  <lekktu@gmail.com>
5302         * bs.el (bs--make-header-match-string, bs-show-in-buffer)
5303         (bs--nth-wrapper): Simplify.
5304         (bs-select, bs--insert-one-entry): Simplify.  Use `when'.
5305         (bs-buffer-list): Simplify.  Use `when'.  Use `string-match-p'.
5306         (bs-sort-buffer-interns-are-last): Use `string-match-p'.
5307         (bs-attributes-list, bs-max-window-height, bs-must-always-show-regexp)
5308         (bs-maximal-buffer-name-column, bs-minimal-buffer-name-column)
5309         (bs-configurations, bs-default-configuration)
5310         (bs-alternative-configuration, bs-cycle-configuration-name)
5311         (bs-string-show-always, bs-string-show-never, bs-string-current)
5312         (bs-string-current-marked, bs-string-marked, bs-string-show-normally)
5313         (bs-sort-functions, bs-default-sort-name): Remove * in docstrings.
5314         (bs--redisplay, bs--goto-current-buffer, bs--current-buffer, bs-delete)
5315         (bs-apply-sort-faces, bs-next-config-aux): Use `when'.
5316         (bs--window-config-coming-from): Revert 2006-11-09 change.
5317         (bs--restore-window-config): Keep the selected frame.
5318         (bs--track-window-changes, bs--remove-hooks): New functions.
5319         (bs-mode): Use `define-derived-mode'.  Set hook to track window changes.
5320         (bs--create-header): Remove.
5321         (bs--create-header-line): New function, based on `bs--create-header'.
5322         (bs--show-header): Use `bs--create-header-line'.
5323         (bs--show-with-configuration): Revert 2006-11-09 change.
5324         Don't reuse window unless it is visible on the selected frame.
5325         Restore window configuration (possibly in a different frame)
5326         before creating any window.
5328 2007-10-16  Glenn Morris  <rgm@gnu.org>
5330         * simple.el (blink-matching-open): Don't report false errors with
5331         the `$' syntax class.
5333 2007-10-16  Richard Stallman  <rms@gnu.org>
5335         * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
5336         (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
5337         (ad-is-advised, ad-get-advice-info-field)
5338         (ad-set-advice-info-field): Use ad-get-advice-info-macro.
5340 2007-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5342         * vc-hooks.el (vc-workfile-version): Compatibility alias.
5343         (vc-default-working-revision): Compatibility for backends.
5345 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
5347         * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
5348         (filesets-ormap, filesets-sort-case-sensitive-flag)
5349         (filesets-remake-shortcut, filesets-ingroup-collect-files):
5350         Fix typos in docstrings.
5351         (filesets-conditional-sort, filesets-find-or-display-file)
5352         (filesets-data-get-name, filesets-data-get-data)
5353         (filesets-data-set, filesets-cmd-query-replace-getargs)
5354         (filesets-ingroup-collect): Doc fixes.
5356 2007-10-15  Sam Steingold  <sds@gnu.org>
5358         * mail/sendmail.el (sendmail-error-reporting-interactive)
5359         (sendmail-error-reporting-non-interactive): New variables for
5360         sendmail error reporting options to simplify support for imperfect
5361         sendmail emulators.
5362         (sendmail-send-it): Use them instead of list literals.
5364 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
5366         * help-fns.el: Revert previous change; it creates a
5367         dependency loop between advice.el and help-fns.el.
5369 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
5371         * help-fns.el: Require advice when compiling.
5373 2007-10-14  Drew Adams  <drew.adams@oracle.com>
5375         * emacs-lisp/ring.el (ring-convert-sequence-to-ring)
5376         (ring-insert+extend, ring-remove+insert+extend, ring-member)
5377         (ring-next, ring-previous): New functions.
5379 2007-10-14  Richard Stallman  <rms@gnu.org>
5381         * emacs-lisp/advice.el (documentation): Advice deleted.
5382         Doc for advised functions is now handled at C level.
5383         (ad-stop-advice, ad-start-advice): Don't enable or disable
5384         advice for `documentation'.
5385         (ad-advised-definition-docstring-regexp): Var deleted.
5386         (ad-make-advised-definition-docstring): Store orig name
5387         as text property of string.
5388         (ad-advised-definition-p): Check for text property of docstring.
5390         * help-fns.el (describe-function-1): Find source of advised functions.
5392 2007-10-14  Juri Linkov  <juri@jurta.org>
5394         * faces.el (describe-face): Allow handling a string as the face name.
5396         * textmodes/ispell.el (ispell-word): Call `ispell-region' on the
5397         active region in transient-mark-mode.
5398         (ispell-region): Change messages displayed at the start and end of
5399         the spell-checking to be the same.
5401         * startup.el (fancy-startup-tail): Say exactly what does the button
5402         dismiss ("Dismiss this startup screen").  Use text "Never show
5403         it again" for the checkbox after this button.
5404         (fancy-startup-screen, fancy-about-screen): Put point before the
5405         first link, so the user can quickly select links with the keyboard.
5406         (normal-mouse-startup-screen): Add more useful text describing how
5407         to follow a link.
5409 2007-10-14  Glenn Morris  <rgm@gnu.org>
5411         * progmodes/etags.el (select-tags-table): Disable undo in the
5412         `*Tags Table List*' buffer.
5414 2007-10-13  Eli Zaretskii  <eliz@gnu.org>
5416         * dired.el (dired-warn-writable): New face.
5417         (dired-warn-writable-face): New variable.
5418         (dired-font-lock-keywords): Use dired-warn-writable-face, instead
5419         of dired-warning-face, for group- and world-writable files.
5421 2007-10-13  Richard Stallman  <rms@gnu.org>
5423         * files.el (directory-abbrev-alist): Doc fix.
5425 2007-10-13  Jari Aalto  <jari.aalto@cante.net>
5427         * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
5429 2007-10-12  Martin Rudalics  <rudalics@gmx.at>
5431         * frame.el (set-frame-configuration): Assign name parameter only
5432         if it has been set explicitly before.
5434 2007-10-11  Tom Tromey  <tromey@redhat.com>
5436         * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
5437         frame is visible.
5439 2007-10-10  Richard Stallman  <rms@gnu.org>
5441         * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
5442         in *Backtrace*.
5444         * faces.el (face-font-selection-order): Doc fix.
5446         * loadhist.el (unload-feature): Doc fix.
5448 2007-10-13  Glenn Morris  <rgm@gnu.org>
5450         * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
5451         (octave-re-search-forward-kw, octave-re-search-backward-kw):
5452         Add doc string, and an explicit COUNT argument.
5453         (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
5454         `inc' to search functions.
5456         * faces.el (face-spec-set): When FRAME is nil, set the default for
5457         new frames (restores pre-2007-09-17 behavior).  Doc fix.
5459 2007-10-13  John W. Eaton  <jwe@octave.org>
5461         * progmodes/octave-mod.el (octave-looking-at-kw)
5462         (octave-re-search-forward-kw, octave-re-search-backward-kw):
5463         New functions.
5464         (octave-in-defun-p, calculate-octave-indent)
5465         (octave-blink-matching-block-open, octave-beginning-of-defun)
5466         (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
5467         to search for regexps that contain case-sensitive keywords.
5468         (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
5469         (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
5471 2007-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
5473         * frame.el (select-frame-set-input-focus): Fix typo "max" -> "mac".
5474         Do not use a single clause cond.
5476         * cus-start.el (all): Use test that does not match the X11 version
5477         for mac.
5479 2007-10-13  Markus Gritsch  <m.gritsch@gmail.com>  (tiny change)
5481         * progmodes/ebrowse.el (ebrowse-tree-mode): Disable undo in the
5482         BROWSE buffer.
5484 2007-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
5486         * cus-start.el (all): Undo previous change.
5488 2007-10-13  Glenn Morris  <rgm@gnu.org>
5490         * woman.el (woman0-rename): Fix paren typo.
5492         * mail/feedmail.el (feedmail-run-the-queue)
5493         (feedmail-look-at-queue-directory):
5494         * mail/reporter.el (reporter-dump-state):
5495         * net/eudc-hotlist.el (eudc-edit-hotlist):
5496         * net/eudc.el (eudc-display-records)
5497         (eudc-filter-duplicate-attributes)
5498         (eudc-distribute-field-on-records, eudc-query-form, eudc-process-form):
5499         * net/eudcb-bbdb.el (eudc-bbdb-filter-non-matching-record)
5500         (eudc-bbdb-query-internal):
5501         * net/eudcb-ldap.el (eudc-ldap-simple-query-internal):
5502         * net/socks.el (socks-build-auth-list):
5503         * progmodes/cc-cmds.el (top level):
5504         * progmodes/cc-styles.el (c-make-styles-buffer-local, c-set-style):
5505         * progmodes/cperl-mode.el (top level, cperl-imenu-addback)
5506         (cperl-write-tags, cperl-tags-treeify):
5507         * progmodes/ebnf-yac.el (ebnf-yac-token-table):
5508         * progmodes/ebnf2ps.el (ebnf-map-name, ebnf-dimensions):
5509         * progmodes/idlw-shell.el (idlwave-shell-filter-bp, top level):
5510         * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
5511         (idlwave-toolbar-remove-everywhere):
5512         * progmodes/idlwave.el (idlwave-indent-line)
5513         (idlwave-sintern-keyword-list, idlwave-scan-user-lib-files)
5514         (idlwave-write-paths, idlwave-all-method-classes)
5515         (idlwave-all-method-keyword-classes, idlwave-entry-keywords)
5516         (idlwave-fix-keywords, idlwave-display-calling-sequence)
5517         (idlwave-complete-in-buffer):
5518         * textmodes/org.el (org-export-as-html, org-export-as-ascii)
5519         (org-fast-tag-selection):
5520         * textmodes/reftex-sel.el (reftex-select-item): Use mapc rather
5521         than mapcar.
5523 2007-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
5525         * diff-mode.el (diff-fine-change): Add :group.
5527 2007-10-12  Dan Nicolaescu  <dann@ics.uci.edu>
5529         * cus-start.el (all): Use the same test as the 22.2 branch.
5531 2007-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5533         * diff-mode.el (diff-current-defun): Force recomputation of
5534         change-log-default-name.
5536 2007-10-12  Chong Yidong  <cyd@stupidchicken.com>
5538         * startup.el (fancy-startup-screen): Remove an unnecessary newline
5539         and some leftover logic regarding dedicated frames.  If showing
5540         concise startup screen, fit window to buffer.
5541         (command-line-1): If we will be using the splash screen, use
5542         find-file instead of find-file-other-window to find additional files.
5543         Comment out unused code for coping with the old sit-for behavior.
5545 2007-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5547         * term/xterm.el (xterm-function-map, xterm-alternatives-map): Use the
5548         `meta' modifier consistently, rather than using sometimes meta
5549         sometimes alt.
5551 2007-10-12  Martin Rudalics  <rudalics@gmx.at>
5553         * window.el (handle-select-window): Revert part of 2007-10-08
5554         change setting the input focus.
5556 2007-10-12  Glenn Morris  <rgm@gnu.org>
5558         * startup.el (command-line): Do not read abbrev file in batch mode.
5560         * emacs-lisp/byte-opt.el (top level):
5561         * mail/rmail.el (rmail-list-to-menu):
5562         * obsolete/hilit19.el (hilit-mode):
5563         * progmodes/cc-mode.el (c-postprocess-file-styles)
5564         (c-submit-bug-report):
5565         * textmodes/org-publish.el (org-publish-get-plist-from-filename):
5566         * textmodes/reftex.el (reftex-erase-all-selection-and-index-buffers)
5567         (reftex-access-parse-file):
5568         * textmodes/reftex-cite.el (reftex-do-citation)
5569         (reftex-insert-bib-matches):
5570         * textmodes/reftex-ref.el (reftex-offer-label-menu):
5571         * textmodes/reftex-sel.el (reftex-select-unmark):
5572         * textmodes/reftex-toc.el (reftex-toc-do-promote):
5573         * vc-mcvs.el (vc-mcvs-checkin): Use mapc rather than mapcar.
5575         * cus-edit.el (custom-variable-menu, custom-face-menu)
5576         (custom-group-menu): Check init-file-user rather than
5577         user-init-file, in case cus-edit is loaded by site-run-file.
5579 2007-10-11  Dan Nicolaescu  <dann@ics.uci.edu>
5581         * vc.el (vc-deduce-fileset): Delete unused code.
5582         (vc-next-action): Fix typos.
5584 2007-10-11  Juanma Barranquero  <lekktu@gmail.com>
5586         * bs.el (bs--mark-unmark): New function.
5587         (bs-mark-current, bs-unmark-current): Use it.
5589 2007-10-11  Eric S. Raymond  <esr@snark.thyrsus.com>
5591         * vc.el (vc-diff):
5592         (vc-diff-internal): Merge a patch by Juanma Barranquero.  Also,
5593         temporarily disable the check for his edge case of
5594         vc-diff (stopping it from grinding when called from $HOME), as
5595         it's calling some brittle code in vc-hooks.el.
5596         (with-vc-properties): Fix evaluation time of a macro argument.
5597         * ediff-vers.el (ediff-vc-internal):
5598         * vc-hooks.el:
5599         * loaddefs.el: Follow up on VC terminology change.
5601 2007-10-11  Juanma Barranquero  <lekktu@gmail.com>
5603         * follow.el (follow-stop-intercept-process-output):
5604         Use `follow-call-process-filter' rather than `process-filter'.
5605         Simplify.
5607 2007-10-11  Eric S. Raymond  <esr@snark.thyrsus.com>
5609         * vc-hooks.el (vc-registered): Robustify this function a bit
5610         against filenames with no directory component.
5612 2007-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5614         * international/characters.el: Undo unwanted and unexplained change.
5616 2007-10-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5618         * ps-print.el: Fix the usage of :foreground and :background face
5619         attributes.  Reported by Nikolaj Schumacher <n_schumacher@web.de>.
5620         (ps-print-version): New version 6.7.6.
5621         (ps-face-attributes, ps-face-attribute-list, ps-face-background):
5622         Fix code.
5623         (ps-face-foreground-color-p, ps-face-background-color-p)
5624         (ps-face-color-p): New inline funs.
5626 2007-10-10  Carsten Dominik  <dominik@science.uva.nl>
5628         * textmodes/org.el (org-additional-option-like-keywords): New constant.
5629         (org-complete): Use `org-additional-option-like-keywords'.
5630         (org-parse-local-options): New function.
5632 2007-10-10  Carsten Dominik  <dominik@science.uva.nl>
5634         * textmodes/org.el (org-in-clocktable-p): New function.
5635         (org-clock-report): Only update the table at point, or insert a new one.
5636         (org-clock-goto): New function.
5637         (org-open-file): Use `start-process-shell-command' instead of
5638         `shell-command' with an ampersand.
5639         (org-deadline, org-schedule): New argument REMOVE to remove the
5640         date from the entry.
5641         (org-agenda-schedule, org-agenda-deadline): Pass the prefix
5642         argument to `org-schedule' and `org-deadline'.
5643         (org-trim): Use the correct expressions for beginning and end of
5644         the string.
5645         (org-get-cleaned-entry): Trim the string before returning it.
5646         (org-clock-find-position): New function.
5647         (org-clock-into-drawer): New option.
5648         (org-agenda-tags-column): Rename from
5649         `org-agenda-align-tags-to-column'.
5650         (org-agenda-align-tags): Allow negative values for
5651         `org-agenda-tags-column'.
5652         (org-insert-labeled-timestamps-before-properties-drawer): Remove var.
5653         (org-agenda-to-appt): New optional argument FILTER.
5654         (org-completion-fallback-command): New variable.
5655         (org-complete): Use `org-completion-fallback-command'.
5656         (org-find-base-buffer-visiting): Catch the case that there is no
5657         buffer visiting the file.
5658         (org-property-or-variable-value): New function.
5659         (org-todo): Use `org-property-or-variable-value'
5660         (org-agenda-compact-blocks): New option.
5661         (org-prepare-agenda, org-agenda-list): Use `org-agenda-compact-blocks'.
5662         (org-agenda-schedule, org-agenda-deadline):
5663         Call `org-agenda-show-new-time'.
5664         (org-agenda-show-new-time): New argument PREFIX.
5665         (org-colgroup-info-to-vline-list): Fix but that cause a
5666         shift in the vertical lines.
5667         (org-buffer-property-keys): New argument INCLUDE-DEFAULTS.
5668         (org-maybe-renumber-ordered-list, org-cycle-list-bullet)
5669         (org-indent-item): No arg in call to `org-fix-bullet-type'.
5670         (org-fix-bullet-type): Remove argument.
5671         (org-read-date): Check for am/pm twice, to catch the end time.
5672         (org-goto-map): Use `suppress-keymap'.
5673         (org-remember-apply-template): Respect the dynamically scoped
5674         selection character.
5676 2007-10-10  Bastien Guerry  <Bastien.Guerry@ens.fr>
5678         * textmodes/org-export-latex.el (org-export-latex-protect-string):
5679         Renaming of `org-latex-protect'.
5680         (org-export-latex-emphasis-alist): By default, don't protect
5681         any emphasis formatter from further conversion.
5682         (org-export-latex-tables): Honor column grouping for tables.
5683         (org-export-latex-title-command): New option.
5684         (org-export-latex-treat-backslash-char): Use \textbackslash{} to
5685         export backslash character.
5687 2007-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5689         * frame.el (frame-inherited-parameters): Remove unused `environment'
5690         parameter, and let server.el add `client' when needed.
5692         * server.el (server-create-tty-frame)
5693         (server-create-window-system-frame): Set frame-inherited-parameters.
5695         * frame.el (frame-inherited-parameters): New var.
5696         (make-frame): Use it.
5698         * font-lock.el (lisp-font-lock-keywords-2): Remove let-environment.
5700         * env.el (let-environment): Remove.  Unused.
5701         (read-envvar-name): Simplify.
5702         (setenv): Remove unused arg `frame'.
5704         * help-fns.el (describe-variable): Add missing "  " for multiline
5705         obsolescence info and missing EOL after global value.
5707 2007-10-10  Eric S. Raymond  <esr@snark.thyrsus.com>
5709         * add-log.el:
5710         * ediff-vers.el:
5711         * log-view.el:
5712         * pcvs.el:
5713         * vc-arch.el:
5714         * vc-bzr.el:
5715         * vc-cvs.el:
5716         * vc.el:
5717         * vc-git.el:
5718         * vc-hg.el:
5719         * vc-hooks.el:
5720         * vc-mcvs.el:
5721         * vc-mtn.el:
5722         * vc-rcs.el:
5723         * vc-sccs.el:
5724         * vc-svn.el: Terminology cleanup: workfile-version -> working-revision,
5725         {find,init,next,previous,annotate-*,log}-version ->
5726         {find,init,next,previous,annotate-*,log}-revision,
5727         annotate-focus-version -> annotate-working-revision, The term
5728         'focus' is gone.  The term 'revision' is now used consistently
5729         everywhere that reference to a revision ID is intended, replacing
5730         older use of 'version'.
5732 2007-10-10  Juanma Barranquero  <lekktu@gmail.com>
5734         * follow.el: Change all instances of "Follow Mode" to "Follow
5735         mode" in docstrings and messages.
5736         (follow-menu-filter): Fix arg passed to `bound-and-true-p'.
5738 2007-10-10  Eric S. Raymond  <esr@snark.thyrsus.com>
5740         * vc.el (vc-next-action): Rewrite completely; this principal
5741         entry point now operates on a current fileset selected either
5742         explicitly via VC-Dired or implicitly by visiting a file buffer,
5743         rather than always operating on the file of the current buffer as
5744         in older versions.  Rewrite the rest of the mode to match.
5745         (with-vc-properties): Rewrite to operate on a file list.
5746         (with-vc-file): vc-checkin takes a file list argument now.
5747         (vc-post-command-functions): This hook now receives a file list.
5748         (vc-do-command): Take a either a file or a file list as argument.
5749         (vc-deduce-fileset): New function for deducing a file list to
5750         operate on.
5751         (vc-next-action-on-file, vc-next-action-dired): Remove.
5752         Merge into vc-next-action.
5753         (vc-register): Adapt to the fact that vc-start-entry now takes a
5754         file list.
5755         (vc-register-with): New function.
5756         (vc-start-entry): Take a file list argument rather than a
5757         file argument.
5758         (vc-checkout): Cope with vc-start-entry taking a file list.
5759         (vc-steal-lock): Cope with with-vc-properties taking a
5760         file list.
5761         (vc-checkin): Take a file list argument rather than a file argument.
5762         (vc-finish-logentry): Use the filelist passed by vc-start-entry.
5763         (vc-diff-internal): Rewrite for filesets.
5764         (vc-diff-sentinel): New function, tests whether changes were
5765         written into a diff buffer.
5766         (vc-diff): Rewrite for filesets.
5767         (vc-version-diff): Rewrite for filesets.
5768         (vc-print-log): Take a fileset argument.
5769         (vc-revert): Revert the entire selected fileset, not just the
5770         current buffer.
5771         (vc-rollback): Roll back the entire selected fileset, if
5772         possible.  No longer accepts a prefix argument.
5773         (vc-update): Merge new changes for the entire selected
5774         fileset, not just the current buffer.
5775         (vc-revert-file): Cope with with-vc-properties taking a file list.
5776         (vc-default-dired-state-info): Add + status suffix if the file is
5777         modified.
5778         (vc-annotate-warp-version): Use the new diff machinery.
5779         (vc-log-edit): Take a file list argument rather than a file argument.
5781 2007-10-10  Michael Albinus  <michael.albinus@gmx.de>
5783         Sync with Tramp 2.1.11.
5785         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
5786         Pacify byte compiler.
5788         * net/trampver.el: Update release number.
5790 2007-10-09  Richard Stallman  <rms@gnu.org>
5792         * play/gamegrid.el (gamegrid-setup-default-font): Use face-spec-set.
5794 2007-10-09  Juanma Barranquero  <lekktu@gmail.com>
5796         * follow.el: Require easymenu.
5797         (follow-mode-hook, follow-mode): Doc fixes.
5798         (follow-mode-off-hook): Mark as obsolete.
5800 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
5802         * window.el (mouse-autoselect-window-cancel): Don't cancel for
5803         select-window or select-frame events.
5804         (handle-select-window): When autoselecting window set input
5805         focus.  Restructure.
5807         * frame.el (focus-follows-mouse): Move to frame.c.
5808         * cus-start.el (all): Add focus-follows-mouse.
5810 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
5812         * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
5813         activate font-locking in the *buffer-selection* buffer.
5814         (bs-show-sorted): Doc fix.
5816         * bs.el (bs--get-marked-string, bs--get-modified-string)
5817         (bs--get-readonly-string, bs--get-size-string, bs--get-name)
5818         (bs--get-mode-name, bs-mode): Fix typos in docstrings.
5819         (bs--format-aux): Doc fix.
5821 2007-10-08  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
5823         * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
5825 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
5827         * progmodes/gud.el (gud-gud-gdb-command-name): New option.
5828         (gud-gdb): New function for old M-x gdb (text command mode).
5829         (gud-gdb-command-name, gdb): Move to...
5831         * progmodes/gdb-ui.el: ...here and adapt doc string.
5832         (gud-gdba-command-name, gdba): Delete.
5834 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
5836         * bs.el: Don't defvar `font-lock-verbose'.
5837         (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
5838         (bs--get-file-name): Fix typos in docstrings.
5839         (bs--show-header): Use `dolist' instead of `mapcar'.
5840         (bs-mode): Set `show-trailing-whitespace' to nil.
5841         (bs-buffer-sort-function, bs-mouse-select-other-frame)
5842         (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
5843         Doc fixes.
5845 2007-10-08  Adam Hupp  <adam@hupp.org>  (tiny change)
5847         * progmodes/gud.el (pdb): Specify file for gud-break.
5849 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
5851         * progmodes/gud.el (gdb): Make graphical mode the default and
5852         switch to text command mode if appropriate, i.e., reverse previous
5853         arrangement.
5854         (gud-gdb-marker-filter): Adapt for above change.
5856         * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
5857         gud-minor-mode and gud-marker-filter.
5858         (gdb-fullname-regexp): New variable.
5859         (gud-gdba-marker-filter): Use it to switch to text command
5860         mode if appropriate.
5862 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
5864         * progmodes/gud.el (gud-display-line): Find source buffer even when
5865         GUD buffer has its own frame.
5867 2007-10-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5869         * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
5871 2007-10-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5873         * term/x-win.el (x-gtk-stock-map): Version is 22.2.
5875 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
5877         * allout.el (allout-before-change-handler): Replace got-char by
5878         goto-char.
5880 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5882         * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
5883         Used to try and automatically enabled smerge-mode in the presence of
5884         conflicts and to call `svn resolved' when the conflicts are gone.
5885         (vc-svn-parse-status): Remember the svn-specific status.
5887 2007-10-08  Eli Zaretskii  <eliz@gnu.org>
5889         * menu-bar.el (menu-bar-search-documentation-menu): Rename from
5890         menu-bar-apropos-menu.  All users changed.
5891         (menu-bar-help-menu): Change menu symbols to better match the text
5892         displayed by the menu.
5894 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
5896         * files.el (file-name-sans-versions): Use [:alnum:] and also allow
5897         #, @, : and ^.
5899 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
5901         * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
5903         * log-view.el (log-view-mode-map): Likewise.
5905         * diff-mode.el (diff-mode-shared-map): Likewise.
5907 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
5909         * files.el (file-name-sans-versions): Also allow `A-Z'.
5911         * vc.el: Mention all supported VC backends.
5913 2007-10-08  Richard Stallman  <rms@gnu.org>
5915         * wid-edit.el (widget-specify-button): Don't merge mouse-face with
5916         neighbouring buttons.
5918 2007-10-08  Andreas Schwab  <schwab@suse.de>
5920         * files.el (file-name-sans-versions): Also allow `_'.
5922 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
5924         * files.el (file-name-sans-versions): Allow - and a-z in version names.
5926         * log-view.el (log-view-mode-map, log-view-mode-menu):
5927         Bind log-view-annotate-version.
5928         (log-view-beginning-of-defun, log-view-end-of-defun)
5929         (log-view-annotate-version): New functions.
5930         (log-view-mode): Use log-view-beginning-of-defun and
5931         log-view-end-of-defun.
5933 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5935         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
5937 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5939         * wid-edit.el (widget-image-insert): Don't merge mouse-face with
5940         neighbouring buttons.
5942         * progmodes/compile.el (compilation-error-regexp-alist-alist):
5943         Recognize gcc's use of "note" for informational messages.
5945 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5947         * textmodes/css-mode.el (css-electric-keys): electrick->electric.
5948         (css-mode): Update correspondingly.
5950 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
5952         * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
5953         Signed-off-by, Acked-by and Merge.
5955 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5957         * ediff-init.el (ediff-verbose-p): This var is not a constant.
5959 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5961         * vc-mtn.el: New file.
5963         * vc-hooks.el (vc-handled-backends): Add Mtn.
5965 2007-10-08  Eli Zaretskii  <eliz@gnu.org>
5967         * files.el (find-file, find-file-other-window)
5968         (find-file-other-frame, find-file-existing, find-file-read-only)
5969         (find-file-read-only-other-window)
5970         (find-file-read-only-other-frame)
5971         (find-alternate-file-other-window, find-alternate-file): Doc fixes.
5973 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
5975         * progmodes/gud.el (gdb-ready): New variable.
5976         (gdb): Set it to nil.  Set gud-running to nil here...
5977         (gud-common-init): ...instead of here.
5979         * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
5980         Use gdb-ready.  Discard input until GDB is ready to accept it.
5982 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
5984         * dired.el (dired-warning): Inherit from font-lock-warning-face to
5985         make it show up with eight colors.
5987 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5989         * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
5990         diffs are concatenated with no intervening line.
5992 2007-10-08  Dave Love  <fx@gnu.org>
5994         * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
5995         (python-font-lock-keywords): Update to the 2.5 version of the language.
5996         (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
5997         (python-backspace): Only behave funny in code.
5998         (python-compilation-regexp-alist): Add PDB stack trace regexp.
5999         (inferior-python-mode): Add PDB prompt regexp.
6000         (python-fill-paragraph): Refine the fenced-string regexp.
6001         (python-find-imports): Handle imports spanning several lines.
6002         (python-mode): Add `class' to hideshow support.
6004 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6006         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
6007         Use add-log-buffer-file-name-function rather than binding
6008         buffer-file-name, so we don't end up calling change-log-mode in *cvs*
6009         when `fi' is the ChangeLog file itself.
6011         * outline.el (outline-flag-region): Use front-advance.
6013 2007-10-08  Ilya Zakharevich  <ilyaz@cpan.org>
6015         * progmodes/cperl-mode.el: Merge upstream 5.23.
6016         (cperl-where-am-i): Remove function.
6017         (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
6018         (cperl-sniff-for-indent): De-invert [string] and [comment].
6019         When looking for label, skip s:m:y:tr.
6020         (cperl-indent-line): Likewise.
6021         (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
6022         (cperl-windowed-init): Wrong `ps-print' handling.
6023         Both thanks to Chong Yidong.
6024         (cperl-look-at-leading-count): Could fail with unfinished RExen.
6025         (cperl-find-pods-heres): If the second part of s()[] is missing,
6026         don't try to highlight delimiters...
6028 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6030         * progmodes/compile.el (compilation-get-file-structure): Complete last
6031         change by also using spec-directory in the puthash.
6033 2007-10-08  Riccardo Murri  <riccardo.murri@gmail.com>
6035         * vc-bzr.el (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
6036         (vc-bzr-status): Fix shadowing of variable 'status'.
6037         (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
6038         Use `expand-file-name' instead of `concat'.
6039         (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
6040         Update annotation line regexp.  Fixes launchpad.net [Bug 137435].
6042 2007-10-08  Jason Rumney  <jasonr@gnu.org>
6044         * frame.el (focus-follows-mouse): Doc-fix.  Change default on w32.
6046 2007-10-08  Richard Stallman  <rms@gnu.org>
6048         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
6049         Add `safe-local-variable' property.
6050         (lisp-body-indent): Likewise.
6052 2007-10-08  Richard Stallman  <rms@gnu.org>
6054         * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
6055         Add doc string.
6057 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
6059         * files.el (backup-buffer-copy): Try to overwrite old backup first.
6061 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
6063         * repeat.el (repeat): Use last-repeatable-command instead of
6064         real-last-command.  Run pre- and post-command hooks for
6065         self-insertion.  Update doc-string.
6067 2007-10-08  Alexandre Julliard  <julliard@winehq.org>
6069         * vc-git.el (vc-git-state): Call git-add --refresh to update the
6070         state of the file.
6071         (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
6072         (vc-git-create-repo): Fix invalid command.
6074 2007-10-08  Richard Stallman  <rms@gnu.org>
6076         * textmodes/flyspell.el (flyspell-mode):
6077         Catch errors in flyspell-mode-on.
6079 2007-10-09  Juanma Barranquero  <lekktu@gmail.com>
6081         * term/x-win.el (x-alternatives-map): Remove spurious parenthesis.
6083 2007-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6085         * international/encoded-kb.el (encoded-kbd-setup-display):
6086         Use input-decode-map rather than local-key-translation-map.
6088         * term/rxvt.el (rxvt-alternatives-map): New map.
6089         (terminal-init-rxvt): Use it.
6090         Bind rxvt-function-map in input-decode-map.
6092         * term/xterm.el (xterm-alternatives-map): New map.
6093         (terminal-init-xterm): Use it.
6094         Bind xterm-function-map in input-decode-map.
6096         * term/x-win.el (x-alternatives-map): New var.
6097         (x-setup-function-keys): Use it.
6099         * help-fns.el (describe-variable): Slightly change the layout of
6100         meta-info to separate it better from the docstring.
6101         Standardize insertion of extra empty lines in various circumstances.
6103         * diff-mode.el (diff-hunk-style): New fun.
6104         (diff-end-of-hunk): Use it.
6105         (diff-context->unified): Use the new `apply' undo element,
6106         if applicable, so as to save undo-log space.
6107         (diff-fine-change): New face.
6108         (diff-fine-highlight-preproc): New function.
6109         (diff-fine-highlight): New command.
6110         (diff-mode-map, diff-mode-menu): Add diff-fine-highlight.
6112         * smerge-mode.el (smerge-refine-chopup-region): Add `preproc' argument.
6113         (smerge-refine-highlight-change): Add `props' argument.
6114         (smerge-refine-subst): New function holding most of smerge-refine.
6115         (smerge-refine): Use it.
6117 2007-10-08  Eric S. Raymond  <esr@snark.thyrsus.com>
6119         * vc.el (vc-default-wash-log): Remove unused code, the
6120         log washers all live in the backends now.
6121         (vc-default-comment-history): Correct for the fact
6122         that wash-log is argumentless in the new API.
6124 2007-10-08  Michael Albinus  <michael.albinus@gmx.de>
6126         * net/tramp.el (tramp-find-foreign-file-name-handler): Check also host.
6127         (tramp-maybe-send-script): Apply `member' but `memq'.
6128         (tramp-advice-file-expand-wildcards): Simplify implementation.
6130 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
6132         * follow.el (follow-mode): Don't run hooks twice.  Use `when'.
6134         * mb-depth.el (minibuf-depth-indicator-function): New variable.
6135         (minibuf-depth-setup-minibuffer): Use it.
6137 2007-10-07  Glenn Morris  <rgm@gnu.org>
6139         * simple.el (bad-packages-alist): Clarify Semantic and CEDET
6140         version numbers.
6142 2007-10-06  Juri Linkov  <juri@jurta.org>
6144         * textmodes/fill.el (fill-paragraph-or-region): New function.
6146         * bindings.el (esc-map): Bind M-q to fill-paragraph-or-region
6147         instead of fill-paragraph.
6149         * tutorial.el (tutorial--default-keys): Replace fill-paragraph
6150         with fill-paragraph-or-region.  Suspend command is now the same
6151         `suspend-frame' on window systems and on tty.
6153         * image.el (image-type): Check if image-types is bound to not fail
6154         on tty.
6156         * delsel.el (delete-selection-pre-hook):
6157         * emulation/cua-base.el (cua-paste): Check if mouse-region-match
6158         is fbound to not fail on mouseless tty.
6160 2007-10-06  Michael Albinus  <michael.albinus@gmx.de>
6162         * net/tramp.el (top): Move loading of tramp-util.el and
6163         tramp-vc.el to tramp-compat.el.
6164         (tramp-make-tramp-temp-file): Complete rewrite.  Create remote
6165         temporary file if possible, in order to avoid a security hole.
6166         (tramp-do-copy-or-rename-file-out-of-band)
6167         (tramp-maybe-open-connection): Call `tramp-make-tramp-temp-file'
6168         with DONT-CREATE, because the connection is not setup yet.
6169         (tramp-handle-process-file): Rewrite temporary file handling.
6170         (tramp-completion-mode): New defvar.
6171         (tramp-completion-mode-p): Use it.
6173         * net/tramp-compat.el (top): Load tramp-util.el and tramp-vc.el.
6175         * net/tramp-fish.el (tramp-fish-handle-process-file):
6176         Rewrite temporary file handling.
6178 2007-10-06  Eric S. Raymond  <esr@snark.thyrsus.com>
6180         * vc.el: Workfile version -> focus version change.  Port various
6181         comments from new VC to reduce the noise in the diff.
6182         Patch in the new vc-create-repo function to go with the
6183         header comment about it already present.
6184         There are no changes to existing logic in this patch.
6185         (vc-revert-buffer1): Rename to vc-revert-buffer-internal.
6187 2007-10-06  Aaron Hawley  <aaronh@garden.org>
6189         * autoinsert.el (auto-insert-alist): Add a Texinfo entry.
6191 2007-10-05  Chris Moore  <dooglus@gmail.com>
6193         * server.el (server-kill-new-buffers): Doc fix.
6195 2007-10-05  John W. Eaton  <jwe@octave.org>
6197         * progmodes/octave-mod.el (octave-abbrev-table): Add "until".
6198         (octave-begin-keywords): Add "do".
6199         (octave-end-keywords): Remove "end".
6200         (octave-reserved-words): Add "end".  Remove "all_va_args",
6201         "gplot", and 'gsplot".
6202         (octave-text-functions): Remove "gset", "gshow", "set", and "show".
6203         (octave-variables): Remove "IMAGEPATH", "INFO_FILE",
6204         "INFO_PROGRAM", "LOADPATH", "__error_text__", "automatic_replot",
6205         "default_return_value", "define_all_return_values",
6206         "do_fortran_indexing", "empty_list_elements_ok",
6207         "gnuplot_has_multiplot", "implicit_str_to_num_ok",
6208         "ok_to_lose_imaginary_part", "prefer_column_vectors",
6209         "prefer_zero_one_indexing", "propagate_empty_matrices",
6210         "resize_on_range_error", "treat_neg_dim_as_zero",
6211         "warn_assign_as_truth_value", "warn_comma_in_global_decl",
6212         "warn_divide_by_zero", "warn_function_name_clash",
6213         "warn_missing_semicolon", "whitespace_in_literal_matrix".
6214         Add "DEFAULT_EXEC_PATH", "DEFAULT_LOADPATH", "IMAGE_PATH",
6215         "crash_dumps_octave_core", "sighup_dumps_octave_core",
6216         "sigterm_dumps_octave_core".
6217         (octave-block-match-alist): Remove "end" from block-end keywords.
6218         (octave-mode): Update ftp site address.
6220 2007-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
6222         * vc.el: Reorder functions, no code changes.
6224 2007-10-04  Michael Albinus  <michael.albinus@gmx.de>
6226         * net/tramp.el (tramp-make-temp-file): Move to tramp-compat.el.
6227         (tramp-do-copy-or-rename-file-directly): Handle tmpfile only in
6228         the cond clauses where needed.
6229         (tramp-handle-write-region): Rearrange code for proper handling of
6230         tmpfile.
6232         * net/tramp-compat.el (tramp-compat-make-temp-file): New defsubst.
6234         * net/tramp.el:
6235         * net/tramp-fish.el:
6236         * net/tramp-ftp.el:
6237         * net/tramp-smb.el: Rename `tramp-make-temp-file' to
6238         `tramp-compat-make-temp-file'.
6240 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
6242         * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
6244 2007-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6246         * emacs-lisp/copyright.el (copyright-update): Don't update if the file
6247         already uses a more recent copyright version than the "current" one.
6249 2007-10-03  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
6251         * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-reset-slice)
6252         (doc-view-insert-image): Minor aesthetical docstring changes.
6254 2007-10-03  Tassilo Horn  <tassilo@member.fsf.org>
6256         * doc-view.el (doc-view): Don't ignore pdf and dvi files when
6257         completing filename.
6258         (doc-view-search-internal): Docstring change.
6260 2007-10-03  Michael Albinus  <michael.albinus@gmx.de>
6262         * net/tramp.el (top): Add tramp-compat to `tramp-unload-hook'.
6263         (tramp-file-name-handler-alist):
6264         Add `tramp-handle-insert-file-contents-literally'.  Needed for XEmacs.
6265         (tramp-make-temp-file): Use `make-temp-name'.  `make-temp-file',
6266         used before, creates the file already, which is not desired.
6267         (tramp-do-copy-or-rename-file-directly): Simplify handling of
6268         temporary file.
6269         (tramp-handle-insert-file-contents): Assign the result in the
6270         short track case.
6271         (tramp-handle-insert-file-contents-literally): New defun.
6272         (tramp-completion-mode-p): Revert change from 2007-09-24.
6273         Checking for `return' etc as last character is not sufficient, for
6274         example in dired-mode when entering <g> (revert-buffer) or
6275         <s> (dired-sort).
6277         * net/tramp-compat.el (top): Add also compatibility code for loading
6278         appropriate timer package.
6279         (tramp-compat-copy-tree): Check for `subrp' and `symbol-file' in
6280         order to avoid autoloading problems.
6282         * net/tramp-fish.el:
6283         * net/tramp-smb.el: Move further compatibility code to tramp-compat.el.
6285         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Handle the case
6286         where the second parameter of `copy-file' or `rename-file' is a
6287         remote file but not via ftp.
6289 2007-10-02  Richard Stallman  <rms@gnu.org>
6291         * frame.el (cursor-in-non-selected-windows): Doc fix.
6293 2007-10-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
6295         * play/zone.el (zone): Let-bind show-trailing-whitespace to nil.
6296         Suggested by Chris Moore <christopher.ian.moore@gmail.com>.
6298 2007-10-01  Jay Belanger  <jay.p.belanger@gmail.com>
6300         * calc/calc-math.el (math-largest-emacs-expt): Handle the cases
6301         when `expt' doesn't give range errors.
6303 2007-10-01  Markus Triska  <markus.triska@gmx.at>
6305         * calc/calc-math.el (math-smallest-emacs-expt):
6306         Make the computation more robust.
6308 2007-09-30  David Kastrup  <dak@gnu.org>
6310         * startup.el (argv): Alias for `command-line-args-left' to use as
6311         `(pop argv)' inside of --eval command sequences.  Allows for
6312         passing shell commands into Emacs verbatim without need for Lisp
6313         quoting.
6315         * autorevert.el (auto-revert-handler): In `auto-revert-tail-mode',
6316         check only for changed size.
6317         (auto-revert-tail-handler): Get size from caller.  If the file has
6318         shrunk, tail the whole file again (the file presumably has been
6319         rewritten).
6321         * woman.el (woman-topic-all-completions, woman-mini-help):
6322         Fix fallout from 2007-09-07 introduction of `dolist' when the list
6323         actually was being manipulated in the loop.
6324         (woman-Cyg-to-Win, woman-pre-process-region)
6325         (woman-horizontal-escapes, woman-if-body, woman-unescape)
6326         (woman-strings, woman-special-characters, woman1-hc)
6327         (woman-change-fonts, woman-find-next-control-line):
6328         Use `match-beginning' rather than `match-string' when the result is
6329         just used as a flag.
6331 2007-09-30  Michael Albinus  <michael.albinus@gmx.de>
6333         * net/tramp-compat.el: New file.
6335         * net/tramp.el:
6336         * net/tramp-fish.el:
6337         * net/tramp-smb.el:
6338         * net/tramp-uu.el:
6339         * net/trampver.el: Move compatibility code to tramp-compat.el.
6340         Apply `mapc' instead of `mapcar' when the code needs side effects
6341         only.  Move utf-8 coding cookie to the second line.
6343 2007-09-30  Reiner Steib  <Reiner.Steib@gmx.de>
6345         * term/x-win.el (x-gtk-stock-map): Add Gnus and MH-E icons.
6346         Improve custom type.
6347         (icon-map-list): Make it customizable.  Document how to disable
6348         stock icons.
6350 2007-09-30  Richard Stallman  <rms@gnu.org>
6352         * play/zone.el (zone-hiding-modeline): Use mode-line-format.
6354 2007-09-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6356         * term/x-win.el (x-gtk-stock-map): Version is 22.2.
6358 2007-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6360         * t-mouse.el (gpm-mouse-mode): Rename from t-mouse-mode.  Rewrite.
6361         (t-mouse-mode): New compatibility alias.
6363 2007-09-28  Dan Nicolaescu  <dann@ics.uci.edu>
6365         * server.el (server-delete-client): Only delete the terminal if it
6366         is non-nil.
6368 2007-09-28  Michael Albinus  <michael.albinus@gmx.de>
6370         * net/tramp.el (with-file-property, with-connection-property):
6371         Highlight as keyword.
6372         (tramp-rfn-eshadow-setup-minibuffer)
6373         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
6374         (tramp-set-file-uid-gid, tramp-do-copy-or-rename-file-via-buffer)
6375         (tramp-do-copy-or-rename-file-directly)
6376         (tramp-do-copy-or-rename-file-out-of-band)
6377         (tramp-handle-shell-command, tramp-get-debug-buffer)
6378         (tramp-send-command-and-read, tramp-equal-remote)
6379         (tramp-get-local-gid): Pacify byte-compiler.
6380         (tramp-handle-file-name-directory): Result shall not be expanded.
6381         (tramp-find-foreign-file-name-handler): Rewrite.
6382         (tramp-dissect-file-name): Add optional parameter NODEFAULT.
6384         * net/tramp-cache.el (tramp-cache-print): Pacify byte-compiler.
6386         * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
6387         Apply `tramp-completion-mode-p'.
6388         (tramp-fish-handle-set-file-times)
6389         (tramp-fish-handle-executable-find)
6390         (tramp-fish-handle-process-file, tramp-fish-get-file-entries)
6391         (tramp-fish-retrieve-data): Pacify byte-compiler.
6393         * net/tramp-gw.el (tramp-gw-basic-authentication):
6394         Call `tramp-read-passwd' with first parameter `nil'.
6396 2007-09-28  Glenn Morris  <rgm@gnu.org>
6398         * mail/supercite.el (sc-attribs-filter-namelist): Use mapc rather
6399         than mapcar.
6401         * textmodes/tex-mode.el (tex-suscript-height-ratio)
6402         (tex-suscript-height-minimum): New customizable variables.
6403         (tex-suscript-height): New function.
6404         (superscript, subscript): Set height using tex-suscript-height
6405         rather than fixing at 0.8.
6406         (tex-fontify-script, tex-font-script-display): Add :version tag.
6408 2007-09-27  Juanma Barranquero  <lekktu@gmail.com>
6410         * progmodes/python.el (python-eldoc-function): Doc fix.
6412 2007-09-27  Glenn Morris  <rgm@gnu.org>
6414         * image.el (image-type-auto-detected-p): Doc fix.  Don't detect an
6415         image if it is not in image-type-auto-detectable, or is there with
6416         a nil value.
6418 2007-09-27  Michael Albinus  <michael.albinus@gmx.de>
6420         * net/tramp.el (tramp-maybe-open-connection): Make test for alive
6421         connection more robust.
6423 2007-09-26  Juanma Barranquero  <lekktu@gmail.com>
6425         * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
6426         Deal with the case that special &keywords are at the beginning or
6427         end of the argument list.  Also add some (incomplete) support for
6428         non-standard arglists.
6430 2007-09-26  Juanma Barranquero  <lekktu@gmail.com>
6432         * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
6433         (eldoc-message-commands, eldoc-current-idle-delay)
6434         (eldoc-function-argstring-format): Fix typos in docstrings.
6436 2007-09-26  Jay Belanger  <jay.p.belanger@gmail.com>
6438         * calc/calc-units.el (calc-convert-units)
6439         (calc-convert-temperature): Remove unnecessary colons.
6441 2007-09-26  Bastien Guerry  <bzg@altern.org>
6443         * textmodes/org-export-latex.el (org-export-latex-tables-verbatim):
6444         New function.
6445         (org-export-latex-remove-from-headlines): Name changed because of typo.
6446         (org-export-latex-quotation-marks-convention): Option removed.
6447         (org-export-latex-make-preamble): Handle the DATE option.
6448         (org-export-latex-cleaned-string): Now the only cleaning function,
6449         synched up with org.el.
6450         (org-export-latex-lists, org-export-latex-parse-list)
6451         (org-export-list-to-latex): New functions.
6453 2007-09-26  Carsten Dominik  <dominik@science.uva.nl>
6455         * textmodes/org.el (org-kill-is-subtree-p): Use `org-outline-regexp'.
6456         (org-outline-regexp): New constant.
6457         (org-remember-handler): Throw error when the target file is not in
6458         org-mode.
6459         (org-cleaned-string-for-export): No longer call
6460         `org-export-latex-cleaned-string' with an argument.
6461         (org-get-tags): Returns now a list, not a string.
6462         (org-get-tags-string): New function.
6463         (org-archive-subtree): No need to split return of `org-get-tags'.
6464         (org-set-tags, org-entry-properties): Call `org-get-tags-string'
6465         instead of `org-get-tags'.
6466         (org-agenda-format-date): Rename from `org-agenda-date-format'.
6467         (org-time-from-absolute, org-agenda-format-date-aligned): New funs.
6468         (org-compatible-face): New argument INHERITS.  Inherit from this
6469         face if possible.
6470         (org-level-1, org-level-2, org-level-3, org-level-4)
6471         (org-level-5, org-level-6, org-level-7, org-level-8)
6472         (org-special-keyword, org-drawer, org-column, org-warning)
6473         (org-archived, org-todo, org-done, org-headline-done, org-table)
6474         (org-formula, org-code, org-agenda-structure)
6475         (org-scheduled-today, org-scheduled-previously)
6476         (org-upcoming-deadline, org-time-grid): Call `org-compatible-face'
6477         in the new way.
6478         (org-get-heading): New argument NO-TAGS.
6479         (org-fast-tag-selection-include-todo): Made defvar instead of
6480         defcustom, feature is not deprecated.
6481         (org-remember-store-without-prompt): New default value t.
6482         (org-todo-log-states): New variable.
6483         (org-set-regexps-and-options): #+TODO is an alias for SEQ_TODO.
6484         Compute the log states.
6485         (org-goto-map): More commands copied from global map.  Also bind
6486         `org-occur'.
6487         (org-goto): Made into a general lookup command.
6488         (org-get-location): Complete rewrite.
6489         (org-goto-exit-command): New variable.
6490         (org-goto-selected-point): New variable.
6491         (org-goto-ret, org-goto-left, org-goto-right, org-goto-quit):
6492         Set the new variables.
6493         (org-paste-subtree): Whitespace insertion strategy revised.
6494         (org-remember-apply-template): Protect v-A from the possibility
6495         that v-a might be nil.
6496         (org-remember-handler): Insertion rules revised.
6497         (org-todo): Respect org-todo-log-states.
6498         (org-up-heading-safe): New function.
6499         (org-entry-get-with-inheritance): Use `org-up-heading-safe'.
6501 2007-09-26  Dan Nicolaescu  <dann@ics.uci.edu>
6503         * progmodes/cc-cmds.el (c-indent-line-or-region): Only indent the
6504         region if in transient-mark-mode.
6506 2007-09-26  Juanma Barranquero  <lekktu@gmail.com>
6508         * calc/calc-ext.el (calc-init-extensions, calc-reset):
6509         * calc/calc-help.el (calc-full-help):
6510         * calc/calc-misc.el (another-calc):
6511         * calc/calc-store.el (calc-var-name-map):
6512         * calc/calc-stuff.el (calc-flush-caches):
6513         * calc/calc-units.el (math-build-units-table):
6514         * calc/calc.el (calc-digit-map, calc-dispatch-map, calc-mode)
6515         (calc-quit):
6516         * calendar/icalendar.el (icalendar--format-ical-event)
6517         (icalendar--convert-ical-to-diary):
6518         * emacs-lisp/authors.el (authors):
6519         * emacs-lisp/cust-print.el (custom-print-install)
6520         (custom-print-uninstall):
6521         * emacs-lisp/disass.el (disassemble-1):
6522         * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
6523         * emacs-lisp/edebug.el (byte-compile-resolve-functions):
6524         * emacs-lisp/elint.el (elint-current-buffer, elint-check-defun-form)
6525         (elint-check-let-form, elint-check-condition-case-form)
6526         (elint-initialize):
6527         * emacs-lisp/elp.el (elp-results):
6528         * emacs-lisp/generic.el (generic-mode-internal):
6529         * emacs-lisp/re-builder.el (reb-delete-overlays):
6530         * emacs-lisp/regi.el (regi-interpret):
6531         * emacs-lisp/sregex.el (sregex--char-aux):
6532         * emulation/cua-rect.el (cua--deactivate-rectangle)
6533         (cua--highlight-rectangle, cua--rectangle-post-command):
6534         * emulation/viper-keym.el (viper-toggle-key, viper-ESC-key):
6535         * emulation/viper-macs.el (viper-describe-kbd-macros)
6536         (viper-describe-one-macro):
6537         * emulation/viper-util.el (viper-setup-master-buffer):
6538         * emulation/viper.el (set-viper-state-in-major-mode):
6539         * international/mule-diag.el (describe-current-coding-system):
6540         * language/ethio-util.el (ethio-fidel-to-sera-buffer):
6541         * mail/emacsbug.el (report-emacs-bug):
6542         * net/ange-ftp.el (ange-ftp-call-chmod, ange-ftp-parse-bs2000-listing):
6543         * obsolete/hilit19.el (hilit-unhighlight-region)
6544         (hilit-set-mode-patterns):
6545         * play/solitaire.el (solitaire-check, solitaire-solve):
6546         * play/zone.el (zone-pgm-rotate):
6547         * progmodes/ada-mode.el (ada-save-exceptions-to-file):
6548         * progmodes/ada-prj.el (ada-prj-display-page):
6549         * progmodes/delphi.el (delphi-search-directory, delphi-find-unit-file)
6550         (delphi-debug-mode-map, delphi-mode-map, delphi-mode):
6551         * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-view-exit-fn)
6552         (ebrowse-member-mode, ebrowse-save-tree-as, ebrowse-save-class):
6553         * progmodes/sh-script.el (sh-make-vars-local)
6554         (sh-reset-indent-vars-to-global-values):
6555         * progmodes/sql.el (top):
6556         * progmodes/vhdl-mode.el (vhdl-set-style, vhdl-regress-line):
6557         * progmodes/xscheme.el (top):
6558         * textmodes/artist.el (artist-mt-get-symbol-from-keyword-sub)
6559         (artist-go-retrieve-from-symbol-sub, artist-go-get-symbol-shift-sub)
6560         (artist-fc-retrieve-from-symbol-sub, artist-vaporize-line)
6561         (artist-vaporize-lines, artist-ellipse-compute-fill-info)
6562         (artist-submit-bug-report):
6563         * textmodes/flyspell.el (flyspell-delay-commands)
6564         (flyspell-deplacement-commands):
6565         * textmodes/table.el (table--generate-source-epilogue, table-insert)
6566         (table--generate-source-cells-in-a-row, table--make-cell-map)
6567         (*table--cell-describe-bindings): Use `mapc' rather than `mapcar'.
6569 2007-09-25  Juanma Barranquero  <lekktu@gmail.com>
6571         * allout.el (produce-allout-mode-map, allout-process-exposed):
6572         * ansi-color.el (ansi-color-make-color-map):
6573         * autoinsert.el (auto-insert):
6574         * bookmark.el (bookmark-bmenu-list, bookmark-show-all-annotations):
6575         * dired-aux.el (dired-create-files):
6576         * dired.el (dired-restore-desktop-buffer):
6577         * ediff-diff.el (ediff-setup-fine-diff-regions):
6578         * ediff-mult.el (ediff-intersect-directories)
6579         (ediff-redraw-directory-group-buffer, ediff-dir-diff-copy-file)
6580         (ediff-redraw-registry-buffer):
6581         * ediff-ptch.el (ediff-fixup-patch-map):
6582         * ediff-util.el (ediff-toggle-multiframe, ediff-toggle-use-toolbar)
6583         (ediff-really-quit, ediff-clear-diff-vector):
6584         * emerge.el (emerge-really-quit):
6585         * ffap.el (ffap-replace-file-component):
6586         * filecache.el (file-cache-add-directory)
6587         (file-cache-add-directory-recursively)
6588         (file-cache-add-from-file-cache-buffer, file-cache-delete-file-regexp)
6589         (file-cache-delete-directory, file-cache-files-matching-internal)
6590         (file-cache-display):
6591         * files.el (cd):
6592         * find-lisp.el (find-lisp-insert-directory):
6593         * finder.el (finder-compile-keywords):
6594         * help.el (view-emacs-news):
6595         * hi-lock.el (hi-lock-write-interactive-patterns):
6596         * ido.el (ido-to-end, ido-set-matches-1):
6597         * image-dired.el (image-dired-display-thumbs, image-dired-remove-tag)
6598         (image-dired-mark-tagged-files):
6599         * jka-cmpr-hook.el (jka-compr-get-compression-info):
6600         * printing.el (pr-eval-local-alist, pr-eval-setting-alist):
6601         * ps-print.el (ps-background, ps-begin-file)
6602         (ps-build-reference-face-lists):
6603         * simple.el (clone-buffer):
6604         * startup.el (command-line):
6605         * tempo.el (tempo-insert-template, tempo-is-user-element)
6606         (tempo-forward-mark, tempo-backward-mark):
6607         * woman.el (woman-dired-define-keys): Use `mapc' rather than `mapcar'.
6609 2007-09-25  Glenn Morris  <rgm@gnu.org>
6611         * textmodes/tex-mode.el (tex-font-script-display): Doc fix.
6613         * view.el (view-search-no-match-lines): Add a doc string.
6614         Rewrite to simplify and work better.
6616 2007-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
6618         * progmodes/cc-mode.el (c-mode-base-map):
6619         Use c-indent-line-or-region instead of c-indent-line.
6621         * indent.el (indent-for-tab-command): First check if the region is
6622         active.
6624 2007-09-24  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
6626         * whitespace.el (whitespace-tickle-timer): Don't install the timer if
6627         whitespace-rescan-timer-time is 0.
6629 2007-09-24  Karl Berry  <karl@gnu.org>
6631         * international/mule.el (coding-system-base): Fix doc string grammar.
6633 2007-09-24  Michael Albinus  <michael.albinus@gmx.de>
6635         * net/tramp.el (tramp-completion-mode-p): Rename from
6636         `tramp-completion-mode'.  Revert logic, check `return', `newline'
6637         and such alike.  Packages like Icicles tend to use other completion
6638         characters but `tab' and `space' only.
6640 2007-09-24  Adam Hupp  <adam@hupp.org>
6642         * progmodes/python.el (run-python): Import emacs module without
6643         waiting; prevents lockup on error.
6645 2007-09-23  Richard Stallman  <rms@gnu.org>
6647         * mail/sendmail.el (mail-bury): Delete the frame
6648         if this frame looks like it was made for this message.
6650         * completion.el (completion-separator-self-insert-command)
6651         (completion-separator-self-insert-autofilling):
6652         If `self-insert-command' has been remapped, use the substitute.
6654         * simple.el (copy-region-as-kill): Doc fix.
6656         * textmodes/org.el (org-confirm-shell-link-function)
6657         (org-confirm-elisp-link-function): Doc fixes.
6659 2007-09-23  Glenn Morris  <rgm@gnu.org>
6661         * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
6663 2007-09-23  Dan Nicolaescu  <dann@ics.uci.edu>
6665         * term/w32-win.el (w32-drag-n-drop): Use mapc instead of mapcar.
6667         * term/tvi970.el (terminal-init-tvi970): Likewise.
6669         * term/sun-mouse.el (print-mouse-format): Likewise.
6671         * term/sun.el (scroll-down-in-place, scroll-up-in-place):
6672         Use forward-line instead of previous-line and next-line.
6674 2007-09-22  Juri Linkov  <juri@jurta.org>
6676         * textmodes/org.el (org-confirm-shell-link-function): Doc fix.
6678         * tutorial.el (tutorial--default-keys): Update standard bindings:
6679         rename `iconify-or-deiconify-frame' to `suspend-frame',
6680         and `save-buffers-kill-emacs' to `save-buffers-kill-terminal'.
6682 2007-09-22  Juri Linkov  <juri@jurta.org>
6684         * startup.el (fancy-startup-text, fancy-about-text, fancy-startup-tail):
6685         Add help-echo to external links and to links without description.
6686         (fancy-splash-insert): Use help-echo from the 3rd element of the
6687         link specification list, or "Follow this link" if it's nil.  Doc fix.
6689 2007-09-22  Juri Linkov  <juri@jurta.org>
6691         * startup.el (command-line): Rename `inhibit-startup-message' to
6692         `inhibit-startup-screen'.
6693         (fancy-about-text): Use shorter label for "Ordering Manuals".
6694         (fancy-startup-tail): Add optional arg `concise'.  When `concise'
6695         is nil, display a line with "To start..." and 3 links to useful
6696         tasks.  Display the "Dismiss" button and "Don't show this message
6697         again" only when concise is non-nil.
6698         (fancy-startup-screen): Call `fancy-startup-tail' with optional
6699         arg `concise'.  If CONCISE is non-nil, display a concise version
6700         of the splash screen in another window.  Otherwise, switch to the
6701         startup buffer in the same window.
6702         (startup-echo-area-message): Change displayed binding from
6703         C-h C-p (describe-project) to C-h C-a (about-emacs), and change
6704         text "about the GNU system and GNU/Linux" to "about GNU Emacs and
6705         the GNU system".
6706         (display-startup-screen): Fix buffer name from "*About GNU Emacs*"
6707         to "*GNU Emacs*".
6708         (display-about-screen): Don't check the existence of the buffer
6709         "*About GNU Emacs*".
6710         (display-splash-screen): Make alias to `display-startup-screen'.
6711         (command-line-1): Rename `inhibit-startup-message' to
6712         `inhibit-startup-screen'.  Inhibit startup screen when Emacs is
6713         started with command line options "-f", "-funcall", "-e", "-eval",
6714         "-execute", "-insert", "-find-file", "-file", "-visit".
6715         Inhibit startup screen when Emacs is started with a file name only
6716         on tty (i.e. don't inhibit it when started with a file name like
6717         "emacs FILE..." on a window system).
6718         (command-line-1): Simplify logic of displaying the startup screen:
6719         if file-count > 0, then display the concise version in another
6720         window, otherwise display full version in the same window.
6722         * help.el (help-map): Bind C-h C-a to about-emacs.
6723         (help-for-help-internal): Add C-a description to C-h help text.
6725 2007-09-22  Dan Nicolaescu  <dann@ics.uci.edu>
6727         * emacs-lisp/checkdoc.el (checkdoc-force-docstrings-flag)
6728         (checkdoc-permit-comma-termination-flag): Autoload the
6729         safe-local-variable setting.
6731         * bookmark.el (bookmark-xemacsp): Remove.
6732         (bookmark-make): Don't use bookmark-xemacsp,
6733         use (featurep 'xemacs) instead.
6735         * speedbar.el (speedbar-frame-mode)
6736         (speedbar-frame-reposition-smartly)
6737         (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
6738         (speedbar-check-vc): Remove use of non-existent variable
6739         dframe-xemacsp, use (featurep 'xemacs) instead.
6741         * indent.el (indent-for-tab-command): Indent the region if
6742         transient-mark-mode and the region is active.
6744 2007-09-21  Francesco Potort\e,Al\e(B  <pot@gnu.org>
6746         * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
6747         add inferior-octave-directory-tracker to the buffer-local value
6748         of comint-input-filter-functions.
6750 2007-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
6752         * xt-mouse.el (xterm-mouse-mode): Re-enable suspend-tty-functions.
6754 2007-09-21  Juanma Barranquero  <lekktu@gmail.com>
6756         * frame.el (suspend-frame): Call `iconify-or-deiconify-frame' also
6757         on w32 frames.
6759 2007-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6761         * startup.el (normal-top-level): Remove DISPLAY from
6762         process-environment to let it be computed dynamically in callproc.c.
6764         * frame.el (frame-initialize, make-frame):
6765         * faces.el (tty-set-up-initial-frame-faces):
6766         * env.el (setenv): Don't set display-environment-variable.
6768         * server.el (server-getenv-from): Remove.  Use getenv-internal instead.
6769         (server-create-tty-frame): Don't set unused `tty' property.
6770         Set `display' instead of display-environment-variable.
6771         (server-create-window-system-frame): No display-environment-variable.
6773 2007-09-21  Michael Albinus  <michael.albinus@gmx.de>
6775         * rfn-eshadow.el (rfn-eshadow-setup-minibuffer-hook)
6776         (rfn-eshadow-update-overlay-hook): New defvars.
6777         (rfn-eshadow-setup-minibuffer, rfn-eshadow-update-overlay):
6778         Run the hooks.
6780         * net/tramp.el (tramp-rfn-eshadow-overlay): New defvar.
6781         (tramp-rfn-eshadow-setup-minibuffer)
6782         (tramp-rfn-eshadow-update-overlay): New defuns.  Hook into
6783         rfn-eshadow.el.
6785         * net/tramp-smb.el (tramp-smb-errors): Add error message for call
6786         timeout.
6788 2007-09-21  Glenn Morris  <rgm@gnu.org>
6790         * obsolete/sun-fns.el (emacs-quit-menu): Remove emacstool-related code.
6791         * term/sun-mouse.el (suspend-emacstool): Remove.
6792         * term/sun.el: Remove emacstool-related code.
6794         * emacs-lisp/bytecomp.el (byte-compile-warnings)
6795         (byte-compile-warnings-safe-p): Add `mapcar'.
6796         (byte-compile-warning-types): Add mapcar and make-local.
6797         (byte-compile-normal-call): Add option to suppress mapcar warning.
6798         (top-level): Use mapc rather than mapcar in eval-when-compile.
6800         * textmodes/tex-mode.el (tex-validate-region): Handle escaped parens.
6801         (tex-next-unmatched-eparen, tex-last-unended-eparen): New functions.
6802         (latex-forward-sexp-1, latex-backward-sexp-1): Doc fix.
6803         Handle escaped parens.
6804         (latex-forward-sexp): Doc fix.
6806         * eshell/esh-mode.el (eshell-output-filter-functions):
6807         Add eshell-postoutput-scroll-to-bottom.
6809         * loadup.el: Remove termdev.
6811         * progmodes/fortran.el (fortran-mode-abbrev-table, fortran-line-length):
6812         * progmodes/f90.el (f90-mode-abbrev-table): Use mapc rather than mapcar.
6814 2007-09-21  Markus Triska  <markus.triska@gmx.at>
6816         * emacs-lisp/bytecomp.el (byte-compile-normal-call): Warn when
6817         `mapcar' is called for effect.
6819 2007-09-21  Kevin Ryde  <user42@zip.com.au>
6821         * international/mule.el (sgml-html-meta-auto-coding-function):
6822         Bind `case-fold-search' to t.
6824 2007-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6826         * termdev.el: Remove.
6828         * frame.el (get-device-terminal): New function.  Moved from termdev.el.
6829         (frames-on-display-list): Use it.
6831         * bindings.el: Bind C-z to suspend-frame instead of suspend-emacs.
6833         * termdev.el (terminal-id): Ask terminal-live-p before giving up.
6835 2007-09-20  Richard Stallman  <rms@gnu.org>
6837         * newcomment.el (comment-add): If EXTRA, double `comment-add' value.
6839 2007-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6841         * add-log.el (add-log-current-defun): Fix thinko w.r.t derived-mode-p.
6843 2007-09-20  Glenn Morris  <rgm@gnu.org>
6845         * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
6846         motion functions, rather than hard-coding "\n\n".
6847         (tex-validate-region): Check for eobp, to speed up.
6848         (tex-next-unmatched-end): Doc fix.
6850 2007-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6852         * files.el (auto-mode-alist): Use archive-mode for .rar files.
6854         * international/mule.el (auto-coding-alist): Rar archives are binary.
6856         * arc-mode.el: Add basic support for Rar.
6857         (archive-find-type): Recognize Rar's signature.
6858         (archive-desummarize): New fun.
6859         (archive-summarize): Use it to restore the buffer's data in case
6860         someone wants to switch to some other major mode.
6861         (archive-resummarize): Use it as well.
6862         (archive-rar-summarize, archive-rar-extract): New functions.
6864         * filesets.el: Remove spurious * in docstrings.
6865         (filesets-running-xemacs): Remove.  Use (featurep 'xemacs) instead.
6866         (filesets-conditional-sort): Remove unused arg `simply-do-it'.
6867         (filesets-ingroup-collect): Remove unused arg `depth'.
6868         (filesets-update): Remove unused arg `version'.
6870         * finder.el (finder-compile-keywords): Fix up comment style.
6871         (finder-mouse-face-on-line): previous-line -> forward-line.
6873         * recentf.el: Remove spurious * in docstrings.
6874         (recentf-save-list): Fix up comment style.
6876         * progmodes/octave-mod.el: Remove spurious * in docstrings.
6877         (octave-mode-map): Move init into declaration and remove \t binding.
6878         (octave-mode-startup-message): Remove unused var.
6879         (octave-scan-blocks): Remove unused arg `from'.
6880         (octave-forward-block, octave-down-block, octave-up-block):
6881         Update callers.
6883         * progmodes/meta-mode.el (meta-mode-syntax-table): Move init into decl.
6884         (meta-mode-map): Likewise and remove \t binding.
6886         * net/snmp-mode.el: Remove spurious * in docstrings.
6887         (snmp-rfc1155-types, snmp-rfc1213-types, snmp-rfc1902-types)
6888         (snmp-rfc1903-types, snmp-rfc1155-access, snmp-rfc1902-access)
6889         (snmp-rfc1212-status, snmp-rfc1902-status): Remove list wrappers now
6890         that completion accepts lists of strings.
6891         (snmp-mode-syntax-table): Move initialization into declaration.
6892         (snmp-mode-map): Likewise and remove \t binding.
6893         (snmp-common-mode): Set tab-always-indent according to snmp-t-a-i.
6894         (snmp-indent-line, snmp-mode-imenu-create-index): Remove unused var.
6895         (snmp-indent-command): Remove.
6897         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Use the default TAB
6898         binding, so tab-always-indent works right.
6900 2007-09-19  Johannes Weiner  <hannes@saeurebad.de>
6902         * net/browse-url.el (browse-url-elinks-new-window): New function.
6903         (browse-url-elinks): Use browse-url-elinks-new-window.
6904         Accept optional second argument `new-window'.  Fix typo in doc-string.
6905         (browse-url-elinks-sentinel): Use browse-url-elinks-new-window.
6906         Improve error message.
6908 2007-09-19  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
6910         * net/browse-url.el (browse-url-url-encode-chars): Use the right
6911         parameter name in the function body.
6912         Reported by Johannes Weiner.
6914 2007-09-19  Glenn Morris  <rgm@gnu.org>
6916         * net/socks.el (socks-open-network-stream): Signal an explicit
6917         error if the port associated with a service string can't be found.
6919         * textmodes/tex-mode.el (tex-terminate-paragraph):
6920         Use backward-paragraph.
6922 2007-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6924         * server.el (server-running-p): New function.
6926 2007-09-18  Jason Rumney  <jasonr@gnu.org>
6928         * term/w32-win.el (w32-focus-frame): Make obsolete alias for
6929         x-focus-frame.
6931         * frame.el (select-frame-set-input-focus, select-frame-by-name):
6932         Use x-focus-frame for w32.
6934 2007-09-17  David Kastrup  <dak@gnu.org>
6936         * textmodes/tex-mode.el (tex-verbatim-environments):
6937         Eliminate CL dependency.
6939 2007-09-17  Richard Stallman  <rms@gnu.org>
6941         * newcomment.el (comment-add): New arg EXTRA.
6942         (comment-region-default): Pass EXTRA if not indenting lines.
6944 2007-09-17  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
6946         * net/browse-url.el (browse-url-url-encode-chars): New function.
6947         URL-encode some chars in a string.
6948         (browse-url-encode-url): Rewrite using the previous function.
6949         (browse-url-file-url): Use `browse-url-url-encode-chars'.
6950         (browse-url-elinks-sentinel): Fix typo.
6951         (browse-url-new-window-flag): Doc change.
6953 2007-09-17  Glenn Morris  <rgm@gnu.org>
6955         * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
6956         filename from `--file-line-error', if it is available.
6958 2007-09-17  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
6960         * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
6961         TeX `--file-line-error' format.
6963 2007-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
6965         * xt-mouse.el: Delete add-hook calls that were moved to
6966         xterm-mouse-mode.
6967         (xterm-mouse-mode): Disable resume-tty-functions, explain why it
6968         does not work.
6970 2007-09-17  Richard Stallman  <rms@gnu.org>
6972         * cus-face.el (custom-theme-set-faces): Undo previous change.
6974         * faces.el (face-spec-set): When FRAME nil, look up each frame in SPEC.
6976 2007-09-17  Glenn Morris  <rgm@gnu.org>
6978         * textmodes/tex-mode.el (tex-region): Simplify previous change,
6979         handling the case where the region is not in `tex-main-file'.
6980         (tex-region-1): Delete.
6981         (tex-region-header): New function, doing the header part of the
6982         old tex-region-1.
6984 2007-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6986         * simple.el (newline): Simplify use of prefix-numeric-value.
6987         (line-move-partial): Remove unused var `ppos'.
6988         (line-move-1): Replace 9999 with most-positive-fixnum.
6989         (move-end-of-line): Use more efficient single-property search.
6990         (move-beginning-of-line): Remove unused var `start'.
6991         (blink-matching-open): Restructure in a more functional style.
6993 2007-09-16  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
6995         * calendar/holidays.el (list-holidays): Remove the cyclic alias.
6997 2007-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6999         * server.el (server-clients): Only keep procs, no properties any more.
7000         (server-client): Remove.
7001         (server-client-get, server-client-set): Remove, replace all callers by
7002         process-get and process-put resp.
7003         (server-clients-with, server-add-client, server-delete-client)
7004         (server-create-tty-frame, server-create-window-system-frame)
7005         (server-process-filter, server-execute, server-visit-files)
7006         (server-buffer-done, server-kill-buffer-query-function)
7007         (server-kill-emacs-query-function, server-switch-buffer)
7008         (server-save-buffers-kill-terminal): Update accordingly.
7010         * server.el (server-with-environment): Simplify.
7011         (server-select-display, server-unselect-display): Re-add functions that
7012         seem to have been lost in the multi-tty merge.
7013         (server-eval-and-print, server-create-tty-frame)
7014         (server-create-window-system-frame, server-goto-toplevel)
7015         (server-execute, server-return-error): New functions extracted from
7016         server-process-filter.
7017         (server-execute-continuation): New functions.
7018         (server-process-filter): Restructure so that all arguments are analysed
7019         first and then acted upon in a subsequent stage.  This way
7020         server-goto-toplevel can be executed later, when we know if
7021         it's necessary.
7022         Remove the "-version" and "-version-good" support.
7024 2007-09-16  Drew Adams  <drew.adams@oracle.com>
7026         * cus-edit.el (custom-face-edit-activate): Doc fix.
7028 2007-09-16  Glenn Morris  <rgm@gnu.org>
7030         * calendar/cal-menu.el, calendar/calendar.el, calendar/diary-lib.el:
7031         Following cal-bahai renaming, update all instances of
7032         list-bahai-diary-entries to diary-bahai-list-entries,
7033         mark-bahai-diary-entries to diary-bahai-mark-entries,
7034         calendar-goto-bahai-date to calendar-bahai-goto-date,
7035         insert-bahai-diary-entry to diary-bahai-insert-entry,
7036         insert-monthly-bahai-diary-entry to diary-bahai-insert-monthly-entry,
7037         insert-yearly-bahai-diary-entry to diary-bahai-insert-yearly-entry, and
7038         calendar-print-bahai-date to calendar-bahai-print-date.
7040         * textmodes/tex-mode.el (tex-region): Handle the case where the
7041         region is not in `tex-main-file'.  Move the old code that applies
7042         to both cases...
7043         (tex-region-1): ...to this new function.
7045 2007-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7047         * vc.el (vc-process-sentinel): New function.
7048         (vc-exec-after): Use it instead of using ugly hackish analysis and
7049         construction of Elisp code.
7050         (vc-sentinel-movepoint): New dynamically scoped var.
7051         (vc-print-log, vc-annotate): Set it to move the user's point.
7053         * vc-cvs.el (vc-cvs-annotate-time): Use inhibit-read-only and
7054         inhibit-modification-hooks.
7056         * calendar/cal-bahai.el (mark-bahai-diary-entries): Fix up typo.
7057         (calendar-bahai-print-date, calendar-bahai-goto-date)
7058         (diary-bahai-list-entries, diary-bahai-insert-entry):
7059         New names to clean up the namespace a bit more.
7060         (calendar-goto-bahai-date, calendar-print-bahai-date): Compat aliases.
7062 2007-09-15  Glenn Morris  <rgm@gnu.org>
7064         * calendar/holidays.el (holiday-list): Rename it back to
7065         `list-holidays', but leave `holiday-list' as an alias.
7067         * textmodes/bibtex-style.el (bibtex-style-indent-basic): Specify a
7068         custom group.
7070         * textmodes/css-mode.el (css): New custom group.
7071         (css-electrick-keys, css-selector, css-property)
7072         (css-indent-offset): Specify custom group.
7074 2007-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7076         * pcvs.el (cvs-tags-list, cvs-retrieve-revision, cvs-find-modif)
7077         (cvs-execute-single-file): Use process-file.
7078         (cvs-run-process): Use start-file-process.
7080 2007-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
7082         * xt-mouse.el (xterm-mouse-mode): Add hooks here not at the top
7083         level.  Remove the hooks when turning off the mode.
7085         * term/xterm.el: Require xt-mouse at compile time.
7086         (terminal-init-xterm): Turn on xterm mouse tracking for this
7087         terminal if xterm-mouse-mode is enabled.
7089 2007-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
7091         * term/xterm.el (xterm-function-map): Replace bindings that were
7092         deleted by the merge.
7094 2007-09-14  Ulf Jasper  <ulf.jasper@web.de>
7096         * play/bubbles.el (bubbles-version): Bump value to "0.5".
7097         (bubbles-mode-map): Move define-key statements here.
7098         (bubbles-game-theme-menu): Ditto.
7099         (bubbles-graphics-theme-menu): Ditto.
7100         (bubbles-menu): Ditto.
7101         (bubbles-mode): Initialize buffer-undo-list, redisplay.
7102         (bubbles--initialize): Reset buffer-undo-list, redisplay.
7103         (bubbles-plop): Set buffer-undo-list, redisplay.
7104         (bubbles-undo): Reset buffer-undo-list, redisplay.
7105         (bubbles--show-images): Take care of missing text properties.
7107 2007-09-14  Glenn Morris  <rgm@gnu.org>
7109         * startup.el (fancy-startup-text, fancy-about-text): Fix face
7110         quoting.
7112         * calendar/cal-hebrew.el, calendar/cal-menu.el
7113         * calendar/calendar.el, calendar/diary-lib.el
7114         * calendar/holidays.el: Rename all instances of
7115         list-calendar-holidays callers to calendar-list-holidays,
7116         list-holidays to holiday-list, check-calendar-holidays to
7117         calendar-check-holidays, mark-calendar-holidays to
7118         calendar-mark-holidays, and filter-visible-calendar-holidays to
7119         holiday-filter-visible-calendar.
7121 2007-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
7123         * term/xterm.el (xterm-function-map): Add C-M- bindings.
7125 2007-09-13  Sascha Wilde  <wilde@sha-bang.de>  (tiny change)
7127         * play/bubbles.el (bubbles--initialize-images): Fix bug:
7128         Use transparent background for empty cells in graphics mode.
7130 2007-09-13  Jari Aalto  <jari.aalto@cante.net>
7132         * man.el (Man-default-man-entry): At end of line, continue looking
7133         to the next line for possible end of hyphenated command.
7135 2007-09-13  Chris Moore  <dooglus@gmail.com>
7137         * shell.el (shell-resync-dirs): Don't move the cursor relative to
7138         the command being edited.
7140 2007-09-12  Jim Meyering  <jim@meyering.net>  (tiny change)
7142         * emacs-lisp/copyright.el (copyright-names-regexp): Doc fix: typo.
7144 2007-09-12  Dan Nicolaescu  <dann@ics.uci.edu>
7146         * term/xterm.el (xterm-function-map): Add bindings for M-S- and
7147         C-M-S- keys.
7149         * term/rxvt.el (rxvt-function-map): Initialize in the declaration.
7151 2007-09-12  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
7153         * net/browse-url.el (browse-url-encode-url): Fix an infinite loop.
7154         New argument `filename-p' to use one set of confusing chars or another.
7155         (browse-url-file-url): Use the argument.
7156         Suggested by Johannes Weiner.
7158 2007-09-12  Romain Francoise  <romain@orebokech.com>
7160         * cus-start.el (all): Revert 2007-09-08 change.
7162 2007-09-12  Aaron Hawley  <aaronh@garden.org>
7164         * jka-cmpr-hook.el (jka-compr-compression-info-list): Use gzip to
7165         extract .Z files, since it is more common than uncompress.
7167 2007-09-12  Glenn Morris  <rgm@gnu.org>
7169         * textmodes/org-publish.el (org-publish-org-to-html): Remove
7170         duplicate function definition.
7172 2007-09-10  Chris Moore  <dooglus@gmail.com>
7174         * diff-mode.el (diff-sanity-check-hunk):
7175         Also accept single-line hunks.
7177 2007-09-10  Chong Yidong  <cyd@stupidchicken.com>
7179         * startup.el (startup-screen-inhibit-startup-screen)
7180         (pure-space-overflow-message): New vars.
7181         (fancy-splash-insert): Allow functions for face and link specs.
7182         (fancy-splash-head): Remove unused arg.  Move splash text...
7183         (fancy-startup-text, fancy-about-text): ...here.
7184         (fancy-startup-tail): Rename from fancy-splash-tail.
7185         (fancy-startup-screen, fancy-about-screen): Split off from
7186         fancy-splash-screens.
7187         (display-startup-screen): New function.
7188         (display-about-screen): Rename from display-splash-screen.
7189         (command-line-1): Use concise startup screen if necessary.
7191 2007-09-10  Thien-Thi Nguyen  <ttn@gnuvola.org>
7193         * net/browse-url.el (browse-url-encode-url): Use copy-sequence.
7194         Reported by Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>.
7196 2007-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7198         * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
7199         (python-font-lock-keywords): Update to the 2.5 version of the language.
7200         (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
7201         (python-backspace): Only behave funny in code.
7202         (python-compilation-regexp-alist): Add PDB stack trace regexp.
7203         (inferior-python-mode): Add PDB prompt regexp.
7204         (python-fill-paragraph): Refine the fenced-string regexp.
7205         (python-find-imports): Handle imports spanning several lines.
7206         (python-mode): Add `class' to hideshow support.
7208 2007-09-10  Dave Love  <fx@gnu.org>
7210         * outline.el (outline-4, outline-5, outline-7):
7211         Move font-lock-builtin-face down from 4 to 7 to better keep the
7212         progression of color brightness, and to better match Org-mode's faces.
7214 2007-09-10  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
7216         * progmodes/meta-mode.el (meta-font-lock-keywords)
7217         (font-lock-match-meta-declaration-item-and-skip-to-next)
7218         (meta-comment-indent, meta-indent-previous-line)
7219         (meta-indent-unfinished-line, meta-beginning-of-defun)
7220         (meta-end-of-defun, meta-common-initialization): Handle \f.
7221         (meta-indent-unfinished-line): Do not handle a `%' in a string as
7222         a comment-start.
7224         * files.el (file-modes-char-to-who, file-modes-char-to-right)
7225         (file-modes-rights-to-number): Auxiliary functions for symbolic to
7226         numeric notation of file modes.
7227         (file-modes-symbolic-to-number): New.  Convert symbolic modes to its
7228         numeric value.
7229         (read-file-modes): New.  Read either an octal value of a file mode or a
7230         symbolic value, and return its numeric value.
7232         * dired-aux.el (dired-do-chmod): Change to use the built-in
7233         `set-file-modes' and the previous symbolic mode parsing functions.
7235 2007-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7237         * textmodes/texinfo.el: Remove spurious * in docstrings.
7238         (texinfo-mode-syntax-table, texinfo-mode-map):
7239         Initialize in the declaration.
7241         * tmm.el: Remove spurious * in docstrings.
7242         (tmm-prompt): Use with-current-buffer.
7244         * vcursor.el: Remove spurious * in docstrings.
7245         (vcursor-map): Initialize in the declaration.
7246         (vcursor-use-vcursor-map): Use define-minor-mode.
7247         (vcursor-toggle-vcursor-map): Keep as an obsolete alias.
7249         * wid-browse.el (widget-browse-mode-map, widget-minor-mode-map):
7250         Initialize in the declaration.
7251         (widget-minor-mode): Use define-minor-mode.
7253         * woman.el (woman-mode-map, woman-syntax-table):
7254         Initialize in the declaration.
7256 2007-09-09  Tassilo Horn  <tassilo@member.fsf.org>
7258         * doc-view.el: New file.
7260 2007-09-09  Juri Linkov  <juri@jurta.org>
7262         * Makefile.in (update-authors): Add etc/ to AUTHORS.
7264         * makefile.w32-in (update-authors): Add etc/ to AUTHORS.
7266         * startup.el (initial-buffer-choice): Rename choice "Splash screen"
7267         to "Startup screen".  Fix docstring.
7268         (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
7269         (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
7270         (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
7271         (initial-scratch-message): Fix docstring.
7272         (fancy-startup-text): Move link to Emacs Manual below Emacs Guided
7273         Tour (which is a kind of tutorial and will be next to Emacs Tutorial).
7274         Add link to "Customize Startup" and set interval between links to
7275         5 spaces.
7276         (fancy-about-text): Add links "Authors" and "Contributing".
7277         (fancy-splash-head): Add text "Welcome to " on the startup screen,
7278         and "This is " on the about screen.  Add link to
7279         "http://www.gnu.org/software/emacs/" for "GNU Emacs".
7280         For the about screen move emacs version to the header from
7281         `fancy-splash-tail' (as it's done already for normal about screen).
7282         (fancy-splash-tail): Insert emacs version only for startup screen.
7283         (normal-splash-screen): Remove duplicate empty lines.
7284         (normal-about-screen): Add links "Authors" and "Contributing".
7286         * menu-bar.el (menu-bar-help-menu):
7287         Move "About Emacs" and "About GNU" to the end of the Help menu.
7288         Move "Emacs Psychotherapist" after "Send Bug Report...".
7289         Move "External Packages" after "Find Emacs Packages".
7291 2007-09-09  Michael Albinus  <michael.albinus@gmx.de>
7293         * net/tramp.el (top): Remove declarations of `tramp-gw-*' symbols,
7294         they are useless with the byte compiler.
7295         (tramp-make-temp-file, tramp-make-tramp-temp-file): Move up.
7296         (tramp-do-copy-or-rename-file-directly): Rearrange let-bindings.
7297         (tramp-compute-multi-hops): Mask `tramp-gw-*' symbols.
7298         (tramp-file-name-real-host, tramp-file-name-port)
7299         (tramp-find-method, tramp-find-user, tramp-find-host): Make them
7300         defuns.
7302         * net/tramp-cache.el (top): Improve error message when
7303         `tramp-persistency-file-name' is corrupted.
7305 2007-09-09  Carsten Dominik  <dominik@science.uva.nl>
7307         * textmodes/org.el (org-re): Also replace the :alpha: class.
7308         (org-todo-tag-alist): Variable removed.
7309         (org-todo-key-alist, org-todo-key-trigger): New variables.
7310         (org-use-fast-todo-selection): New option.
7311         (org-log-done): Docstring fixed.
7312         (org-deadline-warning-days): New default value 14.
7313         (org-edit-timestamp-down-means-later): New option.
7314         (org-tag-alist): Docstring fixed.
7315         (org-fast-tag-selection-include-todo): New option.
7316         (org-export-language-setup): New languages added.
7317         (org-set-regexps-and-options): Compute the new variables.
7318         (org-paste-subtree): Cleaning up.
7319         (org-remember-apply-template): New escape %A.
7320         (org-todo): Call fast TODO selection.
7321         (org-fast-todo-selection): New function.
7322         (org-add-log-note): Allow prefix for abort exit.
7323         (org-at-property-p, org-entry-properties)
7324         (org-columns-get-autowidth-alist): Use :alpha: class.
7325         (org-get-wdays): New function.
7326         (org-agenda-remove-date): New variable.
7327         (org-agenda-get-deadlines): Use `org-get-wdays'.
7328         (org-agenda-get-deadlines): Reverse ee before returning.
7329         (org-format-agenda-item): New argument REMOVE-RE.
7330         (org-agenda-convert-date): Baha'i calendar added.
7331         (org-infile-export-plist): Also find DATE line.
7332         (org-get-min-level): New function.
7333         (org-export-as-html, org-export-as-ascii): Use the date format.
7334         (org-shiftup, org-shiftdown): Use.
7335         `org-edit-timestamp-down-means-later'.
7336         (org-assign-fast-keys): New function.
7338 2007-09-08  Fredrik Axelsson  <f.axelsson@gmail.com>
7340         * cus-start.el (all): Add prefer-window-split-horizontally from
7341         window.c.
7343 2007-09-08  Eli Zaretskii  <eliz@gnu.org>
7345         * net/browse-url.el (browse-url-galeon): Fix last change.
7346         (top-level): Require cl when compiling.
7348 2007-09-08  Carsten Dominik  <dominik@science.uva.nl>
7350         * textmodes/org-export-latex.el: arch-tag restored.
7352         * textmodes/org-publish.el: arch-tag restored.
7354 2007-09-08  Masatake YAMATO  <jet@gyve.org>
7356         * progmodes/which-func.el (which-func-modes): Add diff-mode.
7358         * progmodes/cc-langs.el: Support new keywords added to
7359         objective-c frontend of gcc.
7360         (c-simple-stmt-kwds): Add @throw.
7361         (c-block-stmt-2-kwds): Add @synchronized.
7362         (c-block-stmt-1-kwds): Add @finally and @try.
7364 2007-09-07  Carsten Dominik  <dominik@science.uva.nl>
7366         * textmodes/org.el (org-edit-timestamp-down-means-later): New option.
7367         (org-agenda-after-show-hook): New variable.
7368         (org-columns-compile-format)
7369         (org-columns-get-autowidth-alist, org-buffer-property-keys)
7370         (org-entry-properties, org-at-property-p): Allow [:alnum:] in
7371         property names.
7372         (org-get-wdays): New function.
7374 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7376         * simple.el (normal-erase-is-backspace-setup-frame): Massage.
7378         * term/xterm.el (xterm-function-map): Initialize in the declaration.
7380         * vc-arch.el (vc-arch-checkin): Fix typo.
7382 2007-09-07  Johan Bockg\e,Ae\e(Brd  <bojohan@gnu.org>
7384         * cus-face.el (custom-theme-set-faces): Set face attributes
7385         locally for each frame.
7387 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7389         * progmodes/fortran.el (fortran-mode): Set font-lock-syntactic-keywords
7390         via font-lock-defaults.
7392         * emacs-lisp/bytecomp.el (byte-compile-log-file): Check major-mode via
7393         derived-mode-p.
7395 2007-09-07  Thien-Thi Nguyen  <ttn@gnuvola.org>
7397         * progmodes/autoconf.el (autoconf-definition-regexp):
7398         Handle optional square brackets around definition name.
7400 2007-09-07  Johannes Weiner  <hannes@saeurebad.de>
7402         * net/browse-url.el (browse-url-browser-function): Add elinks.
7403         (browse-url-elinks-wrapper): New option.
7404         (browse-url-encode-url, browse-url-elinks)
7405         (browse-url-elinks-sentinel): New functions.
7406         (browse-url-file-url, browse-url-netscape, browse-url-mozilla)
7407         (browse-url-firefox, browse-url-galeon, browse-url-epiphany):
7408         Use new function browse-url-encode-url.
7410 2007-09-07  Glenn Morris  <rgm@gnu.org>
7412         * version.el (emacs-version): Revert 2007-08-29 change: no need to
7413         say if multi-tty is present.
7415 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7417         * cus-start.el (split-window-preferred-function): Add custom info.
7419         * calendar/holidays.el (holiday-list, calendar-check-holidays)
7420         (calendar-mark-holidays, calendar-list-holidays)
7421         (holiday-filter-visible-calendar): New names to clean up namespace.
7422         (filter-visible-calendar-holidays, list-calendar-holidays)
7423         (mark-calendar-holidays, check-calendar-holidays, list-holidays):
7424         Add compatibility aliases.
7425         (calendar-check-holidays, calendar-mark-holidays)
7426         (calendar-holiday-list, holiday-filter-visible-calendar): Use dolist.
7427         (holiday-sexp): Replace append with list.
7428         (holiday-filter-visible-calendar): Replace append with push.
7430         * woman.el: Remove spurious * in docstrings.
7431         (woman-mini-help, woman-non-underline-faces, woman0-rename)
7432         (woman-topic-all-completions-merge, woman-file-name-all-completions)
7433         (woman-select-symbol-fonts, woman-expand-directory-path): Use dolist.
7434         (woman-write-directory-cache, woman-display-extended-fonts)
7435         (WoMan-log-begin, WoMan-log-1): Use with-current-buffer.
7436         (woman-really-find-file): Use pop-to-buffer if switch-to-buffer fails.
7437         (woman-mode): Use inhibit-read-only.
7438         (woman-negative-vertical-space): Use dotimes.
7439         (woman2-tagged-paragraph, woman-tab-to-tab-stop): Use insert-char.
7441 2007-09-06  Romain Francoise  <romain@orebokech.com>
7443         * vc-bzr.el (vc-bzr-admin-lastrev): New defconst.
7444         (vc-bzr-workfile-version): Use it.
7446 2007-09-06  Sean O'Rourke  <sorourke@cs.ucsd.edu>
7448         * complete.el (PC-do-completion): Don't try to treat
7449         empty string as an abbreviation.
7451 2007-09-06  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
7453         * help-fns.el (describe-variable): Keep doc's text properties.
7455 2007-09-06  Dan Nicolaescu  <dann@ics.uci.edu>
7457         * vc.el (vc-default-diff-tree): Pass a list to the diff vc command
7458         instead of a file.
7460 2007-09-06  Glenn Morris  <rgm@gnu.org>
7462         * emacs-lisp/checkdoc.el (checkdoc-minor-mode-string): New.
7463         (checkdoc-minor-mode): Allow user to specify lighter via
7464         checkdoc-minor-mode-string.
7466 2007-09-05  Richard Stallman  <rms@gnu.org>
7468         * startup.el (fancy-startup-text): Rename from fancy-splash-text.
7469         Several items removed, simplified, or put on one line.
7470         (fancy-about-text): Add substantial contents, part of startup text.
7471         (fancy-splash-head): Make "GNU" or "GNU/Linux" a link.
7472         (normal-splash-screen): Call normal-mouse-startup-screen,
7473         normal-no-mouse-startup-screen, or normal-about-screen.
7474         (normal-mouse-startup-screen): New fn, broken out, shortened.
7475         (normal-no-mouse-startup-screen): New fn, broken out.
7476         (normal-about-screen): New function, contents all new.
7478 2007-09-05  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
7480         * emacs-lisp/rx.el (rx): Fix typo in docstring.
7482 2007-09-05  Glenn Morris  <rgm@gnu.org>
7484         * cus-edit.el (custom-buffer-create-internal): Check tool-bar-mode
7485         is bound.
7487 2007-09-05  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
7489         * emacs-lisp/advice.el (ad-make-advised-docstring): Highlight note
7490         in doc string.
7492 2007-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
7494         * server.el (server-start, server-unload-hook): Undo previous change.
7496         * xt-mouse.el: Undo previous change.
7498 2007-09-04  Juri Linkov  <juri@jurta.org>
7500         * startup.el (fancy-about-text): New variable.
7501         (fancy-splash-delay, fancy-splash-max-time): Remove user options.
7502         (fancy-current-text, fancy-splash-stop-time)
7503         (fancy-splash-outer-buffer): Remove variables.
7504         (fancy-splash-head, fancy-splash-tail): Add new optional argument
7505         `startup' and use it to conditionally display different texts for
7506         Startup and About screens.  Don't display Help commands on the About
7507         screen.
7508         (fancy-splash-screens-1): Remove function and move its content to
7509         `fancy-splash-screens' to the part that dislpays the About screen.
7510         (exit-splash-screen): Don't treat specially exiting from
7511         alternating screens.
7512         (fancy-splash-screens): Rename argument `static' to `startup'.
7513         Fix docstring.  Remove code for displaying alternating screens.
7514         Use arg `startup' in calls to `fancy-splash-head', `fancy-splash-tail'.
7515         Remove let-bind for `fancy-splash-outer-buffer' and add let-bind
7516         for `inhibit-read-only'.
7517         (normal-splash-screen): Rename argument `static' to `startup'.
7518         Fix docstring.  Use argument `startup' to conditionally display
7519         different texts for Startup and About screens.  Don't display Help
7520         commands on the About screen.  Remove `unwind-protect' `sit-for'
7521         delay and `kill-buffer' after it.
7522         (display-startup-echo-area-message): Remove call to
7523         `use-fancy-splash-screens-p' because image.el is preloaded and
7524         doesn't display "Loading image... done".
7525         (display-splash-screen): Rename argument `static' to `startup'.
7526         Fix docstring.
7528 2007-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
7530         * server.el (server-start, server-unload-hook):
7531         suspend-tty-functions has been renamed to suspend-tty-hook.
7533         * xt-mouse.el: Likewise.  resume-tty-functions has been renamed to
7534         resume-tty-hook.
7536 2007-09-03  Emanuele Giaquinta  <e.giaquinta@glauco.it>  (tiny change)
7538         * loadup.el: Fix merge problem, only load "button" once.
7540 2007-09-03  Glenn Morris  <rgm@gnu.org>
7542         * vc-svn.el (vc-svn-print-log): If there is only one file, use
7543         "Working file:" as the prefix, for the sake of
7544         log-view-current-file.
7546 2007-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
7548         * term/xterm.el (xterm-modify-other-keys-terminal-list): New variable.
7549         (xterm-turn-on-modify-other-keys): Only turn on modify-other-keys
7550         if the selected frames is in
7551         xterm-modify-other-keys-terminal-list.
7552         (xterm-turn-off-modify-other-keys): Add an optional frame
7553         parameter.  Only turn off modify-other-keys if FRAME is in
7554         xterm-modify-other-keys-terminal-list.
7555         (xterm-remove-modify-other-keys): New function.
7556         (terminal-init-xterm): Use it.  Deal with delete-frame hook.
7557         Add the selected frame to xterm-modify-other-keys-terminal-list.
7559 2007-09-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7561         * term/x-win.el (x-gtk-stock-map): Map diropen to system-file-manager.
7562         (icon-map-list): New variable.
7563         (x-gtk-map-stock): Use icon-map-list.
7565 2007-09-02  Romain Francoise  <romain@orebokech.com>
7567         * log-view.el (log-view-current-file): Balance parens.
7569 2007-09-02  Glenn Morris  <rgm@gnu.org>
7571         * comint.el (comint-mode): Don't set scroll-conservatively.
7573         * eshell/em-unix.el (eshell/time): Stringify and flatten the
7574         non-command arguments.
7576         * log-view.el (log-view-current-file): Give a more explicit error
7577         if log-view-file-re fails to find a match.
7579 2007-09-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
7581         * emacs-lisp/bytecomp.el (byte-recompile-directory):
7582         Fix bug: Don't expand top-level file name more than once.
7583         Reported by Dmitry Antipov <dmantipov@yandex.ru>.
7585 2007-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7587         * server.el (server-process-filter): Don't display the splash screen.
7588         It's annoying enough on the initial screen and becomes positively
7589         obnoxious here.
7591 2007-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
7593         * emacs-lisp/avl-tree.el: Use defstruct rather than macros.
7594         Change naming to use "avl-tree--" for internal functions.
7596 2007-08-31  Dan Nicolaescu  <dann@ics.uci.edu>
7598         * term/x-win.el (x-menu-bar-open): Delete duplicated function from
7599         the merge.
7600         (global-set-key): Delete f10 mapping, now done in menu-bar.el.
7601         (provide): Move to the end of file.
7603         * vc-svn.el (vc-svn-diff-tree): Pass a list to vc-svn-diff.
7605 2007-08-31  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
7607         * textmodes/flyspell.el (flyspell-mark-duplications-exceptions):
7608         New variable.  List of exceptions for the duplicated word rule.
7609         (flyspell-mark-duplications-flag): Mention it.
7610         (flyspell-word): Treat it.
7612         * files.el (create-file-buffer): If the filename sans directory starts
7613         with spaces, remove them.
7615 2007-08-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7617         * term/x-win.el (x-gtk-stock-map): Add etc/images to keys.
7618         (x-gtk-map-stock): Use two directory elements when matching
7619         file name.
7621 2007-08-31  James Wright  <james@chumsley.org>
7623         * eshell/em-unix.el (eshell/info): New function.
7625 2007-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
7627         * frame.el (frame-initialize, make-frame):
7628         * server.el (server-process-filter):
7629         * faces.el (tty-set-up-initial-frame-faces): Don't set
7630         term-environment-variable since it's not used any more.
7632         * env.el (setenv): Don't treat $TERM specially.
7634         * startup.el (normal-top-level): Set $TERM to `dumb' so that unless
7635         stated otherwise, subprocesses do not send back escape sequences
7636         corresponding to the terminal from which Emacs was started.
7638 2007-08-31  Thien-Thi Nguyen  <ttn@gnuvola.org>
7640         * calculator.el: Require cl for compilation.
7642 2007-08-30  Daniel Pfeiffer  <occitan@esperanto.org>
7644         * outline.el (outline-font-lock-levels): Comment out unused var.
7645         (outline-font-lock-face): Wrap around face list to handle any
7646         nesting depth gracefully.
7648 2007-08-30  Michael Albinus  <michael.albinus@gmx.de>
7650         * net/ange-ftp.el: Add ange-ftp property to `set-file-modes' and
7651         `set-file-times'.
7653 2007-08-30  Carsten Dominik  <dominik@science.uva.nl>
7655         * textmodes/org.el (org-export-visible): Fix drawers before export.
7656         (org-do-sort): Allow sorting by priority.
7657         (org-agenda-files): Ignore non-existing files.
7658         (org-agenda-skip-unavailable-files): New variable.
7659         (org-ellipsis): All a face as value.
7660         (org-mode): Interprete the face value of `org-ellipsis'.
7661         (org-archive-save-context-info): New option.
7662         (org-archive-subtree): Store context info in archived entry.
7663         (org-fast-tag-selection-can-set-todo-state): New variable.
7664         (org-fast-tag-selection): Allow setting TODO states through this
7665         interface.
7666         (org-cycle): Docstring updated.
7667         (org-todo-keyword-faces): New option.
7668         (org-get-todo-face): New function.
7669         (org-set-font-lock-defaults, org-agenda-highlight-todo):
7670         Use `org-get-todo-face'.
7671         (org-switch-to-buffer-other-window): New function.
7672         (org-table-edit-field, org-table-show-reference)
7673         (org-table-edit-formulas, org-add-log-note)
7674         (org-fast-tag-selection, org-agenda, org-prepare-agenda)
7675         (org-timeline): Use `org-switch-to-buffer-other-window' instead of
7676         `switch-to-buffer-other-window' to make sure that the temporary
7677         windows show up on the current frame.
7678         (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
7679         (org-get-entries-from-diary, org-replace-region-by-html):
7680         Don't allow pop-up frames.
7681         (org-agenda-get-deadlines, org-agenda-get-scheduled):
7682         Fix problems with time-of-day.
7683         (org-export-get-title-from-subtree): New function.
7684         (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
7685         with listing items that are DONE.
7686         (org-change-tag-in-region): New command.
7687         (org-agenda-skip-scheduled-if-done)
7688         (org-agenda-skip-deadline-if-done): Docstring clarified.
7689         (org-mode): Hide drawers on startup.
7690         (org-get-todo-face): New function.
7691         (org-todo-keyword-faces): New option.
7692         (org-set-regexps-and-options): Use `org-remove-keyword-keys'.
7693         (org-remove-keyword-keys): New function.
7695 2007-08-30  Jari Aalto  <jari.aalto@cante.net>  (tiny change)
7697         * progmodes/grep.el (grep-find-ignored-directories):
7698         Add monotone _MTN bookkeeping directory in workspaces.
7699         Add RCS control directory.  List items in alphabetical order.
7701         * progmodes/grep.el (grep-files-aliases): Add cc alias.
7702         Sort items in alphabetical order.  Fix parens.
7704 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
7706         * vc-hg.el (vc-hg-extra-menu-map): New variable.
7707         (vc-hg-extra-menu, vc-hg-outgoing, vc-hg-incoming, vc-hg-push)
7708         (vc-hg-pull): New functions.
7709         (vc-hg-outgoing-mode, vc-hg-incoming-mode): New derived modes.
7711         * term/mac-win.el: Don't require url, only autoloaded url
7712         functions are used in this file.
7714 2007-08-29  Andreas Schwab  <schwab@suse.de>
7716         * shell.el (shell): Return correct value from interactive spec.
7718 2007-08-29  Glenn Morris  <rgm@gnu.org>
7720         * version.el (emacs-version): Increase to 23.0.50.
7722 2007-08-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7724         * term/x-win.el (x-gtk-stock-map): :version changed to 23.1.
7726 2007-08-29  Juri Linkov  <juri@jurta.org>
7728         * loadup.el: Add "button" loading after "faces" and move "startup"
7729         to load after "button".
7731 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
7733         * loadup.el: Load term/mac-win on a Mac using Carbon.
7735         * term/mac-win.el: Provide mac-win.
7736         (mac-initialized): New variable.
7737         (mac-initialize-window-system): New function.  Move global setup here.
7738         (handle-args-function-alist, frame-creation-function-alist):
7739         (window-system-initialization-alist): Add mac entries.
7740         (x-setup-function-keys): New function containing all the
7741         top level function key definitions.
7743         * term/x-win.el (x-menu-bar-open): Use accelerate-menu.
7745         * env.el (read-envvar-name): Don't consider the environment frame param.
7747         * env.el (setenv):
7748         * frame.el (frame-initialize, make-frame):
7749         * faces.el (tty-set-up-initial-frame-faces):
7750         * server.el (server-process-filter): Set
7751         display-environment-variable and term-environment-variable.
7753         * server.el (server-process-filter): Set COLORFGBG and COLORTERM.
7755 2007-08-29  Jason Rumney  <jasonr@gnu.org>
7757         * loadup.el: Only load term/x-win when X is compiled in.
7758         Load term/w32-win and dependencies on windows-nt.
7760         * term/w32-win.el: Reorder to match x-win.el more closely.
7761         Provide w32-win.  Don't throw error when global window-system not w32.
7762         (internal-face-interactive): Remove obsolete function.
7763         (x-setup-function-keys): Use local-function-key-map.
7764         (w32-initialized): New variable.
7765         (w32-initialize-window-system): Set it.
7766         Move more global setup here.
7767         (x-setup-function-keys): New function.
7768         (w32-initialize-window-system): Move non function key global setup here.
7769         (x-cut-buffer-max): Remove.
7770         (w32-initialize-window-system): New function.
7771         (handle-args-function-alist, frame-creation-function-alist):
7772         (window-system-initialization-alist): Add w32 entries.
7774 2007-08-29  David Kastrup  <dak@gnu.org>
7776         * env.el (getenv): Pass frame to getenv-internal.
7778 2007-08-29  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
7780         * version.el (emacs-version): Show if multi-tty is present.
7782         * loadup.el: Delay loading env; mule-conf gets confused by cl
7783         during bootstrap.  Also load termdev and term/x-win.
7785         * bindings.el (mode-line-client): New variable.
7786         (help-echo): Add it to the default mode-line format.
7788         * cus-start.el: Remove bogus window-system reference from GTK test.
7790         * progmodes/ebrowse.el (ebrowse-electric-list-mode-map)
7791         (ebrowse-electric-position-mode-map):
7792         * ebuff-menu.el (electric-buffer-menu-mode-map):
7793         * echistory.el (electric-history-map): Bind C-z to `suspend-frame',
7794         not `suspend-emacs'.
7796         * ediff-wind.el (ediff-setup-windows-automatic): New function.
7797         (ediff-window-setup-function): Use it as default.
7799         * files.el (save-buffers-kill-terminal): New function.
7800         (ctl-x-map): Change binding of C-x C-c to save-buffers-kill-terminal.
7802         * font-lock.el (lisp-font-lock-keywords-2): Add `let-environment'
7803         and `with-selected-frame'.
7805         * help-fns.el (describe-variable): Describe frame-local variables
7806         correctly.
7808         * simple.el (normal-erase-is-backspace-mode): Rewrite for multiple
7809         display support.
7810         (normal-erase-is-backspace-setup-frame): New function.
7812         * subr.el (with-selected-frame): New function.
7813         (read-quoted-char): Use terminal-local binding of
7814         local-function-key-map instead of function-key-map.
7816         * talk.el (talk): New function.
7817         (talk-handle-delete-frame): New function.
7818         (talk-add-display): Open a new frame only if FRAME was not a frame.
7820         * termdev.el: New file.
7822         * menu-bar.el (menu-bar-open): New function.  Bind it to f10.
7823         * term/x-win.el: Don't bind f10.
7824         * tmm.el: Remove autoload binding for f10.
7826         * international/encoded-kb.el (encoded-kbd-setup-display): Use
7827         `set-input-meta-mode'.  Fix broken condition before set-input-mode.
7828         Store the saved input method as a terminal parameter.  Add keymap
7829         parameter.  Use it instead of changing key-translation-map directly.
7830         (saved-key-translation-map, encoded-kbd-mode, saved-input-mode):
7831         Remove.
7832         (encoded-kbd-setup-display): New function.
7834         * international/mule-cmds.el (set-locale-environment): Fix getenv
7835         call.  Use save-buffers-kill-terminal.  Ignore window-system; always
7836         set the keyboard coding system.  Add DISPLAY parameter.
7837         (set-display-table-and-terminal-coding-system): Add DISPLAY
7838         parameter.  Pass it to set-terminal-coding-system.
7840         * international/mule.el (keyboard-coding-system): Test for
7841         encoded-kbd-setup-display, not encoded-kbd-mode.
7842         (set-terminal-coding-system, set-keyboard-coding-system): Add
7843         DISPLAY parameter.
7844         (set-keyboard-coding-system): Use encoded-kbd-setup-display.
7846         * term/README: Update.
7848         * term/linux.el (terminal-init-linux): Use `set-input-meta-mode'.
7850         * term/x-win.el (x-setup-function-keys): New function.  Move
7851         function-key-map tweaks here.  Protect against multiple calls on
7852         the same terminal.  Use terminal-local binding of
7853         local-function-key-map instead of function-key-map.
7854         (x-initialize-window-system): Make a copy of pure list.  Pass a
7855         frame getenv.
7857         * term/vt200.el, term/vt201.el, term/vt220.el, term/vt240.el:
7858         * term/vt300.el, term/vt320.el, term/vt400.el, term/vt420.el:
7859         * term/AT386.el, term/internal.el, term/iris-ansi.el, term/lk201.el:
7860         * term/mac-win.el, term/news.el, term/rxvt.el, term/sun.el:
7861         * term/tvi970.el, term/wyse50.el: Use terminal-local binding of
7862         local-function-key-map instead of function-key-map.
7864         * term/rxvt.el, term/xterm.el: Speed up load time by protecting
7865         `substitute-key-definition' and `define-key' calls against
7866         multiple execution.  Use terminal-local binding of
7867         local-function-key-map instead of function-key-map.  Pass a frame
7868         to getenv.
7870         * edmacro.el (edmacro-format-keys):
7871         * emulation/cua-base.el (cua--pre-command-handler):
7872         * isearch.el (isearch-other-meta-char):
7873         * xt-mouse.el: Use terminal-local binding of
7874         local-function-key-map instead of function-key-map.
7876         * fringe.el (set-fringe-mode): Simplify and fix using
7877         `modify-all-frames-parameters'.
7878         * scroll-bar.el (set-scroll-bar-mode): Ditto.
7879         * tool-bar.el (tool-bar-mode): Ditto.  Remove 'tool-bar-map length
7880         check before calling `tool-bar-setup'.
7881         (tool-bar-setup): New variable.
7882         (tool-bar-setup): Use it to guard against multiple calls.  Add
7883         optional frame parameter, and select that frame before adding items.
7884         (toggle-tool-bar-mode-from-frame): New function.
7886         * menu-bar.el (toggle-menu-bar-mode-from-frame): New function.
7887         (menu-bar-showhide-menu): Use toggle-menu-bar-mode-from-frame and
7888         toggle-tool-bar-mode-from-frame to change "Menu-bar" and
7889         "Tool-bar" toggles to reflect the state of the current frame.
7890         (menu-bar-mode): Simplify and fix using `modify-all-frames-parameters'.
7892         * env.el: Require cl for byte compilation (for `block' and `return').
7893         (environment, setenv-internal): New functions.
7894         (let-environment): New macro.
7895         (setenv, getenv): Add optional terminal parameter.  Update docs.
7896         (setenv): Use setenv-internal.  Always set process-environment.
7897         Handle `local-environment-variables'.
7898         (read-envvar-name, setenv, getenv): Use frame parameters
7899         to store the local environment, not terminal parameters.  Include
7900         `process-environment' as well.
7902         * faces.el (tty-run-terminal-initialization): New function.
7903         (tty-create-frame-with-faces): Use it.  Set up faces and
7904         background mode only after the terminal has been initialized.
7905         Call terminal-init-*.  Don't load the initialization file more
7906         than once.  Call set-locale-environment.
7907         (frame-set-background-mode): Handle the 'background-mode terminal
7908         parameter.
7909         (tty-find-type): New function.
7910         (x-create-frame-with-faces): Remove bogus check for
7911         first frame.  Call `tool-bar-setup'.  Don't make frame visible
7912         until we are done setting up all its parameters.  Call
7913         x-setup-function-keys.
7915         * frame.el (make-frame): Always inherit 'environment and 'client
7916         parameters.  Set up the 'environment frame parameter, when needed.
7917         Also inherit 'client parameter.  Don't override explicitly
7918         specified values with inherited ones.  Add 'terminal frame
7919         parameter.  Append window-system-default-frame-alist to parameters
7920         before calling frame-creation-function.
7921         (frame-initialize): Copy the environment from the initial frame.
7922         (window-system-default-frame-alist): Enhance doc string.
7923         (frame-notice-user-settings): Don't put 'tool-bar-lines in
7924         `default-frame-alist' when initial frame is on a tty.
7925         (modify-all-frames-parameters): Simplify using `assq-delete-all'.
7926         Remove specified parameters from `window-system-default-frame-alist'.
7927         (make-frame-on-tty, framep-on-display, suspend-frame):
7928         Extend doc string, update parameter names.
7929         (frames-on-display-list): Use terminal-id to get the display id.
7930         (frame-notice-user-settings): Extend to apply
7931         settings in `window-system-default-frame-alist' as well.
7932         (terminal-id, terminal-parameters, terminal-parameter)
7933         (set-terminal-parameter, terminal-handle-delete-frame): New functions.
7934         (delete-frame-functions): Add to `delete-frame-functions' hook.
7935         (blink-cursor-mode): Adapt blink-cursor-mode default
7936         value from startup.el.
7937         (make-frame-on-display): Protect condition on x-initialized when
7938         x-win.el is not loaded.  Update doc.
7939         (suspend-frame): Use display-controlling-tty-p to decide between
7940         suspend-emacs and suspend-tty.
7941         (frames-on-display-list): Update for display ids.
7942         (framep-on-display): Ditto.
7943         (suspend-frame): Use display-name, not frame-tty-name.
7944         (selected-terminal): New function.
7946         * server.el: Use `device' instead of `display' or `display-id' in
7947         variable and client parameter names.
7948         (server-select-display): Remove (unused).
7949         (server-tty-live-p, server-handle-delete-tty): Remove.
7950         (server-unquote-arg, server-quote-arg, server-buffer-clients):
7951         Update docs.
7952         (server-getenv-from, server-with-environment, server-send-string)
7953         (server-save-buffers-kill-terminal): New functions.
7954         (server-delete-client): Handle quits in kill-buffer.  Don't kill
7955         modified buffers.  Add extra logging.  Delete frames after
7956         deleting the tty.  Clear 'client parameter before deleting a frame.
7957         Use delete-display, not delete-tty.
7958         (server-visit-files): Don't set `server-existing-buffer' if the
7959         buffer already has other clients.  Return list of buffers
7960         created.  Update doc.  Don't set client-record when nowait.
7961         (server-handle-delete-frame): Delete the client if this was its
7962         last frame.  Check that the frame is alive.  Remove bogus comment.
7963         Add note on possible race condition.  Delete tty clients, if needed.
7964         (server-handle-suspend-tty): Use server-send-string.  Kill the
7965         client in case of errors from process-send-string.  Use the display
7966         parameter.
7967         (server-unload-hook): Remove obsolete delete-tty hook.
7968         (server-start): Ask before restarting if the old server still has
7969         clients.  Add feedback messages.  Remove obsolete delete-tty hook.
7970         (server-process-filter): Use server-send-string.  Accept `-dir'
7971         command.  Switch to *scratch* immediately after creating the frame,
7972         before evaluating any -evals.  Protect `display-splash-screen'
7973         call in a condition-case.  Explain why.  Call
7974         `display-startup-echo-area-message' before
7975         `display-splash-screen'.  Don't display the splash screen when no
7976         frame was created.  Show the Emacs splash screen and startup echo
7977         area message.  Display the *scratch* buffer by default.  Store the
7978         local environment in a frame (not terminal) parameter.  Do not try
7979         to decode environment strings.  Fix reference to the 'display
7980         frame parameter.  Change syntax of environment variables.  Put
7981         environment into terminal parameters, not client parameters.  Use
7982         a dummy client with --no-wait's X frames.  In `-position LINE'
7983         handler, don't ruin the request string until the line number is
7984         extracted.  Log opened files.  Handle -current-frame command.
7985         Don't create frames when it is given.  Don't bind X frames to the
7986         client when we are in -no-wait mode.  Set locale environment
7987         variables from client while creating tty frames.  Disable call to
7988         configure-display-for-locale.  When processing -position command,
7989         don't change the request string until the parameters are
7990         extracted.  Don't try to create an X frame when Emacs does not
7991         support it.  Improve logging.  Temporarily set ncurses-related
7992         environment variables to those of the client while creating a new
7993         tty frame.  Select buffers opened by nowait clients, don't leave
7994         them buried under others.  Set the display parameter, and use it
7995         when appropriate.
7997         * startup.el (display-startup-echo-area-message): Handle
7998         `inhibit-startup-echo-area-message' here.
7999         (command-line-1): Moved from here.
8000         (fancy-splash-screens): Use `overriding-local-map' instead of
8001         `overriding-terminal-local-map' for now; the latter doesn't work
8002         right, it looses keypresses to another terminal.  Use
8003         `overriding-terminal-local-map' to set up keymap.  Install a
8004         `delete-frame-functions' hook to catch `delete-frame' events.
8005         Ignore `select-window' events to cope better with
8006         `focus-follows-mouse'.  Don't switch back to the original buffer
8007         if the splash frame has been killed.  Restore previous buffer, even
8008         if it's *scratch*.
8009         (normal-splash-screen): Don't let-bind `mode-line-format'; it
8010         changes the global binding - setq it instead.  Use
8011         `save-buffers-kill-terminal'.
8012         (display-splash-screen): Don't do anything if the splash screen is
8013         already displayed elsewhere.
8014         (fancy-splash-exit, fancy-splash-delete-frame): New functions.
8015         (command-line): Replace duplicated code with a call to
8016         tty-run-terminal-initialization.  Don't load the terminal
8017         initialization file more than once.  Remove call to nonexistent
8018         function `set-locale-translation-file-name'.
8020         * xt-mouse.el (xterm-mouse-x, xterm-mouse-y): Convert to terminal
8021         parameters.
8022         (xterm-mouse-position-function, xterm-mouse-event): Update.
8023         (xterm-mouse-mode): Don't depend on current value of window-system.
8024         (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
8025         Update for multi-tty.
8026         (turn-on-xterm-mouse-tracking-on-terminal)
8027         (turn-off-xterm-mouse-tracking-on-terminal)
8028         (xterm-mouse-handle-delete-frame): New functions.
8029         (delete-frame-functions, after-make-frame-functions)
8030         (suspend-tty-functions, resume-tty-functions): Install extra hooks
8031         for multi-tty.
8033 2007-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8035         * simple.el (invisible-p): Remove: implemented in C now.
8036         (line-move-invisible-p): Remove obsolete alias.
8038 2007-08-28  Juri Linkov  <juri@jurta.org>
8040         * image-mode.el (image-type): New variable.
8041         (image-mode): Set default major mode name to "Image[text]".
8042         (image-minor-mode): Change LIGHTER to display image-type in the
8043         mode line.
8044         (image-minor-mode): Set default image-type to "text".
8045         (image-toggle-display): After switching to text mode, set
8046         image-type to "text" and major mode name to "Image[text]".
8047         After switching to image mode, set image-type to actual image
8048         type, and add image type to major mode name.  Let-bind the same
8049         variable names as arguments of `image-type' and `create-image'.
8050         Bind `type' to the result of `image-type' and use it as arg
8051         of `create-image' to not determine the image type twice.
8053 2007-08-28  Michael Albinus  <michael.albinus@gmx.de>
8055         * net/tramp.el (tramp-handle-set-file-times): Flush the file properties.
8056         (tramp-set-file-uid-gid, tramp-get-local-uid)
8057         (tramp-get-local-gid): New defuns.
8058         (tramp-handle-copy-file): Handle new parameter PRESERVE-UID-GID.
8059         (tramp-do-copy-or-rename-file): New parameter PRESERVE-UID-GID.
8060         Improve fast track.
8061         (tramp-do-copy-or-rename-file-directly): Sync parameter list with
8062         the other tramp-do-copy-or-rename-file-* functions.  Major rewrite.
8063         (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
8064         (tramp-handle-write-region): Improve fast track.
8065         (tramp-handle-file-remote-p): IDENTIFICATION can also be `localname'.
8066         (tramp-maybe-open-connection): Let `process-adaptive-read-buffering'
8067         be nil.
8069 2007-08-28  Ivan Kanis  <apple@kanis.eu>
8071         * time.el: New feature to display several time zones in a buffer.
8072         (display-time-world-mode, display-time-world-display)
8073         (display-time-world, display-time-world-timer): New functions.
8074         (display-time-world-list, display-time-world-time-format)
8075         (display-time-world-buffer-name, display-time-world-timer-enable)
8076         (display-time-world-timer-second, display-time-world-mode-map):
8077         New variables.
8079 2007-08-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8081         * term/x-win.el (x-gtk-stock-map): New variable.
8082         (x-gtk-map-stock): New function.
8084         * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
8085         prev/next-node.
8087 2007-08-28  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>  (tiny change)
8089         * play/gamegrid.el (gamegrid-init): Set line-spacing to 0.
8091 2007-08-28  Glenn Morris  <rgm@gnu.org>
8093         * progmodes/cc-langs.el (c-constant-kwds): Add java: null, true, false.
8095 2007-08-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
8097         * progmodes/modula2.el (m2-definition, m2-module):
8098         Don't use previous-line.  Reported by T. V. Raman.
8100 2007-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8102         * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
8103         argument to tool-bar-mode call.
8105 2007-08-27  Glenn Morris  <rgm@gnu.org>
8107         * diff-mode.el (diff-find-file-name): Only accept regular files,
8108         to rule out /dev/null, directories, etc.
8110         * vc-svn.el (vc-svn-diff): If the repository version of all the
8111         files is the same as the specified OLDVERS, do a local diff.
8113 2007-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8115         * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
8116         of buffers in uniquify-managed.
8118         * simple.el (invisible-p): Rename from text-invisible-p.
8119         Update callers.
8121 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8123         * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
8124         (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
8125         (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
8126         (cperl-etags-goto-tag-location): Use new style backquotes.
8128         * net/browse-url.el: Remove spurious * in custom docstrings.
8129         (browse-url-filename-alist): Use new-style backquote.
8131         * emacs-lisp/backquote.el (backquote-unquote-symbol)
8132         (backquote-splice-symbol): Clarify they're not new-style unquotes.
8134         * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
8135         (\,@): Backslash the , and ,@ which are not new-style unquotes.
8137         * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
8139         * net/socks.el (socks-username/password-auth-filter):
8140         Remove unused vars `state' and `desired-len'.
8141         (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
8142         (socks-wait-for-state-change): Use new-style backquotes.
8144         * pcvs.el (cvs-mode-status): Fix long-standing typo.
8146         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
8147         backquotes after each `read' rather than once per buffer.
8149         * dframe.el: Remove spurious * in custom docstrings.
8150         (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
8151         (dframe-xemacs20p): Remove, inline at the sole use point.
8152         (defface): Don't defvar the face, don't use old-style backquote.
8153         (defcustom): Don't use old-style backquote.
8154         (dframe-frame-parameter, dframe-mouse-event-p):
8155         Make it obvious that it's always defined.
8156         (dframe-popup-kludge): New function to replace
8157         dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
8158         (dframe-frame-mode, dframe-set-timer-internal)
8159         (dframe-mouse-set-point): Remove use of with-no-warnings from
8160         XEmacs-specific code.
8161         (dframe-set-timer-internal): Fix very old bug with
8162         post-command-idle-hook.
8164         * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
8166 2007-08-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
8168         * emacs-lisp/avl-tree.el: New file.
8170 2007-08-26  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
8172         * hi-lock.el (hi-lock-unface-buffer): Show a x-menu only if the mouse
8173         was used.
8175 2007-08-26  Sean O'Rourke  <seano@cs.ucsd.edu>
8177         * complete.el (PC-do-completion): Make RET accept a non-unique but
8178         complete expansion again.
8180 2007-08-26  Thien-Thi Nguyen  <ttn@gnuvola.org>
8182         * eshell/esh-opt.el (eshell-eval-using-options):
8183         Add debug declaration.
8185 2007-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
8187         * log-view.el (log-view-toggle-mark-entry): Add docstring.
8188         (log-view-get-marked): Likewise.
8190         * vc-hooks.el (vc-registered): Use mapc instead of mapcar.
8191         (vc-delete-automatic-version-backups): Likewise.
8193         * vc.el (vc-dired-buffers-for-dir): Likewise.
8195 2007-08-25  Dan Nicolaescu  <dann@ics.uci.edu>
8197         * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
8198         safe-local-variable setting.
8199         * progmodes/perl-mode.el (perl-indent-level): Likewise.
8201         * log-view.el (log-view-marked-list): Delete variable.
8202         (log-view-mode): Don't use it.
8203         (log-view-toggle-mark-entry): Likewise, simplify.
8204         (log-view-current-tag): Don't return properties.
8205         (log-view-get-marked): New function.
8207 2007-08-25  Alexandre Julliard  <julliard@winehq.org>
8209         * vc-git.el (vc-git-mode-line-string): New function.
8211 2007-08-25  Alan Mackenzie  <acm@muc.de>
8213         * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
8214         new language variable.
8216         * progmodes/cc-engine.el (c-brace-anchor-point): new function.
8217         (c-add-stmt-syntax): Give accurate anchor points for "namespace",
8218         "extern" etc., rather than BOI.  Fix addition of spurious
8219         syntactic-symbol 'defun-block-intro, replacing it with
8220         'innamespace, etc.
8222 2007-08-25  Juri Linkov  <juri@jurta.org>
8224         * files.el (auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el.
8226         * image-mode.el: Add autoloads to put associations in auto-mode-alist:
8227         associate "\\.x[bp]m\\'" with c-mode and image-mode-maybe, and
8228         "\\.svgz?\\'" with xml-mode and image-mode-maybe.
8230         * image.el (image-type-header-regexps): Use more complex regexp for svg.
8231         (image-type-file-name-regexps): Add ("\\.svgz?\\'" . svg).
8232         (image-type-auto-detectable): Add (svg . maybe).
8234         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add .svgz
8235         to treat it like .tgz.
8237         * calendar/cal-bahai.el: Add file coding cookie.
8239 2007-08-25  Reiner Steib  <Reiner.Steib@gmx.de>
8241         * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
8242         Don't behave differently when executed via M-x.  Add doc string.
8244         * sort.el (sort-fold-case, sort-numeric-base): Mark as
8245         safe-local-variable.
8247 2007-08-25  Jay Belanger  <jay.p.belanger@gmail.com>
8249         * calc/calc-forms.el (var-TimeZone): Make nil explicitly
8250         the default value.
8251         (math-calendar-tzinfo): New variable.
8252         (math-get-calendar-tzinfo): New function.
8253         (calcFunc-tzone, calcFunc-dst): Use Emacs's calendar
8254         to get information when zone is nil.
8256 2007-08-24  Dan Nicolaescu  <dann@ics.uci.edu>
8258         * log-view.el (log-view-toggle-mark-entry): New function.
8259         (log-view-mode-map): Bind it.
8260         (log-view-marked-list): New variable.
8261         (log-view-mode): Make it local.
8263 2007-08-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
8265         * play/zone.el (zone-pgm-rat-race): New func.
8266         (zone-programs): Add `zone-pgm-rat-race'.
8268 2007-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8270         * emacs-lisp/byte-opt.el (byte-optimize-if): Don't presume `clause' is
8271         a list.
8273 2007-08-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
8275         * progmodes/hideshow.el (hs-match-data): Delete alias.
8276         (hs-hide-block-at-point, hs-find-block-beginning)
8277         (hs-show-block): Use `match-data' directly.
8279 2007-08-24  Martin Rudalics  <rudalics@gmx.at>
8281         * format.el (format-alist): Fix typo in doc-string.
8283 2007-08-24  Michael Albinus  <michael.albinus@gmx.de>
8285         * net/tramp.el (tramp-local-host-p): New defun.
8286         (tramp-handle-file-local-copy, tramp-handle-write-region):
8287         Implement fast track when being on the local host.
8288         (tramp-file-name-handler): Don't set "started" property.  It shall
8289         be reserved for the "ftp" method.
8290         (tramp-make-copy-program-file-name): Use `tramp-file-name-real-host'.
8292         * net/tramp-ftp.el (top): Autoload `tramp-set-connection-property'.
8293         (tramp-ftp-file-name-handler): Set "started" property.
8295 2007-08-24  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
8297         * files.el (backup-buffer-copy): Don't wrap delete in
8298         condition-case, only try to delete if file exists.
8300 2007-08-24  Glenn Morris  <rgm@gnu.org>
8302         * files.el (backup-buffer-copy): Revert 2007-08-22 change.
8304         * startup.el (tutorial-directory): Set with eval-at-startup so it
8305         gets the right value in an installed Emacs.
8307 2007-08-24  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
8309         * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): New face.
8310         (eldoc-highlight-function-argument): Use it.
8312 2007-08-23  Masatake YAMATO  <jet@gyve.org>
8314         * progmodes/cc-fonts.el (gtkdoc-font-lock-doc-comments): Highlight
8315         name of parameters in document body.
8317 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8319         * emacs-lisp/bytecomp.el (byte-compile-output-docform)
8320         (byte-compile-output-as-comment): Use with-current-buffer rather than
8321         a weird set-buffer&prog1 combination.
8323         * emacs-lisp/byte-opt.el (byte-optimize-if): Move `progn' out of the
8324         test so as to optimise cases where the `progn's result is constant.
8326 2007-08-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
8328         * locate.el (locate-get-file-positions):
8329         Use line-beginning-position and line-end-position.
8331 2007-08-23  John Wiegley  <johnw@newartisans.com>
8333         * calendar/cal-bahai.el: Added in the diacriticals that were
8334         missing for many of the month names.
8336 2007-08-22  Jason Rumney  <jasonr@gnu.org>
8338         * vc-hooks.el (vc-menu-map-filter): Reapply 2007-08-06 bugfix.
8340 2007-08-22  Chong Yidong  <cyd@stupidchicken.com>
8342         * image-mode.el (image-minor-mode): Use image-mode-text-map.
8344 2007-08-22  Sean O'Rourke  <sorourke@cs.ucsd.edu>
8346         * dabbrev.el (dabbrev--progress-reporter): New variable.
8347         (dabbrev--scanning-message): Delete func.
8348         (dabbrev--find-expansion): Use a progress reporter
8349         instead of dabbrev--scanning-message.
8351 2007-08-22  Michael Albinus  <michael.albinus@gmx.de>
8353         * comint.el (comint-exec-1): Raise an error if
8354         `start-file-process' does not return a process object.
8356         * shell.el (shell): Prompt for `default-directory' if it is a
8357         remote file name, and if called with a prefix arg.
8359 2007-08-22  Sam Steingold  <sds@gnu.org>
8361         * pcvs.el (cvs-vc-command-advice): Fix a typo in code (file->files).
8363 2007-08-22  Carsten Dominik  <dominik@science.uva.nl>
8365         * textmodes/org-export-latex.el: New file.
8367         * textmodes/org-publish.el (org-publish-org-to-latex): New function.
8369         * textmodes/org.el (org-agenda-skip): Allow a form for
8370         `org-agenda-skip-function'.
8371         (org-agenda-redo): Re-use local settings.
8372         (org-agenda): Store local settings.
8373         (org-agenda-deadline-faces): New option.
8374         (org-agenda-deadline-face): New function.
8375         (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
8376         entries on their due date.
8377         (org-agenda-get-timestamps): No longer handle the due dates of
8378         schedules and deadline items.
8379         (org-insert-link-global, org-open-at-point-global): New commands.
8380         (org-export-as-ascii): Call `org-cleaned-string-for-export' with a
8381         :for-ascii parameter.
8382         (org-skip-comments): Function removed.
8383         (org-cleaned-string-for-export): Handle special table lines.
8384         (org-global-properties): New option.
8385         (org-entry-get-with-inheritance): Check global properties.
8386         (org-local-properties): New variable.
8387         (org-set-regexps-and-options): Find the #+PROPERTY line.
8388         (org-link-types): Change type into variable (was constant).
8389         (org-make-link-regexps): New function.
8390         (org-link-re-with-space, org-link-re-with-space2)
8391         (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
8392         (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
8393         these regular expressions happens now in the function
8394         `org-make-link-regexps'.
8395         (org-store-link): Call the functions in
8396         `org-store-link-functions'.
8397         (org-add-link-type): New function.
8398         (org-store-link-functions): New variable.
8399         (org-activate-tags): Force matches to be in headlines.
8400         (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
8401         (org-columns-display-here): Make sure this works in a narrowed
8402         buffer by checking for point-min.
8403         (org-columns-display-here): Make the rest of the line intangible,
8404         so that point never can be there.
8405         (org-cleaned-string-for-export): Use `with-current-buffer'.
8406         (org-replace-region-by-html): Use `with-current-buffer'.
8407         (org-unfontify-region, org-do-occur, org-columns-display-here)
8408         (org-columns-remove-overlays, org-columns-quit)
8409         (org-columns-edit-value, org-columns-next-allowed-value)
8410         (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
8411         (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
8412         (org-agenda-todo, org-agenda-change-all-lines)
8413         (org-agenda-align-tags, org-agenda-priority)
8414         (org-agenda-set-tags, org-agenda-toggle-archive-tag)
8415         (org-agenda-show-new-time, org-cleaned-string-for-export)
8416         (org-export-grab-title-from-buffer)
8417         (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
8418         instead of `buffer-read-only'.
8419         (org-export-as-html): Set `coding-system-for-write'.
8420         (org-remember-store-without-prompt): New option.
8421         (org-archive-subtree): Fixed bug with modifying TODO keyword.
8422         (org-beginning-of-line): Also treat C-a special in items.
8423         (org-table-convert-refs-to-rc): Fixed problem with column
8424         reference after "..".
8425         (org-columns-compute): Don't mark buffer modified because of text
8426         properties.
8427         (org-batch-store-agenda-views): Use the variable
8428         `default-directory', not the function.
8429         (org-clock-out-if-current): Respect `org-clock-out-when-done'.
8430         (org-clock-out-when-done): New option.
8431         (org-html-entities): Added HTML entities for smileys.
8433 2007-08-22  Glenn Morris  <rgm@gnu.org>
8435         * image.el (create-image): Doc fix.
8437         * startup.el (tutorial-directory): New constant.
8438         (fancy-splash-text): Tutorials now in tutorial-directory.
8439         * tutorial.el (help-with-tutorial): Tutorials now in
8440         tutorial-directory.
8442 2007-08-22  Michael Albinus  <michael.albinus@gmx.de>
8444         * net/tramp.el (top): Require cl.el, when `copy-tree' is not available
8445         otherwise.
8446         (tramp-get-remote-path): New defun.  Replace occurrences of
8447         `tramp-default-remote-path' by this function.
8448         (tramp-set-remote-path): Move most of the code to
8449         `tramp-get-remote-path'.
8450         (tramp-get-ls-command, tramp-get-remote-id): Don't check for not
8451         existing directories, this is done already in
8452         `tramp-get-remote-path'.
8454 2007-08-22  Paul Pogonyshev  <pogonyshev@gmx.net>
8456         * image-file.el (image-file-name-extensions): Add "svg".
8457         * image.el (image-type-header-regexps): Add svg entry.
8459 2007-08-22  Glenn Morris  <rgm@gnu.org>
8461         * files.el (backup-buffer-copy): Check backup directory is
8462         writable, to avoid infloop deleting old backup.
8464         * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
8465         movemail related variables.
8466         (rmail-insert-inbox-text): Use only rmail-movemail-program, which
8467         will now be set before this is called.
8469 2007-08-21  Juri Linkov  <juri@jurta.org>
8471         * delsel.el (delete-selection-pre-hook):
8472         * emulation/cua-base.el (cua-paste): Use `mouse-region-match'
8473         instead of checking last-command.
8475 2007-08-21  Juri Linkov  <juri@jurta.org>
8477         * loadup.el: Preload "button".
8479 2007-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8481         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8482         Add previous-line and next-line.
8484         * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
8485         (vc-arch-find-file-not-found-hook): Remove, it's now the default.
8487         * vc-hooks.el (vc-menu-entry): New var.
8488         (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
8489         (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
8490         (vc-menu-map): Declare and initialize in one step.
8491         (vc-menu-map-filter): Move&rename from menu-bar.el:menu-bar-vc-filter.
8493         * menu-bar.el (vc-menu-map): Don't setup any more.
8494         Instead, just create the proper spot in the menu.
8496 2007-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8498         * smerge-mode.el (smerge-resolve): New arg `safe'.
8499         (smerge-resolve-all, smerge-batch-resolve): New function.
8500         (smerge-refine): Make sure `diff' returns the expected result.
8501         (smerge-parsep-re): New const.
8502         (smerge-mode): Use it to adjust paragraph-separate.
8504         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
8505         Correctly match / regexp matchers as first char on a line when
8506         fontifying only that line.
8508         * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
8510 2007-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8512         * vc-bzr.el: Don't fiddle with vc-handled-backend.
8513         (vc-bzr-registered): Don't redundantly protect against
8514         file-error.  Actually use the format-specific code.
8515         (vc-bzr-buffer-nonblank-p): Remove.
8516         (vc-bzr-status): Change `kindchange' -> `kindchanged'.
8518 2007-08-20  Juri Linkov  <juri@jurta.org>
8520         * startup.el (fancy-splash-text): Change multiple tabs into one
8521         tab.  Remove "Useful File menu items" section (with "Exit Emacs"
8522         and "Recover Crashed Session").
8523         (fancy-splash-screens): Set tab-width to 22.
8524         (normal-splash-screen): Replace literal tabs with \t and
8525         fix whitespace.  Remove "Useful File menu items" section (with
8526         "Exit Emacs" and "Recover Crashed Session").
8528 2007-08-20  Johannes Weiner  <hannes@saeurebad.de>  (tiny change)
8530         * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
8531         extracted from `eval-last-sexp-1'.
8532         (eval-last-sexp-1): Call `preceding-sexp'.
8534 2007-08-20  Thien-Thi Nguyen  <ttn@gnuvola.org>
8536         * vc-rcs.el (vc-rcs-annotate-command):
8537         Fix bug introduced 2007-07-18T16:32:40Z!esr@snark.thyrsus.com:
8538         Add back :vc-annotate-prefix propertization.
8540 2007-08-20  Andreas Schwab  <schwab@suse.de>
8542         * mail/rmail.el (rmail-autodetect): Doc fix.
8544 2007-08-19  Juri Linkov  <juri@jurta.org>
8546         * startup.el (normal-splash-screen): Add more links.
8548 2007-08-19  Juri Linkov  <juri@jurta.org>
8550         * startup.el (splash-screen-keymap): Rename from `fancy-splash-keymap'
8551         because it's common to both types of splash screen: fancy and normal.
8552         Bind SPC to scroll-up, DEL to scroll-down and `q' to exit-splash-screen.
8553         (exit-splash-screen): Rename from `fancy-splash-quit'.
8554         Use `quit-window' instead of `kill-buffer'.
8555         (fancy-splash-head): Use make-button to insert GNU image link.
8556         (fancy-splash-screens, normal-splash-screen): Rename " About GNU
8557         Emacs" to "*About GNU Emacs*", and " GNU Emacs" to "*GNU Emacs*".
8558         (normal-splash-screen): Put "Browse manuals" on the same line with
8559         "Emacs manual".  Remove descriptions from "Useful tasks" and put
8560         all links in two columns on two lines.
8562 2007-08-19  Michael Kifer  <kifer@cs.stonybrook.edu>
8564         * emulation/viper.el (viper-remove-hooks): Remove some additional
8565         viper hooks when the user calls viper-go-away.
8566         (viper-go-away): Restore the default of default-major-mode.
8567         Save the value of default-major-mode before vaperization.
8569         * emulation/viper-cmd.el: Replace error "" with "Viper bell".
8571         * emulation/viper-ex.el: Replace error "" with "Viper bell".
8573         * ediff-util.el (ediff-make-temp-file): Use the coding system of the
8574         buffer for which file is created.
8576 2007-08-19  Glenn Morris  <rgm@gnu.org>
8578         * Makefile.in (custom-deps, finder-data, autoloads, recompile)
8579         (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
8580         than $(EMACS), so that EMACSLOADPATH is set.  Prevents any system
8581         shadow files messing up the compilation.
8583 2007-08-18  Glenn Morris  <rgm@gnu.org>
8585         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Add doc
8586         string.  Also apply eldoc-argument-case in the help-split-fundoc
8587         case.  Adapt for changed behavior of eldoc-function-argstring,
8588         eldoc-function-argstring-format, and
8589         eldoc-highlight-function-argument.
8590         (eldoc-highlight-function-argument): Handle nil INDEX argument,
8591         just call eldoc-docstring-format-sym-doc in that case.
8592         (eldoc-function-argstring): Change the behavior.  Now it converts
8593         an argument list to a string.
8594         (eldoc-function-argstring-format): Change the behavior.  Now it
8595         applies `eldoc-argument-case' to a string.
8597         * progmodes/scheme.el (scheme-mode-variables): Set
8598         font-lock-comment-start-skip.
8600 2007-08-18  Martin Rudalics  <rudalics@gmx.at>
8602         * progmodes/ada-mode.el (ada-create-syntax-table): Move
8603         set-syntax-table from here to ...
8604         (ada-mode): ... here.  Do not change global value of
8605         comment-multi-line.  Call new function
8606         ada-initialize-syntax-table-properties and add new function
8607         ada-handle-syntax-table-properties to font-lock-mode-hook.
8608         (ada-deactivate-properties, ada-initialize-properties): Replace
8609         by new functions ...
8610         (ada-handle-syntax-table-properties)
8611         (ada-initialize-syntax-table-properties)
8612         (ada-set-syntax-table-properties): ... to set up syntax-table
8613         properties uniformly, independently from whether font-lock-mode
8614         is enabled or not.  Handle read-only buffers and do not change
8615         undo-list when setting syntax-table properties.
8616         (ada-after-change-function): Use ada-set-syntax-table-properties.
8618 2007-08-18  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
8620         * progmodes/meta-mode.el (meta-indent-calculate-last): Remove.
8621         (meta-indent-current-nesting): Use a computation of the nesting
8622         instead.
8623         (meta-indent-current-indentation): Indentation is given according
8624         to nesting and if the previous line was finished or not.
8625         (meta-indent-unfinished-line): Tell if the current line ends with
8626         a finished expression.
8627         (meta-indent-looking-at-code): Like `looking-at', but checks if
8628         the point is in a string before.
8629         (meta-indent-level-count): Use it.  Don't count parenthesis as it's
8630         done in the nesting function.
8631         (meta-indent-in-string-p): Tell if the current point is in a
8632         string.
8633         (meta-indent-calculate): Treat b-o-b as a special case.  Use the
8634         previous functions.
8636 2007-08-17  Thien-Thi Nguyen  <ttn@gnuvola.org>
8638         * emacs-lisp/copyright.el (copyright-limit): New defsubst.
8639         (copyright-update-year, copyright-update)
8640         (copyright-fix-years): Use it.
8642 2007-08-17  Kimit Yada  <kimitto@gmail.com>  (tiny change)
8644         * emacs-lisp/copyright.el (copyright-update-year):
8645         Fix bug: Handle nil copyright-limit.
8647 2007-08-17  Jay Belanger  <jay.p.belanger@gmail.com>
8649         * calc/calc-units.el (math-standard-units): Give exact
8650         conversion for tsp.
8652         * calc/calc.el (math-bignum-digit-length): Compute the
8653         appropriate value.
8655         * calc/calc-bin.el (math-bignum-logb-digit-size)
8656         (math-bignum-digit-power-of-two):
8657         * calc/calc-comb.el (math-small-factorial-table):
8658         * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
8659         (math-approx-gamma-const):
8660         * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0)
8661         (math-besY1, math-bernoulli-b-cache):
8662         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
8663         Remove `eval-when-compile's.
8665 2007-08-17  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
8667         * progmodes/cperl-mode.el (cperl-look-at-leading-count)
8668         (cperl-find-pods-heres): Fix an error when typing expressions like
8669         `s{a}{b}'.
8671 2007-08-17  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
8673         * mail/emacsbug.el (report-emacs-bug): Remove the last number of
8674         `emacs-version', use the topic prefix ``version; ''.  Make MS-DOS
8675         a special case (there's no build number).
8677 2007-08-17  T. V. Raman  <raman@users.sf.net>  (tiny change)
8679         * completion.el (symbol-under-point, symbol-before-point)
8680         (symbol-before-point-for-complete): Use buffer-substring-no-properties.
8682 2007-08-17  Glenn Morris  <rgm@gnu.org>
8684         * progmodes/compile.el (compilation-get-file-structure): Make use
8685         of the directory part when checking for an existing entry, to
8686         handle files with same basename in different directories.
8688 2007-08-17  Jay Belanger  <jay.p.belanger@gmail.com>
8690         * calc/calc.el (calc-language-alist): Add texinfo-mode.
8692 2007-08-16  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8694         * ps-print.el (ps-header-font-size, ps-header-title-font-size)
8695         (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
8696         (ps-paragraph-spacing): Docstring fix.
8698 2007-08-16  Glenn Morris  <rgm@gnu.org>
8700         * ps-print.el (ps-font-size): Doc fix.
8702 2007-08-16  Richard Stallman  <rms@gnu.org>
8704         * emacs-lisp/copyright.el (copyright-names-regexp): Add custom group.
8706 2007-08-15  Juri Linkov  <juri@jurta.org>
8708         * startup.el (initialization): Change parent group from `internal'
8709         to `environment'.
8710         (initial-buffer-choice): New variable.
8711         (command-line): Revert 2007-07-02 change that sets
8712         buffer-offer-save in *scratch* and enables auto-save in it.
8713         (fancy-splash-text): Add links to existing items.  Add new items
8714         with links for useful tasks.  Move information about Control-g to
8715         fancy-splash-head.  Move "Emacs Guided Tour" to the end.
8716         (fancy-splash-keymap): New variable.
8717         (fancy-splash-last-input-event): Remove variable.
8718         (fancy-splash-insert): Add processing of `:link' element.
8719         (fancy-splash-head): Replace "Type Control-l to begin editing"
8720         with "Type `q' to exit".
8721         (fancy-splash-screens-1): Let-bind inhibit-read-only to t.
8722         (fancy-splash-default-action, fancy-splash-special-event-action):
8723         Remove functions.
8724         (fancy-splash-quit): New function.
8725         (fancy-splash-screens): Rename input arg from `hide-on-input' to
8726         `static' and reverse the condition of its usage.  Don't preserve
8727         original values of `minor-mode-map-alist',
8728         `emulation-mode-map-alists', `special-event-map'.
8729         Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
8730         Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
8731         Remove processing of special events.  Use local key map
8732         `fancy-splash-keymap'.  Set buffer to read-only.
8733         (normal-splash-screen): Rename input arg from `hide-on-input' to
8734         `static' and reverse the condition of its usage.
8735         Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
8736         Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
8737         Add links to existing items.  Add new items with links for useful
8738         tasks.  Use local key map `fancy-splash-keymap'.
8739         (display-splash-screen): Rename input arg from `hide-on-input' to
8740         `static'.
8741         (about-emacs): Add alias to display-splash-screen.
8742         (command-line-1): Use `initial-buffer-choice'.
8744         * menu-bar.el (menu-bar-help-menu):
8745         * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
8746         item to about-emacs instead of display-splash-screen.
8748 2007-08-15  Jay Belanger  <jay.p.belanger@gmail.com>
8750         * calc/calc-units.el (math-standard-units): Update values.
8751         Put in exact, rational values when possible.
8752         (math-unit-prefixes): Replace floats with powers of ten.
8753         (math-standard-units-systems): Replace floats with integers.
8754         (math-make-unit-string): Remove extra spaces in output.
8756 2007-08-15  Glenn Morris  <rgm@gnu.org>
8758         * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
8759         sloppier, for the sake of GNU Mailman.
8760         (rmail-digest-rfc1153): Initialize `result' correctly.
8762 2007-08-15  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
8764         * mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; '
8765         in the mail title.  Suggested by Reiner Steib.
8767 2007-08-14  Chris Hecker  <checker@d6.com>  (tiny change)
8769         * calc/calc-aent.el (calc-do-quick-calc): Add binary
8770         representation of integers to the list of outputs.
8772 2007-08-14  Glenn Morris  <rgm@gnu.org>
8774         * simple.el (bad-packages-alist): New constant.
8775         (bad-package-check): New function.  Together, these two add elements
8776         to `after-load-alist' to check for problematic external packages.
8777         * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
8779 2007-08-14  Jay Belanger  <jay.p.belanger@gmail.com>
8781         * calc/calc-units.el (math-get-standard-units)
8782         (math-get-units, math-make-unit-string)
8783         (math-get-default-units, math-put-default-units): New functions.
8784         (math-default-units-table): New variable.
8785         (calc-convert-units, calc-convert-temperature): Add machinery
8786         to supply default values.
8788 2007-08-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8790         * emulation/tpu-edt.el: Add tpu-extras's autoloads.
8791         (tpu-gold-map, tpu-global-map): Comment-out the bindings to nil.
8792         (tpu-gold-map): Bind F to tpu-cursor-free-mode.
8793         (minibuffer-local-map): Use funkey symbols rather than esc-sequence.
8795         * emulation/tpu-extras.el: Remove spurious * in docstrings.
8796         Put its autoloads into tpu-edt.el rather than loaddefs.el.
8797         (tpu-cursor-free-mode): Rename from tpu-cursor-free.
8798         Make into a proper minor-mode.
8799         (tpu-backward-char, tpu-next-line, tpu-previous-line)
8800         (tpu-next-end-of-line, tpu-current-end-of-line): Use new name.
8801         (tpu-trim-line-ends-if-needed): Rename from tpu-before-save-hook.
8802         (tpu-set-cursor-free, tpu-set-cursor-bound):
8803         Delegate to tpu-cursor-free-mode.
8804         (tpu-next-line, tpu-previous-line, tpu-forward-line)
8805         (tpu-backward-line, tpu-scroll-window-down, tpu-scroll-window-up):
8806         Use line-move or forward-line instead of next-line-internal.
8808 2007-08-13  Nick Roberts  <nickrob@snap.net.nz>
8810         * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
8812 2007-08-12  Richard Stallman  <rms@gnu.org>
8814         * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
8815         (cvs-execute-single-file): Use new name split-string-and-unquote.
8816         (cvs-header-msg): Use new name combine-and-quote-strings.
8818         * emulation/vi.el (vi-next-line): Ignore return value of line-move.
8820         * progmodes/gud.el (gud-common-init): Use new name
8821         split-string-and-unquote.
8823         * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
8824         in javac regexp.
8826         * pcvs-util.el (cvs-qtypedesc-strings): Use new names
8827         combine-and-quote-strings and split-string-and-unquote.
8829         * subr.el (combine-and-quote-strings): Rename from strings->string.
8830         (split-string-and-unquote): Rename from string->strings.
8832 2007-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8834         * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
8835         to buffer-local settings.
8837         * emacs-lisp/backquote.el (backquote-delay-process): New function.
8838         (backquote-process): Add internal arg `level'.  Use the two to
8839         correctly handle nested backquotes.
8841 2007-08-09  Riccardo Murri  <riccardo.murri@gmail.com>
8843         * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
8844         (vc-bzr-state-words): Add "kind changed" state word.
8845         (vc-bzr-status): New function.  Return Bzr idea of file status,
8846         which is different from VC's.
8847         (vc-bzr-state): Use vc-bzr-status.
8848         (vc-workfile-unchanged-p): Use vc-bzr-status.
8849         (vc-bzr-revert): Use synchronous process; expect exitcode 0.
8850         (vc-dired-state): Process "kind changed" state word.
8852 2007-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8854         * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
8856         * vc-rcs.el (vc-rcs-find-file-not-found-hook):
8857         Move from vc-default-find-file-not-found-hook.
8859 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8861         * man.el: Remove spurious * in docstrings.
8862         Merge defvars and toplevel setq-defaults.
8863         (Man-highlight-references0): Limit=nil rather than point-max.
8864         (Man-mode-map): Move initialization into the declaration.
8865         (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
8866         (Man-view-header-file): Use expand-file-name rather than concat.
8867         (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
8869         * man.el (Man-next-section): Make sure we do not move backward.
8871 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8873         * files.el (auto-mode-alist): Use the purecopied text (duh!).
8875 2007-08-08  Glenn Morris  <rgm@gnu.org>
8877         * Replace `iff' in doc-strings and comments.
8879 2007-08-08  Martin Rudalics  <rudalics@gmx.at>
8881         * dired.el (dired-pop-to-buffer):
8882         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
8883         * calendar/calendar.el (generate-calendar-window):
8884         * progmodes/compile.el (compilation-set-window-height):
8885         * textmodes/two-column.el (2C-two-columns, 2C-merge):
8886         Use window-full-width-p instead of comparing frame-width and
8887         window-width.
8889         * progmodes/compile.el (compilation-find-buffer): Remove extra
8890         argument in call to compilation-buffer-internal-p.
8892 2007-08-07  Tom Tromey  <tromey@redhat.com>
8894         * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
8895         Add safe-local-variable property.
8897 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
8899         * image-mode.el (image-toggle-display): Use image-refresh.
8901 2007-08-07  Riccardo Murri  <riccardo.murri@gmail.com>
8903         * vc-bzr.el: Remove comments about vc-bzr.el being a modified
8904         unofficial version.
8905         (vc-bzr-command): Remove redundant setting of process-connection-type.
8906         (vc-bzr-admin-checkout-format-file): Add autoload.
8907         (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
8908         (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
8909         (vc-bzr-registered): Compare dirstate format tag with known good
8910         value, abort parsing if match fails.  Warn user in docstring.
8911         (vc-bzr-workfile-version): Case for different Bzr branch formats.
8912         See bzrlib/branch.py in Bzr sources.
8913         (vc-bzr-diff): First argument FILES may be a string rather than a list.
8914         (vc-bzr-shell-command): Remove in favor of
8915         vc-bzr-command-discarding-stderr.
8916         (vc-bzr-command-discarding-stderr): New function.
8918 2007-08-06  Riccardo Murri  <riccardo.murri@gmail.com>
8920         * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
8921         program, and return nil.
8922         (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
8923         (vc-bzr-state): Look for path names relative to the repository
8924         root after status keyword.
8925         (vc-bzr-file-name-relative): New function.
8926         (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
8927         depend on it.
8928         (vc-bzr-admin-dirname, ...-checkout-format-file)
8929         (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
8930         files that we now parse directly for speed.
8931         (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
8932         (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
8933         (vc-bzr-state): "bzr status" successful only if exitcode is 0.
8934         (vc-bzr-root): Use `vc-bzr-shell-command'.  Stderr may contain
8935         Bzr warnings, so we must discard it.
8936         (vc-bzr-workfile-version): Speedup counting lines from
8937         `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
8938         if that file doesn't exist.
8939         (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
8940         `vc-bzr-root-dir' for speed.  Add `vc-bzr-admin-dirname' (not ".bzr"!)
8941         to `vc-directory-exclusion-list'.
8942         (vc-bzr-shell-command): New function.
8944 2007-08-06  Tom Tromey  <tromey@redhat.com>
8946         * diff-mode.el (diff-unified->context, diff-reverse-direction)
8947         (diff-fixup-modifs): Typo in docstring.
8949 2007-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8951         * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
8952         count-screen-lines.
8953         (tpu-edt-off): Disable relevant pieces of advice.
8955         * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
8956         tpu-write-file-hook.  Activate it with add-hook on buffer-save-hook.
8957         (newline, newline-and-indent, do-auto-fill): Use advice instead of
8958         redefining the function.
8959         (tpu-set-scroll-margins): Activate the pieces of advice.
8961 2007-08-06  Martin Rudalics  <rudalics@gmx.at>
8963         * help.el (resize-temp-buffer-window): Use window-full-width-p
8964         instead of comparing frame-width and window-width.
8966 2007-08-13  Stephen Leake  <stephen_leake@stephe-leake.org>
8968         * pcvs-parse.el (cvs-parse-table): Handle additional instance of
8969         optional quotes around files in NEED-UPDATE . REMOVED case.
8971         * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
8972         (ada-treat-cmd-string): Improve error message.
8973         (ada-do-file-completion): Call `ada-require-project-file', so
8974         project variables are set properly.
8975         (ada-prj-find-prj-file): Delete Emacs 20.2 support.
8976         (ada-gnatfind-buffer-name): New constant.
8977         (ada-find-any-references): Use new constant.  Set buffer name
8978         properly in compilation-start.  Toggle read-only properly.
8979         (ada-find-in-src-path): Fix spelling error in docstring.
8981         * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
8982         by zero error.
8984 2007-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8986         * emacs-lisp/autoload.el (autoload-print-form): Use print-quoted.
8988 2007-08-12  Richard Stallman  <rms@gnu.org>
8990         * progmodes/sh-script.el (sh): Delete group `unix'.
8992         * progmodes/gud.el (gud): Change to group `processes'.
8994 2007-08-11  Glenn Morris  <rgm@gnu.org>
8996         * progmodes/compile.el (compilation-buffer-name): Don't check
8997         compilation-arguments.  It is superfluous, and the variable isn't
8998         even set when this function is called.
9000 2007-08-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9002         * term/mac-win.el (mac-ae-reopen-application): New function.
9003         (mac-apple-event-map): Bind "reopen application" Apple event to it.
9005 2007-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9007         * textmodes/tex-mode.el (tex-font-lock-unfontify-region): Fix to
9008         take tex-font-script-display into account.
9009         (tex-font-script-display, tex-font-lock-suscript): Change from a cons
9010         cell to a list of 2 elements to simplify the unfontify code.
9012 2007-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9014         * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
9015         (ps-begin-job): Use ps-default-fg and ps-default-bg only when
9016         ps-print-color-p is neither nil nor black-white.  Reported by Christian
9017         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
9019 2007-08-08  Andreas Schwab  <schwab@suse.de>
9021         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
9022         self-insert-command, not self-insert.
9024 2007-08-08  Glenn Morris  <rgm@gnu.org>
9026         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Make second
9027         argument optional, for backwards compatibility, and only highlight
9028         args when present.  Fix symbol name typo (doc/args).
9030         * help-mode.el (help-make-xrefs): Search for symbol constituents,
9031         rather than just `-'.
9033 2007-08-07  Jay Belanger  <jay.p.belanger@gmail.com>
9035         * calc/calc-units.el (calc-convert-temperature):
9036         Use `/' to create fractions.
9038 2007-08-07  Michael Albinus  <michael.albinus@gmx.de>
9040         * net/tramp.el (tramp-wrong-passwd-regexp): Make the regexp more
9041         global matching.
9042         (tramp-handle-shell-command): Handle OUTPUT-BUFFER and
9043         ERROR-BUFFER more robust.  Display output.
9044         (tramp-file-name-handler): Add a connection property when we found
9045         a foreign file name handler.  This allows backends like ftp to
9046         profit also from usr/host name completion based on connection
9047         cache.
9048         (tramp-send-command-and-read): Search for trash after the regexp
9049         until eol only.  In XEmacs, there is a problem with \n.
9051         * net/tramp-cache.el (top): Read persistent connection history
9052         when cache is empty.
9054 2007-08-07  Nic Ferrier  <nferrier@tapsellferrier.co.uk>  (tiny change)
9056         * net/tramp.el (tramp-handle-process-file): Fix bug inserting
9057         resulting output.
9059 2007-08-07  Sam Steingold  <sds@gnu.org>
9061         * progmodes/compile.el (compilation-start): Pass nil as startfile
9062         to comint-exec.
9064 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
9066         * longlines.el (longlines-decoded): New variable.
9067         (longlines-mode): Avoid encoding or decoding the buffer twice.
9069 2007-08-07  Martin Rudalics  <rudalics@gmx.at>
9071         * format.el (format-insert-file): Make sure that at most one undo
9072         entry is recorded for the insertion.  Inhibit point-motion and
9073         modification hooks around call to insert-file-contents.
9075 2007-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9077         * vc.el (vc-annotate): Select temp-buffer before running vc-exec-after.
9078         Select the buffer's window before moving point.
9080 2007-08-07  Richard Stallman  <rms@gnu.org>
9082         * term.el (term): Remove parent group `unix'.
9084         * simple.el (default-indent-new-line): New function.
9085         It calls comment-line-break-function if there are comments.
9086         (do-auto-fill): Use that.
9088 2007-08-07  Sean O'Rourke  <sorourke@cs.ucsd.edu>
9090         * complete.el (PC-lisp-complete-symbol): Complete symbol around point.
9091         (PC-do-completion): Add "acronym completion" for symbols and
9092         filenames, so e.g. "mvbl" expands to "make-variable-buffer-local".
9094 2007-08-06  Sam Steingold  <sds@gnu.org>
9096         * mouse.el (mouse-buffer-menu): Pass mode-name through
9097         format-mode-line because it may be a list,
9098         e.g., (sgml-xml-mode "XML" "SGML"), and not a string.
9100 2007-08-06  Vinicius Jose Latorre  <viniciusig@ig.com.br>
9102         * printing.el (pr-update-menus): Docstring fix.
9104 2007-08-06  Jason Rumney  <jasonr@gnu.org>
9106         * menu-bar.el (menu-bar-vc-filter): Use vc-call-backend.
9108         * vc-hooks.el (vc-call): Add doc string.
9110 2007-08-06  Michael Albinus  <michael.albinus@gmx.de>
9112         * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
9113         process-filter.
9115 2007-08-06  Kenichi Handa  <handa@m17n.org>
9117         * international/quail.el: Wrap (require 'help-mode) by
9118         eval-when-compile.
9119         (quail-help-init): New function.
9120         (quail-help): Call quail-help-init.
9121         (quail-store-decode-map-key): Change it to a function.
9123 2007-08-05  Jason Rumney  <jasonr@gnu.org>
9125         * vc.el (vc-rollback): Add norevert argument back.
9126         (vc-revert-buffer): Add back as obsolete alias.
9128 2007-08-05  Peter Povinec  <ppovinec@yahoo.com>  (tiny change)
9130         * term.el: Honor term-default-fg-color and term-default-bg-color
9131         settings when modifying term-current-face.
9132         (term-default-fg-color, term-default-bg-color): Initialize from
9133         default term-current-face.
9134         (term-mode, term-reset-terminal): Set term-current-face with
9135         term-default-fg-color and term-default-bg-color.
9136         (term-handle-colors-array): term-current-face has term-default-fg-color
9137         and term-default-bg-color after reset escape sequence.
9138         (term-handle-colors-array): Set term-current-color with
9139         term-default-fg/bg-color instead of ansi-term-color-vector when the
9140         index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
9142 2007-08-05  Jay Belanger  <jay.p.belanger@gmail.com>
9144         * calc/calc-nlfit.el (math-nlfit-curve): Remove unnecessary variables.
9145         (math-nlfit-givens): Let bind free variables.
9147 2007-08-05  Vinicius Jose Latorre  <viniciusig@ig.com.br>
9149         * printing.el: Require lpr and ps-print when loading printing package.
9150         Reported by Glenn Morris <rgm@gnu.org>.
9152 2007-08-05  Michael Albinus  <michael.albinus@gmx.de>
9154         * files.el (set-auto-mode): Handle also remote files wrt
9155         `auto-mode-alist'.
9157 2007-08-04  Jay Belanger  <jay.p.belanger@gmail.com>
9159         * calc/calcalg3.el (calc-curve-fit): Add support for nonlinear
9160         curves and plotting.
9162         * calc/calc-nlfit.el: New file.
9164 2007-08-04  Glenn Morris  <rgm@gnu.org>
9166         * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
9167         zero, not nil, when the library is first loaded.  Check for a file
9168         that has been modified on disk.
9170         * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
9171         Remove duplicate defvar preventing initialization.
9172         (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
9174 2007-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9176         * diff-mode.el (diff-font-lock-keywords): Fix up false positives.
9177         (diff-beginning-of-file): Adjust to the fact that diff-file-header-re
9178         may match up to 4 lines.
9179         (diff-beginning-of-file-and-junk): Rewrite.
9181 2007-08-03  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9183         * printing.el: Evaluate require only during compilation.
9184         (pr-version): New version 6.9.1.
9185         (deactivate-mark): Replace (defvar VAR nil) by (defvar VAR).
9186         (pr-global-menubar): Fix code.
9188 2007-08-03  Dan Nicolaescu  <dann@ics.uci.edu>
9190         * term.el (term-erase-in-display): Fix case when point is not at
9191         the beginning of the line.
9193 2007-08-03  Jay Belanger  <jay.p.belanger@gmail.com>
9195         * calc/calc-ext.el (math-get-value, math-get-sdev)
9196         (math-contains-sdev): New functions.
9198         * calc/calc-graph.el (calc-graph-format-data)
9199         (calc-graph-add-curve): Check for error forms.
9200         (calc-graph-set-styles): Add option for error forms.
9202 2007-08-03  Miles Bader  <miles@gnu.org>
9204         * vc-hooks.el (vc-handled-backends): Change capitalization of VC
9205         backend names for new backends to `Git', `Hg', and `Bzr'.
9206         * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
9207         not `HG'.
9208         * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
9209         name, not `GIT'.
9210         * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
9211         (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
9213 2007-08-03  Richard Stallman  <rms@gnu.org>
9215         * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
9216         to update deleted flag.
9218         * cus-edit.el (customize-apropos, customize-apropos-options)
9219         (customize-apropos-faces, customize-apropos-groups): Improve prompt.
9221         * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
9223         * startup.el (fancy-splash-head, startup-echo-area-message):
9224         Change message text.
9226         * emulation/tpu-edt.el (next-line-internal): Setting deleted.
9227         All callers use line-move.
9229         * progmodes/compile.el (compilation-find-buffer): Return current
9230         buffer immediately if suitable.
9231         (compile, compilation-buffer-name, compilation-start): Doc fixes.
9233 2007-08-03  Daiki Ueno  <ueno@unixuser.org>
9235         * faces.el (face-normalize-spec): New function.
9236         (frame-set-background-mode): Normalize face-spec before calling
9237         face-spec-match-p.
9239 2007-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9241         * server.el (server-window): Add switch-to-buffer-other-frame option.
9243 2007-08-03  Glenn Morris  <rgm@gnu.org>
9245         * cus-edit.el (customize-apropos): Make the error message indicate
9246         what kind of thing the user was trying to customize.
9248         * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
9250         * progmodes/fortran.el (fortran-font-lock-syntactic-keywords):
9251         Fix off-by-one error in previous change.
9253 2007-08-03  Drew Adams  <drew.adams@oracle.com>
9255         * emacs-lisp/pp.el (pp-eval-expression): Add progress message.
9256         Make buffer writable.
9258 2007-08-01  Jay Belanger  <jay.p.belanger@gmail.com>
9260         * calc/calc-math.el (math-sqrt-raw, math-sin-raw-2)
9261         (math-cos-raw-2, math-arctan-raw, math-ln-raw):
9262         Use native Emacs functions, when appropriate.
9264 2007-08-01  Dan Nicolaescu  <dann@ics.uci.edu>
9265             Stefan Monnier  <monnier@iro.umontreal.ca>
9267         * vc.el: Document new VC operation `extra-menu'.
9269         * vc-hooks.el (vc-default-extra-menu): New function.
9271         * menu-bar.el (menu-bar-vc-filter): New function.
9272         (menu-bar-tools-menu): Use it as a filter.
9274 2007-08-01  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
9276         * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
9278 2007-08-01  Glenn Morris  <rgm@gnu.org>
9280         * progmodes/fortran.el: Remove leading `*' from all defcustom doc
9281         strings.
9282         (fortran-tab-mode-default): Remove needless autoload.
9283         (fortran-tab-mode-string): Add help-echo and mouse properties, and
9284         mark as risky.
9285         (fortran-line-length): New buffer-local variable, safe if integer.
9286         (fortran-if-start-re, fortran-end-prog-re1, fortran-end-prog-re):
9287         Change from variables to constants.
9288         (fortran-font-lock-syntactic-keywords): Delete as a variable,
9289         replace with a new function definition.
9290         (fortran-mode): Use fortran-line-length, and
9291         fortran-font-lock-syntactic-keywords as a function.  Add a
9292         hack-local-variables-hook function.
9293         (fortran-line-length, fortran-hack-local-variables): New functions.
9294         (fortran-window-create, fortran-strip-sequence-nos): Doc fix.
9295         Use fortran-line-length rather than 72.
9296         (fortran-window-create-momentarily): Doc fix.
9298 2007-07-31  Drew Adams  <drew.adams@oracle.com>  (tiny change)
9300         * cus-edit.el (custom-group-value-create, custom-goto-parent):
9301         Fix parent groups link.
9303 2007-07-31  Paul Pogonyshev  <pogonyshev@gmx.net>
9305         * progmodes/python.el (python-current-defun): Adjust to never fall
9306         into infinite loop.
9308 2007-07-31  Stefan Monnier  <monnier@iro.umontreal.ca>
9310         * pcvs.el (cvs-vc-command-advice): Handle the new fileset case.
9312 2007-07-29  Kimit Yada  <kimitto@gmail.com>  (tiny change)
9314         * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
9315         (copyright-fix-years, copyright): Correctly handle the case where
9316         copyright-limit is nil.
9318 2007-07-28  Konstantin Novitsky  <knovitsk@Bear.com>  (tiny change)
9320         * progmodes/python.el (run-python): Fix path separator under w32.
9322 2007-07-30  Richard Stallman  <rms@gnu.org>
9324         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
9325         Treat non-break space as whitespace in Lisp.
9327 2007-07-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9329         * vc.el (vc-dired-hook): Use inhibit-read-only.
9331         * progmodes/compile.el (compilation-forget-errors):
9332         Reset compilation-auto-jump-to-next.
9334 2007-07-30  Michael Olson  <mwolson@gnu.org>
9336         * cus-edit.el (custom-group-save): Fix void function definition
9337         error.  Thanks to Zhang Wei for the report.
9339         * ps-print.el: Check in trivial changes to the autoloads section
9340         caused by the build process.  These autoloads really ought to be
9341         placed in a separate file, methinks.
9343 2007-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9345         * calendar/calendar.el (calendar-mode): Make sure
9346         displayed-(month|year) are set.
9347         (calendar-basic-setup): Display buffer before adjusting window sizes.
9348         (generate-calendar-window): Use inhibit-read-only.  Simplify.
9349         Generate buffer and set displayed-month and displayed-year before
9350         calling update-calendar-mode-line.
9352 2007-07-29  Michael Albinus  <michael.albinus@gmx.de>
9354         * net/tramp.el:
9355         * net/tramp-uu.el:
9356         * net/trampver.el: Use utf-8 encoding with coding cookie.
9358         * net/tramp-cache.el:
9359         * net/tramp-fish.el:
9360         * net/tramp-ftp.el:
9361         * net/tramp-gw.el:
9362         * net/tramp-smb.el: Remove coding cookie.
9364         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
9365         Flush buffer file-name's file property.
9366         (tramp-handle-file-remote-p): The first parameter is FILENAME.
9368         * net/trampver.el: Update release number.
9370 2007-07-29  Juri Linkov  <juri@jurta.org>
9372         * dired.el (dired-mode-map): Bind C-x C-q to dired-toggle-read-only.
9373         Filter out menu item "Edit File Names" `wdired-change-to-wdired-mode'
9374         when major-mode is not dired-mode.
9375         (dired-toggle-read-only): New function.
9376         (dired-recursive-deletes): Remove obsolete comments about old
9377         default value.
9378         (dired-do-flagged-delete, dired-do-delete): Refill docstring.
9380         * wdired.el (wdired-exit): New function.
9381         (wdired-mode-map): Bind C-x C-q to wdired-exit.
9383 2007-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9385         * cus-edit.el (customize-read-group): New fun.
9386         (customize-group-other-window, customize-face-other-window):
9387         Prompt before delegating to customize-(group|face).
9388         Bind pop-up-windows rather than use the other-window argument.
9389         (customize-group, customize-face): Prompt from the interactive spec.
9390         Remove args `prompt-for-group' and `other-window'.
9392         * emacs-lisp/advice.el (ad-interactive-form): Re-introduce.
9393         (ad-body-forms, ad-advised-interactive-form): Revert this part of
9394         last change.
9396 2007-07-28  Masatake YAMATO  <jet@gyve.org>
9398         * vc.el (vc-dired-mode): Add a menu for VC related operation.
9399         Use backend name as the menu label.  Suggested by David Kastrup.
9401 2007-07-28  Alan Mackenzie  <acm@muc.de>
9403         Fix problem with modes derived from CC Mode:
9404         * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
9405         macro to cc-langs.
9406         (c-init-language-vars-for): Remove call to above macro.
9407         * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
9408         been moved to here.
9409         (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
9411 2007-07-28  Eli Zaretskii  <eliz@gnu.org>
9413         * net/trampver.el: Fix the `coding' cookie.
9415 2007-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
9417         * vc-git.el (vc-git-print-log): Support both the old single file
9418         interface and the new one.
9420 2007-07-28  Nick Roberts  <nickrob@snap.net.nz>
9422         * bindings.el (mode-line-remote): Use updated %@ construct.
9424 2007-07-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9426         * calendar/cal-bahai.el (calendar-bahai-month-name-array)
9427         (calendar-bahai-epoch, calendar-bahai-leap-year-p)
9428         (calendar-bahai-leap-base, calendar-bahai-prompt-for-date)
9429         (diary-list-bahai-entries, diary-bahai-mark-entries)
9430         (calendar-bahai-mark-date-pattern, diary-insert-bahai-entry)
9431         (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
9432         New names to clean up namespace.
9433         (list-bahai-diary-entries, mark-bahai-diary-entries)
9434         (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
9435         (insert-yearly-bahai-diary-entry, mark-bahai-calendar-date-pattern):
9436         Add compatibility aliases.
9438         * calendar/appt.el: Don't wrap defvar within eval-when-compile.
9440         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right)
9441         (calendar-scroll-left-three-months)
9442         (calendar-scroll-right-three-months): Clean up namespace.
9443         (scroll-calendar-left, scroll-calendar-right)
9444         (scroll-calendar-left-three-months)
9445         (scroll-calendar-right-three-months): Add compatibility aliases.
9447         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
9448         Behave like mouse-scroll-calendar-* when used from the mouse.
9450         * calendar/cal-menu.el (cal-menu-scroll-menu)
9451         (cal-menu-global-mouse-menu):
9452         * calendar/calendar.el (calendar-mode-map):
9453         Use new calendar-scroll-* names.
9454         (mouse-scroll-calendar-left, mouse-scroll-calendar-right):
9455         Remove.  Use calendar-scroll-* directly instead.
9457 2007-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9459         * emacs-lisp/advice.el (ad-interactive-p, ad-interactive-form): Remove.
9460         (ad-body-forms, ad-advised-interactive-form, ad-make-cache-id)
9461         (ad-make-advised-definition, ad-cache-id-verification-code):
9462         Use commandp and interactive-form instead.
9464 2007-07-26  Dan Nicolaescu  <dann@ics.uci.edu>
9466         * vc-git.el: Relicense to GPLv3 or later.
9467         (vc-directory-exclusion-list, vc-handled-backends): Remove.
9469         * vc-hooks.el (vc-handled-backends): Add GIT.
9471         * vc.el (vc-directory-exclusion-list): Add .git.
9473 2007-07-26  Alexandre Julliard  <julliard@winehq.org>
9475         * vc-git.el (vc-git-revision-table)
9476         (vc-git-revision-completion-table): New functions.
9478 2007-07-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9480         * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
9481         * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
9482         * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
9483         * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
9484         * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
9485         * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
9486         New command actions for EPS header and EPS footer.
9488         * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
9489         footer.  Fix some problems with one-or-more, zero-or-more and
9490         alternative constructions generation.  Some log messages
9491         implementation.  Doc fix.
9492         (ebnf-version): New version 4.4.
9493         (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
9494         (ebnf-eps-footer, ebnf-log): New options.
9495         (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
9496         (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
9497         (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
9498         (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
9499         (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New funs.
9500         (ebnf-style-custom-list, ebnf-style-database): Put new values.
9501         (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
9502         (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
9503         (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
9504         (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
9505         (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
9506         (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
9507         (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
9508         (ebnf-non-terminal-dimension, ebnf-special-dimension)
9509         (ebnf-terminal-dimension1, ebnf-repeat-dimension)
9510         (ebnf-except-dimension, ebnf-alternative-dimension)
9511         (ebnf-optional-dimension, ebnf-one-or-more-dimension)
9512         (ebnf-zero-or-more-dimension, ebnf-sequence-dimension): Insert log
9513         message fun.
9514         (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
9515         (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
9516         (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
9517         (ebnf-terminal-dimension1, ebnf-alternative-dimension)
9518         (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
9519         (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
9520         (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
9521         compatibility with Emacs 20 & 21.
9522         (ebnf-eps-header-comment, ebnf-eps-footer-comment)
9523         (ebnf-eps-file-alist, ebnf-basic-width-extra)
9524         (ebnf-basic-empty-height): New vars.
9525         (ebnf-prologue): Fix PostScript code.
9526         (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
9527         (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
9528         (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
9529         (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
9531 2007-07-25  Glenn Morris  <rgm@gnu.org>
9533         * Relicense all FSF files to GPLv3 or later.
9535         * COPYING: Switch to GPLv3.
9537 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9539         * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
9540         Replace it with another one which disables undo before calling
9541         erase-buffer and then turns it back on if needed.
9543 2007-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
9545         * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
9547 2007-07-24  Glenn Morris  <rgm@gnu.org>
9549         * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
9550         (cal-tex-rules, cal-tex-buffer, cal-tex-24)
9551         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
9552         (cal-tex-cursor-week, cal-tex-cursor-week2)
9553         (cal-tex-cursor-week-iso, cal-tex-week-hours)
9554         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
9555         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
9556         (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
9558 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9560         * calendar/calendar.el (calendar-mode-map): Move initialization
9561         into declaration.  Add menu bindings (used to be done in cal-menu).
9562         (calendar-mode): Don't add an activate-menubar-hook.
9564         * calendar/cal-menu.el: Break dependency on calendar.el (i.e. do not
9565         modify calendar-mode-map), use easy-menu, and make sure that C-h k
9566         can be used on the menu entries.
9567         (cal-menu-holiday-window-suffix, cal-menu-set-date-title): New funs.
9568         (cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
9569         (cal-menu-goto-menu, cal-menu-scroll-menu): New consts.
9570         (cal-menu-context-mouse-menu, cal-menu-global-mouse-menu): New menus.
9571         (calendar-flatten, cal-menu-update): Remove.
9572         (calendar-mouse-insert-hebrew-diary-entry)
9573         (calendar-mouse-insert-islamic-diary-entry)
9574         (calendar-mouse-insert-bahai-diary-entry):
9575         Remove (fold into cal-menu-diary-menu).
9576         (calendar-mouse-2-date-menu, calendar-mouse-cal-tex-menu)
9577         (cal-tex-mouse-filofax): Remove (fold into cal-menu-context-mouse-menu).
9578         (calendar-mouse-3-map): Remove (turn into cal-menu-global-mouse-menu).
9579         (calendar-mouse-view-diary-entries): Minor simplifications.
9580         (calendar-event-to-date): Use with-current-buffer.
9582 2007-07-25  Nick Roberts  <nickrob@snap.net.nz>
9584         * add-log.el (change-log-redate): Remove (not needed anymore and
9585         doesn't appear to work).
9587 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9589         * frame.el: Use mapc and dolist instead of mapcar where possible.
9590         (close-display-connection): New command.
9592 2007-07-25  Alexandre Julliard  <julliard@winehq.org>
9594         * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
9595         (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
9597 2007-07-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9599         * ps-print.el (ps-multibyte-buffer): Docstring fix.
9601         * ps-mule.el: Doc fix.
9602         (ps-multibyte-buffer, ps-mule-font-info-database-default)
9603         (ps-mule-external-libraries, ps-mule-begin-job): Docstring fix.
9605 2007-07-25  Glenn Morris  <rgm@gnu.org>
9607         * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays)
9608         (cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start)
9609         (cal-tex-daily-end, cal-tex-hook)
9610         (cal-tex-cal-one-month, cal-tex-cal-multi-month)
9611         (cal-tex-year, cal-tex-cursor-week, cal-tex-cursor-week2)
9612         (cal-tex-cursor-week-iso, cal-tex-week-hours)
9613         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
9614         (cal-tex-cursor-day, cal-tex-insert-preamble): Doc fix.
9615         (cal-tex-day-prefix, cal-tex-day-name-format)
9616         (cal-tex-cal-one-month, cal-tex-cal-multi-month, cal-tex-myday)
9617         (cal-tex-caldate, cal-tex-LaTeX-hourbox)
9618         (cal-tex-LaTeX-subst-list): Change from variables to constants.
9619         (cal-tex-preamble, cal-tex-arg, cal-tex-nl): Simplify with `format'.
9620         (cal-tex-cursor-filofax-year, cal-tex-weekly4-box): Use \textbf,
9621         etc, rather than \bf.
9622         (cal-tex-mini-calendar): Fix typos in previous change.
9623         (cal-tex-latexify-list): Remove inner let binding.
9624         (cal-tex-end-document, cal-tex-banner): Use multi-line
9625         cal-tex-comment.
9626         (cal-tex-comment): Handle embedded newlines.
9627         (cal-tex-LaTeXify-string): Use substring-no-properties.
9629 2007-07-25  Joakim Verona  <joakim@verona.se>  (tiny change)
9631         * progmodes/compile.el (compilation-error-regexp-alist-alist):
9632         Add support for the Maden build tool.
9634 2007-07-25  William Xu  <william.xwl@gmail.com>  (tiny change)
9636         * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
9638 2007-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9640         * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
9642 2007-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
9644         * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
9645         C-x C-q.
9647         * vc-git.el (vc-git-print-log): Fix previous change.
9649 2007-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9651         * window.el (save-selected-window): Minor optimization.
9652         (bw-adjust-window): If operation failed, try with a smaller delta.
9653         (window-fixed-size-p): New function.
9654         (window-area-factor): New var.
9655         (balance-windows-area): New command.
9657         * ps-mule.el (ps-multibyte-buffer): Docstring fixes.
9658         (ps-mule-encode-ethiopic): Make it clear that it's always defined.
9659         (ps-mule-prepare-font-for-components, ps-mule-encode-header-string)
9660         (ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes.
9661         (ps-mule-begin-job): Use dolist.
9663 2007-07-24  Michael Albinus  <michael.albinus@gmx.de>
9665         * subr.el (start-file-process-shell-command)
9666         (process-file-shell-command): New defuns.
9668         * progmodes/compile.el (compilation-start):
9669         Apply `start-file-process-shell-command'.
9671 2007-07-24  Alexandre Julliard  <julliard@winehq.org>
9673         * vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix typos.
9675 2007-07-24  Alan Mackenzie  <acm@muc.de>
9677         * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
9678         Initialise byte-compile-unresolved-functions before rather than
9679         after a compilation.
9680         (byte-compile-unresolved-functions): Amplify doc string.
9682 2007-07-24  Glenn Morris  <rgm@gnu.org>
9684         * startup.el (normal-splash-screen): Use `emacs-copyright'.
9686         * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
9687         (cal-tex-rules, cal-tex-buffer, cal-tex-24)
9688         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
9689         (cal-tex-cursor-week, cal-tex-cursor-week2)
9690         (cal-tex-cursor-week-iso, cal-tex-week-hours)
9691         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
9692         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
9693         (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
9695         * calendar/cal-tex.el: Remove leading `*' from defcustom docs.
9696         (cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
9697         (cal-tex-day-name-format, cal-tex-cal-one-month)
9698         (cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
9699         (cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
9700         (cal-tex-mini-calendar, cal-tex-em): Doc fix.
9701         (cal-tex-list-holidays, cal-tex-cursor-year)
9702         (cal-tex-cursor-year-landscape, cal-tex-year)
9703         (cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
9704         (cal-tex-cursor-month, cal-tex-insert-days)
9705         (cal-tex-insert-day-names, cal-tex-insert-blank-days)
9706         (cal-tex-first-blank-p, cal-tex-cursor-week)
9707         (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
9708         (cal-tex-week-hours, cal-tex-cursor-week-monday)
9709         (cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
9710         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
9711         (cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
9712         (cal-tex-latexify-list, cal-tex-previous-month)
9713         (cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
9714         modernization, including using dotimes rather than
9715         calendar-for-loop.
9716         (cal-tex-LaTeX-subst-list): Remove `@'.
9717         (cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf):
9718         Use \textit and \textbf rather than \em and \it.
9720         * calendar/cal-bahai.el (list-bahai-diary-entries)
9721         * calendar/cal-hebrew.el (list-hebrew-diary-entries)
9722         * calendar/cal-islam.el (list-islamic-diary-entries)
9723         * calendar/calendar.el (generate-calendar, generate-calendar-month)
9724         * calendar/diary-lib.el (diary-list-entries)
9725         (mark-calendar-date-pattern): Use `dotimes' rather than
9726         `calendar-for-loop'.
9728         * calendar/calendar.el (calendar-for-loop): Doc fix.
9730 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9732         * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
9733         underlying file is uptodate.
9735 2007-07-23  Christopher J. Madsen  <cjm@cjmweb.net>
9737         * replace.el (perform-replace): Use isearch-no-upper-case-p.
9739 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9741         * vc-hooks.el (vc-mode-line-map): New const.
9742         (vc-mode-line): Use it.
9744 2007-07-23  Alexandre Julliard  <julliard@winehq.org>
9746         * vc-git.el (vc-git-delete-file, vc-git-rename-file)
9747         (vc-git-unregister): New functions.
9748         (vc-git-find-version): Use the result of ls-files as a parameter
9749         for cat-file.
9751 2007-07-23  Michael Albinus  <michael.albinus@gmx.de>
9753         * net/tramp.el (tramp-perl-file-attributes)
9754         (tramp-perl-directory-files-and-attributes)
9755         (tramp-handle-file-attributes-with-stat)
9756         (tramp-handle-directory-files-and-attributes-with-stat)
9757         (tramp-convert-file-attributes): Handle huge file sizes.
9759 2007-07-23  Juri Linkov  <juri@jurta.org>
9761         * isearch.el (isearch-message-function): New variable.
9762         (isearch-update, isearch-search): Use it.
9764         * simple.el (goto-history-element): New function created from
9765         next-history-element.
9766         (next-history-element): Most code moved to goto-history-element.
9767         Call goto-history-element with (- minibuffer-history-position n).
9768         (previous-history-element): Call goto-history-element with (+
9769         minibuffer-history-position n).
9770         (minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
9771         (minibuffer-history-isearch-message-overlay): New buffer-local variable.
9772         (minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
9773         (minibuffer-history-isearch-search, minibuffer-history-isearch-message)
9774         (minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
9775         (minibuffer-history-isearch-pop-state): New functions.
9777 2007-07-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
9779         * vc-hooks.el (vc-stay-local-p): Fix bug: Avoid remove-if-not.
9780         Also, if FILE is a list, return non-nil if any of its elements
9781         should stay local.  Update docstring.
9783 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9785         * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25
9786         change by reverting a small part.
9788 2007-07-23  Richard Stallman  <rms@gnu.org>
9790         * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
9792 2007-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
9794         * vc-git.el (vc-git-checkin): Delete unused parameter and the code
9795         handling it.  Use vc-git-command.
9796         (vc-git-find-version, vc-git-diff-tree): New functions.
9797         (vc-git-revert): Use vc-git-command.
9798         (vc-git--run-command): Delete.
9800 2007-07-23  Alexandre Julliard  <julliard@winehq.org>
9802         * vc-git.el (vc-git-workfile-unchanged-p): Update comment.
9804 2007-07-20  Kenichi Handa  <handa@m17n.org>
9806         * international/utf-8.el (utf-8-post-read-conversion):
9807         Temporarily bind utf-8-compose-scripts to nil while running
9808         *-compose-region functions.
9810 2007-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
9812         * vc-git.el: Update status.
9813         (vc-directory-exclusion-list): Use eval-after-load.
9815 2007-07-22  Nick Roberts  <nickrob@snap.net.nz>
9817         * bindings.el (mode-line-remote): New variable.
9818         (help-echo): Add to default values of mode-line-format.
9820         * files.el: Mark mode-line-remote as risky.
9822 2007-07-22  Juri Linkov  <juri@jurta.org>
9824         * isearch.el (isearch-edit-string): Save old point and
9825         isearch-other-end to old-point and old-other-end before reading
9826         the search string from minibuffer.  After exiting minibuffer set
9827         point to old-other-end if point and the search direction is the
9828         same as before reading the search string.
9829         (isearch-del-char): Don't set isearch-yank-flag to t.  Put point
9830         to isearch-other-end.  Instead of isearch-search-and-update call
9831         three functions isearch-search, isearch-push-state and isearch-update.
9833 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
9835         * vc-git.el (vc-git-register, vc-git-checkin): Use vc-git-command,
9836         deal with multiple file arguments.
9837         (vc-git-print-log): Deal with multiple file arguments.
9839 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9841         * diff-mode.el (diff-refine-ignore-spaces-hunk): Rename from
9842         diff-refine-hunk.  Adjust users.
9843         (diff-unified-hunk-p, diff-splittable-p): New functions.
9844         (diff-mode-menu): Use it to disable Split when it doesn't work.
9846 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
9848         * diff-mode.el (diff-mode-menu): New entries.
9850 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9852         * diff-mode.el (diff-unified->context): Use the new `apply' undo entry
9853         if applicable, so as to save undo-log space.
9855         * diff-mode.el (diff-find-file-name): Add arg `batch'.
9857         * diff-mode.el (diff-beginning-of-file-and-junk): New function.
9858         (diff-file-kill): Use it.
9859         (diff-beginning-of-hunk): Add arg `try-harder' using it.
9860         (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
9861         Use it so they find the hunk even when we're in the file header.
9863 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
9865         * vc-git.el (vc-git-revision-granularity, vc-git-root)
9866         (vc-git-command, vc-git-dir-state, vc-git-dired-state-info)
9867         (vc-git-create-repo): New functions.
9868         (vc-git-registered): New autoloaded function definition.
9869         (vc-git-registered): Use vc-git-root.
9870         (vc-git-responsible-p): New defalias.
9871         (vc-git-annotate-extract-revision-at-line): Uncomment.
9872         (vc-git-print-log): Add the file name to the log.
9873         (vc-git-log-view-mode): New derived mode.
9874         (vc-git-diff, vc-git-annotate-command): Use vc-git-command.
9876 2007-07-22  Michael Albinus  <michael.albinus@gmx.de>
9878         * progmodes/grep.el (grep-compute-defaults): Keep default values.
9880 2007-07-22  Ralf Angeli  <angeli@caeruleus.net>
9882         * textmodes/reftex.el (reftex-access-parse-file): Create parse
9883         file in a way that does not interfere with recentf mode.
9884         (reftex-access-parse-file): Do not risk destroying an existing
9885         buffer.
9887 2007-07-22  Alexandre Julliard  <julliard@winehq.org>
9889         * vc-git.el: New file.
9891 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9893         * textmodes/tex-mode.el (tex-font-script-display): Change default.
9895 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
9897         * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
9898         for branches and new files.
9900         * vc-hooks.el (vc-default-mode-line-string): Move mouse-face and
9901         local-map handling ...
9902         (vc-mode-line): ... here.  Improve handling of help-echo.
9904         * vc.el (mode-line-string): Document help-echo usage.
9906 2007-07-22  Michael Albinus  <michael.albinus@gmx.de>
9908         Sync with Tramp 2.1.10.
9910         * net/tramp.el (tramp-get-ls-command): Fix typo.
9912         * net/trampver.el: Update release number.
9914 2007-07-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9916         * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
9918         * term/x-win.el (x-handle-no-bitmap-icon): New function.
9920 2007-07-22  Martin Rudalics  <rudalics@gmx.at>
9922         * add-log.el (change-log-fill-parenthesized-list): New function.
9923         (change-log-indent): Call change-log-fill-parenthesized-list.
9924         (change-log-fill-paragraph): Bind fill-indent-according-to-mode to t.
9925         Have lines with leading asterisk start a paragraph.
9927 2007-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
9929         * calc/calc-math.el (math-emacs-precision)
9930         (math-largest-emacs-expt, math-smallest-emacs-expt):
9931         New variables.
9932         (math-use-emacs-fn): New function.
9933         (math-exp-raw): Evaluate with `math-use-emacs-fn', when
9934         appropriate.
9936 2007-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
9938         * image-dired.el (image-dired-sane-db-file): New func.
9939         (image-dired-write-tags, image-dired-remove-tag)
9940         (image-dired-list-tags, image-dired-write-comments)
9941         (image-dired-get-comment, image-dired-mark-tagged-files)
9942         (image-dired-create-gallery-lists): Call new func.
9943         Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
9945 2007-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
9947         * vc-hg.el (vc-hg-dir-state): Fix loop.
9948         (vc-hg-print-log): Fix expected return value for vc-hg-command.
9949         (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
9950         (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
9951         (vc-hg-revert): Likewise.
9952         (vc-hg-revision-table, vc-hg-revision-completion-table): New
9953         functions.
9955 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9957         * add-log.el (change-log-resolve-conflict): Don't lose data if the
9958         merge fails.
9960 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
9962         * progmodes/compile.el (compilation-auto-jump-to-first-error):
9963         Add group and version.
9965 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9967         * add-log.el (add-log-file-name): Use file-relative-name.
9968         (add-change-log-entry): Delay reading
9969         add-log-(full-name|mailing-address) to after we've switched to the
9970         ChangeLog buffer so we get the right value.
9971         (add-change-log-entry, add-log-current-defun, change-log-merge):
9972         Use derived-mode-p rather than checking major-mode directly.
9974         * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
9975         name for buffer-file-name if it refers to a directory.
9977         * vc-arch.el (vc-arch-diff): Fix last change.
9979         * progmodes/compile.el (compilation-start): Remember the original
9980         directory in a buffer-local compilation-directory.
9981         (compile): Set the global value of compilation-directory.
9982         (recompile): Use compilation-directory even in the compilation buffer.
9984 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
9986         * vc-hg.el (vc-hg-diff): Use vc-hg-command.
9988 2007-07-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9990         * ps-print.el: Problem with foreground and background color when
9991         printing a buffer with and without faces.  Reported by Christian
9992         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
9993         (ps-print-version): New version 6.7.5.
9994         (ps-default-fg): Change default value to nil, so black color is used
9995         when a face does not specify a foreground color.
9996         (ps-default-bg): Change default value to nil, so white color is used
9997         for background color.
9998         (ps-begin-job): Fix code.
10000 2007-07-20  Eli Zaretskii  <eliz@gnu.org>
10002         * makefile.w32-in (install-lisp-SH): Don't create subdirectories
10003         in $(INSTALL_DIR)/lisp/ if they already exist.
10005 2007-07-20  Dhruva Krishnamurthy  <dhruvakm@gmail.com>  (tiny change)
10007         * makefile.w32-in (install-lisp-CMD): Don't create subdirectories
10008         in $(INSTALL_DIR)/lisp/ if they already exist.
10010 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10012         * progmodes/vera-mode.el (vera-re-search-forward)
10013         (vera-re-search-backward): Remove use of store-match-data.
10014         (vera-mode-map): Move initialization into declaration.
10016         * progmodes/flymake.el (flymake-buildfile-dirs): Remove.
10017         (flymake-find-buildfile): Use locate-dominating-file.
10019         * vc.el (vc-delistify): Use mapconcat.
10020         (vc-do-command): Minor simplification.
10021         (vc-expand-dirs): Use push.
10023         * vc-mcvs.el (vc-mcvs-create-repo):
10024         * vc-cvs.el (vc-cvs-create-repo): Remove.
10026         * vc-hooks.el (vc-find-root): Fix case where `file' is the current
10027         directory and the root as well.
10029 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
10031         * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
10032         instead of a file.
10034         * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
10035         (vc-hg-registered): Replace if with when.
10036         (vc-hg-state): Deal with nonexistent files and handle removed files.
10037         (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
10038         (vc-hg-checkout): Re-enable.
10039         (vc-hg-create-repo): Fix typos.
10040         (vc-hg-print-log): Fix for multiple files.
10041         (vc-hg-workfile-unchanged-p): New function.
10043         * vc.el: Fix typo.
10044         (vc-print-log): Fix call to print-log.
10045         (vc-default-comment-history): Likewise.
10046         (vc-directory-exclusion-list): Add .hg and .bzr.
10047         (vc-diff-internal): Pass a list instead of a file.
10049         * vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
10051         * vc-bzr.el (vc-bzr-create-repo): New function.
10053 2007-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10055         * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
10056         `file' from which to start the search.
10058 2007-07-19  Eric S. Raymond  <esr@snark.thyrsus.com>
10060         * vc-cvs.el (vc-cvs-checkin, vc-cvs-diff): Finish transition from
10061         having a single file argument to having a list of files as the
10062         first argument.
10064 2007-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10066         * files.el (locate-dominating-file): New function.
10068 2007-07-18  Michael Albinus  <michael.albinus@gmx.de>
10070         * progmodes/grep.el (grep-host-defaults-alist): New defvar.
10071         (grep-compute-defaults): Use it.
10073 2007-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10075         * uniquify.el: Docstring fixes.
10077 2007-07-18  Eric S. Raymond  <esr@snark.thyrsus.com>
10079         * vc.el (revision-granularity, create-repo): Document new vc
10080         backend properties.
10081         (vc-rollback): Renamed from vc-cancel-version.  Update references.
10082         Pass a list instead of a file.
10083         (vc-revert): Renamed from vc-revert-buffer.  Update references.
10084         (vc-delistify, vc-expand-dirs): New functions.
10085         (vc-do-command): Rename FILE to FILE-OR-LIST and deal with a list
10086         of files instead of a single file.
10087         (vc-position-context, vc-resync-window, vc-diff-internal)
10088         (vc-print-log): Pass a list instead of a file.
10090         * vc-hooks.el (vc-stay-local-p, vc-backend)
10091         (vc-backend-subdirectory-name): Work on a file list, not a single
10092         file.
10093         (vc-workfile-version): Update docstring.
10094         (vc-menu-map): Use vc-rollback instead of vc-cancel-version and
10095         vc-revert instead of vc-revert-buffer.
10096         (vc-prefix-map): Likewise.  Bind vc-update.
10098         * vc-svn.el (vc-svn-revision-granularity, vc-svn-create-repo)
10099         (vc-svn-wash-log): New functions.
10100         (vc-svn-register, vc-svn-checkin, vc-svn-print-log)
10101         (vc-svn-command): Deal with a list of files, not a single file.
10103         * vc-rcs.el (vc-rcs-revision-granularity, vc-rcs-create-repo)
10104         (vc-rcs-wash-log): New functions.
10105         (vc-rcs-register, vc-rcs-checkin, vc-rcs-diff, vc-rcs-print-log):
10106         Deal with a list of files, not a single file.
10107         (vc-rcs-rollback): Likewise.  Rename from vc-rcs-cancel-version.
10109         * vc-sccs.el (vc-sccs-revision-granularity, vc-sccs-wash-log): New
10110         functions.
10111         (vc-sccs-register, vc-sccs-checkin, vc-sccs-diff): Deal with a
10112         list of files, not a single file.
10114         * vc-mcvs.el (vc-mcvs-revision-granularity, vc-mcvs-create-repo):
10115         New functions.
10116         (vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-print-log)
10117         (vc-mcvs-diff): Deal with a list of files, not a single file.
10119         * vc-hg.el (vc-hg-revision-granularity, vc-hg-create-repo): New
10120         functions.
10121         (vc-hg-print-log): Deal with a list of files, not a single file.
10122         (vc-hg-diff-tree): New function, replace defalias with the same
10123         name.
10124         (vc-hg-register, vc-hg-checkin, vc-hg-command): Rename FILE to
10125         FILES to denote that it is a file list, not a single file.
10127         * vc-cvs.el (vc-cvs-create-repo, vc-cvs-wash-log): New functions.
10128         (vc-cvs-register, vc-cvs-checkin): Deal with a list of files, not
10129         a single file.
10130         (vc-cvs-print-log, vc-cvs-command): Rename FILE to FILES to denote
10131         that it is a file list, not a single file.
10132         (vc-cvs-diff): Likewise.  Simplify.
10134         * vc-arch.el (vc-arch-register, vc-arch-checkin, vc-arch-diff):
10135         Deal with a list of files, not a single file.
10137         * vc-bzr.el (vc-bzr-register, vc-bzr-command, vc-bzr-checkin)
10138         (vc-bzr-print-log): Update FILE parameter name to denote that it
10139         is a file list, not a single file.
10140         (vc-bzr-diff): Likewise.  Use the car of files.
10142 2007-07-18  Juanma Barranquero  <lekktu@gmail.com>
10144         * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
10145         (follow-delete-other-windows-and-split, follow-recenter)
10146         (follow-windows-aligned-p, follow-point-visible-all-windows-p)
10147         (follow-redisplay, follow-estimate-first-window-start)
10148         (follow-xemacs-scrollbar-support, follow-intercept-process-output):
10149         Fix typos in docstrings.
10151 2007-07-18  Martin Rudalics  <rudalics@gmx.at>
10153         * add-log.el (change-log-mode): Use fill-nobreak-predicate to
10154         avoid that filling introduces lines with a single asterisk.
10156         * kmacro.el (kmacro-end-macro): When ignoring empty macro
10157         avoid incorrect kmacro-ring-empty-p messages.
10158         Reported by Michael Schierl <schierlm@gmx.de>.
10160 2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
10162         * vc.el: Add more info about the vc-registered function.
10164 2007-07-17  Michael Albinus  <michael.albinus@gmx.de>
10166         * files.el (file-remote-p): Introduce optional parameter
10167         IDENTIFICATION.
10169         * recentf.el (recentf-keep-default-predicate): Adapt call of
10170         `file-remote-p'.
10172         * progmodes/grep.el (grep-probe): Use `process-file'.
10173         (grep-compute-defaults): Handle variables host specific.
10175         * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
10176         parameter IDENTIFICATION.
10178         * net/tramp.el (tramp-handle-file-remote-p): Handle optional
10179         parameter IDENTIFICATION.
10180         (tramp-handle-set-file-times): New defun.  Replaces `tramp-touch'.
10181         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
10182         Add entry for `set-file-times'.
10183         (tramp-do-copy-or-rename-file-via-buffer)
10184         (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
10185         (tramp-handle-unhandled-file-name-directory): Rewrite.
10186         (tramp-convert-file-attributes): Add error handling when inode is
10187         extraordinary big.
10188         (tramp-get-inode): Change parameter from FILE to VEC.
10189         (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
10190         is nil.  This is according to the specification.  Goto (point-max)
10191         when ready.
10192         (tramp-handle-shell-command): Rewrite completely, using
10193         `process-file' and `start-file-process'.
10194         (tramp-methods, tramp-find-shell)
10195         (tramp-open-connection-setup-interactive-shell)
10196         (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
10197         var.  Reported by Steve Youngs <steve@sxemacs.org>.
10199         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
10200         entry for `set-file-times'.  Rename `start-process' into
10201         `start-file-process'.  Remove `call-process' entry.
10202         (tramp-fish-handle-set-file-times): New defun.
10203         (tramp-fish-handle-executable-find): Use `process-file'.
10204         (tramp-fish-handle-process-file): New defun.  Replaces
10205         `tramp-fish-handle-call-process'.
10206         (tramp-fish-do-copy-or-rename-file-directly): Use
10207         `set-file-times'.
10208         (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
10210         * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
10211         `tramp-get-inode' parameter.
10213 2007-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10215         * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
10216         (vc-bzr-post-command-function): Remove.  Version 0.8 is already old
10217         nowadays, and by the time Emacs-23 comes out, nobody will even remember
10218         it has ever existed.
10220 2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
10222         * vc.el: Undo previous change.
10224 2007-07-16  Eli Zaretskii  <eliz@gnu.org>
10226         * makefile.w32-in (clean): Don't delete *~.
10228 2007-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10230         * textmodes/tex-mode.el (tex-verbatim-environments):
10231         Add safe-local-variable property.
10232         (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
10233         when starting font-lock rather than when loading tex-mode.el.
10235         * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
10236         whole $( rather than just the $.  Rename from sh-quoted-subshell.
10237         (sh-font-lock-syntactic-keywords): Adjust call accordingly.
10239 2007-07-16  Thien-Thi Nguyen  <ttn@gnuvola.org>
10241         * bookmark.el (bookmark-maybe-sort-alist): Don't modify
10242         bookmark-alist.  Instead, if not sorting, simply return it.
10243         (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
10244         for its return value, not for its side effect.
10246         * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
10247         case of alignment under a constant symbol, find and consider
10248         the sexp actually at indentation to be the "last sexp".
10250 2007-07-16  Drew Adams  <drew.adams@oracle.com>
10252         * mouse.el (mouse-yank-secondary): Better error message if no
10253         secondary selection.
10255 2007-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
10257         * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
10259         * term/xterm.el (xterm-turn-on-modify-other-keys)
10260         (xterm-turn-off-modify-other-keys): New functions.
10261         (terminal-init-xterm): Enable the modifyOtherKeys feature if the
10262         terminal supports it.
10264 2007-07-16  Thien-Thi Nguyen  <ttn@gnuvola.org>
10266         * bookmark.el (bookmark-show-all-annotations):
10267         Make sure each inserted annotation ends with newline.
10269 2007-07-15  Richard Stallman  <rms@gnu.org>
10271         * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
10273         * tutorial.el (tutorial--find-changed-keys):
10274         Handle C-x specially like ESC.
10276 2007-07-15  Aaron Hawley  <aaronh@garden.org>
10278         * tar-mode.el (tar-get-descriptor): No error for zero-length file.
10280 2007-07-15  Juri Linkov  <juri@jurta.org>
10282         * delsel.el (delete-selection-pre-hook):
10283         * emulation/cua-base.el (cua-paste): Before a yank command,
10284         check also whether last-command is one of mouse-save-then-kill,
10285         mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
10287 2007-07-15  Michael Albinus  <michael.albinus@gmx.de>
10289         * recentf.el (recentf-keep-default-predicate): New defun.
10290         (recentf-keep): Use it as initial value.
10292 2007-07-15  Karl Fogel  <kfogel@red-bean.com>
10294         * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
10295         thus restoring bookmark bindings to three slots under C-x r.  See
10296         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
10298 2007-07-15  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
10300         * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
10302 2007-07-15  Jason Rumney  <jasonr@gnu.org>
10304         * w32-fns.el (set-default-process-coding-system): Use dos line ends
10305         for input to cmdproxy on all versions of Windows.
10306         Use dos line ends for input to plink.
10308         * comint.el (comint-simple-send): Concat newline before sending.
10309         (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
10311 2007-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10313         * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
10314         safe-local-variable setting.
10316 2007-07-14  David Kastrup  <dak@gnu.org>
10318         * emacs-lisp/advice.el (defadvice): Doc fix.
10320 2007-07-14  Juanma Barranquero  <lekktu@gmail.com>
10322         * subr.el (when, unless): Doc fix.
10324 2007-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
10326         * replace.el (match): Use yellow1 instead of yellow.
10328         * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
10329         red.
10331         * pcvs-info.el (cvs-unknown): Likewise.
10333 2007-07-13  Eli Zaretskii  <eliz@gnu.org>
10335         * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
10336         (install): Use them to copy all *.el files before *.elc.
10338 2007-07-13  Drew Adams  <drew.adams@oracle.com>
10340         * bookmark.el (bookmark-jump-other-window): New function.
10341         (bookmark-map): Bind it to "o".
10343         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
10344         and its thread contains discussion about this change.
10345         The original patch was slightly tweaked by Karl Fogel
10346         <kfogel@red-bean.com> before committing.
10348 2007-07-13  Karl Fogel  <kfogel@red-bean.com>
10350         * bookmark.el: Shorten some comments to fit within 80 lines.
10352 2007-07-13  Karl Fogel  <kfogel@red-bean.com>
10354         * bookmark.el: Don't define bookmark keys under the "C-xr" map;
10355         instead, make "C-xp" a prefix for bookmark-map.  Patch by Drew
10356         Adams <drew.adams@oracle.com>, mildly tweaked by me.  See
10357         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
10359 2007-07-13  Carsten Dominik  <dominik@science.uva.nl>
10361         * textmodes/org.el: Bug fixes.
10362         (org-end-of-line): Move to end of line if in headline without tags.
10364 2007-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10366         * vc-hooks.el: Remove spurious * in docstrings.
10367         (vc-handled-backends): Add BZR.
10369         * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
10371 2007-07-12  Davis Herring  <herring@lanl.gov>
10373         * desktop.el (desktop-buffer-info, desktop-save):
10374         Use `desktop-dirname' instead of `dirname'.
10376 2007-07-12  Paul Pogonyshev  <pogonyshev@gmx.net>
10378         * progmodes/which-func.el (which-func-modes): Add `python-mode'.
10380         * progmodes/python.el (python-which-func-length-limit): New var.
10381         (python-which-func): New function.
10382         (python-current-defun): Add optional `length-limit' and try to fit
10383         computed function name to that length.
10384         (python-mode): Hook `python-which-func' up.
10386 2007-07-12  Sean O'Rourke  <sorourke@cs.ucsd.edu>  (tiny change)
10388         * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
10390         * comint.el (comint-dynamic-complete-as-filename):
10391         Use read-file-name-completion-ignore-case.
10393 2007-07-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10395         * comint.el (comint-dynamic-list-filename-completions):
10396         Use read-file-name-completion-ignore-case.
10398         * vc-cvs.el: Require CL.
10399         (vc-cvs-revision-table, vc-cvs-revision-completion-table):
10400         New functions to provide completion of revision names.
10402         * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
10403         (vc-cvs-annotate-first-line-re): New const.
10404         (vc-cvs-annotate-process-filter): New fun.
10405         (vc-cvs-annotate-command): Use them and run the command asynchronously.
10407 2007-07-12  Paul Pogonyshev  <pogonyshev@gmx.net>
10409         * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
10410         (eldoc-print-current-symbol-info): Adjust for changed helper
10411         function signatures.
10412         (eldoc-get-fnsym-args-string): Add `args' argument.  Use new
10413         `eldoc-highlight-function-argument'.
10414         (eldoc-highlight-function-argument): New function.
10415         (eldoc-get-var-docstring): Format documentation with
10416         `font-lock-variable-name-face'.
10417         (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
10418         where suited.
10419         (eldoc-fnsym-in-current-sexp): Return a list with argument index.
10420         (eldoc-beginning-of-sexp): Return number of skipped sexps.
10422 2007-07-11  Michael Albinus  <michael.albinus@gmx.de>
10424         * progmodes/compile.el (compilation-start): `start-process' must
10425         still be redefined when calling `start-process-shell-command'.
10427         * progmodes/gud.el (gud-file-name): When `default-directory' is a
10428         remote file name, prepend its remote part to the filename.
10429         (gud-common-init): When `default-directory' is a remote file name,
10430         make the filename relative to it.
10431         Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
10433 2007-07-11  Dan Nicolaescu  <dann@ics.uci.edu>
10435         * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
10436         mouse binding and a tooltip.
10438 2007-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10440         * menu-bar.el (vc-menu-map): New defalias.
10442 2007-07-10  Richard Stallman  <rms@gnu.org>
10444         * emacs-lisp/lisp-mode.el (eval-defun):
10445         Explain special handling of `defface'.
10447 2007-07-10  Jim Meyering  <jim@meyering.net>  (tiny change)
10449         * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
10451         * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
10453 2007-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10455         * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
10457         * vc-arch.el (vc-arch-complete): Remove.
10458         (vc-arch-revision-completion-table): Use complete-with-action.
10460         * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
10461         (complete-with-action): New function.
10462         (dynamic-completion-table): Use it.
10464 2007-07-10  Michael Albinus  <michael.albinus@gmx.de>
10466         * comint.el (make-comint, make-comint-in-buffer)
10467         (comint-exec-1): Replace `start-process' by `start-file-process'.
10469         * progmodes/compile.el (compilation-start): Revert redefining
10470         `start-process'.
10472 2007-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10474         * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
10475         with EOLs when generating MD5 checksums.
10477         * follow.el: Don't change the global map from the follow-mode-map
10478         defvar, but from the toplevel.  Use easy-menu to unify the Emacs and
10479         XEmacs code.
10480         (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
10481         since `follow-mode' should be used instead for that.
10483         * emacs-lisp/easymenu.el (easy-menu-binding): New function.
10484         (easy-menu-do-define): Use it.
10485         (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
10487         * progmodes/compile.el (compilation-auto-jump-to-first-error)
10488         (compilation-auto-jump-to-next): New vars.
10489         (compilation-auto-jump): New function.
10490         (compilation-error-properties): Use them to jump to first error.
10491         (compilation-start): Set the var if requested.
10493         * emacs-lisp/autoload.el (update-directory-autoloads): Remove
10494         duplicates without also removing entries from other directories.
10496 2007-07-10  Carsten Dominik  <dominik@science.uva.nl>
10498         * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
10499         Remember span as default.
10500         (org-columns-edit-value): Rename from `org-column-edit'.
10501         (org-columns-display-here-title): Rename from
10502         `org-overlay-columns-title'.
10503         (org-columns-remove-overlays): Rename from org-remove-column-overlays.
10504         (org-columns-get-autowidth-alist): Rename from
10505         `org-get-columns-autowidth-alist'.
10506         (org-columns-display-here): Rename from `org-overlay-columns'.
10507         (org-columns-new-overlay): Rename from `org-new-column-overlay'.
10508         (org-columns-quit): Rename from `org-column-quit'.
10509         (org-columns-show-value): Rename from `org-column-show-value'.
10510         (org-columns-content, org-columns-widen)
10511         (org-columns-next-allowed-value)
10512         (org-columns-edit-allowed, org-columns-store-format)
10513         (org-columns-uncompile-format, org-columns-redo)
10514         (org-columns-edit-attributes, org-delete-property)
10515         (org-set-property, org-columns-update)
10516         (org-columns-compute, org-columns-eval)
10517         (org-columns-not-in-agenda, org-columns-compute-all)
10518         (org-property-next-allowed-value)
10519         (org-columns-compile-format)
10520         (org-fill-paragraph-experimental)
10521         (org-string-to-number, org-property-action)
10522         (org-columns-move-left, org-columns-new)
10523         (org-column-number-to-string)
10524         (org-property-previous-allowed-value)
10525         (org-at-property-p, org-columns-delete)
10526         (org-columns-previous-allowed-value)
10527         (org-columns-move-right, org-columns-narrow)
10528         (org-property-get-allowed-values)
10529         (org-verify-version, org-column-string-to-number)
10530         (org-delete-property-globally): New functions.
10531         (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
10532         (org-columns-overlays): Rename from `org-column-overlays'.
10533         (org-columns-map): Rename from `org-column-map'.
10534         (org-columns-current-maxwidths): Rename from
10535         `org-current-columns-maxwidths'.
10536         (org-columns-begin-marker, org-columns-current-fmt-compiled)
10537         (org-previous-header-line-format)
10538         (org-columns-inhibit-recalculation)
10539         (org-columns-top-level-marker): New variables.
10540         (org-columns-default-format): Rename from `org-default-columns-format'.
10541         (org-property-re): New constant.
10543 2007-07-10  Guanpeng Xu  <herberteuler@hotmail.com>
10545         * subr.el (looking-at-p, string-match-p): New functions.
10547 2007-07-09  Reiner Steib  <Reiner.Steib@gmx.de>
10549         * textmodes/tex-mode.el (tex-fontify-script)
10550         (tex-font-script-display): New variables to make display of
10551         superscripts and subscripts customizable.
10552         (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
10554 2007-07-09  Richard Stallman  <rms@gnu.org>
10556         * isearch.el (isearch-edit-string): Call to isearch-push-state
10557         after the search.
10559 2007-07-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10561         * window.el (fit-window-to-buffer): Remove setting of window-min-height
10562         to 1 as enlarge-window uses the value to resize/shrink windows other
10563         than WINDOW if needed.
10565 2007-07-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10567         * cus-start.el (file-coding-system-alist): Fix custom type.
10569 2007-07-08  Chong Yidong  <cyd@stupidchicken.com>
10571         * longlines.el (longlines-wrap-region): Avoid marking buffer as
10572         modified.
10573         (longlines-auto-wrap, longlines-window-change-function):
10574         Remove unnecessary calls to set-buffer-modified-p.
10576 2007-07-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10578         * cus-start.el (file-coding-system-alist): Fix custom type.
10580 2007-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10582         * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
10583         (vc-cvs-checkout): Remove last arg now unused; simplify.
10585 2007-07-08  Michael Albinus  <michael.albinus@gmx.de>
10587         * files.el (file-remote-p): Introduce optional parameter CONNECTED.
10589         * net/tramp.el:
10590         * net/tramp-ftp.el:
10591         * net/tramp-smb.el:
10592         * net/tramp-uu.el:
10593         * net/trampver.el: Migrate to Tramp 2.1.
10595         * net/tramp-cache.el:
10596         * net/tramp-fish.el:
10597         * net/tramp-gw.el: New Tramp packages.
10599         * net/tramp-util.el:
10600         * net/tramp-vc.el: Removed.
10602         * net/ange-ftp.el: Add ange-ftp property to 'start-file-process.
10603         (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
10605         * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
10607         * progmodes/compile.el (compilation-start): Redefine
10608         `start-process' temporarily when `default-directory' is remote.
10609         Remove case of synchronous compilation, this won't happen ever.
10610         (compilation-setup): Make local variable `comint-file-name-prefix'
10611         for remote compilation.
10613 2007-07-08  Martin Rudalics  <rudalics@gmx.at>
10615         * novice.el (disabled-command-function): Fit window to buffer to
10616         make last line visible.
10617         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
10619         * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
10620         when handling the terminating event.
10622 2007-07-07  Jay Belanger  <jay.p.belanger@gmail.com>
10624         * calc/calc.el (math-read-number-simple): Remove leading 0s.
10625         (math-bignum-digit-length): Change to optimal value.
10627         * calc/calc-bin.el (math-bignum-logb-digit-size)
10628         (math-bignum-digit-power-of-two): Evaluate when compiled.
10630         * calc/calc-comb.el (math-small-factorial-table)
10631         (math-init-random-base, math-prime-test): Remove unnecessary calls
10632         to `math-read-number-simple'.
10634         * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
10635         (math-approx-gamma-const): Add docstrings.
10637         * calc/calc-forms.el (math-julian-date-beginning)
10638         (math-julian-date-beginning-int): New constants.
10639         (math-format-date-part, math-parse-standard-date, calcFunc-julian):
10640         Use the new constants.
10642         * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
10644         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
10645         Add docstrings.
10647 2007-07-07  Tom Tromey  <tromey@redhat.com>
10649         * vc.el (vc-annotate): Jump to line and output message only after the
10650         process is really all done.
10652 2007-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10654         * vc.el (vc-exec-after): Don't move point from the sentinel.
10655         Forcefully read all the remaining text in the pipe upon process exit.
10656         (vc-annotate-display-autoscale, vc-annotate-lines):
10657         Don't stop at the first unrecognized line.
10658         (vc-annotate-display-select): Run autoscale after the process is done
10659         since it depends on the whole result.
10661 2007-07-07  Eli Zaretskii  <eliz@gnu.org>
10663         * term/w32-win.el (menu-bar-open): New function.
10664         Bind <f10> to it.
10666 2007-07-07  Michael Albinus  <michael.albinus@gmx.de>
10668         * simple.el (start-file-process): New defun.
10670 2007-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10672         * files.el (find-file-confirm-nonexistent-file): Rename from
10673         find-file-confirm-inexistent-file.  Update users.
10675         * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
10676         format of autoload block where the file's time-stamp is replaced by its
10677         MD5 checksum.
10678         (autoload-generate-file-autoloads): Use MD5 checksum instead of
10679         time-stamp for secondary autoloads files.
10680         (update-directory-autoloads): Remove duplicate entries.
10681         Use time-less-p for time-stamps, as done in autoload-find-destination.
10683 2007-07-07  Jay Belanger  <jay.p.belanger@gmail.com>
10685         * calc/calc.el (math-read-number): Replace number by variable.
10686         (math-read-number-simple): Properly parse small integers.
10688 2007-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
10690         * vc.el: Fix doc for the checkout function.
10692 2007-07-06  Dan Nicolaescu  <dann@ics.uci.edu>
10694         * vc-hg.el (vc-hg-root): New function.
10695         (vc-hg-registered): Use it.
10696         (vc-hg-diff-tree): New defalias.
10697         (vc-hg-responsible-p): Likewise.
10698         (vc-hg-checkout): Comment out, not needed.
10699         (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
10700         (vc-hg-find-version, vc-hg-next-version): New functions.
10702 2007-07-06  Andreas Schwab  <schwab@suse.de>
10704         * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
10705         dynamic bindings around the evaluation of the expression.
10706         Reported by Jay Belanger <jay.p.belanger@gmail.com>.
10708 2007-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10710         * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
10711         Run before-revert-hook.  Suggested by Denis Bueno <denbuen@sandia.gov>.
10712         Use run-hooks rather than run-mode-hooks.
10714 2007-07-05  Jay Belanger  <jay.p.belanger@gmail.com>
10716         * calc/calc-comb.el (math-random-digit): Rename to
10717         `math-random-three-digit-number'.
10718         (math-random-digits): Don't depend on representation of integer.
10720         * calc/calc-bin.el (math-bignum-logb-digit-size)
10721         (math-bignum-digit-power-of-two): New constants.
10722         (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
10723         (math-not-bignum, math-clip-bignum): Use the constants
10724         `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
10725         instead of their values.
10726         (math-clip): Use math-small-integer-size instead of its value.
10728         * calc/calc.el (math-add-bignum): Replace number by constant.
10730 2007-07-05  Chong Yidong  <cyd@stupidchicken.com>
10732         * wid-edit.el (widget-documentation-string-value-create):
10733         Insert indentation spaces.
10735 2007-07-05  Thien-Thi Nguyen  <ttn@gnuvola.org>
10737         * emacs-lisp/byte-opt.el: Revert last change.
10739 2007-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
10741         * vc-hooks.el (vc-handled-backends): Add HG.
10743         * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
10745 2007-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10747         * complete.el (PC-do-complete-and-exit): Add support for the new
10748         `confirm-only' confirmation mode.
10750 2007-07-05  Chong Yidong  <cyd@stupidchicken.com>
10752         * cus-edit.el (custom-commands): New variable.
10753         (custom-tool-bar-map): New variable.  Initialize using
10754         `custom-commands'.
10755         (custom-mode): Use `custom-tool-bar-map'.
10756         (custom-buffer-create-internal): Insert action buttons only if
10757         tool bar is not used.  Use `custom-commands'.
10758         (Custom-help, custom-command-apply): New function.
10759         (custom-command-apply, Custom-set, Custom-save)
10760         (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
10761         Use `custom-command-apply' instead of duplicating code.
10762         (customize-group-other-window): Call `customize-group' instead of
10763         duplicating code.
10764         (customize-face-other-window): Call `customize-face' instead of
10765         duplicating code.
10766         (customize-group, customize-face): Add optional args for opening
10767         in another window.
10768         (custom-variable-tag): Don't inherit `variable-pitch' face.
10769         (custom-group-tag): Inherit `variable-pitch' face.
10770         (custom-variable-value-create): Set documentation indentation.
10771         (custom-group-value-create): Make group name a link, instead of
10772         using an extra "go to group" button.
10773         (custom-prompt-variable, custom-group-set, custom-group-save)
10774         (custom-group-reset-current, custom-group-reset-saved)
10775         (custom-group-reset-standard): Minor cleanup.
10777 2007-07-05  Thien-Thi Nguyen  <ttn@gnuvola.org>
10779         * Makefile.in (bootstrap-prepare): When copying from
10780         ldefs-boot.el, make sure loaddefs.el is writeable.
10782         (bootstrap-prepare): Make $(lisp)/ps-print.el
10783         and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
10785 2007-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
10787         * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
10788         only caller, and delete.
10789         (vc-hg-state): Deal with exceptions and only parse the output on
10790         successful return.
10791         (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
10792         caller, and delete.
10793         (vc-hg-workfile-version): Deal with exceptions and only parse the
10794         output on successful return.
10795         (vc-hg-revert): New function.
10797 2007-07-04  Jay Belanger  <jay.p.belanger@gmail.com>
10799         * calculator.el (calculator-expt): Use more cases to determine
10800         the value.
10802 2007-07-03  Dan Nicolaescu  <dann@ics.uci.edu>
10804         * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
10805         file names.
10807 2007-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
10809         * calculator.el (calculator-expt, calculator-integer-p):
10810         New functions.
10811         (calculator-fact): Check to see if the factorial will be too
10812         large before computing it.
10813         (calculator-initial-operators): Use `calculator-expt' to
10814         compute "^".
10815         (calculator-mode): Mention that results which are too large
10816         will return inf.
10817         * calc/calc-comb.el (math-small-factorial-table): Replace list
10818         by vector.
10820 2007-07-03  David Kastrup  <dak@gnu.org>
10822         * shell.el: On request of the authors, remove their addresses for
10823         the sake of bug reports, and add the developer list address as
10824         maintainer information.
10826 2007-07-03  Richard Stallman  <rms@gnu.org>
10828         * files.el (make-directory): Doc fix.
10829         (find-file-confirm-inexistent-file): Make it a defcustom.
10830         Make nil the default.
10832 2007-07-02  Richard Stallman  <rms@gnu.org>
10834         * startup.el (command-line): Set buffer-offer-save in *scratch*
10835         and enable auto-save in it.
10837 2007-07-02  Carsten Dominik  <dominik@science.uva.nl>
10839         * textmodes/org.el (orgstruct-mode-map): New variable.
10840         (orgstruct-mode): New minor mode.
10841         (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
10842         (orgstruct-make-binding, org-context-p, org-get-local-variables)
10843         (org-run-like-in-org-mode): New functions.
10844         (org-cycle-list-bullet): New command.
10845         (org-special-properties, org-property-start-re)
10846         (org-property-end-re): New constants.
10847         (org-with-point-at): New macro.
10848         (org-get-property-block, org-entry-properties, org-entry-get)
10849         (org-entry-delete, org-entry-get-with-inheritance)
10850         (org-entry-put, org-buffer-property-keys): New functions.
10851         (org-insert-property-drawer): New command.
10852         (org-entry-property-inherited-from): New variable.
10853         (org-column): New face.
10854         (org-column-overlays, org-current-columns-fmt)
10855         (org-current-columns-maxwidths, org-column-map): New variables.
10856         (org-column-menu): New menu.
10857         (org-new-column-overlay, org-overlay-columns)
10858         (org-overlay-columns-title, org-remove-column-overlays)
10859         (org-column-show-value, org-column-quit, org-column-edit):
10860         New functions.
10861         (org-columns, org-agenda-columns): New commands.
10862         (org-get-columns-autowidth-alist): New functions.
10863         (org-properties): New customize group.
10864         (org-default-columns-format): New option.
10865         (org-priority): Realign tags after changing priority.
10866         (org-preserve-lc): New macro.
10867         (org-update-checkbox-count): Catch case when there is no headline.
10868         (org-agenda-quit): Remove any column overlays.
10869         (org-beginning-of-item-list): Fixed bug when non-item line is
10870         indented too deep.
10871         (org-cached-props): New variable.
10872         (org-cached-entry-get): New function.
10873         (org-make-tags-matcher): Handle property matches.
10874         (org-table-recalculate): Swap evaluation order: Field formula
10875         first, then column formulas, but don't allow them to overwrite the
10876         field formulas.
10877         (org-table-eval-formula): New argument untouchable.
10878         (org-table-put-field-property): New function.
10880 2007-07-02  Martin Rudalics  <rudalics@gmx.at>
10882         * help-mode.el (help-make-xrefs): Skip spaces too when
10883         skipping tabs.
10885         * ffap.el (dired-at-point-prompter): Improve prompt in
10886         list-directory case.
10888 2007-07-01  Richard Stallman  <rms@gnu.org>
10890         * files.el (find-file-visit-truename): Fix safe-local-variable value.
10892 2007-07-01  Richard Stallman  <rms@gnu.org>
10894         * cus-start.el (max-mini-window-height): Added.
10896 2007-07-01  Sean O'Rourke  <sorourke@cs.ucsd.edu>  (tiny change)
10898         * complete.el (partial-completion-mode): Remove advice of
10899         read-file-name-internal.
10900         (PC-do-completion): Rebind minibuffer-completion-table.
10901         (PC-read-file-name-internal): New function doing what
10902         read-file-name-internal advice did.
10904 2007-07-01  Paul Pogonyshev  <pogonyshev@gmx.net>
10906         * emacs-lisp/byte-opt.el: Set `binding-is-magic'
10907         property on a few symbols.
10908         (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
10909         (byte-optimize-lapcode): Remove bindings that are not referenced
10910         and certainly will not effect through dynamic scoping.
10912 2007-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10914         * files.el (find-file-confirm-inexistent-file): New var.
10915         (find-file, find-file-other-window, find-file-other-frame)
10916         (find-file-read-only, find-file-read-only-other-window)
10917         (find-file-read-only-other-frame): Use it.
10919 2007-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10921         * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
10923 2007-06-29  Juanma Barranquero  <lekktu@gmail.com>
10925         * generic-x.el (generic-define-mswindows-modes)
10926         (generic-define-unix-modes, apache-log-generic-mode)
10927         (bat-generic-mode-keymap, java-manifest-generic-mode)
10928         (show-tabs-generic-mode): Fix typos in docstrings.
10930 2007-06-29  Ryan Yeske  <rcyeske@gmail.com>
10932         * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
10933         (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
10934         (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
10935         (rcirc-print): Never ignore messages from ourself.
10937 2007-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10939         * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
10940         syntax as well.  Reported by Juri Linkov <juri@jurta.org>.
10942 2007-06-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10944         * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
10945         replace-regexp-in-string.
10947 2007-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10949         * emacs-lisp/cl.el: Set edebug and indentation before loading
10950         cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
10952 2007-06-28  Andreas Schwab  <schwab@suse.de>
10954         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
10955         $(lisp)/subdirs.el.
10957 2007-06-28  Juanma Barranquero  <lekktu@gmail.com>
10959         * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
10960         the speedbar frame if nil; that deletes the current frame or
10961         causes an error if it is the only frame.
10962         Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
10964 2007-06-28  Kevin Ryde  <user42@zip.com.au>
10966         * textmodes/nroff-mode.el: Groff \# comments.
10967         (nroff-mode-syntax-table): \# comment intro,
10968         plain # as punct per global table.
10969         (nroff-font-lock-keywords): Add # as a single char escape.
10970         (nroff-mode): In comment-start-skip, match \#.
10972 2007-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10974         * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
10975         (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
10976         point-min == 1.
10978 2007-06-28  Nick Roberts  <nickrob@snap.net.nz>
10980         * pcvs-util.el (cvs-strings->string, cvs-string->strings):
10981         Rename and move to...
10983         * subr.el (strings->string, string->strings): ...here.
10985         * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
10986         (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
10988         * progmodes/gud.el (gud-common-init): Call string->strings instead
10989         of split-string.
10991 2007-06-27  Michael Albinus  <michael.albinus@gmx.de>
10993         * dired-aux.el: Remove `dired-call-process'.
10994         (dired-check-process): Call `process-file'.
10996         * wdired.el (wdired-do-perm-changes): Call `process-file'.
10998         * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
10999         `ange-ftp-process-file'.
11001 2007-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11003         * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
11005         * emacs-lisp/cl-extra.el:
11006         * emacs-lisp/cl-seq.el:
11007         * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
11008         Add autoload cookies on all defs autoloaded manually in cl.el.
11010         * emacs-lisp/cl-loaddefs.el: New file.
11012         * textmodes/texinfmt.el (texinfo-raisesections-alist)
11013         (texinfo-lowersections-alist): Merge definition and declaration.
11014         (texinfo-start-of-header, texinfo-end-of-header): Remove.
11015         (texinfo-format-syntax-table): Merge init into declaration.
11016         (texinfo-format-parse-line-args, texinfo-format-parse-args)
11017         (texinfo-format-parse-defun-args, texinfo-format-node)
11018         (texinfo-push-stack, texinfo-multitable-widths)
11019         (texinfo-define-info-enclosure, texinfo-alias)
11020         (texinfo-format-defindex, batch-texinfo-format): Use push.
11021         (texinfo-footnote-number): Remove duplicate declaration.
11023         * ps-print.el: Update with auto-generated autoloads.
11025         * ps-mule.el: Set generated-autoload-file to "ps-print.el".
11027 2007-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11029         * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
11030         relative to current dir for file-local settings.
11031         (autoload-generate-file-autoloads): Add `outfile' arg.
11032         (update-directory-autoloads): Use it to directly call
11033         autoload-generate-file-autoloads instead of going through
11034         update-file-autoloads so we avoid redundant searches and so we can know
11035         the set of buffers changed so we can save them all.
11037         * emacs-lisp/autoload.el (autoload-find-destination): Return nil
11038         rather than throwing `up-to-date'.
11039         (autoload-generate-file-autoloads): Adjust correspondingly.
11040         (update-file-autoloads): Be careful to let-bind
11041         autoload-modified-buffers and adjust to new calling conventions.
11042         (autoload-modified-buffers): Make it a dynamically scoped var.
11043         (update-directory-autoloads): Use file-relative-name instead of
11044         autoload-trim-file-name.
11045         (autoload-insert-section-header): Don't use autoload-trim-file-name
11046         since the file is already relative now.
11047         (autoload-trim-file-name): Remove.
11049         * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
11050         (vc-arch-complete, vc-arch--version-completion-table)
11051         (vc-arch-revision-completion-table): New functions to provide
11052         completion of revision names.
11053         (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
11054         (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
11055         to let the user trim the revlib.
11057         * vc.el: Add new VC operation `revision-completion-table'.
11058         (vc-default-revision-completion-table): New function.
11059         (vc-version-diff, vc-version-other-window): Use it to provide
11060         completion of revision names if the backend provides it.
11062         * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
11064         * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
11065         of newer .svn/entries.
11067 2007-06-25  David Kastrup  <dak@gnu.org>
11069         * calc/calc-poly.el (math-padded-polynomial)
11070         (math-partial-fractions): Add some function comments.
11072 2007-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11074         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
11075         Make `outbuf' optional.
11076         (update-file-autoloads): Use it.
11078 2007-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11080         * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
11081         (autoload-find-destination): Keep it uptodate.
11082         (autoload-save-buffers): New fun.
11083         (update-file-autoloads): Use it.  Re-add the "up to date" message.
11085         * emacs-lisp/autoload.el: Refactor for upcoming changes.
11086         (autoload-find-destination): New function extracted from
11087         update-file-autoloads.
11088         (update-file-autoloads): Use it.
11089         (autoload-generate-file-autoloads): New function extracted from
11090         generate-file-autoloads.  Use file-relative-name.  Delay computation of
11091         output-start to the first cookie.  Remove done-any, replaced by
11092         output-start.
11093         (generate-file-autoloads): Use it.
11095 2007-06-24  Jay Belanger  <jay.p.belanger@gmail.com>
11097         * calc/calc-comb.el (math-init-random-base, math-prime-test):
11098         Use math-read-number-simple to insert constants.
11099         (math-prime-test): Redo calculation of sum.
11101         * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
11103         * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
11104         math-scale-bignum-3.
11105         (math-isqrt-bignum): Use math-scale-bignum-digit-size and
11106         math-bignum-digit-size.
11107         (math-isqrt-small): Add another possible initial guess.
11109 2007-06-23  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11111         * textmodes/bibtex.el (bibtex-entry-format): New options
11112         `whitespace', `braces', and `string'.
11113         (bibtex-field-braces-alist, bibtex-field-strings-alist)
11114         (bibtex-field-braces-opt, bibtex-field-strings-opt)
11115         (bibtex-cite-matcher-alist): New variables.
11116         (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
11117         (bibtex-flash-head): Use blink-matching-delay.
11118         (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
11119         (bibtex-format-entry, bibtex-reformat): Handle new options of
11120         bibtex-entry-format.
11121         (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
11122         New functions.
11123         (bibtex-complete-internal): Do not display messages while
11124         minibuffer is used.  Do not leave around a completions buffer
11125         that is out of date.
11126         (bibtex-copy-summary-as-kill): New optional arg.
11127         (bibtex-font-lock-url): New optional arg no-button.
11128         (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
11129         (bibtex-url): Allow multiple URLs per entry.
11131 2007-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11133         * emacs-lisp/autoload.el (autoload-generated-file): New function.
11134         (update-file-autoloads, update-directory-autoloads): Use it.
11135         (autoload-file-load-name): New function.
11136         (generate-file-autoloads, update-file-autoloads): Use it.
11137         (autoload-find-file): Accept non-absolute argument.  Set default-dir.
11138         (generate-file-autoloads): If the autoloaded form is malformed,
11139         indicate the problem with a warning instead of aborting.
11141 2007-06-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
11143         * simple.el (next-error-recenter): Accept `(4)' as well;
11144         also, specify `integer' instead of `number'.
11146 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
11148         * ls-lisp.el (insert-directory): If an invalid regexp error is
11149         thrown, try using FILE as a literal file name, not a wildcard.
11151 2007-06-23  Juanma Barranquero  <lekktu@gmail.com>
11153         * ruler-mode.el (ruler-mode): Prevent clobbering the original
11154         `header-line-format' when reentering ruler mode.
11156 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
11158         * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
11159         FILE exists as a file.
11161 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
11163         * calc/calc.el (math-bignum-digit-length)
11164         (math-bignum-digit-size, math-small-integer-size):
11165         New constants.
11166         (math-normalize, math-bignum-big, math-make-float)
11167         (math-div10-bignum, math-scale-left, math-scale-left-bignum)
11168         (math-scale-right, math-scale-right-bignum, math-scale-rounding)
11169         (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
11170         (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
11171         (math-quotient, math-div-bignum, math-div-bignum-digit)
11172         (math-div-bignum-part, math-format-bignum-decimal)
11173         (math-read-bignum): Use math-bignum-digit-length,
11174         math-bignum-digit-size and math-small-integer-size.
11176         * calc/calc-ext.el (math-fixnum-big): Use the variable
11177         math-bignum-digit-size.
11179 2007-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
11181         * log-view.el (log-view-mode-menu): New menu.
11183 2007-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11185         * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
11186         differently.
11188         * vc-hg.el (vc-hg-registered): Add an autoloaded version.
11189         (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
11191 2007-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
11193         * vc-hg.el (vc-hg-print-log): Insert the file name.
11194         (vc-hg-log-view-mode): Fontify the file name.
11196 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
11198         * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
11199         (calcFunc-julian): Fix incorrect number used in calculations.
11201 2007-06-22  Thien-Thi Nguyen  <ttn@gnuvola.org>
11203         * simple.el (next-error-recenter): New defcustom.
11204         (next-error, next-error-internal): Recenter if specified,
11205         immediately prior to running `next-error-hook'.
11207         * progmodes/hideshow.el (hs-show-block): Use line-end-position.
11208         (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
11210         * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
11212 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
11214         * calc/calc-comb.el (math-small-factorial-table): New variable.
11215         (calcFunc-fact): Use `math-small-factorial-table'.
11217         * calc/calc-ext.el (math-defcache): Allow forms to evaluate
11218         initial values.
11219         (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
11220         New variables to use in caches.
11222         * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
11223         (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
11225         * calc/calc-func.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
11226         (math-bernoulli-b-cache): Use math-read-number-simple to insert
11227         bignums.
11229         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
11230         New variables to use in caches.
11232 2007-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
11234         * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
11236         * vc-hg.el (vc-hg-log-view-mode): New mode.
11238 2007-06-21  Jay Belanger  <jay.p.belanger@gmail.com>
11240         * calc/calc.el (math-read-number-simple): New function.
11242 2007-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11244         * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
11245         (vera-font-lock-match-item): Fix doc string.
11246         (vera-in-comment-p): Remove unused function.
11247         (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
11248         use `syntax-ppss'.
11249         (vera-forward-syntactic-ws): Fix argument order.
11250         (vera-prepare-search): Use `with-syntax-table'.
11251         (vera-indent-line): Fix doc string.
11252         (vera-electric-tab): Fix doc string.
11253         (vera-expand-abbrev): Define alias instead of using `fset'.
11254         (vera-comment-uncomment-region): Use `comment-start-skip'.
11256 2007-06-21  Carsten Dominik  <dominik@science.uva.nl>
11258         * textmodes/org.el (org-export-with-footnotes): New option.
11259         (org-export-as-html): Fix replacement bug for XEmacs.
11260         (org-agenda-default-appointment-duration): New option.
11262 2007-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
11264         * vc-hg.el: Add to do items.
11265         (vc-hg-diff): Add support for comparing different revisions.
11266         (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
11267         (vc-hg-annotate-extract-revision-at-line)
11268         (vc-hg-previous-version, vc-hg-checkin): New functions.
11269         (vc-hg-annotate-re): New constant.
11271 2007-06-20  Jay Belanger  <jay.p.belanger@gmail.com>
11273         * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
11275 2007-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11277         * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
11278         buffer-local value of log-view-*-re if applicable.
11280         * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
11281         Use vc-bzr-command rather than the ill defined vc-bzr-command*.
11282         (vc-bzr-command*): Remove both (incompatible) versions.
11283         (vc-bzr-do-command*): Remove.
11284         (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
11285         Remove by folding into its only caller vc-bzr-command.
11286         (vc-bzr-command): Always set the environment, even when ineffective.
11287         (vc-bzr-version): Minor fix up.
11288         (vc-bzr-admin-dirname): New var.
11289         (vc-bzr-bzr-dir): Remove.
11290         (vc-bzr-root-dir): New fun.
11291         (vc-bzr-registered): Use it.  Add an autoloaded version.
11292         (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
11293         (vc-bzr-view-log-function): Remove.
11294         (vc-bzr-log-view-mode): New major mode to replace it.
11295         (vc-bzr-print-log): Only activate the old hack if needed.
11297         * vc.el (vc-default-log-view-mode): New function.
11298         (vc-print-log): Add new `log-view-mode' VC operation.
11300 2007-06-20  Juanma Barranquero  <lekktu@gmail.com>
11302         * ido.el (ido-find-file-in-dir): Don't signal an error for
11303         empty directories.
11305         * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
11307         * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
11308         directory where the desktop file was found, as the docstring says.
11309         (desktop-kill): Use `read-directory-name'.
11311 2007-06-20  Alan Mackenzie  <acm@muc.de>
11313         * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
11314         When removing lines, also remove the \n.  Correction of patch of
11315         2007-04-21.
11317 2007-06-20  Martin Rudalics  <rudalics@gmx.at>
11319         * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
11320         event is not a cons cell.  Do not unread drag-mouse-1 events.
11321         Select right window in check whether space was stolen from
11322         window above.
11324         * help-mode.el (help-make-xrefs): Adjust position of new forward
11325         button.
11327 2007-06-20  Riccardo Murri  <riccardo.murri@gmail.com>
11329         * vc-bzr.el (vc-bzr-with-process-environment)
11330         (vc-bzr-std-process-invocation): New macros.
11331         (vc-bzr-command, vc-bzr-command*): Use them.
11332         (vc-bzr-with-c-locale): Remove.
11333         (vc-bzr-dir-state): Replace its use with vc-bzr-command.
11334         (vc-bzr-buffer-nonblank-p): New function.
11335         (vc-bzr-state-words): New const.
11336         (vc-bzr-state): Look for `bzr status' keywords in output.
11337         Display everything else as a warning message to the user.
11338         Fix status report with bzr >= 0.15.
11340 2007-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
11342         * vc-hg.el (vc-hg-global-switches): Simplify.
11343         (vc-hg-state): Handle more states.
11344         (vc-hg-diff): Fix doc-string.
11345         (vc-hg-register): New function.
11346         (vc-hg-checkout): Likewise.
11348 2007-06-20  Reto Zimmermann  <reto@gnu.org>
11350         * progmodes/vera-mode.el: New file.
11352 2007-06-19  Jay Belanger  <jay.p.belanger@gmail.com>
11354         * calc/calc.el (calc-multiplication-has-precendence):
11355         New variable.
11356         (math-standard-ops, math-standard-ops-p, math-expr-ops):
11357         New functions.
11358         (math-expr-opers): Define using math-standard-ops rather than
11359         math-standard-opers.
11360         * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
11361         equal the function math-standard-ops rather than the variable
11362         math-standard-opers.
11363         (calc-algebraic-entry): Let math-expr-opers equal
11364         math-standard-ops or math-expr-ops, as appropriate.
11365         (math-expr-read-level, math-read-factor): Let math-expr-opers
11366         equal math-expr-ops.
11367         * calc/calc-embed.el (calc-embedded-finish-edit):
11368         Let math-expr-opers equal the function math-standard-ops
11369         rather than the variable math-standard-opers.
11370         * calc/calc-ext.el (math-read-plain-expr)
11371         (math-format-flat-expr-fancy): Let math-expr-opers equal the
11372         function math-standard-ops rather than the variable
11373         math-standard-opers.
11374         * calc/calc-lang.el (calc-set-language, math-read-big-rec):
11375         Let math-expr-opers equal the function math-standard-ops rather
11376         than the variable math-standard-opers.
11377         * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
11378         equal the function math-standard-ops rather than the variable
11379         math-standard-opers.
11380         * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
11381         equal the function math-standard-ops rather than the variable
11382         math-standard-opers.
11383         * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
11384         math-expr-ops.
11386 2007-06-19  Ivan Kanis  <apple@kanis.eu>
11388         * vc-hg.el: New file.
11390 2007-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11392         * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
11393         with font-lock-multiline.
11395 2007-06-17  Glenn Morris  <rgm@gnu.org>
11397         * lpr.el (lpr-page-header-switches): Move %s to separate element
11398         for correct quoting.  Doc fix.
11400 2007-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11402         * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
11403         than setting sgml-xml-mode.
11404         (sgml-mode, html-mode): Set sgml-xml-mode.
11405         (sgml-skip-tag-backward): Tell if we skipped over matched tags.
11406         (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
11407         (sgml-electric-tag-pair-before-change-function)
11408         (sgml-electric-tag-pair-flush-overlays): New functions.
11409         (sgml-electric-tag-pair-mode): New minor mode.
11410         (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
11411         (sgml-calculate-indent): Use assoc-string.
11413 2007-06-16  Karl Fogel  <kfogel@red-bean.com>
11415         * thingatpt.el (thing-at-point-email-regexp): Don't require two
11416         chars before the "@" in an email address.  Andreas Roehler noticed
11417         this problem.
11419 2007-06-15  Karl Fogel  <kfogel@red-bean.com>
11421         * thingatpt.el: Add support for email addresses (`email').
11422         (thing-at-point, bounds-of-thing-at-point): Document `email' support.
11423         (thing-at-point-email-regexp): New variable.
11424         (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
11425         properties on this symbol, with lambda forms for values.
11427 2007-06-15  Masatake YAMATO  <jet@gyve.org>
11429         * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
11431         * vc.el (vc-dired-hook): Check the backend returned from
11432         `vc-responsible-backend' can really handle `subdir'.
11434 2007-06-15  Chong Yidong  <cyd@stupidchicken.com>
11436         * wid-edit.el (widget-add-documentation-string-button):
11437         Fix handling of documentation indent.
11439 2007-06-15  Miles Bader  <miles@fencepost.gnu.org>
11441         * mb-depth.el: New file.
11443 2007-06-15  Masatake YAMATO  <jet@gyve.org>
11445         * vc.el (vc-dired-mode): Show backend name as part of mode name.
11447 2007-06-14  Chong Yidong  <cyd@stupidchicken.com>
11449         * wid-edit.el (widget-default-create): Move ?h handling here...
11450         (widget-default-format-handler): ...from here.
11451         (widget-docstring, widget-add-documentation-string-button): New funs.
11452         (documentation-string): Add :visibility-widget property.
11453         (widget-documentation-string-value-create): Use it.
11455         * cus-edit.el (custom-split-regexp-maybe): Simplify.
11456         (custom-buffer-create-internal): Simplify message.
11457         (custom-variable-tag): Reduce height to normal.
11458         (custom-variable-value-create, custom-face-value-create)
11459         (custom-visibility): New widget.
11460         (custom-visibility): New face.
11461         (custom-group-value-create):
11462         Call widget-add-documentation-string-button, using `custom-visibility'.
11464 2007-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11466         * emacs-lisp/bytecomp.el (byte-compile-current-group)
11467         (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
11468         change.  Apparently the "warning even if the group is implicit" is
11469         a feature rather than a bug.
11471 2007-06-14  Michael Kifer  <kifer@cs.stonybrook.edu>
11473         * emulation/viper.el (viper-describe-key-ad)
11474         (viper-describe-key-briefly-ad): Different advices for Emacs and XEmacs.
11475         Compile them conditionally.
11476         (viper-version): Belated version change.
11478 2007-06-14  Juanma Barranquero  <lekktu@gmail.com>
11480         * follow.el (follow-all-followers, follow-generic-filter):
11481         * pcomplete.el (pcomplete-restore-windows):
11482         * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
11483         (x-dnd-drop-data):
11484         * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
11485         * progmodes/python.el (python-complete-symbol):
11486         * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
11488 2007-06-13  Ryan Yeske  <rcyeske@gmail.com>
11490         * net/rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
11491         around bright and dim regexps.  Make sure bright and dim matches
11492         use word anchors.  Send text through rcirc-markup functions.
11493         (rcirc-url-regexp): Add single quote character.
11494         (rcirc-connect): Write logs to disk on auto-save-hook.
11495         Make server a non-optional argument.
11496         (rcirc-log-alist): New variable.
11497         (rcirc-log-directory): Make customizable.
11498         (rcirc-log-flag): New customizable variable.
11499         (rcirc-log): New function.
11500         (rcirc-print): Use above function.
11501         (rcirc-log-write): New function.
11502         (rcirc-generate-new-buffer-name): Strip text properties.
11503         (rcirc-switch-to-buffer-function): Remove variable.
11504         (rcirc-last-non-irc-buffer): Remove variable.
11505         (rcirc-non-irc-buffer): Add function.
11506         (rcirc-next-active-buffer): Use above function.
11507         (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
11508         (rcirc-handler-ctcp-KEEPALIVE): Add handler.
11509         (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
11510         (rcirc-omit-mode): Add minor-mode.
11511         (rcirc-mode-map): Change C-c C-o binding.
11512         (rcirc-mode): Clear mode-line-process.  Use a custom
11513         fill-paragraph-function.  Set up buffer-invisibility-spec.
11514         (rcirc-response-formats): Remove timestamp code.
11515         (rcirc-omit-responses): Add variable.
11516         (rcirc-print): Don't put the overlay arrow on potentially omitted
11517         lines.  Log line to disk.  Record activity for private messages
11518         from /dim nicks.  Facify the fill-prefix with rcirc-timestamp face.
11519         (rcirc-jump-to-first-unread-line): Print message if there is no
11520         unread text.
11521         (rcirc-clear-unread): New function.
11522         (rcirc-markup-text-functions): Add variable.
11523         (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
11524         (rcirc-debug): Don't mess with window configuration.
11525         (rcirc-send-message): Send message before printing locally.
11526         Add SILENT argument, do not print message if non-nil.
11527         (rcirc-visible-buffers): New function and variable.
11528         (rcirc-window-configuration-change-1): Add function.
11529         (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
11530         server buffer.
11531         (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
11532         (rcirc-fill-paragraph): Add function.
11533         (rcirc-record-activity, rcirc-window-configuration-change-1):
11534         Only update the activity string if it has actually changed.
11535         (rcirc-update-activity-string): Remove padding characters from the
11536         mode-line string.
11537         (rcirc-disconnect-buffer): New function to be called when a
11538         channel is parted or the user quits.
11539         (rcirc-server-name): Warn when the server-name hasn't been set.
11540         (rcirc-window-configuration-change): Postpone work until
11541         post-command-hook.
11542         (rcirc-window-configuration-change-1): Update mode-line and
11543         overlay arrows here.
11544         (rcirc-authenticate): Fixc hanserv identification.
11545         (rcirc-default-server): Remove variable.
11546         (rcirc): Connect according to rcirc-connections.
11547         (rcirc-connections): Add variable.
11548         (rcirc-startup-channels-alist): Remove variable.
11549         (rcirc-startup-channels): Remove function.
11551 2007-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11553         * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
11555 2007-06-13  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>  (tiny change)
11557         * term/xterm.el (terminal-init-xterm): Escape parens in character
11558         constants.
11560 2007-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11562         * progmodes/sh-script.el: Remove unneeded * from docstrings.
11563         Use [:alpha:] and [:alnum:] where applicable.
11564         (sh-quoted-subshell): Rewrite to correctly
11565         handle nested mixes of `...' and $(...).
11566         (sh-apply-quoted-subshell): Remove.
11567         (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
11569         * vc-arch.el (vc-arch-command): Remove bzr.  It's a different program.
11571 2007-06-13  Michael Kifer  <kifer@cs.stonybrook.edu>
11573         * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
11574         previous change.
11576 2007-06-12  Tom Tromey  <tromey@redhat.com>
11578         * subr.el (user-emacs-directory): New defconst.
11579         * cmuscheme.el (scheme-start-file):
11580         * shell.el (shell):
11581         * completion.el (save-completions-file-name):
11582         * custom.el (custom-theme-directory):
11583         * term/x-win.el (emacs-session-filename):
11584         * filesets.el (filesets-menu-cache-file):
11585         * thumbs.el (thumbs-thumbsdir):
11586         * server.el (server-auth-dir):
11587         * image-dired.el (image-dired-dir):
11588         (image-dired-db-file):
11589         (image-dired-temp-image-file):
11590         (image-dired-gallery-dir):
11591         (image-dired-temp-rotate-image-file):
11592         * play/gamegrid.el (gamegrid-user-score-file-directory):
11593         * savehist.el (savehist-file):
11594         * tutorial.el (tutorial--saved-dir):
11595         * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
11597 2007-06-12  Ralf Angeli  <angeli@caeruleus.net>
11599         * scroll-lock.el (scroll-lock-mode): Doc fix.
11601 2007-06-12  Michael Kifer  <kifer@cs.stonybrook.edu>
11603         * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
11605         * ediff-init.el: Doc strings.
11607 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11609         * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
11610         (byte-compile-file): Bind it.
11611         (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
11612         group argument is provided implicitly.
11613         (byte-compile-format-warn, byte-compile-from-buffer)
11614         (byte-compile-insert-header): Don't hardcode point-min==1.
11615         (byte-compile-file-form-require): Remove unused var old-load-list.
11616         (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
11618 2007-06-12  Michael Kifer  <kifer@cs.stonybrook.edu>
11620         * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
11621         Display error messages.
11622         (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
11623         Get rid of cl.el dependencies.
11625         * emulation/viper-init.el (viper-suppress-input-method-change-message):
11626         New variable.
11627         (viper-activate-input-method-action)
11628         (viper-inactivate-input-method-action):
11629         Use viper-suppress-input-method-change-message.
11631         * emulation/viper-kem.el (viper-vi-basic-map): Disable the bindings
11632         for C-s, C-r.
11634         * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
11635         Use viper-replace-overlay-cursor-color instead of
11636         viper-replace-overlay-cursor-color.
11637         (viper-sit-for-short): Use sit-for with 3 arguments.
11639         * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
11640         (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
11641         to gud-mode.
11643         * ediff-mult.el (ediff-meta-buffer-brief-message)
11644         (ediff-meta-buffer-verbose-message): New variables.
11645         (ediff-meta-buffer-message): Variable deleted.
11646         (ediff-verbose-help-enabled): New variable.
11647         (ediff-toggle-verbose-help-meta-buffer): New function.
11648         (ediff-redraw-directory-group-buffer): Made aware of short/verbose
11649         message options.
11651         * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
11652         (ediff-fixup-patch-map): Improve heuristic.
11654 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11656         * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
11657         (log-view-font-lock-keywords): Simplify.
11658         (log-view-current-file, log-view-current-tag): Simplify.
11660 2007-06-12  Sam Steingold  <sds@gnu.org>
11662         * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
11664 2007-06-12  Juanma Barranquero  <lekktu@gmail.com>
11666         * desktop.el (desktop-load-locked-desktop): New option.
11667         (desktop-read): Use it.
11668         (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
11669         Use `when'.
11671 2007-06-12  Davis Herring  <herring@lanl.gov>
11673         * desktop.el (desktop-save-mode-off): New function.
11674         (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
11675         (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
11676         (desktop-claim-lock, desktop-release-lock): New functions.
11677         (desktop-kill): Tell `desktop-save' that this is the last save.
11678         Release the lock afterwards.
11679         (desktop-buffer-info): New function.
11680         (desktop-save): Use it.  Run `desktop-save-hook' where the doc
11681         says to.  Detect conflicts, and manage the lock.
11682         (desktop-read): Detect conflicts.  Manage the lock.
11684 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11686         * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
11688         * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
11689         (tpu-lucid-emacs-p): Remove.  Use (featurep 'xemacs) instead.
11690         (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
11691         (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
11692         keysyms rather than byte sequences.
11693         (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
11695 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11697         * font-lock.el (font-lock-add-keywords): In case font-lock was only
11698         half-activated, forcefully activate it completely.
11700 2007-06-11  Richard Stallman  <rms@gnu.org>
11702         * cus-edit.el (custom-variable-type): Doc fix.
11704 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11706         * progmodes/sh-script.el (sh-font-lock-backslash-quote)
11707         (sh-font-lock-flush-syntax-ppss-cache): New functions.
11708         (sh-font-lock-syntactic-keywords): Use them to distinguish the
11709         different possible cases for \'.
11711         * complete.el (PC-bindings): Don't bind things already bound in the
11712         parent keymap.
11714         * textmodes/bibtex-style.el: New file.
11716 2007-06-11  Riccardo Murri  <riccardo.murri@gmail.com>
11718         * vc-bzr.el: New file.
11720 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11722         * vc-svn.el (vc-svn-program): New var.
11723         (vc-svn-command): Use it.
11725 2007-06-11  Juanma Barranquero  <lekktu@gmail.com>
11727         * server.el (server-switch-buffer): Remove redundant check.
11729 2007-06-10  Martin Rudalics  <rudalics@gmx.at>
11731         * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
11732         Match against file-name-nondirectory.
11733         Fix text on user customization variables.
11734         Reported by Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>.
11736 2007-06-09  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
11738         * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
11740 2007-06-09  Davis Herring  <herring@lanl.gov>
11742         * desktop.el (desktop-minor-mode-table): Doc fix.
11744 2007-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11746         * textmodes/css-mode.el (css-navigation-syntax-table):
11747         Use set-char-table-range so it also works in the unicode branch.
11749 2007-06-08  Nick Roberts  <nickrob@snap.net.nz>
11751         * help-mode.el (help-xref-forward-stack)
11752         (help-xref-stack-forward-item, help-forward-label): New variables.
11753         (help-forward): New button type.
11754         (help-setup-xref): Initialise help-xref-forward-stack.
11755         (help-make-xrefs): Add forward button, if appropriate.
11756         (help-xref-go-back): Push item on forward stack.
11757         (help-xref-go-forward, help-go-forward): New functions.
11759 2007-06-07  Chong Yidong  <cyd@stupidchicken.com>
11761         * dired.el (dired-mode-map): Remove spurious separator.
11763 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
11765         * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
11767         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
11768         * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
11770 2007-06-07  Carsten Dominik  <dominik@science.uva.nl>
11772         * textmodes/org.el: Version number fixed.
11774 2007-06-07  Glenn Morris  <rgm@gnu.org>
11776         * version.el (emacs-copyright): New constant.
11777         * startup.el (fancy-splash-tail): Use emacs-copyright.
11778         * calc/calc-help.el (calc-full-help): Use emacs-copyright.
11780         * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
11781         `make-local'.
11782         (byte-compile-warnings-safe-p): Add `make-local'.
11783         (byte-compile-make-variable-buffer-local):
11784         Allow byte-compile-warnings to suppress this warning.
11786         * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
11787         format of "menu" description.
11788         (tutorial--find-changed-keys): Describe the specific menu a
11789         command is in.
11791         * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
11792         Rewrite compatibility functions to silence byte-compiler.
11794 2007-06-07  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
11796         * mail/rmailsum.el (rmail-summary-save-buffer): New command.
11797         (rmail-summary-mode-map): Add rmail-summary-save-buffer.
11799 2007-06-07  Eric M. Ludlam  <eric@siege-engine.com>
11801         * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
11803 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
11805         * progmodes/ebrowse.el (ebrowse-member-table):
11806         * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
11807         (org-batch-agenda-csv): Fix typos in docstrings.
11809 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
11811         * international/mule-cmds.el (toggle-enable-multibyte-characters)
11812         (sort-coding-systems, search-unencodable-char): Doc fixes.
11813         (coding-system-change-eol-conversion, set-default-coding-systems)
11814         (prefer-coding-system, find-multibyte-characters, princ-list)
11815         (leim-list-entry-regexp, set-input-method, locale-language-names)
11816         (input-method-exit-on-first-char, exit-language-environment-hook)
11817         (locale-charset-language-names): Fix typos in docstrings.
11819 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
11821         * pgg.el (pgg-sign-region, pgg-sign):
11822         * ses.el (ses-call-printer):
11823         * calendar/icalendar.el (icalendar--diarytime-to-isotime):
11824         * textmodes/org.el (org-cycle): Fix typos in docstrings.
11826 2007-06-06  Carsten Dominik  <dominik@science.uva.nl>
11828         * textmodes/org.el (org-export-region-as-html)
11829         (org-replace-region-by-html, org-number-to-letters)
11830         (org-table-fedit-finish, org-normalize-color)
11831         (org-table-fedit-ref-right, org-date-to-gregorian)
11832         (org-table-fedit-move, org-table-convert-refs-to-rc)
11833         (org-calendar-holiday, org-table-fedit-toggle-ref-type)
11834         (org-write-agenda, org-colgroup-info-to-vline-list)
11835         (org-agenda-todo-previousset, org-defkey, org-encode-for-stdout)
11836         (org-indent-line-function, org-export-as-html-to-buffer)
11837         (org-store-agenda-views, org-update-mode-line)
11838         (org-find-if, org-delete-all)
11839         (org-table-fedit-convert-buffer, org-emphasize)
11840         (org-uniquify, org-table-fedit-lisp-indent)
11841         (org-table-fedit-scroll, org-get-todo-sequence-head)
11842         (org-table-fedit-scroll-down, org-table-fedit-line-down)
11843         (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
11844         (org-table-fedit-toggle-coordinates, org-dvipng-color)
11845         (org-table-fedit-line-up, org-table-fedit-ref-down)
11846         (org-table-formula-from-user, org-mode-flyspell-verify)
11847         (org-cycle-show-empty-lines, org-ctrl-c-ret)
11848         (org-table-formula-to-user, org-diary-to-ical-string)
11849         (orgtbl-export, org-table-fedit-post-command)
11850         (org-closed-in-range, org-shiftcontrolright)
11851         (org-table-convert-refs-to-an, org-table-hline-and-move)
11852         (org-table-formula-less-p, org-format-table-ascii)
11853         (org-agenda-get-sexps, org-shift-refpart)
11854         (org-diary-sexp-entry, org-time-string-to-absolute)
11855         (org-table-show-reference, org-letters-to-number)
11856         (org-fix-agenda-info, org-table-fedit-ref-up)
11857         (org-table-fedit-shift-reference, org-table-fedit-abort)
11858         (org-closest-date, org-shiftcontrolleft)
11859         (org-at-heading-or-item-p, org-rematch-and-replace)
11860         (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
11861         New functions.
11862         (org-table-edit-scroll-down, org-finish-edit-formulas)
11863         (org-table-edit-next-field, org-abort-edit-formulas)
11864         (org-font-lock-level, org-export-find-first-heading-line)
11865         (org-table-edit-line-down, org-table-edit-backward-field)
11866         (org-edit-formula-lisp-indent, org-table-edit-move)
11867         (org-check-log-option, org-this-word)
11868         (org-table-edit-line-up, org-table-edit-formulas-post-command)
11869         (org-agenda-file-to-end, org-expand-file-name)
11870         (org-fake-empty-table-line, org-table-edit-scroll)
11871         (org-toggle-log-option, org-show-reference): Function removed.
11872         (org-inhibit-invisibility, org-table-formula-make-cmp-string):
11873         New defsubsts.
11874         (org-unmodified, org-batch-store-agenda-views)
11875         (org-batch-agenda-csv): New macro.
11876         (org-agenda-export): New customization group.
11877         (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
11878         (org-highest-priority, org-agenda-exporter-settings)
11879         (org-log-done-with-time, org-replace-disputed-keys)
11880         (org-format-latex-header, org-export-table-header-tags)
11881         (org-cycle-separator-lines, org-export-table-data-tags)
11882         (org-icalendar-include-sexps)
11883         (org-empty-line-terminates-plain-lists)
11884         (org-log-repeat, org-special-ctrl-a)
11885         (org-table-use-standard-references, org-disputed-keys)
11886         (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
11887         (org-agenda-export-html-style): New option.
11888         (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
11889         (org-CUA-compatible): Option removed.
11890         (org-agenda-structure, org-sexp-date): New face.
11891         (org-todo-keywords-for-agenda, org-not-done-keywords)
11892         (org-planning-or-clock-line-re, org-agenda-name)
11893         (org-table-colgroup-info, org-todo-sets)
11894         (constants-unit-system, org-clock-mode-line-entry)
11895         (org-mode-line-timer, org-table-current-begin-pos)
11896         (org-todo-keywords-1, org-mode-line-string)
11897         (org-table-clean-did-remove-column, org-table-fedit-map)
11898         (org-clock-heading, org-table-buffer-is-an)
11899         (org-agenda-info, org-done-keywords)
11900         (org-done-keywords-for-agenda, org-todo-heads)
11901         (org-todo-kwd-alist, org-clock-start-time): New variable.
11902         (org-todo-kwd-priority-p, org-edit-formulas-map)
11903         (org-repeat-re, org-todo-kwd-max-priority)
11904         (org-version, org-done-string)
11905         (org-table-clean-did-remove-column-1, org-disputed-keys):
11906         Remove variables.
11907         (org-table-translate-regexp, org-repeat-re, org-version): New consts.
11908         (org-ts-lengths): Constant removed.
11909         (org-follow-gnus-link): Don't ask how many articles to read.
11910         (org-export-find-first-export-line): Rename from
11911         `org-export-find-first-heading'.
11912         Use `org-export-skip-text-before-1st-heading'.
11913         (org-table-fedit-post-command): Rename from
11914         `org-table-edit-formulas-post-command'.
11915         (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
11916         (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
11917         (org-table-fedit-lisp-indent): Rename from
11918         `org-edit-formula-lisp-indent'.
11919         (org-table-show-reference): Rename from `org-show-reference'.
11920         (org-table-store-formulas): Use `org-table-formula-less-p'.
11921         (org-table-edit-formulas): Position cursor to current field equation.
11922         (org-update-checkbox-count, org-hide-archived-subtrees)
11923         (org-timestamp-up-day, org-timestamp-down-day)
11924         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
11925         (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
11926         (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
11927         (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
11928         Let `org-on-heading-p' also check for invisible heading.
11929         (org-read-date): Match am/pm times.
11930         (org-eval-in-calendar): Fix default date in prompt.
11932 2007-06-05  Chong Yidong  <cyd@stupidchicken.com>
11934         * files.el (auto-mode-alist): Separate "ChangeLog.1" and
11935         "ChangeLog.a" entries, giving the latter lower priority.
11937 2007-06-05  Juanma Barranquero  <lekktu@gmail.com>
11939         * faces.el (face-id): If the argument is a face alias,
11940         return the ID of the target face.
11942 2007-06-05  Michael Albinus  <michael.albinus@gmx.de>
11944         * net/socks.el (top): Remove unnecessary copyright line.
11946 2007-06-04  Chong Yidong  <cyd@stupidchicken.com>
11948         * longlines.el (longlines-auto-wrap): Handle argument correctly.
11950 2007-06-04  Michael Albinus  <michael.albinus@gmx.de>
11952         * net/socks.el: New file, taken from w3 repository.
11953         (top): Update Copyright.  Don't load cl.el.
11954         (all): Replace `case' by `cond', `string-to-int' by
11955         `string-to-number', and `process-kill-without-query' by
11956         `set-process-query-on-exit-flag'.
11957         (socks-char-int): Remove defalias and all occurrences.
11959 2007-06-04  Juanma Barranquero  <lekktu@gmail.com>
11961         * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
11962         Fix typos in docstrings.
11963         (compilation-search-path, compilation-buffer-name-function): Doc fixes.
11964         (compilation-finish-function): Fix typo in obsolescence declaration.
11966 2007-06-03  Sam Steingold  <sds@gnu.org>
11968         * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
11969         handle unending automatic recompilation of changed files (`omake -P').
11970         (compilation-loop): VISITED is now 5th CDR.
11971         (compilation-next-error-function): Set TIMESTAMP.
11973 2007-06-03  Sam Steingold  <sds@gnu.org>
11975         * files.el (kill-buffer-ask): New function.
11976         (kill-some-buffers): Use it.
11977         (kill-matching-buffers): New user command.
11979 2007-06-01  David Kastrup  <dak@gnu.org>
11981         * dired.el (dired-recursive-deletes, dired-recursive-copies):
11982         Change default to `top'.
11984 2007-05-31  Richard Stallman  <rms@gnu.org>
11986         * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
11988 2007-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
11990         * textmodes/css-mode.el: New file.
11992 2007-05-30  Michael Olson  <mwolson@gnu.org>
11994         * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
11995         died and we are trying to send a signal to it.  The program using
11996         tq.el should periodically check to see whether the process has
11997         died and react appropriately -- this is not the responsibility of
11998         tq.el, and is consistent with the rest of the tq.el source code.
12000 2007-05-29  Martin Rudalics  <rudalics@gmx.at>
12002         * textmodes/table.el (table--point-entered-cell-function)
12003         (table--point-left-cell-function):
12004         Bind `inhibit-point-motion-hooks' to t.
12006 2007-05-29  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
12008         * emacs-lisp/rx.el (rx): Doc fix.
12010 2007-05-28  Juanma Barranquero  <lekktu@gmail.com>
12012         * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
12014 2007-05-28  Michael Albinus  <michael.albinus@gmx.de>
12016         Sync with Tramp 2.0.56.
12018         * net/tramp.el:
12019         * net/tramp-ftp.el:
12020         * net/tramp-smb.el:
12021         * net/tramp-util.el:
12022         * net/tramp-vc.el:
12023         Don't load cl.el, because that pollutes the namespace.  Replace cl
12024         macros by their implementations where necessary.  Requested by
12025         Richard Stallman <rms@gnu.org>.
12027         * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
12028         doesn't exist.
12029         (with-parsed-tramp-file-name): Protect debug spec during compilation.
12030         (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
12031         (tramp-file-name-p, tramp-file-name-multi-method)
12032         (tramp-file-name-method, tramp-file-name-user)
12033         (tramp-file-name-host, tramp-file-name-localname): New defuns,
12034         replacing defstruct `tramp-file-name'.
12035         (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
12036         (tramp-dissect-file-name, tramp-dissect-multi-file-name):
12037         Apply `vector' instead of `make-tramp-file-name'.
12038         (tramp-handle-make-auto-save-file-name):
12039         Apply `tramp-temporary-file-directory' for compatibility reasons.
12040         (tramp-completion-mode): Use `natnump' instead of `wholenump'
12041         because of XEmacs.
12042         (tramp-completion-mode): `last-input-event' is nil when XEmacs is
12043         started.
12045 2007-05-28  Chong Yidong  <cyd@stupidchicken.com>
12047         * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
12049 2007-05-27  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
12051         * log-edit.el (log-edit-changelog-paragraph): Return point-max
12052         as the end of the ChangeLog paragraph when it ends without a line
12053         termination.
12055 2007-05-27  Ryan Yeske  <rcyeske@gmail.com>
12057         * net/webjump.el (webjump-sample-sites):
12058         Add simple Wikipedia query.
12060 2007-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12062         * emacs-lisp/derived.el (define-derived-mode): Remove bogus
12063         compatibility code.
12065         * emacs-lisp/copyright.el (copyright-names-regexp): New var.
12066         (copyright-update-year): Use it.
12068         * edmacro.el (edmacro-format-keys): Use current-active-maps.
12070         * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
12071         Add indentation and debugging info.  Fix up comment convention.
12073         * cus-dep.el (custom-make-dependencies): Simplify.
12075         * composite.el (compose-region, decompose-region):
12076         Use inhibit-read-only and restore-buffer-modified-p.
12078         * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
12079         (xterm-mouse-event): Use it.
12081 2007-05-25  Juanma Barranquero  <lekktu@gmail.com>
12083         * bs.el (bs-cycle-previous): Don't modify the cycle list until
12084         `switch-to-buffer' has returned succesfully.
12085         (bs-cycle-next): Ditto.  Also, don't bury the buffer when the
12086         window is dedicated (it could iconify the frame).
12088 2007-05-25  Miles Bader  <miles@fencepost.gnu.org>
12090         * vc-hooks.el (vc-find-root): Fix file attribute test.
12092 2007-05-24  Richard Stallman  <rms@gnu.org>
12094         * textmodes/flyspell.el (flyspell-correct-word-before-point):
12095         Don't let opoint be nil.
12096         (flyspell-emacs-popup): Explicit error if no dialogs.
12098 2007-05-24  Chong Yidong  <cyd@stupidchicken.com>
12100         * image-mode.el (image-forward-hscroll, image-backward-hscroll)
12101         (image-next-line, image-previous-line, image-scroll-up)
12102         (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
12103         New functions.
12104         (image-mode-map): Remap motion commands.
12105         (image-mode-text-map): New keymap for viewing images as text.
12106         (image-mode): Use image-mode-map.
12107         (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
12109 2007-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12111         * textmodes/fill.el (canonically-space-region): Make the second arg
12112         a marker if it's not already the case.
12114 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
12116         * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
12117         (tar-get-descriptor): Handle type 55, an extended pax header.
12119 2007-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12121         * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
12122         to confuse outline-minor-mode.
12124 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
12126         * tar-mode.el (tar-file-name-handler): New function.
12127         (tar-extract): Bind file-name-handler-alist to it to force
12128         find-buffer-file-type-coding-system behave as if the file being
12129         extracted existed.  Use last-coding-system-used to force
12130         buffer-file-coding-system to what decode-coding-region actually
12131         used to decode the file.
12133 2007-05-23  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
12135         * progmodes/compile.el (compilation-handle-exit):
12136         `compilation-finish-function' may change the current buffer.
12138 2007-05-22  Richard Stallman  <rms@gnu.org>
12140         * files.el (set-auto-mode): Doc fix.
12142 2007-05-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12144         * help-fns.el (find-source-lisp-file): New function.
12145         (describe-function-1): Use find-source-lisp-file to find source
12146         file in compile tree.
12148 2007-05-22  Eli Zaretskii  <eliz@gnu.org>
12150         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
12152 2007-05-22  Juanma Barranquero  <lekktu@gmail.com>
12154         * emacs-lisp/easy-mmode.el (define-minor-mode)
12155         (easy-mmode-define-navigation): Fix typos in docstrings.
12157 2007-05-22  Glenn Morris  <rgm@gnu.org>
12159         * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
12161 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12163         * mail/mail-extr.el (mail-extract-address-components):
12164         Recognize non-ASCII characters except for NBSP as words.
12166 2007-05-21  Trent Buck  <trentbuck@gmail.com>  (tiny change)
12168         * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
12169         (rcirc-print): Handle `window-width'.
12170         (rcirc-buffer-maximum-lines): Doc fix.
12172 2007-05-21  Chong Yidong  <cyd@stupidchicken.com>
12174         * image-mode.el (image-toggle-display): Don't clear image cache.
12175         Only use filename in image spec if the file is readable.
12176         Call image-refresh.
12178         * image.el (image-type-from-file-name, image-type): Simplify.
12179         (image-type-auto-detected-p): Don't scan auto-mode-alist.
12181         * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
12182         (magic-fallback-mode-alist): Add image-type-auto-detected-p.
12184 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
12186         * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
12187         is an error.
12189         * term/linux.el (terminal-init-linux): Don't signal an error
12190         if gpm isn't running.
12192 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
12194         * t-mouse.el: Reduce to a minor-mode macro call.
12195         (t-mouse-mode): Remove the lighter.
12197         * term/linux.el (terminal-init-linux): Enable t-mouse by default.
12199 2007-05-19  Dan Nicolaescu  <dann@ics.uci.edu>
12201         * files.el (auto-mode-alist): Change the regexp so that
12202         ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
12204 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
12206         * Version 22.1 released.
12208 2007-05-19  Chong Yidong  <cyd@stupidchicken.com>
12210         * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
12211         changes.
12213 2007-05-19  Kevin Ryde  <user42@zip.com.au>
12215         * info.el (Info-fontify-node): Fontify https as well as http and ftp.
12217 2007-05-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
12219         * textmodes/sgml-mode.el: Revert last change.
12221 2007-05-18  Richard Stallman  <rms@gnu.org>
12223         * simple.el (push-mark): Doc fix.
12225 2007-05-18  Rob Riepel  <riepel@Stanford.EDU>
12227         * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
12228         tpu-global-map.
12229         (tpu-original-global-map): Variable deleted.
12230         (tpu-control-keys-map): New keymap variable.
12231         (tpu-set-control-keys): Use tpu-reset-control-keys rather than
12232         setting keymapping directly.
12233         (tpu-reset-control-keys): Use tpu-control-keys-map instead of
12234         tpu-global-map.
12235         (tpu-edt-on): Activate the tpu-global-map.
12236         (tpu-edt-off): Deactivate the tpu-global-map.
12238 2007-05-18  Ryan Yeske  <rcyeske@gmail.com>
12240         * textmodes/ispell.el (ispell-get-word): Return markers
12241         for start and end positions.
12242         (ispell-word): Assume END is a marker.
12244 2007-05-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12246         * printing.el: Group together all XEmacs/Emacs definitions.
12247         (pr-version): New version 6.9.
12248         (pr-global-menubar, pr-menu-char-height, pr-menu-char-width): New funs.
12249         (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
12250         (pr-menu-bind): Fix code.
12251         (pr-e-frame-char-height, pr-e-frame-char-width)
12252         (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
12253         (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
12254         (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
12255         (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
12256         (pr-x-event-y-pixel): Aliases eliminated.
12257         (pr-xemacs-global-menubar): Macro moved.
12258         (current-menubar, current-mouse-event, zmacs-region-stays)
12259         (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
12260         (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
12261         Vars moved.
12262         (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
12263         (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
12264         (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
12265         (pr-menu-set-utility-title, pr-even-or-odd-pages)
12266         (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
12267         (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name): Funs
12268         moved.
12270 2007-05-17  Christian Plate  <cplate@web.de>  (tiny change)
12272         * textmodes/sgml-mode.el (sgml-tag):
12273         Fix bug: Call sgml-transformation-function.
12275 2007-05-17  Martin Rudalics  <rudalics@gmx.at>
12277         * hilit-chg.el (highlight-changes-rotate-faces): Don't set
12278         modified flag of buffer.  Use `inhibit-modification-hooks'.
12280 2007-05-16  Richard Stallman  <rms@gnu.org>
12282         * buff-menu.el (Buffer-menu-sort-column): Doc fix.
12284 2007-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12286         * files.el (magic-mode-alist, magic-fallback-mode-alist):
12287         Move the *ml, Postscript, and XmCD entries to the fallback part.
12289         * files.el (magic-fallback-mode-alist):
12290         Rename from file-start-mode-alist.
12292 2007-05-16  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
12294         * progmodes/compile.el (compilation-handle-exit): Quote first
12295         argument of `run-hook-with-args'.
12297 2007-05-16  Juanma Barranquero  <lekktu@gmail.com>
12299         * buff-menu.el (Buffer-menu-sort-column):
12300         * dabbrev.el (dabbrev-upcase-means-case-search):
12301         * dired.el (dired-recursive-deletes, dired-recursive-copies):
12302         * info.el (Info-current-subfile):
12303         * ls-lisp.el (ls-lisp-verbosity):
12304         * msb.el (msb-menu-cond):
12305         * pcvs.el (cvs-dired-use-hook):
12306         * simple.el (set-mark-command-repeat-pop):
12307         * time.el (display-time-24hr-format, display-time-mail-file):
12308         Doc fixes.
12310         * tutorial.el (get-lang-string, tutorial--find-changed-keys):
12311         * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
12313         * view.el (view-inhibit-help-message): Fix typo in docstring.
12314         (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
12316 2007-05-16  Martin Rudalics  <rudalics@gmx.at>
12318         * textmodes/ispell.el (ispell-start-process): Defend against bad
12319         default-directory.
12321 2007-05-14  Eli Zaretskii  <eliz@gnu.org>
12323         * mail/rmail.el (rmail-convert-to-babyl-format): Check
12324         content-transfer-encoding _last_, because it's its position that
12325         we need as value of base64-header-field-end.
12327 2007-05-14  Juanma Barranquero  <lekktu@gmail.com>
12329         * files.el (mode-require-final-newline, require-final-newline)
12330         (enable-local-variables, enable-local-eval): Doc fixes.
12332 2007-05-13  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12334         * ps-print.el: Use default color when foreground or background color
12335         are unspecified.  Reported by Leo <sdl.web@gmail.com>.
12336         (ps-print-version): New version 6.7.4.
12337         (ps-rgb-color): New argument.  Use default color when color is
12338         unspecified.
12339         (ps-begin-job): Fix code.
12341 2007-05-12  Chong Yidong  <cyd@stupidchicken.com>
12343         * longlines.el (longlines-mode): Make longlines-auto-wrap
12344         buffer-local.  Add hooks unconditionally.
12345         (longlines-auto-wrap): Toggle wrapping.
12346         (longlines-after-change-function)
12347         (longlines-post-command-function): Check longlines-auto-wrap.
12349 2007-05-12  Nick Roberts  <nickrob@snap.net.nz>
12351         * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
12352         (xterm-mouse-translate): Use it.
12354 2007-05-10  Richard Stallman  <rms@gnu.org>
12356         * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
12357         (iso-cvt-write-only): Likewise.
12359         * emacs-lisp/easy-mmode.el (define-minor-mode):
12360         Fix generated doc string.
12362         * startup.el (fancy-splash-text): Add URL of guided tour.
12363         Adjust horizontal and vertical whitespace.
12365         * progmodes/compile.el (compilation-handle-exit):
12366         Use run-hook-with-args to run compilation-finish-functions.
12368         * files.el (file-start-mode-alist): New variable.
12369         (magic-mode-regexp-match-limit): Doc fix.
12370         (set-auto-mode): Handle file-start-mode-alist.
12371         A little cleanup of structure.
12373         * dabbrev.el (dabbrev-eliminate-newlines):
12374         Renamed from dabbrev--eliminate-newlines.  All uses changed.
12376 2007-05-10  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
12378         * man.el (Man-next-section): Don't consider the last line of the page
12379         as being part of any section.
12381 2007-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12383         * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
12384         can take any number of values.
12386 2007-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
12388         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
12389         to the list of citation commands.
12391 2007-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
12393         * vc-hooks.el (vc-find-root): Stop searching when the user changes.
12395 2007-05-09  Edward O'Connor  <hober0@gmail.com>  (tiny change)
12397         * progmodes/python.el (python-font-lock-keywords)
12398         (python-open-block-statement-p, python-mode): Add support for the new
12399         "with" keyword.
12401 2007-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12403         * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
12404         the exact opposite of diff-goto-source.
12406         * emacs-lisp/advice.el (ad-special-forms): Remove.
12407         (ad-special-form-p): Use subr-arity.
12409         * newcomment.el (comment-search-forward): Make sure we search forward.
12410         (comment-enter-backward): Try and distinguish the non-matching case at
12411         EOB from the non-matching case with a missing comment-end-skip for
12412         a 2-char comment ender.
12413         (comment-choose-indent): New function extracted from comment-indent.
12414         Improve the alignment algorithm.
12415         (comment-indent): Use it.
12417         * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
12418         XML style Processing Instructions.
12419         (sgml-parse-tag-backward): Handle XML-style PIs.  Also ensure progress.
12420         (sgml-calculate-indent): Handle `pi' context.
12422         * vc.el: Ensure that update-changelog issues an error when used with
12423         a backend that does not implement it.
12424         (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
12425         Remove `backend' argument.  Use expand-file-name.
12426         (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
12428         * progmodes/python.el (python-end-of-block): Revert last change.
12429         (python-end-of-statement): Make sure we move *forward*.
12431 2007-05-08  Richard Stallman  <rms@gnu.org>
12433         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
12434         Don't include non-self-insert commands in the exception for `-'.
12436 2007-05-08  David Reitter  <david.reitter@gmail.com>
12438         * progmodes/python.el (python-guess-indent): Check non-nullness
12439         before comparing indent against the 2..8 interval.
12441 2007-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12443         * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
12444         available.
12446 2007-05-06  Richard Stallman  <rms@gnu.org>
12448         * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
12450 2007-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12452         * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
12453         rather than storing their value in the revert-buffer function.
12455 2007-05-04  Nick Roberts  <nickrob@snap.net.nz>
12457         * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
12458         when disabling t-mouse-mode.
12460 2007-05-01  Davis Herring  <herring@lanl.gov>
12462         * calendar/timeclock.el: Update version number.
12463         (timeclock-modeline-display): Mention timeclock-use-display-time
12464         in explanatory message.
12465         (timeclock-in): Fix non-interactive workday specifications.
12466         (timeclock-log): Don't kill the log buffer if it already existed.
12467         Suppress warnings when finding the log.  Don't check for a nil
12468         project twice.  Run hooks after killing the buffer (if applicable).
12469         (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
12470         was geometric).  All uses changed.
12471         (timeclock-generate-report): Support prefix argument.
12473 2007-05-03  Ryan Yeske  <rcyeske@gmail.com>
12475         * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
12476         disconnections.
12478 2007-05-01  Romain Francoise  <romain@orebokech.com>
12480         * dired-x.el: Revert 2007-04-06 change.
12482 2007-04-29  Stephen Berman  <Stephen.Berman@gmx.net>
12484         * find-dired.el (find-dired-filter): Propertize all text down to eob.
12486 2007-04-29  Richard Stallman  <rms@gnu.org>
12488         * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
12490 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12492         * progmodes/cc-mode.el (c-before-change): Use point-min rather
12493         than 1.
12495 2007-04-28  Richard Stallman  <rms@gnu.org>
12497         * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
12499 2007-04-28  Nick Roberts  <nickrob@snap.net.nz>
12501         * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
12502         don't put stop on toolbar.
12504 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12506         * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
12508 2007-04-28  Eli Zaretskii  <eliz@gnu.org>
12510         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
12511         instead of $(lisp)/mh-e.
12513 2007-04-28  Glenn Morris  <rgm@gnu.org>
12515         * image-dired.el (image-dired-cmd-create-thumbnail-options)
12516         (image-dired-cmd-create-temp-image-options): Replace option
12517         +profile "*" with -strip.
12519 2007-04-27  Chong Yidong  <cyd@stupidchicken.com>
12521         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
12522         Use window-start and window-end.
12524 2007-04-27  Andreas Schwab  <schwab@suse.de>
12526         * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
12528 2007-04-27  Eli Zaretskii  <eliz@gnu.org>
12530         * textmodes/fill.el (fill-paragraph): Doc fix.
12532 2007-04-26  Luc Teirlinck  <teirllm@dms.auburn.edu>
12534         * locate.el (locate-in-alternate-database): Doc fix.
12536 2007-04-26  Glenn Morris  <rgm@gnu.org>
12538         * button.el (button): Use underline if supported, else fall back
12539         to color.
12541         * version.el (emacs-version): Increase to 22.1.50.
12543 2007-04-25  Richard Stallman  <rms@gnu.org>
12545         * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
12547 2007-04-25  J.D. Smith  <jdsmith@as.arizona.edu>
12549         * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
12550         (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
12551         pushing mark.
12552         (idlwave-current-routine): Don't push mark.
12554 2007-04-25  Mathias Dahl  <mathias.dahl@gmail.com>
12556         * image-dired.el (image-dired-display-image): Derive image-type from
12557         filename rather than assuming jpeg, in case no resizing was needed.
12559 2007-04-25  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
12561         * custom.el (defface): Doc fix.
12563 See ChangeLog.12 for earlier changes.
12565 ;; Local Variables:
12566 ;; coding: iso-2022-7bit
12567 ;; add-log-time-zone-rule: t
12568 ;; End:
12570     Copyright (C) 2007, 2008  Free Software Foundation, Inc.
12572   This file is part of GNU Emacs.
12574   GNU Emacs is free software; you can redistribute it and/or modify
12575   it under the terms of the GNU General Public License as published by
12576   the Free Software Foundation; either version 3, or (at your option)
12577   any later version.
12579   GNU Emacs is distributed in the hope that it will be useful,
12580   but WITHOUT ANY WARRANTY; without even the implied warranty of
12581   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12582   GNU General Public License for more details.
12584   You should have received a copy of the GNU General Public License
12585   along with GNU Emacs; see the file COPYING.  If not, write to the
12586   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
12587   Boston, MA 02110-1301, USA.
12589 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af