(vc-workfile-version): Compatibility alias.
[emacs.git] / lisp / ChangeLog
blob96d6a627dcdf6bfc5b6ae4af5da9414c00f47f6a
1 2007-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3         * vc-hooks.el (vc-workfile-version): Compatibility alias.
4         (vc-default-working-revision): Compatibility for backends.
6 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
8         * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
9         (filesets-ormap, filesets-sort-case-sensitive-flag)
10         (filesets-remake-shortcut, filesets-ingroup-collect-files):
11         Fix typos in docstrings.
12         (filesets-conditional-sort, filesets-find-or-display-file)
13         (filesets-data-get-name, filesets-data-get-data)
14         (filesets-data-set, filesets-cmd-query-replace-getargs)
15         (filesets-ingroup-collect): Doc fixes.
17 2007-10-15  Sam Steingold  <sds@gnu.org>
19         * mail/sendmail.el (sendmail-error-reporting-interactive)
20         (sendmail-error-reporting-non-interactive): New variables for
21         sendmail error reporting options to simplify support for imperfect
22         sendmail emulators.
23         (sendmail-send-it): Use them instead of list literals.
25 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
27         * help-fns.el: Revert previous change; it creates a
28         dependency loop between advice.el and help-fns.el.
30 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
32         * help-fns.el: Require advice when compiling.
34 2007-10-14  Drew Adams  <drew.adams@oracle.com>
36         * emacs-lisp/ring.el (ring-convert-sequence-to-ring)
37         (ring-insert+extend, ring-remove+insert+extend, ring-member)
38         (ring-next, ring-previous): New functions.
40 2007-10-14  Richard Stallman  <rms@gnu.org>
42         * emacs-lisp/advice.el (documentation): Advice deleted.
43         Doc for advised functions is now handled at C level.
44         This is now handled at C level.
45         (ad-stop-advice, ad-start-advice): Don't enable or disable
46         advice for `documentation'.
47         (ad-advised-definition-docstring-regexp): Var deleted.
48         (ad-make-advised-definition-docstring): Store orig name
49         as text property of string.
50         (ad-advised-definition-p): Check for text property of docstring.
52         * help-fns.el (describe-function-1): Find source of advised functions.
54 2007-10-14  Juri Linkov  <juri@jurta.org>
56         * faces.el (describe-face): Allow handling a string as the face name.
58         * textmodes/ispell.el (ispell-word): Call `ispell-region' on the
59         active region in transient-mark-mode.
60         (ispell-region): Change messages displayed at the start and end of
61         the spell-checking to be the same.
63         * startup.el (fancy-startup-tail): Say exactly what does the button
64         dismiss ("Dismiss this startup screen").  Use text "Never show
65         it again" for the checkbox after this button.
66         (fancy-startup-screen, fancy-about-screen): Put point before the
67         first link, so the user can quickly select links with the keyboard.
68         (normal-mouse-startup-screen): Add more useful text describing how
69         to follow a link.
71 2007-10-14  Glenn Morris  <rgm@gnu.org>
73         * progmodes/etags.el (select-tags-table): Disable undo in the
74         `*Tags Table List*' buffer.
76 2007-10-13  Eli Zaretskii  <eliz@gnu.org>
78         * dired.el (dired-warn-writable): New face.
79         (dired-warn-writable-face): New variable.
80         (dired-font-lock-keywords): Use dired-warn-writable-face, instead
81         of dired-warning-face, for group- and world-writable files.
83 2007-10-13  Richard Stallman  <rms@gnu.org>
85         * files.el (directory-abbrev-alist): Doc fix.
87 2007-10-13  Jari Aalto  <jari.aalto@cante.net>
89         * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
91 2007-10-12  Martin Rudalics  <rudalics@gmx.at>
93         * frame.el (set-frame-configuration): Assign name parameter only
94         if it has been set explicitly before.
96 2007-10-11  Tom Tromey  <tromey@redhat.com>
98         * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
99         frame is visible.
101 2007-10-10  Richard Stallman  <rms@gnu.org>
103         * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
104         in *Backtrace*.
106         * faces.el (face-font-selection-order): Doc fix.
108         * loadhist.el (unload-feature): Doc fix.
110 2007-10-13  Glenn Morris  <rgm@gnu.org>
112         * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
113         (octave-re-search-forward-kw, octave-re-search-backward-kw):
114         Add doc string, and an explicit COUNT argument.
115         (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
116         `inc' to search functions.
118         * faces.el (face-spec-set): When FRAME is nil, set the default for
119         new frames (restores pre-2007-09-17 behavior).  Doc fix.
121 2007-10-13  John W. Eaton  <jwe@octave.org>
123         * progmodes/octave-mod.el (octave-looking-at-kw)
124         (octave-re-search-forward-kw, octave-re-search-backward-kw):
125         New functions.
126         (octave-in-defun-p, calculate-octave-indent)
127         (octave-blink-matching-block-open, octave-beginning-of-defun)
128         (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
129         to search for regexps that contain case-sensitive keywords.
130         (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
131         (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
133 2007-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
135         * frame.el (select-frame-set-input-focus): Fix typo "max" -> "mac".
136         Do not use a single clause cond.
138         * cus-start.el (all): Use test that does not match the X11 version
139         for mac.
141 2007-10-13  Markus Gritsch  <m.gritsch@gmail.com>  (tiny change)
143         * progmodes/ebrowse.el (ebrowse-tree-mode): Disable undo in the
144         BROWSE buffer.
146 2007-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
148         * cus-start.el (all): Undo previous change.
150 2007-10-13  Glenn Morris  <rgm@gnu.org>
152         * woman.el (woman0-rename): Fix paren typo.
154         * mail/feedmail.el (feedmail-run-the-queue)
155         (feedmail-look-at-queue-directory):
156         * mail/reporter.el (reporter-dump-state):
157         * net/eudc-hotlist.el (eudc-edit-hotlist):
158         * net/eudc.el (eudc-display-records)
159         (eudc-filter-duplicate-attributes)
160         (eudc-distribute-field-on-records, eudc-query-form)
161         (eudc-process-form):
162         * net/eudcb-bbdb.el (eudc-bbdb-filter-non-matching-record)
163         (eudc-bbdb-query-internal):
164         * net/eudcb-ldap.el (eudc-ldap-simple-query-internal):
165         * net/socks.el (socks-build-auth-list):
166         * progmodes/cc-cmds.el (top level):
167         * progmodes/cc-styles.el (c-make-styles-buffer-local)
168         (c-set-style):
169         * progmodes/cperl-mode.el (top level, cperl-imenu-addback)
170         (cperl-write-tags, cperl-tags-treeify):
171         * progmodes/ebnf-yac.el (ebnf-yac-token-table):
172         * progmodes/ebnf2ps.el (ebnf-map-name, ebnf-dimensions):
173         * progmodes/idlw-shell.el (idlwave-shell-filter-bp, top level):
174         * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
175         (idlwave-toolbar-remove-everywhere):
176         * progmodes/idlwave.el (idlwave-indent-line)
177         (idlwave-sintern-keyword-list, idlwave-scan-user-lib-files)
178         (idlwave-write-paths, idlwave-all-method-classes)
179         (idlwave-all-method-keyword-classes, idlwave-entry-keywords)
180         (idlwave-fix-keywords, idlwave-display-calling-sequence)
181         (idlwave-complete-in-buffer):
182         * textmodes/org.el (org-export-as-html, org-export-as-ascii)
183         (org-fast-tag-selection):
184         * textmodes/reftex-sel.el (reftex-select-item): Use mapc rather
185         than mapcar.
187 2007-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
189         * diff-mode.el (diff-fine-change): Add :group.
191 2007-10-12  Dan Nicolaescu  <dann@ics.uci.edu>
193         * cus-start.el (all): Use the same test as the 22.2 branch.
195 2007-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
197         * diff-mode.el (diff-current-defun): Force recomputation of
198         change-log-default-name.
200 2007-10-12  Chong Yidong  <cyd@stupidchicken.com>
202         * startup.el (fancy-startup-screen): Remove an unnecessary newline
203         and some leftover logic regarding dedicated frames.  If showing
204         concise startup screen, fit window to buffer.
205         (command-line-1): If we will be using the splash screen, use
206         find-file instead of find-file-other-window to find additional files.
207         Comment out unused code for coping with the old sit-for behavior.
209 2007-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
211         * term/xterm.el (xterm-function-map, xterm-alternatives-map): Use the
212         `meta' modifier consistently, rather than using sometimes meta
213         sometimes alt.
215 2007-10-12  Martin Rudalics  <rudalics@gmx.at>
217         * window.el (handle-select-window): Revert part of 2007-10-08
218         change setting the input focus.
220 2007-10-12  Glenn Morris  <rgm@gnu.org>
222         * startup.el (command-line): Do not read abbrev file in batch mode.
224         * emacs-lisp/byte-opt.el (top level):
225         * mail/rmail.el (rmail-list-to-menu):
226         * obsolete/hilit19.el (hilit-mode):
227         * progmodes/cc-mode.el (c-postprocess-file-styles)
228         (c-submit-bug-report):
229         * textmodes/org-publish.el (org-publish-get-plist-from-filename):
230         * textmodes/reftex.el (reftex-erase-all-selection-and-index-buffers)
231         (reftex-access-parse-file):
232         * textmodes/reftex-cite.el (reftex-do-citation)
233         (reftex-insert-bib-matches):
234         * textmodes/reftex-ref.el (reftex-offer-label-menu):
235         * textmodes/reftex-sel.el (reftex-select-unmark):
236         * textmodes/reftex-toc.el (reftex-toc-do-promote):
237         * vc-mcvs.el (vc-mcvs-checkin): Use mapc rather than mapcar.
239         * cus-edit.el (custom-variable-menu, custom-face-menu)
240         (custom-group-menu): Check init-file-user rather than
241         user-init-file, in case cus-edit is loaded by site-run-file.
243 2007-10-11  Dan Nicolaescu  <dann@ics.uci.edu>
245         * vc.el (vc-deduce-fileset): Delete unused code.
246         (vc-next-action): Fix typos.
248 2007-10-11  Juanma Barranquero  <lekktu@gmail.com>
250         * bs.el (bs--mark-unmark): New function.
251         (bs-mark-current, bs-unmark-current): Use it.
253 2007-10-11  Eric S. Raymond  <esr@snark.thyrsus.com>
255         * vc.el (vc-diff):
256         (vc-diff-internal): Merge a patch by Juanma Barranquero.  Also,
257         emporarily disable the check for his edge case of
258         vc-diff (stopping it from grinding when callerd from $HOME), as
259         it's calling some brittle code in vc-hooks.el.
260         (with-vc-properties): Fix evaluation time of a macro argument.
261         * ediff-vers.el (ediff-vc-internal):
262         * vc-hooks.el:
263         * loaddefs.el: Follow up on VC terminology change.
265 2007-10-11  Juanma Barranquero  <lekktu@gmail.com>
267         * follow.el (follow-stop-intercept-process-output):
268         Use `follow-call-process-filter' rather than `process-filter'.
269         Simplify.
271 2007-10-11  Eric S. Raymond  <esr@snark.thyrsus.com>
273         * vc.el: Address an edge case in vc-diff pointed out by
274         Juanma Barranquero.  This is an experimental fix and may change.
276         * vc-hooks.el (vc-registered): Robustify this function a bit
277         against filenames with no directory component.
279 2007-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
281         * international/characters.el: Undo unwanted and unexplained change.
283 2007-10-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
285         * ps-print.el: Fix the usage of :foreground and :background face
286         attributes.  Reported by Nikolaj Schumacher <n_schumacher@web.de>.
287         (ps-print-version): New version 6.7.6.
288         (ps-face-attributes, ps-face-attribute-list, ps-face-background):
289         Fix code.
290         (ps-face-foreground-color-p, ps-face-background-color-p)
291         (ps-face-color-p): New inline funs.
293 2007-10-10  Carsten Dominik  <dominik@science.uva.nl>
295         * org.el (org-additional-option-like-keywords): New constant.
296         (org-complete): Use `org-additional-option-like-keywords'.
297         (org-parse-local-options): New function.
299 2007-10-10  Carsten Dominik  <dominik@science.uva.nl>
301         * org.el (org-in-clocktable-p): New function.
302         (org-clock-report): Only update the table at point, or insert a
303         new one.
304         (org-clock-goto): New function.
305         (org-open-file): Use `start-process-shell-command' instead of
306         `shell-command' with an ampersand.
307         (org-deadline, org-schedule): New argument REMOVE to remove the
308         date from the entry.
309         (org-agenda-schedule, org-agenda-deadline): Pass the prefix
310         argument to `org-schedule' and `org-deadline'.
311         (org-trim): Use the correct expressions for beginning and end of
312         the string.
313         (org-get-cleaned-entry): Trim the string before returning it.
314         (org-clock-find-position): New function.
315         (org-clock-into-drawer): New option.
316         (org-agenda-tags-column): Rename from
317         `org-agenda-align-tags-to-column'.
318         (org-agenda-align-tags): Allow negative values for
319         `org-agenda-tags-column'.
320         (org-insert-labeled-timestamps-before-properties-drawer): Remove var.
321         (org-agenda-to-appt): New optional argument FILTER.
322         (org-completion-fallback-command): New variable.
323         (org-complete): Use `org-completion-fallback-command'.
324         (org-find-base-buffer-visiting): Catch the case that there is no
325         buffer visiting the file.
326         (org-property-or-variable-value): New function.
327         (org-todo): Use `org-property-or-variable-value'
328         (org-agenda-compact-blocks): New option.
329         (org-prepare-agenda, org-agenda-list): Use `org-agenda-compact-blocks'.
330         (org-agenda-schedule, org-agenda-deadline):
331         Call `org-agenda-show-new-time'.
332         (org-agenda-show-new-time): New argument PREFIX.
333         (org-colgroup-info-to-vline-list): Fix but that cause a
334         shift in the vertical lines.
335         (org-buffer-property-keys): New argument INCLUDE-DEFAULTS.
336         (org-maybe-renumber-ordered-list, org-cycle-list-bullet)
337         (org-indent-item): No arg in call to `org-fix-bullet-type'.
338         (org-fix-bullet-type): Remove argument.
339         (org-read-date): Check for am/pm twice, to catch the end time.
340         (org-goto-map): Use `suppress-keymap'.
341         (org-remember-apply-template): Respect the dynamically scoped
342         selection character.
344         * org.texi (Appointment reminders): New section.
346 2007-10-10  Bastien Guerry  <Bastien.Guerry@ens.fr>
348         * org-export-latex.el (org-export-latex-protect-string):
349         Renaming of `org-latex-protect'.
350         (org-export-latex-emphasis-alist): By default, don't protect
351         any emphasis formatter from further conversion.
352         (org-export-latex-tables): Honor column grouping for tables.
353         (org-export-latex-title-command): New option.
354         (org-export-latex-treat-backslash-char): Use \textbackslash{} to
355         export backslash character.
357 2007-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
359         * frame.el (frame-inherited-parameters): Remove unused `environment'
360         parameter, and let server.el add `client' when needed.
362         * server.el (server-create-tty-frame)
363         (server-create-window-system-frame): Set frame-inherited-parameters.
365         * frame.el (frame-inherited-parameters): New var.
366         (make-frame): Use it.
368         * font-lock.el (lisp-font-lock-keywords-2): Remove let-environment.
370         * env.el (let-environment): Remove.  Unused.
371         (read-envvar-name): Simplify.
372         (setenv): Remove unused arg `frame'.
374         * help-fns.el (describe-variable): Add missing "  " for multiline
375         obsolescence info and missing EOL after global value.
377 2007-10-10  Eric S. Raymond  <esr@snark.thyrsus.com>
379         * add-log.el:
380         * ediff-vers.el:
381         * log-view.el:
382         * pcvs.el:
383         * vc-arch.el:
384         * vc-bzr.el:
385         * vc-cvs.el:
386         * vc.el:
387         * vc-git.el:
388         * vc-hg.el:
389         * vc-hooks.el:
390         * vc-mcvs.el:
391         * vc-mtn.el:
392         * vc-rcs.el:
393         * vc-sccs.el:
394         * vc-svn.el: Terminology cleanup: workfile-version -> working-revision,
395         {find,init,next,previous,annotate-*,log}-version ->
396         {find,init,next,previous,annotate-*,log}-revision,
397         annotate-focus-version -> annotate-working-revision, The term
398         'focus' is gone.  The term 'revision' is now used consistently
399         everywhere that reference to a revision ID is intended, replacing
400         older use of 'version'.
402 2007-10-10  Juanma Barranquero  <lekktu@gmail.com>
404         * follow.el: Change all instances of "Follow Mode" to "Follow
405         mode" in docstrings and messages.
406         (follow-menu-filter): Fix arg passed to `bound-and-true-p'.
408 2007-10-10  Eric S. Raymond  <esr@snark.thyrsus.com>
410         * vc.el (vc-next-action): Rewrite completely; this principal
411         entry point now operates on a current fileset selected either
412         explicitly via VC-Dired or implicitly by visiting a file buffer,
413         rather than always operating on the file of the current buffer as
414         in older versions.  Rewrite the rest of the mode to match.
415         (with-vc-properties): Rewrite to operate on a file list.
416         (with-vc-file): vc-checkin takes a file list argument now.
417         (vc-post-command-functions): This hook now receives a file list.
418         (vc-do-command): Take a either a file or a file list as argument.
419         (vc-deduce-fileset): New function for deducing a file list to
420         operate on.
421         (vc-next-action-on-file, vc-next-action-dired): Remove.
422         Merge into vc-next-action.
423         (vc-register): Adapt to the fact that vc-start-entry now takes a
424         file list.
425         (vc-register-with): New function.
426         (vc-start-entry): Take a file list argument rather than a
427         file argument.
428         (vc-checkout): Cope with vc-start-entry taking a file list.
429         (vc-steal-lock): Cope with with-vc-properties taking a
430         file list.
431         (vc-checkin): Take a file list argument rather than a file argument.
432         (vc-finish-logentry): Use the filelist passed by vc-start-entry.
433         (vc-diff-internal): Rewrite for filesets.
434         (vc-diff-sentinel): New function, tests whether changes were
435         written into a diff buffer.
436         (vc-diff): Rewrite for filesets.
437         (vc-version-diff): Rewrite for filesets.
438         (vc-print-log): Take a fileset argument.
439         (vc-revert): Revert the entire selected fileset, not just the
440         current buffer.
441         (vc-rollback): Roll back the entire selected fileset, if
442         possible.  No longer accepts a prefix argument.
443         (vc-update): Merge new changes for the entire selected
444         fileset, not just the current buffer.
445         (vc-revert-file): Cope with with-vc-properties taking a file list.
446         (vc-default-dired-state-info): Add + status suffix if the file is
447         modified.
448         (vc-annotate-warp-version): Use the new diff machinery.
449         (vc-log-edit): Take a file list argument rather than a file argument.
451 2007-10-10  Michael Albinus  <michael.albinus@gmx.de>
453         Sync with Tramp 2.1.11.
455         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
456         Pacify byte compiler.
458         * net/trampver.el: Update release number.
460 2007-10-09  Richard Stallman  <rms@gnu.org>
462         * play/gamegrid.el (gamegrid-setup-default-font): Use face-spec-set.
464 2007-10-09  Juanma Barranquero  <lekktu@gmail.com>
466         * follow.el: Require easymenu.
467         (follow-mode-hook, follow-mode): Doc fixes.
468         (follow-mode-off-hook): Mark as obsolete.
470 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
472         * window.el (mouse-autoselect-window-cancel): Don't cancel for
473         select-window or select-frame events.
474         (handle-select-window): When autoselecting window set input
475         focus.  Restructure.
477         * frame.el (focus-follows-mouse): Move to frame.c.
478         * cus-start.el (all): Add focus-follows-mouse.
480 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
482         * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
483         activate font-locking in the *buffer-selection* buffer.
484         (bs-show-sorted): Doc fix.
486         * bs.el (bs--get-marked-string, bs--get-modified-string)
487         (bs--get-readonly-string, bs--get-size-string, bs--get-name)
488         (bs--get-mode-name, bs-mode): Fix typos in docstrings.
489         (bs--format-aux): Doc fix.
491 2007-10-08  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
493         * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
495 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
497         * progmodes/gud.el (gud-gud-gdb-command-name): New option.
498         (gud-gdb): New function for old M-x gdb (text command mode).
499         (gud-gdb-command-name, gdb): Move to...
501         * progmodes/gdb-ui.el: ...here and adapt doc string.
502         (gud-gdba-command-name, gdba): Delete.
504 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
506         * bs.el: Don't defvar `font-lock-verbose'.
507         (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
508         (bs--get-file-name): Fix typos in docstrings.
509         (bs--show-header): Use `dolist' instead of `mapcar'.
510         (bs-mode): Set `show-trailing-whitespace' to nil.
511         (bs-buffer-sort-function, bs-mouse-select-other-frame)
512         (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
513         Doc fixes.
515 2007-10-08  Adam Hupp  <adam@hupp.org>  (tiny change)
517         * progmodes/gdb-ui.el (pdb): Specify file for gud-break.
519 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
521         * progmodes/gud.el (gdb): Make graphical mode the default and
522         switch to text command mode if appropriate, i.e., reverse previous
523         arrangement.
524         (gud-gdb-marker-filter): Adapt for above change.
526         * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
527         gud-minor-mode and gud-marker-filter.
528         (gdb-fullname-regexp): New variable.
529         (gud-gdba-marker-filter): Use it to switch to text command
530         mode if appropriate.
532 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
534         * progmodes/gud.el (gud-display-line): Find source buffer even when
535         GUD buffer has its own frame.
537 2007-10-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
539         * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
541 2007-10-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
543         * term/x-win.el (x-gtk-stock-map): Version is 22.2.
545 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
547         * allout.el (allout-before-change-handler): Replace got-char by
548         goto-char.
550 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
552         * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
553         Used to try and automatically enabled smerge-mode in the presence of
554         conflicts and to call `svn resolved' when the conflicts are gone.
555         (vc-svn-parse-status): Remember the svn-specific status.
557 2007-10-08  Eli Zaretskii  <eliz@gnu.org>
559         * menu-bar.el (menu-bar-search-documentation-menu): Rename from
560         menu-bar-apropos-menu.  All users changed.
561         (menu-bar-help-menu): Change menu symbols to better match the text
562         displayed by the menu.
564 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
566         * files.el (file-name-sans-versions): Use [:alnum:] and also allow
567         #, @, : and ^.
569 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
571         * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
573         * log-view.el (log-view-mode-map): Likewise.
575         * diff-mode.el (diff-mode-shared-map): Likewise.
577 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
579         * files.el (file-name-sans-versions): Also allow `A-Z'.
581         * vc.el: Mention all supported VC backends.
583 2007-10-08  Richard Stallman  <rms@gnu.org>
585         * wid-edit.el (widget-specify-button): Don't merge mouse-face with
586         neighbouring buttons.
588 2007-10-08  Andreas Schwab  <schwab@suse.de>
590         * files.el (file-name-sans-versions): Also allow `_'.
592 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
594         * files.el (file-name-sans-versions): Allow - and a-z in version names.
596         * log-view.el (log-view-mode-map, log-view-mode-menu):
597         Bind log-view-annotate-version.
598         (log-view-beginning-of-defun, log-view-end-of-defun)
599         (log-view-annotate-version): New functions.
600         (log-view-mode): Use log-view-beginning-of-defun and
601         log-view-end-of-defun.
603 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
605         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
607 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
609         * wid-edit.el (widget-image-insert): Don't merge mouse-face with
610         neighbouring buttons.
612         * progmodes/compile.el (compilation-error-regexp-alist-alist):
613         Recognize gcc's use of "note" for informational messages.
615 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
617         * textmodes/css-mode.el (css-electric-keys): electrick->electric.
618         (css-mode): Update correspondingly.
620 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
622         * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
623         Signed-off-by, Acked-by and Merge.
625 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
627         * ediff-init.el (ediff-verbose-p): This var is not a constant.
629 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
631         * vc-mtn.el: New file.
633         * vc-hooks.el (vc-handled-backends): Add Mtn.
635 2007-10-08  Eli Zaretskii  <eliz@gnu.org>
637         * files.el (find-file, find-file-other-window)
638         (find-file-other-frame, find-file-existing, find-file-read-only)
639         (find-file-read-only-other-window)
640         (find-file-read-only-other-frame)
641         (find-alternate-file-other-window, find-alternate-file): Doc fixes.
643 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
645         * progmodes/gud.el (gdb-ready): New variable.
646         (gdb): Set it to nil.  Set gud-running to nil here...
647         (gud-common-init): ...instead of here.
649         * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
650         Use gdb-ready.  Discard input until GDB is ready to accept it.
652 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
654         * dired.el (dired-warning): Inherit from font-lock-warning-face to
655         make it show up with eight colors.
657 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
659         * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
660         diffs are concatenated with no intervening line.
662 2007-10-08  Dave Love  <fx@gnu.org>
664         * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
665         (python-font-lock-keywords): Update to the 2.5 version of the language.
666         (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
667         (python-backspace): Only behave funny in code.
668         (python-compilation-regexp-alist): Add PDB stack trace regexp.
669         (inferior-python-mode): Add PDB prompt regexp.
670         (python-fill-paragraph): Refine the fenced-string regexp.
671         (python-find-imports): Handle imports spanning several lines.
672         (python-mode): Add `class' to hideshow support.
674 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
676         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
677         Use add-log-buffer-file-name-function rather than binding
678         buffer-file-name, so we don't end up calling change-log-mode in *cvs*
679         when `fi' is the ChangeLog file itself.
681         * outline.el (outline-flag-region): Use front-advance.
683 2007-10-08  Ilya Zakharevich  <ilyaz@cpan.org>
685         * progmodes/cperl-mode.el: Merge upstream 5.23.
686         (cperl-where-am-i): Remove function.
687         (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
688         (cperl-sniff-for-indent): De-invert [string] and [comment].
689         When looking for label, skip s:m:y:tr.
690         (cperl-indent-line): Likewise.
691         (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
692         (cperl-windowed-init): Wrong `ps-print' handling.
693         Both thanks to Chong Yidong.
694         (cperl-look-at-leading-count): Could fail with unfinished RExen.
695         (cperl-find-pods-heres): If the second part of s()[] is missing,
696         don't try to highlight delimiters...
698 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
700         * progmodes/compile.el (compilation-get-file-structure): Complete last
701         change by also using spec-directory in the puthash.
703 2007-10-08  Riccardo Murri  <riccardo.murri@gmail.com>
705         * vc-bzr.el (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
706         (vc-bzr-status): Fix shadowing of variable 'status'.
707         (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
708         Use `expand-file-name' instead of `concat'.
709         (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
710         Update annotation line regexp.  Fixes launchpad.net [Bug 137435].
712 2007-10-08  Jason Rumney  <jasonr@gnu.org>
714         * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
716 2007-10-08  Richard Stallman  <rms@gnu.org>
718         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
719         Add `safe-local-variable' property.
720         (lisp-body-indent): Likewise.
722 2007-10-08  Richard Stallman  <rms@gnu.org>
724         * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
725         Add doc string.
727 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
729         * files.el (backup-buffer-copy): Try to overwrite old backup first.
731 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
733         * repeat.el (repeat): Use last-repeatable-command instead of
734         real-last-command.  Run pre- and post-command hooks for
735         self-insertion.  Update doc-string.
737 2007-10-08  Alexandre Julliard  <julliard@winehq.org>
739         * vc-git.el (vc-git-state): Call git-add --refresh to update the
740         state of the file.
741         (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
742         (vc-git-create-repo): Fix invalid command.
744 2007-10-08  Richard Stallman  <rms@gnu.org>
746         * textmodes/flyspell.el (flyspell-mode):
747         Catch errors in flyspell-mode-on.
749 2007-10-09  Juanma Barranquero  <lekktu@gmail.com>
751         * term/x-win.el (x-alternatives-map): Remove spurious parenthesis.
753 2007-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
755         * international/encoded-kb.el (encoded-kbd-setup-display):
756         Use input-decode-map rather than local-key-translation-map.
758         * term/rxvt.el (rxvt-alternatives-map): New map.
759         (terminal-init-rxvt): Use it.
760         Bind rxvt-function-map in input-decode-map.
762         * term/xterm.el (xterm-alternatives-map): New map.
763         (terminal-init-xterm): Use it.
764         Bind xterm-function-map in input-decode-map.
766         * term/x-win.el (x-alternatives-map): New var.
767         (x-setup-function-keys): Use it.
769         * help-fns.el (describe-variable): Slightly change the layout of
770         meta-info to separate it better from the docstring.
771         Standardize insertion of extra empty lines in various circumstances.
773         * diff-mode.el (diff-hunk-style): New fun.
774         (diff-end-of-hunk): Use it.
775         (diff-context->unified): Use the new `apply' undo element,
776         if applicable, so as to save undo-log space.
777         (diff-fine-change): New face.
778         (diff-fine-highlight-preproc): New function.
779         (diff-fine-highlight): New command.
780         (diff-mode-map, diff-mode-menu): Add diff-fine-highlight.
782         * smerge-mode.el (smerge-refine-chopup-region): Add `preproc' argument.
783         (smerge-refine-highlight-change): Add `props' argument.
784         (smerge-refine-subst): New function holding most of smerge-refine.
785         (smerge-refine): Use it.
787 2007-10-08  Eric S. Raymond  <esr@snark.thyrsus.com>
789         * vc.el (vc-default-wash-log): Remove unused code, the
790         log washers all live in the backends now.
791         (vc-default-comment-history): Correct for the fact
792         that wash-log is argumentless in the new API.
794 2007-10-08  Michael Albinus  <michael.albinus@gmx.de>
796         * net/tramp.el (tramp-find-foreign-file-name-handler): Check also host.
797         (tramp-maybe-send-script): Apply `member' but `memq'.
798         (tramp-advice-file-expand-wildcards): Simplify implementation.
800 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
802         * follow.el (follow-mode): Don't run hooks twice.  Use `when'.
804         * mb-depth.el (minibuf-depth-indicator-function): New variable.
805         (minibuf-depth-setup-minibuffer): Use it.
807 2007-10-07  Glenn Morris  <rgm@gnu.org>
809         * simple.el (bad-packages-alist): Clarify Semantic and CEDET
810         version numbers.
812 2007-10-06  Juri Linkov  <juri@jurta.org>
814         * textmodes/fill.el (fill-paragraph-or-region): New function.
816         * bindings.el (esc-map): Bind M-q to fill-paragraph-or-region
817         instead of fill-paragraph.
819         * tutorial.el (tutorial--default-keys): Replace fill-paragraph
820         with fill-paragraph-or-region.  Suspend command is now the same
821         `suspend-frame' on window systems and on tty.
823         * image.el (image-type): Check if image-types is bound to not fail
824         on tty.
826         * delsel.el (delete-selection-pre-hook):
827         * emulation/cua-base.el (cua-paste): Check if mouse-region-match
828         is fbound to not fail on mouseless tty.
830 2007-10-06  Michael Albinus  <michael.albinus@gmx.de>
832         * net/tramp.el (top): Move loading of tramp-util.el and
833         tramp-vc.el to tramp-compat.el.
834         (tramp-make-tramp-temp-file): Complete rewrite.  Create remote
835         temporary file if possible, in order to avoid a security hole.
836         (tramp-do-copy-or-rename-file-out-of-band)
837         (tramp-maybe-open-connection): Call `tramp-make-tramp-temp-file'
838         with DONT-CREATE, because the connection is not setup yet.
839         (tramp-handle-process-file): Rewrite temporary file handling.
840         (tramp-completion-mode): New defvar.
841         (tramp-completion-mode-p): Use it.
843         * net/tramp-compat.el (top): Load tramp-util.el and tramp-vc.el.
845         * net/tramp-fish.el (tramp-fish-handle-process-file):
846         Rewrite temporary file handling.
848 2007-10-06  Eric S. Raymond  <esr@snark.thyrsus.com>
850         * vc.el: Workfile version -> focus version change.  Port various
851         comments from new VC to reduce the noise in the diff.
852         Patch in the new vc-create-repo function to go with the
853         header comment about it already present.
854         There are no changes to existing logic in this patch.
855         (vc-revert-buffer1): Rename to vc-revert-buffer-internal.
857 2007-10-06  Aaron Hawley  <aaronh@garden.org>
859         * autoinsert.el (auto-insert-alist): Add a Texinfo entry.
861 2007-10-05  Chris Moore  <dooglus@gmail.com>
863         * server.el (server-kill-new-buffers): Doc fix.
865 2007-10-05  John W. Eaton  <jwe@octave.org>
867         * progmodes/octave-mod.el (octave-abbrev-table): Add "until".
868         (octave-begin-keywords): Add "do".
869         (octave-end-keywords): Remove "end".
870         (octave-reserved-words): Add "end".  Remove "all_va_args",
871         "gplot", and 'gsplot".
872         (octave-text-functions): Remove "gset", "gshow", "set", and "show".
873         (octave-variables): Remove "IMAGEPATH", "INFO_FILE",
874         "INFO_PROGRAM", "LOADPATH", "__error_text__", "automatic_replot",
875         "default_return_value", "define_all_return_values",
876         "do_fortran_indexing", "empty_list_elements_ok",
877         "gnuplot_has_multiplot", "implicit_str_to_num_ok",
878         "ok_to_lose_imaginary_part", "prefer_column_vectors",
879         "prefer_zero_one_indexing", "propagate_empty_matrices",
880         "resize_on_range_error", "treat_neg_dim_as_zero",
881         "warn_assign_as_truth_value", "warn_comma_in_global_decl",
882         "warn_divide_by_zero", "warn_function_name_clash",
883         "warn_missing_semicolon", "whitespace_in_literal_matrix".
884         Add "DEFAULT_EXEC_PATH", "DEFAULT_LOADPATH", "IMAGE_PATH",
885         "crash_dumps_octave_core", "sighup_dumps_octave_core",
886         "sigterm_dumps_octave_core".
887         (octave-block-match-alist): Remove "end" from block-end keywords.
888         (octave-mode): Update ftp site address.
890 2007-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
892         * vc.el: Reorder functions, no code changes.
894 2007-10-04  Michael Albinus  <michael.albinus@gmx.de>
896         * net/tramp.el (tramp-make-temp-file): Move to tramp-compat.el.
897         (tramp-do-copy-or-rename-file-directly): Handle tmpfile only in
898         the cond clauses where needed.
899         (tramp-handle-write-region): Rearrange code for proper handling of
900         tmpfile.
902         * net/tramp-compat.el (tramp-compat-make-temp-file): New defsubst.
904         * net/tramp.el:
905         * net/tramp-fish.el:
906         * net/tramp-ftp.el:
907         * net/tramp-smb.el: Rename `tramp-make-temp-file' to
908         `tramp-compat-make-temp-file'.
910 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
912         * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
914 2007-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
916         * emacs-lisp/copyright.el (copyright-update): Don't update if the file
917         already uses a more recent copyright version than the "current" one.
919 2007-10-03  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
921         * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-reset-slice)
922         (doc-view-insert-image): Minor aesthetical docstring changes.
924 2007-10-03  Tassilo Horn  <tassilo@member.fsf.org>
926         * doc-view.el (doc-view): Don't ignore pdf and dvi files when
927         completing filename.
928         (doc-view-search-internal): Docstring change.
930 2007-10-03  Michael Albinus  <michael.albinus@gmx.de>
932         * net/tramp.el (top): Add tramp-compat to `tramp-unload-hook'.
933         (tramp-file-name-handler-alist):
934         Add `tramp-handle-insert-file-contents-literally'.  Needed for XEmacs.
935         (tramp-make-temp-file): Use `make-temp-name'.  `make-temp-file',
936         used before, creates the file already, which is not desired.
937         (tramp-do-copy-or-rename-file-directly): Simplify handling of
938         temporary file.
939         (tramp-handle-insert-file-contents): Assign the result in the
940         short track case.
941         (tramp-handle-insert-file-contents-literally): New defun.
942         (tramp-completion-mode-p): Revert change from 2007-09-24.
943         Checking for `return' etc as last character is not sufficient, for
944         example in dired-mode when entering <g> (revert-buffer) or
945         <s> (dired-sort).
947         * net/tramp-compat.el (top): Add also compatibility code for loading
948         appropriate timer package.
949         (tramp-compat-copy-tree): Check for `subrp' and `symbol-file' in
950         order to avoid autoloading problems.
952         * net/tramp-fish.el:
953         * net/tramp-smb.el: Move further compatibility code to tramp-compat.el.
955         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Handle the case
956         where the second parameter of `copy-file' or `rename-file' is a
957         remote file but not via ftp.
959 2007-10-02  Richard Stallman  <rms@gnu.org>
961         * frame.el (cursor-in-non-selected-windows): Doc fix.
963 2007-10-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
965         * play/zone.el (zone): Let-bind show-trailing-whitespace to nil.
966         Suggested by Chris Moore <christopher.ian.moore@gmail.com>.
968 2007-10-01  Jay Belanger  <jay.p.belanger@gmail.com>
970         * calc/calc-math.el (math-largest-emacs-expt): Handle the cases
971         when `expt' doesn't give range errors.
973 2007-10-01  Markus Triska  <markus.triska@gmx.at>
975         * calc/calc-math.el (math-smallest-emacs-expt):
976         Make the computation more robust.
978 2007-09-30  David Kastrup  <dak@gnu.org>
980         * startup.el (argv): Alias for `command-line-args-left' to use as
981         `(pop argv)' inside of --eval command sequences.  Allows for
982         passing shell commands into Emacs verbatim without need for Lisp
983         quoting.
985         * autorevert.el (auto-revert-handler): In `auto-revert-tail-mode',
986         check only for changed size.
987         (auto-revert-tail-handler): Get size from caller.  If the file has
988         shrunk, tail the whole file again (the file presumably has been
989         rewritten).
991         * woman.el (woman-topic-all-completions, woman-mini-help):
992         Fix fallout from 2007-09-07 introduction of `dolist' when the list
993         actually was being manipulated in the loop.
994         (woman-Cyg-to-Win, woman-pre-process-region)
995         (woman-horizontal-escapes, woman-if-body, woman-unescape)
996         (woman-strings, woman-special-characters, woman1-hc)
997         (woman-change-fonts, woman-find-next-control-line):
998         Use `match-beginning' rather than `match-string' when the result is
999         just used as a flag.
1001 2007-09-30  Michael Albinus  <michael.albinus@gmx.de>
1003         * net/tramp-compat.el: New file.
1005         * net/tramp.el:
1006         * net/tramp-fish.el:
1007         * net/tramp-smb.el:
1008         * net/tramp-uu.el:
1009         * net/trampver.el: Move compatibility code to tramp-compat.el.
1010         Apply `mapc' instead of `mapcar' when the code needs side effects
1011         only.  Move utf-8 coding cookie to the second line.
1013 2007-09-30  Reiner Steib  <Reiner.Steib@gmx.de>
1015         * term/x-win.el (x-gtk-stock-map): Add Gnus and MH-E icons.
1016         Improve custom type.
1017         (icon-map-list): Make it customizable.  Document how to disable
1018         stock icons.
1020 2007-09-30  Richard Stallman  <rms@gnu.org>
1022         * play/zone.el (zone-hiding-modeline): Use mode-line-format.
1024 2007-09-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1026         * term/x-win.el (x-gtk-stock-map): Version is 22.2.
1028 2007-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1030         * t-mouse.el (gpm-mouse-mode): Rename from t-mouse-mode.  Rewrite.
1031         (t-mouse-mode): New compatibility alias.
1033 2007-09-28  Dan Nicolaescu  <dann@ics.uci.edu>
1035         * server.el (server-delete-client): Only delete the terminal if it
1036         is non-nil.
1038 2007-09-28  Michael Albinus  <michael.albinus@gmx.de>
1040         * net/tramp.el (with-file-property, with-connection-property):
1041         Highlight as keyword.
1042         (tramp-rfn-eshadow-setup-minibuffer)
1043         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
1044         (tramp-set-file-uid-gid, tramp-do-copy-or-rename-file-via-buffer)
1045         (tramp-do-copy-or-rename-file-directly)
1046         (tramp-do-copy-or-rename-file-out-of-band)
1047         (tramp-handle-shell-command, tramp-get-debug-buffer)
1048         (tramp-send-command-and-read, tramp-equal-remote)
1049         (tramp-get-local-gid): Pacify byte-compiler.
1050         (tramp-handle-file-name-directory): Result shall not be expanded.
1051         (tramp-find-foreign-file-name-handler): Rewrite.
1052         (tramp-dissect-file-name): Add optional parameter NODEFAULT.
1054         * net/tramp-cache.el (tramp-cache-print): Pacify byte-compiler.
1056         * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
1057         Apply `tramp-completion-mode-p'.
1058         (tramp-fish-handle-set-file-times)
1059         (tramp-fish-handle-executable-find)
1060         (tramp-fish-handle-process-file, tramp-fish-get-file-entries)
1061         (tramp-fish-retrieve-data): Pacify byte-compiler.
1063         * net/tramp-gw.el (tramp-gw-basic-authentication):
1064         Call `tramp-read-passwd' with first parameter `nil'.
1066 2007-09-28  Glenn Morris  <rgm@gnu.org>
1068         * mail/supercite.el (sc-attribs-filter-namelist): Use mapc rather
1069         than mapcar.
1071         * textmodes/tex-mode.el (tex-suscript-height-ratio)
1072         (tex-suscript-height-minimum): New customizable variables.
1073         (tex-suscript-height): New function.
1074         (superscript, subscript): Set height using tex-suscript-height
1075         rather than fixing at 0.8.
1076         (tex-fontify-script, tex-font-script-display): Add :version tag.
1078 2007-09-27  Juanma Barranquero  <lekktu@gmail.com>
1080         * progmodes/python.el (python-eldoc-function): Doc fix.
1082 2007-09-27  Glenn Morris  <rgm@gnu.org>
1084         * image.el (image-type-auto-detected-p): Doc fix.  Don't detect an
1085         image if it is not in image-type-auto-detectable, or is there with
1086         a nil value.
1088 2007-09-27  Michael Albinus  <michael.albinus@gmx.de>
1090         * net/tramp.el (tramp-maybe-open-connection): Make test for alive
1091         connection more robust.
1093 2007-09-26  Juanma Barranquero  <lekktu@gmail.com>
1095         * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
1096         Deal with the case that special &keywords are at the beginning or
1097         end of the argument list.  Also add some (incomplete) support for
1098         non-standard arglists.
1100 2007-09-26  Juanma Barranquero  <lekktu@gmail.com>
1102         * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
1103         (eldoc-message-commands, eldoc-current-idle-delay)
1104         (eldoc-function-argstring-format): Fix typos in docstrings.
1106 2007-09-26  Jay Belanger  <jay.p.belanger@gmail.com>
1108         * calc/calc-units.el (calc-convert-units)
1109         (calc-convert-temperature): Remove unnecessary colons.
1111 2007-09-26  Bastien Guerry  <bzg@altern.org>
1113         * org-export-latex.el (org-export-latex-tables-verbatim): New function.
1114         (org-export-latex-remove-from-headlines): Name changed because of typo.
1115         (org-export-latex-quotation-marks-convention): Option removed.
1116         (org-export-latex-make-preamble): Handle the DATE option.
1117         (org-export-latex-cleaned-string): Now the only cleaning function,
1118         synched up with org.el.
1119         (org-export-latex-lists, org-export-latex-parse-list)
1120         (org-export-list-to-latex): New functions.
1122 2007-09-26  Carsten Dominik  <dominik@science.uva.nl>
1124         * org.el (org-kill-is-subtree-p): Use `org-outline-regexp'.
1125         (org-outline-regexp): New constant.
1126         (org-remember-handler): Throw error when the target file is not in
1127         org-mode.
1128         (org-cleaned-string-for-export): No longer call
1129         `org-export-latex-cleaned-string' with an argument.
1130         (org-get-tags): Returns now a list, not a string.
1131         (org-get-tags-string): New function.
1132         (org-archive-subtree): No need to split return of `org-get-tags'.
1133         (org-set-tags, org-entry-properties): Call `org-get-tags-string'
1134         instead of `org-get-tags'.
1135         (org-agenda-format-date): Rename from `org-agenda-date-format'.
1136         (org-time-from-absolute, org-agenda-format-date-aligned): New funs.
1137         (org-compatible-face): New argument INHERITS.  Inherit from this
1138         face if possible.
1139         (org-level-1, org-level-2, org-level-3, org-level-4)
1140         (org-level-5, org-level-6, org-level-7, org-level-8)
1141         (org-special-keyword, org-drawer, org-column, org-warning)
1142         (org-archived, org-todo, org-done, org-headline-done, org-table)
1143         (org-formula, org-code, org-agenda-structure)
1144         (org-scheduled-today, org-scheduled-previously)
1145         (org-upcoming-deadline, org-time-grid): Call `org-compatible-face'
1146         in the new way.
1147         (org-get-heading): New argument NO-TAGS.
1148         (org-fast-tag-selection-include-todo): Made defvar instead of
1149         defcustom, feature is not deprecated.
1150         (org-remember-store-without-prompt): New default value t.
1151         (org-todo-log-states): New variable.
1152         (org-set-regexps-and-options): #+TODO is an alias for SEQ_TODO.
1153         Compute the log states.
1154         (org-goto-map): More commands copied from global map.  Also bind
1155         `org-occur'.
1156         (org-goto): Made into a general lookup command.
1157         (org-get-location): Complete rewrite.
1158         (org-goto-exit-command): New variable.
1159         (org-goto-selected-point): New variable.
1160         (org-goto-ret, org-goto-left, org-goto-right, org-goto-quit):
1161         Set the new variables.
1162         (org-paste-subtree): Whitespace insertion strategy revised.
1163         (org-remember-apply-template): Protect v-A from the possibility
1164         that v-a might be nil.
1165         (org-remember-handler): Insertion rules revised.
1166         (org-todo): Respect org-todo-log-states.
1167         (org-up-heading-safe): New function.
1168         (org-entry-get-with-inheritance): Use `org-up-heading-safe'.
1170 2007-09-26  Dan Nicolaescu  <dann@ics.uci.edu>
1172         * progmodes/cc-cmds.el (c-indent-line-or-region): Only indent the
1173         region if in transient-mark-mode.
1175 2007-09-26  Juanma Barranquero  <lekktu@gmail.com>
1177         * calc/calc-ext.el (calc-init-extensions, calc-reset):
1178         * calc/calc-help.el (calc-full-help):
1179         * calc/calc-misc.el (another-calc):
1180         * calc/calc-store.el (calc-var-name-map):
1181         * calc/calc-stuff.el (calc-flush-caches):
1182         * calc/calc-units.el (math-build-units-table):
1183         * calc/calc.el (calc-digit-map, calc-dispatch-map, calc-mode)
1184         (calc-quit):
1185         * calendar/icalendar.el (icalendar--format-ical-event)
1186         (icalendar--convert-ical-to-diary):
1187         * emacs-lisp/authors.el (authors):
1188         * emacs-lisp/cust-print.el (custom-print-install)
1189         (custom-print-uninstall):
1190         * emacs-lisp/disass.el (disassemble-1):
1191         * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
1192         * emacs-lisp/edebug.el (byte-compile-resolve-functions):
1193         * emacs-lisp/elint.el (elint-current-buffer, elint-check-defun-form)
1194         (elint-check-let-form, elint-check-condition-case-form)
1195         (elint-initialize):
1196         * emacs-lisp/elp.el (elp-results):
1197         * emacs-lisp/generic.el (generic-mode-internal):
1198         * emacs-lisp/re-builder.el (reb-delete-overlays):
1199         * emacs-lisp/regi.el (regi-interpret):
1200         * emacs-lisp/sregex.el (sregex--char-aux):
1201         * emulation/cua-rect.el (cua--deactivate-rectangle)
1202         (cua--highlight-rectangle, cua--rectangle-post-command):
1203         * emulation/viper-keym.el (viper-toggle-key, viper-ESC-key):
1204         * emulation/viper-macs.el (viper-describe-kbd-macros)
1205         (viper-describe-one-macro):
1206         * emulation/viper-util.el (viper-setup-master-buffer):
1207         * emulation/viper.el (set-viper-state-in-major-mode):
1208         * international/mule-diag.el (describe-current-coding-system):
1209         * language/ethio-util.el (ethio-fidel-to-sera-buffer):
1210         * mail/emacsbug.el (report-emacs-bug):
1211         * net/ange-ftp.el (ange-ftp-call-chmod, ange-ftp-parse-bs2000-listing):
1212         * obsolete/hilit19.el (hilit-unhighlight-region)
1213         (hilit-set-mode-patterns):
1214         * play/solitaire.el (solitaire-check, solitaire-solve):
1215         * play/zone.el (zone-pgm-rotate):
1216         * progmodes/ada-mode.el (ada-save-exceptions-to-file):
1217         * progmodes/ada-prj.el (ada-prj-display-page):
1218         * progmodes/delphi.el (delphi-search-directory, delphi-find-unit-file)
1219         (delphi-debug-mode-map, delphi-mode-map, delphi-mode):
1220         * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-view-exit-fn)
1221         (ebrowse-member-mode, ebrowse-save-tree-as, ebrowse-save-class):
1222         * progmodes/sh-script.el (sh-make-vars-local)
1223         (sh-reset-indent-vars-to-global-values):
1224         * progmodes/sql.el (top):
1225         * progmodes/vhdl-mode.el (vhdl-set-style, vhdl-regress-line):
1226         * progmodes/xscheme.el (top):
1227         * textmodes/artist.el (artist-mt-get-symbol-from-keyword-sub)
1228         (artist-go-retrieve-from-symbol-sub, artist-go-get-symbol-shift-sub)
1229         (artist-fc-retrieve-from-symbol-sub, artist-vaporize-line)
1230         (artist-vaporize-lines, artist-ellipse-compute-fill-info)
1231         (artist-submit-bug-report):
1232         * textmodes/flyspell.el (flyspell-delay-commands)
1233         (flyspell-deplacement-commands):
1234         * textmodes/table.el (table--generate-source-epilogue, table-insert)
1235         (table--generate-source-cells-in-a-row, table--make-cell-map)
1236         (*table--cell-describe-bindings): Use `mapc' rather than `mapcar'.
1238 2007-09-25  Juanma Barranquero  <lekktu@gmail.com>
1240         * allout.el (produce-allout-mode-map, allout-process-exposed):
1241         * ansi-color.el (ansi-color-make-color-map):
1242         * autoinsert.el (auto-insert):
1243         * bookmark.el (bookmark-bmenu-list, bookmark-show-all-annotations):
1244         * dired-aux.el (dired-create-files):
1245         * dired.el (dired-restore-desktop-buffer):
1246         * ediff-diff.el (ediff-setup-fine-diff-regions):
1247         * ediff-mult.el (ediff-intersect-directories)
1248         (ediff-redraw-directory-group-buffer, ediff-dir-diff-copy-file)
1249         (ediff-redraw-registry-buffer):
1250         * ediff-ptch.el (ediff-fixup-patch-map):
1251         * ediff-util.el (ediff-toggle-multiframe, ediff-toggle-use-toolbar)
1252         (ediff-really-quit, ediff-clear-diff-vector):
1253         * emerge.el (emerge-really-quit):
1254         * ffap.el (ffap-replace-file-component):
1255         * filecache.el (file-cache-add-directory)
1256         (file-cache-add-directory-recursively)
1257         (file-cache-add-from-file-cache-buffer, file-cache-delete-file-regexp)
1258         (file-cache-delete-directory, file-cache-files-matching-internal)
1259         (file-cache-display):
1260         * files.el (cd):
1261         * find-lisp.el (find-lisp-insert-directory):
1262         * finder.el (finder-compile-keywords):
1263         * help.el (view-emacs-news):
1264         * hi-lock.el (hi-lock-write-interactive-patterns):
1265         * ido.el (ido-to-end, ido-set-matches-1):
1266         * image-dired.el (image-dired-display-thumbs, image-dired-remove-tag)
1267         (image-dired-mark-tagged-files):
1268         * jka-cmpr-hook.el (jka-compr-get-compression-info):
1269         * printing.el (pr-eval-local-alist, pr-eval-setting-alist):
1270         * ps-print.el (ps-background, ps-begin-file)
1271         (ps-build-reference-face-lists):
1272         * simple.el (clone-buffer):
1273         * startup.el (command-line):
1274         * tempo.el (tempo-insert-template, tempo-is-user-element)
1275         (tempo-forward-mark, tempo-backward-mark):
1276         * woman.el (woman-dired-define-keys): Use `mapc' rather than `mapcar'.
1278 2007-09-25  Glenn Morris  <rgm@gnu.org>
1280         * textmodes/tex-mode.el (tex-font-script-display): Doc fix.
1282         * view.el (view-search-no-match-lines): Add a doc string.
1283         Rewrite to simplify and work better.
1285 2007-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
1287         * progmodes/cc-mode.el (c-mode-base-map):
1288         Use c-indent-line-or-region instead of c-indent-line.
1290         * indent.el (indent-for-tab-command): First check if the region is
1291         active.
1293 2007-09-24  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
1295         * whitespace.el (whitespace-tickle-timer): Don't install the timer if
1296         whitespace-rescan-timer-time is 0.
1298 2007-09-24  Karl Berry  <karl@gnu.org>
1300         * international/mule.el (coding-system-base): Fix doc string grammar.
1302 2007-09-24  Michael Albinus  <michael.albinus@gmx.de>
1304         * net/tramp.el (tramp-completion-mode-p): Rename from
1305         `tramp-completion-mode'.  Revert logic, check `return', `newline'
1306         and such alike.  Packages like Icicles tend to use other completion
1307         characters but `tab' and `space' only.
1309 2007-09-24  Adam Hupp  <adam@hupp.org>
1311         * progmodes/python.el (run-python): Import emacs module without
1312         waiting; prevents lockup on error.
1314 2007-09-23  Richard Stallman  <rms@gnu.org>
1316         * mail/sendmail.el (mail-bury): Delete the frame
1317         if this frame looks like it was made for this message.
1319         * completion.el (completion-separator-self-insert-command)
1320         (completion-separator-self-insert-autofilling):
1321         If `self-insert-command' has been remapped, use the substitute.
1323         * simple.el (copy-region-as-kill): Doc fix.
1325         * textmodes/org.el (org-confirm-shell-link-function)
1326         (org-confirm-elisp-link-function): Doc fixes.
1328 2007-09-23  Glenn Morris  <rgm@gnu.org>
1330         * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
1332 2007-09-23  Dan Nicolaescu  <dann@ics.uci.edu>
1334         * term/w32-win.el (w32-drag-n-drop): Use mapc instead of mapcar.
1336         * term/tvi970.el (terminal-init-tvi970): Likewise.
1338         * term/sun-mouse.el (print-mouse-format): Likewise.
1340         * term/sun.el (scroll-down-in-place, scroll-up-in-place):
1341         Use forward-line instead of previous-line and next-line.
1343 2007-09-22  Juri Linkov  <juri@jurta.org>
1345         * textmodes/org.el (org-confirm-shell-link-function): Doc fix.
1347         * tutorial.el (tutorial--default-keys): Update standard bindings:
1348         rename `iconify-or-deiconify-frame' to `suspend-frame',
1349         and `save-buffers-kill-emacs' to `save-buffers-kill-terminal'.
1351 2007-09-22  Juri Linkov  <juri@jurta.org>
1353         * startup.el (fancy-startup-text, fancy-about-text, fancy-startup-tail):
1354         Add help-echo to external links and to links without description.
1355         (fancy-splash-insert): Use help-echo from the 3rd element of the
1356         link specification list, or "Follow this link" if it's nil.  Doc fix.
1358 2007-09-22  Juri Linkov  <juri@jurta.org>
1360         * startup.el (command-line): Rename `inhibit-startup-message' to
1361         `inhibit-startup-screen'.
1362         (fancy-about-text): Use shorter label for "Ordering Manuals".
1363         (fancy-startup-tail): Add optional arg `concise'.  When `concise'
1364         is nil, display a line with "To start..." and 3 links to useful
1365         tasks.  Display the "Dismiss" button and "Don't show this message
1366         again" only when concise is non-nil.
1367         (fancy-startup-screen): Call `fancy-startup-tail' with optional
1368         arg `concise'.  If CONCISE is non-nil, display a concise version
1369         of the splash screen in another window.  Otherwise, switch to the
1370         startup buffer in the same window.
1371         (startup-echo-area-message): Change displayed binding from
1372         C-h C-p (describe-project) to C-h C-a (about-emacs), and change
1373         text "about the GNU system and GNU/Linux" to "about GNU Emacs and
1374         the GNU system".
1375         (display-startup-screen): Fix buffer name from "*About GNU Emacs*"
1376         to "*GNU Emacs*".
1377         (display-about-screen): Don't check the existence of the buffer
1378         "*About GNU Emacs*".
1379         (display-splash-screen): Make alias to `display-startup-screen'.
1380         (command-line-1): Rename `inhibit-startup-message' to
1381         `inhibit-startup-screen'.  Inhibit startup screen when Emacs is
1382         started with command line options "-f", "-funcall", "-e", "-eval",
1383         "-execute", "-insert", "-find-file", "-file", "-visit".
1384         Inhibit startup screen when Emacs is started with a file name only
1385         on tty (i.e. don't inhibit it when started with a file name like
1386         "emacs FILE..." on a window system).
1387         (command-line-1): Simplify logic of displaying the startup screen:
1388         if file-count > 0, then display the concise version in another
1389         window, otherwise display full version in the same window.
1391         * help.el (help-map): Bind C-h C-a to about-emacs.
1392         (help-for-help-internal): Add C-a description to C-h help text.
1394 2007-09-22  Dan Nicolaescu  <dann@ics.uci.edu>
1396         * emacs-lisp/checkdoc.el (checkdoc-force-docstrings-flag)
1397         (checkdoc-permit-comma-termination-flag): Autoload the
1398         safe-local-variable setting.
1400         * bookmark.el (bookmark-xemacsp): Remove.
1401         (bookmark-make): Don't use bookmark-xemacsp,
1402         use (featurep 'xemacs) instead.
1404         * speedbar.el (speedbar-frame-mode)
1405         (speedbar-frame-reposition-smartly)
1406         (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
1407         (speedbar-check-vc): Remove use of non-existent variable
1408         dframe-xemacsp, use (featurep 'xemacs) instead.
1410         * indent.el (indent-for-tab-command): Indent the region if
1411         transient-mark-mode and the region is active.
1413 2007-09-21  Francesco Potort\e,Al\e(B  <pot@gnu.org>
1415         * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
1416         add inferior-octave-directory-tracker to the buffer-local value
1417         of comint-input-filter-functions.
1419 2007-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
1421         * xt-mouse.el (xterm-mouse-mode): Re-enable suspend-tty-functions.
1423 2007-09-21  Juanma Barranquero  <lekktu@gmail.com>
1425         * frame.el (suspend-frame): Call `iconify-or-deiconify-frame' also
1426         on w32 frames.
1428 2007-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1430         * startup.el (normal-top-level): Remove DISPLAY from
1431         process-environment to let it be computed dynamically in callproc.c.
1433         * frame.el (frame-initialize, make-frame):
1434         * faces.el (tty-set-up-initial-frame-faces):
1435         * env.el (setenv): Don't set display-environment-variable.
1437         * server.el (server-getenv-from): Remove.  Use getenv-internal instead.
1438         (server-create-tty-frame): Don't set unused `tty' property.
1439         Set `display' instead of display-environment-variable.
1440         (server-create-window-system-frame): No display-environment-variable.
1442 2007-09-21  Michael Albinus  <michael.albinus@gmx.de>
1444         * rfn-eshadow.el (rfn-eshadow-setup-minibuffer-hook)
1445         (rfn-eshadow-update-overlay-hook): New defvars.
1446         (rfn-eshadow-setup-minibuffer, rfn-eshadow-update-overlay):
1447         Run the hooks.
1449         * net/tramp.el (tramp-rfn-eshadow-overlay): New defvar.
1450         (tramp-rfn-eshadow-setup-minibuffer)
1451         (tramp-rfn-eshadow-update-overlay): New defuns.  Hook into
1452         rfn-eshadow.el.
1454         * net/tramp-smb.el (tramp-smb-errors): Add error message for call
1455         timeout.
1457 2007-09-21  Glenn Morris  <rgm@gnu.org>
1459         * obsolete/sun-fns.el (emacs-quit-menu): Remove emacstool-related code.
1460         * term/sun-mouse.el (suspend-emacstool): Remove.
1461         * term/sun.el: Remove emacstool-related code.
1463         * emacs-lisp/bytecomp.el (byte-compile-warnings)
1464         (byte-compile-warnings-safe-p): Add `mapcar'.
1465         (byte-compile-warning-types): Add mapcar and make-local.
1466         (byte-compile-normal-call): Add option to suppress mapcar warning.
1467         (top-level): Use mapc rather than mapcar in eval-when-compile.
1469         * textmodes/tex-mode.el (tex-validate-region): Handle escaped parens.
1470         (tex-next-unmatched-eparen, tex-last-unended-eparen): New functions.
1471         (latex-forward-sexp-1, latex-backward-sexp-1): Doc fix.
1472         Handle escaped parens.
1473         (latex-forward-sexp): Doc fix.
1475         * eshell/esh-mode.el (eshell-output-filter-functions): Add
1476         eshell-postoutput-scroll-to-bottom.
1478         * loadup.el: Remove termdev.
1480         * progmodes/fortran.el (fortran-mode-abbrev-table, fortran-line-length):
1481         * progmodes/f90.el (f90-mode-abbrev-table): Use mapc rather than mapcar.
1483 2007-09-21  Markus Triska  <markus.triska@gmx.at>
1485         * emacs-lisp/bytecomp.el (byte-compile-normal-call): Warn when
1486         `mapcar' is called for effect.
1488 2007-09-21  Kevin Ryde  <user42@zip.com.au>
1490         * international/mule.el (sgml-html-meta-auto-coding-function):
1491         Bind `case-fold-search' to t.
1493 2007-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1495         * termdev.el: Remove.
1497         * frame.el (get-device-terminal): New function.  Moved from termdev.el.
1498         (frames-on-display-list): Use it.
1500         * bindings.el: Bind C-z to suspend-frame instead of suspend-emacs.
1502         * termdev.el (terminal-id): Ask terminal-live-p before giving up.
1504 2007-09-20  Richard Stallman  <rms@gnu.org>
1506         * newcomment.el (comment-add): If EXTRA, double `comment-add' value.
1508 2007-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1510         * add-log.el (add-log-current-defun): Fix thinko w.r.t derived-mode-p.
1512 2007-09-20  Glenn Morris  <rgm@gnu.org>
1514         * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
1515         motion functions, rather than hard-coding "\n\n".
1516         (tex-validate-region): Check for eobp, to speed up.
1517         (tex-next-unmatched-end): Doc fix.
1519 2007-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1521         * files.el (auto-mode-alist): Use archive-mode for .rar files.
1523         * international/mule.el (auto-coding-alist): Rar archives are binary.
1525         * arc-mode.el: Add basic support for Rar.
1526         (archive-find-type): Recognize Rar's signature.
1527         (archive-desummarize): New fun.
1528         (archive-summarize): Use it to restore the buffer's data in case
1529         someone wants to switch to some other major mode.
1530         (archive-resummarize): Use it as well.
1531         (archive-rar-summarize, archive-rar-extract): New functions.
1533         * filesets.el: Remove spurious * in docstrings.
1534         (filesets-running-xemacs): Remove.  Use (featurep 'xemacs) instead.
1535         (filesets-conditional-sort): Remove unused arg `simply-do-it'.
1536         (filesets-ingroup-collect): Remove unused arg `depth'.
1537         (filesets-update): Remove unused arg `version'.
1539         * finder.el (finder-compile-keywords): Fix up comment style.
1540         (finder-mouse-face-on-line): previous-line -> forward-line.
1542         * recentf.el: Remove spurious * in docstrings.
1543         (recentf-save-list): Fix up comment style.
1545         * progmodes/octave-mod.el: Remove spurious * in docstrings.
1546         (octave-mode-map): Move init into declaration and remove \t binding.
1547         (octave-mode-startup-message): Remove unused var.
1548         (octave-scan-blocks): Remove unused arg `from'.
1549         (octave-forward-block, octave-down-block, octave-up-block):
1550         Update callers.
1552         * progmodes/meta-mode.el (meta-mode-syntax-table): Move init into decl.
1553         (meta-mode-map): Likewise and remove \t binding.
1555         * net/snmp-mode.el: Remove spurious * in docstrings.
1556         (snmp-rfc1155-types, snmp-rfc1213-types, snmp-rfc1902-types)
1557         (snmp-rfc1903-types, snmp-rfc1155-access, snmp-rfc1902-access)
1558         (snmp-rfc1212-status, snmp-rfc1902-status): Remove list wrappers now
1559         that completion accepts lists of strings.
1560         (snmp-mode-syntax-table): Move initialization into declaration.
1561         (snmp-mode-map): Likewise and remove \t binding.
1562         (snmp-common-mode): Set tab-always-indent according to snmp-t-a-i.
1563         (snmp-indent-line, snmp-mode-imenu-create-index): Remove unused var.
1564         (snmp-indent-command): Remove.
1566         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Use the default TAB
1567         binding, so tab-always-indent works right.
1569 2007-09-19  Johannes Weiner  <hannes@saeurebad.de>
1571         * net/browse-url.el (browse-url-elinks-new-window): New function.
1572         (browse-url-elinks): Use browse-url-elinks-new-window.
1573         Accept optional second argument `new-window'.  Fix typo in doc-string.
1574         (browse-url-elinks-sentinel): Use browse-url-elinks-new-window.
1575         Improve error message.
1577 2007-09-19  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
1579         * net/browse-url.el (browse-url-url-encode-chars): Use the right
1580         parameter name in the function body.
1581         Reported by Johannes Weiner.
1583 2007-09-19  Glenn Morris  <rgm@gnu.org>
1585         * net/socks.el (socks-open-network-stream): Signal an explicit
1586         error if the port associated with a service string can't be found.
1588         * textmodes/tex-mode.el (tex-terminate-paragraph):
1589         Use backward-paragraph.
1591 2007-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1593         * server.el (server-running-p): New function.
1595 2007-09-18  Jason Rumney  <jasonr@gnu.org>
1597         * term/w32-win.el (w32-focus-frame): Make obsolete alias for
1598         x-focus-frame.
1600         * frame.el (select-frame-set-input-focus, select-frame-by-name):
1601         Use x-focus-frame for w32.
1603 2007-09-17  David Kastrup  <dak@gnu.org>
1605         * textmodes/tex-mode.el (tex-verbatim-environments):
1606         Eliminate CL dependency.
1608 2007-09-17  Richard Stallman  <rms@gnu.org>
1610         * newcomment.el (comment-add): New arg EXTRA.
1611         (comment-region-default): Pass EXTRA if not indenting lines.
1613 2007-09-17  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
1615         * net/browse-url.el (browse-url-url-encode-chars): New function.
1616         URL-encode some chars in a string.
1617         (browse-url-encode-url): Rewrite using the previous function.
1618         (browse-url-file-url): Use `browse-url-url-encode-chars'.
1619         (browse-url-elinks-sentinel): Fix typo.
1620         (browse-url-new-window-flag): Doc change.
1622 2007-09-17  Glenn Morris  <rgm@gnu.org>
1624         * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
1625         filename from `--file-line-error', if it is available.
1627 2007-09-17  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
1629         * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
1630         TeX `--file-line-error' format.
1632 2007-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
1634         * xt-mouse.el: Delete add-hook calls that were moved to
1635         xterm-mouse-mode.
1636         (xterm-mouse-mode): Disable resume-tty-functions, explain why it
1637         does not work.
1639 2007-09-17  Richard Stallman  <rms@gnu.org>
1641         * cus-face.el (custom-theme-set-faces): Undo previous change.
1643         * faces.el (face-spec-set): When FRAME nil, look up each frame in SPEC.
1645 2007-09-17  Glenn Morris  <rgm@gnu.org>
1647         * textmodes/tex-mode.el (tex-region): Simplify previous change,
1648         handling the case where the region is not in `tex-main-file'.
1649         (tex-region-1): Delete.
1650         (tex-region-header): New function, doing the header part of the
1651         old tex-region-1.
1653 2007-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1655         * simple.el (newline): Simplify use of prefix-numeric-value.
1656         (line-move-partial): Remove unused var `ppos'.
1657         (line-move-1): Replace 9999 with most-positive-fixnum.
1658         (move-end-of-line): Use more efficient single-property search.
1659         (move-beginning-of-line): Remove unused var `start'.
1660         (blink-matching-open): Restructure in a more functional style.
1662 2007-09-16  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
1664         * calendar/holidays.el (list-holidays): Remove the cyclic alias.
1666 2007-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1668         * server.el (server-clients): Only keep procs, no properties any more.
1669         (server-client): Remove.
1670         (server-client-get, server-client-set): Remove, replace all callers by
1671         process-get and process-put resp.
1672         (server-clients-with, server-add-client, server-delete-client)
1673         (server-create-tty-frame, server-create-window-system-frame)
1674         (server-process-filter, server-execute, server-visit-files)
1675         (server-buffer-done, server-kill-buffer-query-function)
1676         (server-kill-emacs-query-function, server-switch-buffer)
1677         (server-save-buffers-kill-terminal): Update accordingly.
1679         * server.el (server-with-environment): Simplify.
1680         (server-select-display, server-unselect-display): Re-add functions that
1681         seem to have been lost in the multi-tty merge.
1682         (server-eval-and-print, server-create-tty-frame)
1683         (server-create-window-system-frame, server-goto-toplevel)
1684         (server-execute, server-return-error): New functions extracted from
1685         server-process-filter.
1686         (server-execute-continuation): New functions.
1687         (server-process-filter): Restructure so that all arguments are analysed
1688         first and then acted upon in a subsequent stage.  This way
1689         server-goto-toplevel can be executed later, when we know if
1690         it's necessary.
1691         Remove the "-version" and "-version-good" support.
1693 2007-09-16  Drew Adams  <drew.adams@oracle.com>
1695         * cus-edit (custom-face-edit-activate): Doc fix.
1697 2007-09-16  Glenn Morris  <rgm@gnu.org>
1699         * calendar/cal-menu.el, calendar/calendar.el, calendar/diary-lib.el:
1700         Following cal-bahai renaming, update all instances of
1701         list-bahai-diary-entries to diary-bahai-list-entries,
1702         mark-bahai-diary-entries to diary-bahai-mark-entries,
1703         calendar-goto-bahai-date to calendar-bahai-goto-date,
1704         insert-bahai-diary-entry to diary-bahai-insert-entry,
1705         insert-monthly-bahai-diary-entry to diary-bahai-insert-monthly-entry,
1706         insert-yearly-bahai-diary-entry to diary-bahai-insert-yearly-entry, and
1707         calendar-print-bahai-date to calendar-bahai-print-date.
1709         * textmodes/tex-mode.el (tex-region): Handle the case where the
1710         region is not in `tex-main-file'.  Move the old code that applies
1711         to both cases...
1712         (tex-region-1): ...to this new function.
1714 2007-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1716         * vc.el (vc-process-sentinel): New function.
1717         (vc-exec-after): Use it instead of using ugly hackish analysis and
1718         construction of Elisp code.
1719         (vc-sentinel-movepoint): New dynamically scoped var.
1720         (vc-print-log, vc-annotate): Set it to move the user's point.
1722         * vc-cvs.el (vc-cvs-annotate-time): Use inhibit-read-only and
1723         inhibit-modification-hooks.
1725         * calendar/cal-bahai.el (mark-bahai-diary-entries): Fix up typo.
1726         (calendar-bahai-print-date, calendar-bahai-goto-date)
1727         (diary-bahai-list-entries, diary-bahai-insert-entry):
1728         New names to clean up the namespace a bit more.
1729         (calendar-goto-bahai-date, calendar-print-bahai-date): Compat aliases.
1731 2007-09-15  Glenn Morris  <rgm@gnu.org>
1733         * calendar/holidays.el (holiday-list): Rename it back to
1734         `list-holidays', but leave `holiday-list' as an alias.
1736         * textmodes/bibtex-style.el (bibtex-style-indent-basic): Specify a
1737         custom group.
1739         * textmodes/css-mode.el (css): New custom group.
1740         (css-electrick-keys, css-selector, css-property)
1741         (css-indent-offset): Specify custom group.
1743 2007-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1745         * pcvs.el (cvs-tags-list, cvs-retrieve-revision, cvs-find-modif)
1746         (cvs-execute-single-file): Use process-file.
1747         (cvs-run-process): Use start-file-process.
1749 2007-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
1751         * xt-mouse.el (xterm-mouse-mode): Add hooks here not at the top
1752         level.  Remove the hooks when turning off the mode.
1754         * term/xterm.el: Require xt-mouse at compile time.
1755         (terminal-init-xterm): Turn on xterm mouse tracking for this
1756         terminal if xterm-mouse-mode is enabled.
1758 2007-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
1760         * term/xterm.el (xterm-function-map): Replace bindings that were
1761         deleted by the merge.
1763 2007-09-14  Ulf Jasper  <ulf.jasper@web.de>
1765         * play/bubbles.el (bubbles-version): Bump value to "0.5".
1766         (bubbles-mode-map): Move define-key statements here.
1767         (bubbles-game-theme-menu): Ditto.
1768         (bubbles-graphics-theme-menu): Ditto.
1769         (bubbles-menu): Ditto.
1770         (bubbles-mode): Initialize buffer-undo-list, redisplay.
1771         (bubbles--initialize): Reset buffer-undo-list, redisplay.
1772         (bubbles-plop): Set buffer-undo-list, redisplay.
1773         (bubbles-undo): Reset buffer-undo-list, redisplay.
1774         (bubbles--show-images): Take care of missing text properties.
1776 2007-09-14  Glenn Morris  <rgm@gnu.org>
1778         * startup.el (fancy-startup-text, fancy-about-text): Fix face
1779         quoting.
1781         * calendar/cal-hebrew.el, calendar/cal-menu.el
1782         * calendar/calendar.el, calendar/diary-lib.el
1783         * calendar/holidays.el: Rename all instances of
1784         list-calendar-holidays callers to calendar-list-holidays,
1785         list-holidays to holiday-list, check-calendar-holidays to
1786         calendar-check-holidays, mark-calendar-holidays to
1787         calendar-mark-holidays, and filter-visible-calendar-holidays to
1788         holiday-filter-visible-calendar.
1790 2007-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
1792         * term/xterm.el (xterm-function-map): Add C-M- bindings.
1794 2007-09-13  Sascha Wilde  <wilde@sha-bang.de>  (tiny change)
1796         * play/bubbles.el (bubbles--initialize-images): Fix bug:
1797         Use transparent background for empty cells in graphics mode.
1799 2007-09-13  Jari Aalto  <jari.aalto@cante.net>
1801         * man.el (Man-default-man-entry): At end of line, continue looking
1802         to the next line for possible end of hyphenated command.
1804 2007-09-13  Chris Moore  <dooglus@gmail.com>
1806         * shell.el (shell-resync-dirs): Don't move the cursor relative to
1807         the command being edited.
1809 2007-09-12  Jim Meyering  <jim@meyering.net>  (tiny change)
1811         * emacs-lisp/copyright.el (copyright-names-regexp): Doc fix: typo.
1813 2007-09-12  Dan Nicolaescu  <dann@ics.uci.edu>
1815         * term/xterm.el (xterm-function-map): Add bindings for M-S- and
1816         C-M-S- keys.
1818         * term/rxvt.el (rxvt-function-map): Initialize in the declaration.
1820 2007-09-12  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
1822         * net/browse-url.el (browse-url-encode-url): Fix an infinite loop.
1823         New argument `filename-p' to use one set of confusing chars or another.
1824         (browse-url-file-url): Use the argument.
1825         Suggested by Johannes Weiner.
1827 2007-09-12  Romain Francoise  <romain@orebokech.com>
1829         * cus-start.el (all): Revert 2007-09-08 change.
1831 2007-09-12  Aaron Hawley  <aaronh@garden.org>
1833         * jka-cmpr-hook.el (jka-compr-compression-info-list): Use gzip to
1834         extract .Z files, since it is more common than uncompress.
1836 2007-09-12  Glenn Morris  <rgm@gnu.org>
1838         * textmodes/org-publish.el (org-publish-org-to-html): Remove
1839         duplicate function definition.
1841 2007-09-10  Chris Moore  <dooglus@gmail.com>
1843         * diff-mode.el (diff-sanity-check-hunk):
1844         Also accept single-line hunks.
1846 2007-09-10  Chong Yidong  <cyd@stupidchicken.com>
1848         * startup.el (startup-screen-inhibit-startup-screen)
1849         (pure-space-overflow-message): New vars.
1850         (fancy-splash-insert): Allow functions for face and link specs.
1851         (fancy-splash-head): Remove unused arg.  Move splash text...
1852         (fancy-startup-text, fancy-about-text): ...here.
1853         (fancy-startup-tail): Rename from fancy-splash-tail.
1854         (fancy-startup-screen, fancy-about-screen): Split off from
1855         fancy-splash-screens.
1856         (display-startup-screen): New function.
1857         (display-about-screen): Rename from display-splash-screen.
1858         (command-line-1): Use concise startup screen if necessary.
1860 2007-09-10  Thien-Thi Nguyen  <ttn@gnuvola.org>
1862         * net/browse-url.el (browse-url-encode-url): Use copy-sequence.
1863         Reported by Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>.
1865 2007-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1867         * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
1868         (python-font-lock-keywords): Update to the 2.5 version of the language.
1869         (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
1870         (python-backspace): Only behave funny in code.
1871         (python-compilation-regexp-alist): Add PDB stack trace regexp.
1872         (inferior-python-mode): Add PDB prompt regexp.
1873         (python-fill-paragraph): Refine the fenced-string regexp.
1874         (python-find-imports): Handle imports spanning several lines.
1875         (python-mode): Add `class' to hideshow support.
1877 2007-09-10  Dave Love  <fx@gnu.org>
1879         * outline.el (outline-4, outline-5, outline-7):
1880         Move font-lock-builtin-face down from 4 to 7 to better keep the
1881         progression of color brightness, and to better match Org-mode's faces.
1883 2007-09-10  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
1885         * progmodes/meta-mode.el (meta-font-lock-keywords)
1886         (font-lock-match-meta-declaration-item-and-skip-to-next)
1887         (meta-comment-indent, meta-indent-previous-line)
1888         (meta-indent-unfinished-line, meta-beginning-of-defun)
1889         (meta-end-of-defun, meta-common-initialization): Handle \f.
1890         (meta-indent-unfinished-line): Do not handle a `%' in a string as
1891         a comment-start.
1893         * files.el (file-modes-char-to-who, file-modes-char-to-right)
1894         (file-modes-rights-to-number): Auxiliary functions for symbolic to
1895         numeric notation of file modes.
1896         (file-modes-symbolic-to-number): New.  Convert symbolic modes to its
1897         numeric value.
1898         (read-file-modes): New.  Read either an octal value of a file mode or a
1899         symbolic value, and return its numeric value.
1901         * dired-aux.el (dired-do-chmod): Change to use the built-in
1902         `set-file-modes' and the previous symbolic mode parsing functions.
1904 2007-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1906         * textmodes/texinfo.el: Remove spurious * in docstrings.
1907         (texinfo-mode-syntax-table, texinfo-mode-map):
1908         Initialize in the declaration.
1910         * tmm.el: Remove spurious * in docstrings.
1911         (tmm-prompt): Use with-current-buffer.
1913         * vcursor.el: Remove spurious * in docstrings.
1914         (vcursor-map): Initialize in the declaration.
1915         (vcursor-use-vcursor-map): Use define-minor-mode.
1916         (vcursor-toggle-vcursor-map): Keep as an obsolete alias.
1918         * wid-browse.el (widget-browse-mode-map, widget-minor-mode-map):
1919         Initialize in the declaration.
1920         (widget-minor-mode): Use define-minor-mode.
1922         * woman.el (woman-mode-map, woman-syntax-table):
1923         Initialize in the declaration.
1925 2007-09-09  Tassilo Horn  <tassilo@member.fsf.org>
1927         * doc-view.el: New file.
1929 2007-09-09  Juri Linkov  <juri@jurta.org>
1931         * Makefile.in (update-authors): Add etc/ to AUTHORS.
1933         * makefile.w32-in (update-authors): Add etc/ to AUTHORS.
1935         * startup.el (initial-buffer-choice): Rename choice "Splash screen"
1936         to "Startup screen".  Fix docstring.
1937         (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
1938         (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
1939         (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
1940         (initial-scratch-message): Fix docstring.
1941         (fancy-startup-text): Move link to Emacs Manual below Emacs Guided
1942         Tour (which is a kind of tutorial and will be next to Emacs Tutorial).
1943         Add link to "Customize Startup" and set interval between links to
1944         5 spaces.
1945         (fancy-about-text): Add links "Authors" and "Contributing".
1946         (fancy-splash-head): Add text "Welcome to " on the startup screen,
1947         and "This is " on the about screen.  Add link to
1948         "http://www.gnu.org/software/emacs/" for "GNU Emacs".
1949         For the about screen move emacs version to the header from
1950         `fancy-splash-tail' (as it's done already for normal about screen).
1951         (fancy-splash-tail): Insert emacs version only for startup screen.
1952         (normal-splash-screen): Remove duplicate empty lines.
1953         (normal-about-screen): Add links "Authors" and "Contributing".
1955         * menu-bar.el (menu-bar-help-menu):
1956         Move "About Emacs" and "About GNU" to the end of the Help menu.
1957         Move "Emacs Psychotherapist" after "Send Bug Report...".
1958         Move "External Packages" after "Find Emacs Packages".
1960 2007-09-09  Michael Albinus  <michael.albinus@gmx.de>
1962         * net/tramp.el (top): Remove declarations of `tramp-gw-*' symbols,
1963         they are useless with the byte compiler.
1964         (tramp-make-temp-file, tramp-make-tramp-temp-file): Move up.
1965         (tramp-do-copy-or-rename-file-directly): Rearrange let-bindings.
1966         (tramp-compute-multi-hops): Mask `tramp-gw-*' symbols.
1967         (tramp-file-name-real-host, tramp-file-name-port)
1968         (tramp-find-method, tramp-find-user, tramp-find-host): Make them
1969         defuns.
1971         * net/tramp-cache.el (top): Improve error message when
1972         `tramp-persistency-file-name' is corrupted.
1974 2007-09-09  Carsten Dominik  <dominik@science.uva.nl>
1976         * textmodes/org.el (org-re): Also replace the :alpha: class.
1977         (org-todo-tag-alist): Variable removed.
1978         (org-todo-key-alist, org-todo-key-trigger) New variables.
1979         (org-use-fast-todo-selection): New option.
1980         (org-log-done): Docstring fixed.
1981         (org-deadline-warning-days): New default value 14.
1982         (org-edit-timestamp-down-means-later) New option.
1983         (org-tag-alist): Docstring fixed.
1984         (org-fast-tag-selection-include-todo): New option.
1985         (org-export-language-setup): New languages added.
1986         (org-set-regexps-and-options): Compute the new variables.
1987         (org-paste-subtree): Cleaning up.
1988         (org-remember-apply-template): New escape %A.
1989         (org-todo): Call fast TODO selection.
1990         (org-fast-todo-selection): New function.
1991         (org-add-log-note): Allow prefix for abort exit.
1992         (org-at-property-p, org-entry-properties)
1993         (org-columns-get-autowidth-alist): Use :alpha: class.
1994         (org-get-wdays): New function.
1995         (org-agenda-remove-date): New variable.
1996         (org-agenda-get-deadlines): Use `org-get-wdays'.
1997         (org-agenda-get-deadlines): Reverse ee before returning.
1998         (org-format-agenda-item): New argument REMOVE-RE.
1999         (org-agenda-convert-date): Baha'i calendar added.
2000         (org-infile-export-plist): Also find DATE line.
2001         (org-get-min-level): New function.
2002         (org-export-as-html, org-export-as-ascii): Use the date format.
2003         (org-shiftup, org-shiftdown): Use.
2004         `org-edit-timestamp-down-means-later'.
2005         (org-assign-fast-keys): New function.
2007 2007-09-08  Fredrik Axelsson  <f.axelsson@gmail.com>
2009         * cus-start.el (all): Add prefer-window-split-horizontally from
2010         window.c.
2012 2007-09-08  Eli Zaretskii  <eliz@gnu.org>
2014         * net/browse-url.el (browse-url-galeon): Fix last change.
2015         (top-level): Require cl when compiling.
2017 2007-09-08  Carsten Dominik  <dominik@science.uva.nl>
2019         * textmodes/org-export-latex.el: arch-tag restored.
2021         * textmodes/org-publish.el: arch-tag restored.
2023 2007-09-08  Masatake YAMATO  <jet@gyve.org>
2025         * progmodes/which-func.el (which-func-modes): Add diff-mode.
2027         * progmodes/cc-langs.el: Support new keywords added to
2028         objective-c frontend of gcc.
2029         (c-simple-stmt-kwds): Add @throw.
2030         (c-block-stmt-2-kwds): Add @synchronized.
2031         (c-block-stmt-1-kwds): Add @finally and @try.
2033 2007-09-07  Carsten Dominik  <dominik@science.uva.nl>
2035         * textmodes/org.el (org-edit-timestamp-down-means-later): New option.
2036         (org-agenda-after-show-hook): New variable.
2037         (org-columns-compile-format)
2038         (org-columns-get-autowidth-alist, org-buffer-property-keys)
2039         (org-entry-properties, org-at-property-p): Allow [:alnum:] in
2040         property names.
2041         (org-get-wdays): New function.
2043 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2045         * simple.el (normal-erase-is-backspace-setup-frame): Massage.
2047         * term/xterm.el (xterm-function-map): Initialize in the declaration.
2049         * vc-arch.el (vc-arch-checkin): Fix typo.
2051 2007-09-07  Johan Bockg\e,Ae\e(Brd  <bojohan@gnu.org>
2053         * cus-face.el (custom-theme-set-faces): Set face attributes
2054         locally for each frame.
2056 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2058         * progmodes/fortran.el (fortran-mode): Set font-lock-syntactic-keywords
2059         via font-lock-defaults.
2061         * emacs-lisp/bytecomp.el (byte-compile-log-file): Check major-mode via
2062         derived-mode-p.
2064 2007-09-07  Thien-Thi Nguyen  <ttn@gnuvola.org>
2066         * progmodes/autoconf.el (autoconf-definition-regexp):
2067         Handle optional square brackets around definition name.
2069 2007-09-07  Johannes Weiner  <hannes@saeurebad.de>
2071         * net/browse-url.el (browse-url-browser-function): Add elinks.
2072         (browse-url-elinks-wrapper): New option.
2073         (browse-url-encode-url, browse-url-elinks)
2074         (browse-url-elinks-sentinel): New functions.
2075         (browse-url-file-url, browse-url-netscape, browse-url-mozilla)
2076         (browse-url-firefox, browse-url-galeon, browse-url-epiphany):
2077         Use new function browse-url-encode-url.
2079 2007-09-07  Glenn Morris  <rgm@gnu.org>
2081         * version.el (emacs-version): Revert 2007-08-29 change: no need to
2082         say if multi-tty is present.
2084 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2086         * cus-start.el (split-window-preferred-function): Add custom info.
2088         * calendar/holidays.el (holiday-list, calendar-check-holidays)
2089         (calendar-mark-holidays, calendar-list-holidays)
2090         (holiday-filter-visible-calendar): New names to clean up namespace.
2091         (filter-visible-calendar-holidays, list-calendar-holidays)
2092         (mark-calendar-holidays, check-calendar-holidays, list-holidays):
2093         Add compatibility aliases.
2094         (calendar-check-holidays, calendar-mark-holidays)
2095         (calendar-holiday-list, holiday-filter-visible-calendar): Use dolist.
2096         (holiday-sexp): Replace append with list.
2097         (holiday-filter-visible-calendar): Replace append with push.
2099         * woman.el: Remove spurious * in docstrings.
2100         (woman-mini-help, woman-non-underline-faces, woman0-rename)
2101         (woman-topic-all-completions-merge, woman-file-name-all-completions)
2102         (woman-select-symbol-fonts, woman-expand-directory-path): Use dolist.
2103         (woman-write-directory-cache, woman-display-extended-fonts)
2104         (WoMan-log-begin, WoMan-log-1): Use with-current-buffer.
2105         (woman-really-find-file): Use pop-to-buffer if switch-to-buffer fails.
2106         (woman-mode): Use inhibit-read-only.
2107         (woman-negative-vertical-space): Use dotimes.
2108         (woman2-tagged-paragraph, woman-tab-to-tab-stop): Use insert-char.
2110 2007-09-06  Romain Francoise  <romain@orebokech.com>
2112         * vc-bzr.el (vc-bzr-admin-lastrev): New defconst.
2113         (vc-bzr-workfile-version): Use it.
2115 2007-09-06  Sean O'Rourke  <sorourke@cs.ucsd.edu>
2117         * complete.el (PC-do-completion): Don't try to treat
2118         empty string as an abbreviation.
2120 2007-09-06  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
2122         * help-fns.el (describe-variable): Keep doc's text properties.
2124 2007-09-06  Dan Nicolaescu  <dann@ics.uci.edu>
2126         * vc.el (vc-default-diff-tree): Pass a list to the diff vc command
2127         instead of a file.
2129 2007-09-06  Glenn Morris  <rgm@gnu.org>
2131         * emacs-lisp/checkdoc.el (checkdoc-minor-mode-string): New.
2132         (checkdoc-minor-mode): Allow user to specify lighter via
2133         checkdoc-minor-mode-string.
2135 2007-09-05  Richard Stallman  <rms@gnu.org>
2137         * startup.el (fancy-startup-text): Rename from fancy-splash-text.
2138         Several items removed, simplified, or put on one line.
2139         (fancy-about-text): Add substantial contents, part of startup text.
2140         (fancy-splash-head): Make "GNU" or "GNU/Linux" a link.
2141         (normal-splash-screen): Call normal-mouse-startup-screen,
2142         normal-no-mouse-startup-screen, or normal-about-screen.
2143         (normal-mouse-startup-screen): New fn, broken out, shortened.
2144         (normal-no-mouse-startup-screen): New fn, broken out.
2145         (normal-about-screen): New function, contents all new.
2147 2007-09-05  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
2149         * emacs-lisp/rx.el (rx): Fix typo in docstring.
2151 2007-09-05  Glenn Morris  <rgm@gnu.org>
2153         * cus-edit.el (custom-buffer-create-internal): Check tool-bar-mode
2154         is bound.
2156 2007-09-05  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
2158         * emacs-lisp/advice.el (ad-make-advised-docstring): Highlight note
2159         in doc string.
2161 2007-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
2163         * server.el (server-start, server-unload-hook): Undo previous change.
2165         * xt-mouse.el: Undo previous change.
2167 2007-09-04  Juri Linkov  <juri@jurta.org>
2169         * startup.el (fancy-about-text): New variable.
2170         (fancy-splash-delay, fancy-splash-max-time): Remove user options.
2171         (fancy-current-text, fancy-splash-stop-time)
2172         (fancy-splash-outer-buffer): Remove variables.
2173         (fancy-splash-head, fancy-splash-tail): Add new optional argument
2174         `startup' and use it to conditionally display different texts for
2175         Startup and About screens.  Don't display Help commands on the About
2176         screen.
2177         (fancy-splash-screens-1): Remove function and move its content to
2178         `fancy-splash-screens' to the part that dislpays the About screen.
2179         (exit-splash-screen): Don't treat specially exiting from
2180         alternating screens.
2181         (fancy-splash-screens): Rename argument `static' to `startup'.
2182         Fix docstring.  Remove code for displaying alternating screens.
2183         Use arg `startup' in calls to `fancy-splash-head', `fancy-splash-tail'.
2184         Remove let-bind for `fancy-splash-outer-buffer' and add let-bind
2185         for `inhibit-read-only'.
2186         (normal-splash-screen): Rename argument `static' to `startup'.
2187         Fix docstring.  Use argument `startup' to conditionally display
2188         different texts for Startup and About screens.  Don't display Help
2189         commands on the About screen.  Remove `unwind-protect' `sit-for'
2190         delay and `kill-buffer' after it.
2191         (display-startup-echo-area-message): Remove call to
2192         `use-fancy-splash-screens-p' because image.el is preloaded and
2193         doesn't display "Loading image... done".
2194         (display-splash-screen): Rename argument `static' to `startup'.
2195         Fix docstring.
2197 2007-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
2199         * server.el (server-start, server-unload-hook):
2200         suspend-tty-functions has been renamed to suspend-tty-hook.
2202         * xt-mouse.el: Likewise. resume-tty-functions has been renamed to
2203         resume-tty-hook.
2205 2007-09-03  Emanuele Giaquinta  <e.giaquinta@glauco.it>  (tiny change)
2207         * loadup.el: Fix merge problem, only load "button" once.
2209 2007-09-03  Glenn Morris  <rgm@gnu.org>
2211         * vc-svn.el (vc-svn-print-log): If there is only one file, use
2212         "Working file:" as the prefix, for the sake of
2213         log-view-current-file.
2215 2007-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
2217         * term/xterm.el (xterm-modify-other-keys-terminal-list): New variable.
2218         (xterm-turn-on-modify-other-keys): Only turn on modify-other-keys
2219         if the selected frames is in
2220         xterm-modify-other-keys-terminal-list.
2221         (xterm-turn-off-modify-other-keys): Add an optional frame
2222         parameter.  Only turn off modify-other-keys if FRAME is in
2223         xterm-modify-other-keys-terminal-list.
2224         (xterm-remove-modify-other-keys): New function.
2225         (terminal-init-xterm): Use it.  Deal with delete-frame hook.
2226         Add the selected frame to xterm-modify-other-keys-terminal-list.
2228 2007-09-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2230         * term/x-win.el (x-gtk-stock-map): Map diropen to system-file-manager.
2231         (icon-map-list): New variable.
2232         (x-gtk-map-stock): Use icon-map-list.
2234 2007-09-02  Romain Francoise  <romain@orebokech.com>
2236         * log-view.el (log-view-current-file): Balance parens.
2238 2007-09-02  Glenn Morris  <rgm@gnu.org>
2240         * comint.el (comint-mode): Don't set scroll-conservatively.
2242         * eshell/em-unix.el (eshell/time): Stringify and flatten the
2243         non-command arguments.
2245         * log-view.el (log-view-current-file): Give a more explicit error
2246         if log-view-file-re fails to find a match.
2248 2007-09-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
2250         * emacs-lisp/bytecomp.el (byte-recompile-directory):
2251         Fix bug: Don't expand top-level file name more than once.
2252         Reported by Dmitry Antipov <dmantipov@yandex.ru>.
2254 2007-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2256         * server.el (server-process-filter): Don't display the splash screen.
2257         It's annoying enough on the initial screen and becomes positively
2258         obnoxious here.
2260 2007-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2262         * emacs-lisp/avl-tree.el: Use defstruct rather than macros.
2263         Change naming to use "avl-tree--" for internal functions.
2265 2007-08-31  Dan Nicolaescu  <dann@ics.uci.edu>
2267         * term/x-win.el (x-menu-bar-open): Delete duplicated function from
2268         the merge.
2269         (global-set-key): Delete f10 mapping, now done in menu-bar.el.
2270         (provide): Move to the end of file.
2272         * vc-svn.el (vc-svn-diff-tree): Pass a list to vc-svn-diff.
2274 2007-08-31  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
2276         * textmodes/flyspell.el (flyspell-mark-duplications-exceptions):
2277         New variable.  List of exceptions for the duplicated word rule.
2278         (flyspell-mark-duplications-flag): Mention it.
2279         (flyspell-word): Treat it.
2281         * files.el (create-file-buffer): If the filename sans directory starts
2282         with spaces, remove them.
2284 2007-08-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2286         * term/x-win.el (x-gtk-stock-map): Add etc/images to keys.
2287         (x-gtk-map-stock): Use two directory elements when matching
2288         file name.
2290 2007-08-31  James Wright  <james@chumsley.org>
2292         * eshell/em-unix.el (eshell/info): New function.
2294 2007-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2296         * frame.el (frame-initialize, make-frame):
2297         * server.el (server-process-filter):
2298         * faces.el (tty-set-up-initial-frame-faces): Don't set
2299         term-environment-variable since it's not used any more.
2301         * env.el (setenv): Don't treat $TERM specially.
2303         * startup.el (normal-top-level): Set $TERM to `dumb' so that unless
2304         stated otherwise, subprocesses do not send back escape sequences
2305         corresponding to the terminal from which Emacs was started.
2307 2007-08-31  Thien-Thi Nguyen  <ttn@gnuvola.org>
2309         * calculator.el: Require cl for compilation.
2311 2007-08-30  Daniel Pfeiffer  <occitan@esperanto.org>
2313         * outline.el (outline-font-lock-levels): Comment out unused var.
2314         (outline-font-lock-face): Wrap around face list to handle any
2315         nesting depth gracefully.
2317 2007-08-30  Michael Albinus  <michael.albinus@gmx.de>
2319         * net/ange-ftp.el: Add ange-ftp property to `set-file-modes' and
2320         `set-file-times'.
2322 2007-08-30  Carsten Dominik  <dominik@science.uva.nl>
2324         * textmodes/org.el (org-export-visible): Fix drawers before export.
2325         (org-do-sort): Allow sorting by priority.
2326         (org-agenda-files): Ignore non-existing files.
2327         (org-agenda-skip-unavailable-files): New variable.
2328         (org-ellipsis): All a face as value.
2329         (org-mode): Interprete the face value of `org-ellipsis'.
2330         (org-archive-save-context-info): New option.
2331         (org-archive-subtree): Store context info in archived entry.
2332         (org-fast-tag-selection-can-set-todo-state): New variable.
2333         (org-fast-tag-selection): Allow setting TODO states through this
2334         interface.
2335         (org-cycle): Docstring updated.
2336         (org-todo-keyword-faces): New option.
2337         (org-get-todo-face): New function.
2338         (org-set-font-lock-defaults, org-agenda-highlight-todo):
2339         Use `org-get-todo-face'.
2340         (org-switch-to-buffer-other-window): New function.
2341         (org-table-edit-field, org-table-show-reference)
2342         (org-table-edit-formulas, org-add-log-note)
2343         (org-fast-tag-selection, org-agenda, org-prepare-agenda)
2344         (org-timeline): Use `org-switch-to-buffer-other-window' instead of
2345         `switch-to-buffer-other-window' to make sure that the temporary
2346         windows show up on the current frame.
2347         (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
2348         (org-get-entries-from-diary, org-replace-region-by-html):
2349         Don't allow pop-up frames.
2350         (org-agenda-get-deadlines, org-agenda-get-scheduled):
2351         Fix problems with time-of-day.
2352         (org-export-get-title-from-subtree): New function.
2353         (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
2354         with listing items that are DONE.
2355         (org-change-tag-in-region): New command.
2356         (org-agenda-skip-scheduled-if-done)
2357         (org-agenda-skip-deadline-if-done): Docstring clarified.
2358         (org-mode): Hide drawers on startup.
2359         (org-get-todo-face): New function.
2360         (org-todo-keyword-faces): New option.
2361         (org-set-regexps-and-options): Use `org-remove-keyword-keys'.
2362         (org-remove-keyword-keys): New function.
2364 2007-08-30  Jari Aalto  <jari.aalto@cante.net>  (tiny change)
2366         * progmodes/grep.el (grep-find-ignored-directories):
2367         Add monotone _MTN bookkeeping directory in workspaces.
2368         Add RCS control directory.  List items in alphabetical order.
2370         * progmodes/grep.el (grep-files-aliases): Add cc alias.
2371         Sort items in alphabetical order.  Fix parens.
2373 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
2375         * vc-hg.el (vc-hg-extra-menu-map): New variable.
2376         (vc-hg-extra-menu, vc-hg-outgoing, vc-hg-incoming, vc-hg-push)
2377         (vc-hg-pull): New functions.
2378         (vc-hg-outgoing-mode, vc-hg-incoming-mode): New derived modes.
2380         * term/mac-win.el: Don't require url, only autoloaded url
2381         functions are used in this file.
2383 2007-08-29  Andreas Schwab  <schwab@suse.de>
2385         * shell.el (shell): Return correct value from interactive spec.
2387 2007-08-29  Glenn Morris  <rgm@gnu.org>
2389         * version.el (emacs-version): Increase to 23.0.50.
2391 2007-08-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2393         * term/x-win.el (x-gtk-stock-map): :version changed to 23.1.
2395 2007-08-29  Juri Linkov  <juri@jurta.org>
2397         * loadup.el: Add "button" loading after "faces" and move "startup"
2398         to load after "button".
2400 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
2402         * loadup.el: Load term/mac-win on a Mac using Carbon.
2404         * term/mac-win.el: Provide mac-win.
2405         (mac-initialized): New variable.
2406         (mac-initialize-window-system): New function.  Move global setup here.
2407         (handle-args-function-alist, frame-creation-function-alist):
2408         (window-system-initialization-alist): Add mac entries.
2409         (x-setup-function-keys): New function containing all the
2410         top level function key definitions.
2412         * term/x-win.el (x-menu-bar-open): Use accelerate-menu.
2414         * env.el (read-envvar-name): Don't consider the environment frame param.
2416         * env.el (setenv):
2417         * frame.el (frame-initialize, make-frame):
2418         * faces.el (tty-set-up-initial-frame-faces):
2419         * server.el (server-process-filter): Set
2420         display-environment-variable and term-environment-variable.
2422         * server.el (server-process-filter): Set COLORFGBG and COLORTERM.
2424 2007-08-29  Jason Rumney  <jasonr@gnu.org>
2426         * loadup.el: Only load term/x-win when X is compiled in.
2427         Load term/w32-win and dependencies on windows-nt.
2429         * term/w32-win.el: Reorder to match x-win.el more closely.
2430         Provide w32-win.  Don't throw error when global window-system not w32.
2431         (internal-face-interactive): Remove obsolete function.
2432         (x-setup-function-keys): Use local-function-key-map.
2433         (w32-initialized): New variable.
2434         (w32-initialize-window-system): Set it.
2435         Move more global setup here.
2436         (x-setup-function-keys): New function.
2437         (w32-initialize-window-system): Move non function key global setup here.
2438         (x-cut-buffer-max): Remove.
2439         (w32-initialize-window-system): New function.
2440         (handle-args-function-alist, frame-creation-function-alist):
2441         (window-system-initialization-alist): Add w32 entries.
2443 2007-08-29  David Kastrup  <dak@gnu.org>
2445         * env.el (getenv): Pass frame to getenv-internal.
2447 2007-08-29  Karoly Lorentey  <lorentey@elte.hu>
2449         * version.el (emacs-version): Show if multi-tty is present.
2451         * loadup.el: Delay loading env; mule-conf gets confused by cl
2452         during bootstrap.  Also load termdev and term/x-win.
2454         * bindings.el (mode-line-client): New variable.
2455         (help-echo): Add it to the default mode-line format.
2457         * cus-start.el: Remove bogus window-system reference from GTK test.
2459         * ebrowse.el (ebrowse-electric-list-mode-map)
2460         (ebrowse-electric-position-mode-map):
2461         * ebuff-menu.el (electric-buffer-menu-mode-map):
2462         * echistory.el (electric-history-map): Bind C-z to `suspend-frame',
2463         not `suspend-emacs'.
2465         * ediff-wind.el (ediff-setup-windows-automatic): New function.
2466         (ediff-window-setup-function): Use it as default.
2468         * files.el (save-buffers-kill-terminal): New function.
2469         (ctl-x-map): Change binding of C-x C-c to save-buffers-kill-terminal.
2471         * font-lock.el (lisp-font-lock-keywords-2): Add `let-environment'
2472         and `with-selected-frame'.
2474         * help-fns.el (describe-variable): Describe frame-local variables
2475         correctly.
2477         * simple.el (normal-erase-is-backspace-mode): Rewrite for multiple
2478         display support.
2479         (normal-erase-is-backspace-setup-frame): New function.
2481         * subr.el (with-selected-frame): New function.
2482         (read-quoted-char): Use terminal-local binding of
2483         local-function-key-map instead of function-key-map.
2485         * talk.el (talk): New function.
2486         (talk-handle-delete-frame): New function.
2487         (talk-add-display): Open a new frame only if FRAME was not a frame.
2489         * termdev.el: New file.
2491         * menu-bar.el (menu-bar-open): New function.  Bind it to f10.
2492         * term/x-win.el: Don't bind f10.
2493         * tmm.el: Remove autoload binding for f10.
2495         * international/encoded-kb.el (encoded-kbd-setup-display): Use
2496         `set-input-meta-mode'.  Fix broken condition before set-input-mode.
2497         Store the saved input method as a terminal parameter.  Add keymap
2498         parameter.  Use it instead of changing key-translation-map directly.
2499         (saved-key-translation-map, encoded-kbd-mode, saved-input-mode):
2500         Remove.
2501         (encoded-kbd-setup-display): New function.
2503         * international/mule-cmds.el (set-locale-environment): Fix getenv
2504         call.  Use save-buffers-kill-terminal.  Ignore window-system; always
2505         set the keyboard coding system.  Add DISPLAY parameter.
2506         (set-display-table-and-terminal-coding-system): Add DISPLAY
2507         parameter.  Pass it to set-terminal-coding-system.
2509         * international/mule.el (keyboard-coding-system): Test for
2510         encoded-kbd-setup-display, not encoded-kbd-mode.
2511         (set-terminal-coding-system, set-keyboard-coding-system): Add
2512         DISPLAY parameter.
2513         (set-keyboard-coding-system): Use encoded-kbd-setup-display.
2515         * term/README: Update.
2517         * term/linux.el (terminal-init-linux): Use `set-input-meta-mode'.
2519         * term/x-win.el (x-setup-function-keys): New function.  Move
2520         function-key-map tweaks here.  Protect against multiple calls on
2521         the same terminal.  Use terminal-local binding of
2522         local-function-key-map instead of function-key-map.
2523         (x-initialize-window-system): Make a copy of pure list.  Pass a
2524         frame getenv.
2526         * term/vt200.el, term/vt201.el, term/vt220.el, term/vt240.el:
2527         * term/vt300.el, term/vt320.el, term/vt400.el, term/vt420.el:
2528         * term/AT386.el, term/internal.el, term/iris-ansi.el, term/lk201.el:
2529         * term/mac-win.el, term/news.el, term/rxvt.el, term/sun.el:
2530         * term/tvi970.el, term/wyse50.el: Use terminal-local binding of
2531         local-function-key-map instead of function-key-map.
2533         * term/rxvt.el, term/xterm.el: Speed up load time by protecting
2534         `substitute-key-definition' and `define-key' calls against
2535         multiple execution.  Use terminal-local binding of
2536         local-function-key-map instead of function-key-map.  Pass a frame
2537         to getenv.
2539         * edmacro.el (edmacro-format-keys):
2540         * emulation/cua-base.el (cua--pre-command-handler):
2541         * isearch.el (isearch-other-meta-char):
2542         * xt-mouse.el: Use terminal-local binding of
2543         local-function-key-map instead of function-key-map.
2545         * fringe.el (set-fringe-mode): Simplify and fix using
2546         `modify-all-frames-parameters'.
2547         * scroll-bar.el (set-scroll-bar-mode): Ditto.
2548         * tool-bar.el (tool-bar-mode): Ditto.  Remove 'tool-bar-map length
2549         check before calling `tool-bar-setup'.
2550         (tool-bar-setup): New variable.
2551         (tool-bar-setup): Use it to guard against multiple calls.  Add
2552         optional frame parameter, and select that frame before adding items.
2553         (toggle-tool-bar-mode-from-frame): New function.
2555         * menu-bar.el (toggle-menu-bar-mode-from-frame): New function.
2556         (menu-bar-showhide-menu): Use toggle-menu-bar-mode-from-frame and
2557         toggle-tool-bar-mode-from-frame to change "Menu-bar" and
2558         "Tool-bar" toggles to reflect the state of the current frame.
2559         (menu-bar-mode): Simplify and fix using `modify-all-frames-parameters'.
2561         * env.el: Require cl for byte compilation (for `block' and `return').
2562         (environment, setenv-internal): New functions.
2563         (let-environment): New macro.
2564         (setenv, getenv): Add optional terminal parameter.  Update docs.
2565         (setenv): Use setenv-internal.  Always set process-environment.
2566         Handle `local-environment-variables'.
2567         (read-envvar-name, setenv, getenv): Use frame parameters
2568         to store the local environment, not terminal parameters.  Include
2569         `process-environment' as well.
2571         * faces.el (tty-run-terminal-initialization): New function.
2572         (tty-create-frame-with-faces): Use it.  Set up faces and
2573         background mode only after the terminal has been initialized.
2574         Call terminal-init-*.  Don't load the initialization file more
2575         than once.  Call set-locale-environment.
2576         (frame-set-background-mode): Handle the 'background-mode terminal
2577         parameter.
2578         (tty-find-type): New function.
2579         (x-create-frame-with-faces): Remove bogus check for
2580         first frame.  Call `tool-bar-setup'.  Don't make frame visible
2581         until we are done setting up all its parameters.  Call
2582         x-setup-function-keys.
2584         * frame.el (make-frame): Always inherit 'environment and 'client
2585         parameters.  Set up the 'environment frame parameter, when needed.
2586         Also inherit 'client parameter.  Don't override explicitly
2587         specified values with inherited ones.  Add 'terminal frame
2588         parameter.  Append window-system-default-frame-alist to parameters
2589         before calling frame-creation-function.
2590         (frame-initialize): Copy the environment from the initial frame.
2591         (window-system-default-frame-alist): Enhance doc string.
2592         (frame-notice-user-settings): Don't put 'tool-bar-lines in
2593         `default-frame-alist' when initial frame is on a tty.
2594         (modify-all-frames-parameters): Simplify using `assq-delete-all'.
2595         Remove specified parameters from `window-system-default-frame-alist'.
2596         (make-frame-on-tty, framep-on-display, suspend-frame):
2597         Extend doc string, update parameter names.
2598         (frames-on-display-list): Use terminal-id to get the display id.
2599         (frame-notice-user-settings): Extend to apply
2600         settings in `window-system-default-frame-alist' as well.
2601         (terminal-id, terminal-parameters, terminal-parameter)
2602         (set-terminal-parameter, terminal-handle-delete-frame): New functions.
2603         (delete-frame-functions): Add to `delete-frame-functions' hook.
2604         (blink-cursor-mode): Adapt blink-cursor-mode default
2605         value from startup.el.
2606         (make-frame-on-display): Protect condition on x-initialized when
2607         x-win.el is not loaded.  Update doc.
2608         (suspend-frame): Use display-controlling-tty-p to decide between
2609         suspend-emacs and suspend-tty.
2610         (frames-on-display-list): Update for display ids.
2611         (framep-on-display): Ditto.
2612         (suspend-frame): Use display-name, not frame-tty-name.
2613         (selected-terminal): New function.
2615         * server.el: Use `device' instead of `display' or `display-id' in
2616         variable and client parameter names.
2617         (server-select-display): Remove (unused).
2618         (server-tty-live-p, server-handle-delete-tty): Remove.
2619         (server-unquote-arg, server-quote-arg, server-buffer-clients):
2620         Update docs.
2621         (server-getenv-from, server-with-environment, server-send-string)
2622         (server-save-buffers-kill-terminal): New functions.
2623         (server-delete-client): Handle quits in kill-buffer.  Don't kill
2624         modified buffers.  Add extra logging.  Delete frames after
2625         deleting the tty.  Clear 'client parameter before deleting a frame.
2626         Use delete-display, not delete-tty.
2627         (server-visit-files): Don't set `server-existing-buffer' if the
2628         buffer already has other clients.  Return list of buffers
2629         created.  Update doc.  Don't set client-record when nowait.
2630         (server-handle-delete-frame): Delete the client if this was its
2631         last frame.  Check that the frame is alive.  Remove bogus comment.
2632         Add note on possible race condition.  Delete tty clients, if needed.
2633         (server-handle-suspend-tty): Use server-send-string.  Kill the
2634         client in case of errors from process-send-string.  Use the display
2635         parameter.
2636         (server-unload-hook): Remove obsolete delete-tty hook.
2637         (server-start): Ask before restarting if the old server still has
2638         clients.  Add feedback messages.  Remove obsolete delete-tty hook.
2639         (server-process-filter): Use server-send-string.  Accept `-dir'
2640         command.  Switch to *scratch* immediately after creating the frame,
2641         before evaluating any -evals.  Protect `display-splash-screen'
2642         call in a condition-case.  Explain why.  Call
2643         `display-startup-echo-area-message' before
2644         `display-splash-screen'.  Don't display the splash screen when no
2645         frame was created.  Show the Emacs splash screen and startup echo
2646         area message.  Display the *scratch* buffer by default.  Store the
2647         local environment in a frame (not terminal) parameter.  Do not try
2648         to decode environment strings.  Fix reference to the 'display
2649         frame parameter.  Change syntax of environment variables.  Put
2650         environment into terminal parameters, not client parameters.  Use
2651         a dummy client with --no-wait's X frames.  In `-position LINE'
2652         handler, don't ruin the request string until the line number is
2653         extracted.  Log opened files.  Handle -current-frame command.
2654         Don't create frames when it is given.  Don't bind X frames to the
2655         client when we are in -no-wait mode.  Set locale environment
2656         variables from client while creating tty frames.  Disable call to
2657         configure-display-for-locale.  When processing -position command,
2658         don't change the request string until the parameters are
2659         extracted.  Don't try to create an X frame when Emacs does not
2660         support it.  Improve logging.  Temporarily set ncurses-related
2661         environment variables to those of the client while creating a new
2662         tty frame.  Select buffers opened by nowait clients, don't leave
2663         them buried under others.  Set the display parameter, and use it
2664         when appropriate.
2666         * startup.el (display-startup-echo-area-message): Handle
2667         `inhibit-startup-echo-area-message' here.
2668         (command-line-1): Moved from here.
2669         (fancy-splash-screens): Use `overriding-local-map' instead of
2670         `overriding-terminal-local-map' for now; the latter doesn't work
2671         right, it looses keypresses to another terminal.  Use
2672         `overriding-terminal-local-map' to set up keymap.  Install a
2673         `delete-frame-functions' hook to catch `delete-frame' events.
2674         Ignore `select-window' events to cope better with
2675         `focus-follows-mouse'.  Don't switch back to the original buffer
2676         if the splash frame has been killed.  Restore previous buffer, even
2677         if it's *scratch*.
2678         (normal-splash-screen): Don't let-bind `mode-line-format'; it
2679         changes the global binding - setq it instead.  Use
2680         `save-buffers-kill-terminal'.
2681         (display-splash-screen): Don't do anything if the splash screen is
2682         already displayed elsewhere.
2683         (fancy-splash-exit, fancy-splash-delete-frame): New functions.
2684         (command-line): Replace duplicated code with a call to
2685         tty-run-terminal-initialization.  Don't load the terminal
2686         initialization file more than once.  Remove call to nonexistent
2687         function `set-locale-translation-file-name'.
2689         * xt-mouse.el (xterm-mouse-x, xterm-mouse-y): Convert to terminal
2690         parameters.
2691         (xterm-mouse-position-function, xterm-mouse-event): Update.
2692         (xterm-mouse-mode): Don't depend on current value of window-system.
2693         (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
2694         Update for multi-tty.
2695         (turn-on-xterm-mouse-tracking-on-terminal)
2696         (turn-off-xterm-mouse-tracking-on-terminal)
2697         (xterm-mouse-handle-delete-frame): New functions.
2698         (delete-frame-functions, after-make-frame-functions)
2699         (suspend-tty-functions, resume-tty-functions): Install extra hooks
2700         for multi-tty.
2702 2007-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2704         * simple.el (invisible-p): Remove: implemented in C now.
2705         (line-move-invisible-p): Remove obsolete alias.
2707 2007-08-28  Juri Linkov  <juri@jurta.org>
2709         * image-mode.el (image-type): New variable.
2710         (image-mode): Set default major mode name to "Image[text]".
2711         (image-minor-mode): Change LIGHTER to display image-type in the
2712         mode line.
2713         (image-minor-mode): Set default image-type to "text".
2714         (image-toggle-display): After switching to text mode, set
2715         image-type to "text" and major mode name to "Image[text]".
2716         After switching to image mode, set image-type to actual image
2717         type, and add image type to major mode name.  Let-bind the same
2718         variable names as arguments of `image-type' and `create-image'.
2719         Bind `type' to the result of `image-type' and use it as arg
2720         of `create-image' to not determine the image type twice.
2722 2007-08-28  Michael Albinus  <michael.albinus@gmx.de>
2724         * net/tramp.el (tramp-handle-set-file-times): Flush the file properties.
2725         (tramp-set-file-uid-gid, tramp-get-local-uid)
2726         (tramp-get-local-gid): New defuns.
2727         (tramp-handle-copy-file): Handle new parameter PRESERVE-UID-GID.
2728         (tramp-do-copy-or-rename-file): New parameter PRESERVE-UID-GID.
2729         Improve fast track.
2730         (tramp-do-copy-or-rename-file-directly): Sync parameter list with
2731         the other tramp-do-copy-or-rename-file-* functions.  Major rewrite.
2732         (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
2733         (tramp-handle-write-region): Improve fast track.
2734         (tramp-handle-file-remote-p): IDENTIFICATION can also be `localname'.
2735         (tramp-maybe-open-connection): Let `process-adaptive-read-buffering'
2736         be nil.
2738 2007-08-28  Ivan Kanis  <apple@kanis.eu>
2740         * time.el: New feature to display several time zones in a buffer.
2741         (display-time-world-mode, display-time-world-display)
2742         (display-time-world, display-time-world-timer): New functions.
2743         (display-time-world-list, display-time-world-time-format)
2744         (display-time-world-buffer-name, display-time-world-timer-enable)
2745         (display-time-world-timer-second, display-time-world-mode-map):
2746         New variables.
2748 2007-08-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2750         * term/x-win.el (x-gtk-stock-map): New variable.
2751         (x-gtk-map-stock): New function.
2753         * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
2754         prev/next-node.
2756 2007-08-28  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>  (tiny change)
2758         * play/gamegrid.el (gamegrid-init): Set line-spacing to 0.
2760 2007-08-28  Glenn Morris  <rgm@gnu.org>
2762         * progmodes/cc-langs.el (c-constant-kwds): Add java: null, true, false.
2764 2007-08-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
2766         * progmodes/modula2.el (m2-definition, m2-module):
2767         Don't use previous-line.  Reported by T. V. Raman.
2769 2007-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2771         * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
2772         argument to tool-bar-mode call.
2774 2007-08-27  Glenn Morris  <rgm@gnu.org>
2776         * diff-mode.el (diff-find-file-name): Only accept regular files,
2777         to rule out /dev/null, directories, etc.
2779         * vc-svn.el (vc-svn-diff): If the repository version of all the
2780         files is the same as the specified OLDVERS, do a local diff.
2782 2007-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2784         * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
2785         of buffers in uniquify-managed.
2787         * simple.el (invisible-p): Rename from text-invisible-p.
2788         Update callers.
2790 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2792         * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
2793         (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
2794         (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
2795         (cperl-etags-goto-tag-location): Use new style backquotes.
2797         * net/browse-url.el: Remove spurious * in custom docstrings.
2798         (browse-url-filename-alist): Use new-style backquote.
2800         * emacs-lisp/backquote.el (backquote-unquote-symbol)
2801         (backquote-splice-symbol): Clarify they're not new-style unquotes.
2803         * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
2804         (\,@): Backslash the , and ,@ which are not new-style unquotes.
2806         * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
2808         * net/socks.el (socks-username/password-auth-filter):
2809         Remove unused vars `state' and `desired-len'.
2810         (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
2811         (socks-wait-for-state-change): Use new-style backquotes.
2813         * pcvs.el (cvs-mode-status): Fix long-standing typo.
2815         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
2816         backquotes after each `read' rather than once per buffer.
2818         * dframe.el: Remove spurious * in custom docstrings.
2819         (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
2820         (dframe-xemacs20p): Remove, inline at the sole use point.
2821         (defface): Don't defvar the face, don't use old-style backquote.
2822         (defcustom): Don't use old-style backquote.
2823         (dframe-frame-parameter, dframe-mouse-event-p):
2824         Make it obvious that it's always defined.
2825         (dframe-popup-kludge): New function to replace
2826         dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
2827         (dframe-frame-mode, dframe-set-timer-internal)
2828         (dframe-mouse-set-point): Remove use of with-no-warnings from
2829         XEmacs-specific code.
2830         (dframe-set-timer-internal): Fix very old bug with
2831         post-command-idle-hook.
2833         * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
2835 2007-08-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
2837         * emacs-lisp/avl-tree.el: New file.
2839 2007-08-26  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
2841         * hi-lock.el (hi-lock-unface-buffer): Show a x-menu only if the mouse
2842         was used.
2844 2007-08-26  Sean O'Rourke  <seano@cs.ucsd.edu>
2846         * complete.el (PC-do-completion): Make RET accept a non-unique but
2847         complete expansion again.
2849 2007-08-26  Thien-Thi Nguyen  <ttn@gnuvola.org>
2851         * eshell/esh-opt.el (eshell-eval-using-options):
2852         Add debug declaration.
2854 2007-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
2856         * log-view.el (log-view-toggle-mark-entry): Add docstring.
2857         (log-view-get-marked): Likewise.
2859         * vc-hooks.el (vc-registered): Use mapc instead of mapcar.
2860         (vc-delete-automatic-version-backups): Likewise.
2862         * vc.el (vc-dired-buffers-for-dir): Likewise.
2864 2007-08-25  Dan Nicolaescu  <dann@ics.uci.edu>
2866         * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
2867         safe-local-variable setting.
2868         * progmodes/perl-mode.el (perl-indent-level): Likewise.
2870         * log-view.el (log-view-marked-list): Delete variable.
2871         (log-view-mode): Don't use it.
2872         (log-view-toggle-mark-entry): Likewise, simplify.
2873         (log-view-current-tag): Don't return properties.
2874         (log-view-get-marked): New function.
2876 2007-08-25  Alexandre Julliard  <julliard@winehq.org>
2878         * vc-git.el (vc-git-mode-line-string): New function.
2880 2007-08-25  Alan Mackenzie  <acm@muc.de>
2882         * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
2883         new language variable.
2885         * progmodes/cc-engine.el (c-brace-anchor-point): new function.
2886         (c-add-stmt-syntax): Give accurate anchor points for "namespace",
2887         "extern" etc., rather than BOI.  Fix addition of spurious
2888         syntactic-symbol 'defun-block-intro, replacing it with
2889         'innamespace, etc.
2891 2007-08-25  Juri Linkov  <juri@jurta.org>
2893         * files.el (auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el.
2895         * image-mode.el: Add autoloads to put associations in auto-mode-alist:
2896         associate "\\.x[bp]m\\'" with c-mode and image-mode-maybe, and
2897         "\\.svgz?\\'" with xml-mode and image-mode-maybe.
2899         * image.el (image-type-header-regexps): Use more complex regexp for svg.
2900         (image-type-file-name-regexps): Add ("\\.svgz?\\'" . svg).
2901         (image-type-auto-detectable): Add (svg . maybe).
2903         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add .svgz
2904         to treat it like .tgz.
2906         * calendar/cal-bahai.el: Add file coding cookie.
2908 2007-08-25  Reiner Steib  <Reiner.Steib@gmx.de>
2910         * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
2911         Don't behave differently when executed via M-x.  Add doc string.
2913         * sort.el (sort-fold-case, sort-numeric-base): Mark as
2914         safe-local-variable.
2916 2007-08-25  Jay Belanger  <jay.p.belanger@gmail.com>
2918         * calc/calc-forms.el (var-TimeZone): Make nil explicitly
2919         the default value.
2920         (math-calendar-tzinfo): New variable.
2921         (math-get-calendar-tzinfo): New function.
2922         (calcFunc-tzone, calcFunc-dst): Use Emacs's calendar
2923         to get information when zone is nil.
2925 2007-08-24  Dan Nicolaescu  <dann@ics.uci.edu>
2927         * log-view.el (log-view-toggle-mark-entry): New function.
2928         (log-view-mode-map): Bind it.
2929         (log-view-marked-list): New variable.
2930         (log-view-mode): Make it local.
2932 2007-08-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
2934         * play/zone.el (zone-pgm-rat-race): New func.
2935         (zone-programs): Add `zone-pgm-rat-race'.
2937 2007-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2939         * emacs-lisp/byte-opt.el (byte-optimize-if): Don't presume `clause' is
2940         a list.
2942 2007-08-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
2944         * progmodes/hideshow.el (hs-match-data): Delete alias.
2945         (hs-hide-block-at-point, hs-find-block-beginning)
2946         (hs-show-block): Use `match-data' directly.
2948 2007-08-24  Martin Rudalics  <rudalics@gmx.at>
2950         * format.el (format-alist): Fix typo in doc-string.
2952 2007-08-24  Michael Albinus  <michael.albinus@gmx.de>
2954         * net/tramp.el (tramp-local-host-p): New defun.
2955         (tramp-handle-file-local-copy, tramp-handle-write-region):
2956         Implement fast track when being on the local host.
2957         (tramp-file-name-handler): Don't set "started" property.  It shall
2958         be reserved for the "ftp" method.
2959         (tramp-make-copy-program-file-name): Use `tramp-file-name-real-host'.
2961         * net/tramp-ftp.el (top): Autoload `tramp-set-connection-property'.
2962         (tramp-ftp-file-name-handler): Set "started" property.
2964 2007-08-24  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
2966         * files.el (backup-buffer-copy): Don't wrap delete in
2967         condition-case, only try to delete if file exists.
2969 2007-08-24  Glenn Morris  <rgm@gnu.org>
2971         * files.el (backup-buffer-copy): Revert 2007-08-22 change.
2973         * startup.el (tutorial-directory): Set with eval-at-startup so it
2974         gets the right value in an installed Emacs.
2976 2007-08-24  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
2978         * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): New face.
2979         (eldoc-highlight-function-argument): Use it.
2981 2007-08-23  Masatake YAMATO  <jet@gyve.org>
2983         * progmodes/cc-fonts.el (gtkdoc-font-lock-doc-comments): Highlight
2984         name of parameters in document body.
2986 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2988         * emacs-lisp/bytecomp.el (byte-compile-output-docform)
2989         (byte-compile-output-as-comment): Use with-current-buffer rather than
2990         a weird set-buffer&prog1 combination.
2992         * emacs-lisp/byte-opt.el (byte-optimize-if): Move `progn' out of the
2993         test so as to optimise cases where the `progn's result is constant.
2995 2007-08-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
2997         * locate.el (locate-get-file-positions):
2998         Use line-beginning-position and line-end-position.
3000 2007-08-23  John Wiegley  <johnw@newartisans.com>
3002         * calendar/cal-bahai.el: Added in the diacriticals that were
3003         missing for many of the month names.
3005 2007-08-22  Jason Rumney  <jasonr@gnu.org>
3007         * vc-hooks.el (vc-menu-map-filter): Reapply 2007-08-06 bugfix.
3009 2007-08-22  Chong Yidong  <cyd@stupidchicken.com>
3011         * image-mode.el (image-minor-mode): Use image-mode-text-map.
3013 2007-08-22  Sean O'Rourke  <sorourke@cs.ucsd.edu>
3015         * dabbrev.el (dabbrev--progress-reporter): New variable.
3016         (dabbrev--scanning-message): Delete func.
3017         (dabbrev--find-expansion): Use a progress reporter
3018         instead of dabbrev--scanning-message.
3020 2007-08-22  Michael Albinus  <michael.albinus@gmx.de>
3022         * comint.el (comint-exec-1): Raise an error if
3023         `start-file-process' does not return a process object.
3025         * shell.el (shell): Prompt for `default-directory' if it is a
3026         remote file name, and if called with a prefix arg.
3028 2007-08-22  Sam Steingold  <sds@gnu.org>
3030         * pcvs.el (cvs-vc-command-advice): Fix a typo in code (file->files).
3032 2007-08-22  Carsten Dominik  <dominik@science.uva.nl>
3034         * textmodes/org-export-latex.el: New file.
3036         * textmodes/org-publish.el (org-publish-org-to-latex): New function.
3038         * textmodes/org.el (org-agenda-skip): Allow a form for
3039         `org-agenda-skip-function'.
3040         (org-agenda-redo): Re-use local settings.
3041         (org-agenda): Store local settings.
3042         (org-agenda-deadline-faces): New option.
3043         (org-agenda-deadline-face): New function.
3044         (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
3045         entries on their due date.
3046         (org-agenda-get-timestamps): No longer handle the due dates of
3047         schedules and deadline items.
3048         (org-insert-link-global, org-open-at-point-global): New commands.
3049         (org-export-as-ascii): Call `org-cleaned-string-for-export' with a
3050         :for-ascii parameter.
3051         (org-skip-comments): Function removed.
3052         (org-cleaned-string-for-export): Handle special table lines.
3053         (org-global-properties): New option.
3054         (org-entry-get-with-inheritance): Check global properties.
3055         (org-local-properties): New variable.
3056         (org-set-regexps-and-options): Find the #+PROPERTY line.
3057         (org-link-types): Change type into variable (was constant).
3058         (org-make-link-regexps): New function.
3059         (org-link-re-with-space, org-link-re-with-space2)
3060         (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
3061         (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
3062         these regular expressions happens now in the function
3063         `org-make-link-regexps'.
3064         (org-store-link): Call the functions in
3065         `org-store-link-functions'.
3066         (org-add-link-type): New function.
3067         (org-store-link-functions): New variable.
3068         (org-activate-tags): Force matches to be in headlines.
3069         (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
3070         (org-columns-display-here): Make sure this works in a narrowed
3071         buffer by checking for point-min.
3072         (org-columns-display-here): Make the rest of the line intangible,
3073         so that point never can be there.
3074         (org-cleaned-string-for-export): Use `with-current-buffer'.
3075         (org-replace-region-by-html): Use `with-current-buffer'.
3076         (org-unfontify-region, org-do-occur, org-columns-display-here)
3077         (org-columns-remove-overlays, org-columns-quit)
3078         (org-columns-edit-value, org-columns-next-allowed-value)
3079         (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
3080         (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
3081         (org-agenda-todo, org-agenda-change-all-lines)
3082         (org-agenda-align-tags, org-agenda-priority)
3083         (org-agenda-set-tags, org-agenda-toggle-archive-tag)
3084         (org-agenda-show-new-time, org-cleaned-string-for-export)
3085         (org-export-grab-title-from-buffer)
3086         (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
3087         instead of `buffer-read-only'.
3088         (org-export-as-html): Set `coding-system-for-write'.
3089         (org-remember-store-without-prompt): New option.
3090         (org-archive-subtree): Fixed bug with modifying TODO keyword.
3091         (org-beginning-of-line): Also treat C-a special in items.
3092         (org-table-convert-refs-to-rc): Fixed problem with column
3093         reference after "..".
3094         (org-columns-compute): Don't mark buffer modified because of text
3095         properties.
3096         (org-batch-store-agenda-views): Use the variable
3097         `default-directory', not the function.
3098         (org-clock-out-if-current): Respect `org-clock-out-when-done'.
3099         (org-clock-out-when-done): New option.
3100         (org-html-entities): Added HTML entities for smileys.
3102 2007-08-22  Glenn Morris  <rgm@gnu.org>
3104         * image.el (create-image): Doc fix.
3106         * startup.el (tutorial-directory): New constant.
3107         (fancy-splash-text): Tutorials now in tutorial-directory.
3108         * tutorial.el (help-with-tutorial): Tutorials now in
3109         tutorial-directory.
3111 2007-08-22  Michael Albinus  <michael.albinus@gmx.de>
3113         * net/tramp.el (top): Require cl.el, when `copy-tree' is not available
3114         otherwise.
3115         (tramp-get-remote-path): New defun.  Replace occurrences of
3116         `tramp-default-remote-path' by this function.
3117         (tramp-set-remote-path): Move most of the code to
3118         `tramp-get-remote-path'.
3119         (tramp-get-ls-command, tramp-get-remote-id): Don't check for not
3120         existing directories, this is done already in
3121         `tramp-get-remote-path'.
3123 2007-08-22  Paul Pogonyshev  <pogonyshev@gmx.net>
3125         * image-file.el (image-file-name-extensions): Add "svg".
3126         * image.el (image-type-header-regexps): Add svg entry.
3128 2007-08-22  Glenn Morris  <rgm@gnu.org>
3130         * files.el (backup-buffer-copy): Check backup directory is
3131         writable, to avoid infloop deleting old backup.
3133         * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
3134         movemail related variables.
3135         (rmail-insert-inbox-text): Use only rmail-movemail-program, which
3136         will now be set before this is called.
3138 2007-08-21  Juri Linkov  <juri@jurta.org>
3140         * delsel.el (delete-selection-pre-hook):
3141         * emulation/cua-base.el (cua-paste): Use `mouse-region-match'
3142         instead of checking last-command.
3144 2007-08-21  Juri Linkov  <juri@jurta.org>
3146         * loadup.el: Preload "button".
3148 2007-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3150         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
3151         Add previous-line and next-line.
3153         * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
3154         (vc-arch-find-file-not-found-hook): Remove, it's now the default.
3156         * vc-hooks.el (vc-menu-entry): New var.
3157         (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
3158         (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
3159         (vc-menu-map): Declare and initialize in one step.
3160         (vc-menu-map-filter): Move&rename from menu-bar.el:menu-bar-vc-filter.
3162         * menu-bar.el (vc-menu-map): Don't setup any more.
3163         Instead, just create the proper spot in the menu.
3165 2007-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3167         * smerge-mode.el (smerge-resolve): New arg `safe'.
3168         (smerge-resolve-all, smerge-batch-resolve): New function.
3169         (smerge-refine): Make sure `diff' returns the expected result.
3170         (smerge-parsep-re): New const.
3171         (smerge-mode): Use it to adjust paragraph-separate.
3173         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
3174         Correctly match / regexp matchers as first char on a line when
3175         fontifying only that line.
3177         * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
3179 2007-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3181         * vc-bzr.el: Don't fiddle with vc-handled-backend.
3182         (vc-bzr-registered): Don't redundantly protect against
3183         file-error.  Actually use the format-specific code.
3184         (vc-bzr-buffer-nonblank-p): Remove.
3185         (vc-bzr-status): Change `kindchange' -> `kindchanged'.
3187 2007-08-20  Juri Linkov  <juri@jurta.org>
3189         * startup.el (fancy-splash-text): Change multiple tabs into one
3190         tab.  Remove "Useful File menu items" section (with "Exit Emacs"
3191         and "Recover Crashed Session").
3192         (fancy-splash-screens): Set tab-width to 22.
3193         (normal-splash-screen): Replace literal tabs with \t and
3194         fix whitespace.  Remove "Useful File menu items" section (with
3195         "Exit Emacs" and "Recover Crashed Session").
3197 2007-08-20  Johannes Weiner  <hannes@saeurebad.de>  (tiny change)
3199         * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
3200         extracted from `eval-last-sexp-1'.
3201         (eval-last-sexp-1): Call `preceding-sexp'.
3203 2007-08-20  Thien-Thi Nguyen  <ttn@gnuvola.org>
3205         * vc-rcs.el (vc-rcs-annotate-command):
3206         Fix bug introduced 2007-07-18T16:32:40Z!esr@snark.thyrsus.com:
3207         Add back :vc-annotate-prefix propertization.
3209 2007-08-20  Andreas Schwab  <schwab@suse.de>
3211         * mail/rmail.el (rmail-autodetect): Doc fix.
3213 2007-08-19  Juri Linkov  <juri@jurta.org>
3215         * startup.el (normal-splash-screen): Add more links.
3217 2007-08-19  Juri Linkov  <juri@jurta.org>
3219         * startup.el (splash-screen-keymap): Rename from `fancy-splash-keymap'
3220         because it's common to both types of splash screen: fancy and normal.
3221         Bind SPC to scroll-up, DEL to scroll-down and `q' to exit-splash-screen.
3222         (exit-splash-screen): Rename from `fancy-splash-quit'.
3223         Use `quit-window' instead of `kill-buffer'.
3224         (fancy-splash-head): Use make-button to insert GNU image link.
3225         (fancy-splash-screens, normal-splash-screen): Rename " About GNU
3226         Emacs" to "*About GNU Emacs*", and " GNU Emacs" to "*GNU Emacs*".
3227         (normal-splash-screen): Put "Browse manuals" on the same line with
3228         "Emacs manual".  Remove descriptions from "Useful tasks" and put
3229         all links in two columns on two lines.
3231 2007-08-19  Michael Kifer  <kifer@cs.stonybrook.edu>
3233         * viper.el (viper-remove-hooks): Remove some additional viper hooks
3234         when the user calls viper-go-away.
3235         (viper-go-away): Restore the default of default-major-mode.
3236         Save the value of default-major-mode before vaperization.
3238         * viper-cmd.el: Replace error "" with "Viper bell".
3240         * viper-ex.el: Replace error "" with "Viper bell".
3242         * ediff-util.el (ediff-make-temp-file): Use the coding system of the
3243         buffer for which file is created.
3245 2007-08-19  Glenn Morris  <rgm@gnu.org>
3247         * Makefile.in (custom-deps, finder-data, autoloads, recompile)
3248         (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
3249         than $(EMACS), so that EMACSLOADPATH is set.  Prevents any system
3250         shadow files messing up the compilation.
3252 2007-08-18  Glenn Morris  <rgm@gnu.org>
3254         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Add doc
3255         string.  Also apply eldoc-argument-case in the help-split-fundoc
3256         case.  Adapt for changed behavior of eldoc-function-argstring,
3257         eldoc-function-argstring-format, and
3258         eldoc-highlight-function-argument.
3259         (eldoc-highlight-function-argument): Handle nil INDEX argument,
3260         just call eldoc-docstring-format-sym-doc in that case.
3261         (eldoc-function-argstring): Change the behavior.  Now it converts
3262         an argument list to a string.
3263         (eldoc-function-argstring-format): Change the behavior.  Now it
3264         applies `eldoc-argument-case' to a string.
3266         * progmodes/scheme.el (scheme-mode-variables): Set
3267         font-lock-comment-start-skip.
3269 2007-08-18  Martin Rudalics  <rudalics@gmx.at>
3271         * progmodes/ada-mode.el (ada-create-syntax-table): Move
3272         set-syntax-table from here to ...
3273         (ada-mode): ... here.  Do not change global value of
3274         comment-multi-line.  Call new function
3275         ada-initialize-syntax-table-properties and add new function
3276         ada-handle-syntax-table-properties to font-lock-mode-hook.
3277         (ada-deactivate-properties, ada-initialize-properties): Replace
3278         by new functions ...
3279         (ada-handle-syntax-table-properties)
3280         (ada-initialize-syntax-table-properties)
3281         (ada-set-syntax-table-properties): ... to set up syntax-table
3282         properties uniformly, independently from whether font-lock-mode
3283         is enabled or not.  Handle read-only buffers and do not change
3284         undo-list when setting syntax-table properties.
3285         (ada-after-change-function): Use ada-set-syntax-table-properties.
3287 2007-08-18  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
3289         * progmodes/meta-mode.el (meta-indent-calculate-last): Remove.
3290         (meta-indent-current-nesting): Use a computation of the nesting
3291         instead.
3292         (meta-indent-current-indentation): Indentation is given according
3293         to nesting and if the previous line was finished or not.
3294         (meta-indent-unfinished-line): Tell if the current line ends with
3295         a finished expression.
3296         (meta-indent-looking-at-code): Like `looking-at', but checks if
3297         the point is in a string before.
3298         (meta-indent-level-count): Use it.  Don't count parenthesis as it's
3299         done in the nesting function.
3300         (meta-indent-in-string-p): Tell if the current point is in a
3301         string.
3302         (meta-indent-calculate): Treat b-o-b as a special case.  Use the
3303         previous functions.
3305 2007-08-17  Thien-Thi Nguyen  <ttn@gnuvola.org>
3307         * emacs-lisp/copyright.el (copyright-limit): New defsubst.
3308         (copyright-update-year, copyright-update)
3309         (copyright-fix-years): Use it.
3311 2007-08-17  Kimit Yada  <kimitto@gmail.com>  (tiny change)
3313         * emacs-lisp/copyright.el (copyright-update-year):
3314         Fix bug: Handle nil copyright-limit.
3316 2007-08-17  Jay Belanger  <jay.p.belanger@gmail.com>
3318         * calc/calc-units.el (math-standard-units): Give exact
3319         conversion for tsp.
3321         * calc/calc.el (math-bignum-digit-length): Compute the
3322         appropriate value.
3324         * calc/calc-bin.el (math-bignum-logb-digit-size)
3325         (math-bignum-digit-power-of-two):
3326         * calc/calc-comb.el (math-small-factorial-table):
3327         * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
3328         (math-approx-gamma-const):
3329         * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0)
3330         (math-besY1, math-bernoulli-b-cache):
3331         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
3332         Remove `eval-when-compile's.
3334 2007-08-17  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
3336         * progmode/cperl-mode.el (cperl-look-at-leading-count)
3337         (cperl-find-pods-heres): Fix an error when typing expressions like
3338         `s{a}{b}'.
3340 2007-08-17  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
3342         * mail/emacsbug.el (report-emacs-bug): Remove the last number of
3343         `emacs-version', use the topic prefix ``version; ''.  Make MS-DOS
3344         a special case (there's no build number).
3346 2007-08-17  T. V. Raman  <raman@users.sf.net>  (tiny change)
3348         * completion.el (symbol-under-point, symbol-before-point)
3349         (symbol-before-point-for-complete): Use buffer-substring-no-properties.
3351 2007-08-17  Glenn Morris  <rgm@gnu.org>
3353         * progmodes/compile.el (compilation-get-file-structure): Make use
3354         of the directory part when checking for an existing entry, to
3355         handle files with same basename in different directories.
3357 2007-08-17  Jay Belanger  <jay.p.belanger@gmail.com>
3359         * calc/calc.el (calc-language-alist): Add texinfo-mode.
3361 2007-08-16  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3363         * ps-print.el (ps-header-font-size, ps-header-title-font-size)
3364         (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
3365         (ps-paragraph-spacing): Docstring fix.
3367 2007-08-16  Glenn Morris  <rgm@gnu.org>
3369         * ps-print.el (ps-font-size): Doc fix.
3371 2007-08-16  Richard Stallman  <rms@gnu.org>
3373         * emacs-lisp/copyright.el (copyright-names-regexp): Add custom group.
3375 2007-08-15  Juri Linkov  <juri@jurta.org>
3377         * startup.el (initialization): Change parent group from `internal'
3378         to `environment'.
3379         (initial-buffer-choice): New variable.
3380         (command-line): Revert 2007-07-02 change that sets
3381         buffer-offer-save in *scratch* and enables auto-save in it.
3382         (fancy-splash-text): Add links to existing items.  Add new items
3383         with links for useful tasks.  Move information about Control-g to
3384         fancy-splash-head.  Move "Emacs Guided Tour" to the end.
3385         (fancy-splash-keymap): New variable.
3386         (fancy-splash-last-input-event): Remove variable.
3387         (fancy-splash-insert): Add processing of `:link' element.
3388         (fancy-splash-head): Replace "Type Control-l to begin editing"
3389         with "Type `q' to exit".
3390         (fancy-splash-screens-1): Let-bind inhibit-read-only to t.
3391         (fancy-splash-default-action, fancy-splash-special-event-action):
3392         Remove functions.
3393         (fancy-splash-quit): New function.
3394         (fancy-splash-screens): Rename input arg from `hide-on-input' to
3395         `static' and reverse the condition of its usage.  Don't preserve
3396         original values of `minor-mode-map-alist',
3397         `emulation-mode-map-alists', `special-event-map'.
3398         Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
3399         Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
3400         Remove processing of special events.  Use local key map
3401         `fancy-splash-keymap'.  Set buffer to read-only.
3402         (normal-splash-screen): Rename input arg from `hide-on-input' to
3403         `static' and reverse the condition of its usage.
3404         Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
3405         Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
3406         Add links to existing items.  Add new items with links for useful
3407         tasks.  Use local key map `fancy-splash-keymap'.
3408         (display-splash-screen): Rename input arg from `hide-on-input' to
3409         `static'.
3410         (about-emacs): Add alias to display-splash-screen.
3411         (command-line-1): Use `initial-buffer-choice'.
3413         * menu-bar.el (menu-bar-help-menu):
3414         * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
3415         item to about-emacs instead of display-splash-screen.
3417 2007-08-15  Jay Belanger  <jay.p.belanger@gmail.com>
3419         * calc/calc-units.el (math-standard-units): Update values.
3420         Put in exact, rational values when possible.
3421         (math-unit-prefixes): Replace floats with powers of ten.
3422         (math-standard-units-systems): Replace floats with integers.
3423         (math-make-unit-string): Remove extra spaces in output.
3425 2007-08-15  Glenn Morris  <rgm@gnu.org>
3427         * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
3428         sloppier, for the sake of GNU Mailman.
3429         (rmail-digest-rfc1153): Initialize `result' correctly.
3431 2007-08-15  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
3433         * mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; '
3434         in the mail title.  Suggested by Reiner Steib.
3436 2007-08-14  Chris Hecker  <checker@d6.com>  (tiny change)
3438         * calc/calc-aent.el (calc-do-quick-calc): Add binary
3439         representation of integers to the list of outputs.
3441 2007-08-14  Glenn Morris  <rgm@gnu.org>
3443         * simple.el (bad-packages-alist): New constant.
3444         (bad-package-check): New function.  Together, these two add elements
3445         to `after-load-alist' to check for problematic external packages.
3446         * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
3448 2007-08-14  Jay Belanger  <jay.p.belanger@gmail.com>
3450         * calc/calc-units.el (math-get-standard-units)
3451         (math-get-units, math-make-unit-string)
3452         (math-get-default-units, math-put-default-units): New functions.
3453         (math-default-units-table): New variable.
3454         (calc-convert-units, calc-convert-temperature): Add machinery
3455         to supply default values.
3457 2007-08-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3459         * emulation/tpu-edt.el: Add tpu-extras's autoloads.
3460         (tpu-gold-map, tpu-global-map): Comment-out the bindings to nil.
3461         (tpu-gold-map): Bind F to tpu-cursor-free-mode.
3462         (minibuffer-local-map): Use funkey symbols rather than esc-sequence.
3464         * emulation/tpu-extras.el: Remove spurious * in docstrings.
3465         Put its autoloads into tpu-edt.el rather than loaddefs.el.
3466         (tpu-cursor-free-mode): Rename from tpu-cursor-free.
3467         Make into a proper minor-mode.
3468         (tpu-backward-char, tpu-next-line, tpu-previous-line)
3469         (tpu-next-end-of-line, tpu-current-end-of-line): Use new name.
3470         (tpu-trim-line-ends-if-needed): Rename from tpu-before-save-hook.
3471         (tpu-set-cursor-free, tpu-set-cursor-bound):
3472         Delegate to tpu-cursor-free-mode.
3473         (tpu-next-line, tpu-previous-line, tpu-forward-line)
3474         (tpu-backward-line, tpu-scroll-window-down, tpu-scroll-window-up):
3475         Use line-move or forward-line instead of next-line-internal.
3477 2007-08-13  Nick Roberts  <nickrob@snap.net.nz>
3479         * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
3481 2007-08-12  Richard Stallman  <rms@gnu.org>
3483         * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
3484         (cvs-execute-single-file): Use new name split-string-and-unquote.
3485         (cvs-header-msg): Use new name combine-and-quote-strings.
3487         * emulation/vi.el (vi-next-line): Ignore return value of line-move.
3489         * progmodes/gud.el (gud-common-init): Use new name
3490         split-string-and-unquote.
3492         * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
3493         in javac regexp.
3495         * pcvs-util.el (cvs-qtypedesc-strings): Use new names
3496         combine-and-quote-strings and split-string-and-unquote.
3498         * subr.el (combine-and-quote-strings): Rename from strings->string.
3499         (split-string-and-unquote): Rename from string->strings.
3501 2007-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3503         * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
3504         to buffer-local settings.
3506         * emacs-lisp/backquote.el (backquote-delay-process): New function.
3507         (backquote-process): Add internal arg `level'.  Use the two to
3508         correctly handle nested backquotes.
3510 2007-08-09  Riccardo Murri  <riccardo.murri@gmail.com>
3512         * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
3513         (vc-bzr-state-words): Add "kind changed" state word.
3514         (vc-bzr-status): New function.  Return Bzr idea of file status,
3515         which is different from VC's.
3516         (vc-bzr-state): Use vc-bzr-status.
3517         (vc-workfile-unchanged-p): Use vc-bzr-status.
3518         (vc-bzr-revert): Use synchronous process; expect exitcode 0.
3519         (vc-dired-state): Process "kind changed" state word.
3521 2007-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3523         * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
3525         * vc-rcs.el (vc-rcs-find-file-not-found-hook):
3526         Move from vc-default-find-file-not-found-hook.
3528 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3530         * man.el: Remove spurious * in docstrings.
3531         Merge defvars and toplevel setq-defaults.
3532         (Man-highlight-references0): Limit=nil rather than point-max.
3533         (Man-mode-map): Move initialization into the declaration.
3534         (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
3535         (Man-view-header-file): Use expand-file-name rather than concat.
3536         (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
3538         * man.el (Man-next-section): Make sure we do not move backward.
3540 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3542         * files.el (auto-mode-alist): Use the purecopied text (duh!).
3544 2007-08-08  Glenn Morris  <rgm@gnu.org>
3546         * Replace `iff' in doc-strings and comments.
3548 2007-08-08  Martin Rudalics  <rudalics@gmx.at>
3550         * dired.el (dired-pop-to-buffer):
3551         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
3552         * calendar/calendar.el (generate-calendar-window):
3553         * progmodes/compile.el (compilation-set-window-height):
3554         * textmodes/two-column.el (2C-two-columns, 2C-merge):
3555         Use window-full-width-p instead of comparing frame-width and
3556         window-width.
3558         * progmodes/compile.el (compilation-find-buffer): Remove extra
3559         argument in call to compilation-buffer-internal-p.
3561 2007-08-07  Tom Tromey  <tromey@redhat.com>
3563         * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
3564         Add safe-local-variable property.
3566 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
3568         * image-mode.el (image-toggle-display): Use image-refresh.
3570 2007-08-07  Riccardo Murri  <riccardo.murri@gmail.com>
3572         * vc-bzr.el: Remove comments about vc-bzr.el being a modified
3573         unofficial version.
3574         (vc-bzr-command): Remove redundant setting of process-connection-type.
3575         (vc-bzr-admin-checkout-format-file): Add autoload.
3576         (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
3577         (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
3578         (vc-bzr-registered): Compare dirstate format tag with known good
3579         value, abort parsing if match fails.  Warn user in docstring.
3580         (vc-bzr-workfile-version): Case for different Bzr branch formats.
3581         See bzrlib/branch.py in Bzr sources.
3582         (vc-bzr-diff): First argument FILES may be a string rather than a list.
3583         (vc-bzr-shell-command): Remove in favor of
3584         vc-bzr-command-discarding-stderr.
3585         (vc-bzr-command-discarding-stderr): New function.
3587 2007-08-06  Riccardo Murri  <riccardo.murri@gmail.com>
3589         * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
3590         program, and return nil.
3591         (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
3592         (vc-bzr-state): Look for path names relative to the repository
3593         root after status keyword.
3594         (vc-bzr-file-name-relative): New function.
3595         (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
3596         depend on it.
3597         (vc-bzr-admin-dirname, ...-checkout-format-file)
3598         (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
3599         files that we now parse directly for speed.
3600         (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
3601         (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
3602         (vc-bzr-state): "bzr status" successful only if exitcode is 0.
3603         (vc-bzr-root): Use `vc-bzr-shell-command'.  Stderr may contain
3604         Bzr warnings, so we must discard it.
3605         (vc-bzr-workfile-version): Speedup counting lines from
3606         `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
3607         if that file doesn't exist.
3608         (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
3609         `vc-bzr-root-dir' for speed.  Add `vc-bzr-admin-dirname' (not ".bzr"!)
3610         to `vc-directory-exclusion-list'.
3611         (vc-bzr-shell-command): New function.
3613 2007-08-06  Tom Tromey  <tromey@redhat.com>
3615         * diff-mode.el (diff-unified->context, diff-reverse-direction)
3616         (diff-fixup-modifs): Typo in docstring.
3618 2007-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3620         * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
3621         count-screen-lines.
3622         (tpu-edt-off): Disable relevant pieces of advice.
3624         * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
3625         tpu-write-file-hook.  Activate it with add-hook on buffer-save-hook.
3626         (newline, newline-and-indent, do-auto-fill): Use advice instead of
3627         redefining the function.
3628         (tpu-set-scroll-margins): Activate the pieces of advice.
3630 2007-08-06  Martin Rudalics  <rudalics@gmx.at>
3632         * help.el (resize-temp-buffer-window): Use window-full-width-p
3633         instead of comparing frame-width and window-width.
3635 2007-08-13  Stephen Leake  <stephen_leake@stephe-leake.org>
3637         * pcvs-parse.el (cvs-parse-table): Handle additional instance of
3638         optional quotes around files in NEED-UPDATE . REMOVED case.
3640         * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
3641         (ada-treat-cmd-string): Improve error message.
3642         (ada-do-file-completion): Call `ada-require-project-file', so
3643         project variables are set properly.
3644         (ada-prj-find-prj-file): Delete Emacs 20.2 support.
3645         (ada-gnatfind-buffer-name): New constant.
3646         (ada-find-any-references): Use new constant.  Set buffer name
3647         properly in compilation-start.  Toggle read-only properly.
3648         (ada-find-in-src-path): Fix spelling error in docstring.
3650         * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
3651         by zero error.
3653 2007-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3655         * emacs-lisp/autoload.el (autoload-print-form): Use print-quoted.
3657 2007-08-12  Richard Stallman  <rms@gnu.org>
3659         * progmodes/sh-script.el (sh): Delete group `unix'.
3661         * progmodes/gud.el (gud): Change to group `processes'.
3663 2007-08-11  Glenn Morris  <rgm@gnu.org>
3665         * progmodes/compile.el (compilation-buffer-name): Don't check
3666         compilation-arguments.  It is superfluous, and the variable isn't
3667         even set when this function is called.
3669 2007-08-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3671         * term/mac-win.el (mac-ae-reopen-application): New function.
3672         (mac-apple-event-map): Bind "reopen application" Apple event to it.
3674 2007-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3676         * textmodes/tex-mode.el (tex-font-lock-unfontify-region): Fix to
3677         take tex-font-script-display into account.
3678         (tex-font-script-display, tex-font-lock-suscript): Change from a cons
3679         cell to a list of 2 elements to simplify the unfontify code.
3681 2007-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3683         * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
3684         (ps-begin-job): Use ps-default-fg and ps-default-bg only when
3685         ps-print-color-p is neither nil nor black-white.  Reported by Christian
3686         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
3688 2007-08-08  Andreas Schwab  <schwab@suse.de>
3690         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
3691         self-insert-command, not self-insert.
3693 2007-08-08  Glenn Morris  <rgm@gnu.org>
3695         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Make second
3696         argument optional, for backwards compatibility, and only highlight
3697         args when present.  Fix symbol name typo (doc/args).
3699         * help-mode.el (help-make-xrefs): Search for symbol constituents,
3700         rather than just `-'.
3702 2007-08-07  Jay Belanger  <jay.p.belanger@gmail.com>
3704         * calc/calc-units.el (calc-convert-temperature):
3705         Use `/' to create fractions.
3707 2007-08-07  Michael Albinus  <michael.albinus@gmx.de>
3709         * net/tramp.el (tramp-wrong-passwd-regexp): Make the regexp more
3710         global matching.
3711         (tramp-handle-shell-command): Handle OUTPUT-BUFFER and
3712         ERROR-BUFFER more robust.  Display output.
3713         (tramp-file-name-handler): Add a connection property when we found
3714         a foreign file name handler.  This allows backends like ftp to
3715         profit also from usr/host name completion based on connection
3716         cache.
3717         (tramp-send-command-and-read): Search for trash after the regexp
3718         until eol only.  In XEmacs, there is a problem with \n.
3720         * net/tramp-cache.el (top): Read persistent connection history
3721         when cache is empty.
3723 2007-08-07  Nic Ferrier  <nferrier@tapsellferrier.co.uk>  (tiny change)
3725         * net/tramp.el (tramp-handle-process-file): Fix bug inserting
3726         resulting output.
3728 2007-08-07  Sam Steingold  <sds@gnu.org>
3730         * progmodes/compile.el (compilation-start): Pass nil as startfile
3731         to comint-exec.
3733 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
3735         * longlines.el (longlines-decoded): New variable.
3736         (longlines-mode): Avoid encoding or decoding the buffer twice.
3738 2007-08-07  Martin Rudalics  <rudalics@gmx.at>
3740         * format.el (format-insert-file): Make sure that at most one undo
3741         entry is recorded for the insertion.  Inhibit point-motion and
3742         modification hooks around call to insert-file-contents.
3744 2007-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3746         * vc.el (vc-annotate): Select temp-buffer before running vc-exec-after.
3747         Select the buffer's window before moving point.
3749 2007-08-07  Richard Stallman  <rms@gnu.org>
3751         * term.el (term): Remove parent group `unix'.
3753         * simple.el (default-indent-new-line): New function.
3754         It calls comment-line-break-function if there are comments.
3755         (do-auto-fill): Use that.
3757 2007-08-07  Sean O'Rourke  <sorourke@cs.ucsd.edu>
3759         * complete.el (PC-lisp-complete-symbol): Complete symbol around point.
3760         (PC-do-completion): Add "acronym completion" for symbols and
3761         filenames, so e.g. "mvbl" expands to "make-variable-buffer-local".
3763 2007-08-06  Sam Steingold  <sds@gnu.org>
3765         * mouse.el (mouse-buffer-menu): Pass mode-name through
3766         format-mode-line because it may be a list,
3767         e.g., (sgml-xml-mode "XML" "SGML"), and not a string.
3769 2007-08-06  Vinicius Jose Latorre  <viniciusig@ig.com.br>
3771         * printing.el (pr-update-menus): Docstring fix.
3773 2007-08-06  Jason Rumney  <jasonr@gnu.org>
3775         * menu-bar.el (menu-bar-vc-filter): Use vc-call-backend.
3777         * vc-hooks.el (vc-call): Add doc string.
3779 2007-08-06  Michael Albinus  <michael.albinus@gmx.de>
3781         * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
3782         process-filter.
3784 2007-08-06  Kenichi Handa  <handa@m17n.org>
3786         * international/quail.el: Wrap (require 'help-mode) by
3787         eval-when-compile.
3788         (quail-help-init): New function.
3789         (quail-help): Call quail-help-init.
3790         (quail-store-decode-map-key): Change it to a function.
3792 2007-08-05  Jason Rumney  <jasonr@gnu.org>
3794         * vc.el (vc-rollback): Add norevert argument back.
3795         (vc-revert-buffer): Add back as obsolete alias.
3797 2007-08-05  Peter Povinec  <ppovinec@yahoo.com>  (tiny change)
3799         * term.el: Honor term-default-fg-color and term-default-bg-color
3800         settings when modifying term-current-face.
3801         (term-default-fg-color, term-default-bg-color): Initialize from
3802         default term-current-face.
3803         (term-mode, term-reset-terminal): Set term-current-face with
3804         term-default-fg-color and term-default-bg-color.
3805         (term-handle-colors-array): term-current-face has term-default-fg-color
3806         and term-default-bg-color after reset escape sequence.
3807         (term-handle-colors-array): Set term-current-color with
3808         term-default-fg/bg-color instead of ansi-term-color-vector when the
3809         index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
3811 2007-08-05  Jay Belanger  <jay.p.belanger@gmail.com>
3813         * calc/calc-nlfit.el (math-nlfit-curve): Remove unnecessary variables.
3814         (math-nlfit-givens): Let bind free variables.
3816 2007-08-05  Vinicius Jose Latorre  <viniciusig@ig.com.br>
3818         * printing.el: Require lpr and ps-print when loading printing package.
3819         Reported by Glenn Morris <rgm@gnu.org>.
3821 2007-08-05  Michael Albinus  <michael.albinus@gmx.de>
3823         * files.el (set-auto-mode): Handle also remote files wrt
3824         `auto-mode-alist'.
3826 2007-08-04  Jay Belanger  <jay.p.belanger@gmail.com>
3828         * calc/calcalg3.el (calc-curve-fit): Add support for nonlinear
3829         curves and plotting.
3831         * calc/calc-nlfit.el: New file.
3833 2007-08-04  Glenn Morris  <rgm@gnu.org>
3835         * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
3836         zero, not nil, when the library is first loaded.  Check for a file
3837         that has been modified on disk.
3839         * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
3840         Remove duplicate defvar preventing initialization.
3841         (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
3843 2007-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3845         * diff-mode.el (diff-font-lock-keywords): Fix up false positives.
3846         (diff-beginning-of-file): Adjust to the fact that diff-file-header-re
3847         may match up to 4 lines.
3848         (diff-beginning-of-file-and-junk): Rewrite.
3850 2007-08-03  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3852         * printing.el: Evaluate require only during compilation.
3853         (pr-version): New version 6.9.1.
3854         (deactivate-mark): Replace (defvar VAR nil) by (defvar VAR).
3855         (pr-global-menubar): Fix code.
3857 2007-08-03  Dan Nicolaescu  <dann@ics.uci.edu>
3859         * term.el (term-erase-in-display): Fix case when point is not at
3860         the beginning of the line.
3862 2007-08-03  Jay Belanger  <jay.p.belanger@gmail.com>
3864         * calc/calc-ext.el (math-get-value, math-get-sdev)
3865         (math-contains-sdev): New functions.
3867         * calc/calc-graph.el (calc-graph-format-data)
3868         (calc-graph-add-curve): Check for error forms.
3869         (calc-graph-set-styles): Add option for error forms.
3871 2007-08-03  Miles Bader  <miles@gnu.org>
3873         * vc-hooks.el (vc-handled-backends): Change capitalization of VC
3874         backend names for new backends to `Git', `Hg', and `Bzr'.
3875         * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
3876         not `HG'.
3877         * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
3878         name, not `GIT'.
3879         * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
3880         (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
3882 2007-08-03  Richard Stallman  <rms@gnu.org>
3884         * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
3885         to update deleted flag.
3887         * cus-edit.el (customize-apropos, customize-apropos-options)
3888         (customize-apropos-faces, customize-apropos-groups): Improve prompt.
3890         * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
3892         * startup.el (fancy-splash-head, startup-echo-area-message):
3893         Change message text.
3895         * emulation/tpu-edt.el (next-line-internal): Setting deleted.
3896         All callers use line-move.
3898         * progmodes/compile.el (compilation-find-buffer): Return current
3899         buffer immediately if suitable.
3900         (compile, compilation-buffer-name, compilation-start): Doc fixes.
3902 2007-08-03  Daiki Ueno  <ueno@unixuser.org>
3904         * faces.el (face-normalize-spec): New function.
3905         (frame-set-background-mode): Normalize face-spec before calling
3906         face-spec-match-p.
3908 2007-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3910         * server.el (server-window): Add switch-to-buffer-other-frame option.
3912 2007-08-03  Glenn Morris  <rgm@gnu.org>
3914         * cus-edit.el (customize-apropos): Make the error message indicate
3915         what kind of thing the user was trying to customize.
3917         * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
3919         * progmodes/fortran.el (fortran-font-lock-syntactic-keywords):
3920         Fix off-by-one error in previous change.
3922 2007-08-03  Drew Adams  <drew.adams@oracle.com>
3924         * emacs-lisp/pp.el (pp-eval-expression): Add progress message.
3925         Make buffer writable.
3927 2007-08-01  Jay Belanger  <jay.p.belanger@gmail.com>
3929         * calc/calc-math.el (math-sqrt-raw, math-sin-raw-2)
3930         (math-cos-raw-2, math-arctan-raw, math-ln-raw):
3931         Use native Emacs functions, when appropriate.
3933 2007-08-01  Dan Nicolaescu  <dann@ics.uci.edu>
3934             Stefan Monnier  <monnier@iro.umontreal.ca>
3936         * vc.el: Document new VC operation `extra-menu'.
3938         * vc-hooks.el (vc-default-extra-menu): New function.
3940         * menu-bar.el (menu-bar-vc-filter): New function.
3941         (menu-bar-tools-menu): Use it as a filter.
3943 2007-08-01  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
3945         * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
3947 2007-08-01  Glenn Morris  <rgm@gnu.org>
3949         * progmodes/fortran.el: Remove leading `*' from all defcustom doc
3950         strings.
3951         (fortran-tab-mode-default): Remove needless autoload.
3952         (fortran-tab-mode-string): Add help-echo and mouse properties, and
3953         mark as risky.
3954         (fortran-line-length): New buffer-local variable, safe if integer.
3955         (fortran-if-start-re, fortran-end-prog-re1, fortran-end-prog-re):
3956         Change from variables to constants.
3957         (fortran-font-lock-syntactic-keywords): Delete as a variable,
3958         replace with a new function definition.
3959         (fortran-mode): Use fortran-line-length, and
3960         fortran-font-lock-syntactic-keywords as a function.  Add a
3961         hack-local-variables-hook function.
3962         (fortran-line-length, fortran-hack-local-variables): New functions.
3963         (fortran-window-create, fortran-strip-sequence-nos): Doc fix.
3964         Use fortran-line-length rather than 72.
3965         (fortran-window-create-momentarily): Doc fix.
3967 2007-07-31  Drew Adams  <drew.adams@oracle.com>  (tiny change)
3969         * cus-edit.el (custom-group-value-create, custom-goto-parent):
3970         Fix parent groups link.
3972 2007-07-31  Paul Pogonyshev  <pogonyshev@gmx.net>
3974         * progmodes/python.el (python-current-defun): Adjust to never fall
3975         into infinite loop.
3977 2007-07-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3979         * pcvs.el (cvs-vc-command-advice): Handle the new fileset case.
3981 2007-07-29  Kimit Yada  <kimitto@gmail.com>  (tiny change)
3983         * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
3984         (copyright-fix-years, copyright): Correctly handle the case where
3985         copyright-limit is nil.
3987 2007-07-28  Konstantin Novitsky  <knovitsk@Bear.com>  (tiny change)
3989         * progmodes/python.el (run-python): Fix path separator under w32.
3991 2007-07-30  Richard Stallman  <rms@gnu.org>
3993         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
3994         Treat non-break space as whitespace in Lisp.
3996 2007-07-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3998         * vc.el (vc-dired-hook): Use inhibit-read-only.
4000         * progmodes/compile.el (compilation-forget-errors):
4001         Reset compilation-auto-jump-to-next.
4003 2007-07-30  Michael Olson  <mwolson@gnu.org>
4005         * cus-edit.el (custom-group-save): Fix void function definition
4006         error.  Thanks to Zhang Wei for the report.
4008         * ps-print.el: Check in trivial changes to the autoloads section
4009         caused by the build process.  These autoloads really ought to be
4010         placed in a separate file, methinks.
4012 2007-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4014         * calendar/calendar.el (calendar-mode): Make sure
4015         displayed-(month|year) are set.
4016         (calendar-basic-setup): Display buffer before adjusting window sizes.
4017         (generate-calendar-window): Use inhibit-read-only.  Simplify.
4018         Generate buffer and set displayed-month and displayed-year before
4019         calling update-calendar-mode-line.
4021 2007-07-29  Michael Albinus  <michael.albinus@gmx.de>
4023         * net/tramp.el:
4024         * net/tramp-uu.el:
4025         * net/trampver.el: Use utf-8 encoding with coding cookie.
4027         * net/tramp-cache.el:
4028         * net/tramp-fish.el:
4029         * net/tramp-ftp.el:
4030         * net/tramp-gw.el:
4031         * net/tramp-smb.el: Remove coding cookie.
4033         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
4034         Flush buffer file-name's file property.
4035         (tramp-handle-file-remote-p): The first parameter is FILENAME.
4037         * net/trampver.el: Update release number.
4039 2007-07-29  Juri Linkov  <juri@jurta.org>
4041         * dired.el (dired-mode-map): Bind C-x C-q to dired-toggle-read-only.
4042         Filter out menu item "Edit File Names" `wdired-change-to-wdired-mode'
4043         when major-mode is not dired-mode.
4044         (dired-toggle-read-only): New function.
4045         (dired-recursive-deletes): Remove obsolete comments about old
4046         default value.
4047         (dired-do-flagged-delete, dired-do-delete): Refill docstring.
4049         * wdired.el (wdired-exit): New function.
4050         (wdired-mode-map): Bind C-x C-q to wdired-exit.
4052 2007-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4054         * cus-edit.el (customize-read-group): New fun.
4055         (customize-group-other-window, customize-face-other-window):
4056         Prompt before delegating to customize-(group|face).
4057         Bind pop-up-windows rather than use the other-window argument.
4058         (customize-group, customize-face): Prompt from the interactive spec.
4059         Remove args `prompt-for-group' and `other-window'.
4061         * emacs-lisp/advice.el (ad-interactive-form): Re-introduce.
4062         (ad-body-forms, ad-advised-interactive-form): Revert this part of
4063         last change.
4065 2007-07-28  Masatake YAMATO  <jet@gyve.org>
4067         * vc.el (vc-dired-mode): Add a menu for VC related operation.
4068         Use backend name as the menu label.  Suggested by David Kastrup.
4070 2007-07-28  Alan Mackenzie  <acm@muc.de>
4072         Fix problem with modes derived from CC Mode:
4073         * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
4074         macro to cc-langs.
4075         (c-init-language-vars-for): Remove call to above macro.
4076         * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
4077         been moved to here.
4078         (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
4080 2007-07-28  Eli Zaretskii  <eliz@gnu.org>
4082         * net/trampver.el: Fix the `coding' cookie.
4084 2007-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
4086         * vc-git.el (vc-git-print-log): Support both the old single file
4087         interface and the new one.
4089 2007-07-28  Nick Roberts  <nickrob@snap.net.nz>
4091         * bindings.el (mode-line-remote): Use updated %@ construct.
4093 2007-07-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4095         * calendar/cal-bahai.el (calendar-bahai-month-name-array)
4096         (calendar-bahai-epoch, calendar-bahai-leap-year-p)
4097         (calendar-bahai-leap-base, calendar-bahai-prompt-for-date)
4098         (diary-list-bahai-entries, diary-bahai-mark-entries)
4099         (calendar-bahai-mark-date-pattern, diary-insert-bahai-entry)
4100         (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
4101         New names to clean up namespace.
4102         (list-bahai-diary-entries, mark-bahai-diary-entries)
4103         (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
4104         (insert-yearly-bahai-diary-entry, mark-bahai-calendar-date-pattern):
4105         Add compatibility aliases.
4107         * calendar/appt.el: Don't wrap defvar within eval-when-compile.
4109         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right)
4110         (calendar-scroll-left-three-months)
4111         (calendar-scroll-right-three-months): Clean up namespace.
4112         (scroll-calendar-left, scroll-calendar-right)
4113         (scroll-calendar-left-three-months)
4114         (scroll-calendar-right-three-months): Add compatibility aliases.
4116         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
4117         Behave like mouse-scroll-calendar-* when used from the mouse.
4119         * calendar/cal-menu.el (cal-menu-scroll-menu)
4120         (cal-menu-global-mouse-menu):
4121         * calendar/calendar.el (calendar-mode-map):
4122         Use new calendar-scroll-* names.
4123         (mouse-scroll-calendar-left, mouse-scroll-calendar-right):
4124         Remove.  Use calendar-scroll-* directly instead.
4126 2007-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4128         * emacs-lisp/advice.el (ad-interactive-p, ad-interactive-form): Remove.
4129         (ad-body-forms, ad-advised-interactive-form, ad-make-cache-id)
4130         (ad-make-advised-definition, ad-cache-id-verification-code):
4131         Use commandp and interactive-form instead.
4133 2007-07-26  Dan Nicolaescu  <dann@ics.uci.edu>
4135         * vc-git.el: Relicense to GPLv3 or later.
4136         (vc-directory-exclusion-list, vc-handled-backends): Remove.
4138         * vc-hooks.el (vc-handled-backends): Add GIT.
4140         * vc.el (vc-directory-exclusion-list): Add .git.
4142 2007-07-26  Alexandre Julliard  <julliard@winehq.org>
4144         * vc-git.el (vc-git-revision-table)
4145         (vc-git-revision-completion-table): New functions.
4147 2007-07-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4149         * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
4150         * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
4151         * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
4152         * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
4153         * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
4154         * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
4155         New command actions for EPS header and EPS footer.
4157         * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
4158         footer.  Fix some problems with one-or-more, zero-or-more and
4159         alternative constructions generation.  Some log messages
4160         implementation.  Doc fix.
4161         (ebnf-version): New version 4.4.
4162         (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
4163         (ebnf-eps-footer, ebnf-log): New options.
4164         (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
4165         (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
4166         (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
4167         (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
4168         (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New funs.
4169         (ebnf-style-custom-list, ebnf-style-database): Put new values.
4170         (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
4171         (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
4172         (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
4173         (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
4174         (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
4175         (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
4176         (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
4177         (ebnf-non-terminal-dimension, ebnf-special-dimension)
4178         (ebnf-terminal-dimension1, ebnf-repeat-dimension)
4179         (ebnf-except-dimension, ebnf-alternative-dimension)
4180         (ebnf-optional-dimension, ebnf-one-or-more-dimension)
4181         (ebnf-zero-or-more-dimension, ebnf-sequence-dimension): Insert log
4182         message fun.
4183         (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
4184         (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
4185         (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
4186         (ebnf-terminal-dimension1, ebnf-alternative-dimension)
4187         (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
4188         (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
4189         (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
4190         compatibility with Emacs 20 & 21.
4191         (ebnf-eps-header-comment, ebnf-eps-footer-comment)
4192         (ebnf-eps-file-alist, ebnf-basic-width-extra)
4193         (ebnf-basic-empty-height): New vars.
4194         (ebnf-prologue): Fix PostScript code.
4195         (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
4196         (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
4197         (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
4198         (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
4200 2007-07-25  Glenn Morris  <rgm@gnu.org>
4202         * Relicense all FSF files to GPLv3 or later.
4204         * COPYING: Switch to GPLv3.
4206 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4208         * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
4209         Replace it with another one which disables undo before calling
4210         erase-buffer and then turns it back on if needed.
4212 2007-07-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4214         * ps-print.el: Problem with foreground and background color when
4215         printing a buffer with and without faces.  Reported by Christian
4216         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
4217         (ps-print-version): New version 6.7.5.
4218         (ps-default-fg): Change default value to nil, so black color is used
4219         when a face does not specify a foreground color.
4220         (ps-default-bg): Change default value to nil, so white color is used
4221         for background color.
4222         (ps-begin-job): Fix code.
4224 2007-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
4226         * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
4228 2007-07-24  Glenn Morris  <rgm@gnu.org>
4230         * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
4231         (cal-tex-rules, cal-tex-buffer, cal-tex-24)
4232         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
4233         (cal-tex-cursor-week, cal-tex-cursor-week2)
4234         (cal-tex-cursor-week-iso, cal-tex-week-hours)
4235         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
4236         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
4237         (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
4239 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4241         * calendar/calendar.el (calendar-mode-map): Move initialization
4242         into declaration.  Add menu bindings (used to be done in cal-menu).
4243         (calendar-mode): Don't add an activate-menubar-hook.
4245         * calendar/cal-menu.el: Break dependency on calendar.el (i.e. do not
4246         modify calendar-mode-map), use easy-menu, and make sure that C-h k
4247         can be used on the menu entries.
4248         (cal-menu-holiday-window-suffix, cal-menu-set-date-title): New funs.
4249         (cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
4250         (cal-menu-goto-menu, cal-menu-scroll-menu): New consts.
4251         (cal-menu-context-mouse-menu, cal-menu-global-mouse-menu): New menus.
4252         (calendar-flatten, cal-menu-update): Remove.
4253         (calendar-mouse-insert-hebrew-diary-entry)
4254         (calendar-mouse-insert-islamic-diary-entry)
4255         (calendar-mouse-insert-bahai-diary-entry):
4256         Remove (fold into cal-menu-diary-menu).
4257         (calendar-mouse-2-date-menu, calendar-mouse-cal-tex-menu)
4258         (cal-tex-mouse-filofax): Remove (fold into cal-menu-context-mouse-menu).
4259         (calendar-mouse-3-map): Remove (turn into cal-menu-global-mouse-menu).
4260         (calendar-mouse-view-diary-entries): Minor simplifications.
4261         (calendar-event-to-date): Use with-current-buffer.
4263 2007-07-25  Nick Roberts  <nickrob@snap.net.nz>
4265         * add-log.el (change-log-redate): Remove (not needed anymore and
4266         doesn't appear to work).
4268 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4270         * frame.el: Use mapc and dolist instead of mapcar where possible.
4271         (close-display-connection): New command.
4273 2007-07-25  Alexandre Julliard  <julliard@winehq.org>
4275         * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
4276         (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
4278 2007-07-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4280         * ps-print.el (ps-multibyte-buffer): Docstring fix.
4282         * ps-mule.el: Doc fix.
4283         (ps-multibyte-buffer, ps-mule-font-info-database-default)
4284         (ps-mule-external-libraries, ps-mule-begin-job): Docstring fix.
4286 2007-07-25  Glenn Morris  <rgm@gnu.org>
4288         * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays)
4289         (cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start)
4290         (cal-tex-daily-end, cal-tex-hook)
4291         (cal-tex-cal-one-month, cal-tex-cal-multi-month)
4292         (cal-tex-year, cal-tex-cursor-week, cal-tex-cursor-week2)
4293         (cal-tex-cursor-week-iso, cal-tex-week-hours)
4294         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
4295         (cal-tex-cursor-day, cal-tex-insert-preamble): Doc fix.
4296         (cal-tex-day-prefix, cal-tex-day-name-format)
4297         (cal-tex-cal-one-month, cal-tex-cal-multi-month, cal-tex-myday)
4298         (cal-tex-caldate, cal-tex-LaTeX-hourbox)
4299         (cal-tex-LaTeX-subst-list): Change from variables to constants.
4300         (cal-tex-preamble, cal-tex-arg, cal-tex-nl): Simplify with `format'.
4301         (cal-tex-cursor-filofax-year, cal-tex-weekly4-box): Use \textbf,
4302         etc, rather than \bf.
4303         (cal-tex-mini-calendar): Fix typos in previous change.
4304         (cal-tex-latexify-list): Remove inner let binding.
4305         (cal-tex-end-document, cal-tex-banner): Use multi-line
4306         cal-tex-comment.
4307         (cal-tex-comment): Handle embedded newlines.
4308         (cal-tex-LaTeXify-string): Use substring-no-properties.
4310 2007-07-25  Joakim Verona  <joakim@verona.se>  (tiny change)
4312         * progmodes/compile.el (compilation-error-regexp-alist-alist):
4313         Add support for the Maden build tool.
4315 2007-07-25  William Xu  <william.xwl@gmail.com>  (tiny change)
4317         * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
4319 2007-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4321         * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
4323 2007-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
4325         * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
4326         C-x C-q.
4328         * vc-git.el (vc-git-print-log): Fix previous change.
4330 2007-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4332         * window.el (save-selected-window): Minor optimization.
4333         (bw-adjust-window): If operation failed, try with a smaller delta.
4334         (window-fixed-size-p): New function.
4335         (window-area-factor): New var.
4336         (balance-windows-area): New command.
4338         * ps-mule.el (ps-multibyte-buffer): Docstring fixes.
4339         (ps-mule-encode-ethiopic): Make it clear that it's always defined.
4340         (ps-mule-prepare-font-for-components, ps-mule-encode-header-string)
4341         (ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes.
4342         (ps-mule-begin-job): Use dolist.
4344 2007-07-24  Michael Albinus  <michael.albinus@gmx.de>
4346         * subr.el (start-file-process-shell-command)
4347         (process-file-shell-command): New defuns.
4349         * progmodes/compile.el (compilation-start):
4350         Apply `start-file-process-shell-command'.
4352 2007-07-24  Alexandre Julliard  <julliard@winehq.org>
4354         * vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix typos.
4356 2007-07-24  Alan Mackenzie  <acm@muc.de>
4358         * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
4359         Initialise byte-compile-unresolved-functions before rather than
4360         after a compilation.
4361         (byte-compile-unresolved-functions): Amplify doc string.
4363 2007-07-24  Glenn Morris  <rgm@gnu.org>
4365         * startup.el (normal-splash-screen): Use `emacs-copyright'.
4367         * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
4368         (cal-tex-rules, cal-tex-buffer, cal-tex-24)
4369         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
4370         (cal-tex-cursor-week, cal-tex-cursor-week2)
4371         (cal-tex-cursor-week-iso, cal-tex-week-hours)
4372         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
4373         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
4374         (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
4376         * calendar/cal-tex.el: Remove leading `*' from defcustom docs.
4377         (cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
4378         (cal-tex-day-name-format, cal-tex-cal-one-month)
4379         (cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
4380         (cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
4381         (cal-tex-mini-calendar, cal-tex-em): Doc fix.
4382         (cal-tex-list-holidays, cal-tex-cursor-year)
4383         (cal-tex-cursor-year-landscape, cal-tex-year)
4384         (cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
4385         (cal-tex-cursor-month, cal-tex-insert-days)
4386         (cal-tex-insert-day-names, cal-tex-insert-blank-days)
4387         (cal-tex-first-blank-p, cal-tex-cursor-week)
4388         (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
4389         (cal-tex-week-hours, cal-tex-cursor-week-monday)
4390         (cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
4391         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
4392         (cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
4393         (cal-tex-latexify-list, cal-tex-previous-month)
4394         (cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
4395         modernization, including using dotimes rather than
4396         calendar-for-loop.
4397         (cal-tex-LaTeX-subst-list): Remove `@'.
4398         (cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf):
4399         Use \textit and \textbf rather than \em and \it.
4401         * calendar/cal-bahai.el (list-bahai-diary-entries)
4402         * calendar/cal-hebrew.el (list-hebrew-diary-entries)
4403         * calendar/cal-islam.el (list-islamic-diary-entries)
4404         * calendar/calendar.el (generate-calendar, generate-calendar-month)
4405         * calendar/diary-lib.el (diary-list-entries)
4406         (mark-calendar-date-pattern): Use `dotimes' rather than
4407         `calendar-for-loop'.
4409         * calendar/calendar.el (calendar-for-loop): Doc fix.
4411 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4413         * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
4414         underlying file is uptodate.
4416 2007-07-23  Christopher J. Madsen  <cjm@cjmweb.net>
4418         * replace.el (perform-replace): Use isearch-no-upper-case-p.
4420 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4422         * vc-hooks.el (vc-mode-line-map): New const.
4423         (vc-mode-line): Use it.
4425 2007-07-23  Alexandre Julliard  <julliard@winehq.org>
4427         * vc-git.el (vc-git-delete-file, vc-git-rename-file)
4428         (vc-git-unregister): New functions.
4429         (vc-git-find-version): Use the result of ls-files as a parameter
4430         for cat-file.
4432 2007-07-23  Michael Albinus  <michael.albinus@gmx.de>
4434         * net/tramp.el (tramp-perl-file-attributes)
4435         (tramp-perl-directory-files-and-attributes)
4436         (tramp-handle-file-attributes-with-stat)
4437         (tramp-handle-directory-files-and-attributes-with-stat)
4438         (tramp-convert-file-attributes): Handle huge file sizes.
4440 2007-07-23  Juri Linkov  <juri@jurta.org>
4442         * isearch.el (isearch-message-function): New variable.
4443         (isearch-update, isearch-search): Use it.
4445         * simple.el (goto-history-element): New function created from
4446         next-history-element.
4447         (next-history-element): Most code moved to goto-history-element.
4448         Call goto-history-element with (- minibuffer-history-position n).
4449         (previous-history-element): Call goto-history-element with (+
4450         minibuffer-history-position n).
4451         (minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
4452         (minibuffer-history-isearch-message-overlay): New buffer-local variable.
4453         (minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
4454         (minibuffer-history-isearch-search, minibuffer-history-isearch-message)
4455         (minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
4456         (minibuffer-history-isearch-pop-state): New functions.
4458 2007-07-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
4460         * vc-hooks.el (vc-stay-local-p): Fix bug: Avoid remove-if-not.
4461         Also, if FILE is a list, return non-nil if any of its elements
4462         should stay local.  Update docstring.
4464 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4466         * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25
4467         change by reverting a small part.
4469 2007-07-23  Richard Stallman  <rms@gnu.org>
4471         * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
4473 2007-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
4475         * vc-git.el (vc-git-checkin): Delete unused parameter and the code
4476         handling it.  Use vc-git-command.
4477         (vc-git-find-version, vc-git-diff-tree): New functions.
4478         (vc-git-revert): Use vc-git-command.
4479         (vc-git--run-command): Delete.
4481 2007-07-23  Alexandre Julliard  <julliard@winehq.org>
4483         * vc-git.el (vc-git-workfile-unchanged-p): Update comment.
4485 2007-07-20  Kenichi Handa  <handa@m17n.org>
4487         * international/utf-8.el (utf-8-post-read-conversion):
4488         Temporarily bind utf-8-compose-scripts to nil while running
4489         *-compose-region functions.
4491 2007-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
4493         * vc-git.el: Update status.
4494         (vc-directory-exclusion-list): Use eval-after-load.
4496 2007-07-22  Nick Roberts  <nickrob@snap.net.nz>
4498         * bindings.el (mode-line-remote): New variable.
4499         (help-echo): Add to default values of mode-line-format.
4501         * files.el: Mark mode-line-remote as risky.
4503 2007-07-22  Juri Linkov  <juri@jurta.org>
4505         * isearch.el (isearch-edit-string): Save old point and
4506         isearch-other-end to old-point and old-other-end before reading
4507         the search string from minibuffer.  After exiting minibuffer set
4508         point to old-other-end if point and the search direction is the
4509         same as before reading the search string.
4510         (isearch-del-char): Don't set isearch-yank-flag to t.  Put point
4511         to isearch-other-end.  Instead of isearch-search-and-update call
4512         three functions isearch-search, isearch-push-state and isearch-update.
4514 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
4516         * vc-git.el (vc-git-register, vc-git-checkin): Use vc-git-command,
4517         deal with multiple file arguments.
4518         (vc-git-print-log): Deal with multiple file arguments.
4520 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4522         * diff-mode.el (diff-refine-ignore-spaces-hunk): Rename from
4523         diff-refine-hunk.  Adjust users.
4524         (diff-unified-hunk-p, diff-splittable-p): New functions.
4525         (diff-mode-menu): Use it to disable Split when it doesn't work.
4527 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
4529         * diff-mode.el (diff-mode-menu): New entries.
4531 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4533         * diff-mode.el (diff-unified->context): Use the new `apply' undo entry
4534         if applicable, so as to save undo-log space.
4536         * diff-mode.el (diff-find-file-name): Add arg `batch'.
4538         * diff-mode.el (diff-beginning-of-file-and-junk): New function.
4539         (diff-file-kill): Use it.
4540         (diff-beginning-of-hunk): Add arg `try-harder' using it.
4541         (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
4542         Use it so they find the hunk even when we're in the file header.
4544 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
4546         * vc-git.el (vc-git-revision-granularity, vc-git-root)
4547         (vc-git-command, vc-git-dir-state, vc-git-dired-state-info)
4548         (vc-git-create-repo): New functions.
4549         (vc-git-registered): New autoloaded function definition.
4550         (vc-git-registered): Use vc-git-root.
4551         (vc-git-responsible-p): New defalias.
4552         (vc-git-annotate-extract-revision-at-line): Uncomment.
4553         (vc-git-print-log): Add the file name to the log.
4554         (vc-git-log-view-mode): New derived mode.
4555         (vc-git-diff, vc-git-annotate-command): Use vc-git-command.
4557 2007-07-22  Michael Albinus  <michael.albinus@gmx.de>
4559         * progmodes/grep.el (grep-compute-defaults): Keep default values.
4561 2007-07-22  Ralf Angeli  <angeli@caeruleus.net>
4563         * textmodes/reftex.el (reftex-access-parse-file): Create parse
4564         file in a way that does not interfere with recentf mode.
4565         (reftex-access-parse-file): Do not risk destroying an existing
4566         buffer.
4568 2007-07-22  Alexandre Julliard  <julliard@winehq.org>
4570         * vc-git.el: New file.
4572 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4574         * textmodes/tex-mode.el (tex-font-script-display): Change default.
4576 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
4578         * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
4579         for branches and new files.
4581         * vc-hooks.el (vc-default-mode-line-string): Move mouse-face and
4582         local-map handling ...
4583         (vc-mode-line): ... here.  Improve handling of help-echo.
4585         * vc.el (mode-line-string): Document help-echo usage.
4587 2007-07-22  Michael Albinus  <michael.albinus@gmx.de>
4589         Sync with Tramp 2.1.10.
4591         * net/tramp.el (tramp-get-ls-command): Fix typo.
4593         * net/trampver.el: Update release number.
4595 2007-07-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4597         * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
4599         * term/x-win.el (x-handle-no-bitmap-icon): New function.
4601 2007-07-22  Martin Rudalics  <rudalics@gmx.at>
4603         * add-log.el (change-log-fill-parenthesized-list): New function.
4604         (change-log-indent): Call change-log-fill-parenthesized-list.
4605         (change-log-fill-paragraph): Bind fill-indent-according-to-mode to t.
4606         Have lines with leading asterisk start a paragraph.
4608 2007-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
4610         * calc/calc-math.el (math-emacs-precision)
4611         (math-largest-emacs-expt, math-smallest-emacs-expt):
4612         New variables.
4613         (math-use-emacs-fn): New function.
4614         (math-exp-raw): Evaluate with `math-use-emacs-fn', when
4615         appropriate.
4617 2007-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
4619         * image-dired.el (image-dired-sane-db-file): New func.
4620         (image-dired-write-tags, image-dired-remove-tag)
4621         (image-dired-list-tags, image-dired-write-comments)
4622         (image-dired-get-comment, image-dired-mark-tagged-files)
4623         (image-dired-create-gallery-lists): Call new func.
4624         Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
4626 2007-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
4628         * vc-hg.el (vc-hg-dir-state): Fix loop.
4629         (vc-hg-print-log): Fix expected return value for vc-hg-command.
4630         (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
4631         (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
4632         (vc-hg-revert): Likewise.
4633         (vc-hg-revision-table, vc-hg-revision-completion-table): New
4634         functions.
4636 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4638         * add-log.el (change-log-resolve-conflict): Don't lose data if the
4639         merge fails.
4641 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
4643         * progmodes/compile.el (compilation-auto-jump-to-first-error):
4644         Add group and version.
4646 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4648         * add-log.el (add-log-file-name): Use file-relative-name.
4649         (add-change-log-entry): Delay reading
4650         add-log-(full-name|mailing-address) to after we've switched to the
4651         ChangeLog buffer so we get the right value.
4652         (add-change-log-entry, add-log-current-defun, change-log-merge):
4653         Use derived-mode-p rather than checking major-mode directly.
4655         * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
4656         name for buffer-file-name if it refers to a directory.
4658         * vc-arch.el (vc-arch-diff): Fix last change.
4660         * progmodes/compile.el (compilation-start): Remember the original
4661         directory in a buffer-local compilation-directory.
4662         (compile): Set the global value of compilation-directory.
4663         (recompile): Use compilation-directory even in the compilation buffer.
4665 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
4667         * vc-hg.el (vc-hg-diff): Use vc-hg-command.
4669 2007-07-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4671         * ps-print.el: Problem with foreground and background color when
4672         printing a buffer with and without faces.  Reported by Christian
4673         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
4674         (ps-print-version): New version 6.7.5.
4675         (ps-default-fg): Change default value to nil, so black color is used
4676         when a face does not specify a foreground color.
4677         (ps-default-bg): Change default value to nil, so white color is used
4678         for background color.
4679         (ps-begin-job): Fix code.
4681 2007-07-20  Eli Zaretskii  <eliz@gnu.org>
4683         * makefile.w32-in (install-lisp-SH): Don't create subdirectories
4684         in $(INSTALL_DIR)/lisp/ if they already exist.
4686 2007-07-20  Dhruva Krishnamurthy  <dhruvakm@gmail.com>  (tiny change)
4688         * makefile.w32-in (install-lisp-CMD): Don't create subdirectories
4689         in $(INSTALL_DIR)/lisp/ if they already exist.
4691 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4693         * progmodes/vera-mode.el (vera-re-search-forward)
4694         (vera-re-search-backward): Remove use of store-match-data.
4695         (vera-mode-map): Move initialization into declaration.
4697         * progmodes/flymake.el (flymake-buildfile-dirs): Remove.
4698         (flymake-find-buildfile): Use locate-dominating-file.
4700         * vc.el (vc-delistify): Use mapconcat.
4701         (vc-do-command): Minor simplification.
4702         (vc-expand-dirs): Use push.
4704         * vc-mcvs.el (vc-mcvs-create-repo):
4705         * vc-cvs.el (vc-cvs-create-repo): Remove.
4707         * vc-hooks.el (vc-find-root): Fix case where `file' is the current
4708         directory and the root as well.
4710 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
4712         * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
4713         instead of a file.
4715         * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
4716         (vc-hg-registered): Replace if with when.
4717         (vc-hg-state): Deal with nonexistent files and handle removed files.
4718         (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
4719         (vc-hg-checkout): Re-enable.
4720         (vc-hg-create-repo): Fix typos.
4721         (vc-hg-print-log): Fix for multiple files.
4722         (vc-hg-workfile-unchanged-p): New function.
4724         * vc.el: Fix typo.
4725         (vc-print-log): Fix call to print-log.
4726         (vc-default-comment-history): Likewise.
4727         (vc-directory-exclusion-list): Add .hg and .bzr.
4728         (vc-diff-internal): Pass a list instead of a file.
4730         * vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
4732         * vc-bzr.el (vc-bzr-create-repo): New function.
4734 2007-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4736         * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
4737         `file' from which to start the search.
4739 2007-07-19  Eric S. Raymond  <esr@snark.thyrsus.com>
4741         * vc-cvs.el (vc-cvs-checkin, vc-cvs-diff): Finish transition from
4742         having a single file argument to having a list of files as the
4743         first argument.
4745 2007-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4747         * files.el (locate-dominating-file): New function.
4749 2007-07-18  Michael Albinus  <michael.albinus@gmx.de>
4751         * progmodes/grep.el (grep-host-defaults-alist): New defvar.
4752         (grep-compute-defaults): Use it.
4754 2007-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4756         * uniquify.el: Docstring fixes.
4758 2007-07-18  Eric S. Raymond  <esr@snark.thyrsus.com>
4760         * vc.el (revision-granularity, create-repo): Document new vc
4761         backend properties.
4762         (vc-rollback): Renamed from vc-cancel-version. Update
4763         references. Pass a list instead of a file.
4764         (vc-revert): Renamed from vc-revert-buffer. Update references.
4765         (vc-delistify, vc-expand-dirs): New functions.
4766         (vc-do-command): Rename FILE to FILE-OR-LIST and deal with a list
4767         of files instead of a single file.
4768         (vc-position-context, vc-resync-window, vc-diff-internal)
4769         (vc-print-log): Pass a list instead of a file.
4771         * vc-hooks.el (vc-stay-local-p, vc-backend)
4772         (vc-backend-subdirectory-name): Work on a file list, not a single
4773         file.
4774         (vc-workfile-version): Update docstring.
4775         (vc-menu-map): Use vc-rollback instead of vc-cancel-version and
4776         vc-revert instead of vc-revert-buffer.
4777         (vc-prefix-map): Likewise. Bind vc-update.
4779         * vc-svn.el (vc-svn-revision-granularity, vc-svn-create-repo)
4780         (vc-svn-wash-log): New functions.
4781         (vc-svn-register, vc-svn-checkin, vc-svn-print-log)
4782         (vc-svn-command): Deal with a list of files, not a single file.
4784         * vc-rcs.el (vc-rcs-revision-granularity, vc-rcs-create-repo)
4785         (vc-rcs-wash-log): New functions.
4786         (vc-rcs-register, vc-rcs-checkin, vc-rcs-diff, vc-rcs-print-log):
4787         Deal with a list of files, not a single file.
4788         (vc-rcs-rollback): Likewise. Rename from vc-rcs-cancel-version.
4790         * vc-sccs.el (vc-sccs-revision-granularity, vc-sccs-wash-log): New
4791         functions.
4792         (vc-sccs-register, vc-sccs-checkin, vc-sccs-diff): Deal with a
4793         list of files, not a single file.
4795         * vc-mcvs.el (vc-mcvs-revision-granularity, vc-mcvs-create-repo):
4796         New functions.
4797         (vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-print-log)
4798         (vc-mcvs-diff): Deal with a list of files, not a single file.
4800         * vc-hg.el (vc-hg-revision-granularity, vc-hg-create-repo): New
4801         functions.
4802         (vc-hg-print-log): Deal with a list of files, not a single file.
4803         (vc-hg-diff-tree): New function, replace defalias with the same
4804         name.
4805         (vc-hg-register, vc-hg-checkin, vc-hg-command): Rename FILE to
4806         FILES to denote that it is a file list, not a single file.
4808         * vc-cvs.el (vc-cvs-create-repo, vc-cvs-wash-log): New functions.
4809         (vc-cvs-register, vc-cvs-checkin): Deal with a list of files, not
4810         a single file.
4811         (vc-cvs-print-log, vc-cvs-command): Rename FILE to FILES to denote
4812         that it is a file list, not a single file.
4813         (vc-cvs-diff): Likewise. Simplify.
4815         * vc-arch.el (vc-arch-register, vc-arch-checkin, vc-arch-diff):
4816         Deal with a list of files, not a single file.
4818         * vc-bzr.el (vc-bzr-register, vc-bzr-command, vc-bzr-checkin)
4819         (vc-bzr-print-log): Update FILE parameter name to denote that it
4820         is a file list, not a single file.
4821         (vc-bzr-diff): Likewise. Use the car of files.
4823 2007-07-18  Juanma Barranquero  <lekktu@gmail.com>
4825         * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
4826         (follow-delete-other-windows-and-split, follow-recenter)
4827         (follow-windows-aligned-p, follow-point-visible-all-windows-p)
4828         (follow-redisplay, follow-estimate-first-window-start)
4829         (follow-xemacs-scrollbar-support, follow-intercept-process-output):
4830         Fix typos in docstrings.
4832 2007-07-18  Martin Rudalics  <rudalics@gmx.at>
4834         * add-log.el (change-log-mode): Use fill-nobreak-predicate to
4835         avoid that filling introduces lines with a single asterisk.
4837         * kmacro.el (kmacro-end-macro): When ignoring empty macro
4838         avoid incorrect kmacro-ring-empty-p messages.
4839         Reported by Michael Schierl <schierlm@gmx.de>.
4841 2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
4843         * vc.el: Add more info about the vc-registered function.
4845 2007-07-17  Michael Albinus  <michael.albinus@gmx.de>
4847         * files.el (file-remote-p): Introduce optional parameter
4848         IDENTIFICATION.
4850         * recentf.el (recentf-keep-default-predicate): Adapt call of
4851         `file-remote-p'.
4853         * progmodes/grep.el (grep-probe): Use `process-file'.
4854         (grep-compute-defaults): Handle variables host specific.
4856         * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
4857         parameter IDENTIFICATION.
4859         * net/tramp.el (tramp-handle-file-remote-p): Handle optional
4860         parameter IDENTIFICATION.
4861         (tramp-handle-set-file-times): New defun.  Replaces `tramp-touch'.
4862         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
4863         Add entry for `set-file-times'.
4864         (tramp-do-copy-or-rename-file-via-buffer)
4865         (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
4866         (tramp-handle-unhandled-file-name-directory): Rewrite.
4867         (tramp-convert-file-attributes): Add error handling when inode is
4868         extraordinary big.
4869         (tramp-get-inode): Change parameter from FILE to VEC.
4870         (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
4871         is nil.  This is according to the specification.  Goto (point-max)
4872         when ready.
4873         (tramp-handle-shell-command): Rewrite completely, using
4874         `process-file' and `start-file-process'.
4875         (tramp-methods, tramp-find-shell)
4876         (tramp-open-connection-setup-interactive-shell)
4877         (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
4878         var.  Reported by Steve Youngs <steve@sxemacs.org>.
4880         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
4881         entry for `set-file-times'.  Rename `start-process' into
4882         `start-file-process'.  Remove `call-process' entry.
4883         (tramp-fish-handle-set-file-times): New defun.
4884         (tramp-fish-handle-executable-find): Use `process-file'.
4885         (tramp-fish-handle-process-file): New defun.  Replaces
4886         `tramp-fish-handle-call-process'.
4887         (tramp-fish-do-copy-or-rename-file-directly): Use
4888         `set-file-times'.
4889         (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
4891         * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
4892         `tramp-get-inode' parameter.
4894 2007-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4896         * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
4897         (vc-bzr-post-command-function): Remove.  Version 0.8 is already old
4898         nowadays, and by the time Emacs-23 comes out, nobody will even remember
4899         it has ever existed.
4901 2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
4903         * vc.el: Undo previous change.
4905 2007-07-16  Eli Zaretskii  <eliz@gnu.org>
4907         * makefile.w32-in (clean): Don't delete *~.
4909 2007-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4911         * textmodes/tex-mode.el (tex-verbatim-environments):
4912         Add safe-local-variable property.
4913         (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
4914         when starting font-lock rather than when loading tex-mode.el.
4916         * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
4917         whole $( rather than just the $.  Rename from sh-quoted-subshell.
4918         (sh-font-lock-syntactic-keywords): Adjust call accordingly.
4920 2007-07-16  Thien-Thi Nguyen  <ttn@gnuvola.org>
4922         * bookmark.el (bookmark-maybe-sort-alist): Don't modify
4923         bookmark-alist.  Instead, if not sorting, simply return it.
4924         (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
4925         for its return value, not for its side effect.
4927         * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
4928         case of alignment under a constant symbol, find and consider
4929         the sexp actually at indentation to be the "last sexp".
4931 2007-07-16  Drew Adams  <drew.adams@oracle.com>
4933         * mouse.el (mouse-yank-secondary): Better error message if no
4934         secondary selection.
4936 2007-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
4938         * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
4940         * term/xterm.el (xterm-turn-on-modify-other-keys)
4941         (xterm-turn-off-modify-other-keys): New functions.
4942         (terminal-init-xterm): Enable the modifyOtherKeys feature if the
4943         terminal supports it.
4945 2007-07-16  Thien-Thi Nguyen  <ttn@gnuvola.org>
4947         * bookmark.el (bookmark-show-all-annotations):
4948         Make sure each inserted annotation ends with newline.
4950 2007-07-15  Richard Stallman  <rms@gnu.org>
4952         * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
4954         * tutorial.el (tutorial--find-changed-keys):
4955         Handle C-x specially like ESC.
4957 2007-07-15  Aaron Hawley  <aaronh@garden.org>
4959         * tar-mode.el (tar-get-descriptor): No error for zero-length file.
4961 2007-07-15  Juri Linkov  <juri@jurta.org>
4963         * delsel.el (delete-selection-pre-hook):
4964         * emulation/cua-base.el (cua-paste): Before a yank command,
4965         check also whether last-command is one of mouse-save-then-kill,
4966         mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
4968 2007-07-15  Michael Albinus  <michael.albinus@gmx.de>
4970         * recentf.el (recentf-keep-default-predicate): New defun.
4971         (recentf-keep): Use it as initial value.
4973 2007-07-15  Karl Fogel  <kfogel@red-bean.com>
4975         * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
4976         thus restoring bookmark bindings to three slots under C-x r.  See
4977         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
4979 2007-07-15  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
4981         * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
4983 2007-07-15  Jason Rumney  <jasonr@gnu.org>
4985         * w32-fns.el (set-default-process-coding-system): Use dos line ends
4986         for input to cmdproxy on all versions of Windows.
4987         Use dos line ends for input to plink.
4989         * comint.el (comint-simple-send): Concat newline before sending.
4990         (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
4992 2007-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4994         * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
4995         safe-local-variable setting.
4997 2007-07-14  David Kastrup  <dak@gnu.org>
4999         * emacs-lisp/advice.el (defadvice): Doc fix.
5001 2007-07-14  Juanma Barranquero  <lekktu@gmail.com>
5003         * subr.el (when, unless): Doc fix.
5005 2007-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
5007         * replace.el (match): Use yellow1 instead of yellow.
5009         * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
5010         red.
5012         * pcvs-info.el (cvs-unknown): Likewise.
5014 2007-07-13  Eli Zaretskii  <eliz@gnu.org>
5016         * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
5017         (install): Use them to copy all *.el files before *.elc.
5019 2007-07-13  Drew Adams  <drew.adams@oracle.com>
5021         * bookmark.el (bookmark-jump-other-window): New function.
5022         (bookmark-map): Bind it to "o".
5024         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
5025         and its thread contains discussion about this change.
5026         The original patch was slightly tweaked by Karl Fogel
5027         <kfogel@red-bean.com> before committing.
5029 2007-07-13  Karl Fogel  <kfogel@red-bean.com>
5031         * bookmark.el: Shorten some comments to fit within 80 lines.
5033 2007-07-13  Karl Fogel  <kfogel@red-bean.com>
5035         * bookmark.el: Don't define bookmark keys under the "C-xr" map;
5036         instead, make "C-xp" a prefix for bookmark-map.  Patch by Drew
5037         Adams <drew.adams@oracle.com>, mildly tweaked by me.  See
5038         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
5040 2007-07-13  Carsten Dominik  <dominik@science.uva.nl>
5042         * textmodes/org.el: Bug fixes.
5043         (org-end-of-line): Move to end of line if in headline without tags.
5045 2007-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5047         * vc-hooks.el: Remove spurious * in docstrings.
5048         (vc-handled-backends): Add BZR.
5050         * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
5052 2007-07-12  Davis Herring  <herring@lanl.gov>
5054         * desktop.el (desktop-buffer-info, desktop-save):
5055         Use `desktop-dirname' instead of `dirname'.
5057 2007-07-12  Paul Pogonyshev  <pogonyshev@gmx.net>
5059         * progmodes/which-func.el (which-func-modes): Add `python-mode'.
5061         * progmodes/python.el (python-which-func-length-limit): New var.
5062         (python-which-func): New function.
5063         (python-current-defun): Add optional `length-limit' and try to fit
5064         computed function name to that length.
5065         (python-mode): Hook `python-which-func' up.
5067 2007-07-12  Sean O'Rourke  <sorourke@cs.ucsd.edu>  (tiny change)
5069         * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
5071         * comint.el (comint-dynamic-complete-as-filename):
5072         Use read-file-name-completion-ignore-case.
5074 2007-07-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5076         * comint.el (comint-dynamic-list-filename-completions):
5077         Use read-file-name-completion-ignore-case.
5079         * vc-cvs.el: Require CL.
5080         (vc-cvs-revision-table, vc-cvs-revision-completion-table):
5081         New functions to provide completion of revision names.
5083         * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
5084         (vc-cvs-annotate-first-line-re): New const.
5085         (vc-cvs-annotate-process-filter): New fun.
5086         (vc-cvs-annotate-command): Use them and run the command asynchronously.
5088 2007-07-12  Paul Pogonyshev  <pogonyshev@gmx.net>
5090         * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
5091         (eldoc-print-current-symbol-info): Adjust for changed helper
5092         function signatures.
5093         (eldoc-get-fnsym-args-string): Add `args' argument.  Use new
5094         `eldoc-highlight-function-argument'.
5095         (eldoc-highlight-function-argument): New function.
5096         (eldoc-get-var-docstring): Format documentation with
5097         `font-lock-variable-name-face'.
5098         (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
5099         where suited.
5100         (eldoc-fnsym-in-current-sexp): Return a list with argument index.
5101         (eldoc-beginning-of-sexp): Return number of skipped sexps.
5103 2007-07-11  Michael Albinus  <michael.albinus@gmx.de>
5105         * progmodes/compile.el (compilation-start): `start-process' must
5106         still be redefined when calling `start-process-shell-command'.
5108         * progmodes/gud.el (gud-file-name): When `default-directory' is a
5109         remote file name, prepend its remote part to the filename.
5110         (gud-common-init): When `default-directory' is a remote file name,
5111         make the filename relative to it.
5112         Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
5114 2007-07-11  Dan Nicolaescu  <dann@ics.uci.edu>
5116         * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
5117         mouse binding and a tooltip.
5119 2007-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5121         * menu-bar.el (vc-menu-map): New defalias.
5123 2007-07-10  Richard Stallman  <rms@gnu.org>
5125         * emacs-lisp/lisp-mode.el (eval-defun):
5126         Explain special handling of `defface'.
5128 2007-07-10  Jim Meyering  <jim@meyering.net>  (tiny change)
5130         * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
5132         * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
5134 2007-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5136         * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
5138         * vc-arch.el (vc-arch-complete): Remove.
5139         (vc-arch-revision-completion-table): Use complete-with-action.
5141         * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
5142         (complete-with-action): New function.
5143         (dynamic-completion-table): Use it.
5145 2007-07-10  Michael Albinus  <michael.albinus@gmx.de>
5147         * comint.el (make-comint, make-comint-in-buffer)
5148         (comint-exec-1): Replace `start-process' by `start-file-process'.
5150         * progmodes/compile.el (compilation-start): Revert redefining
5151         `start-process'.
5153 2007-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5155         * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
5156         with EOLs when generating MD5 checksums.
5158         * follow.el: Don't change the global map from the follow-mode-map
5159         defvar, but from the toplevel.  Use easy-menu to unify the Emacs and
5160         XEmacs code.
5161         (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
5162         since `follow-mode' should be used instead for that.
5164         * emacs-lisp/easymenu.el (easy-menu-binding): New function.
5165         (easy-menu-do-define): Use it.
5166         (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
5168         * progmodes/compile.el (compilation-auto-jump-to-first-error)
5169         (compilation-auto-jump-to-next): New vars.
5170         (compilation-auto-jump): New function.
5171         (compilation-error-properties): Use them to jump to first error.
5172         (compilation-start): Set the var if requested.
5174         * emacs-lisp/autoload.el (update-directory-autoloads): Remove
5175         duplicates without also removing entries from other directories.
5177 2007-07-10  Carsten Dominik  <dominik@science.uva.nl>
5179         * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
5180         Remember span as default.
5181         (org-columns-edit-value): Rename from `org-column-edit'.
5182         (org-columns-display-here-title): Rename from
5183         `org-overlay-columns-title'.
5184         (org-columns-remove-overlays): Rename from org-remove-column-overlays.
5185         (org-columns-get-autowidth-alist): Rename from
5186         `org-get-columns-autowidth-alist'.
5187         (org-columns-display-here): Rename from `org-overlay-columns'.
5188         (org-columns-new-overlay): Rename from `org-new-column-overlay'.
5189         (org-columns-quit): Rename from `org-column-quit'.
5190         (org-columns-show-value): Rename from `org-column-show-value'.
5191         (org-columns-content, org-columns-widen)
5192         (org-columns-next-allowed-value)
5193         (org-columns-edit-allowed, org-columns-store-format)
5194         (org-columns-uncompile-format, org-columns-redo)
5195         (org-columns-edit-attributes, org-delete-property)
5196         (org-set-property, org-columns-update)
5197         (org-columns-compute, org-columns-eval)
5198         (org-columns-not-in-agenda, org-columns-compute-all)
5199         (org-property-next-allowed-value)
5200         (org-columns-compile-format)
5201         (org-fill-paragraph-experimental)
5202         (org-string-to-number, org-property-action)
5203         (org-columns-move-left, org-columns-new)
5204         (org-column-number-to-string)
5205         (org-property-previous-allowed-value)
5206         (org-at-property-p, org-columns-delete)
5207         (org-columns-previous-allowed-value)
5208         (org-columns-move-right, org-columns-narrow)
5209         (org-property-get-allowed-values)
5210         (org-verify-version, org-column-string-to-number)
5211         (org-delete-property-globally): New functions.
5212         (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
5213         (org-columns-overlays): Rename from `org-column-overlays'.
5214         (org-columns-map): Rename from `org-column-map'.
5215         (org-columns-current-maxwidths): Rename from
5216         `org-current-columns-maxwidths'.
5217         (org-columns-begin-marker, org-columns-current-fmt-compiled)
5218         (org-previous-header-line-format)
5219         (org-columns-inhibit-recalculation)
5220         (org-columns-top-level-marker): New variables.
5221         (org-columns-default-format): Rename from `org-default-columns-format'.
5222         (org-property-re): New constant.
5224 2007-07-10  Guanpeng Xu  <herberteuler@hotmail.com>
5226         * subr.el (looking-at-p, string-match-p): New functions.
5228 2007-07-09  Reiner Steib  <Reiner.Steib@gmx.de>
5230         * textmodes/tex-mode.el (tex-fontify-script)
5231         (tex-font-script-display): New variables to make display of
5232         superscripts and subscripts customizable.
5233         (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
5235 2007-07-09  Richard Stallman  <rms@gnu.org>
5237         * isearch.el (isearch-edit-string): Call to isearch-push-state
5238         after the search.
5240 2007-07-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5242         * window.el (fit-window-to-buffer): Remove setting of window-min-height
5243         to 1 as enlarge-window uses the value to resize/shrink windows other
5244         than WINDOW if needed.
5246 2007-07-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5248         * cus-start.el (file-coding-system-alist): Fix custom type.
5250 2007-07-08  Chong Yidong  <cyd@stupidchicken.com>
5252         * longlines.el (longlines-wrap-region): Avoid marking buffer as
5253         modified.
5254         (longlines-auto-wrap, longlines-window-change-function):
5255         Remove unnecessary calls to set-buffer-modified-p.
5257 2007-07-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5259         * cus-start.el (file-coding-system-alist): Fix custom type.
5261 2007-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5263         * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
5264         (vc-cvs-checkout): Remove last arg now unused; simplify.
5266 2007-07-08  Michael Albinus  <michael.albinus@gmx.de>
5268         * files.el (file-remote-p): Introduce optional parameter CONNECTED.
5270         * net/tramp.el:
5271         * net/tramp-ftp.el:
5272         * net/tramp-smb.el:
5273         * net/tramp-uu.el:
5274         * net/trampver.el: Migrate to Tramp 2.1.
5276         * net/tramp-cache.el:
5277         * net/tramp-fish.el:
5278         * net/tramp-gw.el: New Tramp packages.
5280         * net/tramp-util.el:
5281         * net/tramp-vc.el: Removed.
5283         * net/ange-ftp.el: Add ange-ftp property to 'start-file-process.
5284         (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
5286         * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
5288         * progmodes/compile.el (compilation-start): Redefine
5289         `start-process' temporarily when `default-directory' is remote.
5290         Remove case of synchronous compilation, this won't happen ever.
5291         (compilation-setup): Make local variable `comint-file-name-prefix'
5292         for remote compilation.
5294 2007-07-08  Martin Rudalics  <rudalics@gmx.at>
5296         * novice.el (disabled-command-function): Fit window to buffer to
5297         make last line visible.
5298         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
5300         * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
5301         when handling the terminating event.
5303 2007-07-07  Jay Belanger  <jay.p.belanger@gmail.com>
5305         * calc/calc.el (math-read-number-simple): Remove leading 0s.
5306         (math-bignum-digit-length): Change to optimal value.
5308         * calc/calc-bin.el (math-bignum-logb-digit-size)
5309         (math-bignum-digit-power-of-two): Evaluate when compiled.
5311         * calc/calc-comb.el (math-small-factorial-table)
5312         (math-init-random-base, math-prime-test): Remove unnecessary calls
5313         to `math-read-number-simple'.
5315         * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
5316         (math-approx-gamma-const): Add docstrings.
5318         * calc/calc-forms.el (math-julian-date-beginning)
5319         (math-julian-date-beginning-int): New constants.
5320         (math-format-date-part, math-parse-standard-date, calcFunc-julian):
5321         Use the new constants.
5323         * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
5325         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
5326         Add docstrings.
5328 2007-07-07  Tom Tromey  <tromey@redhat.com>
5330         * vc.el (vc-annotate): Jump to line and output message only after the
5331         process is really all done.
5333 2007-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5335         * vc.el (vc-exec-after): Don't move point from the sentinel.
5336         Forcefully read all the remaining text in the pipe upon process exit.
5337         (vc-annotate-display-autoscale, vc-annotate-lines):
5338         Don't stop at the first unrecognized line.
5339         (vc-annotate-display-select): Run autoscale after the process is done
5340         since it depends on the whole result.
5342 2007-07-07  Eli Zaretskii  <eliz@gnu.org>
5344         * term/w32-win.el (menu-bar-open): New function.
5345         Bind <f10> to it.
5347 2007-07-07  Michael Albinus  <michael.albinus@gmx.de>
5349         * simple.el (start-file-process): New defun.
5351 2007-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5353         * files.el (find-file-confirm-nonexistent-file): Rename from
5354         find-file-confirm-inexistent-file.  Update users.
5356         * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
5357         format of autoload block where the file's time-stamp is replaced by its
5358         MD5 checksum.
5359         (autoload-generate-file-autoloads): Use MD5 checksum instead of
5360         time-stamp for secondary autoloads files.
5361         (update-directory-autoloads): Remove duplicate entries.
5362         Use time-less-p for time-stamps, as done in autoload-find-destination.
5364 2007-07-07  Jay Belanger  <jay.p.belanger@gmail.com>
5366         * calc/calc.el (math-read-number): Replace number by variable.
5367         (math-read-number-simple): Properly parse small integers.
5369 2007-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
5371         * vc.el: Fix doc for the checkout function.
5373 2007-07-06  Dan Nicolaescu  <dann@ics.uci.edu>
5375         * vc-hg.el (vc-hg-root): New function.
5376         (vc-hg-registered): Use it.
5377         (vc-hg-diff-tree): New defalias.
5378         (vc-hg-responsible-p): Likewise.
5379         (vc-hg-checkout): Comment out, not needed.
5380         (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
5381         (vc-hg-find-version, vc-hg-next-version): New functions.
5383 2007-07-06  Andreas Schwab  <schwab@suse.de>
5385         * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
5386         dynamic bindings around the evaluation of the expression.
5387         Reported by Jay Belanger <jay.p.belanger@gmail.com>.
5389 2007-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5391         * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
5392         Run before-revert-hook.  Suggested by Denis Bueno <denbuen@sandia.gov>.
5393         Use run-hooks rather than run-mode-hooks.
5395 2007-07-05  Jay Belanger  <jay.p.belanger@gmail.com>
5397         * calc/calc-comb.el (math-random-digit): Rename to
5398         `math-random-three-digit-number'.
5399         (math-random-digits): Don't depend on representation of integer.
5401         * calc/calc-bin.el (math-bignum-logb-digit-size)
5402         (math-bignum-digit-power-of-two): New constants.
5403         (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
5404         (math-not-bignum, math-clip-bignum): Use the constants
5405         `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
5406         instead of their values.
5407         (math-clip): Use math-small-integer-size instead of its value.
5409         * calc/calc.el (math-add-bignum): Replace number by constant.
5411 2007-07-05  Chong Yidong  <cyd@stupidchicken.com>
5413         * wid-edit.el (widget-documentation-string-value-create):
5414         Insert indentation spaces.
5416 2007-07-05  Thien-Thi Nguyen  <ttn@gnuvola.org>
5418         * emacs-lisp/byte-opt.el: Revert last change.
5420 2007-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
5422         * vc-hooks.el (vc-handled-backends): Add HG.
5424         * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
5426 2007-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5428         * complete.el (PC-do-complete-and-exit): Add support for the new
5429         `confirm-only' confirmation mode.
5431 2007-07-05  Chong Yidong  <cyd@stupidchicken.com>
5433         * cus-edit.el (custom-commands): New variable.
5434         (custom-tool-bar-map): New variable.  Initialize using
5435         `custom-commands'.
5436         (custom-mode): Use `custom-tool-bar-map'.
5437         (custom-buffer-create-internal): Insert action buttons only if
5438         tool bar is not used.  Use `custom-commands'.
5439         (Custom-help, custom-command-apply): New function.
5440         (custom-command-apply, Custom-set, Custom-save)
5441         (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
5442         Use `custom-command-apply' instead of duplicating code.
5443         (customize-group-other-window): Call `customize-group' instead of
5444         duplicating code.
5445         (customize-face-other-window): Call `customize-face' instead of
5446         duplicating code.
5447         (customize-group, customize-face): Add optional args for opening
5448         in another window.
5449         (custom-variable-tag): Don't inherit `variable-pitch' face.
5450         (custom-group-tag): Inherit `variable-pitch' face.
5451         (custom-variable-value-create): Set documentation indentation.
5452         (custom-group-value-create): Make group name a link, instead of
5453         using an extra "go to group" button.
5454         (custom-prompt-variable, custom-group-set, custom-group-save)
5455         (custom-group-reset-current, custom-group-reset-saved)
5456         (custom-group-reset-standard): Minor cleanup.
5458 2007-07-05  Thien-Thi Nguyen  <ttn@gnuvola.org>
5460         * Makefile.in (bootstrap-prepare): When copying from
5461         ldefs-boot.el, make sure loaddefs.el is writeable.
5463         (bootstrap-prepare): Make $(lisp)/ps-print.el
5464         and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
5466 2007-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
5468         * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
5469         only caller, and delete.
5470         (vc-hg-state): Deal with exceptions and only parse the output on
5471         successful return.
5472         (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
5473         caller, and delete.
5474         (vc-hg-workfile-version): Deal with exceptions and only parse the
5475         output on successful return.
5476         (vc-hg-revert): New function.
5478 2007-07-04  Jay Belanger  <jay.p.belanger@gmail.com>
5480         * calculator.el (calculator-expt): Use more cases to determine
5481         the value.
5483 2007-07-03  Dan Nicolaescu  <dann@ics.uci.edu>
5485         * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
5486         file names.
5488 2007-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
5490         * calculator.el (calculator-expt, calculator-integer-p):
5491         New functions.
5492         (calculator-fact): Check to see if the factorial will be too
5493         large before computing it.
5494         (calculator-initial-operators): Use `calculator-expt' to
5495         compute "^".
5496         (calculator-mode): Mention that results which are too large
5497         will return inf.
5498         * calc/calc-comb.el (math-small-factorial-table): Replace list
5499         by vector.
5501 2007-07-03  David Kastrup  <dak@gnu.org>
5503         * shell.el: On request of the authors, remove their addresses for
5504         the sake of bug reports, and add the developer list address as
5505         maintainer information.
5507 2007-07-03  Richard Stallman  <rms@gnu.org>
5509         * files.el (make-directory): Doc fix.
5510         (find-file-confirm-inexistent-file): Make it a defcustom.
5511         Make nil the default.
5513 2007-07-02  Richard Stallman  <rms@gnu.org>
5515         * startup.el (command-line): Set buffer-offer-save in *scratch*
5516         and enable auto-save in it.
5518 2007-07-02  Carsten Dominik  <dominik@science.uva.nl>
5520         * textmodes/org.el (orgstruct-mode-map): New variable.
5521         (orgstruct-mode): New minor mode.
5522         (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
5523         (orgstruct-make-binding, org-context-p, org-get-local-variables)
5524         (org-run-like-in-org-mode): New functions.
5525         (org-cycle-list-bullet): New command.
5526         (org-special-properties, org-property-start-re)
5527         (org-property-end-re): New constants.
5528         (org-with-point-at): New macro.
5529         (org-get-property-block, org-entry-properties, org-entry-get)
5530         (org-entry-delete, org-entry-get-with-inheritance)
5531         (org-entry-put, org-buffer-property-keys): New functions.
5532         (org-insert-property-drawer): New command.
5533         (org-entry-property-inherited-from): New variable.
5534         (org-column): New face.
5535         (org-column-overlays, org-current-columns-fmt)
5536         (org-current-columns-maxwidths, org-column-map): New variables.
5537         (org-column-menu): New menu.
5538         (org-new-column-overlay, org-overlay-columns)
5539         (org-overlay-columns-title, org-remove-column-overlays)
5540         (org-column-show-value, org-column-quit, org-column-edit): New
5541         functions.
5542         (org-columns, org-agenda-columns): New commands.
5543         (org-get-columns-autowidth-alist): New functions.
5544         (org-properties): New customize group.
5545         (org-default-columns-format): New option.
5546         (org-priority): Realign tags after changing priority.
5547         (org-preserve-lc): New macro.
5548         (org-update-checkbox-count): Catch case when there is no headline.
5549         (org-agenda-quit): Remove any column overlays.
5550         (org-beginning-of-item-list): Fixed bug when non-item line is
5551         indented too deep.
5552         (org-cached-props): New variable.
5553         (org-cached-entry-get): New function.
5554         (org-make-tags-matcher): Handle property matches.
5555         (org-table-recalculate): Swap evaluation order: Field formula
5556         first, then column formulas, but don't allow them to overwrite the
5557         field formulas.
5558         (org-table-eval-formula): New argument untouchable.
5559         (org-table-put-field-property): New function.
5561 2007-07-02  Martin Rudalics  <rudalics@gmx.at>
5563         * help-mode.el (help-make-xrefs): Skip spaces too when
5564         skipping tabs.
5566         * ffap.el (dired-at-point-prompter): Improve prompt in
5567         list-directory case.
5569 2007-07-01  Richard Stallman  <rms@gnu.org>
5571         * files.el (find-file-visit-truename): Fix safe-local-variable value.
5573 2007-07-01  Richard Stallman  <rms@gnu.org>
5575         * cus-start.el (max-mini-window-height): Added.
5577 2007-07-01  Sean O'Rourke  <sorourke@cs.ucsd.edu>  (tiny change)
5579         * complete.el (partial-completion-mode): Remove advice of
5580         read-file-name-internal.
5581         (PC-do-completion): Rebind minibuffer-completion-table.
5582         (PC-read-file-name-internal): New function doing what
5583         read-file-name-internal advice did.
5585 2007-07-01  Paul Pogonyshev  <pogonyshev@gmx.net>
5587         * emacs-lisp/byte-opt.el: Set `binding-is-magic'
5588         property on a few symbols.
5589         (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
5590         (byte-optimize-lapcode): Remove bindings that are not referenced
5591         and certainly will not effect through dynamic scoping.
5593 2007-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5595         * files.el (find-file-confirm-inexistent-file): New var.
5596         (find-file, find-file-other-window, find-file-other-frame)
5597         (find-file-read-only, find-file-read-only-other-window)
5598         (find-file-read-only-other-frame): Use it.
5600 2007-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5602         * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
5604 2007-06-29  Juanma Barranquero  <lekktu@gmail.com>
5606         * generic-x.el (generic-define-mswindows-modes)
5607         (generic-define-unix-modes, apache-log-generic-mode)
5608         (bat-generic-mode-keymap, java-manifest-generic-mode)
5609         (show-tabs-generic-mode): Fix typos in docstrings.
5611 2007-06-29  Ryan Yeske  <rcyeske@gmail.com>
5613         * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
5614         (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
5615         (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
5616         (rcirc-print): Never ignore messages from ourself.
5618 2007-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5620         * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
5621         syntax as well.  Reported by Juri Linkov <juri@jurta.org>.
5623 2007-06-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5625         * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
5626         replace-regexp-in-string.
5628 2007-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5630         * emacs-lisp/cl.el: Set edebug and indentation before loading
5631         cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
5633 2007-06-28  Andreas Schwab  <schwab@suse.de>
5635         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
5636         $(lisp)/subdirs.el.
5638 2007-06-28  Juanma Barranquero  <lekktu@gmail.com>
5640         * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
5641         the speedbar frame if nil; that deletes the current frame or
5642         causes an error if it is the only frame.
5643         Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
5645 2007-06-28  Kevin Ryde  <user42@zip.com.au>
5647         * textmodes/nroff-mode.el: Groff \# comments.
5648         (nroff-mode-syntax-table): \# comment intro,
5649         plain # as punct per global table.
5650         (nroff-font-lock-keywords): Add # as a single char escape.
5651         (nroff-mode): In comment-start-skip, match \#.
5653 2007-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5655         * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
5656         (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
5657         point-min == 1.
5659 2007-06-28  Nick Roberts  <nickrob@snap.net.nz>
5661         * pcvs-util.el (cvs-strings->string, cvs-string->strings):
5662         Rename and move to...
5664         * subr.el (strings->string, string->strings): ...here.
5666         * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
5667         (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
5669         * progmodes/gud.el (gud-common-init): Call string->strings instead
5670         of split-string.
5672 2007-06-27  Michael Albinus  <michael.albinus@gmx.de>
5674         * dired-aux.el: Remove `dired-call-process'.
5675         (dired-check-process): Call `process-file'.
5677         * wdired.el (wdired-do-perm-changes): Call `process-file'.
5679         * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
5680         `ange-ftp-process-file'.
5682 2007-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5684         * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
5686         * emacs-lisp/cl-extra.el:
5687         * emacs-lisp/cl-seq.el:
5688         * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
5689         Add autoload cookies on all defs autoloaded manually in cl.el.
5691         * emacs-lisp/cl-loaddefs.el: New file.
5693         * textmodes/texinfmt.el (texinfo-raisesections-alist)
5694         (texinfo-lowersections-alist): Merge definition and declaration.
5695         (texinfo-start-of-header, texinfo-end-of-header): Remove.
5696         (texinfo-format-syntax-table): Merge init into declaration.
5697         (texinfo-format-parse-line-args, texinfo-format-parse-args)
5698         (texinfo-format-parse-defun-args, texinfo-format-node)
5699         (texinfo-push-stack, texinfo-multitable-widths)
5700         (texinfo-define-info-enclosure, texinfo-alias)
5701         (texinfo-format-defindex, batch-texinfo-format): Use push.
5702         (texinfo-footnote-number): Remove duplicate declaration.
5704         * ps-print.el: Update with auto-generated autoloads.
5706         * ps-mule.el: Set generated-autoload-file to "ps-print.el".
5708 2007-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5710         * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
5711         relative to current dir for file-local settings.
5712         (autoload-generate-file-autoloads): Add `outfile' arg.
5713         (update-directory-autoloads): Use it to directly call
5714         autoload-generate-file-autoloads instead of going through
5715         update-file-autoloads so we avoid redundant searches and so we can know
5716         the set of buffers changed so we can save them all.
5718         * emacs-lisp/autoload.el (autoload-find-destination): Return nil
5719         rather than throwing `up-to-date'.
5720         (autoload-generate-file-autoloads): Adjust correspondingly.
5721         (update-file-autoloads): Be careful to let-bind
5722         autoload-modified-buffers and adjust to new calling conventions.
5723         (autoload-modified-buffers): Make it a dynamically scoped var.
5724         (update-directory-autoloads): Use file-relative-name instead of
5725         autoload-trim-file-name.
5726         (autoload-insert-section-header): Don't use autoload-trim-file-name
5727         since the file is already relative now.
5728         (autoload-trim-file-name): Remove.
5730         * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
5731         (vc-arch-complete, vc-arch--version-completion-table)
5732         (vc-arch-revision-completion-table): New functions to provide
5733         completion of revision names.
5734         (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
5735         (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
5736         to let the user trim the revlib.
5738         * vc.el: Add new VC operation `revision-completion-table'.
5739         (vc-default-revision-completion-table): New function.
5740         (vc-version-diff, vc-version-other-window): Use it to provide
5741         completion of revision names if the backend provides it.
5743         * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
5745         * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
5746         of newer .svn/entries.
5748 2007-06-25  David Kastrup  <dak@gnu.org>
5750         * calc/calc-poly.el (math-padded-polynomial)
5751         (math-partial-fractions): Add some function comments.
5753 2007-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5755         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
5756         Make `outbuf' optional.
5757         (update-file-autoloads): Use it.
5759 2007-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5761         * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
5762         (autoload-find-destination): Keep it uptodate.
5763         (autoload-save-buffers): New fun.
5764         (update-file-autoloads): Use it.  Re-add the "up to date" message.
5766         * emacs-lisp/autoload.el: Refactor for upcoming changes.
5767         (autoload-find-destination): New function extracted from
5768         update-file-autoloads.
5769         (update-file-autoloads): Use it.
5770         (autoload-generate-file-autoloads): New function extracted from
5771         generate-file-autoloads.  Use file-relative-name.  Delay computation of
5772         output-start to the first cookie.  Remove done-any, replaced by
5773         output-start.
5774         (generate-file-autoloads): Use it.
5776 2007-06-24  Jay Belanger  <jay.p.belanger@gmail.com>
5778         * calc/calc-comb.el (math-init-random-base, math-prime-test):
5779         Use math-read-number-simple to insert constants.
5780         (math-prime-test): Redo calculation of sum.
5782         * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
5784         * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
5785         math-scale-bignum-3.
5786         (math-isqrt-bignum): Use math-scale-bignum-digit-size and
5787         math-bignum-digit-size.
5788         (math-isqrt-small): Add another possible initial guess.
5790 2007-06-23  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5792         * textmodes/bibtex.el (bibtex-entry-format): New options
5793         `whitespace', `braces', and `string'.
5794         (bibtex-field-braces-alist, bibtex-field-strings-alist)
5795         (bibtex-field-braces-opt, bibtex-field-strings-opt)
5796         (bibtex-cite-matcher-alist): New variables.
5797         (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
5798         (bibtex-flash-head): Use blink-matching-delay.
5799         (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
5800         (bibtex-format-entry, bibtex-reformat): Handle new options of
5801         bibtex-entry-format.
5802         (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
5803         New functions.
5804         (bibtex-complete-internal): Do not display messages while
5805         minibuffer is used.  Do not leave around a completions buffer
5806         that is out of date.
5807         (bibtex-copy-summary-as-kill): New optional arg.
5808         (bibtex-font-lock-url): New optional arg no-button.
5809         (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
5810         (bibtex-url): Allow multiple URLs per entry.
5812 2007-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5814         * emacs-lisp/autoload.el (autoload-generated-file): New function.
5815         (update-file-autoloads, update-directory-autoloads): Use it.
5816         (autoload-file-load-name): New function.
5817         (generate-file-autoloads, update-file-autoloads): Use it.
5818         (autoload-find-file): Accept non-absolute argument.  Set default-dir.
5819         (generate-file-autoloads): If the autoloaded form is malformed,
5820         indicate the problem with a warning instead of aborting.
5822 2007-06-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
5824         * simple.el (next-error-recenter): Accept `(4)' as well;
5825         also, specify `integer' instead of `number'.
5827 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
5829         * ls-lisp.el (insert-directory): If an invalid regexp error is
5830         thrown, try using FILE as a literal file name, not a wildcard.
5832 2007-06-23  Juanma Barranquero  <lekktu@gmail.com>
5834         * ruler-mode.el (ruler-mode): Prevent clobbering the original
5835         `header-line-format' when reentering ruler mode.
5837 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
5839         * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
5840         FILE exists as a file.
5842 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
5844         * calc/calc.el (math-bignum-digit-length)
5845         (math-bignum-digit-size, math-small-integer-size):
5846         New constants.
5847         (math-normalize, math-bignum-big, math-make-float)
5848         (math-div10-bignum, math-scale-left, math-scale-left-bignum)
5849         (math-scale-right, math-scale-right-bignum, math-scale-rounding)
5850         (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
5851         (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
5852         (math-quotient, math-div-bignum, math-div-bignum-digit)
5853         (math-div-bignum-part, math-format-bignum-decimal)
5854         (math-read-bignum): Use math-bignum-digit-length,
5855         math-bignum-digit-size and math-small-integer-size.
5857         * calc/calc-ext.el (math-fixnum-big): Use the variable
5858         math-bignum-digit-size.
5860 2007-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
5862         * log-view.el (log-view-mode-menu): New menu.
5864 2007-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5866         * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
5867         differently.
5869         * vc-hg.el (vc-hg-registered): Add an autoloaded version.
5870         (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
5872 2007-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
5874         * vc-hg.el (vc-hg-print-log): Insert the file name.
5875         (vc-hg-log-view-mode): Fontify the file name.
5877 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
5879         * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
5880         (calcFunc-julian): Fix incorrect number used in calculations.
5882 2007-06-22  Thien-Thi Nguyen  <ttn@gnuvola.org>
5884         * simple.el (next-error-recenter): New defcustom.
5885         (next-error, next-error-internal): Recenter if specified,
5886         immediately prior to running `next-error-hook'.
5888         * progmodes/hideshow.el (hs-show-block): Use line-end-position.
5889         (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
5891         * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
5893 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
5895         * calc/calc-comb.el (math-small-factorial-table): New variable.
5896         (calcFunc-fact): Use `math-small-factorial-table'.
5898         * calc/calc-ext.el (math-defcache): Allow forms to evaluate
5899         initial values.
5900         (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
5901         New variables to use in caches.
5903         * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
5904         (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
5906         * calc/calc-func.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
5907         (math-bernoulli-b-cache): Use math-read-number-simple to insert
5908         bignums.
5910         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
5911         New variables to use in caches.
5913 2007-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
5915         * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
5917         * vc-hg.el (vc-hg-log-view-mode): New mode.
5919 2007-06-21  Jay Belanger  <jay.p.belanger@gmail.com>
5921         * calc/calc.el (math-read-number-simple): New function.
5923 2007-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5925         * vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
5926         (vera-font-lock-match-item): Fix doc string.
5927         (vera-in-comment-p): Remove unused function.
5928         (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
5929         use `syntax-ppss'.
5930         (vera-forward-syntactic-ws): Fix argument order.
5931         (vera-prepare-search): Use `with-syntax-table'.
5932         (vera-indent-line): Fix doc string.
5933         (vera-electric-tab): Fix doc string.
5934         (vera-expand-abbrev): Define alias instead of using `fset'.
5935         (vera-comment-uncomment-region): Use `comment-start-skip'.
5937 2007-06-21  Carsten Dominik  <dominik@science.uva.nl>
5939         * textmodes/org.el (org-export-with-footnotes): New option.
5940         (org-export-as-html): Fix replacement bug for XEmacs.
5941         (org-agenda-default-appointment-duration): New option.
5943 2007-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
5945         * vc-hg.el: Add to do items.
5946         (vc-hg-diff): Add support for comparing different revisions.
5947         (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
5948         (vc-hg-annotate-extract-revision-at-line)
5949         (vc-hg-previous-version, vc-hg-checkin): New functions.
5950         (vc-hg-annotate-re): New constant.
5952 2007-06-20  Jay Belanger  <jay.p.belanger@gmail.com>
5954         * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
5956 2007-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5958         * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
5959         buffer-local value of log-view-*-re if applicable.
5961         * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
5962         Use vc-bzr-command rather than the ill defined vc-bzr-command*.
5963         (vc-bzr-command*): Remove both (incompatible) versions.
5964         (vc-bzr-do-command*): Remove.
5965         (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
5966         Remove by folding into its only caller vc-bzr-command.
5967         (vc-bzr-command): Always set the environment, even when ineffective.
5968         (vc-bzr-version): Minor fix up.
5969         (vc-bzr-admin-dirname): New var.
5970         (vc-bzr-bzr-dir): Remove.
5971         (vc-bzr-root-dir): New fun.
5972         (vc-bzr-registered): Use it.  Add an autoloaded version.
5973         (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
5974         (vc-bzr-view-log-function): Remove.
5975         (vc-bzr-log-view-mode): New major mode to replace it.
5976         (vc-bzr-print-log): Only activate the old hack if needed.
5978         * vc.el (vc-default-log-view-mode): New function.
5979         (vc-print-log): Add new `log-view-mode' VC operation.
5981 2007-06-20  Juanma Barranquero  <lekktu@gmail.com>
5983         * ido.el (ido-find-file-in-dir): Don't signal an error for
5984         empty directories.
5986         * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
5988         * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
5989         directory where the desktop file was found, as the docstring says.
5990         (desktop-kill): Use `read-directory-name'.
5992 2007-06-20  Alan Mackenzie  <acm@muc.de>
5994         * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
5995         When removing lines, also remove the \n.  Correction of patch of
5996         2007-04-21.
5998 2007-06-20  Martin Rudalics  <rudalics@gmx.at>
6000         * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
6001         event is not a cons cell.  Do not unread drag-mouse-1 events.
6002         Select right window in check whether space was stolen from
6003         window above.
6005         * help-mode.el (help-make-xrefs): Adjust position of new forward
6006         button.
6008 2007-06-20  Riccardo Murri  <riccardo.murri@gmail.com>
6010         * vc-bzr.el (vc-bzr-with-process-environment)
6011         (vc-bzr-std-process-invocation): New macros.
6012         (vc-bzr-command, vc-bzr-command*): Use them.
6013         (vc-bzr-with-c-locale): Remove.
6014         (vc-bzr-dir-state): Replace its use with vc-bzr-command.
6015         (vc-bzr-buffer-nonblank-p): New function.
6016         (vc-bzr-state-words): New const.
6017         (vc-bzr-state): Look for `bzr status` keywords in output.
6018         Display everything else as a warning message to the user.
6019         Fix status report with bzr >= 0.15.
6021 2007-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
6023         * vc-hg.el (vc-hg-global-switches): Simplify.
6024         (vc-hg-state): Handle more states.
6025         (vc-hg-diff): Fix doc-string.
6026         (vc-hg-register): New function.
6027         (vc-hg-checkout): Likewise.
6029 2007-06-20  Reto Zimmermann  <reto@gnu.org>
6031         * progmodes/vera-mode.el: New file.
6033 2007-06-19  Jay Belanger  <jay.p.belanger@gmail.com>
6035         * calc/calc.el (calc-multiplication-has-precendence):
6036         New variable.
6037         (math-standard-ops, math-standard-ops-p, math-expr-ops):
6038         New functions.
6039         (math-expr-opers): Define using math-standard-ops rather than
6040         math-standard-opers.
6041         * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
6042         equal the function math-standard-ops rather than the variable
6043         math-standard-opers.
6044         (calc-algebraic-entry): Let math-expr-opers equal
6045         math-standard-ops or math-expr-ops, as appropriate.
6046         (math-expr-read-level, math-read-factor): Let math-expr-opers
6047         equal math-expr-ops.
6048         * calc/calc-embed.el (calc-embedded-finish-edit):
6049         Let math-expr-opers equal the function math-standard-ops
6050         rather than the variable math-standard-opers.
6051         * calc/calc-ext.el (math-read-plain-expr)
6052         (math-format-flat-expr-fancy): Let math-expr-opers equal the
6053         function math-standard-ops rather than the variable
6054         math-standard-opers.
6055         * calc/calc-lang.el (calc-set-language, math-read-big-rec):
6056         Let math-expr-opers equal the function math-standard-ops rather
6057         than the variable math-standard-opers.
6058         * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
6059         equal the function math-standard-ops rather than the variable
6060         math-standard-opers.
6061         * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
6062         equal the function math-standard-ops rather than the variable
6063         math-standard-opers.
6064         * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
6065         math-expr-ops.
6067 2007-06-19  Ivan Kanis  <apple@kanis.eu>
6069         * vc-hg.el: New file.
6071 2007-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6073         * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
6074         with font-lock-multiline.
6076 2007-06-17  Glenn Morris  <rgm@gnu.org>
6078         * lpr.el (lpr-page-header-switches): Move %s to separate element
6079         for correct quoting.  Doc fix.
6081 2007-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6083         * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
6084         than setting sgml-xml-mode.
6085         (sgml-mode, html-mode): Set sgml-xml-mode.
6086         (sgml-skip-tag-backward): Tell if we skipped over matched tags.
6087         (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
6088         (sgml-electric-tag-pair-before-change-function)
6089         (sgml-electric-tag-pair-flush-overlays): New functions.
6090         (sgml-electric-tag-pair-mode): New minor mode.
6091         (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
6092         (sgml-calculate-indent): Use assoc-string.
6094 2007-06-16  Karl Fogel  <kfogel@red-bean.com>
6096         * thingatpt.el (thing-at-point-email-regexp): Don't require two
6097         chars before the "@" in an email address.  Andreas Roehler noticed
6098         this problem.
6100 2007-06-15  Karl Fogel  <kfogel@red-bean.com>
6102         * thingatpt.el: Add support for email addresses (`email').
6103         (thing-at-point, bounds-of-thing-at-point): Document `email' support.
6104         (thing-at-point-email-regexp): New variable.
6105         (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
6106         properties on this symbol, with lambda forms for values.
6108 2007-06-15  Masatake YAMATO  <jet@gyve.org>
6110         * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
6112         * vc.el (vc-dired-hook): Check the backend returned from
6113         `vc-responsible-backend' can really handle `subdir'.
6115 2007-06-15  Chong Yidong  <cyd@stupidchicken.com>
6117         * wid-edit.el (widget-add-documentation-string-button):
6118         Fix handling of documentation indent.
6120 2007-06-15  Miles Bader  <miles@fencepost.gnu.org>
6122         * mb-depth.el: New file.
6124 2007-06-15  Masatake YAMATO  <jet@gyve.org>
6126         * vc.el (vc-dired-mode): Show backend name as part of mode name.
6128 2007-06-14  Chong Yidong  <cyd@stupidchicken.com>
6130         * wid-edit.el (widget-default-create): Move ?h handling here...
6131         (widget-default-format-handler): ...from here.
6132         (widget-docstring, widget-add-documentation-string-button): New funs.
6133         (documentation-string): Add :visibility-widget property.
6134         (widget-documentation-string-value-create): Use it.
6136         * cus-edit.el (custom-split-regexp-maybe): Simplify.
6137         (custom-buffer-create-internal): Simplify message.
6138         (custom-variable-tag): Reduce height to normal.
6139         (custom-variable-value-create, custom-face-value-create)
6140         (custom-visibility): New widget.
6141         (custom-visibility): New face.
6142         (custom-group-value-create):
6143         Call widget-add-documentation-string-button, using `custom-visibility'.
6145 2007-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6147         * emacs-lisp/bytecomp.el (byte-compile-current-group)
6148         (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
6149         change.  Apparently the "warning even if the group is implicit" is
6150         a feature rather than a bug.
6152 2007-06-14  Michael Kifer  <kifer@cs.stonybrook.edu>
6154         * viper.el (viper-describe-key-ad, viper-describe-key-briefly-ad):
6155         Different advices for Emacs and XEmacs.  Compile them conditionally.
6156         (viper-version): Belated version change.
6158 2007-06-14  Juanma Barranquero  <lekktu@gmail.com>
6160         * follow.el (follow-all-followers, follow-generic-filter):
6161         * pcomplete.el (pcomplete-restore-windows):
6162         * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
6163         (x-dnd-drop-data):
6164         * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
6165         * progmodes/python.el (python-complete-symbol):
6166         * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
6168 2007-06-13  Ryan Yeske  <rcyeske@gmail.com>
6170         * rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
6171         around bright and dim regexps.  Make sure bright and dim matches
6172         use word anchors.  Send text through rcirc-markup functions.
6173         (rcirc-url-regexp): Add single quote character.
6174         (rcirc-connect): Write logs to disk on auto-save-hook.
6175         Make server a non-optional argument.
6176         (rcirc-log-alist): New variable.
6177         (rcirc-log-directory): Make customizable.
6178         (rcirc-log-flag): New customizable variable.
6179         (rcirc-log): New function.
6180         (rcirc-print): Use above function.
6181         (rcirc-log-write): New function.
6182         (rcirc-generate-new-buffer-name): Strip text properties.
6183         (rcirc-switch-to-buffer-function): Remove variable.
6184         (rcirc-last-non-irc-buffer): Remove variable.
6185         (rcirc-non-irc-buffer): Add function.
6186         (rcirc-next-active-buffer): Use above function.
6187         (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
6188         (rcirc-handler-ctcp-KEEPALIVE): Add handler.
6189         (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
6190         (rcirc-omit-mode): Add minor-mode.
6191         (rcirc-mode-map): Change C-c C-o binding.
6192         (rcirc-mode): Clear mode-line-process.  Use a custom
6193         fill-paragraph-function.  Set up buffer-invisibility-spec.
6194         (rcirc-response-formats): Remove timestamp code.
6195         (rcirc-omit-responses): Add variable.
6196         (rcirc-print): Don't put the overlay arrow on potentially omitted
6197         lines.  Log line to disk.  Record activity for private messages
6198         from /dim nicks.  Facify the fill-prefix with rcirc-timestamp face.
6199         (rcirc-jump-to-first-unread-line): Print message if there is no
6200         unread text.
6201         (rcirc-clear-unread): New function.
6202         (rcirc-markup-text-functions): Add variable.
6203         (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
6204         (rcirc-debug): Don't mess with window configuration.
6205         (rcirc-send-message): Send message before printing locally.
6206         Add SILENT argument, do not print message if non-nil.
6207         (rcirc-visible-buffers): New function and variable.
6208         (rcirc-window-configuration-change-1): Add function.
6209         (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
6210         server buffer.
6211         (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
6212         (rcirc-fill-paragraph): Add function.
6213         (rcirc-record-activity, rcirc-window-configuration-change-1):
6214         Only update the activity string if it has actually changed.
6215         (rcirc-update-activity-string): Remove padding characters from the
6216         mode-line string.
6217         (rcirc-disconnect-buffer): New function to be called when a
6218         channel is parted or the user quits.
6219         (rcirc-server-name): Warn when the server-name hasn't been set.
6220         (rcirc-window-configuration-change): Postpone work until
6221         post-command-hook.
6222         (rcirc-window-configuration-change-1): Update mode-line and
6223         overlay arrows here.
6224         (rcirc-authenticate): Fixc hanserv identification.
6225         (rcirc-default-server): Remove variable.
6226         (rcirc): Connect according to rcirc-connections.
6227         (rcirc-connections): Add variable.
6228         (rcirc-startup-channels-alist): Remove variable.
6229         (rcirc-startup-channels): Remove function.
6231 2007-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6233         * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
6235 2007-06-13  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>  (tiny change)
6237         * term/xterm.el (terminal-init-xterm): Escape parens in character
6238         constants.
6240 2007-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6242         * progmodes/sh-script.el: Remove unneeded * from docstrings.
6243         Use [:alpha:] and [:alnum:] where applicable.
6244         (sh-quoted-subshell): Rewrite to correctly
6245         handle nested mixes of `...` and $(...).
6246         (sh-apply-quoted-subshell): Remove.
6247         (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
6249         * vc-arch.el (vc-arch-command): Remove bzr.  It's a different program.
6251 2007-06-13  Michael Kifer  <kifer@cs.stonybrook.edu>
6253         * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
6254         previous change.
6256 2007-06-12  Tom Tromey  <tromey@redhat.com>
6258         * subr.el (user-emacs-directory): New defconst.
6259         * cmuscheme.el (scheme-start-file):
6260         * shell.el (shell):
6261         * completion.el (save-completions-file-name):
6262         * custom.el (custom-theme-directory):
6263         * term/x-win.el (emacs-session-filename):
6264         * filesets.el (filesets-menu-cache-file):
6265         * thumbs.el (thumbs-thumbsdir):
6266         * server.el (server-auth-dir):
6267         * image-dired.el (image-dired-dir):
6268         (image-dired-db-file):
6269         (image-dired-temp-image-file):
6270         (image-dired-gallery-dir):
6271         (image-dired-temp-rotate-image-file):
6272         * play/gamegrid.el (gamegrid-user-score-file-directory):
6273         * savehist.el (savehist-file):
6274         * tutorial.el (tutorial--saved-dir):
6275         * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
6277 2007-06-12  Ralf Angeli  <angeli@caeruleus.net>
6279         * scroll-lock.el (scroll-lock-mode): Doc fix.
6281 2007-06-12  Michael Kifer  <kifer@cs.stonybrook.edu>
6283         * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
6285         * ediff-init.el: Doc strings.
6287 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6289         * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
6290         (byte-compile-file): Bind it.
6291         (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
6292         group argument is provided implicitly.
6293         (byte-compile-format-warn, byte-compile-from-buffer)
6294         (byte-compile-insert-header): Don't hardcode point-min==1.
6295         (byte-compile-file-form-require): Remove unused var old-load-list.
6296         (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
6298 2007-06-12  Michael Kifer  <kifer@cs.stonybrook.edu>
6300         * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
6301         Display error messages.
6302         (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
6303         Get rid of cl.el dependencies.
6305         * emulation/viper-init.el (viper-suppress-input-method-change-message):
6306         New variable.
6307         (viper-activate-input-method-action)
6308         (viper-inactivate-input-method-action):
6309         Use viper-suppress-input-method-change-message.
6311         * emulation/viper-kem.el (viper-vi-basic-map): Disable the bindings
6312         for C-s, C-r.
6314         * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
6315         Use viper-replace-overlay-cursor-color instead of
6316         viper-replace-overlay-cursor-color.
6317         (viper-sit-for-short): Use sit-for with 3 arguments.
6319         * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
6320         (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
6321         to gud-mode.
6323         * ediff-mult.el (ediff-meta-buffer-brief-message)
6324         (ediff-meta-buffer-verbose-message): New variables.
6325         (ediff-meta-buffer-message): Variable deleted.
6326         (ediff-verbose-help-enabled): New variable.
6327         (ediff-toggle-verbose-help-meta-buffer): New function.
6328         (ediff-redraw-directory-group-buffer): Made aware of short/verbose
6329         message options.
6331         * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
6332         (ediff-fixup-patch-map): Improve heuristic.
6334 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6336         * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
6337         (log-view-font-lock-keywords): Simplify.
6338         (log-view-current-file, log-view-current-tag): Simplify.
6340 2007-06-12  Sam Steingold  <sds@gnu.org>
6342         * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
6344 2007-06-12  Juanma Barranquero  <lekktu@gmail.com>
6346         * desktop.el (desktop-load-locked-desktop): New option.
6347         (desktop-read): Use it.
6348         (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
6349         Use `when'.
6351 2007-06-12  Davis Herring  <herring@lanl.gov>
6353         * desktop.el (desktop-save-mode-off): New function.
6354         (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
6355         (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
6356         (desktop-claim-lock, desktop-release-lock): New functions.
6357         (desktop-kill): Tell `desktop-save' that this is the last save.
6358         Release the lock afterwards.
6359         (desktop-buffer-info): New function.
6360         (desktop-save): Use it.  Run `desktop-save-hook' where the doc
6361         says to.  Detect conflicts, and manage the lock.
6362         (desktop-read): Detect conflicts.  Manage the lock.
6364 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6366         * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
6368         * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
6369         (tpu-lucid-emacs-p): Remove.  Use (featurep 'xemacs) instead.
6370         (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
6371         (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
6372         keysyms rather than byte sequences.
6373         (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
6375 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6377         * font-lock.el (font-lock-add-keywords): In case font-lock was only
6378         half-activated, forcefully activate it completely.
6380 2007-06-11  Richard Stallman  <rms@gnu.org>
6382         * cus-edit.el (custom-variable-type): Doc fix.
6384 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6386         * progmodes/sh-script.el (sh-font-lock-backslash-quote)
6387         (sh-font-lock-flush-syntax-ppss-cache): New functions.
6388         (sh-font-lock-syntactic-keywords): Use them to distinguish the
6389         different possible cases for \'.
6391         * complete.el (PC-bindings): Don't bind things already bound in the
6392         parent keymap.
6394         * textmodes/bibtex-style.el: New file.
6396 2007-06-11  Riccardo Murri  <riccardo.murri@gmail.com>
6398         * vc-bzr.el: New file.
6400 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6402         * vc-svn.el (vc-svn-program): New var.
6403         (vc-svn-command): Use it.
6405 2007-06-11  Juanma Barranquero  <lekktu@gmail.com>
6407         * server.el (server-switch-buffer): Remove redundant check.
6409 2007-06-10  Martin Rudalics  <rudalics@gmx.at>
6411         * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
6412         Match against file-name-nondirectory.
6413         Fix text on user customization variables.
6414         Reported by Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>.
6416 2007-06-09  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
6418         * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
6420 2007-06-09  Davis Herring  <herring@lanl.gov>
6422         * desktop.el (desktop-minor-mode-table): Doc fix.
6424 2007-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6426         * textmodes/css-mode.el (css-navigation-syntax-table):
6427         Use set-char-table-range so it also works in the unicode branch.
6429 2007-06-08  Nick Roberts  <nickrob@snap.net.nz>
6431         * help-mode.el (help-xref-forward-stack)
6432         (help-xref-stack-forward-item, help-forward-label): New variables.
6433         (help-forward): New button type.
6434         (help-setup-xref): Initialise help-xref-forward-stack.
6435         (help-make-xrefs): Add forward button, if appropriate.
6436         (help-xref-go-back): Push item on forward stack.
6437         (help-xref-go-forward, help-go-forward): New functions.
6439 2007-06-07  Chong Yidong  <cyd@stupidchicken.com>
6441         * dired.el (dired-mode-map): Remove spurious separator.
6443 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
6445         * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
6447         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
6448         * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
6450 2007-06-07  Carsten Dominik  <dominik@science.uva.nl>
6452         * textmodes/org.el: Version number fixed.
6454 2007-06-07  Glenn Morris  <rgm@gnu.org>
6456         * version.el (emacs-copyright): New constant.
6457         * startup.el (fancy-splash-tail): Use emacs-copyright.
6458         * calc/calc-help.el (calc-full-help): Use emacs-copyright.
6460         * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
6461         `make-local'.
6462         (byte-compile-warnings-safe-p): Add `make-local'.
6463         (byte-compile-make-variable-buffer-local):
6464         Allow byte-compile-warnings to suppress this warning.
6466         * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
6467         format of "menu" description.
6468         (tutorial--find-changed-keys): Describe the specific menu a
6469         command is in.
6471         * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
6472         Rewrite compatibility functions to silence byte-compiler.
6474 2007-06-07  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
6476         * mail/rmailsum.el (rmail-summary-save-buffer): New command.
6477         (rmail-summary-mode-map): Add rmail-summary-save-buffer.
6479 2007-06-07  Eric M. Ludlam  <eric@siege-engine.com>
6481         * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
6483 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
6485         * progmodes/ebrowse.el (ebrowse-member-table):
6486         * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
6487         (org-batch-agenda-csv): Fix typos in docstrings.
6489 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
6491         * international/mule-cmds.el (toggle-enable-multibyte-characters)
6492         (sort-coding-systems, search-unencodable-char): Doc fixes.
6493         (coding-system-change-eol-conversion, set-default-coding-systems)
6494         (prefer-coding-system, find-multibyte-characters, princ-list)
6495         (leim-list-entry-regexp, set-input-method, locale-language-names)
6496         (input-method-exit-on-first-char, exit-language-environment-hook)
6497         (locale-charset-language-names): Fix typos in docstrings.
6499 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
6501         * pgg.el (pgg-sign-region, pgg-sign):
6502         * ses.el (ses-call-printer):
6503         * calendar/icalendar.el (icalendar--diarytime-to-isotime):
6504         * textmodes/org.el (org-cycle): Fix typos in docstrings.
6506 2007-06-06  Carsten Dominik  <dominik@science.uva.nl>
6508         * textmodes/org.el
6509         (org-export-region-as-html, org-replace-region-by-html)
6510         (org-number-to-letters, org-table-fedit-finish)
6511         (org-normalize-color, org-table-fedit-ref-right)
6512         (org-date-to-gregorian, org-table-fedit-move)
6513         (org-table-convert-refs-to-rc, org-calendar-holiday)
6514         (org-table-fedit-toggle-ref-type, org-write-agenda)
6515         (org-colgroup-info-to-vline-list, org-agenda-todo-previousset)
6516         (org-defkey, org-encode-for-stdout)
6517         (org-indent-line-function, org-export-as-html-to-buffer)
6518         (org-store-agenda-views, org-update-mode-line)
6519         (org-find-if, org-delete-all)
6520         (org-table-fedit-convert-buffer, org-emphasize)
6521         (org-uniquify, org-table-fedit-lisp-indent)
6522         (org-table-fedit-scroll, org-get-todo-sequence-head)
6523         (org-table-fedit-scroll-down, org-table-fedit-line-down)
6524         (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
6525         (org-table-fedit-toggle-coordinates, org-dvipng-color)
6526         (org-table-fedit-line-up, org-table-fedit-ref-down)
6527         (org-table-formula-from-user, org-mode-flyspell-verify)
6528         (org-cycle-show-empty-lines, org-ctrl-c-ret)
6529         (org-table-formula-to-user, org-diary-to-ical-string)
6530         (orgtbl-export, org-table-fedit-post-command)
6531         (org-closed-in-range, org-shiftcontrolright)
6532         (org-table-convert-refs-to-an, org-table-hline-and-move)
6533         (org-table-formula-less-p, org-format-table-ascii)
6534         (org-agenda-get-sexps, org-shift-refpart)
6535         (org-diary-sexp-entry, org-time-string-to-absolute)
6536         (org-table-show-reference, org-letters-to-number)
6537         (org-fix-agenda-info, org-table-fedit-ref-up)
6538         (org-table-fedit-shift-reference, org-table-fedit-abort)
6539         (org-closest-date, org-shiftcontrolleft)
6540         (org-at-heading-or-item-p, org-rematch-and-replace)
6541         (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
6542         New functions.
6543         (org-table-edit-scroll-down, org-finish-edit-formulas)
6544         (org-table-edit-next-field, org-abort-edit-formulas)
6545         (org-font-lock-level, org-export-find-first-heading-line)
6546         (org-table-edit-line-down, org-table-edit-backward-field)
6547         (org-edit-formula-lisp-indent, org-table-edit-move)
6548         (org-check-log-option, org-this-word)
6549         (org-table-edit-line-up, org-table-edit-formulas-post-command)
6550         (org-agenda-file-to-end, org-expand-file-name)
6551         (org-fake-empty-table-line, org-table-edit-scroll)
6552         (org-toggle-log-option, org-show-reference): Function removed.
6553         (org-inhibit-invisibility, org-table-formula-make-cmp-string):
6554         New defsubsts.
6555         (org-unmodified, org-batch-store-agenda-views)
6556         (org-batch-agenda-csv): New macro.
6557         (org-agenda-export): New customization group.
6558         (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
6559         (org-highest-priority, org-agenda-exporter-settings)
6560         (org-log-done-with-time, org-replace-disputed-keys)
6561         (org-format-latex-header, org-export-table-header-tags)
6562         (org-cycle-separator-lines, org-export-table-data-tags)
6563         (org-icalendar-include-sexps)
6564         (org-empty-line-terminates-plain-lists)
6565         (org-log-repeat, org-special-ctrl-a)
6566         (org-table-use-standard-references, org-disputed-keys)
6567         (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
6568         (org-agenda-export-html-style): New option.
6569         (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
6570         (org-CUA-compatible): Option removed.
6571         (org-agenda-structure, org-sexp-date): New face.
6572         (org-todo-keywords-for-agenda, org-not-done-keywords)
6573         (org-planning-or-clock-line-re, org-agenda-name)
6574         (org-table-colgroup-info, org-todo-sets)
6575         (constants-unit-system, org-clock-mode-line-entry)
6576         (org-mode-line-timer, org-table-current-begin-pos)
6577         (org-todo-keywords-1, org-mode-line-string)
6578         (org-table-clean-did-remove-column, org-table-fedit-map)
6579         (org-clock-heading, org-table-buffer-is-an)
6580         (org-agenda-info, org-done-keywords)
6581         (org-done-keywords-for-agenda, org-todo-heads)
6582         (org-todo-kwd-alist, org-clock-start-time): New variable.
6583         (org-todo-kwd-priority-p, org-edit-formulas-map)
6584         (org-repeat-re, org-todo-kwd-max-priority)
6585         (org-version, org-done-string)
6586         (org-table-clean-did-remove-column-1, org-disputed-keys):
6587         Remove variables.
6588         (org-table-translate-regexp, org-repeat-re, org-version): New consts.
6589         (org-ts-lengths): Constant removed.
6590         (org-follow-gnus-link): Don't ask how many articles to read.
6591         (org-export-find-first-export-line): Rename from
6592         `org-export-find-first-heading'.
6593         Use `org-export-skip-text-before-1st-heading'.
6594         (org-table-fedit-post-command): Rename from
6595         `org-table-edit-formulas-post-command'.
6596         (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
6597         (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
6598         (org-table-fedit-lisp-indent): Rename from
6599         `org-edit-formula-lisp-indent'.
6600         (org-table-show-reference): Rename from `org-show-reference'.
6601         (org-table-store-formulas): Use `org-table-formula-less-p'.
6602         (org-table-edit-formulas): Position cursor to current field equation.
6603         (org-update-checkbox-count, org-hide-archived-subtrees)
6604         (org-timestamp-up-day, org-timestamp-down-day)
6605         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
6606         (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
6607         (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
6608         (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
6609         Let `org-on-heading-p' also check for invisible heading.
6610         (org-read-date): Match am/pm times.
6611         (org-eval-in-calendar): Fix default date in prompt.
6613 2007-06-05  Chong Yidong  <cyd@stupidchicken.com>
6615         * files.el (auto-mode-alist): Separate "ChangeLog.1" and
6616         "ChangeLog.a" entries, giving the latter lower priority.
6618 2007-06-05  Juanma Barranquero  <lekktu@gmail.com>
6620         * faces.el (face-id): If the argument is a face alias,
6621         return the ID of the target face.
6623 2007-06-05  Michael Albinus  <michael.albinus@gmx.de>
6625         * net/socks.el (top): Remove unnecessary copyright line.
6627 2007-06-04  Chong Yidong  <cyd@stupidchicken.com>
6629         * longlines.el (longlines-auto-wrap): Handle argument correctly.
6631 2007-06-04  Michael Albinus  <michael.albinus@gmx.de>
6633         * net/socks.el: New file, taken from w3 repository.
6634         (top): Update Copyright.  Don't load cl.el.
6635         (all): Replace `case' by `cond', `string-to-int' by
6636         `string-to-number', and `process-kill-without-query' by
6637         `set-process-query-on-exit-flag'.
6638         (socks-char-int): Remove defalias and all occurrences.
6640 2007-06-04  Juanma Barranquero  <lekktu@gmail.com>
6642         * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
6643         Fix typos in docstrings.
6644         (compilation-search-path, compilation-buffer-name-function): Doc fixes.
6645         (compilation-finish-function): Fix typo in obsolescence declaration.
6647 2007-06-03  Sam Steingold  <sds@gnu.org>
6649         * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
6650         handle unending automatic recompilation of changed files (`omake -P').
6651         (compilation-loop): VISITED is now 5th CDR.
6652         (compilation-next-error-function): Set TIMESTAMP.
6654 2007-06-03  Sam Steingold  <sds@gnu.org>
6656         * files.el (kill-buffer-ask): New function.
6657         (kill-some-buffers): Use it.
6658         (kill-matching-buffers): New user command.
6660 2007-06-01  David Kastrup  <dak@gnu.org>
6662         * dired.el (dired-recursive-deletes, dired-recursive-copies):
6663         Change default to `top'.
6665 2007-05-31  Richard Stallman  <rms@gnu.org>
6667         * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
6669 2007-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6671         * textmodes/css-mode.el: New file.
6673 2007-05-30  Michael Olson  <mwolson@gnu.org>
6675         * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
6676         died and we are trying to send a signal to it.  The program using
6677         tq.el should periodically check to see whether the process has
6678         died and react appropriately -- this is not the responsibility of
6679         tq.el, and is consistent with the rest of the tq.el source code.
6681 2007-05-29  Martin Rudalics  <rudalics@gmx.at>
6683         * textmodes/table.el (table--point-entered-cell-function)
6684         (table--point-left-cell-function):
6685         Bind `inhibit-point-motion-hooks' to t.
6687 2007-05-29  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
6689         * emacs-lisp/rx.el (rx): Doc fix.
6691 2007-05-28  Juanma Barranquero  <lekktu@gmail.com>
6693         * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
6695 2007-05-28  Michael Albinus  <michael.albinus@gmx.de>
6697         Sync with Tramp 2.0.56.
6699         * net/tramp.el:
6700         * net/tramp-ftp.el:
6701         * net/tramp-smb.el:
6702         * net/tramp-util.el:
6703         * net/tramp-vc.el:
6704         Don't load cl.el, because that pollutes the namespace.  Replace cl
6705         macros by their implementations where necessary.  Requested by
6706         Richard Stallman <rms@gnu.org>.
6708         * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
6709         doesn't exist.
6710         (with-parsed-tramp-file-name): Protect debug spec during compilation.
6711         (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
6712         (tramp-file-name-p, tramp-file-name-multi-method)
6713         (tramp-file-name-method, tramp-file-name-user)
6714         (tramp-file-name-host, tramp-file-name-localname): New defuns,
6715         replacing defstruct `tramp-file-name'.
6716         (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
6717         (tramp-dissect-file-name, tramp-dissect-multi-file-name):
6718         Apply `vector' instead of `make-tramp-file-name'.
6719         (tramp-handle-make-auto-save-file-name):
6720         Apply `tramp-temporary-file-directory' for compatibility reasons.
6721         (tramp-completion-mode): Use `natnump' instead of `wholenump'
6722         because of XEmacs.
6723         (tramp-completion-mode): `last-input-event' is nil when XEmacs is
6724         started.
6726 2007-05-28  Chong Yidong  <cyd@stupidchicken.com>
6728         * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
6730 2007-05-27  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
6732         * log-edit.el (log-edit-changelog-paragraph): Return point-max
6733         as the end of the ChangeLog paragraph when it ends without a line
6734         termination.
6736 2007-05-27  Ryan Yeske  <rcyeske@gmail.com>
6738         * net/webjump.el (webjump-sample-sites):
6739         Add simple Wikipedia query.
6741 2007-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6743         * emacs-lisp/derived.el (define-derived-mode): Remove bogus
6744         compatibility code.
6746         * emacs-lisp/copyright.el (copyright-names-regexp): New var.
6747         (copyright-update-year): Use it.
6749         * edmacro.el (edmacro-format-keys): Use current-active-maps.
6751         * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
6752         Add indentation and debugging info.  Fix up comment convention.
6754         * cus-dep.el (custom-make-dependencies): Simplify.
6756         * composite.el (compose-region, decompose-region):
6757         Use inhibit-read-only and restore-buffer-modified-p.
6759         * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
6760         (xterm-mouse-event): Use it.
6762 2007-05-25  Juanma Barranquero  <lekktu@gmail.com>
6764         * bs.el (bs-cycle-previous): Don't modify the cycle list until
6765         `switch-to-buffer' has returned succesfully.
6766         (bs-cycle-next): Ditto.  Also, don't bury the buffer when the
6767         window is dedicated (it could iconify the frame).
6769 2007-05-25  Miles Bader  <miles@fencepost.gnu.org>
6771         * vc-hooks.el (vc-find-root): Fix file attribute test.
6773 2007-05-24  Richard Stallman  <rms@gnu.org>
6775         * textmodes/flyspell.el (flyspell-correct-word-before-point):
6776         Don't let opoint be nil.
6777         (flyspell-emacs-popup): Explicit error if no dialogs.
6779 2007-05-24  Chong Yidong  <cyd@stupidchicken.com>
6781         * image-mode.el (image-forward-hscroll, image-backward-hscroll)
6782         (image-next-line, image-previous-line, image-scroll-up)
6783         (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
6784         New functions.
6785         (image-mode-map): Remap motion commands.
6786         (image-mode-text-map): New keymap for viewing images as text.
6787         (image-mode): Use image-mode-map.
6788         (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
6790 2007-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6792         * textmodes/fill.el (canonically-space-region): Make the second arg
6793         a marker if it's not already the case.
6795 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
6797         * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
6798         (tar-get-descriptor): Handle type 55, an extended pax header.
6800 2007-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6802         * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
6803         to confuse outline-minor-mode.
6805 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
6807         * tar-mode.el (tar-file-name-handler): New function.
6808         (tar-extract): Bind file-name-handler-alist to it to force
6809         find-buffer-file-type-coding-system behave as if the file being
6810         extracted existed.  Use last-coding-system-used to force
6811         buffer-file-coding-system to what decode-coding-region actually
6812         used to decode the file.
6814 2007-05-23  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
6816         * progmodes/compile.el (compilation-handle-exit):
6817         `compilation-finish-function' may change the current buffer.
6819 2007-05-22  Richard Stallman  <rms@gnu.org>
6821         * files.el (set-auto-mode): Doc fix.
6823 2007-05-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6825         * help-fns.el (find-source-lisp-file): New function.
6826         (describe-function-1): Use find-source-lisp-file to find source
6827         file in compile tree.
6829 2007-05-22  Eli Zaretskii  <eliz@gnu.org>
6831         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
6833 2007-05-22  Juanma Barranquero  <lekktu@gmail.com>
6835         * emacs-lisp/easy-mmode.el (define-minor-mode)
6836         (easy-mmode-define-navigation): Fix typos in docstrings.
6838 2007-05-22  Glenn Morris  <rgm@gnu.org>
6840         * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
6842 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6844         * mail/mail-extr.el (mail-extract-address-components):
6845         Recognize non-ASCII characters except for NBSP as words.
6847 2007-05-21  Trent Buck  <trentbuck@gmail.com>  (tiny change)
6849         * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
6850         (rcirc-print): Handle `window-width'.
6851         (rcirc-buffer-maximum-lines): Doc fix.
6853 2007-05-21  Chong Yidong  <cyd@stupidchicken.com>
6855         * image-mode.el (image-toggle-display): Don't clear image cache.
6856         Only use filename in image spec if the file is readable.
6857         Call image-refresh.
6859         * image.el (image-type-from-file-name, image-type): Simplify.
6860         (image-type-auto-detected-p): Don't scan auto-mode-alist.
6862         * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
6863         (magic-fallback-mode-alist): Add image-type-auto-detected-p.
6865 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
6867         * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
6868         is an error.
6870         * term/linux.el (terminal-init-linux): Don't signal an error
6871         if gpm isn't running.
6873 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
6875         * t-mouse.el: Reduce to a minor-mode macro call.
6876         (t-mouse-mode): Remove the lighter.
6878         * term/linux.el (terminal-init-linux): Enable t-mouse by default.
6880 2007-05-19  Dan Nicolaescu  <dann@ics.uci.edu>
6882         * files.el (auto-mode-alist): Change the regexp so that
6883         ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
6885 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
6887         * Version 22.1 released.
6889 2007-05-19  Chong Yidong  <cyd@stupidchicken.com>
6891         * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
6892         changes.
6894 2007-05-19  Kevin Ryde  <user42@zip.com.au>
6896         * info.el (Info-fontify-node): Fontify https as well as http and ftp.
6898 2007-05-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
6900         * textmodes/sgml-mode.el: Revert last change.
6902 2007-05-18  Richard Stallman  <rms@gnu.org>
6904         * simple.el (push-mark): Doc fix.
6906 2007-05-18  Rob Riepel  <riepel@Stanford.EDU>
6908         * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
6909         tpu-global-map.
6910         (tpu-original-global-map): Variable deleted.
6911         (tpu-control-keys-map): New keymap variable.
6912         (tpu-set-control-keys): Use tpu-reset-control-keys rather than
6913         setting keymapping directly.
6914         (tpu-reset-control-keys): Use tpu-control-keys-map instead of
6915         tpu-global-map.
6916         (tpu-edt-on): Activate the tpu-global-map.
6917         (tpu-edt-off): Deactivate the tpu-global-map.
6919 2007-05-18  Ryan Yeske  <rcyeske@gmail.com>
6921         * textmodes/ispell.el (ispell-get-word): Return markers
6922         for start and end positions.
6923         (ispell-word): Assume END is a marker.
6925 2007-05-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6927         * printing.el: Group together all XEmacs/Emacs definitions.
6928         (pr-version): New version 6.9.
6929         (pr-global-menubar, pr-menu-char-height, pr-menu-char-width): New funs.
6930         (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
6931         (pr-menu-bind): Fix code.
6932         (pr-e-frame-char-height, pr-e-frame-char-width)
6933         (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
6934         (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
6935         (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
6936         (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
6937         (pr-x-event-y-pixel): Aliases eliminated.
6938         (pr-xemacs-global-menubar): Macro moved.
6939         (current-menubar, current-mouse-event, zmacs-region-stays)
6940         (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
6941         (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
6942         Vars moved.
6943         (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
6944         (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
6945         (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
6946         (pr-menu-set-utility-title, pr-even-or-odd-pages)
6947         (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
6948         (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name): Funs
6949         moved.
6951 2007-05-17  Christian Plate  <cplate@web.de>  (tiny change)
6953         * textmodes/sgml-mode.el (sgml-tag):
6954         Fix bug: Call sgml-transformation-function.
6956 2007-05-17  Martin Rudalics  <rudalics@gmx.at>
6958         * hilit-chg.el (highlight-changes-rotate-faces): Don't set
6959         modified flag of buffer.  Use `inhibit-modification-hooks'.
6961 2007-05-16  Richard Stallman  <rms@gnu.org>
6963         * buff-menu.el (Buffer-menu-sort-column): Doc fix.
6965 2007-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6967         * files.el (magic-mode-alist, magic-fallback-mode-alist):
6968         Move the *ml, Postscript, and XmCD entries to the fallback part.
6970         * files.el (magic-fallback-mode-alist):
6971         Rename from file-start-mode-alist.
6973 2007-05-16  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
6975         * progmodes/compile.el (compilation-handle-exit): Quote first
6976         argument of `run-hook-with-args'.
6978 2007-05-16  Juanma Barranquero  <lekktu@gmail.com>
6980         * buff-menu.el (Buffer-menu-sort-column):
6981         * dabbrev.el (dabbrev-upcase-means-case-search):
6982         * dired.el (dired-recursive-deletes, dired-recursive-copies):
6983         * info.el (Info-current-subfile):
6984         * ls-lisp.el (ls-lisp-verbosity):
6985         * msb.el (msb-menu-cond):
6986         * pcvs.el (cvs-dired-use-hook):
6987         * simple.el (set-mark-command-repeat-pop):
6988         * time.el (display-time-24hr-format, display-time-mail-file):
6989         Doc fixes.
6991         * tutorial.el (get-lang-string, tutorial--find-changed-keys):
6992         * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
6994         * view.el (view-inhibit-help-message): Fix typo in docstring.
6995         (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
6997 2007-05-16  Martin Rudalics  <rudalics@gmx.at>
6999         * textmodes/ispell.el (ispell-start-process): Defend against bad
7000         default-directory.
7002 2007-05-14  Eli Zaretskii  <eliz@gnu.org>
7004         * mail/rmail.el (rmail-convert-to-babyl-format): Check
7005         content-transfer-encoding _last_, because it's its position that
7006         we need as value of base64-header-field-end.
7008 2007-05-14  Juanma Barranquero  <lekktu@gmail.com>
7010         * files.el (mode-require-final-newline, require-final-newline)
7011         (enable-local-variables, enable-local-eval): Doc fixes.
7013 2007-05-13  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7015         * ps-print.el: Use default color when foreground or background color
7016         are unspecified.  Reported by Leo <sdl.web@gmail.com>.
7017         (ps-print-version): New version 6.7.4.
7018         (ps-rgb-color): New argument.  Use default color when color is
7019         unspecified.
7020         (ps-begin-job): Fix code.
7022 2007-05-12  Chong Yidong  <cyd@stupidchicken.com>
7024         * longlines.el (longlines-mode): Make longlines-auto-wrap
7025         buffer-local.  Add hooks unconditionally.
7026         (longlines-auto-wrap): Toggle wrapping.
7027         (longlines-after-change-function)
7028         (longlines-post-command-function): Check longlines-auto-wrap.
7030 2007-05-12  Nick Roberts  <nickrob@snap.net.nz>
7032         * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
7033         (xterm-mouse-translate): Use it.
7035 2007-05-10  Richard Stallman  <rms@gnu.org>
7037         * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
7038         (iso-cvt-write-only): Likewise.
7040         * emacs-lisp/easy-mmode.el (define-minor-mode):
7041         Fix generated doc string.
7043         * startup.el (fancy-splash-text): Add URL of guided tour.
7044         Adjust horizontal and vertical whitespace.
7046         * progmodes/compile.el (compilation-handle-exit):
7047         Use run-hook-with-args to run compilation-finish-functions.
7049         * files.el (file-start-mode-alist): New variable.
7050         (magic-mode-regexp-match-limit): Doc fix.
7051         (set-auto-mode): Handle file-start-mode-alist.
7052         A little cleanup of structure.
7054         * dabbrev.el (dabbrev-eliminate-newlines):
7055         Renamed from dabbrev--eliminate-newlines.  All uses changed.
7057 2007-05-10  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
7059         * man.el (Man-next-section): Don't consider the last line of the page
7060         as being part of any section.
7062 2007-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7064         * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
7065         can take any number of values.
7067 2007-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7069         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
7070         to the list of citation commands.
7072 2007-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7074         * vc-hooks.el (vc-find-root): Stop searching when the user changes.
7076 2007-05-09  Edward O'Connor  <hober0@gmail.com>  (tiny change)
7078         * progmodes/python.el (python-font-lock-keywords)
7079         (python-open-block-statement-p, python-mode): Add support for the new
7080         "with" keyword.
7082 2007-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7084         * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
7085         the exact opposite of diff-goto-source.
7087         * emacs-lisp/advice.el (ad-special-forms): Remove.
7088         (ad-special-form-p): Use subr-arity.
7090         * newcomment.el (comment-search-forward): Make sure we search forward.
7091         (comment-enter-backward): Try and distinguish the non-matching case at
7092         EOB from the non-matching case with a missing comment-end-skip for
7093         a 2-char comment ender.
7094         (comment-choose-indent): New function extracted from comment-indent.
7095         Improve the alignment algorithm.
7096         (comment-indent): Use it.
7098         * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
7099         XML style Processing Instructions.
7100         (sgml-parse-tag-backward): Handle XML-style PIs.  Also ensure progress.
7101         (sgml-calculate-indent): Handle `pi' context.
7103         * vc.el: Ensure that update-changelog issues an error when used with
7104         a backend that does not implement it.
7105         (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
7106         Remove `backend' argument.  Use expand-file-name.
7107         (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
7109         * progmodes/python.el (python-end-of-block): Revert last change.
7110         (python-end-of-statement): Make sure we move *forward*.
7112 2007-05-08  Richard Stallman  <rms@gnu.org>
7114         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
7115         Don't include non-self-insert commands in the exception for `-'.
7117 2007-05-08  David Reitter  <david.reitter@gmail.com>
7119         * progmodes/python.el (python-guess-indent): Check non-nullness
7120         before comparing indent against the 2..8 interval.
7122 2007-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7124         * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
7125         available.
7127 2007-05-06  Richard Stallman  <rms@gnu.org>
7129         * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
7131 2007-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7133         * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
7134         rather than storing their value in the revert-buffer function.
7136 2007-05-04  Nick Roberts  <nickrob@snap.net.nz>
7138         * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
7139         when disabling t-mouse-mode.
7141 2007-05-01  Davis Herring  <herring@lanl.gov>
7143         * calendar/timeclock.el: Update version number.
7144         (timeclock-modeline-display): Mention timeclock-use-display-time
7145         in explanatory message.
7146         (timeclock-in): Fix non-interactive workday specifications.
7147         (timeclock-log): Don't kill the log buffer if it already existed.
7148         Suppress warnings when finding the log.  Don't check for a nil
7149         project twice.  Run hooks after killing the buffer (if applicable).
7150         (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
7151         was geometric).  All uses changed.
7152         (timeclock-generate-report): Support prefix argument.
7154 2007-05-03  Ryan Yeske  <rcyeske@gmail.com>
7156         * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
7157         disconnections.
7159 2007-05-01  Romain Francoise  <romain@orebokech.com>
7161         * dired-x.el: Revert 2007-04-06 change.
7163 2007-04-29  Stephen Berman  <Stephen.Berman@gmx.net>
7165         * find-dired.el (find-dired-filter): Propertize all text down to eob.
7167 2007-04-29  Richard Stallman  <rms@gnu.org>
7169         * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
7171 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7173         * progmodes/cc-mode.el (c-before-change): Use point-min rather
7174         than 1.
7176 2007-04-28  Richard Stallman  <rms@gnu.org>
7178         * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
7180 2007-04-28  Nick Roberts  <nickrob@snap.net.nz>
7182         * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
7183         don't put stop on toolbar.
7185 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7187         * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
7189 2007-04-28  Eli Zaretskii  <eliz@gnu.org>
7191         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
7192         instead of $(lisp)/mh-e.
7194 2007-04-28  Glenn Morris  <rgm@gnu.org>
7196         * image-dired.el (image-dired-cmd-create-thumbnail-options)
7197         (image-dired-cmd-create-temp-image-options): Replace option
7198         +profile "*" with -strip.
7200 2007-04-27  Chong Yidong  <cyd@stupidchicken.com>
7202         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
7203         Use window-start and window-end.
7205 2007-04-27  Andreas Schwab  <schwab@suse.de>
7207         * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
7209 2007-04-27  Eli Zaretskii  <eliz@gnu.org>
7211         * textmodes/fill.el (fill-paragraph): Doc fix.
7213 2007-04-26  Luc Teirlinck  <teirllm@dms.auburn.edu>
7215         * locate.el (locate-in-alternate-database): Doc fix.
7217 2007-04-26  Glenn Morris  <rgm@gnu.org>
7219         * button.el (button): Use underline if supported, else fall back
7220         to color.
7222         * version.el (emacs-version): Increase to 22.1.50.
7224 2007-04-25  Richard Stallman  <rms@gnu.org>
7226         * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
7228 2007-04-25  J.D. Smith  <jdsmith@as.arizona.edu>
7230         * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
7231         (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
7232         pushing mark.
7233         (idlwave-current-routine): Don't push mark.
7235 2007-04-25  Mathias Dahl  <mathias.dahl@gmail.com>
7237         * image-dired.el (image-dired-display-image): Derive image-type from
7238         filename rather than assuming jpeg, in case no resizing was needed.
7240 2007-04-25  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
7242         * custom.el (defface): Doc fix.
7244 See ChangeLog.12 for earlier changes.
7246 ;; Local Variables:
7247 ;; coding: iso-2022-7bit
7248 ;; add-log-time-zone-rule: t
7249 ;; End:
7251     Copyright (C) 2007 Free Software Foundation, Inc.
7253   This file is part of GNU Emacs.
7255   GNU Emacs is free software; you can redistribute it and/or modify
7256   it under the terms of the GNU General Public License as published by
7257   the Free Software Foundation; either version 3, or (at your option)
7258   any later version.
7260   GNU Emacs is distributed in the hope that it will be useful,
7261   but WITHOUT ANY WARRANTY; without even the implied warranty of
7262   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
7263   GNU General Public License for more details.
7265   You should have received a copy of the GNU General Public License
7266   along with GNU Emacs; see the file COPYING.  If not, write to the
7267   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
7268   Boston, MA 02110-1301, USA.
7270 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af