2007-08-19 Michael Kifer <kifer@cs.stonybrook.edu>
[emacs.git] / lisp / ChangeLog
blobd68bfb8584b75d01106bcbbebc8011d713eec6d9
1 2007-08-19  Michael Kifer  <kifer@cs.stonybrook.edu>
2         
3         * viper.el (viper-remove-hooks): remove some additional viper hooks
4         when the user calls viper-go-away.
5         (viper-go-away): restore the default of default-major-mode.
6         Save the value of default-major-mode before vaperization.
7         
8         * viper-cmd.el: Replace error "" with "Viper bell".
9         
10         * viper-ex.el: Replace error "" with "Viper bell".
11         
12         * ediff-util.el (ediff-make-temp-file): use the coding system of the
13         buffer for which file is created.
14         
15 2007-08-19  Glenn Morris  <rgm@gnu.org>
17         * Makefile.in (custom-deps, finder-data, autoloads, recompile)
18         (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
19         than $(EMACS), so that EMACSLOADPATH is set.  Prevents any system
20         shadow files messing up the compilation.
22 2007-08-18  Glenn Morris  <rgm@gnu.org>
24         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Add doc
25         string.  Also apply eldoc-argument-case in the help-split-fundoc
26         case.  Adapt for changed behavior of eldoc-function-argstring,
27         eldoc-function-argstring-format, and
28         eldoc-highlight-function-argument.
29         (eldoc-highlight-function-argument): Handle nil INDEX argument,
30         just call eldoc-docstring-format-sym-doc in that case.
31         (eldoc-function-argstring): Change the behavior.  Now it converts
32         an argument list to a string.
33         (eldoc-function-argstring-format): Change the behavior.  Now it
34         applies `eldoc-argument-case' to a string.
36         * progmodes/scheme.el (scheme-mode-variables): Set
37         font-lock-comment-start-skip.
39 2007-08-18  Martin Rudalics  <rudalics@gmx.at>
41         * progmodes/ada-mode.el (ada-create-syntax-table): Move
42         set-syntax-table from here to ...
43         (ada-mode): ... here.  Do not change global value of
44         comment-multi-line.  Call new function
45         ada-initialize-syntax-table-properties and add new function
46         ada-handle-syntax-table-properties to font-lock-mode-hook.
47         (ada-deactivate-properties, ada-initialize-properties): Replace
48         by new functions ...
49         (ada-handle-syntax-table-properties)
50         (ada-initialize-syntax-table-properties)
51         (ada-set-syntax-table-properties): ... to set up syntax-table
52         properties uniformly, independently from whether font-lock-mode
53         is enabled or not.  Handle read-only buffers and do not change
54         undo-list when setting syntax-table properties.
55         (ada-after-change-function): Use
56         ada-set-syntax-table-properties.
58 2007-08-18  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
60         * progmodes/meta-mode.el (meta-indent-calculate-last): Remove.
61         (meta-indent-current-nesting): Use a computation of the nesting
62         instead.
63         (meta-indent-current-indentation): Indentation is given according
64         to nesting and if the previous line was finished or not.
65         (meta-indent-unfinished-line): Tell if the current line ends with
66         a finished expression.
67         (meta-indent-looking-at-code): Like `looking-at', but checks if
68         the point is in a string before.
69         (meta-indent-level-count): Use it.  Don't count parenthesis as it's
70         done in the nesting function.
71         (meta-indent-in-string-p): Tell if the current point is in a
72         string.
73         (meta-indent-calculate): Treat b-o-b as a special case.  Use the
74         previous functions.
76 2007-08-17  Thien-Thi Nguyen  <ttn@gnuvola.org>
78         * emacs-lisp/copyright.el (copyright-limit): New defsubst.
79         (copyright-update-year, copyright-update)
80         (copyright-fix-years): Use it.
82 2007-08-17  Kimit Yada  <kimitto@gmail.com>  (tiny change)
84         * emacs-lisp/copyright.el (copyright-update-year):
85         Fix bug: Handle nil copyright-limit.
87 2007-08-17  Jay Belanger  <jay.p.belanger@gmail.com>
89         * calc/calc-units.el (math-standard-units): Give exact
90         conversion for tsp.
92         * calc/calc.el (math-bignum-digit-length): Compute the
93         appropriate value.
95         * calc/calc-bin.el (math-bignum-logb-digit-size)
96         (math-bignum-digit-power-of-two):
97         * calc/calc-comb.el (math-small-factorial-table):
98         * calc/calc-ext.el (math-approx-pi,math-approx-sqrt-e)
99         (math-approx-gamma-const):
100         * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0)
101         (math-besY1, math-bernoulli-b-cache):
102         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
103         Remove `eval-when-compile's.
105 2007-08-17  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
107         * progmode/cperl-mode.el (cperl-look-at-leading-count)
108         (cperl-find-pods-heres): Fix an error when typing expressions like
109         `s{a}{b}'.
111 2007-08-17  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
113         * mail/emacsbug.el (report-emacs-bug): Remove the last number of
114         `emacs-version', use the topic prefix ``version; ''.  Make MS-DOS
115         a special case (there's no build number).
117 2007-08-17  T. V. Raman  <raman@users.sf.net>  (tiny change)
119         * completion.el (symbol-under-point, symbol-before-point)
120         (symbol-before-point-for-complete): Use
121         buffer-substring-no-properties.
123 2007-08-17  Glenn Morris  <rgm@gnu.org>
125         * progmodes/compile.el (compilation-get-file-structure): Make use
126         of the directory part when checking for an existing entry, to
127         handle files with same basename in different directories.
129 2007-08-17  Jay Belanger  <jay.p.belanger@gmail.com>
131         * calc/calc.el (calc-language-alist): Add texinfo-mode.
133 2007-08-16  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
135         * ps-print.el (ps-header-font-size, ps-header-title-font-size)
136         (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
137         (ps-paragraph-spacing): Docstring fix.
139 2007-08-16  Glenn Morris  <rgm@gnu.org>
141         * ps-print.el (ps-font-size): Doc fix.
143 2007-08-16  Richard Stallman  <rms@gnu.org>
145         * emacs-lisp/copyright.el (copyright-names-regexp): Add custom group.
147 2007-08-15  Juri Linkov  <juri@jurta.org>
149         * startup.el (initialization): Change parent group from `internal'
150         to `environment'.
151         (initial-buffer-choice): New variable.
152         (command-line): Revert 2007-07-02 change that sets
153         buffer-offer-save in *scratch* and enables auto-save in it.
154         (fancy-splash-text): Add links to existing items.  Add new items
155         with links for useful tasks.  Move information about Control-g to
156         fancy-splash-head.  Move "Emacs Guided Tour" to the end.
157         (fancy-splash-keymap): New variable.
158         (fancy-splash-last-input-event): Remove variable.
159         (fancy-splash-insert): Add processing of `:link' element.
160         (fancy-splash-head): Replace "Type Control-l to begin editing"
161         with "Type `q' to exit".
162         (fancy-splash-screens-1): Let-bind inhibit-read-only to t.
163         (fancy-splash-default-action, fancy-splash-special-event-action):
164         Remove functions.
165         (fancy-splash-quit): New function.
166         (fancy-splash-screens): Rename input arg from `hide-on-input' to
167         `static' and reverse the condition of its usage.  Don't preserve
168         original values of `minor-mode-map-alist',
169         `emulation-mode-map-alists', `special-event-map'.
170         Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
171         Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
172         Remove processing of special events.  Use local key map
173         `fancy-splash-keymap'.  Set buffer to read-only.
174         (normal-splash-screen): Rename input arg from `hide-on-input' to
175         `static' and reverse the condition of its usage.
176         Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
177         Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
178         Add links to existing items.  Add new items with links for useful
179         tasks.  Use local key map `fancy-splash-keymap'.
180         (display-splash-screen): Rename input arg from `hide-on-input' to
181         `static'.
182         (about-emacs): Add alias to display-splash-screen.
183         (command-line-1): Use `initial-buffer-choice'.
185         * menu-bar.el (menu-bar-help-menu):
186         * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
187         item to about-emacs instead of display-splash-screen.
189 2007-08-15  Jay Belanger  <jay.p.belanger@gmail.com>
191         * calc/calc-units.el (math-standard-units): Update values.
192         Put in exact, rational values when possible.
193         (math-unit-prefixes): Replace floats with powers of ten.
194         (math-standard-units-systems): Replace floats with integers.
195         (math-make-unit-string): Remove extra spaces in output.
197 2007-08-15  Glenn Morris  <rgm@gnu.org>
199         * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
200         sloppier, for the sake of GNU Mailman.
201         (rmail-digest-rfc1153): Initialize `result' correctly.
203 2007-08-15  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
205         * mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; '
206         in the mail title.  Suggested by Reiner Steib.
208 2007-08-14  Chris Hecker  <checker@d6.com>  (tiny change)
210         * calc/calc-aent.el (calc-do-quick-calc): Add binary
211         representation of integers to the list of outputs.
213 2007-08-14  Glenn Morris  <rgm@gnu.org>
215         * simple.el (bad-packages-alist): New constant.
216         (bad-package-check): New function.  Together, these two add
217         elements to `after-load-alist' to check for problematic external
218         packages.
219         * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
221 2007-08-14  Jay Belanger  <jay.p.belanger@gmail.com>
223         * calc/calc-units.el (math-get-standard-units)
224         (math-get-units,math-make-unit-string)
225         (math-get-default-units,math-put-default-units): New functions.
226         (math-default-units-table): New variable.
227         (calc-convert-units, calc-convert-temperature): Add machinery
228         to supply default values.
230 2007-08-14  Stefan Monnier  <monnier@iro.umontreal.ca>
232         * emulation/tpu-edt.el: Add tpu-extras's autoloads.
233         (tpu-gold-map, tpu-global-map): Comment-out the bindings to nil.
234         (tpu-gold-map): Bind F to tpu-cursor-free-mode.
235         (minibuffer-local-map): Use funkey symbols rather than esc-sequence.
237         * emulation/tpu-extras.el: Remove spurious * in docstrings.
238         Put its autoloads into tpu-edt.el rather than loaddefs.el.
239         (tpu-cursor-free-mode): Rename from tpu-cursor-free.
240         Make into a proper minor-mode.
241         (tpu-backward-char, tpu-next-line, tpu-previous-line)
242         (tpu-next-end-of-line, tpu-current-end-of-line): Use new name.
243         (tpu-trim-line-ends-if-needed): Rename from tpu-before-save-hook.
244         (tpu-set-cursor-free, tpu-set-cursor-bound):
245         Delegate to tpu-cursor-free-mode.
246         (tpu-next-line, tpu-previous-line, tpu-forward-line)
247         (tpu-backward-line, tpu-scroll-window-down, tpu-scroll-window-up):
248         Use line-move or forward-line instead of next-line-internal.
250 2007-08-13  Nick Roberts  <nickrob@snap.net.nz>
252         * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
254 2007-08-12  Richard Stallman  <rms@gnu.org>
256         * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
257         (cvs-execute-single-file): Use new name split-string-and-unquote.
258         (cvs-header-msg): Use new name combine-and-quote-strings.
260         * emulation/vi.el (vi-next-line): Ignore return value of line-move.
262         * progmodes/gud.el (gud-common-init): Use new name
263         split-string-and-unquote.
265         * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
266         in javac regexp.
268         * pcvs-util.el (cvs-qtypedesc-strings): Use new names
269         combine-and-quote-strings and split-string-and-unquote.
271         * subr.el (combine-and-quote-strings): Rename from strings->string.
272         (split-string-and-unquote): Rename from string->strings.
274 2007-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
276         * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
277         to buffer-local settings.
279         * emacs-lisp/backquote.el (backquote-delay-process): New function.
280         (backquote-process): Add internal arg `level'.  Use the two to
281         correctly handle nested backquotes.
283 2007-08-09  Riccardo Murri  <riccardo.murri@gmail.com>
285         * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
286         (vc-bzr-state-words): Add "kind changed" state word.
287         (vc-bzr-status): New function.  Return Bzr idea of file status,
288         which is different from VC's.
289         (vc-bzr-state): Use vc-bzr-status.
290         (vc-workfile-unchanged-p): Use vc-bzr-status.
291         (vc-bzr-revert): Use synchronous process; expect exitcode 0.
292         (vc-dired-state): Process "kind changed" state word.
294 2007-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
296         * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
298         * vc-rcs.el (vc-rcs-find-file-not-found-hook):
299         Move from vc-default-find-file-not-found-hook.
301 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
303         * man.el: Remove spurious * in docstrings.
304         Merge defvars and toplevel setq-defaults.
305         (Man-highlight-references0): Limit=nil rather than point-max.
306         (Man-mode-map): Move initialization into the declaration.
307         (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
308         (Man-view-header-file): Use expand-file-name rather than concat.
309         (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
311         * man.el (Man-next-section): Make sure we do not move backward.
313 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
315         * files.el (auto-mode-alist): Use the purecopied text (duh!).
317 2007-08-08  Glenn Morris  <rgm@gnu.org>
319         * Replace `iff' in doc-strings and comments.
321 2007-08-08  Martin Rudalics  <rudalics@gmx.at>
323         * dired.el (dired-pop-to-buffer):
324         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
325         * calendar/calendar.el (generate-calendar-window):
326         * progmodes/compile.el (compilation-set-window-height):
327         * textmodes/two-column.el (2C-two-columns, 2C-merge):
328         Use window-full-width-p instead of comparing frame-width and
329         window-width.
331         * progmodes/compile.el (compilation-find-buffer): Remove extra
332         argument in call to compilation-buffer-internal-p.
334 2007-08-07  Tom Tromey  <tromey@redhat.com>
336         * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
337         Add safe-local-variable property.
339 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
341         * image-mode.el (image-toggle-display): Use image-refresh.
343 2007-08-07  Riccardo Murri  <riccardo.murri@gmail.com>
345         * vc-bzr.el: Remove comments about vc-bzr.el being a modified
346         unofficial version.
347         (vc-bzr-command): Remove redundant setting of process-connection-type.
348         (vc-bzr-admin-checkout-format-file): Add autoload.
349         (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
350         (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
351         (vc-bzr-registered): Compare dirstate format tag with known good
352         value, abort parsing if match fails.  Warn user in docstring.
353         (vc-bzr-workfile-version): Case for different Bzr branch formats.
354         See bzrlib/branch.py in Bzr sources.
355         (vc-bzr-diff): First argument FILES may be a string rather than a list.
356         (vc-bzr-shell-command): Remove in favor of
357         vc-bzr-command-discarding-stderr.
358         (vc-bzr-command-discarding-stderr): New function.
360 2007-08-06  Riccardo Murri  <riccardo.murri@gmail.com>
362         * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
363         program, and return nil
364         (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
365         (vc-bzr-state): Look for path names relative to the repository
366         root after status keyword.
367         (vc-bzr-file-name-relative): New function.
368         (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
369         depend on it.
370         (vc-bzr-admin-dirname, ...-checkout-format-file)
371         (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
372         files that we now parse directly for speed.
373         (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
374         (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
375         (vc-bzr-state): "bzr status" successful only if exitcode is 0
376         (vc-bzr-root): Use `vc-bzr-shell-command'.  Stderr may contain
377         Bzr warnings, so we must discard it.
378         (vc-bzr-workfile-version): Speedup counting lines from
379         `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
380         if that file doesn't exist.
381         (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
382         `vc-bzr-root-dir' for speed.  Add `vc-bzr-admin-dirname'
383         (not ".bzr"!) to `vc-directory-exclusion-list'
384         (vc-bzr-shell-command): New function.
386 2007-08-06  Tom Tromey  <tromey@redhat.com>
388         * diff-mode.el (diff-unified->context, diff-reverse-direction)
389         (diff-fixup-modifs): Typo in docstring.
391 2007-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
393         * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
394         count-screen-lines.
395         (tpu-edt-off): Disable relevant pieces of advice.
397         * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
398         tpu-write-file-hook.  Activate it with add-hook on buffer-save-hook.
399         (newline, newline-and-indent, do-auto-fill): Use advice instead of
400         redefining the function.
401         (tpu-set-scroll-margins): Activate the pieces of advice.
403 2007-08-06  Martin Rudalics  <rudalics@gmx.at>
405         * help.el (resize-temp-buffer-window): Use window-full-width-p
406         instead of comparing frame-width and window-width.
408 2007-08-13  Stephen Leake  <stephen_leake@stephe-leake.org>
410         * pcvs-parse.el (cvs-parse-table): Handle additional instance of
411         optional quotes around files in NEED-UPDATE . REMOVED case.
413         * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
414         (ada-treat-cmd-string): Improve error message.
415         (ada-do-file-completion): Call `ada-require-project-file', so
416         project variables are set properly.
417         (ada-prj-find-prj-file): Delete Emacs 20.2 support.
418         (ada-gnatfind-buffer-name): New constant.
419         (ada-find-any-references): Use new constant.  Set buffer name
420         properly in compilation-start.  Toggle read-only properly.
421         (ada-find-in-src-path): Fix spelling error in docstring.
423         * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
424         by zero error.
426 2007-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
428         * emacs-lisp/autoload.el (autoload-print-form): Use print-quoted.
430 2007-08-12  Richard Stallman  <rms@gnu.org>
432         * progmodes/sh-script.el (sh): Delete group `unix'.
434         * progmodes/gud.el (gud): Change to group `processes'.
436 2007-08-11  Glenn Morris  <rgm@gnu.org>
438         * progmodes/compile.el (compilation-buffer-name): Don't check
439         compilation-arguments.  It is superfluous, and the variable isn't
440         even set when this function is called.
442 2007-08-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
444         * term/mac-win.el (mac-ae-reopen-application): New function.
445         (mac-apple-event-map): Bind "reopen application" Apple event to it.
447 2007-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
449         * textmodes/tex-mode.el (tex-font-lock-unfontify-region): Fix to
450         take tex-font-script-display into account.
451         (tex-font-script-display, tex-font-lock-suscript): Change from a cons
452         cell to a list of 2 elements to simplify the unfontify code.
454 2007-08-09  Edward O'Connor  <hober0@gmail.com>  (tiny change)
456         * url/url-auth.el (url-basic-auth): When prompting for username
457         and password, default to the username and password in the URL.
459 2007-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
461         * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
462         (ps-begin-job): Use ps-default-fg and ps-default-bg only when
463         ps-print-color-p is neither nil nor black-white.  Reported by Christian
464         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
466 2007-08-08  Andreas Schwab  <schwab@suse.de>
468         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
469         self-insert-command, not self-insert.
471 2007-08-08  Glenn Morris  <rgm@gnu.org>
473         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Make second
474         argument optional, for backwards compatibility, and only highlight
475         args when present.  Fix symbol name typo (doc/args).
477         * help-mode.el (help-make-xrefs): Search for symbol constituents,
478         rather than just `-'.
480 2007-08-07  Jay Belanger  <jay.p.belanger@gmail.com>
482         * calc/calc-units.el (calc-convert-temperature):
483         Use `/' to create fractions.
485 2007-08-07  Michael Albinus  <michael.albinus@gmx.de>
487         * net/tramp.el (tramp-wrong-passwd-regexp): Make the regexp more
488         global matching.
489         (tramp-handle-shell-command): Handle OUTPUT-BUFFER and
490         ERROR-BUFFER more robust.  Display output.
491         (tramp-file-name-handler): Add a connection property when we found
492         a foreign file name handler.  This allows backends like ftp to
493         profit also from usr/host name completion based on connection
494         cache.
495         (tramp-send-command-and-read): Search for trash after the regexp
496         until eol only.  In XEmacs, there is a problem with \n.
498         * net/tramp-cache.el (top): Read persistent connection history
499         when cache is empty.
501 2007-08-07  Nic Ferrier  <nferrier@tapsellferrier.co.uk>  (tiny change)
503         * net/tramp.el (tramp-handle-process-file): Fix bug inserting
504         resulting output.
506 2007-08-07  Sam Steingold  <sds@gnu.org>
508         * progmodes/compile.el (compilation-start): Pass nil as startfile
509         to comint-exec.
511 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
513         * longlines.el (longlines-decoded): New variable.
514         (longlines-mode): Avoid encoding or decoding the buffer twice.
516 2007-08-07  Martin Rudalics  <rudalics@gmx.at>
518         * format.el (format-insert-file): Make sure that at most one undo
519         entry is recorded for the insertion.  Inhibit point-motion and
520         modification hooks around call to insert-file-contents.
522 2007-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
524         * vc.el (vc-annotate): Select temp-buffer before running vc-exec-after.
525         Select the buffer's window before moving point.
527 2007-08-07  Richard Stallman  <rms@gnu.org>
529         * term.el (term): Remove parent group `unix'.
531         * simple.el (default-indent-new-line): New function.
532         It calls comment-line-break-function if there are comments.
533         (do-auto-fill): Use that.
535 2007-08-07  Sean O'Rourke  <sorourke@cs.ucsd.edu>
537         * complete.el (PC-lisp-complete-symbol): Complete symbol around point.
538         (PC-do-completion): Add "acronym completion" for symbols and
539         filenames, so e.g. "mvbl" expands to "make-variable-buffer-local".
541 2007-08-06  Sam Steingold  <sds@gnu.org>
543         * mouse.el (mouse-buffer-menu): Pass mode-name through
544         format-mode-line because it may be a list,
545         e.g., (sgml-xml-mode "XML" "SGML"), and not a string.
547 2007-08-06  Vinicius Jose Latorre  <viniciusig@ig.com.br>
549         * printing.el (pr-update-menus): Docstring fix.
551 2007-08-06  Jason Rumney  <jasonr@gnu.org>
553         * menu-bar.el (menu-bar-vc-filter): Use vc-call-backend.
555         * vc-hooks.el (vc-call): Add doc string.
557 2007-08-06  Michael Albinus  <michael.albinus@gmx.de>
559         * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
560         process-filter.
562 2007-08-06  Kenichi Handa  <handa@m17n.org>
564         * international/quail.el: Wrap (require 'help-mode) by
565         eval-when-compile.
566         (quail-help-init): New function.
567         (quail-help): Call quail-help-init.
568         (quail-store-decode-map-key): Change it to a function.
570 2007-08-05  Jason Rumney  <jasonr@gnu.org>
572         * vc.el (vc-rollback): Add norevert argument back.
573         (vc-revert-buffer): Add back as obsolete alias.
575 2007-08-05  Peter Povinec  <ppovinec@yahoo.com>  (tiny change)
577         * term.el: Honor term-default-fg-color and term-default-bg-color
578         settings when modifying term-current-face.
579         (term-default-fg-color, term-default-bg-color): Initialize from
580         default term-current-face.
581         (term-mode, term-reset-terminal): Set term-current-face with
582         term-default-fg-color and term-default-bg-color.
583         (term-handle-colors-array): term-current-face has term-default-fg-color
584         and term-default-bg-color after reset escape sequence.
585         (term-handle-colors-array): Set term-current-color with
586         term-default-fg/bg-color instead of ansi-term-color-vector when the
587         index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
589 2007-08-05  Jay Belanger  <jay.p.belanger@gmail.com>
591         * calc/calc-nlfit.el (math-nlfit-curve): Remove unnecessary variables.
592         (math-nlfit-givens): Let bind free variables.
594 2007-08-05  Vinicius Jose Latorre  <viniciusig@ig.com.br>
596         * printing.el: Require lpr and ps-print when loading printing package.
597         Reported by Glenn Morris <rgm@gnu.org>.
599 2007-08-05  Michael Albinus  <michael.albinus@gmx.de>
601         * files.el (set-auto-mode): Handle also remote files wrt
602         `auto-mode-alist'.
604 2007-08-04  Jay Belanger  <jay.p.belanger@gmail.com>
606         * calc/calcalg3.el (calc-curve-fit): Add support for nonlinear
607         curves and plotting.
609         * calc/calc-nlfit.el: New file.
611 2007-08-04  Glenn Morris  <rgm@gnu.org>
613         * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
614         zero, not nil, when the library is first loaded.  Check for a file
615         that has been modified on disk.
617         * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
618         Remove duplicate defvar preventing initialization.
619         (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
621 2007-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
623         * diff-mode.el (diff-font-lock-keywords): Fix up false positives.
624         (diff-beginning-of-file): Adjust to the fact that diff-file-header-re
625         may match up to 4 lines.
626         (diff-beginning-of-file-and-junk): Rewrite.
628 2007-08-03  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
630         * printing.el: Evaluate require only during compilation.
631         (pr-version): New version 6.9.1.
632         (deactivate-mark): Replace (defvar VAR nil) by (defvar VAR).
633         (pr-global-menubar): Fix code.
635 2007-08-03  Dan Nicolaescu  <dann@ics.uci.edu>
637         * term.el (term-erase-in-display): Fix case when point is not at
638         the beginning of the line.
640 2007-08-03  Jay Belanger  <jay.p.belanger@gmail.com>
642         * calc/calc-ext.el (math-get-value, math-get-sdev)
643         (math-contains-sdev): New functions.
645         * calc/calc-graph.el (calc-graph-format-data)
646         (calc-graph-add-curve): Check for error forms.
647         (calc-graph-set-styles): Add option for error forms.
649 2007-08-03  Miles Bader  <miles@gnu.org>
651         * vc-hooks.el (vc-handled-backends): Change capitalization of VC
652         backend names for new backends to `Git', `Hg', and `Bzr'.
653         * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
654         not `HG'.
655         * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
656         name, not `GIT'.
657         * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
658         (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
660 2007-08-03  Richard Stallman  <rms@gnu.org>
662         * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
663         to update deleted flag.
665         * cus-edit.el (customize-apropos, customize-apropos-options)
666         (customize-apropos-faces, customize-apropos-groups): Improve prompt.
668         * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
670         * startup.el (fancy-splash-head, startup-echo-area-message):
671         Change message text.
673         * emulation/tpu-edt.el (next-line-internal): Setting deleted.
674         All callers use line-move.
676         * progmodes/compile.el (compilation-find-buffer): Return current
677         buffer immediately if suitable.
678         (compile, compilation-buffer-name, compilation-start): Doc fixes.
680 2007-08-03  Daiki Ueno  <ueno@unixuser.org>
682         * faces.el (face-normalize-spec): New function.
683         (frame-set-background-mode): Normalize face-spec before calling
684         face-spec-match-p.
686 2007-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
688         * server.el (server-window): Add switch-to-buffer-other-frame option.
690 2007-08-03  Glenn Morris  <rgm@gnu.org>
692         * cus-edit.el (customize-apropos): Make the error message indicate
693         what kind of thing the user was trying to customize.
695         * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
697         * progmodes/fortran.el (fortran-font-lock-syntactic-keywords):
698         Fix off-by-one error in previous change.
700 2007-08-03  Drew Adams  <drew.adams@oracle.com>
702         * emacs-lisp/pp.el (pp-eval-expression): Add progress message.
703         Make buffer writable.
705 2007-08-01  Jay Belanger  <jay.p.belanger@gmail.com>
707         * calc/calc-math.el (math-sqrt-raw, math-sin-raw-2)
708         (math-cos-raw-2, math-arctan-raw, math-ln-raw):
709         Use native Emacs functions, when appropriate.
711 2007-08-01  Dan Nicolaescu  <dann@ics.uci.edu>
712             Stefan Monnier  <monnier@iro.umontreal.ca>
714         * vc.el: Document new VC operation `extra-menu'.
716         * vc-hooks.el (vc-default-extra-menu): New function.
718         * menu-bar.el (menu-bar-vc-filter): New function.
719         (menu-bar-tools-menu): Use it as a filter.
721 2007-08-01  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
723         * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
725 2007-08-01  Glenn Morris  <rgm@gnu.org>
727         * progmodes/fortran.el: Remove leading `*' from all defcustom doc
728         strings.
729         (fortran-tab-mode-default): Remove needless autoload.
730         (fortran-tab-mode-string): Add help-echo and mouse properties, and
731         mark as risky.
732         (fortran-line-length): New buffer-local variable, safe if integer.
733         (fortran-if-start-re, fortran-end-prog-re1, fortran-end-prog-re):
734         Change from variables to constants.
735         (fortran-font-lock-syntactic-keywords): Delete as a variable,
736         replace with a new function definition.
737         (fortran-mode): Use fortran-line-length, and
738         fortran-font-lock-syntactic-keywords as a function.  Add a
739         hack-local-variables-hook function.
740         (fortran-line-length, fortran-hack-local-variables): New functions.
741         (fortran-window-create, fortran-strip-sequence-nos): Doc fix.
742         Use fortran-line-length rather than 72.
743         (fortran-window-create-momentarily): Doc fix.
745 2007-07-31  Drew Adams  <drew.adams@oracle.com>  (tiny change)
747         * cus-edit.el (custom-group-value-create, custom-goto-parent):
748         Fix parent groups link.
750 2007-07-31  Paul Pogonyshev  <pogonyshev@gmx.net>
752         * progmodes/python.el (python-current-defun): Adjust to never fall
753         into infinite loop.
755 2007-07-31  Stefan Monnier  <monnier@iro.umontreal.ca>
757         * pcvs.el (cvs-vc-command-advice): Handle the new fileset case.
759 2007-07-29  Kimit Yada  <kimitto@gmail.com>  (tiny change)
761         * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
762         (copyright-fix-years, copyright): Correctly handle the case where
763         copyright-limit is nil.
765 2007-07-28  Konstantin Novitsky  <knovitsk@Bear.com>  (tiny change)
767         * progmodes/python.el (run-python): Fix path separator under w32.
769 2007-07-30  Richard Stallman  <rms@gnu.org>
771         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
772         Treat non-break space as whitespace in Lisp.
774 2007-07-30  Stefan Monnier  <monnier@iro.umontreal.ca>
776         * vc.el (vc-dired-hook): Use inhibit-read-only.
778         * progmodes/compile.el (compilation-forget-errors):
779         Reset compilation-auto-jump-to-next.
781 2007-07-30  Michael Olson  <mwolson@gnu.org>
783         * cus-edit.el (custom-group-save): Fix void function definition
784         error.  Thanks to Zhang Wei for the report.
786         * ps-print.el: Check in trivial changes to the autoloads section
787         caused by the build process.  These autoloads really ought to be
788         placed in a separate file, methinks.
790 2007-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
792         * calendar/calendar.el (calendar-mode): Make sure
793         displayed-(month|year) are set.
794         (calendar-basic-setup): Display buffer before adjusting window sizes.
795         (generate-calendar-window): Use inhibit-read-only.  Simplify.
796         Generate buffer and set displayed-month and displayed-year before
797         calling update-calendar-mode-line.
799 2007-07-29  Michael Albinus  <michael.albinus@gmx.de>
801         * net/tramp.el:
802         * net/tramp-uu.el:
803         * net/trampver.el: Use utf-8 encoding with coding cookie.
805         * net/tramp-cache.el:
806         * net/tramp-fish.el:
807         * net/tramp-ftp.el:
808         * net/tramp-gw.el:
809         * net/tramp-smb.el: Remove coding cookie.
811         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
812         Flush buffer file-name's file property.
813         (tramp-handle-file-remote-p): The first parameter is FILENAME.
815         * net/trampver.el: Update release number.
817 2007-07-29  Juri Linkov  <juri@jurta.org>
819         * dired.el (dired-mode-map): Bind C-x C-q to dired-toggle-read-only.
820         Filter out menu item "Edit File Names" `wdired-change-to-wdired-mode'
821         when major-mode is not dired-mode.
822         (dired-toggle-read-only): New function.
823         (dired-recursive-deletes): Remove obsolete comments about old
824         default value.
825         (dired-do-flagged-delete, dired-do-delete): Refill docstring.
827         * wdired.el (wdired-exit): New function.
828         (wdired-mode-map): Bind C-x C-q to wdired-exit.
830 2007-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
832         * cus-edit.el (customize-read-group): New fun.
833         (customize-group-other-window, customize-face-other-window):
834         Prompt before delegating to customize-(group|face).
835         Bind pop-up-windows rather than use the other-window argument.
836         (customize-group, customize-face): Prompt from the interactive spec.
837         Remove args `prompt-for-group' and `other-window'.
839         * emacs-lisp/advice.el (ad-interactive-form): Re-introduce.
840         (ad-body-forms, ad-advised-interactive-form): Revert this part of
841         last change.
843 2007-07-28  Masatake YAMATO  <jet@gyve.org>
845         * vc.el (vc-dired-mode): Add a menu for VC related operation.
846         Use backend name as the menu label.  Suggested by David Kastrup.
848 2007-07-28  Alan Mackenzie  <acm@muc.de>
850         Fix problem with modes derived from CC Mode:
851         * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
852         macro to cc-langs.
853         (c-init-language-vars-for): Remove call to above macro.
854         * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
855         been moved to here.
856         (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
858 2007-07-28  Eli Zaretskii  <eliz@gnu.org>
860         * net/trampver.el: Fix the `coding' cookie.
862 2007-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
864         * vc-git.el (vc-git-print-log): Support both the old single file
865         interface and the new one.
867 2007-07-28  Nick Roberts  <nickrob@snap.net.nz>
869         * bindings.el (mode-line-remote): Use updated %@ construct.
871 2007-07-27  Stefan Monnier  <monnier@iro.umontreal.ca>
873         * calendar/cal-bahai.el (calendar-bahai-month-name-array)
874         (calendar-bahai-epoch, calendar-bahai-leap-year-p)
875         (calendar-bahai-leap-base, calendar-bahai-prompt-for-date)
876         (diary-list-bahai-entries, diary-bahai-mark-entries)
877         (calendar-bahai-mark-date-pattern, diary-insert-bahai-entry)
878         (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
879         New names to clean up namespace.
880         (list-bahai-diary-entries, mark-bahai-diary-entries)
881         (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
882         (insert-yearly-bahai-diary-entry, mark-bahai-calendar-date-pattern):
883         Add compatibility aliases.
885         * calendar/appt.el: Don't wrap defvar within eval-when-compile.
887         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right)
888         (calendar-scroll-left-three-months)
889         (calendar-scroll-right-three-months): Clean up namespace.
890         (scroll-calendar-left, scroll-calendar-right)
891         (scroll-calendar-left-three-months)
892         (scroll-calendar-right-three-months): Add compatibility aliases.
894         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
895         Behave like mouse-scroll-calendar-* when used from the mouse.
897         * calendar/cal-menu.el (cal-menu-scroll-menu)
898         (cal-menu-global-mouse-menu):
899         * calendar/calendar.el (calendar-mode-map):
900         Use new calendar-scroll-* names.
901         (mouse-scroll-calendar-left, mouse-scroll-calendar-right):
902         Remove.  Use calendar-scroll-* directly instead.
904 2007-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
906         * emacs-lisp/advice.el (ad-interactive-p, ad-interactive-form): Remove.
907         (ad-body-forms, ad-advised-interactive-form, ad-make-cache-id)
908         (ad-make-advised-definition, ad-cache-id-verification-code):
909         Use commandp and interactive-form instead.
911 2007-07-26  Dan Nicolaescu  <dann@ics.uci.edu>
913         * vc-git.el: Relicense to GPLv3 or later.
914         (vc-directory-exclusion-list, vc-handled-backends): Remove.
916         * vc-hooks.el (vc-handled-backends): Add GIT.
918         * vc.el (vc-directory-exclusion-list): Add .git.
920 2007-07-26  Alexandre Julliard  <julliard@winehq.org>
922         * vc-git.el (vc-git-revision-table)
923         (vc-git-revision-completion-table): New functions.
925 2007-07-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
927         * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
928         * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
929         * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
930         * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
931         * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
932         * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
933         New command actions for EPS header and EPS footer.
935         * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
936         footer.  Fix some problems with one-or-more, zero-or-more and
937         alternative constructions generation.  Some log messages
938         implementation.  Doc fix.
939         (ebnf-version): New version 4.4.
940         (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
941         (ebnf-eps-footer, ebnf-log): New options.
942         (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
943         (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
944         (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
945         (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
946         (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New funs.
947         (ebnf-style-custom-list, ebnf-style-database): Put new values.
948         (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
949         (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
950         (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
951         (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
952         (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
953         (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
954         (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
955         (ebnf-non-terminal-dimension, ebnf-special-dimension)
956         (ebnf-terminal-dimension1, ebnf-repeat-dimension)
957         (ebnf-except-dimension, ebnf-alternative-dimension)
958         (ebnf-optional-dimension, ebnf-one-or-more-dimension)
959         (ebnf-zero-or-more-dimension, ebnf-sequence-dimension): Insert log
960         message fun.
961         (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
962         (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
963         (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
964         (ebnf-terminal-dimension1, ebnf-alternative-dimension)
965         (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
966         (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
967         (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
968         compatibility with Emacs 20 & 21.
969         (ebnf-eps-header-comment, ebnf-eps-footer-comment)
970         (ebnf-eps-file-alist, ebnf-basic-width-extra)
971         (ebnf-basic-empty-height): New vars.
972         (ebnf-prologue): Fix PostScript code.
973         (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
974         (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
975         (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
976         (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
978 2007-07-25  Glenn Morris  <rgm@gnu.org>
980         * Relicense all FSF files to GPLv3 or later.
982         * COPYING: Switch to GPLv3.
984 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
986         * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
987         Replace it with another one which disables undo before calling
988         erase-buffer and then turns it back on if needed.
990 2007-07-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
992         * ps-print.el: Problem with foreground and background color when
993         printing a buffer with and without faces.  Reported by Christian
994         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
995         (ps-print-version): New version 6.7.5.
996         (ps-default-fg): Change default value to nil, so black color is used
997         when a face does not specify a foreground color.
998         (ps-default-bg): Change default value to nil, so white color is used
999         for background color.
1000         (ps-begin-job): Fix code.
1002 2007-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
1004         * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
1006 2007-07-24  Glenn Morris  <rgm@gnu.org>
1008         * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
1009         (cal-tex-rules, cal-tex-buffer, cal-tex-24)
1010         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
1011         (cal-tex-cursor-week, cal-tex-cursor-week2)
1012         (cal-tex-cursor-week-iso, cal-tex-week-hours)
1013         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
1014         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
1015         (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
1017 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1019         * calendar/calendar.el (calendar-mode-map): Move initialization
1020         into declaration.  Add menu bindings (used to be done in cal-menu).
1021         (calendar-mode): Don't add an activate-menubar-hook.
1023         * calendar/cal-menu.el: Break dependency on calendar.el (i.e. do not
1024         modify calendar-mode-map), use easy-menu, and make sure that C-h k
1025         can be used on the menu entries.
1026         (cal-menu-holiday-window-suffix, cal-menu-set-date-title): New funs.
1027         (cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
1028         (cal-menu-goto-menu, cal-menu-scroll-menu): New consts.
1029         (cal-menu-context-mouse-menu, cal-menu-global-mouse-menu): New menus.
1030         (calendar-flatten, cal-menu-update): Remove.
1031         (calendar-mouse-insert-hebrew-diary-entry)
1032         (calendar-mouse-insert-islamic-diary-entry)
1033         (calendar-mouse-insert-bahai-diary-entry):
1034         Remove (fold into cal-menu-diary-menu).
1035         (calendar-mouse-2-date-menu, calendar-mouse-cal-tex-menu)
1036         (cal-tex-mouse-filofax): Remove (fold into cal-menu-context-mouse-menu).
1037         (calendar-mouse-3-map): Remove (turn into cal-menu-global-mouse-menu).
1038         (calendar-mouse-view-diary-entries): Minor simplifications.
1039         (calendar-event-to-date): Use with-current-buffer.
1041 2007-07-25  Nick Roberts  <nickrob@snap.net.nz>
1043         * add-log.el (change-log-redate): Remove (not needed anymore and
1044         doesn't appear to work).
1046 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1048         * frame.el: Use mapc and dolist instead of mapcar where possible.
1049         (close-display-connection): New command.
1051 2007-07-25  Alexandre Julliard  <julliard@winehq.org>
1053         * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
1054         (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
1056 2007-07-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1058         * ps-print.el (ps-multibyte-buffer): Docstring fix.
1060         * ps-mule.el: Doc fix.
1061         (ps-multibyte-buffer, ps-mule-font-info-database-default)
1062         (ps-mule-external-libraries, ps-mule-begin-job): Docstring fix.
1064 2007-07-25  Glenn Morris  <rgm@gnu.org>
1066         * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays)
1067         (cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start)
1068         (cal-tex-daily-end, cal-tex-hook)
1069         (cal-tex-cal-one-month, cal-tex-cal-multi-month)
1070         (cal-tex-year, cal-tex-cursor-week, cal-tex-cursor-week2)
1071         (cal-tex-cursor-week-iso, cal-tex-week-hours)
1072         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
1073         (cal-tex-cursor-day, cal-tex-insert-preamble): Doc fix.
1074         (cal-tex-day-prefix, cal-tex-day-name-format)
1075         (cal-tex-cal-one-month, cal-tex-cal-multi-month, cal-tex-myday)
1076         (cal-tex-caldate, cal-tex-LaTeX-hourbox)
1077         (cal-tex-LaTeX-subst-list): Change from variables to constants.
1078         (cal-tex-preamble, cal-tex-arg, cal-tex-nl): Simplify with `format'.
1079         (cal-tex-cursor-filofax-year, cal-tex-weekly4-box): Use \textbf,
1080         etc, rather than \bf.
1081         (cal-tex-mini-calendar): Fix typos in previous change.
1082         (cal-tex-latexify-list): Remove inner let binding.
1083         (cal-tex-end-document, cal-tex-banner): Use multi-line
1084         cal-tex-comment.
1085         (cal-tex-comment): Handle embedded newlines.
1086         (cal-tex-LaTeXify-string): Use substring-no-properties.
1088 2007-07-25  Joakim Verona  <joakim@verona.se>  (tiny change)
1090         * progmodes/compile.el (compilation-error-regexp-alist-alist):
1091         Add support for the Maden build tool.
1093 2007-07-25  William Xu  <william.xwl@gmail.com>  (tiny change)
1095         * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
1097 2007-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1099         * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
1101 2007-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
1103         * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
1104         C-x C-q.
1106         * vc-git.el (vc-git-print-log): Fix previous change.
1108 2007-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1110         * window.el (save-selected-window): Minor optimization.
1111         (bw-adjust-window): If operation failed, try with a smaller delta.
1112         (window-fixed-size-p): New function.
1113         (window-area-factor): New var.
1114         (balance-windows-area): New command.
1116         * ps-mule.el (ps-multibyte-buffer): Docstring fixes.
1117         (ps-mule-encode-ethiopic): Make it clear that it's always defined.
1118         (ps-mule-prepare-font-for-components, ps-mule-encode-header-string)
1119         (ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes.
1120         (ps-mule-begin-job): Use dolist.
1122 2007-07-24  Michael Albinus  <michael.albinus@gmx.de>
1124         * subr.el (start-file-process-shell-command)
1125         (process-file-shell-command): New defuns.
1127         * progmodes/compile.el (compilation-start):
1128         Apply `start-file-process-shell-command'.
1130 2007-07-24  Alexandre Julliard  <julliard@winehq.org>
1132         * vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix typos.
1134 2007-07-24  Alan Mackenzie  <acm@muc.de>
1136         * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
1137         Initialise byte-compile-unresolved-functions before rather than
1138         after a compilation.
1139         (byte-compile-unresolved-functions): Amplify doc string.
1141 2007-07-24  Glenn Morris  <rgm@gnu.org>
1143         * startup.el (normal-splash-screen): Use `emacs-copyright'.
1145         * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
1146         (cal-tex-rules, cal-tex-buffer, cal-tex-24)
1147         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
1148         (cal-tex-cursor-week, cal-tex-cursor-week2)
1149         (cal-tex-cursor-week-iso, cal-tex-week-hours)
1150         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
1151         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
1152         (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
1154         * calendar/cal-tex.el: Remove leading `*' from defcustom docs.
1155         (cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
1156         (cal-tex-day-name-format, cal-tex-cal-one-month)
1157         (cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
1158         (cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
1159         (cal-tex-mini-calendar, cal-tex-em): Doc fix.
1160         (cal-tex-list-holidays, cal-tex-cursor-year)
1161         (cal-tex-cursor-year-landscape, cal-tex-year)
1162         (cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
1163         (cal-tex-cursor-month, cal-tex-insert-days)
1164         (cal-tex-insert-day-names, cal-tex-insert-blank-days)
1165         (cal-tex-first-blank-p, cal-tex-cursor-week)
1166         (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
1167         (cal-tex-week-hours, cal-tex-cursor-week-monday)
1168         (cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
1169         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
1170         (cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
1171         (cal-tex-latexify-list, cal-tex-previous-month)
1172         (cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
1173         modernization, including using dotimes rather than
1174         calendar-for-loop.
1175         (cal-tex-LaTeX-subst-list): Remove `@'.
1176         (cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf):
1177         Use \textit and \textbf rather than \em and \it.
1179         * calendar/cal-bahai.el (list-bahai-diary-entries)
1180         * calendar/cal-hebrew.el (list-hebrew-diary-entries)
1181         * calendar/cal-islam.el (list-islamic-diary-entries)
1182         * calendar/calendar.el (generate-calendar, generate-calendar-month)
1183         * calendar/diary-lib.el (diary-list-entries)
1184         (mark-calendar-date-pattern): Use `dotimes' rather than
1185         `calendar-for-loop'.
1187         * calendar/calendar.el (calendar-for-loop): Doc fix.
1189 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1191         * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
1192         underlying file is uptodate.
1194 2007-07-23   Christopher J. Madsen  <cjm@cjmweb.net>
1196         * replace.el (perform-replace): Use isearch-no-upper-case-p.
1198 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1200         * vc-hooks.el (vc-mode-line-map): New const.
1201         (vc-mode-line): Use it.
1203 2007-07-23  Alexandre Julliard  <julliard@winehq.org>
1205         * vc-git.el (vc-git-delete-file, vc-git-rename-file)
1206         (vc-git-unregister): New functions.
1207         (vc-git-find-version): Use the result of ls-files as a parameter
1208         for cat-file.
1210 2007-07-23  Michael Albinus  <michael.albinus@gmx.de>
1212         * net/tramp.el (tramp-perl-file-attributes)
1213         (tramp-perl-directory-files-and-attributes)
1214         (tramp-handle-file-attributes-with-stat)
1215         (tramp-handle-directory-files-and-attributes-with-stat)
1216         (tramp-convert-file-attributes): Handle huge file sizes.
1218 2007-07-23  Juri Linkov  <juri@jurta.org>
1220         * isearch.el (isearch-message-function): New variable.
1221         (isearch-update, isearch-search): Use it.
1223         * simple.el (goto-history-element): New function created from
1224         next-history-element.
1225         (next-history-element): Most code moved to goto-history-element.
1226         Call goto-history-element with (- minibuffer-history-position n).
1227         (previous-history-element): Call goto-history-element with (+
1228         minibuffer-history-position n).
1229         (minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
1230         (minibuffer-history-isearch-message-overlay): New buffer-local variable.
1231         (minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
1232         (minibuffer-history-isearch-search, minibuffer-history-isearch-message)
1233         (minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
1234         (minibuffer-history-isearch-pop-state): New functions.
1236 2007-07-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
1238         * vc-hooks.el (vc-stay-local-p): Fix bug: Avoid remove-if-not.
1239         Also, if FILE is a list, return non-nil if any of its elements
1240         should stay local.  Update docstring.
1242 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1244         * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25
1245         change by reverting a small part.
1247 2007-07-23  Richard Stallman  <rms@gnu.org>
1249         * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
1251 2007-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
1253         * vc-git.el (vc-git-checkin): Delete unused parameter and the code
1254         handling it.  Use vc-git-command.
1255         (vc-git-find-version, vc-git-diff-tree): New functions.
1256         (vc-git-revert): Use vc-git-command.
1257         (vc-git--run-command): Delete.
1259 2007-07-23  Alexandre Julliard  <julliard@winehq.org>
1261         * vc-git.el (vc-git-workfile-unchanged-p): Update comment.
1263 2007-07-20  Kenichi Handa  <handa@m17n.org>
1265         * international/utf-8.el (utf-8-post-read-conversion):
1266         Temporarily bind utf-8-compose-scripts to nil while running
1267         *-compose-region functions.
1269 2007-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
1271         * vc-git.el: Update status.
1272         (vc-directory-exclusion-list): Use eval-after-load.
1274 2007-07-22  Nick Roberts  <nickrob@snap.net.nz>
1276         * bindings.el (mode-line-remote): New variable.
1277         (help-echo): Add to default values of mode-line-format.
1279         * files.el: Mark mode-line-remote as risky.
1281 2007-07-22  Juri Linkov  <juri@jurta.org>
1283         * isearch.el (isearch-edit-string): Save old point and
1284         isearch-other-end to old-point and old-other-end before reading
1285         the search string from minibuffer.  After exiting minibuffer set
1286         point to old-other-end if point and the search direction is the
1287         same as before reading the search string.
1288         (isearch-del-char): Don't set isearch-yank-flag to t.  Put point
1289         to isearch-other-end.  Instead of isearch-search-and-update call
1290         three functions isearch-search, isearch-push-state and isearch-update.
1292 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
1294         * vc-git.el (vc-git-register, vc-git-checkin): Use vc-git-command,
1295         deal with multiple file arguments.
1296         (vc-git-print-log): Deal with multiple file arguments.
1298 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1300         * diff-mode.el (diff-refine-ignore-spaces-hunk): Rename from
1301         diff-refine-hunk.  Adjust users.
1302         (diff-unified-hunk-p, diff-splittable-p): New functions.
1303         (diff-mode-menu): Use it to disable Split when it doesn't work.
1305 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
1307         * diff-mode.el (diff-mode-menu): New entries.
1309 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1311         * diff-mode.el (diff-unified->context): Use the new `apply' undo entry
1312         if applicable, so as to save undo-log space.
1314         * diff-mode.el (diff-find-file-name): Add arg `batch'.
1316         * diff-mode.el (diff-beginning-of-file-and-junk): New function.
1317         (diff-file-kill): Use it.
1318         (diff-beginning-of-hunk): Add arg `try-harder' using it.
1319         (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
1320         Use it so they find the hunk even when we're in the file header.
1322 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
1324         * vc-git.el (vc-git-revision-granularity, vc-git-root)
1325         (vc-git-command, vc-git-dir-state, vc-git-dired-state-info)
1326         (vc-git-create-repo): New functions.
1327         (vc-git-registered): New autoloaded function definition.
1328         (vc-git-registered): Use vc-git-root.
1329         (vc-git-responsible-p): New defalias.
1330         (vc-git-annotate-extract-revision-at-line): Uncomment.
1331         (vc-git-print-log): Add the file name to the log.
1332         (vc-git-log-view-mode): New derived mode.
1333         (vc-git-diff, vc-git-annotate-command): Use vc-git-command.
1335 2007-07-22  Michael Albinus  <michael.albinus@gmx.de>
1337         * progmodes/grep.el (grep-compute-defaults): Keep default values.
1339 2007-07-22  Ralf Angeli  <angeli@caeruleus.net>
1341         * textmodes/reftex.el (reftex-access-parse-file): Create parse
1342         file in a way that does not interfere with recentf mode.
1343         (reftex-access-parse-file): Do not risk destroying an existing
1344         buffer.
1346 2007-07-22  Alexandre Julliard  <julliard@winehq.org>
1348         * vc-git.el: New file.
1350 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1352         * textmodes/tex-mode.el (tex-font-script-display): Change default.
1354 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
1356         * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
1357         for branches and new files.
1359         * vc-hooks.el (vc-default-mode-line-string): Move mouse-face and
1360         local-map handling ...
1361         (vc-mode-line): ... here.  Improve handling of help-echo.
1363         * vc.el (mode-line-string): Document help-echo usage.
1365 2007-07-22  Michael Albinus  <michael.albinus@gmx.de>
1367         Sync with Tramp 2.1.10.
1369         * net/tramp.el (tramp-get-ls-command): Fyx typo.
1371         * net/trampver.el: Update release number.
1373 2007-07-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1375         * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
1377         * term/x-win.el (x-handle-no-bitmap-icon): New function.
1379 2007-07-22  Martin Rudalics  <rudalics@gmx.at>
1381         * add-log.el (change-log-fill-parenthesized-list): New function.
1382         (change-log-indent): Call change-log-fill-parenthesized-list.
1383         (change-log-fill-paragraph): Bind fill-indent-according-to-mode to t.
1384         Have lines with leading asterisk start a paragraph.
1386 2007-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
1388         * calc/calc-math.el (math-emacs-precision)
1389         (math-largest-emacs-expt, math-smallest-emacs-expt):
1390         New variables.
1391         (math-use-emacs-fn): New function.
1392         (math-exp-raw): Evaluate with `math-use-emacs-fn', when
1393         appropriate.
1395 2007-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
1397         * image-dired.el (image-dired-sane-db-file): New func.
1398         (image-dired-write-tags, image-dired-remove-tag)
1399         (image-dired-list-tags, image-dired-write-comments)
1400         (image-dired-get-comment, image-dired-mark-tagged-files)
1401         (image-dired-create-gallery-lists): Call new func.
1402         Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
1404 2007-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
1406         * vc-hg.el (vc-hg-dir-state): Fix loop.
1407         (vc-hg-print-log): Fix expected return value for vc-hg-command.
1408         (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
1409         (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
1410         (vc-hg-revert): Likewise.
1411         (vc-hg-revision-table, vc-hg-revision-completion-table): New
1412         functions.
1414 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1416         * add-log.el (change-log-resolve-conflict): Don't lose data if the
1417         merge fails.
1419 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
1421         * progmodes/compile.el (compilation-auto-jump-to-first-error):
1422         Add group and version.
1424 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1426         * add-log.el (add-log-file-name): Use file-relative-name.
1427         (add-change-log-entry): Delay reading
1428         add-log-(full-name|mailing-address) to after we've switched to the
1429         ChangeLog buffer so we get the right value.
1430         (add-change-log-entry, add-log-current-defun, change-log-merge):
1431         Use derived-mode-p rather than checking major-mode directly.
1433         * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
1434         name for buffer-file-name if it refers to a directory.
1436         * vc-arch.el (vc-arch-diff): Fix last change.
1438         * progmodes/compile.el (compilation-start): Remember the original
1439         directory in a buffer-local compilation-directory.
1440         (compile): Set the global value of compilation-directory.
1441         (recompile): Use compilation-directory even in the compilation buffer.
1443 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
1445         * vc-hg.el (vc-hg-diff): Use vc-hg-command.
1447 2007-07-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1449         * ps-print.el: Problem with foreground and background color when
1450         printing a buffer with and without faces.  Reported by Christian
1451         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
1452         (ps-print-version): New version 6.7.5.
1453         (ps-default-fg): Change default value to nil, so black color is used
1454         when a face does not specify a foreground color.
1455         (ps-default-bg): Change default value to nil, so white color is used
1456         for background color.
1457         (ps-begin-job): Fix code.
1459 2007-07-20  Eli Zaretskii  <eliz@gnu.org>
1461         * makefile.w32-in (install-lisp-SH): Don't create subdirectories
1462         in $(INSTALL_DIR)/lisp/ if they already exist.
1464 2007-07-20  Dhruva Krishnamurthy  <dhruvakm@gmail.com>  (tiny change)
1466         * makefile.w32-in (install-lisp-CMD): Don't create subdirectories
1467         in $(INSTALL_DIR)/lisp/ if they already exist.
1469 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1471         * progmodes/vera-mode.el (vera-re-search-forward)
1472         (vera-re-search-backward): Remove use of store-match-data.
1473         (vera-mode-map): Move initialization into declaration.
1475         * progmodes/flymake.el (flymake-buildfile-dirs): Remove.
1476         (flymake-find-buildfile): Use locate-dominating-file.
1478         * vc.el (vc-delistify): Use mapconcat.
1479         (vc-do-command): Minor simplification.
1480         (vc-expand-dirs): Use push.
1482         * vc-mcvs.el (vc-mcvs-create-repo):
1483         * vc-cvs.el (vc-cvs-create-repo): Remove.
1485         * vc-hooks.el (vc-find-root): Fix case where `file' is the current
1486         directory and the root as well.
1488 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
1490         * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
1491         instead of a file.
1493         * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
1494         (vc-hg-registered): Replace if with when.
1495         (vc-hg-state): Deal with nonexistent files and handle removed files.
1496         (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
1497         (vc-hg-checkout): Re-enable.
1498         (vc-hg-create-repo): Fix typos.
1499         (vc-hg-print-log): Fix for multiple files.
1500         (vc-hg-workfile-unchanged-p): New function.
1502         * vc.el: Fix typo.
1503         (vc-print-log): Fix call to print-log.
1504         (vc-default-comment-history): Likewise.
1505         (vc-directory-exclusion-list): Add .hg and .bzr.
1506         (vc-diff-internal): Pass a list instead of a file.
1508         * vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
1510         * vc-bzr.el (vc-bzr-create-repo): New function.
1512 2007-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1514         * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
1515         `file' from which to start the search.
1517 2007-07-19  Eric S. Raymond  <esr@snark.thyrsus.com>
1519         * vc-cvs.el: vc-cvs-checkin had some reference problems, now fixed.
1521 2007-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1523         * files.el (locate-dominating-file): New function.
1525 2007-07-18  Michael Albinus  <michael.albinus@gmx.de>
1527         * progmodes/grep.el (grep-host-defaults-alist): New defvar.
1528         (grep-compute-defaults): Use it.
1530 2007-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1532         * uniquify.el: Docstring fixes.
1534 2007-07-18  Eric S. Raymond  <esr@snark.thyrsus.com>
1536         * vc-hooks.el: Generalize stay-local-p to operate on lists of
1537         files.  Change two keybindings to point to new function names.
1538         * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-hg.el, vc-mcvs.el, vc-rcs.el,
1539         vc-sccs.el, vc-svn.el: These now implement the NewVC-fileset.
1540         * vc.el: Adapted for NewVC-fileset, but no functional changes yet.
1542 2007-07-18  Juanma Barranquero  <lekktu@gmail.com>
1544         * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
1545         (follow-delete-other-windows-and-split, follow-recenter)
1546         (follow-windows-aligned-p, follow-point-visible-all-windows-p)
1547         (follow-redisplay, follow-estimate-first-window-start)
1548         (follow-xemacs-scrollbar-support, follow-intercept-process-output):
1549         Fix typos in docstrings.
1551 2007-07-18  Martin Rudalics  <rudalics@gmx.at>
1553         * add-log.el (change-log-mode): Use fill-nobreak-predicate to
1554         avoid that filling introduces lines with a single asterisk.
1556         * kmacro.el (kmacro-end-macro): When ignoring empty macro
1557         avoid incorrect kmacro-ring-empty-p messages.
1558         Reported by Michael Schierl <schierlm@gmx.de>.
1560 2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
1562         * vc.el: Add more info about the vc-registered function.
1564 2007-07-17  Michael Albinus  <michael.albinus@gmx.de>
1566         * files.el (file-remote-p): Introduce optional parameter
1567         IDENTIFICATION.
1569         * recentf.el (recentf-keep-default-predicate): Adapt call of
1570         `file-remote-p'.
1572         * progmodes/grep.el (grep-probe): Use `process-file'.
1573         (grep-compute-defaults): Handle variables host specific.
1575         * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
1576         parameter IDENTIFICATION.
1578         * net/tramp.el (tramp-handle-file-remote-p): Handle optional
1579         parameter IDENTIFICATION.
1580         (tramp-handle-set-file-times): New defun.  Replaces `tramp-touch'.
1581         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
1582         Add entry for `set-file-times'.
1583         (tramp-do-copy-or-rename-file-via-buffer)
1584         (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
1585         (tramp-handle-unhandled-file-name-directory): Rewrite.
1586         (tramp-convert-file-attributes): Add error handling when inode is
1587         extraordinary big.
1588         (tramp-get-inode): Change parameter from FILE to VEC.
1589         (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
1590         is nil.  This is according to the specification.  Goto (point-max)
1591         when ready.
1592         (tramp-handle-shell-command): Rewrite completely, using
1593         `process-file' and `start-file-process'.
1594         (tramp-methods, tramp-find-shell)
1595         (tramp-open-connection-setup-interactive-shell)
1596         (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
1597         var.  Reported by Steve Youngs <steve@sxemacs.org>.
1599         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
1600         entry for `set-file-times'.  Rename `start-process' into
1601         `start-file-process'.  Remove `call-process' entry.
1602         (tramp-fish-handle-set-file-times): New defun.
1603         (tramp-fish-handle-executable-find): Use `process-file'.
1604         (tramp-fish-handle-process-file): New defun.  Replaces
1605         `tramp-fish-handle-call-process'.
1606         (tramp-fish-do-copy-or-rename-file-directly): Use
1607         `set-file-times'.
1608         (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
1610         * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
1611         `tramp-get-inode' parameter.
1613 2007-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1615         * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
1616         (vc-bzr-post-command-function): Remove.  Version 0.8 is already old
1617         nowadays, and by the time Emacs-23 comes out, nobody will even remember
1618         it has ever existed.
1620 2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
1622         * vc.el: Undo previous change.
1624 2007-07-16  Eli Zaretskii  <eliz@gnu.org>
1626         * makefile.w32-in (clean): Don't delete *~.
1628 2007-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1630         * textmodes/tex-mode.el (tex-verbatim-environments):
1631         Add safe-local-variable property.
1632         (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
1633         when starting font-lock rather than when loading tex-mode.el.
1635         * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
1636         whole $( rather than just the $.  Rename from sh-quoted-subshell.
1637         (sh-font-lock-syntactic-keywords): Adjust call accordingly.
1639 2007-07-16  Thien-Thi Nguyen  <ttn@gnuvola.org>
1641         * bookmark.el (bookmark-maybe-sort-alist): Don't modify
1642         bookmark-alist.  Instead, if not sorting, simply return it.
1643         (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
1644         for its return value, not for its side effect.
1646         * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
1647         case of alignment under a constant symbol, find and consider
1648         the sexp actually at indentation to be the "last sexp".
1650 2007-07-16  Drew Adams  <drew.adams@oracle.com>
1652         * mouse.el (mouse-yank-secondary): Better error message if no
1653         secondary selection.
1655 2007-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
1657         * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
1659         * term/xterm.el (xterm-turn-on-modify-other-keys)
1660         (xterm-turn-off-modify-other-keys): New functions.
1661         (terminal-init-xterm): Enable the modifyOtherKeys feature if the
1662         terminal supports it.
1664 2007-07-16  Thien-Thi Nguyen  <ttn@gnuvola.org>
1666         * bookmark.el (bookmark-show-all-annotations):
1667         Make sure each inserted annotation ends with newline.
1669 2007-07-15  Richard Stallman  <rms@gnu.org>
1671         * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
1673         * tutorial.el (tutorial--find-changed-keys):
1674         Handle C-x specially like ESC.
1676 2007-07-15  Aaron Hawley  <aaronh@garden.org>
1678         * tar-mode.el (tar-get-descriptor): No error for zero-length file.
1680 2007-07-15  Juri Linkov  <juri@jurta.org>
1682         * delsel.el (delete-selection-pre-hook):
1683         * emulation/cua-base.el (cua-paste): Before a yank command,
1684         check also whether last-command is one of mouse-save-then-kill,
1685         mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
1687 2007-07-15  Michael Albinus  <michael.albinus@gmx.de>
1689         * recentf.el (recentf-keep-default-predicate): New defun.
1690         (recentf-keep): Use it as initial value.
1692 2007-07-15  Karl Fogel  <kfogel@red-bean.com>
1694         * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
1695         thus restoring bookmark bindings to three slots under C-x r.  See
1696         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
1698 2007-07-15  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
1700         * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
1702 2007-07-15  Jason Rumney  <jasonr@gnu.org>
1704         * w32-fns.el (set-default-process-coding-system): Use dos line ends
1705         for input to cmdproxy on all versions of Windows.
1706         Use dos line ends for input to plink.
1708         * comint.el (comint-simple-send): Concat newline before sending.
1709         (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
1711 2007-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1713         * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
1714         safe-local-variable setting.
1716 2007-07-14  David Kastrup  <dak@gnu.org>
1718         * emacs-lisp/advice.el (defadvice): Doc fix.
1720 2007-07-14  Juanma Barranquero  <lekktu@gmail.com>
1722         * subr.el (when, unless): Doc fix.
1724 2007-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
1726         * replace.el (match): Use yellow1 instead of yellow.
1728         * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of red.
1730         * pcvs-info.el (cvs-unknown): Likewise.
1732 2007-07-13  Eli Zaretskii  <eliz@gnu.org>
1734         * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
1735         (install): Use them to copy all *.el files before *.elc.
1737 2007-07-13  Drew Adams  <drew.adams@oracle.com>
1739         * bookmark.el (bookmark-jump-other-window): New function.
1740         (bookmark-map): Bind it to "o".
1742         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
1743         and its thread contains discussion about this change.
1744         The original patch was slightly tweaked by Karl Fogel
1745         <kfogel@red-bean.com> before committing.
1747 2007-07-13  Karl Fogel  <kfogel@red-bean.com>
1749         * bookmark.el: Shorten some comments to fit within 80 lines.
1751 2007-07-13  Karl Fogel  <kfogel@red-bean.com>
1753         * bookmark.el: Don't define bookmark keys under the "C-xr" map;
1754         instead, make "C-xp" a prefix for bookmark-map.  Patch by Drew
1755         Adams <drew.adams@oracle.com>, mildly tweaked by me.  See
1756         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
1758 2007-07-13  Carsten Dominik  <dominik@science.uva.nl>
1760         * textmodes/org.el: Bug fixes.
1761         (org-end-of-line): Move to end of line if in headline without tags.
1763 2007-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1765         * vc-hooks.el: Remove spurious * in docstrings.
1766         (vc-handled-backends): Add BZR.
1768         * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
1770 2007-07-12  Davis Herring  <herring@lanl.gov>
1772         * desktop.el (desktop-buffer-info, desktop-save):
1773         Use `desktop-dirname' instead of `dirname'.
1775 2007-07-12  Paul Pogonyshev  <pogonyshev@gmx.net>
1777         * progmodes/which-func.el (which-func-modes): Add `python-mode'.
1779         * progmodes/python.el (python-which-func-length-limit): New var.
1780         (python-which-func): New function.
1781         (python-current-defun): Add optional `length-limit' and try to fit
1782         computed function name to that length.
1783         (python-mode): Hook `python-which-func' up.
1785 2007-07-12  Sean O'Rourke  <sorourke@cs.ucsd.edu>  (tiny change)
1787         * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
1789         * comint.el (comint-dynamic-complete-as-filename):
1790         Use read-file-name-completion-ignore-case.
1792 2007-07-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1794         * comint.el (comint-dynamic-list-filename-completions):
1795         Use read-file-name-completion-ignore-case.
1797         * vc-cvs.el: Require CL.
1798         (vc-cvs-revision-table, vc-cvs-revision-completion-table):
1799         New functions to provide completion of revision names.
1801         * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
1802         (vc-cvs-annotate-first-line-re): New const.
1803         (vc-cvs-annotate-process-filter): New fun.
1804         (vc-cvs-annotate-command): Use them and run the command asynchronously.
1806 2007-07-12  Paul Pogonyshev  <pogonyshev@gmx.net>
1808         * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
1809         (eldoc-print-current-symbol-info): Adjust for changed helper
1810         function signatures.
1811         (eldoc-get-fnsym-args-string): Add `args' argument.  Use new
1812         `eldoc-highlight-function-argument'.
1813         (eldoc-highlight-function-argument): New function.
1814         (eldoc-get-var-docstring): Format documentation with
1815         `font-lock-variable-name-face'.
1816         (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
1817         where suited.
1818         (eldoc-fnsym-in-current-sexp): Return a list with argument index.
1819         (eldoc-beginning-of-sexp): Return number of skipped sexps.
1821 2007-07-11  Michael Albinus  <michael.albinus@gmx.de>
1823         * progmodes/compile.el (compilation-start): `start-process' must
1824         still be redefined when calling `start-process-shell-command'.
1826         * progmodes/gud.el (gud-file-name): When `default-directory' is a
1827         remote file name, prepend its remote part to the filename.
1828         (gud-common-init): When `default-directory' is a remote file name,
1829         make the filename relative to it.
1830         Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
1832 2007-07-11  Dan Nicolaescu  <dann@ics.uci.edu>
1834         * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
1835         mouse binding and a tooltip.
1837 2007-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1839         * menu-bar.el (vc-menu-map): New defalias.
1841 2007-07-10  Richard Stallman  <rms@gnu.org>
1843         * emacs-lisp/lisp-mode.el (eval-defun):
1844         Explain special handling of `defface'.
1846 2007-07-10  Jim Meyering  <jim@meyering.net>  (tiny change)
1848         * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
1850         * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
1852 2007-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1854         * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
1856         * vc-arch.el (vc-arch-complete): Remove.
1857         (vc-arch-revision-completion-table): Use complete-with-action.
1859         * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
1860         (complete-with-action): New function.
1861         (dynamic-completion-table): Use it.
1863 2007-07-10  Michael Albinus  <michael.albinus@gmx.de>
1865         * comint.el (make-comint, make-comint-in-buffer)
1866         (comint-exec-1): Replace `start-process' by `start-file-process'.
1868         * progmodes/compile.el (compilation-start): Revert redefining
1869         `start-process'.
1871 2007-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1873         * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
1874         with EOLs when generating MD5 checksums.
1876         * follow.el: Don't change the global map from the follow-mode-map
1877         defvar, but from the toplevel.  Use easy-menu to unify the Emacs and
1878         XEmacs code.
1879         (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
1880         since `follow-mode' should be used instead for that.
1882         * emacs-lisp/easymenu.el (easy-menu-binding): New function.
1883         (easy-menu-do-define): Use it.
1884         (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
1886         * progmodes/compile.el (compilation-auto-jump-to-first-error)
1887         (compilation-auto-jump-to-next): New vars.
1888         (compilation-auto-jump): New function.
1889         (compilation-error-properties): Use them to jump to first error.
1890         (compilation-start): Set the var if requested.
1892         * emacs-lisp/autoload.el (update-directory-autoloads): Remove
1893         duplicates without also removing entries from other directories.
1895 2007-07-10  Carsten Dominik  <dominik@science.uva.nl>
1897         * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
1898         Remember span as default.
1899         (org-columns-edit-value): Rename from `org-column-edit'.
1900         (org-columns-display-here-title): Rename from
1901         `org-overlay-columns-title'.
1902         (org-columns-remove-overlays): Rename from org-remove-column-overlays.
1903         (org-columns-get-autowidth-alist): Rename from
1904         `org-get-columns-autowidth-alist'.
1905         (org-columns-display-here): Rename from `org-overlay-columns'.
1906         (org-columns-new-overlay): Rename from `org-new-column-overlay'.
1907         (org-columns-quit): Rename from `org-column-quit'.
1908         (org-columns-show-value): Rename from `org-column-show-value'.
1909         (org-columns-content, org-columns-widen)
1910         (org-columns-next-allowed-value)
1911         (org-columns-edit-allowed, org-columns-store-format)
1912         (org-columns-uncompile-format, org-columns-redo)
1913         (org-columns-edit-attributes, org-delete-property)
1914         (org-set-property, org-columns-update)
1915         (org-columns-compute, org-columns-eval)
1916         (org-columns-not-in-agenda, org-columns-compute-all)
1917         (org-property-next-allowed-value)
1918         (org-columns-compile-format)
1919         (org-fill-paragraph-experimental)
1920         (org-string-to-number, org-property-action)
1921         (org-columns-move-left, org-columns-new)
1922         (org-column-number-to-string)
1923         (org-property-previous-allowed-value)
1924         (org-at-property-p, org-columns-delete)
1925         (org-columns-previous-allowed-value)
1926         (org-columns-move-right, org-columns-narrow)
1927         (org-property-get-allowed-values)
1928         (org-verify-version, org-column-string-to-number)
1929         (org-delete-property-globally): New functions.
1930         (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
1931         (org-columns-overlays): Rename from `org-column-overlays'.
1932         (org-columns-map): Rename from `org-column-map'.
1933         (org-columns-current-maxwidths): Rename from
1934         `org-current-columns-maxwidths'.
1935         (org-columns-begin-marker, org-columns-current-fmt-compiled)
1936         (org-previous-header-line-format)
1937         (org-columns-inhibit-recalculation)
1938         (org-columns-top-level-marker): New variables.
1939         (org-columns-default-format): Rename from `org-default-columns-format'.
1940         (org-property-re): New constant.
1942 2007-07-10  Guanpeng Xu  <herberteuler@hotmail.com>
1944         * subr.el (looking-at-p, string-match-p): New functions.
1946 2007-07-09  Reiner Steib  <Reiner.Steib@gmx.de>
1948         * textmodes/tex-mode.el (tex-fontify-script)
1949         (tex-font-script-display): New variables to make display of
1950         superscripts and subscripts customizable.
1951         (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
1953 2007-07-09  Richard Stallman  <rms@gnu.org>
1955         * isearch.el (isearch-edit-string): Call to isearch-push-state
1956         after the search.
1958 2007-07-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1960         * window.el (fit-window-to-buffer): Remove setting of window-min-height
1961         to 1 as enlarge-window uses the value to resize/shrink windows other
1962         than WINDOW if needed.
1964 2007-07-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1966         * cus-start.el (file-coding-system-alist): Fix custom type.
1968 2007-07-08  Chong Yidong  <cyd@stupidchicken.com>
1970         * longlines.el (longlines-wrap-region): Avoid marking buffer as
1971         modified.
1972         (longlines-auto-wrap, longlines-window-change-function):
1973         Remove unnecessary calls to set-buffer-modified-p.
1975 2007-07-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1977         * cus-start.el (file-coding-system-alist): Fix custom type.
1979 2007-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1981         * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
1982         (vc-cvs-checkout): Remove last arg now unused; simplify.
1984 2007-07-08  Michael Albinus  <michael.albinus@gmx.de>
1986         * files.el (file-remote-p): Introduce optional parameter CONNECTED.
1988         * net/tramp.el:
1989         * net/tramp-ftp.el:
1990         * net/tramp-smb.el:
1991         * net/tramp-uu.el:
1992         * net/trampver.el: Migrate to Tramp 2.1.
1994         * net/tramp-cache.el:
1995         * net/tramp-fish.el:
1996         * net/tramp-gw.el: New Tramp packages.
1998         * net/tramp-util.el:
1999         * net/tramp-vc.el: Removed.
2001         * net/ange-ftp.el: Add ange-ftp property to 'start-file-process
2002         (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
2004         * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
2006         * progmodes/compile.el (compilation-start): Redefine
2007         `start-process' temporarily when `default-directory' is remote.
2008         Remove case of synchronous compilation, this won't happen ever.
2009         (compilation-setup): Make local variable `comint-file-name-prefix'
2010         for remote compilation.
2012 2007-07-08  Martin Rudalics  <rudalics@gmx.at>
2014         * novice.el (disabled-command-function): Fit window to buffer to
2015         make last line visible.
2016         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
2018         * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
2019         when handling the terminating event.
2021 2007-07-07  Jay Belanger  <jay.p.belanger@gmail.com>
2023         * calc/calc.el (math-read-number-simple): Remove leading 0s.
2024         (math-bignum-digit-length): Change to optimal value.
2026         * calc/calc-bin.el (math-bignum-logb-digit-size)
2027         (math-bignum-digit-power-of-two): Evaluate when compiled.
2029         * calc/calc-comb.el (math-small-factorial-table)
2030         (math-init-random-base, math-prime-test): Remove unnecessary calls
2031         to `math-read-number-simple'.
2033         * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
2034         (math-approx-gamma-const): Add docstrings.
2036         * calc/calc-forms.el (math-julian-date-beginning)
2037         (math-julian-date-beginning-int): New constants.
2038         (math-format-date-part, math-parse-standard-date, calcFunc-julian):
2039         Use the new constants.
2041         * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
2043         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
2044         Add docstrings.
2046 2007-07-07  Tom Tromey  <tromey@redhat.com>
2048         * vc.el (vc-annotate): Jump to line and output message only after the
2049         process is really all done.
2051 2007-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2053         * vc.el (vc-exec-after): Don't move point from the sentinel.
2054         Forcefully read all the remaining text in the pipe upon process exit.
2055         (vc-annotate-display-autoscale, vc-annotate-lines):
2056         Don't stop at the first unrecognized line.
2057         (vc-annotate-display-select): Run autoscale after the process is done
2058         since it depends on the whole result.
2060 2007-07-07  Eli Zaretskii  <eliz@gnu.org>
2062         * term/w32-win.el (menu-bar-open): New function.
2063         Bind <f10> to it.
2065 2007-07-07  Michael Albinus  <michael.albinus@gmx.de>
2067         * simple.el (start-file-process): New defun.
2069 2007-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2071         * files.el (find-file-confirm-nonexistent-file): Rename from
2072         find-file-confirm-inexistent-file.  Update users.
2074         * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
2075         format of autoload block where the file's time-stamp is replaced by its
2076         MD5 checksum.
2077         (autoload-generate-file-autoloads): Use MD5 checksum instead of
2078         time-stamp for secondary autoloads files.
2079         (update-directory-autoloads): Remove duplicate entries.
2080         Use time-less-p for time-stamps, as done in autoload-find-destination.
2082 2007-07-07  Jay Belanger  <jay.p.belanger@gmail.com>
2084         * calc/calc.el (math-read-number): Replace number by variable.
2085         (math-read-number-simple): Properly parse small integers.
2087 2007-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
2089         * vc.el: Fix doc for the checkout function.
2091 2007-07-06  Dan Nicolaescu  <dann@ics.uci.edu>
2093         * vc-hg.el (vc-hg-root): New function.
2094         (vc-hg-registered): Use it.
2095         (vc-hg-diff-tree): New defalias.
2096         (vc-hg-responsible-p): Likewise.
2097         (vc-hg-checkout): Comment out, not needed.
2098         (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
2099         (vc-hg-find-version, vc-hg-next-version): New functions.
2101 2007-07-06  Andreas Schwab  <schwab@suse.de>
2103         * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
2104         dynamic bindings around the evaluation of the expression.
2105         Reported by Jay Belanger <jay.p.belanger@gmail.com>.
2107 2007-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2109         * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
2110         Run before-revert-hook.  Suggested by Denis Bueno <denbuen@sandia.gov>.
2111         Use run-hooks rather than run-mode-hooks.
2113 2007-07-05  Jay Belanger  <jay.p.belanger@gmail.com>
2115         * calc/calc-comb.el (math-random-digit): Rename to
2116         `math-random-three-digit-number'.
2117         (math-random-digits): Don't depend on representation of integer.
2119         * calc/calc-bin.el (math-bignum-logb-digit-size)
2120         (math-bignum-digit-power-of-two): New constants.
2121         (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
2122         (math-not-bignum, math-clip-bignum): Use the constants
2123         `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
2124         instead of their values.
2125         (math-clip): Use math-small-integer-size instead of its value.
2127         * calc/calc.el (math-add-bignum): Replace number by constant.
2129 2007-07-05  Chong Yidong  <cyd@stupidchicken.com>
2131         * wid-edit.el (widget-documentation-string-value-create):
2132         Insert indentation spaces.
2134 2007-07-05  Thien-Thi Nguyen  <ttn@gnuvola.org>
2136         * emacs-lisp/byte-opt.el: Revert last change.
2138 2007-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
2140         * vc-hooks.el (vc-handled-backends): Add HG.
2142         * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
2144 2007-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2146         * complete.el (PC-do-complete-and-exit): Add support for the new
2147         `confirm-only' confirmation mode.
2149 2007-07-05  Chong Yidong  <cyd@stupidchicken.com>
2151         * cus-edit.el (custom-commands): New variable.
2152         (custom-tool-bar-map): New variable.  Initialize using
2153         `custom-commands'.
2154         (custom-mode): Use `custom-tool-bar-map'.
2155         (custom-buffer-create-internal): Insert action buttons only if
2156         tool bar is not used.  Use `custom-commands'.
2157         (Custom-help, custom-command-apply): New function.
2158         (custom-command-apply, Custom-set, Custom-save)
2159         (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
2160         Use `custom-command-apply' instead of duplicating code.
2161         (customize-group-other-window): Call `customize-group' instead of
2162         duplicating code.
2163         (customize-face-other-window): Call `customize-face' instead of
2164         duplicating code.
2165         (customize-group, customize-face): Add optional args for opening
2166         in another window.
2167         (custom-variable-tag): Don't inherit `variable-pitch' face.
2168         (custom-group-tag): Inherit `variable-pitch' face.
2169         (custom-variable-value-create): Set documentation indentation.
2170         (custom-group-value-create): Make group name a link, instead of
2171         using an extra "go to group" button.
2172         (custom-prompt-variable, custom-group-set, custom-group-save)
2173         (custom-group-reset-current, custom-group-reset-saved)
2174         (custom-group-reset-standard): Minor cleanup.
2176 2007-07-05  Thien-Thi Nguyen  <ttn@gnuvola.org>
2178         * Makefile.in (bootstrap-prepare): When copying from
2179         ldefs-boot.el, make sure loaddefs.el is writeable.
2181         (bootstrap-prepare): Make $(lisp)/ps-print.el
2182         and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
2184 2007-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
2186         * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
2187         only caller, and delete.
2188         (vc-hg-state): Deal with exceptions and only parse the output on
2189         successful return.
2190         (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
2191         caller, and delete.
2192         (vc-hg-workfile-version): Deal with exceptions and only parse the
2193         output on successful return.
2194         (vc-hg-revert): New function.
2196 2007-07-04  Jay Belanger  <jay.p.belanger@gmail.com>
2198         * calculator.el (calculator-expt): Use more cases to determine
2199         the value.
2201 2007-07-03  Dan Nicolaescu  <dann@ics.uci.edu>
2203         * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
2204         file names.
2206 2007-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
2208         * calculator.el (calculator-expt, calculator-integer-p):
2209         New functions.
2210         (calculator-fact): Check to see if the factorial will be too
2211         large before computing it.
2212         (calculator-initial-operators): Use `calculator-expt' to
2213         compute "^".
2214         (calculator-mode): Mention that results which are too large
2215         will return inf.
2216         * calc/calc-comb.el (math-small-factorial-table): Replace list
2217         by vector.
2219 2007-07-03  David Kastrup  <dak@gnu.org>
2221         * shell.el: On request of the authors, remove their addresses for
2222         the sake of bug reports, and add the developer list address as
2223         maintainer information.
2225 2007-07-03  Richard Stallman  <rms@gnu.org>
2227         * files.el (make-directory): Doc fix.
2228         (find-file-confirm-inexistent-file): Make it a defcustom.
2229         Make nil the default.
2231 2007-07-02  Richard Stallman  <rms@gnu.org>
2233         * startup.el (command-line): Set buffer-offer-save in *scratch*
2234         and enable auto-save in it.
2236 2007-07-02  Carsten Dominik  <dominik@science.uva.nl>
2238         * textmodes/org.el (orgstruct-mode-map): New variable.
2239         (orgstruct-mode): New minor mode.
2240         (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
2241         (orgstruct-make-binding, org-context-p, org-get-local-variables)
2242         (org-run-like-in-org-mode): New functions.
2243         (org-cycle-list-bullet): New command.
2244         (org-special-properties, org-property-start-re)
2245         (org-property-end-re): New constants.
2246         (org-with-point-at): New macro.
2247         (org-get-property-block, org-entry-properties, org-entry-get)
2248         (org-entry-delete, org-entry-get-with-inheritance)
2249         (org-entry-put, org-buffer-property-keys): New functions.
2250         (org-insert-property-drawer): New command.
2251         (org-entry-property-inherited-from): New variable.
2252         (org-column): New face.
2253         (org-column-overlays, org-current-columns-fmt)
2254         (org-current-columns-maxwidths, org-column-map): New variables.
2255         (org-column-menu): New menu.
2256         (org-new-column-overlay, org-overlay-columns)
2257         (org-overlay-columns-title, org-remove-column-overlays)
2258         (org-column-show-value, org-column-quit, org-column-edit): New
2259         functions.
2260         (org-columns, org-agenda-columns): New commands.
2261         (org-get-columns-autowidth-alist): New functions.
2262         (org-properties): New customize group.
2263         (org-default-columns-format): New option.
2264         (org-priority): Realign tags after changing priority.
2265         (org-preserve-lc): New macro.
2266         (org-update-checkbox-count): Catch case when there is no headline.
2267         (org-agenda-quit): Remove any column overlays.
2268         (org-beginning-of-item-list): Fixed bug when non-item line is
2269         indented too deep.
2270         (org-cached-props): New variable.
2271         (org-cached-entry-get): New function.
2272         (org-make-tags-matcher): Handle property matches.
2273         (org-table-recalculate): Swap evaluation order: Field formula
2274         first, then column formulas, but don't allow them to overwrite the
2275         field formulas.
2276         (org-table-eval-formula): New argument untouchable.
2277         (org-table-put-field-property): New function.
2279 2007-07-02  Martin Rudalics  <rudalics@gmx.at>
2281         * help-mode.el (help-make-xrefs): Skip spaces too when
2282         skipping tabs.
2284         * ffap.el (dired-at-point-prompter): Improve prompt in
2285         list-directory case.
2287 2007-07-01  Richard Stallman  <rms@gnu.org>
2289         * files.el (find-file-visit-truename): Fix safe-local-variable value.
2291 2007-07-01  Richard Stallman  <rms@gnu.org>
2293         * cus-start.el (max-mini-window-height): Added.
2295 2007-07-01  Sean O'Rourke  <sorourke@cs.ucsd.edu>  (tiny change)
2297         * complete.el (partial-completion-mode): Remove advice of
2298         read-file-name-internal.
2299         (PC-do-completion): Rebind minibuffer-completion-table.
2300         (PC-read-file-name-internal): New function doing what
2301         read-file-name-internal advice did.
2303 2007-07-01  Paul Pogonyshev  <pogonyshev@gmx.net>
2305         * emacs-lisp/byte-opt.el: Set `binding-is-magic'
2306         property on a few symbols.
2307         (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
2308         (byte-optimize-lapcode): Remove bindings that are not referenced
2309         and certainly will not effect through dynamic scoping.
2311 2007-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2313         * files.el (find-file-confirm-inexistent-file): New var.
2314         (find-file, find-file-other-window, find-file-other-frame)
2315         (find-file-read-only, find-file-read-only-other-window)
2316         (find-file-read-only-other-frame): Use it.
2318 2007-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2320         * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
2322 2007-06-29  Juanma Barranquero  <lekktu@gmail.com>
2324         * generic-x.el (generic-define-mswindows-modes)
2325         (generic-define-unix-modes, apache-log-generic-mode)
2326         (bat-generic-mode-keymap, java-manifest-generic-mode)
2327         (show-tabs-generic-mode): Fix typos in docstrings.
2329 2007-06-29  Ryan Yeske  <rcyeske@gmail.com>
2331         * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
2332         (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
2333         (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
2334         (rcirc-print): Never ignore messages from ourself.
2336 2007-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2338         * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
2339         syntax as well.  Reported by Juri Linkov <juri@jurta.org>.
2341 2007-06-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2343         * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
2344         replace-regexp-in-string.
2346 2007-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2348         * emacs-lisp/cl.el: Set edebug and indentation before loading
2349         cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
2351 2007-06-28  Andreas Schwab  <schwab@suse.de>
2353         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
2354         $(lisp)/subdirs.el.
2356 2007-06-28  Juanma Barranquero  <lekktu@gmail.com>
2358         * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
2359         the speedbar frame if nil; that deletes the current frame or
2360         causes an error if it is the only frame.
2361         Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
2363 2007-06-28  Kevin Ryde  <user42@zip.com.au>
2365         * textmodes/nroff-mode.el: Groff \# comments.
2366         (nroff-mode-syntax-table): \# comment intro,
2367         plain # as punct per global table.
2368         (nroff-font-lock-keywords): Add # as a single char escape.
2369         (nroff-mode): In comment-start-skip, match \#.
2371 2007-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2373         * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
2374         (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
2375         point-min == 1.
2377 2007-06-28  Nick Roberts  <nickrob@snap.net.nz>
2379         * pcvs-util.el (cvs-strings->string, cvs-string->strings):
2380         Rename and move to...
2382         * subr.el (strings->string, string->strings): ...here.
2384         * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
2385         (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
2387         * progmodes/gud.el (gud-common-init): Call string->strings instead
2388         of split-string.
2390 2007-06-27  Michael Albinus  <michael.albinus@gmx.de>
2392         * dired-aux.el: Remove `dired-call-process'.
2393         (dired-check-process): Call `process-file'.
2395         * wdired.el (wdired-do-perm-changes): Call `process-file'.
2397         * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
2398         `ange-ftp-process-file'.
2400 2007-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2402         * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
2404         * emacs-lisp/cl-extra.el:
2405         * emacs-lisp/cl-seq.el:
2406         * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
2407         Add autoload cookies on all defs autoloaded manually in cl.el.
2409         * emacs-lisp/cl-loaddefs.el: New file.
2411         * textmodes/texinfmt.el (texinfo-raisesections-alist)
2412         (texinfo-lowersections-alist): Merge definition and declaration.
2413         (texinfo-start-of-header, texinfo-end-of-header): Remove.
2414         (texinfo-format-syntax-table): Merge init into declaration.
2415         (texinfo-format-parse-line-args, texinfo-format-parse-args)
2416         (texinfo-format-parse-defun-args, texinfo-format-node)
2417         (texinfo-push-stack, texinfo-multitable-widths)
2418         (texinfo-define-info-enclosure, texinfo-alias)
2419         (texinfo-format-defindex, batch-texinfo-format): Use push.
2420         (texinfo-footnote-number): Remove duplicate declaration.
2422         * ps-print.el: Update with auto-generated autoloads.
2424         * ps-mule.el: Set generated-autoload-file to "ps-print.el".
2426 2007-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2428         * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
2429         relative to current dir for file-local settings.
2430         (autoload-generate-file-autoloads): Add `outfile' arg.
2431         (update-directory-autoloads): Use it to directly call
2432         autoload-generate-file-autoloads instead of going through
2433         update-file-autoloads so we avoid redundant searches and so we can know
2434         the set of buffers changed so we can save them all.
2436         * emacs-lisp/autoload.el (autoload-find-destination): Return nil
2437         rather than throwing `up-to-date'.
2438         (autoload-generate-file-autoloads): Adjust correspondingly.
2439         (update-file-autoloads): Be careful to let-bind
2440         autoload-modified-buffers and adjust to new calling conventions.
2441         (autoload-modified-buffers): Make it a dynamically scoped var.
2442         (update-directory-autoloads): Use file-relative-name instead of
2443         autoload-trim-file-name.
2444         (autoload-insert-section-header): Don't use autoload-trim-file-name
2445         since the file is already relative now.
2446         (autoload-trim-file-name): Remove.
2448         * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
2449         (vc-arch-complete, vc-arch--version-completion-table)
2450         (vc-arch-revision-completion-table): New functions to provide
2451         completion of revision names.
2452         (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
2453         (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
2454         to let the user trim the revlib.
2456         * vc.el: Add new VC operation `revision-completion-table'.
2457         (vc-default-revision-completion-table): New function.
2458         (vc-version-diff, vc-version-other-window): Use it to provide
2459         completion of revision names if the backend provides it.
2461         * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
2463         * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
2464         of newer .svn/entries.
2466 2007-06-25  David Kastrup  <dak@gnu.org>
2468         * calc/calc-poly.el (math-padded-polynomial)
2469         (math-partial-fractions): Add some function comments.
2471 2007-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2473         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
2474         Make `outbuf' optional.
2475         (update-file-autoloads): Use it.
2477 2007-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2479         * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
2480         (autoload-find-destination): Keep it uptodate.
2481         (autoload-save-buffers): New fun.
2482         (update-file-autoloads): Use it.  Re-add the "up to date" message.
2484         * emacs-lisp/autoload.el: Refactor for upcoming changes.
2485         (autoload-find-destination): New function extracted from
2486         update-file-autoloads.
2487         (update-file-autoloads): Use it.
2488         (autoload-generate-file-autoloads): New function extracted from
2489         generate-file-autoloads.  Use file-relative-name.  Delay computation of
2490         output-start to the first cookie.  Remove done-any, replaced by
2491         output-start.
2492         (generate-file-autoloads): Use it.
2494 2007-06-24  Jay Belanger  <jay.p.belanger@gmail.com>
2496         * calc/calc-comb.el (math-init-random-base, math-prime-test):
2497         Use math-read-number-simple to insert constants.
2498         (math-prime-test): Redo calculation of sum.
2500         * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
2502         * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
2503         math-scale-bignum-3.
2504         (math-isqrt-bignum): Use math-scale-bignum-digit-size and
2505         math-bignum-digit-size.
2506         (math-isqrt-small): Add another possible initial guess.
2508 2007-06-23  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2510         * textmodes/bibtex.el (bibtex-entry-format): New options
2511         `whitespace', `braces', and `string'.
2512         (bibtex-field-braces-alist, bibtex-field-strings-alist)
2513         (bibtex-field-braces-opt, bibtex-field-strings-opt)
2514         (bibtex-cite-matcher-alist): New variables.
2515         (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
2516         (bibtex-flash-head): Use blink-matching-delay.
2517         (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
2518         (bibtex-format-entry, bibtex-reformat): Handle new options of
2519         bibtex-entry-format.
2520         (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
2521         New functions.
2522         (bibtex-complete-internal): Do not display messages while
2523         minibuffer is used.  Do not leave around a completions buffer
2524         that is out of date.
2525         (bibtex-copy-summary-as-kill): New optional arg.
2526         (bibtex-font-lock-url): New optional arg no-button.
2527         (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
2528         (bibtex-url): Allow multiple URLs per entry.
2530 2007-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2532         * emacs-lisp/autoload.el (autoload-generated-file): New function.
2533         (update-file-autoloads, update-directory-autoloads): Use it.
2534         (autoload-file-load-name): New function.
2535         (generate-file-autoloads, update-file-autoloads): Use it.
2536         (autoload-find-file): Accept non-absolute argument.  Set default-dir.
2537         (generate-file-autoloads): If the autoloaded form is malformed,
2538         indicate the problem with a warning instead of aborting.
2540 2007-06-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
2542         * simple.el (next-error-recenter): Accept `(4)' as well;
2543         also, specify `integer' instead of `number'.
2545 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
2547         * ls-lisp.el (insert-directory): If an invalid regexp error is
2548         thrown, try using FILE as a literal file name, not a wildcard.
2550 2007-06-23  Juanma Barranquero  <lekktu@gmail.com>
2552         * ruler-mode.el (ruler-mode): Prevent clobbering the original
2553         `header-line-format' when reentering ruler mode.
2555 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
2557         * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
2558         FILE exists as a file.
2560 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
2562         * calc/calc.el (math-bignum-digit-length)
2563         (math-bignum-digit-size, math-small-integer-size):
2564         New constants.
2565         (math-normalize, math-bignum-big, math-make-float)
2566         (math-div10-bignum, math-scale-left, math-scale-left-bignum)
2567         (math-scale-right, math-scale-right-bignum, math-scale-rounding)
2568         (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
2569         (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
2570         (math-quotient, math-div-bignum, math-div-bignum-digit)
2571         (math-div-bignum-part, math-format-bignum-decimal)
2572         (math-read-bignum): Use math-bignum-digit-length,
2573         math-bignum-digit-size and math-small-integer-size.
2575         * calc/calc-ext.el (math-fixnum-big): Use the variable
2576         math-bignum-digit-size.
2578 2007-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
2580         * log-view.el (log-view-mode-menu): New menu.
2582 2007-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2584         * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
2585         differently.
2587         * vc-hg.el (vc-hg-registered): Add an autoloaded version.
2588         (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
2590 2007-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
2592         * vc-hg.el (vc-hg-print-log): Insert the file name.
2593         (vc-hg-log-view-mode): Fontify the file name.
2595 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
2597         * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
2598         (calcFunc-julian): Fix incorrect number used in calculations.
2600 2007-06-22  Thien-Thi Nguyen  <ttn@gnuvola.org>
2602         * simple.el (next-error-recenter): New defcustom.
2603         (next-error, next-error-internal): Recenter if specified,
2604         immediately prior to running `next-error-hook'.
2606         * progmodes/hideshow.el (hs-show-block): Use line-end-position.
2607         (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
2609         * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
2611 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
2613         * calc/calc-comb.el (math-small-factorial-table): New variable.
2614         (calcFunc-fact): Use `math-small-factorial-table'.
2616         * calc/calc-ext.el (math-defcache): Allow forms to evaluate
2617         initial values.
2618         (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
2619         New variables to use in caches.
2621         * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
2622         (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
2624         * calc/calc-func.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
2625         (math-bernoulli-b-cache): Use math-read-number-simple to insert
2626         bignums.
2628         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
2629         New variables to use in caches.
2631 2007-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
2633         * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
2635         * vc-hg.el (vc-hg-log-view-mode): New mode.
2637 2007-06-21  Jay Belanger  <jay.p.belanger@gmail.com>
2639         * calc/calc.el (math-read-number-simple): New function.
2641 2007-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2643         * vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
2644         (vera-font-lock-match-item): Fix doc string.
2645         (vera-in-comment-p): Remove unused function.
2646         (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
2647         use `syntax-ppss'.
2648         (vera-forward-syntactic-ws): Fix argument order.
2649         (vera-prepare-search): Use `with-syntax-table'.
2650         (vera-indent-line): Fix doc string.
2651         (vera-electric-tab): Fix doc string.
2652         (vera-expand-abbrev): Define alias instead of using `fset'.
2653         (vera-comment-uncomment-region): Use `comment-start-skip'.
2655 2007-06-21  Carsten Dominik  <dominik@science.uva.nl>
2657         * textmodes/org.el (org-export-with-footnotes): New option.
2658         (org-export-as-html): Fix replacement bug for XEmacs.
2659         (org-agenda-default-appointment-duration): New option.
2661 2007-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
2663         * vc-hg.el: Add to do items.
2664         (vc-hg-diff): Add support for comparing different revisions.
2665         (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
2666         (vc-hg-annotate-extract-revision-at-line)
2667         (vc-hg-previous-version, vc-hg-checkin): New functions.
2668         (vc-hg-annotate-re): New constant.
2670 2007-06-20  Jay Belanger  <jay.p.belanger@gmail.com>
2672         * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
2674 2007-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2676         * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
2677         buffer-local value of log-view-*-re if applicable.
2679         * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
2680         Use vc-bzr-command rather than the ill defined vc-bzr-command*.
2681         (vc-bzr-command*): Remove both (incompatible) versions.
2682         (vc-bzr-do-command*): Remove.
2683         (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
2684         Remove by folding into its only caller vc-bzr-command.
2685         (vc-bzr-command): Always set the environment, even when ineffective.
2686         (vc-bzr-version): Minor fix up.
2687         (vc-bzr-admin-dirname): New var.
2688         (vc-bzr-bzr-dir): Remove.
2689         (vc-bzr-root-dir): New fun.
2690         (vc-bzr-registered): Use it.  Add an autoloaded version.
2691         (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
2692         (vc-bzr-view-log-function): Remove.
2693         (vc-bzr-log-view-mode): New major mode to replace it.
2694         (vc-bzr-print-log): Only activate the old hack if needed.
2696         * vc.el (vc-default-log-view-mode): New function.
2697         (vc-print-log): Add new `log-view-mode' VC operation.
2699 2007-06-20  Juanma Barranquero  <lekktu@gmail.com>
2701         * ido.el (ido-find-file-in-dir): Don't signal an error for
2702         empty directories.
2704         * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
2706         * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
2707         directory where the desktop file was found, as the docstring says.
2708         (desktop-kill): Use `read-directory-name'.
2710 2007-06-20  Alan Mackenzie  <acm@muc.de>
2712         * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
2713         When removing lines, also remove the \n.  Correction of patch of
2714         2007-04-21.
2716 2007-06-20  Martin Rudalics  <rudalics@gmx.at>
2718         * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
2719         event is not a cons cell.  Do not unread drag-mouse-1 events.
2720         Select right window in check whether space was stolen from
2721         window above.
2723         * help-mode.el (help-make-xrefs): Adjust position of new forward
2724         button.
2726 2007-06-20  Riccardo Murri  <riccardo.murri@gmail.com>
2728         * vc-bzr.el (vc-bzr-with-process-environment)
2729         (vc-bzr-std-process-invocation): New macros.
2730         (vc-bzr-command, vc-bzr-command*): Use them.
2731         (vc-bzr-with-c-locale): Remove.
2732         (vc-bzr-dir-state): Replace its use with vc-bzr-command.
2733         (vc-bzr-buffer-nonblank-p): New function.
2734         (vc-bzr-state-words): New const.
2735         (vc-bzr-state): Look for `bzr status` keywords in output.
2736         Display everything else as a warning message to the user.
2737         Fix status report with bzr >= 0.15.
2739 2007-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
2741         * vc-hg.el (vc-hg-global-switches): Simplify.
2742         (vc-hg-state): Handle more states.
2743         (vc-hg-diff): Fix doc-string.
2744         (vc-hg-register): New function.
2745         (vc-hg-checkout): Likewise.
2747 2007-06-20  Reto Zimmermann  <reto@gnu.org>
2749         * progmodes/vera-mode.el: New file.
2751 2007-06-19  Jay Belanger  <jay.p.belanger@gmail.com>
2753         * calc/calc.el (calc-multiplication-has-precendence):
2754         New variable.
2755         (math-standard-ops, math-standard-ops-p, math-expr-ops):
2756         New functions.
2757         (math-expr-opers): Define using math-standard-ops rather than
2758         math-standard-opers.
2759         * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
2760         equal the function math-standard-ops rather than the variable
2761         math-standard-opers.
2762         (calc-algebraic-entry): Let math-expr-opers equal
2763         math-standard-ops or math-expr-ops, as appropriate.
2764         (math-expr-read-level, math-read-factor): Let math-expr-opers
2765         equal math-expr-ops.
2766         * calc/calc-embed.el (calc-embedded-finish-edit):
2767         Let math-expr-opers equal the function math-standard-ops
2768         rather than the variable math-standard-opers.
2769         * calc/calc-ext.el (math-read-plain-expr)
2770         (math-format-flat-expr-fancy): Let math-expr-opers equal the
2771         function math-standard-ops rather than the variable
2772         math-standard-opers.
2773         * calc/calc-lang.el (calc-set-language, math-read-big-rec):
2774         Let math-expr-opers equal the function math-standard-ops rather
2775         than the variable math-standard-opers.
2776         * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
2777         equal the function math-standard-ops rather than the variable
2778         math-standard-opers.
2779         * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
2780         equal the function math-standard-ops rather than the variable
2781         math-standard-opers.
2782         * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
2783         math-expr-ops.
2785 2007-06-19  Ivan Kanis  <apple@kanis.eu>
2787         * vc-hg.el: New file.
2789 2007-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2791         * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
2792         with font-lock-multiline.
2794 2007-06-17  Glenn Morris  <rgm@gnu.org>
2796         * lpr.el (lpr-page-header-switches): Move %s to separate element
2797         for correct quoting.  Doc fix.
2799 2007-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2801         * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
2802         than setting sgml-xml-mode.
2803         (sgml-mode, html-mode): Set sgml-xml-mode.
2804         (sgml-skip-tag-backward): Tell if we skipped over matched tags.
2805         (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
2806         (sgml-electric-tag-pair-before-change-function)
2807         (sgml-electric-tag-pair-flush-overlays): New functions.
2808         (sgml-electric-tag-pair-mode): New minor mode.
2809         (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
2810         (sgml-calculate-indent): Use assoc-string.
2812 2007-06-16  Karl Fogel  <kfogel@red-bean.com>
2814         * thingatpt.el (thing-at-point-email-regexp): Don't require two
2815         chars before the "@" in an email address.  Andreas Roehler noticed
2816         this problem.
2818 2007-06-15  Karl Fogel  <kfogel@red-bean.com>
2820         * thingatpt.el: Add support for email addresses (`email').
2821         (thing-at-point, bounds-of-thing-at-point): Document `email' support.
2822         (thing-at-point-email-regexp): New variable.
2823         (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
2824         properties on this symbol, with lambda forms for values.
2826 2007-06-15  Masatake YAMATO  <jet@gyve.org>
2828         * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
2830         * vc.el (vc-dired-hook): Check the backend returned from
2831         `vc-responsible-backend' can really handle `subdir'.
2833 2007-06-15  Chong Yidong  <cyd@stupidchicken.com>
2835         * wid-edit.el (widget-add-documentation-string-button):
2836         Fix handling of documentation indent.
2838 2007-06-15  Miles Bader  <miles@fencepost.gnu.org>
2840         * mb-depth.el: New file.
2842 2007-06-15  Masatake YAMATO  <jet@gyve.org>
2844         * vc.el (vc-dired-mode): Show backend name as part of mode name.
2846 2007-06-14  Chong Yidong  <cyd@stupidchicken.com>
2848         * wid-edit.el (widget-default-create): Move ?h handling here...
2849         (widget-default-format-handler): ...from here.
2850         (widget-docstring, widget-add-documentation-string-button): New funs.
2851         (documentation-string): Add :visibility-widget property.
2852         (widget-documentation-string-value-create): Use it.
2854         * cus-edit.el (custom-split-regexp-maybe): Simplify.
2855         (custom-buffer-create-internal): Simplify message.
2856         (custom-variable-tag): Reduce height to normal.
2857         (custom-variable-value-create, custom-face-value-create)
2858         (custom-visibility): New widget.
2859         (custom-visibility): New face.
2860         (custom-group-value-create):
2861         Call widget-add-documentation-string-button, using `custom-visibility'.
2863 2007-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2865         * emacs-lisp/bytecomp.el (byte-compile-current-group)
2866         (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
2867         change.  Apparently the "warning even if the group is implicit" is
2868         a feature rather than a bug.
2870 2007-06-14  Michael Kifer  <kifer@cs.stonybrook.edu>
2872         * viper.el (viper-describe-key-ad, viper-describe-key-briefly-ad):
2873         Different advices for Emacs and XEmacs.  Compile them conditionally.
2874         (viper-version): Belated version change.
2876 2007-06-14  Juanma Barranquero  <lekktu@gmail.com>
2878         * follow.el (follow-all-followers, follow-generic-filter):
2879         * pcomplete.el (pcomplete-restore-windows):
2880         * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
2881         (x-dnd-drop-data):
2882         * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
2883         * progmodes/python.el (python-complete-symbol):
2884         * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
2886 2007-06-13  Ryan Yeske  <rcyeske@gmail.com>
2888         * rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
2889         around bright and dim regexps.  Make sure bright and dim matches
2890         use word anchors.  Send text through rcirc-markup functions.
2891         (rcirc-url-regexp): Add single quote character.
2892         (rcirc-connect): Write logs to disk on auto-save-hook.
2893         Make server a non-optional argument.
2894         (rcirc-log-alist): New variable.
2895         (rcirc-log-directory): Make customizable.
2896         (rcirc-log-flag): New customizable variable.
2897         (rcirc-log): New function.
2898         (rcirc-print): Use above function.
2899         (rcirc-log-write): New function.
2900         (rcirc-generate-new-buffer-name): Strip text properties.
2901         (rcirc-switch-to-buffer-function): Remove variable.
2902         (rcirc-last-non-irc-buffer): Remove variable.
2903         (rcirc-non-irc-buffer): Add function.
2904         (rcirc-next-active-buffer): Use above function.
2905         (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
2906         (rcirc-handler-ctcp-KEEPALIVE): Add handler.
2907         (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
2908         (rcirc-omit-mode): Add minor-mode.
2909         (rcirc-mode-map): Change C-c C-o binding.
2910         (rcirc-mode): Clear mode-line-process.  Use a custom
2911         fill-paragraph-function.  Set up buffer-invisibility-spec.
2912         (rcirc-response-formats): Remove timestamp code.
2913         (rcirc-omit-responses): Add variable.
2914         (rcirc-print): Don't put the overlay arrow on potentially omitted
2915         lines.  Log line to disk.  Record activity for private messages
2916         from /dim nicks.  Facify the fill-prefix with rcirc-timestamp face.
2917         (rcirc-jump-to-first-unread-line): Print message if there is no
2918         unread text.
2919         (rcirc-clear-unread): New function.
2920         (rcirc-markup-text-functions): Add variable.
2921         (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
2922         (rcirc-debug): Don't mess with window configuration.
2923         (rcirc-send-message): Send message before printing locally.
2924         Add SILENT argument, do not print message if non-nil.
2925         (rcirc-visible-buffers): New function and variable.
2926         (rcirc-window-configuration-change-1): Add function.
2927         (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
2928         server buffer.
2929         (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
2930         (rcirc-fill-paragraph): Add function.
2931         (rcirc-record-activity, rcirc-window-configuration-change-1):
2932         Only update the activity string if it has actually changed.
2933         (rcirc-update-activity-string): Remove padding characters from the
2934         mode-line string.
2935         (rcirc-disconnect-buffer): New function to be called when a
2936         channel is parted or the user quits.
2937         (rcirc-server-name): Warn when the server-name hasn't been set.
2938         (rcirc-window-configuration-change): Postpone work until
2939         post-command-hook.
2940         (rcirc-window-configuration-change-1): Update mode-line and
2941         overlay arrows here.
2942         (rcirc-authenticate): Fixc hanserv identification.
2943         (rcirc-default-server): Remove variable.
2944         (rcirc): Connect according to rcirc-connections.
2945         (rcirc-connections): Add variable.
2946         (rcirc-startup-channels-alist): Remove variable.
2947         (rcirc-startup-channels): Remove function.
2949 2007-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2951         * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
2953 2007-06-13  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>  (tiny change)
2955         * term/xterm.el (terminal-init-xterm): Escape parens in character
2956         constants.
2958 2007-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2960         * progmodes/sh-script.el: Remove unneeded * from docstrings.
2961         Use [:alpha:] and [:alnum:] where applicable.
2962         (sh-quoted-subshell): Rewrite to correctly
2963         handle nested mixes of `...` and $(...).
2964         (sh-apply-quoted-subshell): Remove.
2965         (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
2967         * vc-arch.el (vc-arch-command): Remove bzr.  It's a different program.
2969 2007-06-13  Michael Kifer  <kifer@cs.stonybrook.edu>
2971         * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
2972         previous change.
2974 2007-06-12  Tom Tromey  <tromey@redhat.com>
2976         * subr.el (user-emacs-directory): New defconst.
2977         * cmuscheme.el (scheme-start-file):
2978         * shell.el (shell):
2979         * completion.el (save-completions-file-name):
2980         * custom.el (custom-theme-directory):
2981         * term/x-win.el (emacs-session-filename):
2982         * filesets.el (filesets-menu-cache-file):
2983         * thumbs.el (thumbs-thumbsdir):
2984         * server.el (server-auth-dir):
2985         * image-dired.el (image-dired-dir):
2986         (image-dired-db-file):
2987         (image-dired-temp-image-file):
2988         (image-dired-gallery-dir):
2989         (image-dired-temp-rotate-image-file):
2990         * play/gamegrid.el (gamegrid-user-score-file-directory):
2991         * savehist.el (savehist-file):
2992         * tutorial.el (tutorial--saved-dir):
2993         * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
2995 2007-06-12  Ralf Angeli  <angeli@caeruleus.net>
2997         * scroll-lock.el (scroll-lock-mode): Doc fix.
2999 2007-06-12  Michael Kifer  <kifer@cs.stonybrook.edu>
3001         * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
3003         * ediff-init.el: Doc strings.
3005 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3007         * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
3008         (byte-compile-file): Bind it.
3009         (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
3010         group argument is provided implicitly.
3011         (byte-compile-format-warn, byte-compile-from-buffer)
3012         (byte-compile-insert-header): Don't hardcode point-min==1.
3013         (byte-compile-file-form-require): Remove unused var old-load-list.
3014         (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
3016 2007-06-12  Michael Kifer  <kifer@cs.stonybrook.edu>
3018         * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
3019         Display error messages.
3020         (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
3021         Get rid of cl.el dependencies.
3023         * emulation/viper-init.el (viper-suppress-input-method-change-message):
3024         New variable.
3025         (viper-activate-input-method-action)
3026         (viper-inactivate-input-method-action):
3027         Use viper-suppress-input-method-change-message.
3029         * emulation/viper-kem.el (viper-vi-basic-map): Disable the bindings
3030         for C-s, C-r.
3032         * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
3033         Use viper-replace-overlay-cursor-color instead of
3034         viper-replace-overlay-cursor-color.
3035         (viper-sit-for-short): Use sit-for with 3 arguments.
3037         * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
3038         (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
3039         to gud-mode.
3041         * ediff-mult.el (ediff-meta-buffer-brief-message)
3042         (ediff-meta-buffer-verbose-message): New variables.
3043         (ediff-meta-buffer-message): Variable deleted.
3044         (ediff-verbose-help-enabled): New variable.
3045         (ediff-toggle-verbose-help-meta-buffer): New function.
3046         (ediff-redraw-directory-group-buffer): Made aware of short/verbose
3047         message options.
3049         * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
3050         (ediff-fixup-patch-map): Improve heuristic.
3052 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3054         * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
3055         (log-view-font-lock-keywords): Simplify.
3056         (log-view-current-file, log-view-current-tag): Simplify.
3058 2007-06-12  Sam Steingold  <sds@gnu.org>
3060         * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
3062 2007-06-12  Juanma Barranquero  <lekktu@gmail.com>
3064         * desktop.el (desktop-load-locked-desktop): New option.
3065         (desktop-read): Use it.
3066         (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
3067         Use `when'.
3069 2007-06-12  Davis Herring  <herring@lanl.gov>
3071         * desktop.el (desktop-save-mode-off): New function.
3072         (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
3073         (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
3074         (desktop-claim-lock, desktop-release-lock): New functions.
3075         (desktop-kill): Tell `desktop-save' that this is the last save.
3076         Release the lock afterwards.
3077         (desktop-buffer-info): New function.
3078         (desktop-save): Use it.  Run `desktop-save-hook' where the doc
3079         says to.  Detect conflicts, and manage the lock.
3080         (desktop-read): Detect conflicts.  Manage the lock.
3082 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3084         * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
3086         * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
3087         (tpu-lucid-emacs-p): Remove.  Use (featurep 'xemacs) instead.
3088         (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
3089         (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
3090         keysyms rather than byte sequences.
3091         (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
3093 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3095         * font-lock.el (font-lock-add-keywords): In case font-lock was only
3096         half-activated, forcefully activate it completely.
3098 2007-06-11  Richard Stallman  <rms@gnu.org>
3100         * cus-edit.el (custom-variable-type): Doc fix.
3102 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3104         * progmodes/sh-script.el (sh-font-lock-backslash-quote)
3105         (sh-font-lock-flush-syntax-ppss-cache): New functions.
3106         (sh-font-lock-syntactic-keywords): Use them to distinguish the
3107         different possible cases for \'.
3109         * complete.el (PC-bindings): Don't bind things already bound in the
3110         parent keymap.
3112         * textmodes/bibtex-style.el: New file.
3114 2007-06-11  Riccardo Murri  <riccardo.murri@gmail.com>
3116         * vc-bzr.el: New file.
3118 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3120         * vc-svn.el (vc-svn-program): New var.
3121         (vc-svn-command): Use it.
3123 2007-06-11  Juanma Barranquero  <lekktu@gmail.com>
3125         * server.el (server-switch-buffer): Remove redundant check.
3127 2007-06-10  Martin Rudalics  <rudalics@gmx.at>
3129         * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
3130         Match against file-name-nondirectory.
3131         Fix text on user customization variables.
3132         Reported by Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>.
3134 2007-06-09  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
3136         * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
3138 2007-06-09  Davis Herring  <herring@lanl.gov>
3140         * desktop.el (desktop-minor-mode-table): Doc fix.
3142 2007-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3144         * textmodes/css-mode.el (css-navigation-syntax-table):
3145         Use set-char-table-range so it also works in the unicode branch.
3147 2007-06-08  Nick Roberts  <nickrob@snap.net.nz>
3149         * help-mode.el (help-xref-forward-stack)
3150         (help-xref-stack-forward-item, help-forward-label): New variables.
3151         (help-forward): New button type.
3152         (help-setup-xref): Initialise help-xref-forward-stack.
3153         (help-make-xrefs): Add forward button, if appropriate.
3154         (help-xref-go-back): Push item on forward stack.
3155         (help-xref-go-forward, help-go-forward): New functions.
3157 2007-06-07  Chong Yidong  <cyd@stupidchicken.com>
3159         * dired.el (dired-mode-map): Remove spurious separator.
3161 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
3163         * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
3165         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
3166         * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
3168 2007-06-07  Carsten Dominik  <dominik@science.uva.nl>
3170         * textmodes/org.el: Version number fixed.
3172 2007-06-07  Glenn Morris  <rgm@gnu.org>
3174         * version.el (emacs-copyright): New constant.
3175         * startup.el (fancy-splash-tail): Use emacs-copyright.
3176         * calc/calc-help.el (calc-full-help): Use emacs-copyright.
3178         * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
3179         `make-local'.
3180         (byte-compile-warnings-safe-p): Add `make-local'.
3181         (byte-compile-make-variable-buffer-local):
3182         Allow byte-compile-warnings to suppress this warning.
3184         * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
3185         format of "menu" description.
3186         (tutorial--find-changed-keys): Describe the specific menu a
3187         command is in.
3189         * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
3190         Rewrite compatibility functions to silence byte-compiler.
3192 2007-06-07  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
3194         * mail/rmailsum.el (rmail-summary-save-buffer): New command.
3195         (rmail-summary-mode-map): Add rmail-summary-save-buffer.
3197 2007-06-07  Eric M. Ludlam  <eric@siege-engine.com>
3199         * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
3201 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
3203         * progmodes/ebrowse.el (ebrowse-member-table):
3204         * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
3205         (org-batch-agenda-csv): Fix typos in docstrings.
3207 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
3209         * international/mule-cmds.el (toggle-enable-multibyte-characters)
3210         (sort-coding-systems, search-unencodable-char): Doc fixes.
3211         (coding-system-change-eol-conversion, set-default-coding-systems)
3212         (prefer-coding-system, find-multibyte-characters, princ-list)
3213         (leim-list-entry-regexp, set-input-method, locale-language-names)
3214         (input-method-exit-on-first-char, exit-language-environment-hook)
3215         (locale-charset-language-names): Fix typos in docstrings.
3217 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
3219         * pgg.el (pgg-sign-region, pgg-sign):
3220         * ses.el (ses-call-printer):
3221         * calendar/icalendar.el (icalendar--diarytime-to-isotime):
3222         * textmodes/org.el (org-cycle): Fix typos in docstrings.
3224 2007-06-06  Carsten Dominik  <dominik@science.uva.nl>
3226         * textmodes/org.el
3227         (org-export-region-as-html, org-replace-region-by-html)
3228         (org-number-to-letters, org-table-fedit-finish)
3229         (org-normalize-color, org-table-fedit-ref-right)
3230         (org-date-to-gregorian, org-table-fedit-move)
3231         (org-table-convert-refs-to-rc, org-calendar-holiday)
3232         (org-table-fedit-toggle-ref-type, org-write-agenda)
3233         (org-colgroup-info-to-vline-list, org-agenda-todo-previousset)
3234         (org-defkey, org-encode-for-stdout)
3235         (org-indent-line-function, org-export-as-html-to-buffer)
3236         (org-store-agenda-views, org-update-mode-line)
3237         (org-find-if, org-delete-all)
3238         (org-table-fedit-convert-buffer, org-emphasize)
3239         (org-uniquify, org-table-fedit-lisp-indent)
3240         (org-table-fedit-scroll, org-get-todo-sequence-head)
3241         (org-table-fedit-scroll-down, org-table-fedit-line-down)
3242         (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
3243         (org-table-fedit-toggle-coordinates, org-dvipng-color)
3244         (org-table-fedit-line-up, org-table-fedit-ref-down)
3245         (org-table-formula-from-user, org-mode-flyspell-verify)
3246         (org-cycle-show-empty-lines, org-ctrl-c-ret)
3247         (org-table-formula-to-user, org-diary-to-ical-string)
3248         (orgtbl-export, org-table-fedit-post-command)
3249         (org-closed-in-range, org-shiftcontrolright)
3250         (org-table-convert-refs-to-an, org-table-hline-and-move)
3251         (org-table-formula-less-p, org-format-table-ascii)
3252         (org-agenda-get-sexps, org-shift-refpart)
3253         (org-diary-sexp-entry, org-time-string-to-absolute)
3254         (org-table-show-reference, org-letters-to-number)
3255         (org-fix-agenda-info, org-table-fedit-ref-up)
3256         (org-table-fedit-shift-reference, org-table-fedit-abort)
3257         (org-closest-date, org-shiftcontrolleft)
3258         (org-at-heading-or-item-p, org-rematch-and-replace)
3259         (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
3260         New functions.
3261         (org-table-edit-scroll-down, org-finish-edit-formulas)
3262         (org-table-edit-next-field, org-abort-edit-formulas)
3263         (org-font-lock-level, org-export-find-first-heading-line)
3264         (org-table-edit-line-down, org-table-edit-backward-field)
3265         (org-edit-formula-lisp-indent, org-table-edit-move)
3266         (org-check-log-option, org-this-word)
3267         (org-table-edit-line-up, org-table-edit-formulas-post-command)
3268         (org-agenda-file-to-end, org-expand-file-name)
3269         (org-fake-empty-table-line, org-table-edit-scroll)
3270         (org-toggle-log-option, org-show-reference): Function removed.
3271         (org-inhibit-invisibility, org-table-formula-make-cmp-string):
3272         New defsubsts.
3273         (org-unmodified, org-batch-store-agenda-views)
3274         (org-batch-agenda-csv): New macro.
3275         (org-agenda-export): New customization group.
3276         (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
3277         (org-highest-priority, org-agenda-exporter-settings)
3278         (org-log-done-with-time, org-replace-disputed-keys)
3279         (org-format-latex-header, org-export-table-header-tags)
3280         (org-cycle-separator-lines, org-export-table-data-tags)
3281         (org-icalendar-include-sexps)
3282         (org-empty-line-terminates-plain-lists)
3283         (org-log-repeat, org-special-ctrl-a)
3284         (org-table-use-standard-references, org-disputed-keys)
3285         (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
3286         (org-agenda-export-html-style): New option.
3287         (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
3288         (org-CUA-compatible): Option removed.
3289         (org-agenda-structure, org-sexp-date): New face.
3290         (org-todo-keywords-for-agenda, org-not-done-keywords)
3291         (org-planning-or-clock-line-re, org-agenda-name)
3292         (org-table-colgroup-info, org-todo-sets)
3293         (constants-unit-system, org-clock-mode-line-entry)
3294         (org-mode-line-timer, org-table-current-begin-pos)
3295         (org-todo-keywords-1, org-mode-line-string)
3296         (org-table-clean-did-remove-column, org-table-fedit-map)
3297         (org-clock-heading, org-table-buffer-is-an)
3298         (org-agenda-info, org-done-keywords)
3299         (org-done-keywords-for-agenda, org-todo-heads)
3300         (org-todo-kwd-alist, org-clock-start-time): New variable.
3301         (org-todo-kwd-priority-p, org-edit-formulas-map)
3302         (org-repeat-re, org-todo-kwd-max-priority)
3303         (org-version, org-done-string)
3304         (org-table-clean-did-remove-column-1, org-disputed-keys):
3305         Remove variables.
3306         (org-table-translate-regexp, org-repeat-re, org-version): New consts.
3307         (org-ts-lengths): Constant removed.
3308         (org-follow-gnus-link): Don't ask how many articles to read.
3309         (org-export-find-first-export-line): Rename from
3310         `org-export-find-first-heading'.
3311         Use `org-export-skip-text-before-1st-heading'.
3312         (org-table-fedit-post-command): Rename from
3313         `org-table-edit-formulas-post-command'.
3314         (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
3315         (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
3316         (org-table-fedit-lisp-indent): Rename from
3317         `org-edit-formula-lisp-indent'.
3318         (org-table-show-reference): Rename from `org-show-reference'.
3319         (org-table-store-formulas): Use `org-table-formula-less-p'.
3320         (org-table-edit-formulas): Position cursor to current field equation.
3321         (org-update-checkbox-count, org-hide-archived-subtrees)
3322         (org-timestamp-up-day, org-timestamp-down-day)
3323         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
3324         (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
3325         (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
3326         (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
3327         Let `org-on-heading-p' also check for invisible heading.
3328         (org-read-date): Match am/pm times.
3329         (org-eval-in-calendar): Fix default date in prompt.
3331 2007-06-05  Chong Yidong  <cyd@stupidchicken.com>
3333         * files.el (auto-mode-alist): Separate "ChangeLog.1" and
3334         "ChangeLog.a" entries, giving the latter lower priority.
3336 2007-06-05  Juanma Barranquero  <lekktu@gmail.com>
3338         * faces.el (face-id): If the argument is a face alias,
3339         return the ID of the target face.
3341 2007-06-05  Michael Albinus  <michael.albinus@gmx.de>
3343         * net/socks.el (top): Remove unnecessary copyright line.
3345 2007-06-04  Chong Yidong  <cyd@stupidchicken.com>
3347         * longlines.el (longlines-auto-wrap): Handle argument correctly.
3349 2007-06-04  Michael Albinus  <michael.albinus@gmx.de>
3351         * net/socks.el: New file, taken from w3 repository.
3352         (top): Update Copyright.  Don't load cl.el.
3353         (all): Replace `case' by `cond', `string-to-int' by
3354         `string-to-number', and `process-kill-without-query' by
3355         `set-process-query-on-exit-flag'.
3356         (socks-char-int): Remove defalias and all occurencies.
3358 2007-06-04  Juanma Barranquero  <lekktu@gmail.com>
3360         * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
3361         Fix typos in docstrings.
3362         (compilation-search-path, compilation-buffer-name-function): Doc fixes.
3363         (compilation-finish-function): Fix typo in obsolescence declaration.
3365 2007-06-03  Sam Steingold  <sds@gnu.org>
3367         * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
3368         handle unending automatic recompilation of changed files (`omake -P').
3369         (compilation-loop): VISITED is now 5th CDR.
3370         (compilation-next-error-function): Set TIMESTAMP.
3372 2007-06-03  Sam Steingold  <sds@gnu.org>
3374         * files.el (kill-buffer-ask): New function.
3375         (kill-some-buffers): Use it.
3376         (kill-matching-buffers): New user command.
3378 2007-06-01  David Kastrup  <dak@gnu.org>
3380         * dired.el (dired-recursive-deletes, dired-recursive-copies):
3381         Change default to `top'.
3383 2007-05-31  Richard Stallman  <rms@gnu.org>
3385         * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
3387 2007-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3389         * textmodes/css-mode.el: New file.
3391 2007-05-30  Michael Olson  <mwolson@gnu.org>
3393         * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
3394         died and we are trying to send a signal to it.  The program using
3395         tq.el should periodically check to see whether the process has
3396         died and react appropriately -- this is not the responsibility of
3397         tq.el, and is consistent with the rest of the tq.el source code.
3399 2007-05-29  Martin Rudalics  <rudalics@gmx.at>
3401         * textmodes/table.el (table--point-entered-cell-function)
3402         (table--point-left-cell-function):
3403         Bind `inhibit-point-motion-hooks' to t.
3405 2007-05-29  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
3407         * emacs-lisp/rx.el (rx): Doc fix.
3409 2007-05-28  Juanma Barranquero  <lekktu@gmail.com>
3411         * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
3413 2007-05-28  Michael Albinus  <michael.albinus@gmx.de>
3415         Sync with Tramp 2.0.56.
3417         * net/tramp.el:
3418         * net/tramp-ftp.el:
3419         * net/tramp-smb.el:
3420         * net/tramp-util.el:
3421         * net/tramp-vc.el:
3422         Don't load cl.el, because that pollutes the namespace.  Replace cl
3423         macros by their implementations where necessary.  Requested by
3424         Richard Stallman <rms@gnu.org>.
3426         * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
3427         doesn't exist.
3428         (with-parsed-tramp-file-name): Protect debug spec during compilation.
3429         (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
3430         (tramp-file-name-p, tramp-file-name-multi-method)
3431         (tramp-file-name-method, tramp-file-name-user)
3432         (tramp-file-name-host, tramp-file-name-localname): New defuns,
3433         replacing defstruct `tramp-file-name'.
3434         (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
3435         (tramp-dissect-file-name, tramp-dissect-multi-file-name):
3436         Apply `vector' instead of `make-tramp-file-name'.
3437         (tramp-handle-make-auto-save-file-name):
3438         Apply `tramp-temporary-file-directory' for compatibility reasons.
3439         (tramp-completion-mode): Use `natnump' instead of `wholenump'
3440         because of XEmacs.
3441         (tramp-completion-mode): `last-input-event' is nil when XEmacs is
3442         started.
3444 2007-05-28  Chong Yidong  <cyd@stupidchicken.com>
3446         * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
3448 2007-05-27  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
3450         * log-edit.el (log-edit-changelog-paragraph): Return point-max
3451         as the end of the ChangeLog paragraph when it ends without a line
3452         termination.
3454 2007-05-27  Ryan Yeske  <rcyeske@gmail.com>
3456         * net/webjump.el (webjump-sample-sites):
3457         Add simple Wikipedia query.
3459 2007-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3461         * emacs-lisp/derived.el (define-derived-mode): Remove bogus
3462         compatibility code.
3464         * emacs-lisp/copyright.el (copyright-names-regexp): New var.
3465         (copyright-update-year): Use it.
3467         * edmacro.el (edmacro-format-keys): Use current-active-maps.
3469         * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
3470         Add indentation and debugging info.  Fix up comment convention.
3472         * cus-dep.el (custom-make-dependencies): Simplify.
3474         * composite.el (compose-region, decompose-region):
3475         Use inhibit-read-only and restore-buffer-modified-p.
3477         * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
3478         (xterm-mouse-event): Use it.
3480 2007-05-25  Juanma Barranquero  <lekktu@gmail.com>
3482         * bs.el (bs-cycle-previous): Don't modify the cycle list until
3483         `switch-to-buffer' has returned succesfully.
3484         (bs-cycle-next): Ditto.  Also, don't bury the buffer when the
3485         window is dedicated (it could iconify the frame).
3487 2007-05-25  Miles Bader  <miles@fencepost.gnu.org>
3489         * vc-hooks.el (vc-find-root): Fix file attribute test.
3491 2007-05-24  Richard Stallman  <rms@gnu.org>
3493         * textmodes/flyspell.el (flyspell-correct-word-before-point):
3494         Don't let opoint be nil.
3495         (flyspell-emacs-popup): Explicit error if no dialogs.
3497 2007-05-24  Chong Yidong  <cyd@stupidchicken.com>
3499         * image-mode.el (image-forward-hscroll, image-backward-hscroll)
3500         (image-next-line, image-previous-line, image-scroll-up)
3501         (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
3502         New functions.
3503         (image-mode-map): Remap motion commands.
3504         (image-mode-text-map): New keymap for viewing images as text.
3505         (image-mode): Use image-mode-map.
3506         (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
3508 2007-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3510         * textmodes/fill.el (canonically-space-region): Make the second arg
3511         a marker if it's not already the case.
3513 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
3515         * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
3516         (tar-get-descriptor): Handle type 55, an extended pax header.
3518 2007-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3520         * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
3521         to confuse outline-minor-mode.
3523 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
3525         * tar-mode.el (tar-file-name-handler): New function.
3526         (tar-extract): Bind file-name-handler-alist to it to force
3527         find-buffer-file-type-coding-system behave as if the file being
3528         extracted existed.  Use last-coding-system-used to force
3529         buffer-file-coding-system to what decode-coding-region actually
3530         used to decode the file.
3532 2007-05-23  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
3534         * progmodes/compile.el (compilation-handle-exit):
3535         `compilation-finish-function' may change the current buffer.
3537 2007-05-22  Richard Stallman  <rms@gnu.org>
3539         * files.el (set-auto-mode): Doc fix.
3541 2007-05-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3543         * help-fns.el (find-source-lisp-file): New function.
3544         (describe-function-1): Use find-source-lisp-file to find source
3545         file in compile tree.
3547 2007-05-22  Eli Zaretskii  <eliz@gnu.org>
3549         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
3551 2007-05-22  Juanma Barranquero  <lekktu@gmail.com>
3553         * emacs-lisp/easy-mmode.el (define-minor-mode)
3554         (easy-mmode-define-navigation): Fix typos in docstrings.
3556 2007-05-22  Glenn Morris  <rgm@gnu.org>
3558         * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
3560 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3562         * mail/mail-extr.el (mail-extract-address-components):
3563         Recognize non-ASCII characters except for NBSP as words.
3565 2007-05-21  Trent Buck  <trentbuck@gmail.com>  (tiny change)
3567         * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
3568         (rcirc-print): Handle `window-width'.
3569         (rcirc-buffer-maximum-lines): Doc fix.
3571 2007-05-21  Chong Yidong  <cyd@stupidchicken.com>
3573         * image-mode.el (image-toggle-display): Don't clear image cache.
3574         Only use filename in image spec if the file is readable.
3575         Call image-refresh.
3577         * image.el (image-type-from-file-name, image-type): Simplify.
3578         (image-type-auto-detected-p): Don't scan auto-mode-alist.
3580         * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
3581         (magic-fallback-mode-alist): Add image-type-auto-detected-p.
3583 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
3585         * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
3586         is an error.
3588         * term/linux.el (terminal-init-linux): Don't signal an error
3589         if gpm isn't running.
3591 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
3593         * t-mouse.el: Reduce to a minor-mode macro call.
3594         (t-mouse-mode): Remove the lighter.
3596         * term/linux.el (terminal-init-linux): Enable t-mouse by default.
3598 2007-05-19  Dan Nicolaescu  <dann@ics.uci.edu>
3600         * files.el (auto-mode-alist): Change the regexp so that
3601         ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
3603 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
3605         * Version 22.1 released.
3607 2007-05-19  Chong Yidong  <cyd@stupidchicken.com>
3609         * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
3610         changes.
3612 2007-05-19  Kevin Ryde  <user42@zip.com.au>
3614         * info.el (Info-fontify-node): Fontify https as well as http and ftp.
3616 2007-05-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
3618         * textmodes/sgml-mode.el: Revert last change.
3620 2007-05-18  Richard Stallman  <rms@gnu.org>
3622         * simple.el (push-mark): Doc fix.
3624 2007-05-18  Rob Riepel  <riepel@Stanford.EDU>
3626         * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
3627         tpu-global-map.
3628         (tpu-original-global-map): Variable deleted.
3629         (tpu-control-keys-map): New keymap variable.
3630         (tpu-set-control-keys): Use tpu-reset-control-keys rather than
3631         setting keymapping directly.
3632         (tpu-reset-control-keys): Use tpu-control-keys-map instead of
3633         tpu-global-map.
3634         (tpu-edt-on): Activate the tpu-global-map.
3635         (tpu-edt-off): Deactivate the tpu-global-map.
3637 2007-05-18  Ryan Yeske  <rcyeske@gmail.com>
3639         * textmodes/ispell.el (ispell-get-word): Return markers
3640         for start and end positions.
3641         (ispell-word): Assume END is a marker.
3643 2007-05-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3645         * printing.el: Group together all XEmacs/Emacs definitions.
3646         (pr-version): New version 6.9.
3647         (pr-global-menubar, pr-menu-char-height, pr-menu-char-width): New funs.
3648         (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
3649         (pr-menu-bind): Fix code.
3650         (pr-e-frame-char-height, pr-e-frame-char-width)
3651         (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
3652         (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
3653         (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
3654         (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
3655         (pr-x-event-y-pixel): Aliases eliminated.
3656         (pr-xemacs-global-menubar): Macro moved.
3657         (current-menubar, current-mouse-event, zmacs-region-stays)
3658         (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
3659         (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
3660         Vars moved.
3661         (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
3662         (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
3663         (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
3664         (pr-menu-set-utility-title, pr-even-or-odd-pages)
3665         (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
3666         (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name): Funs
3667         moved.
3669 2007-05-17  Christian Plate  <cplate@web.de>  (tiny change)
3671         * textmodes/sgml-mode.el (sgml-tag):
3672         Fix bug: Call sgml-transformation-function.
3674 2007-05-17  Martin Rudalics  <rudalics@gmx.at>
3676         * hilit-chg.el (highlight-changes-rotate-faces): Don't set
3677         modified flag of buffer.  Use `inhibit-modification-hooks'.
3679 2007-05-16  Richard Stallman  <rms@gnu.org>
3681         * buff-menu.el (Buffer-menu-sort-column): Doc fix.
3683 2007-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3685         * files.el (magic-mode-alist, magic-fallback-mode-alist):
3686         Move the *ml, Postscript, and XmCD entries to the fallback part.
3688         * files.el (magic-fallback-mode-alist):
3689         Rename from file-start-mode-alist.
3691 2007-05-16  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
3693         * progmodes/compile.el (compilation-handle-exit): Quote first
3694         argument of `run-hook-with-args'.
3696 2007-05-16  Juanma Barranquero  <lekktu@gmail.com>
3698         * buff-menu.el (Buffer-menu-sort-column):
3699         * dabbrev.el (dabbrev-upcase-means-case-search):
3700         * dired.el (dired-recursive-deletes, dired-recursive-copies):
3701         * info.el (Info-current-subfile):
3702         * ls-lisp.el (ls-lisp-verbosity):
3703         * msb.el (msb-menu-cond):
3704         * pcvs.el (cvs-dired-use-hook):
3705         * simple.el (set-mark-command-repeat-pop):
3706         * time.el (display-time-24hr-format, display-time-mail-file):
3707         Doc fixes.
3709         * tutorial.el (get-lang-string, tutorial--find-changed-keys):
3710         * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
3712         * view.el (view-inhibit-help-message): Fix typo in docstring.
3713         (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
3715 2007-05-16  Martin Rudalics  <rudalics@gmx.at>
3717         * textmodes/ispell.el (ispell-start-process): Defend against bad
3718         default-directory.
3720 2007-05-14  Eli Zaretskii  <eliz@gnu.org>
3722         * mail/rmail.el (rmail-convert-to-babyl-format): Check
3723         content-transfer-encoding _last_, because it's its position that
3724         we need as value of base64-header-field-end.
3726 2007-05-14  Juanma Barranquero  <lekktu@gmail.com>
3728         * files.el (mode-require-final-newline, require-final-newline)
3729         (enable-local-variables, enable-local-eval): Doc fixes.
3731 2007-05-13  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3733         * ps-print.el: Use default color when foreground or background color
3734         are unspecified.  Reported by Leo <sdl.web@gmail.com>.
3735         (ps-print-version): New version 6.7.4.
3736         (ps-rgb-color): New argument.  Use default color when color is
3737         unspecified.
3738         (ps-begin-job): Fix code.
3740 2007-05-12  Chong Yidong  <cyd@stupidchicken.com>
3742         * longlines.el (longlines-mode): Make longlines-auto-wrap
3743         buffer-local.  Add hooks unconditionally.
3744         (longlines-auto-wrap): Toggle wrapping.
3745         (longlines-after-change-function)
3746         (longlines-post-command-function): Check longlines-auto-wrap.
3748 2007-05-12  Nick Roberts  <nickrob@snap.net.nz>
3750         * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
3751         (xterm-mouse-translate): Use it.
3753 2007-05-10  Richard Stallman  <rms@gnu.org>
3755         * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
3756         (iso-cvt-write-only): Likewise.
3758         * emacs-lisp/easy-mmode.el (define-minor-mode):
3759         Fix generated doc string.
3761         * startup.el (fancy-splash-text): Add URL of guided tour.
3762         Adjust horizontal and vertical whitespace.
3764         * progmodes/compile.el (compilation-handle-exit):
3765         Use run-hook-with-args to run compilation-finish-functions.
3767         * files.el (file-start-mode-alist): New variable.
3768         (magic-mode-regexp-match-limit): Doc fix.
3769         (set-auto-mode): Handle file-start-mode-alist.
3770         A little cleanup of structure.
3772         * dabbrev.el (dabbrev-eliminate-newlines):
3773         Renamed from dabbrev--eliminate-newlines.  All uses changed.
3775 2007-05-10  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
3777         * man.el (Man-next-section): Don't consider the last line of the page
3778         as being part of any section.
3780 2007-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3782         * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
3783         can take any number of values.
3785 2007-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3787         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
3788         to the list of citation commands.
3790 2007-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3792         * vc-hooks.el (vc-find-root): Stop searching when the user changes.
3794 2007-05-09  Edward O'Connor  <hober0@gmail.com>  (tiny change)
3796         * progmodes/python.el (python-font-lock-keywords)
3797         (python-open-block-statement-p, python-mode): Add support for the new
3798         "with" keyword.
3800 2007-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3802         * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
3803         the exact opposite of diff-goto-source.
3805         * emacs-lisp/advice.el (ad-special-forms): Remove.
3806         (ad-special-form-p): Use subr-arity.
3808         * newcomment.el (comment-search-forward): Make sure we search forward.
3809         (comment-enter-backward): Try and distinguish the non-matching case at
3810         EOB from the non-matching case with a missing comment-end-skip for
3811         a 2-char comment ender.
3812         (comment-choose-indent): New function extracted from comment-indent.
3813         Improve the alignment algorithm.
3814         (comment-indent): Use it.
3816         * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
3817         XML style Processing Instructions.
3818         (sgml-parse-tag-backward): Handle XML-style PIs.  Also ensure progress.
3819         (sgml-calculate-indent): Handle `pi' context.
3821         * vc.el: Ensure that update-changelog issues an error when used with
3822         a backend that does not implement it.
3823         (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
3824         Remove `backend' argument.  Use expand-file-name.
3825         (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
3827         * progmodes/python.el (python-end-of-block): Revert last change.
3828         (python-end-of-statement): Make sure we move *forward*.
3830 2007-05-08  Richard Stallman  <rms@gnu.org>
3832         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
3833         Don't include non-self-insert commands in the exception for `-'.
3835 2007-05-08  David Reitter  <david.reitter@gmail.com>
3837         * progmodes/python.el (python-guess-indent): Check non-nullness
3838         before comparing indent against the 2..8 interval.
3840 2007-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3842         * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
3843         available.
3845 2007-05-06  Richard Stallman  <rms@gnu.org>
3847         * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
3849 2007-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3851         * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
3852         rather than storing their value in the revert-buffer function.
3854 2007-05-04  Nick Roberts  <nickrob@snap.net.nz>
3856         * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
3857         when disabling t-mouse-mode.
3859 2007-05-01  Davis Herring  <herring@lanl.gov>
3861         * calendar/timeclock.el: Update version number.
3862         (timeclock-modeline-display): Mention timeclock-use-display-time
3863         in explanatory message.
3864         (timeclock-in): Fix non-interactive workday specifications.
3865         (timeclock-log): Don't kill the log buffer if it already existed.
3866         Suppress warnings when finding the log.  Don't check for a nil
3867         project twice.  Run hooks after killing the buffer (if applicable).
3868         (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
3869         was geometric).  All uses changed.
3870         (timeclock-generate-report): Support prefix argument.
3872 2007-05-03  Ryan Yeske  <rcyeske@gmail.com>
3874         * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
3875         disconnections.
3877 2007-05-01  Romain Francoise  <romain@orebokech.com>
3879         * dired-x.el: Revert 2007-04-06 change.
3881 2007-04-29  Stephen Berman  <Stephen.Berman@gmx.net>
3883         * find-dired.el (find-dired-filter): Propertize all text down to eob.
3885 2007-04-29  Richard Stallman  <rms@gnu.org>
3887         * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
3889 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3891         * progmodes/cc-mode.el (c-before-change): Use point-min rather
3892         than 1.
3894 2007-04-28  Richard Stallman  <rms@gnu.org>
3896         * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
3898 2007-04-28  Nick Roberts  <nickrob@snap.net.nz>
3900         * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
3901         don't put stop on toolbar.
3903 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3905         * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
3907 2007-04-28  Eli Zaretskii  <eliz@gnu.org>
3909         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
3910         instead of $(lisp)/mh-e.
3912 2007-04-28  Glenn Morris  <rgm@gnu.org>
3914         * image-dired.el (image-dired-cmd-create-thumbnail-options)
3915         (image-dired-cmd-create-temp-image-options): Replace option
3916         +profile "*" with -strip.
3918 2007-04-27  Chong Yidong  <cyd@stupidchicken.com>
3920         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
3921         Use window-start and window-end.
3923 2007-04-27  Andreas Schwab  <schwab@suse.de>
3925         * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
3927 2007-04-27  Eli Zaretskii  <eliz@gnu.org>
3929         * textmodes/fill.el (fill-paragraph): Doc fix.
3931 2007-04-26  Luc Teirlinck  <teirllm@dms.auburn.edu>
3933         * locate.el (locate-in-alternate-database): Doc fix.
3935 2007-04-26  Glenn Morris  <rgm@gnu.org>
3937         * button.el (button): Use underline if supported, else fall back
3938         to color.
3940         * version.el (emacs-version): Increase to 22.1.50.
3942 2007-04-25  Richard Stallman  <rms@gnu.org>
3944         * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
3946 2007-04-25  J.D. Smith  <jdsmith@as.arizona.edu>
3948         * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
3949         (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
3950         pushing mark.
3951         (idlwave-current-routine): Don't push mark.
3953 2007-04-25  Mathias Dahl  <mathias.dahl@gmail.com>
3955         * image-dired.el (image-dired-display-image): Derive image-type from
3956         filename rather than assuming jpeg, in case no resizing was needed.
3958 2007-04-25  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
3960         * custom.el (defface): Doc fix.
3962 See ChangeLog.12 for earlier changes.
3964 ;; Local Variables:
3965 ;; coding: iso-2022-7bit
3966 ;; add-log-time-zone-rule: t
3967 ;; End:
3969     Copyright (C) 2007 Free Software Foundation, Inc.
3971   This file is part of GNU Emacs.
3973   GNU Emacs is free software; you can redistribute it and/or modify
3974   it under the terms of the GNU General Public License as published by
3975   the Free Software Foundation; either version 3, or (at your option)
3976   any later version.
3978   GNU Emacs is distributed in the hope that it will be useful,
3979   but WITHOUT ANY WARRANTY; without even the implied warranty of
3980   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
3981   GNU General Public License for more details.
3983   You should have received a copy of the GNU General Public License
3984   along with GNU Emacs; see the file COPYING.  If not, write to the
3985   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
3986   Boston, MA 02110-1301, USA.
3988 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af