Merge unicode branch
[emacs.git] / lisp / ChangeLog
blob16868566119c51672d61ae2725f723e33ede28d3
1 2008-02-01  Juanma Barranquero  <lekktu@gmail.com>
3         * whitespace.el (whitespace): Set :version tag to 23.1.
4         (whitespace-turn-off, whitespace-toggle-options): Fix typos.
5         (whitespace-style, whitespace-chars, whitespace-space)
6         (whitespace-hspace, whitespace-tab, whitespace-newline)
7         (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
8         (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
9         (whitespace-hspace-regexp, whitespace-space-regexp)
10         (whitespace-tab-regexp, whitespace-trailing-regexp)
11         (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
12         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
13         (whitespace-space-after-tab-regexp, whitespace-line-column)
14         (whitespace-display-mappings, global-whitespace-toggle-options)
15         (whitespace-cleanup, whitespace-cleanup-region)
16         (whitespace-interactive-char): Doc fixes.
18 2008-02-01  Juanma Barranquero  <lekktu@gmail.com>
20         * whitespace.el (global-whitespace-mode): Fix modeline lighter.
21         When turning off the global mode, turn off the local modes too
22         if whitespace is being unloaded.
23         (whitespace-unload-function): New function.
25 2008-02-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
27         * vc.el (vc-update): Fix bug: Specify branch tip as
28         vc-checkout REVISION.  Reported by Dan Nicolaescu.
30 2008-02-01  Glenn Morris  <rgm@gnu.org>
32         * info.el (bookmark-make-cell-function, bookmark-search-size)
33         (bookmark-current-bookmark): Declare variables for compiler.
34         (bookmark-buffer-file-name, bookmark-get-filename)
35         (bookmark-get-front-context-string)
36         (bookmark-get-rear-context-string, bookmark-get-position)
37         (bookmark-get-info-node, bookmark-file-or-variation-thereof)
38         (bookmark-jump-noselect): Declare functions for compiler.
39         (Info-bookmark-make-cell): Fix argument list to match example of
40         `bookmark-make-cell-for-text-file'.
41         (Info-bookmark-jump): Don't require info inside info.el.
43 2008-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
45         * progmodes/verilog-mode.el (verilog-sk-prompt-msb)
46         (verilog-sk-module, verilog-sk-function, verilog-sk-begin)
47         (verilog-sk-if, verilog-sk-wire, verilog-sk-for)
48         (verilog-sk-state-machine): Quote all calls to
49         "auxiliary skeleton"s to prevent infloops.
51 2008-02-01  Jason Rumney  <jasonr@gnu.org>
53         * w32-fns.el: Partially revert 2007-11-10 change.
55 2008-02-01  Martin Rudalics  <rudalics@gmx.at>
57         * mail/rmail.el (rmail-highlight): Fix specification.
58         Reported by pod <pod@herald.ox.ac.uk>.
60 2008-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
62         * image-mode.el (image-mode-current-vscroll)
63         (image-mode-current-hscroll): Make buffer-local.
64         (image-set-window-vscroll, image-set-window-hscroll): Simplify.
65         (image-reset-current-vhscroll): Use the latest setting when displaying
66         for the first time in a window.  Apply to all windows in the frame.
67         (image-mode): Don't make image-mode-current-[vh]scroll buffer-local.
69         * progmodes/grep.el (grep-compute-defaults):
70         Don't mix up defaults for different connections to the same host.
72 2008-01-31  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
74         * blank-mode.el: Rename to whitespace.el.
76         * obsolete/whitespace.el: Rename to obsolete/old-whitespace.el.
78 2008-01-31  Stefan Monnier  <monnier@iro.umontreal.ca>
80         * net/rcompile.el (remote-compile): Remove broken code.
82 2008-01-31  Jason Rumney  <jasonr@gnu.org>
84         * term/w32-win.el (image-library-alist): Prefer libxpm.dll.
86 2008-01-31  Juanma Barranquero  <lekktu@gmail.com>
88         * linum.el (linum-unload-function): New function.
90 2008-01-30  Nick Roberts  <nickrob@snap.net.nz>
92         * progmodes/gdb-ui.el (gdb-var-set-format-regexp): New constant.
93         (gdb-var-set-format-handler): New function.
94         (gdb-var-set-format): Use it.
96 2008-01-30  Juanma Barranquero  <lekktu@gmail.com>
98         * emacs-lisp/check-declare.el (check-declare-directory):
99         * emacs-lisp/authors.el (authors): Use `find-program' and
100         `grep-program' instead of hardcoded program names.
102         * emacs-lisp/cl-loaddefs.el: Update.
104 2008-01-30  Tassilo Horn  <tassilo@member.fsf.org>
106         * info.el (Info-bookmark-make-cell, Info-bookmark-jump): New functions.
107         Implement bookmark support the new make-cell/handler way.
108         (Info-mode): Bind bookmark-make-cell-function to
109         Info-bookmark-make-cell buffer locally.
111 2008-01-30  Richard Stallman  <rms@gnu.org>
113         * progmodes/etags.el (tags-query-replace): Delete unused optional args.
114         Doc fix.
116         * files.el (hack-local-variables): Don't query about fake variables.
118 2008-01-30  Markus Triska  <markus.triska@gmx.at>
120         * linum.el: New file.
122 2008-01-29  Michael Albinus  <michael.albinus@gmx.de>
124         * net/tramp.el (tramp-methods): Use "-H" option for "sudo".
125         Suggested by Trent W. Buck <trentbuck@gmail.com>.  Make ("%h")
126         a single element in "plinkx".
127         (tramp-handle-shell-command): Reuse "*Async Shell Command*" or
128         "*Shell Command Output*" buffers.  Check, whether there is already
129         an asynchronous process running.  Display always the buffer of the
130         asynchronous process.
131         (tramp-compute-multi-hops): Adapt error message.
133 2008-01-29  Alan Mackenzie  <acm@muc.de>
135         * progmodes/cc-langs.el (c-specifier-key): Exclude "template"
136         from this regexp; part of same fix as next change to cc-engine.el.
138         * progmodes/cc-engine.el (c-guess-basic-syntax, CASE 5A.5):
139         Anchor the "{" of a template function correctly on "template", not the
140         following "<".
142         * progmodes/cc-defs.el (c-version): Increase to 5.31.5.
144 2008-01-29  Tassilo Horn  <tassilo@member.fsf.org>
146         * doc-view.el (doc-view-mode): Adapt to image-mode-current-vscroll
147         and image-mode-current-hscroll being alists now.
149         * image-mode.el (image-mode-current-vscroll)
150         (image-mode-current-hscroll): Add doc strings.
151         (image-set-window-vscroll, image-set-window-hscroll)
152         (image-reset-current-vhscroll, image-mode): Adapt to
153         image-mode-current-vscroll and image-mode-current-hscroll being
154         alists now.
156 2008-01-29  Martin Rudalics  <rudalics@gmx.at>
158         * emacs-lisp/find-func.el (find-function-search-for-symbol):
159         Strip extension from .emacs.el to make sure symbol is searched
160         in .emacs too.
162 2008-01-29  Tassilo Horn  <tassilo@member.fsf.org>
164         * doc-view.el (doc-view-mode): Use facilities below to
165         restore [vh]scroll when switching buffers.
167         * image-mode.el (image-mode-current-vscroll)
168         (image-mode-current-hscroll): New variables.
169         (image-set-window-hscroll, image-set-window-vscroll): New functions.
170         (image-forward-hscroll, image-next-line, image-bol, image-eol)
171         (image-bob, image-eob): Use them.
172         (image-reset-current-vhscroll): New function.
173         (image-mode): Make new variables buffer-local and reset [vh]scroll
174         on window configuration changes.
176 2008-01-27  Nick Roberts  <nickrob@snap.net.nz>
178         * progmodes/gdb-ui.el (gdb-create-define-alist): Don't call
179         gdb-cpp-define-alist-program if file is nil (currently only
180         " *partial-output-...").
182 2008-01-27  Richard Stallman  <rms@gnu.org>
184         * allout.el: Many doc fixes.
185         (allout-encrypt-string): Fix error message.
187 2008-01-26  Eli Zaretskii  <eliz@gnu.org>
189         * progmodes/etags.el (tags-query-replace): Doc fix.
191 2008-01-25  Juanma Barranquero  <lekktu@gmail.com>
193         * allout.el (allout-unload-function): New function.
195 2008-01-25  Juanma Barranquero  <lekktu@gmail.com>
197         * allout.el (allout-prefix-data): Doc fix.
198         (allout-show-current-subtree): Reflow docstring.
199         (allout-use-mode-specific-leader, allout-use-hanging-indents)
200         (produce-allout-mode-map, allout-overlay-interior-modification-handler)
201         (allout-next-heading, allout-previous-heading, allout-rebullet-heading)
202         (allout-rebullet-topic, allout-rebullet-topic-grunt, allout-kill-topic)
203         (allout-copy-topic-as-kill, allout-listify-exposed)
204         (allout-process-exposed, allout-encrypted-key-info)
205         (allout-update-passphrase-mnemonic-aids)
206         (allout-next-topic-pending-encryption)
207         (allout-tests-globally-true): Fix typos in docstrings.
209 2008-01-23  Jason Rumney  <jasonr@gnu.org>
211         * lpr.el (printer-name): Do not set on MS Windows.
213 2008-01-28  Michael Albinus  <michael.albinus@gmx.de>
215         * net/tramp.el (tramp-handle-shell-command): Use "/bin/sh -c" for
216         the command.
218 2008-01-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
220         * whitespace.el: Moved to obsolete dir.
222         * blank-mode.el: New version 9.2.  Replace whitespace funs by aliases
223         in blank-mode.
224         (whitespace-buffer): New fun.
225         (whitespace-region): Alias for whitespace-buffer, because there is no
226         blank-region fun.
227         (whitespace-cleanup): Alias for blank-cleanup.
228         (whitespace-cleanup-region): Alias for blank-cleanup-region.
230 2008-01-27  Juanma Barranquero  <lekktu@gmail.com>
232         * server.el (server-log-time-function): Doc fix.
233         (server-buffer): Fix typo in docstring.
235 2008-01-27  Martin Rudalics  <rudalics@gmx.at>
237         * view.el (view-buffer): Explain in doc-string why exit-action
238         should not be set to kill-buffer.
240         * arc-mode.el (archive-extract):
241         * tar-mode.el (tar-extract): Use kill-buffer-if-not-modified as
242         exit-action when viewing the buffer.
244 2008-01-27  Dan Nicolaescu  <dann@ics.uci.edu>
246         * add-log.el (change-log-search-file-name): Work harder to find
247         the correct file name.
248         (change-log-find-file): Fix typo.
249         (change-log-start-entry-re): Move definition earlier.
251 2007-01-27  Jan Nieuwenhuizen  <janneke@gnu.org>
253         * add-log.el (change-log-search-file-name, change-log-find-file):
254         New function.
255         (change-log-font-lock-keywords): Move file name matching ...
256         (change-log-file-names-re): ... here.  New defconst.
257         (change-log-mode-map): New binding C-c C-f to change-log-find-file.
259 2008-01-27  Alan Mackenzie  <acm@muc.de>
261         * progmodes/cc-awk.el, progmodes/cc-engine.el: Correct typos,
262         enhance comments.
264 2008-01-27  Michael Albinus  <michael.albinus@gmx.de>
266         * net/tramp.el (tramp-compute-multi-hops): In case of su(do)?
267         methods, the host name must be a local host.
269 2008-01-27  Dan Nicolaescu  <dann@ics.uci.edu>
271         * vc.el: Add TODO item about not defaulting to RCS.
273         * server.el (server-process-filter): Check for non-nil before
274         calling file-directory-p.
276 2008-01-27  Alan Mackenzie  <acm@muc.de>
278         * progmodes/cc-vars.el (c-hanging-braces-alist): New element for
279         arglist-cont-nonempty.
281         * progmodes/cc-cmds.el (c-brace-newlines): Determine the newlines
282         for a brace with syntax arglist-cont-nonempty.
284         * progmodes/cc-styles.el (c-style-alist): Add elements for
285         arglist-cont-nonempty into 5 styles (gnu, ellemtel, linux, python,
286         awk).
288 2008-01-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
290         * button.el (define-button-type): Clarify type of NAME in docstring.
292 2008-01-26  Stefan Monnier  <monnier@iro.umontreal.ca>
294         * server.el (server-buffer): New const.
295         (server-log): New var.
296         (server-log): Use them.
297         (server-process-filter): (Try to) run the continuation in the same cwd
298         as the client's.
300 2008-01-26  Alan Mackenzie  <acm@muc.de>
302         * progmodes/cc-defs.el (c-save-buffer-state):
303         Bind buffer-file-name and buffer-file-truename to nil, to prevent
304         primitives generating "buffer is read only" messages.
306 2008-01-20  Ulf Jasper  <ulf.jasper@web.de>
308         * icalendar.el (icalendar-version): Increase to "0.17".
309         (icalendar-import-format): Doc fix.  Allow function type.
310         (icalendar--read-element): Doc fix.
311         (icalendar--parse-summary-and-rest): Doc fix.  Handle function
312         type icalendar-import-format.  Make regexps non-greedy.
313         (icalendar--format-ical-event): Handle function type
314         icalendar-import-format.
315         (icalendar-import-format-sample): New function.
317 2008-01-26  Thien-Thi Nguyen  <ttn@gnuvola.org>
319         * vc.el (vc-exec-after): For mode-line-process highlighting, if
320         `compile' is not available, fall back to font-lock-warning-face.
322 2008-01-26  Phil Sung  <psung@mit.edu>  (tiny change)
324         * wdired.el (wdired-get-filename): Change `(1+ beg)' to `beg' so
325         that the filename end is found even when the filename is empty.
326         Fixes error and spurious newlines when marking files for deletion.
328 2008-01-26  Martin Rudalics  <rudalics@gmx.at>
330         * subr.el (find-tag-default): Simplify using exclusively
331         skip-syntax-backward/-forward.
333 2008-01-26  Michael Albinus  <michael.albinus@gmx.de>
335         * vc.el (vc-directory, vc-update-change-log): Remove check for
336         Tramp.  Both functions work for it, though pretty slow
337         (`vc-directory').  Maybe the implementation can be optimized.
339         * net/tramp.el (tramp-dissect-file-name): Raise an error when
340         Tramp 2.0 syntax is used.
341         Suggested by Trent W. Buck <trentbuck@gmail.com>.
343 2008-01-26  Eli Zaretskii  <eliz@gnu.org>
345         * ls-lisp.el (ls-lisp-insert-directory): If -n switch is used,
346         invoke directory-files-and-attributes with last argument `integer'
347         instead of `string'.
348         (insert-directory): Add -n to the list of supported switches
349         mentioned in the doc string.
351 2008-01-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
353         * blank-mode.el: New version 9.1.  Handle "long" line tail
354         visualization.  Doc fix.
355         (blank-line-length): Rename to blank-line-column.
356         (blank-chars-value-list, blank-toggle-option-alist, blank-help-text):
357         Initialization fix.
358         (blank-replace-spaces-by-tabs): New fun.
359         (blank-cleanup, blank-cleanup-region, blank-color-on): Code fix.
361 2008-01-25  Richard Stallman  <rms@gnu.org>
363         * subr.el (add-hook): Implement `permanent-local-hook' property.
365         * loadhist.el (file-provides, file-requires): Push the filename right.
367 2008-01-25  Martin Rudalics  <rudalics@gmx.at>
369         * emacs-lisp/find-func.el (find-library): Wrap search for
370         library name in condition-case to avoid reporting a scan-error.
372 2008-01-25  Juanma Barranquero  <lekktu@gmail.com>
374         * server.el (server-process-filter): Don't force
375         the authentication string to be followed by "\n".
377 2008-01-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
379         * blank-mode.el: New version 9.0.  New commands to clean up some blank
380         problems like trailing blanks.  New faces and regexp for visualizing
381         the blank problems.  Doc fix.
382         (blank-chars, blank-global-modes, blank-chars-value-list)
383         (blank-toggle-option-alist, blank-help-text): Initialization fix.
384         (blank-indentation, blank-empty, blank-space-after-tab): New faces.
385         (blank-indentation, blank-empty, blank-space-after-tab)
386         (blank-indentation-regexp, blank-empty-at-bob-regexp)
387         (blank-empty-at-eob-regexp, blank-space-after-tab-regexp): New options.
388         (blank-cleanup, blank-cleanup-region): New commands.
389         (blank-color-on): Code fix.
391 2008-01-25  Dan Nicolaescu  <dann@ics.uci.edu>
393         * ibuffer.el (ibuffer-default-sorting-mode): Add option to sort by
394         file name.
395         (ibuffer-mode-map): Add binding to sort by file name.
396         (ibuffer-filename/process-header-map): New variable.
397         (filename-and-process): Add a header that sorts by file name.
398         (ibuffer-mode): Mention sorting by file name.
400         * ibuf-ext.el (filename/process): New sorter.
402 2008-01-25  Sven Joachim  <svenjoac@gmx.de>
404         * view.el (kill-buffer-if-not-modified): Don't pass t to
405         buffer-modified-p.
407 2008-01-24  Michael Albinus  <michael.albinus@gmx.de>
409         * net/tramp.el (tramp-do-copy-or-rename-file): Flush the cache of
410         the source file in case of `rename'.
411         Reported by Pete Forman <pete.forman@westerngeco.com>.
413 2008-01-24  Ken Manheimer  <ken.manheimer@gmail.com>
415         * allout.el (allout-keybindings-list): In initial setting, express
416         meta-prefixed allout keys as vectors instead of strings, since the
417         string form is interpreted in some cases as composed key
418         modifiers, eg, accented keys.
420         (allout-line-boundary-regexp): Clarify description.
422         (set-allout-regexp): Repair the expressions so that the formfeed
423         part is identified as one of the top-level groups, and is
424         included in all the forms, not just the -line-boundary-regexp one.
426         (allout-prefix-data): Incorporate information from the various
427         allout regexp's formfeed alternative group, when present.
429         (allout-write-file-hook-handler): Rectify mangling of the error
430         handling.  It was broken in 2007-12-06T19:56:41Z!deego@gnufans.org, where an `error'
431         condition-case handler was apparently reformatted as if it was a
432         call to the error function.  An apparent repair attempt in version
433         1.101 situated the original body of the error handling code as
434         bogus condition-case handlers.  I've returned to just about the
435         working code that was originally there, removing an unnecessary -
436         but benign - enclosing 'progn'.  \(Automated or cursory code fixes
437         often aren't.)
439         (allout-region-active-p): Fallback to value of mark-active if
440         neither use-region-p nor region-active-p are present, for
441         compatability with current and recent emacs major releases.
443 2008-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
445         * textmodes/reftex-toc.el (reftex-toc-next, reftex-toc-previous)
446         (reftex-toc-restore-region):
447         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer)
448         (reftex-index-phrases-apply-to-region):
449         * textmodes/ispell.el (ispell-word):
450         * progmodes/vhdl-mode.el (vhdl-keep-region-active):
451         * progmodes/pascal.el (pascal-mark-defun):
452         * progmodes/f90.el (f90-mark-subprogram, f90-indent-region)
453         (f90-fill-region):
454         * emulation/tpu-edt.el (tpu-set-mark):
455         * emulation/crisp.el (crisp-region-active):
456         * winner.el (winner-active-region):
457         * ansi-color.el (ansi-color-set-extent-face): Use featurep instead
458         of bound tests in order to resolve conditionals at compile time.
460 2008-01-24  Juanma Barranquero  <lekktu@gmail.com>
462         * delsel.el (delsel-unload-function): Don't use `remprop'; it is
463         not autoloaded, and we wouldn't want to load CL just to unload
464         delsel.el anyway.  Suggested by Martin Rudalics <rudalics@gmx.at>.
466 2008-01-24  Martin Rudalics  <rudalics@gmx.at>
468         * delsel.el (delete-selection-pre-hook): Avoid clearing out
469         pre-command-hook when text is read-only.
471 2008-01-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
473         * vc.el (vc-process-filter): Do nothing if buffer not live.
474         (vc-diff-finish): Rename from vc-diff-sentinel.
475         No longer take REV1-NAME and REV2-NAME.
476         Instead, take BUFFER-NAME.  Do nothing if buffer not live.
477         Don't do window resize if no window displays buffer.
478         (vc-diff-internal): Use vc-diff-finish.
480         * vc.el (vc-next-action): Fix two instances of "free-var file" bug:
481         In both cases, convert single call to one wrapped in dolist.
483 2008-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
485         * vc.el: Add a TODO item about missing files.
486         (vc-exec-after): Add a tooltip to the new mode-line item.
488 2008-01-24  Glenn Morris  <rgm@gnu.org>
490         * t-mouse.el (gpm-mouse-start): Declare as a function.
492 2008-01-23  Michael Albinus  <michael.albinus@gmx.de>
494         * net/tramp.el (tramp-remote-process-environment): Set "LC_ALL=C".
495         (tramp-end-of-output): Add `tramp-rsh-end-of-line' into the regexp.
496         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
497         Don't send `tramp-rsh-end-of-line' additionally, when setting the
498         prompt.
499         (tramp-wait-for-output): Distinguish different prompt formats.
500         (tramp-get-test-nt-command): Don't check for "\n" in the prompt.
501         (tramp-local-host-p): Check whether temp directory is writable.
503 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
505         * vc.el: Add TODO items.
507 2008-01-23  Carsten Dominik  <dominik@science.uva.nl>
509         * replace.el (occur-mode-find-occurrence-hook): New hook that can
510         be used to reveal or highlight the location of a match.
511         (occur-mode-goto-occurrence, occur-mode-goto-occurrence-other-window)
512         (occur-mode-display-occurrence): Run `occur-mode-find-occurrence-hook'.
514 2008-01-23  Martin Rudalics  <rudalics@gmx.at>
516         * progmodes/hideif.el (hide-ifdef-shadow): Add version number
517         for defcustom.
518         (hide-ifdef-shadow): Add version number for defface.
520 2008-01-23  Glenn Morris  <rgm@gnu.org>
522         * textmodes/org.el (org-export-latex-cleaned-string): Fix declaration.
524 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
526         * progmodes/sh-script.el (sh-basic-offset):
527         * progmodes/cc-vars.el (c-syntactic-indentation)
528         (c-syntactic-indentation-in-macros): Mark as safe.
530 2008-01-23  Richard Stallman  <rms@gnu.org>
532         * icomplete.el (icomplete-get-keys):
533         Look up KEYS using all maps in proper buffer.
535 2008-01-23  Juanma Barranquero  <lekktu@gmail.com>
537         * frame.el (display-mm-height, display-mm-width):
538         * whitespace.el (whitespace-check-leading-whitespace)
539         (whitespace-check-trailing-whitespace)
540         (whitespace-check-spacetab-whitespace)
541         (whitespace-check-indent-whitespace)
542         (whitespace-check-ateol-whitespace):
543         * progmodes/ada-xref.el (ada-convert-file-name): Fix typo in docstring.
545 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
547         * vc-arch.el (vc-arch-delete-rej-if-obsolete): Remove the
548         after-save-hook so that it is not called multiple times.
550         * vc-svn.el (vc-svn-resolve-when-done): Likewise.
552 2008-01-23  Eli Zaretskii  <eliz@gnu.org>
554         * view.el (view-file-other-window, view-file-other-frame):
555         Don't kill the buffer if it is modified.  Doc fixes.
556         (kill-buffer-if-not-modified): New function.
557         (view-file): Don't kill the buffer if it is modified.
559         * progmodes/ebrowse.el (ebrowse-view-file-other-window): Delete.
560         (ebrowse-view/find-file-and-search-pattern):
561         Call view-file-other-window instead of ebrowse-view-file-other-window.
562         (ebrowse-view-file-other-frame): Don't call
563         current-window-configuration.  Fix second argument in the call to
564         view-mode-enter.  Doc fix.
566 2008-01-23  Richard Stallman  <rms@gnu.org>
568         * subr.el (atomic-change-group): Prevent undo list truncation.
570 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
572         * files.el (safe-local-eval-forms):
573         Mark (add-hook 'write-file-hooks 'time-stamp) as safe.
575 2008-01-23  Nick Roberts  <nickrob@snap.net.nz>
577         * comint.el (comint-insert-input): Set point first.
579         * progmodes/gdb-ui.el (gdb-dequeue-input): Make doubly sure
580         session doesn't hang because gdb-pending-triggers is non-nil.
581         (gdb-frame-handler): Use buffer-file-name instead of
582         buffer-name in case of duplicate file names.
584 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
586         * progmodes/verilog-mode.el (verilog-mode-map): Don't bind C-M-a,
587         C-M-e and C-M-h for emacs, they work by default.
588         (verilog-emacs-features): Remove.
589         (verilog-setup-dual-comments, verilog-populate-syntax-table):
590         Remove.  Move syntax table initialization ...
591         (verilog-mode-syntax-table): ... here.
592         (verilog-mode): Don't initialize the syntax table here.
593         (verilog-mark-defun): Only do something useful for XEmacs, Emacs
594         does not need it.
596 2008-01-23  Wilson Snyder  <wsnyder@wsnyder.org>
598         * progmodes/verilog-mode.el (verilog-booleanp): New function for
599         backward compatibility.  Replace all uses of booleanp with
600         verilog-booleanp.
602 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
604         * vc-hg.el (vc-hg-diff): Don't pass an empty string.
606 2008-01-23  Wilson Snyder  <wsnyder@wsnyder.org>
608         * progmodes/verilog-mode.el (top-level): Fix spacing.
609         (verilog-mode-version, verilog-mode-release-date):
610         Update version number.
611         (verilog-mode-release-emacs): New variable.
612         (compile-command, reporter-prompt-for-summary-p):
613         Define for byte compiler.
614         (verilog-startup-message-lines, verilog-startup-message-displayed)
615         (verilog-display-startup-message): Remove.
616         (verilog-highlight-p1800-keywords): Improve docstring.
617         (sigs-in, sigs-out, got-sig, got-rvalue, uses-delayed)
618         (vector-skip-list): Only defvar at compile time.
619         (verilog-highlight-translate-off, verilog-indent-level)
620         (verilog-indent-level-module, verilog-indent-level-declaration)
621         (verilog-indent-declaration-macros, verilog-indent-lists)
622         (verilog-indent-level-behavioral, verilog-indent-level-directive)
623         (verilog-cexp-indent, verilog-case-indent, verilog-auto-newline)
624         (verilog-auto-indent-on-newline, verilog-tab-always-indent)
625         (verilog-tab-to-comment, verilog-indent-begin-after-if)
626         (verilog-align-ifelse, verilog-minimum-comment-distance)
627         (verilog-auto-lineup, verilog-highlight-p1800-keywords)
628         (verilog-auto-endcomments, verilog-auto-read-includes)
629         (verilog-auto-star-expand, verilog-auto-star-save)
630         (verilog-library-flags, verilog-library-directories)
631         (verilog-library-files, verilog-library-extensions)
632         (verilog-active-low-regexp, verilog-auto-sense-include-inputs)
633         (verilog-auto-sense-defines-constant, verilog-auto-reset-widths)
634         (verilog-assignment-delay, verilog-auto-inst-vector)
635         (verilog-auto-inst-template-numbers, verilog-auto-input-ignore-regexp)
636         (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
637         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
638         Add safe-local-variable properties.
639         (verilog-statement-menu, verilog-company, verilog-re-search-forward)
640         (verilog-re-search-backward, verilog-error-regexp-add)
641         (verilog-end-block-re, verilog-emacs-features)
642         (verilog-populate-syntax-table, verilog-setup-dual-comments)
643         (verilog-type-font-keywords, verilog-inside-comment-p)
644         (electric-verilog-backward-sexp, verilog-backward-sexp)
645         (verilog-forward-sexp, verilog-font-lock-init, verilog-mode)
646         (electric-verilog-terminate-line, electric-verilog-semi)
647         (electric-verilog-tab, verilog-insert-1, verilog-insert-indices)
648         (verilog-generate-numbers, verilog-comment-region, verilog-label-be)
649         (verilog-beg-of-statement, verilog-in-case-region-p)
650         (verilog-in-struct-region-p, verilog-in-generate-region-p)
651         (verilog-in-fork-region-p, verilog-backward-case-item)
652         (verilog-set-auto-endcomments, verilog-get-expr)
653         (verilog-expand-vector-internal, verilog-surelint-off)
654         (verilog-batch-execute-func, verilog-calculate-indent)
655         (verilog-calc-1, verilog-calculate-indent-directive)
656         (verilog-leap-to-head, verilog-continued-line)
657         (verilog-backward-token, verilog-backward-syntactic-ws)
658         (verilog-forward-syntactic-ws, verilog-backward-ws&directives)
659         (verilog-forward-ws&directives, verilog-at-constraint-p)
660         (verilog-skip-backward-comments, verilog-indent-line-relative)
661         (verilog-do-indent, verilog-indent-comment, verilog-more-comment)
662         (verilog-pretty-declarations, verilog-pretty-expr)
663         (verilog-just-one-space, verilog-indent-declaration)
664         (verilog-get-completion-decl, verilog-goto-defun, verilog-showscopes)
665         (verilog-header, verilog-signals-combine-bus, verilog-read-decls)
666         (verilog-read-always-signals-recurse, verilog-read-instants)
667         (verilog-read-auto-template, verilog-set-define)
668         (verilog-read-defines, verilog-read-signals, verilog-getopt)
669         (verilog-is-number, verilog-expand-dirnames, verilog-modi-lookup)
670         (verilog-modi-cache-results, verilog-insert-one-definition)
671         (verilog-make-width-expression, verilog-delete-autos-lined)
672         (verilog-auto-save-check, verilog-auto-arg, verilog-auto-inst-port)
673         (verilog-auto-inst, verilog-auto-inst-param, verilog-auto-reg)
674         (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
675         (verilog-auto-output-every, verilog-auto-input, verilog-auto-inout)
676         (verilog-auto-inout-module, verilog-auto-sense, verilog-auto-reset)
677         (verilog-auto-tieoff, verilog-auto-unused, verilog-auto-ascii-enum)
678         (verilog-auto, verilog-sk-define-signal, verilog-mode-mouse-map)
679         (verilog-load-file-at-mouse, verilog-load-file-at-point)
680         (verilog-library-files): Cleanup spacing of )'s they should not be
681         on unique lines.  Fix checkdoc warnings.
683 2008-01-22  Glenn Morris  <rgm@gnu.org>
685         * progmodes/hideif.el (hide-ifdef-initially, hide-ifdef-read-only)
686         (hide-ifdef-lines, hide-ifdef-shadow): Remove autoload cookies
687         from defcustoms.
688         (hide-ifdef-shadow): Remove autoload cookie from defface.
690         * vc.el (vc-diff-sentinel): Do not write a footer if there were
691         differences.
693 2008-01-21  Reiner Steib  <Reiner.Steib@gmx.de>
695         * pcvs-defs.el (cvs-menu): Improve cvs-mode-find-file,
696         cvs-mode-find-file-other-window.  Add cvs-mode-diff-yesterday and
697         manual entry.
699 2008-01-21  Michael Albinus  <michael.albinus@gmx.de>
701         * net/dbus.el (dbus-ignore-errors): New macro.
702         (dbus-unregister-object): New defun.  Moved from dbusbind.c.
703         (dbus-handle-event, dbus-list-activatable-names, dbus-list-names)
704         (dbus-list-queued-owners, dbus-get-name-owner, dbus-introspect)
705         (dbus-get-signatures): Apply `dbus-ignore-errors'.
707 2008-01-21  Martin Rudalics  <rudalics@gmx.at>
709         * outline.el (outline-up-heading): Fix check for top level to
710         avoid infinite looping in hide-other.
712 2008-01-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
714         * vc.el (vc-process-sentinel): After calling the previous
715         sentinel, do nothing if the process' buffer is not live.
717 2008-01-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
719         * blank-mode.el: Fix a problem of cleaning blank faces when turning off
720         blank-mode in some buffers (like *info* buffers).  Reported by Juanma
721         Barranquero <lekktu@gmail.com>.  Eliminate `-face' suffix of all
722         blank-mode faces.  Doc fix.  New version 8.1.
723         (blank-turn-on, blank-turn-off): Replace (and CONDITION BODY) by (when
724         CONDITION BODY).
725         (blank-space-face): Face/option name replaced by blank-space.
726         (blank-hspace-face): Face/option name replaced by blank-hspace.
727         (blank-tab-face): Face/option name replaced by blank-tab.
728         (blank-newline-face): Face/option name replaced by blank-newline.
729         (blank-trailing-face): Face/option name replaced by blank-trailing.
730         (blank-line-face): Face/option name replaced by blank-line.
731         (blank-space-before-tab-face): Face/option name replaced by
732         blank-space-before-tab.
733         (blank-color-on, blank-color-off, blank-display-char-on): Fix code.
735 2008-01-21  Juanma Barranquero  <lekktu@gmail.com>
737         * blank-mode.el (blank-style, blank-chars, blank-hspace-regexp)
738         (blank-space-regexp, blank-tab-regexp, blank-trailing-regexp)
739         (blank-space-before-tab-regexp, blank-global-modes, blank-mode)
740         (global-blank-mode): Doc fixes.
741         (blank, blank-space-face, blank-hspace-face, blank-tab-face)
742         (blank-newline-face, blank-trailing-face, blank-line-face)
743         (blank-space-before-tab-face, blank-display-mappings)
744         (blank-chars-value-list, blank-style-value-list, blank-toggle-options)
745         (global-blank-toggle-options, blank-help-text, blank-interactive-char)
746         (blank-turn-on, blank-turn-off, blank-color-on, blank-color-off):
747         Fix typos in docstrings.
749 2008-01-21  Juanma Barranquero  <lekktu@gmail.com>
751         * server.el (server-log-time-function): New variable.
752         (server-log): Use it.
754 2008-01-21  Glenn Morris  <rgm@gnu.org>
756         * progmodes/hideif.el: Move defcustoms and defface to start of file.
758         * textmodes/org.el (org-entry-properties): Let-bind `clocksum'.
760 2008-01-21  Juanma Barranquero  <lekktu@gmail.com>
762         * textmodes/org.el (org-unmodified, org-cycle-emulate-tab)
763         (org-descriptive-links, org-link-file-path-type)
764         (org-remember-use-refile-when-interactive)
765         (org-agenda-skip-timestamp-if-done, org-agenda-scheduled-leaders)
766         (org-export-ascii-bullets, org-agenda-deadline-faces)
767         (turn-on-orgstruct++, orgtbl-to-texinfo, org-mhe-get-header)
768         (org-batch-agenda, org-batch-agenda-csv, org-fix-agenda-info)
769         (org-kill-note-or-show-branches): Fix typos in docstrings.
771 2008-01-20  Thien-Thi Nguyen  <ttn@gnuvola.org>
773         * vc.el (vc-process-sentinel): Set mode-line-process.
774         (vc-exec-after): Likewise, for the `run' process status.
776 2008-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
778         * ibuffer.el (ibuffer-mode): Fix last change.
780 2008-01-20  Dan Nicolaescu  <dann@ics.uci.edu>
782         * vc-hg.el (vc-hg-registered):
783         * vc-svn.el (vc-svn-registered): Make it work for non-existent files.
785 2008-01-20  Martin Rudalics  <rudalics@gmx.at>
787         * repeat.el (repeat-undo-count): New variable.
788         (repeat): For self-insertions make undo boundary only after 20
789         repetitions.  Inhibit point recording unless repeat-repeat-char is nil.
791 2008-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
793         * net/imap.el (imap-ping-server): New variable.
794         (imap-opened): On add extra ping if imap-ping-server is non-nil.
795         (imap-ping-server): Minor doc string fixes.
797 2008-01-19  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
799         * net/imap.el (imap-ping-server): New function.
800         (imap-opened): Call imap-ping-server.
802 2008-01-20  Glenn Morris  <rgm@gnu.org>
804         * progmodes/python.el: Quote all calls to "auxiliary skeleton"s to
805         prevent infloops.
807 2008-01-20  Martin Svenson  <phromo@gmail.com>  (tiny change)
809         * progmodes/python.el (python-imports): Default to "None".
811 2008-01-19  Tom Tromey  <tromey@redhat.com>
813         * vc-svn.el (vc-svn-after-dir-status): New function.
814         (vc-svn-dir-status): Run svn asynchronously.
816 2008-01-19  Martin Rudalics  <rudalics@gmx.at>
818         * progmodes/hideif.el (hide-ifdef-shadow): New option.
819         (hide-ifdef-shadow): New face.
820         (hide-ifdef-toggle-shadowing): New function to toggle between
821         shadowing and making code invisible.
822         (hide-ifdef-mode-submap): Add binding for hide-ifdef-toggle-shadowing.
823         (hide-ifdef-mode-menu): Add entry for hide-ifdef-toggle-shadowing.
824         (hide-ifdef-region-internal): Give new overlay hide-ifdef
825         property.  Shadow text when hide-ifdef-shadow is non-nil.
826         (hif-show-ifdef-region): Remove overlays with hide-ifdef property set.
827         (hif-hide-line): Use when instead of if.
828         (hide-ifdef-initially, hide-ifdef-read-only, hide-ifdef-lines):
829         Remove unneeded * from doc-strings.
831 2008-01-19  Stefan Monnier  <monnier@iro.umontreal.ca>
833         * doc-view.el (doc-view-goto-page): Don't move point any more, now that
834         the hscroll behavior was fixed.
835         (doc-view-mode): Disable auto-hscroll-mode.
837 2008-01-18  Tom Tromey  <tromey@redhat.com>
839         * vc-svn.el (vc-svn-dir-status): New function.
841 2008-01-18  Dan Nicolaescu  <dann@ics.uci.edu>
843         * vc.el: Make vc-status asynchronous.
844         (vc-update-vc-status-buffer): New function broken out of ...
845         (vc-status-refresh): ... here.  Pass vc-update-vc-status-buffer to
846         the dir-status backend function.
848         * vc-hg.el (vc-hg-dir-status): Compute the status asynchronously.
849         Move the output processing to ...
850         (vc-hg-after-dir-status): ... here.  Call the function passed as
851         an argument with the results.
853 2008-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
855         * doc-view.el (doc-view-pdf/ps->png): Make sure we a have a valid cwd.
856         (doc-view-insert-image): Do something if the image is missing.
857         (doc-view-mode): Don't use file-remote-p.
859 2008-01-18  Bastien Guerry  <Bastien.Guerry@ens.fr>
861         * textmodes/org-export-latex.el (org-export-latex-cleaned-string): Fix.
862         (org-export-latex-special-chars): Convert "..." in \ldots
863         and skip tables.
864         (org-export-latex-fontify-headline): Change parameter name.
865         (org-export-as-latex): Handle export of subtrees.
866         (org-export-latex-make-header): New argument TITLE.
867         (org-export-latex-content): New argument EXCLUDE-LIST.
868         (org-list-parse-list): New name for org-export-latex-parse-list.
869         (org-export-latex-make-header): New name for
870         org-export-latex-make-preamble.
871         (org-list-to-generic): New name of org-export-list-to-generic.
872         (org-list-to-latex): New name of org-export-list-to-latex.
873         (org-list-item-begin, org-list-end, org-list-insert-radio-list)
874         (org-list-send-list, org-list-to-texinfo)
875         (org-list-to-html): New functions.
876         (org-export-latex-tables-column-borders)
877         (org-export-latex-default-class, org-export-latex-classes)
878         (org-export-latex-classes-sectioning)
879         (org-list-radio-list-templates): New options.
880         (org-export-latex-header): New variable.
881         (org-latex-entities): New constant.
882         (org-export-latex-default-sectioning, org-export-latex-preamble)
883         (org-export-latex-prepare-text-option)
884         (org-export-latex-get-sectioning): Remove.
886 2008-01-18  Carsten Dominik  <dominik@science.uva.nl>
888         * textmodes/org-publish.el (org-publish-current-project):
889         Fix bug with forcing publication.
891         * textmodes/org.el (org-export-with-special-strings): New option.
892         (org-export-html-convert-special-strings): New function.
893         (org-html-do-expand): `org-export-html-convert-special-strings'
894         added to the list of conversion.
895         (org-infile-export-plist, org-get-current-options): Add support
896         for "-" in the #+OPTION line to let user switch on/off special
897         strings conversion.
898         (org-export-plist-vars): New :html-table-tag property.
899         (org-export-as-html, org-format-org-table-html)
900         (org-format-table-table-html) Use the :html-table-tag property
901         instead of the `org-export-html-table-tag' global value.
902         (org-additional-option-like-keywords): Add "TBLFM".
903         (org-entry-properties): Include the CLOCKSUM special property.
904         (org-columns-edit-value): Do not allow to edit the special
905         CLOCKSUM property.
906         (org-flag-drawer): Use the original value of `outline-regexp'.
907         (org-remember-handler): Add invisible-ok flag to call to
908         `org-end-of-subtree'.
909         (org-agenda-highlight-todo): Respect
910         `org-agenda-todo-keyword-format'.
911         (org-agenda-todo-keyword-format): New option.
912         (org-infile-export-plist): No restriction while searching for options.
913         (org-remember-handler): Remove comments at the end of the buffer.
914         (org-remember-use-refile-when-interactive): New option.
915         (org-table-sort-lines): Make sure sorting works on link
916         descritions only, and ignores the link.
917         (org-sort-entries-or-items): Make sure the end of the subtree is
918         included.
919         (org-refile-use-outline-path): New allowed values `file' and
920         `full-file-path'.
921         (org-get-refile-targets): Respect new values for
922         `org-refile-use-outline-path'.
923         (org-agenda-get-restriction-and-command): DEL goes back to initial list.
924         (org-export-as-xoxo): Restore point when done.
925         (org-open-file): Allow multiple %s in command.
926         (org-clock-in-switch-to-state): New option.
927         (org-first-list-item-p): New function.
928         (org-last-remember-storage-locations): New variable.
929         (org-get-refile-targets): Interpret the new maxlevel setting.
930         (org-refile-targets): New option `:maxlevel'.
931         (org-copy-subtree): Include empty lines before but not after subtree.
932         (org-back-over-empty-lines, org-skip-whitespace): New functions.
933         (org-move-item-down, org-move-item-up): Include empty lines before
934         but not after item.
935         (org-first-sibling-p): New function.
936         (org-remember-apply-template): Defaults, completions and history
937         for template prompts.  Also, interpret new `%!' escape.
938         (org-context-choices): New constant.
939         (org-bound-and-true-p): New macro.
940         (org-imenu-depth): New option.
941         (org-imenu-markers): New variable.
942         (org-imenu-new-marker, org-imenu-get-tree)
943         (org-speedbar-set-agenda-restriction): New functions.
944         (org-agenda-set-restriction-lock)
945         (org-agenda-remove-restriction-lock)
946         (org-agenda-maybe-redo): New functions.
947         (org-agenda-restriction-lock): New face.
948         (org-agenda-restriction-lock-overlay)
949         (org-speedbar-restriction-lock-overlay): New variables.
950         (org-open-at-point): Remove obsolete way to do redirection in
951         shell links.
952         (org-imenu-and-speedbar): New customization group.
953         (org-entry-properties): Return keyword-less time strings.
954         (org-clock-heading-function): New option.
955         (org-clock-in): Use `org-clock-heading-function'.
956         (org-calendar-holiday): Try to use `calendar-check-holidays'
957         instead of the obsolete `check-calendar-holidays'.
958         (org-export-html-special-string-regexps): New constant.
959         (org-massive-special-regexp): New variable.
960         (org-compute-latex-and-specials-regexp)
961         (org-do-latex-and-special-faces): New functions.
962         (org-latex-and-export-specials): New face.
963         (org-highlight-latex-fragments-and-specials): New option.
964         (org-link-escape-chars): Use characters instead of strings.
965         (org-link-escape-chars-browser, org-link-escape)
966         (org-link-unescape): Use characters instead of strings.
967         (org-export-html-convert-sub-super, org-html-do-expand): Check for
968         protected text.
969         (org-emphasis-alist): Additional `verbatim' flag.
970         (org-set-emph-re): Handle the verbatim flag and compute
971         `org-verbatim-re'.
972         (org-cleaned-string-for-export): Protect verbatim elements.
973         (org-verbatim-re): New variable.
974         (org-hide-emphasis-markers): New option.
975         (org-additional-option-like-keywords): Add new keywords.
976         (org-get-entry): Rename from `org-get-cleaned-entry'.
977         (org-icalendar-cleanup-string): New function for quoting icalendar text.
978         (org-agenda-skip-scheduled-if-done): New option.
979         (org-agenda-get-scheduled, org-agenda-get-blocks): Use
980         `org-agenda-skip-scheduled-if-done'.
981         (org-prepare-agenda-buffers): Allow buffers as arguments.
982         (org-entry-properties): Add CATEGORY as a special property.
983         (org-use-property-inheritance): Allow a list of properties as a value.
984         (org-eval-in-calendar): No longer update the prompt.
985         (org-read-date-popup-calendar): Rename from
986         `org-popup-calendar-for-date-prompt'.
987         (org-read-date-display-live): New variable.
988         (org-read-date-display): New function.
989         (org-read-date-analyze): New function.
990         (org-remember-apply-template): Define `remember-finalize' if it is
991         not yet defined.
992         (org-remember-insinuate): New function.
993         (org-read-date-prefer-future): New option.
994         (org-read-date): Respect the setting of
995         `org-read-date-prefer-future'.  Use `org-read-date-analyze'.
996         (org-set-font-lock-defaults): Use `org-archive-tag' instead of a
997         hardcoded string.
998         (org-remember-apply-template): Use `remember-finalize' instead of
999         `remember-buffer'.
1000         (org-columns-compute, org-column-number-to-string)
1001         (org-columns-uncompile-format, org-columns-compile-format)
1002         (org-columns-compile-format): Handle printf format specifier.
1003         (org-columns-new, org-column-number-to-string)
1004         (org-columns-uncompile-format, org-columns-compile-format):
1005         Support for new currency summary type.
1006         (org-tree-to-indirect-buffer): Do not kill old buffer when
1007         `org-indirect-buffer-display' is `new-frame'.
1008         (org-indirect-buffer-display): Document that `new-frame' leads to
1009         indiret buffer proliferation.
1010         (org-agenda-list): Use `org-extend-today-until'.
1011         (org-extend-today-until): New option.
1012         (org-format-org-table-html): Use lower-case for <col> tag.
1013         (org-agenda-execute): New command.
1014         (org-agenda-mode-map): Keybindings of "g" "G", "e" modified.
1015         (org-select-remember-template): New function.
1016         (org-remember-apply-template): Use `org-select-remember-template'.
1017         (org-go-to-remember-target): New function.
1019 2008-01-18  Dan Nicolaescu  <dann@ics.uci.edu>
1021         * vc.el: Add a TODO note about vc-state.
1022         (vc-next-action): Register 'unregistered and 'ignored files.
1023         Use when and unless instead of if where appropriate.
1024         (vc-start-entry): Fix typo.
1025         (vc-status): Autoload it.
1027 2008-01-18  Glenn Morris  <rgm@gnu.org>
1029         * ffap.el (ffap-alist): Remove space from RFC regexp.
1031 2008-01-18  Richard Stallman  <rms@gnu.org>
1033         * custom.el (custom-theme-recalc-face): Use face-spec-set rather
1034         than face-spec-recalc.
1036 2008-01-18  Glenn Morris  <rgm@gnu.org>
1038         * ibuffer.el (ibuffer-mode): Fix typo in previous change.
1040 2008-01-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1041             Miles Bader  <miles@gnu.org>
1043         * blank-mode.el: New file.  Minor mode to visualise (HARD) SPACE,
1044         TAB, NEWLINE.  Miles Bader <miles@gnu.org> wrote the original code
1045         for handling display table (via visws.el package), his code was
1046         modified, but the main idea was kept.
1048 2008-01-17  Glenn Morris  <rgm@gnu.org>
1050         * ibuf-ext.el (ibuffer-auto-mode, ibuffer-save-filter-groups)
1051         (ibuffer-save-filters): Remove calls to deleted
1052         ibuffer-update-mode-name.
1054 2008-01-16  Martin Rudalics  <rudalics@gmx.at>
1056         * longlines.el (longlines-mode, longlines-show-region)
1057         (longlines-unshow-hard-newlines): Bind buffer-file-name and
1058         buffer-file-truename to nil while modifying buffer.
1060         * cus-edit.el (custom-reset-standard-variables-list)
1061         (custom-reset-standard-faces-list): New variables.
1062         (custom-reset-standard-save-and-update): New function.
1063         (Custom-save): Apply custom-mark-to-save before and
1064         custom-state-set-and-redraw after saving options.
1065         (Custom-reset-standard): Apply custom-mark-to-reset-standard to
1066         options and call custom-reset-standard-save-and-update.
1067         (custom-variable, custom-face, custom-group): Provide new
1068         entries for custom-mark-to-save, custom-mark-to-reset-standard,
1069         and custom-state-set-and-redraw.
1070         (custom-variable-mark-to-save)
1071         (custom-variable-state-set-and-redraw)
1072         (custom-variable-mark-to-reset-standard)
1073         (custom-face-mark-to-save, custom-face-state-set-and-redraw)
1074         (custom-face-mark-to-reset-standard)
1075         (custom-group-mark-to-save, custom-group-state-set-and-redraw)
1076         (custom-group-mark-to-reset-standard): New functions.
1077         (custom-variable-save): Move save, state-set, and redraw
1078         functionality to custom-variable-mark-to-save.
1079         (custom-face-save): Move save, state-set, and redraw
1080         functionality to custom-face-mark-to-save.
1081         (custom-group-save): Move save, state-set, and redraw
1082         functionality to custom-group-mark-to-save.
1083         (custom-variable-reset-standard, custom-face-reset-standard)
1084         (custom-group-reset-standard): Move save, state-set, and redraw
1085         functionality to custom-reset-standard-save-and-update.
1087         (custom-buffer-create-internal): Fix text in verbose help.
1088         (custom-face-value-create): Indent doc-strings of faces like
1089         those of variables.
1091 2008-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1093         * server.el (server-process-filter): Replace lineno and columnnno
1094         which defaulted to 1&0 with filepos which defaults to nil.
1095         (server-goto-line-column): Only receive the filepos.
1096         Only move if filepos is non-nil.
1097         (server-visit-files): Slight restructure to consolidate two calls to
1098         server-goto-line-column into just one.
1100         * nxml/nxml-mode.el (nxml-mode): Use mode-line-process to indicate
1101         the use of degraded mode.
1102         (nxml-degrade): Don't change mode-name.
1104         * nxml/rng-nxml.el (rng-nxml-mode-init):
1105         Don't overwrite mode-line-process.
1107         * ibuffer.el (mode): Pass the buffer to format-mode-line.
1108         (ibuffer-update-mode-name): Remove.
1109         (ibuffer-redisplay, ibuffer-update, ibuffer-mode): Don't call it.
1110         (ibuffer-mode): Use mode-line-process instead.
1112         * ibuf-ext.el (ibuffer-auto-update-changed, ibuffer-auto-mode):
1113         Use derived-mode-p.
1114         (ibuffer-mark-by-mode-regexp): Pass the buffer to format-mode-line.
1116         * help.el (describe-mode): Pass the right buffer to format-mode-line.
1118 2008-01-16  Glenn Morris  <rgm@gnu.org>
1120         * comint.el (comint-regexp-arg): Fix no-input case.
1122 2008-01-16  Dan Nicolaescu  <dann@ics.uci.edu>
1124         * smerge-mode.el (smerge-start-session): Rename from smerge-auto.
1125         * pcvs.el (cvs-revert-if-needed):
1126         * vc.el (vc-maybe-resolve-conflicts): Rename callers.
1128         * vc-svn.el (vc-svn-find-file-hook):
1129         * vc-arch.el (vc-arch-find-file-hook): Undo previous change.
1131 2008-01-16  Ulf Jasper  <ulf.jasper@web.de>
1133         * calendar/icalendar.el (icalendar-version): Increase to 0.16.
1134         (icalendar-export-file, icalendar-import-file):
1135         Restore significant trailing whitespace in `interactive' prompts.
1137 2008-01-16  Tom Tromey  <tromey@redhat.com>
1139         * calendar/icalendar.el (icalendar--convert-tz-offset)
1140         (icalendar--parse-vtimezone, icalendar--convert-all-timezones)
1141         (icalendar--find-time-zone): New functions.
1142         (icalendar--decode-isodatetime): Add `zone' argument, passed to
1143         `decode-time'.  Doc fix.
1144         (icalendar--convert-ical-to-diary): Compute zone-map.
1145         Pass timezone to icalendar--decode-isodatetime.
1147 2008-01-16  Alan Mackenzie  <acm@muc.de>
1149         * progmodes/cc-vars.el (c-constant-symbol): Put this defun inside
1150         an eval-and-compile, so as to permit byte-compiling (e.g. in
1151         bootstrap).
1153 2008-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1155         * emacs-lisp/easymenu.el (easy-menu-avoid-duplicate-keys): New var.
1156         (easy-menu-create-menu, easy-menu-convert-item-1): Use it to avoid
1157         using the same key for different menu entries.
1159         * smerge-mode.el (smerge-refine): Also work on "same change conflicts".
1160         (smerge-makeup-conflict): New command.
1162 2008-01-15  Thien-Thi Nguyen  <ttn@gnuvola.org>
1164         * log-edit.el (log-edit): Doc fix.
1166 2008-01-15  Glenn Morris  <rgm@gnu.org>
1168         * diff-mode.el (diff-end-of-hunk): Revert 2008-01-08 change.
1170 2008-01-14  Alan Mackenzie  <acm@muc.de>
1172         * progmodes/cc-vars.el (c-constant-symbol): New function which
1173         supersedes c-const-symbol.  During a customize-.. call it enables
1174         an element of (e.g.) c-hanging-braces alist to have its name
1175         displayed, even when the default value of c-h-b etc. doesn't
1176         include the elemnt.  Replace uses of the old function by the new.
1178         * progmodes/cc-vars.el (c-hanging-braces-alist): Remove the
1179         obscure non-working fragment ":value c-".
1181 2008-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1183         * abbrev.el (clear-abbrev-table): Can't pass a symbol to intern.
1185 2008-01-14  Michael Albinus  <michael.albinus@gmx.de>
1187         * net/tramp.el (tramp-local-host-p): Use `tramp-file-name-host'
1188         instead of `tramp-file-name-real-host'.
1190         * net/trampver.el: Update release number.
1192 2008-01-14  Alan Mackenzie  <acm@muc.de>
1194         * progmodes/cc-engine.el (c-guess-basic-syntax): Prevent a macro
1195         call inside a struct being recognised as a K&R argument.
1197 2008-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1199         * progmodes/compile.el (compilation-error-regexp-alist-alist):
1200         Accept "fatal error" from MSFT.
1201         Reported by Jared Finder <jfinder@crypticstudios.com>.
1203 2008-01-14  Dan Nicolaescu  <dann@ics.uci.edu>
1205         * smerge-mode.el (smerge-auto): New function.
1206         * vc-svn.el (vc-svn-find-file-hook):
1207         * vc-arch.el (vc-arch-find-file-hook):
1208         * pcvs.el (cvs-revert-if-needed):
1209         * vc.el (vc-maybe-resolve-conflicts): Use it instead of vc-mode.
1210         (top-level): Add a Todo list.
1212 2008-01-13  Dan Nicolaescu  <dann@ics.uci.edu>
1214         * vc.el (vc-update): Resolve conflicts if necessary instead of
1215         just updating the buffer.
1217         * vc-cvs.el (vc-cvs-merge-news): Ignore the error status of the
1218         update command so that we can parse the output.
1220 2008-01-13  Martin Rudalics  <rudalics@gmx.at>
1222         * mail/rmail.el (rmail-convert-to-babyl-format):
1223         Remove save-excursion to avoid infinite looping.
1224         Reported by: dnz <dnz@bk.ru>.
1226 2008-01-12  Glenn Morris  <rgm@gnu.org>
1228         * woman.el (woman-parse-numeric-arg): Change handling of `==':
1229         can be interned without a function definition.
1231 2008-01-12  Jason Rumney  <jasonr@gnu.org>
1233         * nxml/nxml-mode.el (nxml-enable-unicode-char-name-sets)
1234         (rng-nxml-mode-init): Declare.
1236 2008-01-11  Jason Rumney  <jasonr@gnu.org>
1238         * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add some defaults.
1239         (rng-preferred-prefix-alist-default): Remove.
1241         * nxml/nxml-uchnm.el (nxml-internal-unicode-char-name-sets-enabled):
1242         Rename from nxml-enable-unicode-char-name-sets-flag.
1243         (nxml-enable-unicode-char-name-sets-1): Merge into
1244         nxml-enable-unicode-char-name-sets.
1245         (nxml-enable-unicode-char-name-sets): Don't unconditionally set
1246         nxml-char-name-ignore-case here.
1248         * nxml/nxml-mode.el (nxml-mode): Call rng-nxml-mode-init directly.
1249         Update doc string and commentary.
1250         (nxml-char-name-ignore-case): Change default value.
1251         (nxml-mode): Call nxml-enable-unicode-char-name-sets directly.
1253 2008-01-11  Martin Rudalics  <rudalics@gmx.at>
1255         * cus-start.el (all): Add missing version entries.
1257 2008-01-11  Glenn Morris  <rgm@gnu.org>
1259         * language/china-util.el (big5-to-flat-code, flat-code-to-big5)
1260         (euc-to-flat-code, flat-code-to-euc):
1261         * textmodes/org.el (elmo-msgdb-overview-get-entity)
1262         (wl-summary-buffer-msgdb): Declare as funtions.
1264 2008-01-10  Martin Rudalics  <rudalics@gmx.at>
1266         * progmodes/ada-mode.el (ada-set-syntax-table-properties):
1267         Bind buffer-file-name and buffer-file-truename.
1269         * fringe.el (fringe-mode-explicit): New variable.
1270         (set-fringe-mode): Don't alter default-frame-alist when just
1271         loading this file.
1273 2008-01-10  Tassilo Horn  <tassilo@member.fsf.org>
1275         * doc-view.el (doc-view-buffer-file-name): New variable.
1276         (doc-view-convert-current-doc, doc-view-search)
1277         (doc-view-current-cache-dir, doc-view-initiate-display)
1278         (doc-view-mode): Use it.
1279         (doc-view-bookmark-make-cell): Use variable buffer-file-name
1280         instead of function.
1282 2008-01-10  Dan Nicolaescu  <dann@ics.uci.edu>
1284         * vc-svn.el (vc-svn-registered): Return the correct value for
1285         ignored and unregistered files.
1287 2008-01-10  Tassilo Horn  <tassilo@member.fsf.org>
1289         * doc-view.el (tramp): Require tramp because we use tramp-tramp-file-p.
1291 2008-01-10  Tom Tromey  <tromey@redhat.com>
1293         * vc.el (vc-status-unmark-all-files): New function.
1294         (vc-status-unmark-all-files): Likewise.
1295         (vc-status-mode-map): Add bindings.
1297 2008-01-10  Michael Kifer  <kifer@cs.stonybrook.edu>
1299         * ediff*.el: Uncomment declare-function.
1301         * viper*.el: Uncomment declare-function.
1303 2008-01-09  Tassilo Horn  <tassilo@member.fsf.org>
1305         * doc-view.el (doc-view-mode): Support tramp, compressed files and
1306         files inside archives uniformly.
1308 2008-01-09  Eric S. Raymond  <esr@snark.thyrsus.com>
1310         * testmodes/sgml-mode.el (sgml-tag-syntax-table): Initialize this
1311         constant with a computation on sgml-specials rather than a literal
1312         list.  Without this change the syntax table is generated
1313         incorrectly, and the mode will think it's in a comment following
1314         any instance of the string "--".
1316 2008-01-09  Tassilo Horn  <tassilo@member.fsf.org>
1318         * doc-view.el (doc-view-mode-p): Add EPS as supported type.
1319         (doc-view-mode): Support document files inside archives.
1321 2008-01-09  Dan Nicolaescu  <dann@ics.uci.edu>
1323         * vc.el (vc-deduce-fileset): Return the currently selected file if
1324         no files are selected when using vc-status.
1326 2008-01-09  Michael Kifer  <kifer@cs.stonybrook.edu>
1328         * ediff*.el: Comment out declare-function.  "make bootstrap"
1329         stops with an error and Emacs does not compile with those things in.
1330         Besides, declare-function is not defined in XEmacs.
1332         * ediff-util (eqiff-quit): Autoraise minibuffer.
1334         * ediff-diff (ediff-convert-fine-diffs-to-overlays): Make it a defun.
1336         * viper*.el: Comment out declare-function -- not defined in XEmacs.
1338         * viper-ex.el (viper-info-on-file): Take care of indirect buffers.
1340         * viper.el (viper-set-hooks, set-cursor-color):
1341         Set viper-vi-state-cursor-color.
1343 2008-01-09  Tom Tromey  <tromey@redhat.com>
1345         * vc.el (vc-status-headers): Rename from vc-status-insert-headers.
1346         Just return header.
1347         (vc-status-move-to-goal-column): New function.
1348         (vc-status-mode-map): Define more keys.
1349         (vc-status-mode): Use vc-status-refresh.  Now 'special.
1350         (vc-status-refresh): New function.
1351         (vc-status-next-line): Likewise.
1352         (vc-status-previous-line): Likewise.
1353         (vc-status-mark-file): Use vc-status-next-line.
1354         (vc-status-unmark-file): Use vc-status-previous-line.
1355         (vc-status-unmark-file-up): New function.
1356         (vc-status-register): Likewise.
1357         (vc-status-find-file): Likewise.
1358         (vc-status-find-file-other-window): Likewise.
1359         (vc-status-current-file): Likewise.
1360         (vc-ensure-vc-buffer): Understand vc-status mode.
1362         * vc-hg.el (vc-hg-dir-status): Don't pass -A to "hg status".
1364 2008-01-09  Glenn Morris  <rgm@gnu.org>
1366         * ffap.el (ffap-string-at-point-mode-alist): Add `\' to file
1367         entry, for Windows.
1369 2008-01-09  Tom Tromey  <tromey@redhat.com>
1371         * play/blackbox.el (blackbox-mode-map): Add `q' and [return] bindings.
1373 2008-01-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1375         * ps-print.el: Some face attributes (like :strike-through) were not
1376         being recognised.  Reported by Leo <sdl.web@gmail.com>.
1377         (ps-print-version): New version 6.8.2.
1378         (ps-face-strikout-p, ps-face-overline-p, ps-face-box-p): New funs.
1379         (ps-screen-to-bit-face): Fix code.
1381 2008-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1383         * ffap.el (ffap-read-file-or-url): Don't use let-binding to temporarily
1384         add a file-name handler.
1386 2008-01-08  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1388         * textmodes/bibtex.el (bibtex-initialize): New autoloaded command.
1389         Rename from function bibtex-files-expand.  New optional arg select.
1390         (bibtex-flash-head): Allow blink-matching-delay being zero.
1391         (bibtex-clean-entry): Use atomic-change-group.
1392         (bibtex-format-entry): Check presence of required fields only
1393         after formatting of fields.  Use member-ignore-case.  Do not use
1394         bibtex-parse-entry.  Do not use booktitle field to set a missing title.
1395         (bibtex-autofill-entry): Do not call undo-boundary.
1396         (bibtex-lessp): Handle crossref keys that point to another bibtex file.
1397         (bibtex-sort-buffer, bibtex-prepare-new-entry, bibtex-validate):
1398         Parse keys if necessary.
1400 2008-01-08  Nick Roberts  <nickrob@snap.net.nz>
1402         * progmodes/gdb-ui.el (gdb-var-list-children-1): Put varnum in
1403         quotes in case of spaces, e.g. STL containers (not pretty).
1405 2008-01-08  Nick Roberts  <nickrob@snap.net.nz>
1407         * progmodes/gdb-ui.el (gud-gdb-command-name):
1408         Explain "--annotate=3" option is necessary for the Graphical Interface.
1410 2008-01-08  Nick Roberts  <nickrob@snap.net.nz>
1412         * progmodes/hideif.el (hide-ifdef-mode-menu): Put hide-ifdef commands
1413         on menu bar.
1415 2008-01-08  Michael Albinus  <michael.albinus@gmx.de>
1417         * ffap.el (ffap-read-file-or-url): Let-bind
1418         `file-name-handler-alist' due to `rfn-eshadow-update-overlay'.
1420 2008-01-08  Sven Joachim  <svenjoac@gmx.de>
1422         * vc-bzr.el: Fix typo in header.
1424 2008-01-08  Eli Zaretskii  <eliz@gnu.org>
1426         * Makefile.in (custom-deps, finder-data): Depend on autoloads
1427         instead of loaddefs.el.
1429 2008-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1431         * vc-cvs.el (vc-cvs-annotate-time): Don't move backward when text
1432         gets inserted out-of-order.
1434 2008-01-08  Riccardo Murri  <riccardo.murri@gmail.com>
1436         * vc-bzr.el: Copyright and version headers update.
1437         Remove some outdated comments through the whole file.
1438         (vc-bzr-program-args): Remove because unused.
1439         (vc-bzr-log-switches): New customization option.
1440         (vc-bzr-command): Use LC_MESSAGES=C instead of LC_ALL=C.  No longer
1441         use `vc-bzr-program-args'.
1442         (vc-bzr-register): Fix for working with both 22.1 and CVS version of
1443         `vc-find-root' (patch by Andreas Hoenen).
1444         (vc-bzr-status): Update regex to match latest Bzr output.
1445         Remove redundant test.
1446         (vc-bzr-init-version): New function.
1447         (vc-bzr-unregister): Must not delete file.
1448         (vc-bzr-find-version): New function.
1449         (vc-bzr-checkout): Argument `rev' is explicit revision only if it's
1450         a non-empty string, otherwise take head revision.
1451         (vc-bzr-print-log): Pass `vc-bzr-log-switches' to "bzr log".
1452         (vc-bzr-diff): Simpler build of the revision spec string.
1453         (vc-annotate-convert-time, vc-bzr-annotate-difference):
1454         Remove: compatibility hacks for Emacs21, not needed in Emacs 22.
1455         (vc-bzr-dir-state): Add code comments.  Removed redundant statement.
1456         (vc-bzr-dired-state-info): Only provide custom strings for
1457         overloaded VC state 'edited; otherwise fallback to
1458         `vc-default-dired-state-info'.
1460 2008-01-08  Richard Stallman  <rms@gnu.org>
1462         * delsel.el (delete-selection-mode): Doc fix.
1464 2008-01-08  Nick Roberts  <nickrob@snap.net.nz>
1466         * progmodes/gud.el (gud-def): Do nothing if gud-running is t.
1467         (gud-speedbar-menu-items): Add item for gdb-var-set-format below.
1469         * progmodes/gdb-ui.el (gdb-var-set-format): Set the output format
1470         of watch expressions (only works fully with GDB 6.7 or later).
1472 2008-01-08  Dan Nicolaescu  <dann@ics.uci.edu>
1474         * time-stamp.el (time-stamp-time-zone):
1475         * whitespace.el (whitespace-check-buffer-leading)
1476         (whitespace-check-buffer-trailing, whitespace-check-buffer-indent)
1477         (whitespace-check-buffer-spacetab, whitespace-check-buffer-ateol):
1478         * progmodes/sh-script.el (sh-indentation):
1479         * textmodes/ispell.el (ispell-local-pdict):
1480         Add safe-local-variable properties.
1482 2008-01-08  Michael Albinus  <michael.albinus@gmx.de>
1484         * vc-git.el (vc-git--call): Apply `process-file' instead of
1485         `call-process'.
1487         * net/tramp.el (tramp-remote-process-environment): Add "LC_CTYPE=C".
1488         Reported by Pete Forman <pete.forman@westerngeco.com>.
1489         (tramp-perl-encode, tramp-perl-decode): Update copyrights.
1490         (tramp-handle-process-file): Handle the case where DESTINATION is
1491         a consp with t as car.
1492         (tramp-wait-for-output): We shall remove exactly what has been
1493         find by the search.
1495 2008-01-08  Kevin Ryde  <user42@zip.com.au>
1497         * progmodes/compile.el (compilation-error-regexp-alist-alist):
1498         For perl, allow "during global destruction" at end.  Add entry for
1499         two-arg form of the Test module ok() func.
1501 2008-01-08  Glenn Morris  <rgm@gnu.org>
1503         * diff-mode.el (diff-end-of-hunk): Don't match empty lines in
1504         unified format.
1506         * mouse.el (mouse-major-mode-menu): Suppress duplicate menus.
1508 2008-01-08  Ralf Angeli  <angeli@caeruleus.net>
1510         * textmodes/reftex-toc.el (reftex-make-separate-toc-frame):
1511         Simplify selection of frame focusing function.
1513 2008-01-08  Michael Olson  <mwolson@gnu.org>
1515         * textmodes/remember.el (remember-region): Fix typo in docstring.
1517 2008-01-08  Lennart Borgman  <lennart.borgman.073@student.lu.se>
1519         * textmodes/remember.el (remember): If there is a visible region
1520         [that is, the mark is active and transient mark mode is enabled]
1521         then use this region for the initial contents of the *Remember*
1522         buffer.  Use `region-beginning' and `region-end' instead of
1523         `point' and `mark'.
1525 2008-01-07  Dan Nicolaescu  <dann@ics.uci.edu>
1527         * vc-hg.el (vc-hg-dir-state, vc-hg-dir-status): Pass the dir
1528         argument to vc-hg-command.
1529         (vc-hg-log-view-mode): Handle the user field better.
1531 2008-01-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1533         * vc.el (vc-ensure-vc-buffer): Check liveness of vc-parent-buffer.
1535 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
1537         * vc.el (vc-status-fileinfo): New defstruct.
1538         (vc-status): New defvar
1539         (vc-status-insert-headers, vc-status-printer, vc-status)
1540         (vc-status-mode-map, vc-status-mode, vc-status-mark-file)
1541         (vc-status-unmark-file, vc-status-marked-files): New functions.
1543         * vc-hg.el (vc-hg-dir-status): New function.
1545 2008-01-06  Martin Rudalics  <rudalics@gmx.at>
1547         * cus-edit.el (custom-tool-bar-map): Move initialization of this
1548         keymap from here ...
1549         (custom-mode): ... to here.  Reported by Reiner Steib.
1551 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
1553         * obsolete/x-apollo.el: Remove file for unsupported system.
1555         * term/x-win.el (vendor-specific-keysyms): Remove reference to
1556         Apollo.
1558         * progmodes/gud.el (gud-dgux-p): Remove.
1559         (dbx): Remove reference to dgux.
1561         * progmodes/ps-mode.el (ps-mode-print-function):
1562         * ps-print.el (ps-lp-system):
1563         * paths.el (rmail-spool-directory):
1564         * ls-lisp.el (ls-lisp-emulation):
1565         * lpr.el (lpr-lp-system):
1566         * dired.el (dired-chown-program): Remove references to dgux.
1568 2008-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1570         * vc.el (vc-process-sentinel): Fix apparent typo.
1571         (vc-do-command): Forcefully kill any left over process.
1572         Use start-file-process.
1573         (vc-annotate-get-time-set-line-props): Check we don't move backward.
1575 2008-01-04  Michael Albinus  <michael.albinus@gmx.de>
1577         * net/dbus.el (dbus-list-hash-table)
1578         (dbus-name-owner-changed-handler): Replace "signal" by "member".
1579         (dbus-check-event): Add serial number to event.
1580         (dbus-handle-event): Apply return message if needed.
1581         (dbus-event-serial-number): New defun.
1582         (dbus-event-service-name, dbus-event-path-name)
1583         (dbus-event-interface-name, dbus-event-member-name):
1584         Adapt implementation to serial number.
1586 2008-01-04  Juanma Barranquero  <lekktu@gmail.com>
1588         * bs.el (bs--get-mode-name): Fix typo in previous change.
1590 2008-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
1592         * mouse.el (mouse-popup-menubar): Fix typo.
1594         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Move one more
1595         form inside with-current-buffer.
1597         * progmodes/antlr-mode.el (provide): Move to the end of file.
1598         (require): Don't require font-lock and compile.
1599         (outline-level, imenu-use-markers, imenu-create-index-function):
1600         Move declarations to top level.
1601         (cond-emacs-xemacs-macfn): Declare for compiler.
1603         * vc-bzr.el (vc-bzr-root):
1604         * vc-arch.el (vc-arch-root): Only set a property if the file is
1605         managed by this backend.
1607         * vc-hg.el (vc-hg-state): Support the new status code for up-to-date.
1609 2008-01-04  Tassilo Horn  <tassilo@member.fsf.org>
1611         * doc-view.el (doc-view-scroll-up-or-next-page)
1612         (doc-view-scroll-down-or-previous-page): Don't scroll to the
1613         top/bottom again when on the first/last page.
1615         * doc-view.el (doc-view-scroll-up-or-next-page)
1616         (doc-view-scroll-down-or-previous-page): Use image-scroll-up and
1617         image-scroll-down instead of the non-image equivalents.
1618         Don't rely on a signalled condition but switch pages when scrolling
1619         doesn't change the vertical position anymore.
1620         (doc-view-mode-map): Remap scroll-{up,down} to
1621         image-scroll-{up,down}.
1623 2008-01-04  Rob Riepel  <riepel@networking.Stanford.EDU>
1625         * emulation/tpu-edt.el (tpu-load-xkeys): Recommend to run the
1626         tpu-mapper command rather than load the tpu-mapper package.
1628         * emulation/tpu-mapper.el (tpu-mapper): New command.
1629         Contains all the code previously at top-level.
1631 2008-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1633         * bs.el (bs--sort-by-mode, bs--get-mode-name):
1634         * imenu.el (imenu-add-to-menubar):
1635         * makesum.el (make-command-summary):
1636         * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
1637         (mouse-buffer-menu):
1638         * msb.el (msb--mode-menu-cond):
1639         * calc/calc-embed.el (calc-do-embedded):
1640         * emacs-lisp/helper.el (Helper-describe-mode):
1641         * mail/emacsbug.el (report-emacs-bug):
1642         * progmodes/hideshow.el (hs-grok-mode-type):
1643         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
1644         * textmodes/table.el (*table--cell-describe-mode):
1645         Pass mode-name through format-mode-line.
1647 2008-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1649         * progmodes/ada-xref.el (ada-prj-find-prj-file):
1650         * progmodes/ada-mode.el (comment-region):
1651         * calendar/todo-mode.el (todo-insert-item):
1652         * bookmark.el (bookmark-buffer-name):
1653         Test major-mode rather than mode-name.
1655 2008-01-04  Richard Stallman  <rms@gnu.org>
1657         * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
1658         Call byte-compile-warn-about-unresolved-functions outside
1659         the with-current-buffer.
1660         (byte-compile-insert-header): Use with-current-buffer.
1662 2008-01-04  Glenn Morris  <rgm@gnu.org>
1664         * startup.el (fancy-about-screen): Remove reference to deleted
1665         `fancy-splash-help-echo' variable.
1667         * version.el (emacs-copyright): Update to 2008.
1669         * net/tramp-smb.el (tramp-smb-handle-insert-directory): Use mapc
1670         rather than mapcar.
1672         * progmodes/cc-vars.el (defcustom-c-stylevar): Revert previous
1673         change (merge mistake).
1675         * doc-view.el (doc-view-search-internal): Don't use `incf'.
1677         * doc-view.el (bookmark-make-cell-function, bookmark-get-filename)
1678         (bookmark-get-bookmark-record):
1679         * image-mode.el (bookmark-make-cell-function)
1680         (bookmark-get-filename, bookmark-get-bookmark-record)
1681         (bookmark-get-position):
1682         * log-view.el (vc-modify-change-comment):
1683         * progmodes/grep.el (find-name-arg): Declare for compiler.
1685 2008-01-04  Juanma Barranquero  <lekktu@gmail.com>
1687         * savehist.el (savehist-coding-system): Default to a variant coding
1688         system with explicit unix end-of-line conversion, which is safer.
1690 2008-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1692         * ibuf-ext.el (mode-name sorter, ibuffer-mark-by-mode-regexp):
1693         * ibuffer.el (mode column): Use format-mode-line.
1695         * server.el (server-create-window-system-frame): Remove workaround for
1696         a bug that has been fixed.
1698 2008-01-03  Magnus Henoch  <magnus@zemdatav>
1700         * net/dbus.el (dbus-name-owner-changed-handler):
1701         Use dbus-unregister-object instead of dbus-unregister-signal.
1703 2008-01-03  Drew Adams  <drew.adams@oracle.com>
1705         * frame.el (frame-geom-value-cons, frame-geom-spec-cons): New fns.
1707 2008-01-03  Richard Stallman  <rms@gnu.org>
1709         * replace.el (occur-context-lines): New subroutine,
1710         broken out of occur-engine.
1711         (occur-engine): Call it.
1713 2008-01-03  Alexandre Julliard  <julliard@winehq.org>
1715         * vc-git.el (vc-git--ls-files-state): New function.
1716         (vc-git-dir-state): Use it instead of processing the status
1717         results here.
1719 2008-01-02  Eric S. Raymond  <esr@snark.thyrsus.com>
1721         * progmodes/grep.el (grep-find-ignored-directories):
1722         Initialize from the value of vc-directory-exclusion-list.
1724         * vc-hooks (vc-directory-exclusion-list): Include "_darcs",
1725         even though we don't have a back end for darcs yet.
1727 2008-01-02  Karl Fogel  <kfogel@red-bean.com>
1729         Change a return type, for greater extensibility.
1730         See http://lists.gnu.org/archive/html/emacs-devel/2007-12/msg01077.html
1731         and its thread for discussion leading to this change.
1733         * emacs-cvs/lisp/bookmark.el:
1734         (bookmark-jump-noselect): Return an alist instead of a dotted pair.
1735         (bookmark-jump, bookmark-jump-other-window, bookmark-insert)
1736         (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
1737         (bookmark-bmenu-switch-other-window): Adjust accordingly.
1738         (bookmark-make-cell-function): Adjust documentation accordingly.
1740         * emacs-cvs/lisp/image-mode.el
1741         (image-bookmark-jump): Adjust return type accordingly; document.
1743         * emacs-cvs/lisp/doc-view.el
1744         (doc-view-bookmark-jump): Adjust return type accordingly; document.
1746 2008-01-02  Miles Bader  <miles@gnu.org>
1748         * net/rcirc.el (rcirc-log-filename-function): New variable.
1749         (rcirc-log): Use `rcirc-log-filename-function' to generate the
1750         log-file name.  Don't log anything if it returns nil.
1751         (rcirc-log-write): Use `expand-file-name' when merging the
1752         log-file name from the alist with rcirc-log-directory; this does
1753         the right thing if the name in the alist already an absolute
1754         filename.  Make the log-file directory if necessary.
1756 2007-12-29  Richard Stallman  <rms@gnu.org>
1758         * font-lock.el (font-lock-prepend-text-property)
1759         (font-lock-append-text-property): Canonicalize the face and
1760         font-lock-face properties.
1762         * faces.el (facep): Doc fix.
1764         * startup.el (fancy-startup-tail, fancy-about-text)
1765         (fancy-startup-text): Regularize format of face property.
1767         * facemenu.el (list-colors-print): Use :background and :foreground
1768         instead of background-color and foreground-color.
1770 2007-12-29  Drew Adams  <drew.adams@oracle.com>
1772         * cus-edit.el (custom-add-parent-links):
1773         Fill the "Parent documentation" text.
1775 2007-12-29  Eli Zaretskii  <eliz@gnu.org>
1777         * textmodes/ispell.el (ispell-grep-command): Use "grep" on
1778         MS-Windows and MS-DOS.
1779         (ispell-grep-options): Use "-Ei" on MS-Windows and MS-DOS.
1781 2008-01-02  Eric S. Raymond  <esr@snark.thyrsus.com>
1783         * vc-svn.el (vc-svn-modify-change comment): New function.
1785 2008-01-01  Dan Nicolaescu  <dann@ics.uci.edu>
1787         * vc-git.el (vc-git-dir-state): Set the vc-backend property.
1788         Do not disable undo, with-temp-buffer does it by default.
1790 2008-01-01  Eric S. Raymond  <esr@snark.thyrsus.com>
1792         * vc-svn.el (vc-svn-parse-status): Set the `unregisted' property
1793         correctly.
1795         * vc.el (vc-dired-hook): Speed tuning.  Replace a vc-backend call
1796         with vc-state.
1797         (vc-next-action): Fix vc-transfer-file call.
1799 2007-12-31  Tom Tromey  <tromey@redhat.com>
1801         * emacs-lisp/elp.el (elp-results): Use header-line-format for header.
1802         Move point to the start of the buffer.
1804 2007-12-31  Dan Nicolaescu  <dann@ics.uci.edu>
1806         * vc-cvs.el (vc-cvs-parse-entry): Set the vc-backend property.
1808         * vc.el: State that dir-state is required to set the vc-state and
1809         vc-backend properties.
1811 2007-12-31  Martin Rudalics  <rudalics@gmx.at>
1813         * man.el (Man-default-man-entry): Make this a defun.
1814         Improve guessing mechanism and handling of section numbers.
1816 2007-12-31  Richard Stallman  <rms@gnu.org>
1818         * faces.el (face-all-attributes): If FRAME is nil, return defaults.
1820 2007-12-31  Jay Belanger  <jay.p.belanger@gmail.com>
1822         * calc/calc-units.el (calc-convert-temperature): Ensure that units
1823         are on the result even when the result is zero.
1825 2007-12-30  Michael Albinus  <michael.albinus@gmx.de>
1827         * net/dbus.el (dbus-name-owner-changed-handler): Make the function
1828         resistent towards wrong parameters.
1829         (dbus-handle-event): Propagate D-Bus errors only in the debug case.
1831 2007-12-30  Richard Stallman  <rms@gnu.org>
1833         * faces.el (face-all-attributes): New function.
1835         * faces.el (face-differs-from-default-p): Compute list of attr names
1836         from face-attribute-name-alist.
1838         * cus-edit.el (custom-face-set): Call `face-spec-set' with FOR-DEFFACE.
1839         (custom-face-save): Likewise.
1840         (custom-face-reset-saved, custom-face-reset-standard): Likewise.
1842         * cus-face.el (custom-declare-face): Per frame, use `face-spec-set-2'.
1843         (custom-theme-set-faces): Clear `face-override-spec' property.
1844         Call `face-spec-set' with FOR-DEFFACE.
1846         * custom.el (custom-theme-recalc-face): Simply call `face-spec-recalc'.
1848         * faces.el (face-spec-set): Third arg is now FOR-DEFFACE.
1849         Use of frame as third arg is deprecated.
1850         Handle `face-override-spec' property.
1851         (face-spec-recalc): New function.
1852         (face-spec-set-2): New function.
1853         (frame-set-background-mode): Handle `face-override-spec' property.
1854         Use `face-spec-recalc'.
1855         (face-set-after-frame-default): Use `face-spec-recalc'.
1857 2007-12-29  Nick Roberts  <nickrob@snap.net.nz>
1859         * thumbs.el (thumbs-conversion-program): Add comment for Windows XP.
1861 2007-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
1863         * vc-hg.el (vc-hg-dir-state): Set the vc-backend property.
1865 2007-12-29  Eric S. Raymond  <esr@snark.thyrsus.com>
1867         * vc-svn.el (vc-svn-parse-status): Recognize 'unregistered,
1868         'added, 'removed.
1870         * vc.el (header coment): Better description of dir-state.
1871         (vc-compatible-state): New function.  Checks whether two states
1872         can be in the same changeset; used with 'edited it can test whether
1873         the next action for a state should be commit.
1874         (vc-default-dired-state-info): Display 'removed state.
1875         (vc-dired-hook): Turn off undo, this is a speed tweak.
1877         * vc-bzr.el (vc-bzr-dir-state): Recognize 'added.
1879         * vc-hg.el (vc-bzr-hg-state): Recognize 'added and 'removed.
1880         Cope with the possibility that the 'C' status flag might change
1881         in 0.9,6.
1883         * vc-git.el (vc-bzr-dir-state): Recognize 'removed.
1885 2007-12-29  Thien-Thi Nguyen  <ttn@gnuvola.org>
1887         * files.el (cd-absolute): Fix omission bug:
1888         Make `list-buffers-directory' buffer-local.
1890 2007-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
1892         * vc-hg.el (vc-hg-dir-state): Deal with the up-to-date state.
1894 2007-12-29  Jay Belanger  <jay.p.belanger@gmail.com>
1896         * calc/calc-aent.el (math-read-token): Fix misplaced parentheses.
1898         * calc/calc-lang.el (calc-yacas-language, calc-maxima-language)
1899         (calc-giac-language, math-yacas-parse-Sum, math-yacas-compose-sum)
1900         (math-yacas-compose-deriv, math-yacas-compose-taylor)
1901         (math-maxima-parse-subst, math-maxima-parse-taylor)
1902         (math-maxima-compose-taylor, math-maxima-compose-subst)
1903         (math-maxima-compose-if, math-lang-switch-args)
1904         (math-lang-compose-switch-args, math-read-giac-subscr):
1905         New functions.
1906         (calc-lang-allow-underscores, calc-lang-allow-percentsigns)
1907         (calc-lang-brackets-are-subscripts, calc-lang-c-type-hex):
1908         Add languages.
1909         (math-vector-brackets, math-complex-format, math-variable-table)
1910         (math-parse-table, math-oper-table, math-function-table)
1911         (math-special-function-table, math-compose-subscr):
1912         Add values for new languages.
1914         * calc/calccomp.el (math-compose-expr): Add new languages.
1916         * calc/calc.el (calc-language): Add languages to docstring.
1918         * calc/calc-ext.el (calc-init-extensions): Add keybindings
1919         for new languages.  Autoload commands to change languages.
1921         * calc/calc-help.el (calc-d-prefix-help): Add new languages.
1923         * calc/calc-menu.el (calc-modes-menu): Add new languages.
1924         (calc-arithmetic-menu, calc-scientific-function-menu)
1925         (calc-algebra-menu, calc-graphics-menu, calc-vectors-menu)
1926         (calc-units-menu, calc-variables-menu, calc-stack-menu):
1927         Add :active keywords.
1929 2007-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
1931         * vc-hg.el (vc-hg-registered): Return the false when vc-hg-state
1932         returns 'ignored or 'unregistered.
1933         (vc-hg-state): Pass "-A" to the status command and deal with the
1934         output.
1935         (vc-hg-dir-state): Pass "-A" to the status command.
1937 2007-12-29  Richard Stallman  <rms@gnu.org>
1939         * progmodes/compile.el (compilation-start): Set initial visible
1940         point properly even when compilation buffer already current.
1942 2007-12-29  Richard Stallman  <rms@gnu.org>
1944         * files.el (conf-mode-maybe): New function.
1945         (auto-mode-alist): Use conf-mode-maybe for .conf etc.
1947 2007-12-29  Martin Rudalics  <rudalics@gmx.at>
1949         * textmodes/fill.el (fill-find-break-point): Fix doc-string typo.
1951 2007-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
1953         * progmodes/asm-mode.el (asm-mode-map): Add a major mode menu.
1955 2007-12-29  Richard Stallman  <rms@gnu.org>
1957         * comint.el (comint-mode-map): Explicitly bind `delete' and `kp-delete'
1958         so they never do EOF.
1960 2007-12-29  Richard Stallman  <rms@gnu.org>
1962         * faces.el (copy-face): Create the new face explicitly if it
1963         does not exist already.
1965 2007-12-29  Eli Zaretskii  <eliz@gnu.org>
1967         * simple.el (minibuffer-history, shell-command-history)
1968         (set-variable-value-history):
1969         * replace.el (regexp-history):
1970         * international/mule-cmds.el (input-method-history):
1971         * files.el (file-name-history): Add reference to history-length in
1972         the doc string.
1974 2007-12-29  Richard Stallman  <rms@gnu.org>
1976         * comint.el (comint-password-prompt-regexp): Match `Enter Password'.
1978 2007-12-29  Jason Rumney  <jasonr@gnu.org>
1980         * find-dired.el (find-name-arg): New custom variable.
1981         (find-name-dired): Use it.
1982         (find-dired-find-program): Remove.
1983         (find-dired): Use find-program.
1984         (find-grep-dired): Use grep-program.
1986         * progmodes/grep.el (rgrep): Use find-name-arg.
1988 2007-12-29  Thien-Thi Nguyen  <ttn@gnuvola.org>
1990         * progmodes/cc-vars.el (defcustom-c-stylevar):
1991         Revert to pre-2007-12-12 version.
1993 2007-12-29  Richard Stallman  <rms@gnu.org>
1995         * emacs-lisp/find-func.el (find-function-after-hook): Add :type.
1997         * info.el (Info-clone-buffer): Rename from Info-clone-buffer-hook.
1998         Use changed.
2000         * startup.el (fancy-splash-help-echo): Var deleted.
2001         (fancy-splash-insert): Get help-echo from (startup-echo-area-message).
2002         (fancy-about-screen): Don't display fancy-splash-help-echo.
2004         * menu-bar.el (menu-bar-describe-menu): Remove dots from menu text.
2006 2007-12-28  Eric S. Raymond  <esr@snark.thyrsus.com>
2008         * vc-hooks.el, vc.el: Move vc-directory-exclusion-list from vc.el
2009         to vc-hooks.el so it will be available to other modes, such as
2010         speedbar.el.  Also, teach it to recognize monotone state directories.
2012         * speedbar.el: Remove this mode's fragile assumptions about
2013         version-control systems.  Instead, make it use logic from
2014         vc-hooks.el so it will become smarter whenever VC mode does.
2016         * vc-hooks.el: 'added is a real state, not a future hypothetical one.
2017         Fix the documentation.
2019         * vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el, vc-mcvs.el, vc-svn.el:
2020         Modify all instances of the dir-state back-end method to suppress
2021         keeping undo lists on the buffers holding status output, which
2022         can get extremely large.
2024         * vc-cvs.el, vc-svn.el: Simplify backend dired-state-info functions
2025         so they don't do work that the default one can do instead.
2027         * vc-hooks.el (vc-state): Document new 'ignored and 'unregistered
2028         states, and the new return-value convention.  These are not
2029         actually used yet, just set.
2031         * vc-svn.el (vc-svn-parse-status): Set 'ignored and 'unregistered
2032         states when appropriate.
2034         * vc-hg.el (vc-hg-state, vc-hg-dir-state): Set 'ignored and
2035         'unregistered when appropriate.
2037         * vc-git.el: Document that we don't set the new states yet.
2039         * vc.el (vc-dired-state-info): Display 'added, 'unregistered and
2040         'ignored states.
2042         * vc-cvs.el (vc-cvs-parse-status): Set the 'ignored state when
2043         appropriate.
2045         * vc-bzr.el (vc-bzr-dir-state): Set 'ignored and 'unregistered
2046         when appropriate.
2048 2007-12-28  Nick Roberts  <nickrob@snap.net.nz>
2050         * thumbs.el (thumbs-call-convert): Use call-process directly
2051         with thumbs-conversion-program instead of through shell-file-name
2052         for better error reporting.
2054 2007-12-27  Jay Belanger  <jay.p.belanger@gmail.com>
2056         * calc/calc-aent.el (math-remove-percentsigns):
2057         * calc/calccomp.el (math-to-percentsigns): Change placeholder
2058         for percent signs.
2060 2007-12-27  Eric S. Raymond  <esr@snark.thyrsus.com>
2062         * vc.el (vc-dired-ignorable-p, vc-dired-hook): Speed optimization;
2063         use completion-ignored-extensions to detect files that should be
2064         ignorted in VC-Dired listings, heading off lots of expensive calls
2065         to (vc-state).
2067         * vc.el (vc-dired-hook): Show unregistered file status as "?" in
2068         non-terse mode.
2069         (vc-dired-ignorable-p): Ignore Makefile when it has a peer named
2070         Makefile.in or Makefile.am
2072 2007-12-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2074         * ps-print.el (ps-mark-active-p): Fun returned back.
2075         (ps-print-preprint-region): Use `ps-mark-active-p' instead of
2076         `region-active-p' for error checking.
2078 2007-12-27  Eric S. Raymond  <esr@snark.thyrsus.com>
2080         * vc.el, vc-sccs.el, vc-rcs.el, vc-cs.el, vc-mcvs.el:
2081         Put new machinery in place to support editing of change comments
2082         with 'e' in a log-view buffer.  Not documented yet as this
2083         only works for SCCS, RCS, and maybe CVS if you have admin
2084         privileges.  When we have backend support for Subversion and
2085         more modern systems it will be time to write this up.
2087 2007-12-27  Kenichi Handa  <handa@ni.aist.go.jp>
2089         * international/mule-cmds.el (select-safe-coding-system):
2090         When a buffer is modified, cancel the writing.
2092 2007-12-26  Eric S. Raymond  <esr@snark.thyrsus.com>
2094         * log-view.el: Add Subversion and Mercurial log format samples.
2096         * vc.el (vc-dired-hook): Significantly speed up by arranging for
2097         it to call the backend dir-state hook (if it exists)
2098         exactly *once*, rather than once per each subdirectory (with
2099         dired-state-info calls on all toplevel files slowing it down even
2100         further).  For this to work, backend dir-state methods have to
2101         recurse to subdirectories.  Most of them already did anyway; a few
2102         needed *non*-recursion switches removed.  This change mostly
2103         removed code that was perversely bad and should have been shot
2104         through the head years ago.
2106         * vc-bzr.el (vc-bzr-dir-state):
2107         * vc-cvs.el (vc-cvs-dir-state):
2108         * vc-mcvs.el (vc-mcvs-dir-state):
2109         * vc-svn.el (vc-svn-dir-state): Recurse in subdirectories.
2111         * vc-svn.el (vc-svn-print-log): svn log doesn't actually accept
2112         multiple arguments, so generate logs sequentially when we get them.
2113         * vc-hg.el (vc-hg-print-log): Gives this CVS-like "Working file:"
2114         headers so the various log bindings can do the right thing.
2115         * vc-cvs.el (vc-cvs-print-log): Fix a misleading comment.
2117 2007-12-26  Andreas Schwab  <schwab@suse.de>
2119         * font-lock.el (save-buffer-state): Make sure the state of the
2120         buffer is always restored.
2122 2007-12-26  Jay Belanger  <jay.p.belanger@gmail.com>
2124         * calc/calc.el (calc-lang-allow-percentsigns): New variable.
2126         * calc/calc-lang.el (calc-lang-allow-percentsigns): Declare as
2127         a variable.
2129         * calc/calccomp.el (math-to-percentsigns): New function.
2130         (math-compose-var): Handle variables with percent signs.
2131         (math-compose-expr): Handle function names with percent signs.
2133         * calc/calc-aent.el (math-to-percentsigns): Declare as function.
2134         (math-read-exprs): Handle percent signs in languages that
2135         allow them.
2136         (math-restore-underscores): Remove function.
2137         (math-remove-percentsigns, math-restore-placeholders):
2138         New functions.
2140 2007-12-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2142         * ps-print.el (ps-print-preprint-region): Use `region-active-p' instead
2143         of `mark' for error checking.
2145 2007-12-26  Tassilo Horn  <tassilo@member.fsf.org>
2147         * image-mode.el (image-bookmark-make-cell, image-bookmark-jump):
2148         New functions.
2149         (image-mode): Set bookmark-make-cell-function appropriately.
2151         * doc-view.el (doc-view-bookmark-jump): Correct misspelled arg name.
2153         * bookmark.el (bookmark-make-cell-function): New variable.
2154         (bookmark-make): Call bookmark-make-cell-function's function
2155         instead of bookmark-make-cell.
2156         (bookmark-get-handler, bookmark-jump-internal): New functions.
2157         (bookmark-jump, bookmark-jump-other-window, bookmark-insert)
2158         (bookmark-bmenu-2-window, bookmark-bmenu-other-window):
2159         Use bookmark-jump-internal.
2160         (bookmark-make-cell-for-text-file): Rename from bookmark-make-cell.
2162         * doc-view.el (doc-view-bookmark-make-cell)
2163         (doc-view-bookmark-jump): New functions.
2164         (doc-view-mode): Set bookmark-make-cell-function buffer-locally.
2166 2007-12-25  Miles Bader  <miles@gnu.org>
2168         * indent.el (indent-for-tab-command): Rigidly indent the following
2169         sexp along with the current line when a prefix arg is given in the
2170         non-active-region case.  Specify raw prefix in interactive spec.
2171         Simplify main indentation logic to get rid of the conditional call
2172         to `indent-according-to-mode' (it just ended up calling
2173         `indent-line-function' in all cases anyway, which can be done more
2174         simply here).  Remove unnecessary test of ARG in active region case.
2176 2007-12-25  Richard Stallman  <rms@gnu.org>
2178         * allout.el (allout-region-active-p): Rename from my-region-active-p.
2179         Use `use-region-p'.
2180         (allout-write-file-hook-handler): Simplify code.
2182         * ps-print.el (ps-mark-active-p): Function deleted.
2183         (ps-print-preprint-region): Use (mark) for the error check.
2185         * tooltip.el (tooltip-region-active-p): Use `use-region-p'.
2187         * winner.el (winner-active-region): Use `mark-active' if it's defined.
2189         * progmodes/ada-mode.el (ada-region-selected): Use `use-region-p'.
2191         * textmodes/org.el (org-region-active-p): Use `use-region-p'.
2193         * progmodes/idlwave.el (idlwave-region-active-p): Use `use-region-p'.
2195         * textmodes/reftex.el (reftex-region-active-p): Use `use-region-p'.
2197         * progmodes/cc-defs.el (c-region-is-active-p):
2198         Use `mark-active' if it's defined.
2200         * progmodes/cc-cmds.el (c-indent-line-or-region):
2201         Pass prefix arg to `c-indent-command'.  Use `use-region-p'.
2203         * simple.el (select-active-regions): New option.
2204         (set-mark): Obey it.
2205         (yank-pop-change-selection): New option.
2206         (current-kill): Obey it.
2208         * simple.el (use-region-p): Rename from `region-active-p'.
2209         (region-active-p): New function.
2211 2007-12-25  David Golden  <david.delaharpe.golden@gmail.com>  (tiny change)
2213         * term/x-win.el (x-select-enable-primary): New option.
2214         (x-select-text, x-cut-buffer-or-selection-value): Obey it.
2216         * mouse.el (mouse-yank-primary): New function (almost same
2217         as mouse-yank-secondary).
2219 2007-12-25  Dan Nicolaescu  <dann@ics.uci.edu>
2221         * calculator.el:
2222         * dframe.el:
2223         * iswitchb.el:
2224         * whitespace.el:
2225         * winner.el:
2226         * emacs-lisp/checkdoc.el:
2227         * mail/feedmail.el:
2228         * net/quickurl.el:
2229         * obsolete/fast-lock.el:
2230         * play/5x5.el:
2231         * progmodes/delphi.el:
2232         * progmodes/idlw-shell.el:
2233         * progmodes/idlwave.el:
2234         * textmodes/artist.el:
2235         * textmodes/ispell.el:
2236         * textmodes/texinfmt.el:
2237         * textmodes/texinfo.el: Remove obsolete definitions of backward
2238         compatibility macros for defcustom, defgroup, defface, when,
2239         unless, with-current-buffer and with-temp-message.
2241 2007-12-24  Nick Roberts  <nickrob@snap.net.nz>
2243         * progmodes/verilog-mode.el: Reformat parts to 80 columns.
2245 2007-12-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2247         * server.el (server-save-buffers-kill-terminal): Check the `proc' is
2248         indeed a process.
2250 2007-12-23  Richard Stallman  <rms@gnu.org>
2252         * simple.el (region-active-p): New function.
2253         (use-empty-active-region): New variable.
2255         * dired-aux.el (dired): Load dired.el at run time too.
2257 2007-12-23  Juri Linkov  <juri@jurta.org>
2259         * man.el (Man-follow-manual-reference): Fill the minibuffer's
2260         default list with a full list of references.
2262         * files.el (auto-mode-alist): Add \\' to doc-view files regexp.
2264 2007-12-23  Andreas Schwab  <schwab@suse.de>
2266         * files.el (switch-to-buffer-other-frame): Return the buffer
2267         switched to.
2269 2007-12-23  Michael Albinus  <michael.albinus@gmx.de>
2271         Sync with Tramp 2.1.12.
2273         * net/tramp.el: New todo item.
2275         * net/tramp-smb.el (tramp-smb-handle-insert-directory): Handle "-F"
2276         switch.  Reported by Mark T. Kennedy <mkennedy@diamondbackcap.com>.
2278         * net/trampver.el: Update release number.
2280 2007-12-22  Richard Stallman  <rms@gnu.org>
2282         * newcomment.el (comment-region-default): Don't triple the
2283         comment starter if the first region line isn't indented enough.
2285 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
2287         * net/imap.el (imap-authenticate): Use current-buffer instead of
2288         buffer, for the cases where imap-authenticate is called with a nil
2289         buffer parameter.
2291 2007-12-21  Martin Rudalics  <rudalics@gmx.at>
2293         * autoinsert.el (auto-insert-alist): Remove nonsensical precision
2294         specifier from format-string.  Reported by Ye Wenbin.
2296 2007-12-20  Jason Rumney  <jasonr@gnu.org>
2298         * nxml/nxml-mode.el (nxml-faces): Rename from nxml-highlighting-faces.
2299         Parent group is font-lock-faces.
2300         (nxml-light-blue-color, nxml-dark-blue-color, nxml-green-color)
2301         (nxml-sky-blue-color, nxml-dark-green-color, nxml-light-green-color):
2302         (nxml-version): Remove.
2303         (nxml-delimited-data, nxml-name, nxml-ref, nxml-delimiter)
2304         (nxml-text, nxml-comment-content, nxml-comment-delimiter)
2305         (nxml-processing-instruction-delimiter)
2306         (nxml-processing-instruction-target)
2307         (nxml-processing-instruction-content, nxml-cdata-section-delimiter)
2308         (nxml-cdata-section-CDATA, nxml-cdata-section-content)
2309         (nxml-char-ref-number, nxml-char-ref-delimiter, nxml-entity-ref-name)
2310         (nxml-entity-ref-delimiter, nxml-tag-delimiter, nxml-tag-slash)
2311         (nxml-element-prefix, nxml-element-colon, nxml-element-local-name)
2312         (nxml-attribute-prefix, nxml-attribute-colon)
2313         (nxml-attribute-local-name, nxml-namespace-attribute-xmlns)
2314         (nxml-namespace-attribute-colon, nxml-namespace-attribute-prefix)
2315         (nxml-attribute-value, nxml-attribute-value-delimiter)
2316         (nxml-namespace-attibute-value)
2317         (nxml-namespace-attribure-value-delimiter)
2318         (nxml-prolog-literal-delimiter, nxml-prolog-literal-content)
2319         (nxml-prolog-keyword, nxml-markup-declaration-delimiter, nxml-hash)
2320         (nxml-glyph): Rename, removing -face suffix.
2321         Inherit from existing font-lock faces.
2322         (nxml-apply-fontify-rule, nxml-char-ref-display-extra):
2323         Use new face names.
2325         * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
2326         (nxml-outline-active-indicator, nxml-outline-ellipsis):
2327         Rename, removing -face suffix.
2328         (nxml-highlighted-less-than, nxml-highlighted-greater-than)
2329         (nxml-highlighted-colon, nxml-highlighted-slash)
2330         (nxml-highlighted-ellipsis, nxml-highlighted-inactive-minus)
2331         (nxml-highlighted-active-minus, nxml-highlighted-active-plus)
2332         (nxml-highlighted-qname, nxml-outline-display-heading):
2333         Use new face names.
2335         * nxml/rng-valid.el (rng-error): Rename from rng-error-face.
2337         * nxml/rng-nxml.el (rng-nxml-easy-menu): Remove nxml-version.
2339 2007-12-19  Martin Rudalics  <rudalics@gmx.at>
2341         * cus-start.el (all): Use correct group name for members of
2342         mode-line group.
2344         * man.el (Man-default-man-entry): When looking for default man
2345         entry title search text preceding point.  Use when instead of if.
2347         * indent.el (indent-for-tab-command): Fix doc-string typo.
2349         * vc.el (vc-ensure-vc-buffer): Avoid infinite looping when
2350         vc-parent-buffer is the current buffer.
2352         * info-look.el (info-lookup, info-lookup-setup-mode)
2353         (info-lookup-make-completions): Avoid clobbering Info-history and
2354         Info-history-list.
2356 2007-12-19  Glenn Morris  <rgm@gnu.org>
2358         * progmodes/verilog-mode.el (top-level): Don't require compile.
2359         (compilation-error-regexp-alist, compilation-last-buffer):
2360         Define for compiler.
2361         (verilog-insert-1): New function.
2362         (verilog-insert-indices, verilog-generate-numbers): Doc fixes.
2363         Use verilog-insert-1.
2364         (verilog-surelint-off): Use next-error-last-buffer if bound.
2365         Check compile buffer is live.
2367 2007-12-19  John J Foerch  <jjfoerch@earthlink.net>  (tiny change)
2369         * progmodes/compile.el (compilation-start): Don't pass a FRAME
2370         argument to display-buffer.
2372 2007-12-19  Jason Rumney  <jasonr@gnu.org>
2374         * nxml/rng-maint.el (rng-format-manual): Do not autoload.
2375         (rng-autoload-modules, rng-update-autoloads, rng-compile-modules)
2376         (rng-byte-compile-load, rng-write-version): Remove.
2378         * nxml/rng-loc.el (rng-schema-locating-files-default)
2379         (rng-schema-locating-file-schema-file): Use files in etc/schemas.
2380         (rng-schema-loader-alist): Use rng-c-load-schema to load rnc files.
2382 2007-12-18  Michael Albinus  <michael.albinus@gmx.de>
2384         * files.el (cd-absolute): Set `list-buffers-directory' in order to
2385         show correct path in buffer list.
2387         * net/tramp.el (tramp-open-connection-setup-interactive-shell)
2388         (tramp-find-shell): Send only single prompt setting commands, in
2389         order to avoid double-prompt.
2391         * net/tramp-compat.el (top): Require cl only when compiling.
2392         Reported by Glenn Morris <rgm@gnu.org>.
2394 2007-12-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
2396         * progmodes/cc-vars.el (defcustom-c-stylevar): Eval VAL.
2397         (c-comment-continuation-stars): No longer declare with
2398         cc-bytecomp-obsolete-var and cc-bytecomp-defvar.
2399         (c-block-comment-prefix): Use symbol-value to
2400         access c-comment-continuation-stars.
2401         * progmodes/cc-mode.el (c-initialize-cc-mode):
2402         Use symbol-value to access c-comment-continuation-stars.
2404 2007-12-18  Mark A. Hershberger  <mah@everybody.org>
2406         * xml.el (xml-escape-string): New function.  Escape string using
2407         xml-entity-alist.
2408         (xml-debug-print-internal): Use xml-escape-string to escape
2409         characters in attributes and in text children of elements.
2411 2007-12-18  Glenn Morris  <rgm@gnu.org>
2413         * progmodes/cc-subword.el (c-subword-mode): Drop support for
2414         systems without define-minor-mode.
2416         * progmodes/cc-vars.el (defcustom-c-stylevar): Remove debugging message.
2418         * progmodes/verilog-mode.el: Replace all instances of
2419         string-to-int with string-to-number, insert-string with insert,
2420         and read-input with read-string.
2421         (top-level): No need to require imenu, reporter, dinotrace, vc,
2422         font-lock when compiling.  Always require compile.  Relegate remaining
2423         compatibility cruft to XEmacs.  Don't require font-lock.
2424         (verilog-version): Remove superfluous concat.
2425         (dinotrace-unannotate-all, zmacs-activate-region, customize-apropos):
2426         No need to define.
2427         (verilog-regexp-opt): On Emacs, just make it an alias for regexp-opt.
2428         (verilog-font-lock-keywords, verilog-font-lock-keywords-1)
2429         (verilog-font-lock-keywords-2, verilog-font-lock-keywords-3)
2430         (verilog-startup-message-displayed): These are variables, not constants.
2431         (verilog-batch-execute-func, verilog-auto-inst)
2432         (verilog-auto-inst-param): Use mapc rather than mapcar.
2433         (sigs-in, sigs-inout, sigs-out): Define for compiler rather than
2434         actually defining.
2435         (verilog-modi-get-decls, verilog-modi-get-sub-decls)
2436         (verilog-modi-get-outputs, verilog-modi-get-inouts)
2437         (verilog-modi-get-inputs, verilog-modi-get-wires)
2438         (verilog-modi-get-regs, verilog-modi-get-assigns)
2439         (verilog-modi-get-consts, verilog-modi-get-gparams)
2440         (verilog-modi-get-sub-outputs, verilog-modi-get-sub-inouts)
2441         (verilog-modi-get-sub-inputs): Move inline functions earlier in
2442         the file.
2443         (sigs-in, sigs-out): Don't declare multiple times.
2444         (got-sig, got-rvalue, uses-delayed): Define for compiler with just
2445         `defvar'.
2446         (verilog-auto): Call dinotrace-unannotate-all only if bound.
2447         (verilog-module-inside-filename-p): No need to wrap fboundp test
2448         in condition-case.
2449         (reporter-submit-bug-report): Autoload it.
2450         (verilog-mark-defun): Call zmacs-activate-region only if bound.
2451         (verilog-font-customize): Call customize-apropos only if bound.
2452         (verilog-getopt-flags, verilog-auto-reeval-locals):
2453         Use make-local-variable rather than make-variable-buffer-local.
2454         (verilog-company, verilog-project, verilog-modi-cache-list):
2455         Move make-variable-buffer-local calls to top-level.
2456         (font-lock-defaults-alist): Don't define it.
2457         (verilog-need-fld): Remove.
2458         (verilog-font-lock-init): Don't set font-lock-defaults-alist.
2459         (verilog-mode): Only call make-local-hook on XEmacs.
2460         Set font-lock-defaults rather than using verilog-font-lock-init.
2462 2007-12-17  Andreas Schwab  <schwab@suse.de>
2464         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
2465         Fix comment typo.
2467 2007-12-16  Michael Albinus  <michael.albinus@gmx.de>
2469         * net/dbus.el (dbus-name-owner-changed-handler):
2470         Use `dbus-unregister-signal' for removing old rules.
2471         Obey new structure of `dbus-registered-functions-table'.
2473 2007-12-12  Thien-Thi Nguyen  <ttn@gnuvola.org>
2475         * progmodes/cc-vars.el (defcustom-c-stylevar): Rewrite.
2477 2007-12-11  Dan Nicolaescu  <dann@ics.uci.edu>
2479         * progmodes/verilog-mode.el (set-buffer-menubar): Remove unused
2480         function.
2481         (add-submenu): Only define for XEmacs.
2482         (verilog-regexp-words): Revert previous change, keep the other
2483         definition.
2485 2007-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
2487         * progmodes/perl-mode.el (perl-continued-statement-offset)
2488         (perl-continued-brace-offset, perl-brace-offset)
2489         (perl-brace-imaginary-offset, perl-label-offset):
2490         * progmodes/cperl-mode.el (cperl-brace-offset)
2491         (cperl-continued-brace-offset, cperl-label-offset)
2492         (cperl-continued-statement-offset)
2493         (cperl-extra-newline-before-brace, cperl-merge-trailing-else):
2494         Add safe-local-variable properties.
2496 2007-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
2498         * progmodes/verilog-mode.el (verilog-mode-map)
2499         (verilog-template-map, verilog-mode-mouse-map): Fix typos.
2500         (verilog-colorize-include-files): Use only overlay functions so
2501         that it can work on both emacs and XEmacs.
2502         (set-extent-keymap): Remove unused defun.
2503         (verilog-kill-existing-comment, verilog-insert-date)
2504         (verilog-insert-year): Rename in order not to pollute the global
2505         namespace from kill-existing-comment, insert-date and
2506         insert-year, respectively.
2507         (verilog-set-auto-endcomments, verilog-header): Update callers.
2509         * files.el (auto-mode-alist): Recognize verilog files.
2511         * progmodes/verilog-mode.el (verilog-string-replace-matches)
2512         (verilog-string-remove-spaces, verilog-re-search-forward)
2513         (verilog-re-search-backward, verilog-re-search-forward-quick)
2514         (verilog-re-search-backward-quick, verilog-get-beg-of-line)
2515         (verilog-get-end-of-line, verilog-within-string): Move definitions
2516         before first use.  No code changes.
2518 2007-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
2520         * progmodes/verilog-mode.el (verilog-mode-version)
2521         (verilog-mode-release-date): Don't use expanding keywords.
2522         (provide): Move to the end of file.
2523         (fboundp): Don't check if eval-when-compile is bound, it is used
2524         later in the file without checking.
2525         (when, unless): Copy definitions from subr.el.
2526         (char-before, defcustom, defface, customize-group)
2527         (verilog-batch-error-wrapper): Don't use old style backquotes.
2528         (verilog-regexp-opt): Avoid using the cl function case.
2529         (verilog-regexp-words): Remove duplicated definition.
2530         (verilog-mode-abbrev-table): Remove, duplicate.
2531         (verilog-mode-map, verilog-template-map, verilog-mode-mouse-map):
2532         Declare and initialize in one step.
2533         (verilog-declaration-prefix-re, verilog-declaration-re)
2534         (verilog-end-of-statement, verilog-indent-declaration)
2535         (verilog-get-lineup-indent): Remove trailing whitespace.
2536         (verilog-mode): Fix autoload cookie.
2537         Set beginning-of-defun-function and end-of-defun-function.  Use when
2538         instead of if.
2539         (verilog-emacs-features, verilog-auto-ascii-enum)
2540         (verilog-insert-indices): Escape braces in doc strings.
2542 2007-12-08  Michael McNamara  <mac@verilog.com>
2543             Wilson Snyder  <wsnyder@wsnyder.org>
2545         * progmodes/verilog-mode.el: New file.
2547 2007-12-08  Eli Zaretskii  <eliz@fencepost.gnu.org>
2549         * international/latexenc.el (latexenc-find-file-coding-system):
2550         If both coding-system-for-write and buffer-file-coding-system of
2551         latex-main-file are nil, use `undecided'.
2553 2007-12-06  Jason Rumney  <jasonr@gnu.org>
2555         * mouse.el (mouse-buffer-menu-alist): Keep buffer names left aligned.
2557 2007-12-12  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
2559         * files.el (revert-buffer): Docstring fix.
2561 2007-12-11  Glenn Morris  <rgm@gnu.org>
2563         * emacs-lisp/check-declare.el (check-declare-verify): Handle deffoo.
2565 2007-12-11  Jay Belanger  <jay.p.belanger@gmail.com>
2567         * calc/calc-aent.el (math-restore-underscores)
2568         (math-string-restore-underscores): New functions.
2569         (math-read-factor): Properly check variable names with underscores
2570         for entries in `math-expr-variable-mapping'.
2572         * calc/calc-lang.el (math-lang-name): New property name.
2574         * calc/calc.el (calc-set-mode-line): Use `math-lang-name'
2575         to set language name.
2577 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2579         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
2581 2007-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2583         * server.el (server-select-display): Fix important typo.
2584         (server-process-filter): Turn a "" display into nil.
2586 2007-12-09  Juri Linkov  <juri@jurta.org>
2588         * replace.el (keep-lines, flush-lines, how-many): Doc fix.
2589         Check search-upper-case before calling isearch-no-upper-case-p
2590         to set case-fold-search.
2591         (occur): Doc fix.
2592         (occur-1, perform-replace): Check search-upper-case before calling
2593         isearch-no-upper-case-p to set case-fold-search.
2595         * isearch.el (search-upper-case): Doc fix.
2596         (isearch-mode-map): Bind `M-s o' to isearch-occur.
2597         (isearch-query-replace): Doc fix.  Let-bind search-upper-case to nil.
2598         (isearch-query-replace-regexp): Doc fix.
2599         (isearch-occur): New function.
2601 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
2603         * pgg.el, pgg-parse.el (declare-function): Add new no-op macro for
2604         backward compatibility.
2606         * net/imap.el (imap-string-to-integer): New function.
2608 2007-12-09  David Kastrup  <dak@gnu.org>
2610         * emacs-lisp/lisp-mnt.el (lm-verify): Make it work with
2611         directories.  Not sure anybody uses this anymore, though.
2613 2007-12-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2615         * printing.el: Fix pr-interface-map initialization code.
2616         (pr-version): New version 6.9.3.
2617         (pr-f-set-keymap-parents): Replace by pr-set-keymap-parents.
2618         (pr-f-set-keymap-name): Replace by pr-set-keymap-name.
2619         (pr-f-read-string): Replace by pr-read-string.
2620         (pr-set-keymap-parents, pr-set-keymap-name, pr-read-string): New fun
2621         name.
2622         (pr-interactive-n-up, pr-interactive-regexp): Code fix.
2624 2007-12-09  Glenn Morris  <rgm@gnu.org>
2626         * emulation/viper-init.el (top-level): Use dolist rather than mapc
2627         in make-variable-frame-local call.
2629 2007-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
2631         * mail/hashcash.el (declare-function):
2632         * net/imap.el (declare-function): New no-op macro for backward
2633         compatibility.
2635 2007-12-08  Eli Zaretskii  <eliz@gnu.org>
2637         Sync makefile.w32-in with Makefile.in.
2639         * makefile.w32-in (check-declare): New target.
2640         (BYTE_COMPILE_EXTRA_FLAGS): New variable.
2641         (.el.elc, compile-CMD, compile-SH, compile-always-CMD)
2642         (compile-always-SH, compile-calc-CMD, compile-calc-SH)
2643         ($(lisp)/progmodes/cc-mode.elc): Use it.
2644         ($(lisp)/progmodes/cc-mode.elc): New rule.
2646 2007-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
2648         * indent.el (tab-stop-list): Mark as safe-local-variable.
2650         * generic-x.el (etc-sudoers-generic-mode): New mode.
2651         (generic-unix-modes): Add it.
2653 2007-12-08  Michael Albinus  <michael.albinus@gmx.de>
2655         * net/dbus.el (dbus-hash-table=): Remove function.  We cannot
2656         apply wildcards in a hash table key; there is no usable hash code then.
2657         (dbus-registered-functions-table): Use `equal' as test function.
2658         (dbus-name-owner-changed-handler): Rewrite due to new hash table
2659         structure.
2661 2007-12-08  Martin Rudalics  <rudalics@gmx.at>
2663         * progmodes/cc-cmds.el (c-mask-paragraph): Avoid invalid search
2664         bound error in block comment branch.
2666 2007-12-08  David Kastrup  <dak@gnu.org>
2668         * textmodes/reftex.el (reftex-select-with-char):
2669         * textmodes/reftex-toc.el (reftex-toc-do-promote)
2670         (reftex-toc-visit-location, reftex-toc-find-section):
2671         * textmodes/reftex-index.el (reftex-index-show-entry):
2672         * textmodes/org.el (org-cycle-hide-archived-subtrees)
2673         (org-table-rotate-recalc-marks, org-mark-ring-push)
2674         (org-follow-info-link, org-mhe-get-message-folder-from-index)
2675         (org-auto-repeat-maybe, org-store-log-note, org-delete-property)
2676         (org-evaluate-time-range, org-edit-agenda-file-list):
2677         * textmodes/artist.el (artist-select-next-op-in-list)
2678         (artist-select-prev-op-in-list):
2679         * term/mac-win.el (mac-service-insert-text):
2680         * startup.el (fancy-about-screen):
2681         * progmodes/vhdl-mode.el (vhdl-decision-query):
2682         * progmodes/idlwave.el (idlwave-template)
2683         (idlwave-scroll-completions, idlwave-display-completion-list):
2684         * progmodes/ebrowse.el (ebrowse-show-progress):
2685         * progmodes/cperl-mode.el (cperl-find-pods-heres):
2686         * progmodes/antlr-mode.el (antlr-insert-option-do):
2687         * play/mpuz.el (mpuz-close-game):
2688         * net/rcirc.el (rcirc-next-active-buffer):
2689         * mail/reporter.el (reporter-update-status):
2690         * kmacro.el (kmacro-display):
2691         * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
2692         * emulation/viper-util.el (viper-save-setting):
2693         * emacs-lisp/lisp-mnt.el (lm-verify):
2694         * emacs-lisp/edebug.el (edebug-set-mode):
2695         * emacs-lisp/checkdoc.el (checkdoc-rogue-spaces, checkdoc-defun):
2696         * calendar/calendar.el (calendar-print-day-of-year):
2697         * calc/calcalg3.el (calc-curve-fit):
2698         * calc/calcalg2.el (math-integral):
2699         * calc/calc.el (calc-read-key-sequence, calc-version):
2700         * calc/calc-mode.el (calc-set-simplify-mode):
2701         * calc/calc-ext.el (calc-fancy-prefix): Fix buggy call to `message'.
2703 2007-12-07  D. Goel  <deego3@gmail.com>
2705         * progmodes/idlw-shell.el (idlwave-shell-display-line)
2706         * progmodes/ada-xref.el (ada-find-file, ada-get-all-references)
2707         (ada-xref-find-in-modified-ali, ada-find-in-src-path)
2708         * mail/uce.el (uce-reply-to-uce)
2709         * progmodes/vhdl-mode.el (vhdl-template-modify)
2710         * mail/feedmail.el (feedmail-dump-message-to-queue): Improve calls
2711         to `error' (as suggested by RMS.)
2713 2007-12-07  Glenn Morris  <rgm@gnu.org>
2715         * allout.el (allout-write-file-hook-handler):
2716         * textmodes/reftex.el (reftex-TeX-master-file):
2717         * textmodes/reftex-parse.el (reftex-short-context):
2718         Revert previous change.
2720 2007-12-07  Michael Albinus  <michael.albinus@gmx.de>
2722         * net/dbus.el (dbus-hash-table=): Fix for new hash table key structure.
2723         (dbus-list-hash-table, dbus-name-owner-changed-handler): New defuns.
2724         (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
2725         (dbus-event-service-name, dbus-event-path-name)
2726         (dbus-event-interface-name, dbus-event-member-name): Fix for new
2727         event structure.
2728         (dbus-list-activatable-names, dbus-list-names)
2729         (dbus-list-queued-owners, dbus-get-name-owner, dbus-introspect):
2730         Reorder `dbus-call-method' arguments.
2732 2007-12-06  D. Goel  <deego3@gmail.com>
2734         * allout.el (allout-write-file-hook-handler):
2735         * textmodes/reftex.el (reftex-TeX-master-file):
2736         * textmodes/org.el (org-paste-subtree):
2737         * progmodes/vhdl-mode.el (vhdl-template-modify):
2738         * progmodes/idlw-shell.el (idlwave-shell-send-command)
2739         (idlwave-shell-display-line):
2740         * progmodes/ada-xref.el (ada-find-file, ada-get-all-references)
2741         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
2742         * net/trampver.el (x):
2743         * mail/uce.el (uce-reply-to-uce):
2744         * mail/rmailout.el (rmail-output):
2745         * mail/feedmail.el (feedmail-dump-message-to-queue):
2746         * whitespace.el (whitespace-write-file-hook):
2747         * wdired.el (wdired-check-kill-buffer):
2748         * vc.el (vc-update):
2749         * vc-mcvs.el (vc-mcvs-checkin):
2750         * vc-cvs.el (vc-cvs-checkin):
2751         * man.el (Man-bgproc-sentinel, Man-goto-see-also-section):
2752         * ibuffer.el (ibuffer-current-buffer):
2753         * dired.el (dired-move-to-end-of-filename):
2754         * bindings.el (complete-symbol):
2755         * textmodes/org-publish.el (org-publish-file):
2756         (org-publish-current-project):
2757         * textmodes/reftex-parse.el (reftex-short-context):
2758         * textmodes/texinfmt.el: Fix buggy calls to `error'.
2760 2007-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2762         * doc-view.el (doc-view-dvi->pdf-sentinel)
2763         (doc-view-pdf/ps->png-sentinel, doc-view-pdf->txt-sentinel)
2764         (doc-view-ps->pdf-sentinel, doc-view-display): Don't change buffer
2765         within a sentinel or timer.
2766         (doc-view-display): Don't try to display before the requested page
2767         is available, unless told to do so explicitly.
2768         (doc-view-pdf/ps->png-sentinel, doc-view-initiate-display):
2769         Force display even if the requested page is not available.
2771 2007-12-06  Richard Stallman  <rms@gnu.org>
2773         * help-fns.el (describe-function-1): Call ad-get-advice-info
2774         only on symbols.
2776 2007-12-06  Glenn Morris  <rgm@gnu.org>
2778         * progmodes/antlr-mode.el (antlr-keyword, antlr-syntax)
2779         (antlr-ruledef, antlr-tokendef, antlr-ruleref-face)
2780         (antlr-tokenref, antlr-literal): Inherit from standard font-lock
2781         faces in non-light-background case.
2783         * add-log.el, dired-aux.el, font-lock.el, help-fns.el, ido.el:
2784         * informat.el, emacs-lisp/bytecomp.el, emacs-lisp/gulp.el:
2785         * emacs-lisp/tcover-ses.el, emacs-lisp/timer.el, emulation/edt.el:
2786         * emulation/vi.el, emulation/viper-cmd.el:
2787         * international/titdic-cnv.el, mail/emacsbug.el, progmodes/dcl.el:
2788         * progmodes/prolog.el, progmodes/ps-mode.el, progmodes/python.el:
2789         * textmodes/fill.el: Remove directory part from filenames in
2790         function declarations.
2792         * dired-aux.el (mailcap-mime-info): Update declaration.
2794 2007-12-05  Richard Stallman  <rms@gnu.org>
2796         * wid-edit.el (widget-type): Doc fix.
2798 2007-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2800         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
2801         Don't match "sub { (...) ... }".
2803 2007-12-05  Richard Stallman  <rms@gnu.org>
2805         * international/mule-cmds.el (toggle-input-method-active): New var.
2806         (toggle-input-method): Bind toggle-input-method-active to t.
2807         Error if it was already non-nil.
2809 2007-12-05  Reiner Steib  <Reiner.Steib@gmx.de>
2811         * net/tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
2813 2007-12-05  Elias Oltmanns  <eo@nebensachen.de>
2815         * net/tls.el (open-tls-stream): Actually consult tls-checktrust to
2816         see if certs should be verified and what is to be done in the
2817         event of a verification failure.
2819 2007-12-05  Reiner Steib  <Reiner.Steib@gmx.de>
2821         * net/tls.el (tls-program): Provide more custom choices from
2822         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
2823         (tls-process-connection-type, tls-success): Remove "*" in doc string.
2824         (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
2825         version.  Minor improvement to doc strings.
2826         (tls-program): Add comment.
2828 2007-12-05  Elias Oltmanns  <eo@nebensachen.de>
2830         * net/tls.el (tls-certtool-program, tls-hostmismatch): New variables.
2831         (tls-checktrust): New variable.  Check if GNU TLS complained about a
2832         mismatch between the hostname provided in the certificate and the name
2833         of the host connnecting to.
2834         (open-tls-stream): Use them.  Check certificates against trusted root
2835         certificates.
2837 2007-12-05  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
2839         * net/imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
2840         (imap-parse-status): Upcase status-att for broken servers that sends
2841         them lower-case (e.g., MS Exchange 2007).
2843 2007-12-05  D. Goel  <deego3@gmail.com>
2845         * simple.el (undo):
2846         * image-dired.el (image-dired-display-thumb-properties):
2847         (image-dired-modify-mark-on-thumb-original-file):
2848         (image-dired-dired-display-properties):
2849         * help.el (help-window-display-message):
2850         * files.el (hack-local-variables-confirm):
2851         * ediff.el (ediff-version):
2852         * complete.el (pc-chunk-after, PC-temp-minibuffer-message):
2853         `message' and `error': Ensure that first arg is a format string.
2855         * emacs-lisp/find-func.el (find-library-name): Prefer files with
2856         ".el" suffix over "".
2858 2007-12-05  Michael Albinus  <michael.albinus@gmx.de>
2860         * net/dbus.el (dbus-hash-table=): Allow nil as wildcard in the
2861         interface and member fields.
2863 2007-12-05  Glenn Morris  <rgm@gnu.org>
2865         * eshell/em-alias.el (pcomplete-stub): Define for compiler.
2866         (pcomplete-here): Autoload it.
2868         * eshell/em-basic.el (print-func): No need to define for compiler.
2870         * eshell/esh-cmd.el (eshell-debug-command):
2871         * eshell/esh-io.el (eshell-print): Move definitions before use.
2873         * eshell/esh-module.el (eshell-load-defgroups): Eval and compile.
2875         * eshell/esh-util.el (top-level): Don't require pp.
2876         Use condition-case rather than ignore-errors.
2878         * eshell/eshell.el (eshell-buffer-name): Define for compiler.
2880         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el
2881         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
2882         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el
2883         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el
2884         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el
2885         * eshell/em-xtra.el, eshell/esh-cmd.el, eshell/esh-test.el
2886         * eshell/esh-util.el, eshell/eshell.el: Require individual files
2887         if needed when compiling, rather than esh-maint.  Collect any
2888         require statements.  Move provide statement to end.  Move any
2889         commentary to start.
2891         * eshell/esh-arg.el, eshell/esh-ext.el, eshell/esh-io.el:
2892         * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el:
2893         * eshell/esh-proc.el, eshell/esh-var.el:
2894         Require individual files if needed when compiling, rather than
2895         esh-maint.  Collect any require statements.  Leave provide at start.
2896         Move any commentary to start.
2898         * emacs-lisp/bytecomp.el (byte-compile-declare-function):
2899         Remove declared function from byte-compile-noruntime-functions.
2901         * ediff-util.el (ediff-version):
2902         * progmodes/python.el (compilation-shell-minor-mode):
2903         * textmodes/org.el (Info-goto-node, calendar-astro-date-string)
2904         (calendar-bahai-date-string, calendar-check-holidays)
2905         (calendar-chinese-date-string, calendar-coptic-date-string)
2906         (calendar-ethiopic-date-string, calendar-forward-day)
2907         (calendar-french-date-string, calendar-goto-date)
2908         (calendar-goto-today, calendar-hebrew-date-string)
2909         (calendar-islamic-date-string, calendar-iso-date-string)
2910         (calendar-julian-date-string, calendar-mayan-date-string)
2911         (calendar-persian-date-string, gnus-summary-last-subject)
2912         (parse-time-string, rmail-show-message): Declare as functions.
2914 2007-12-05  Michael Olson  <mwolson@gnu.org>
2916         * textmodes/remember.el: Merge contents of remember-diary.el here,
2917         updating header.  Add autoload cookie so that byte-compilation
2918         works without warning.
2919         (remember-diary-file): Default to nil, since diary might not yet
2920         be loaded at this point, which would deny us access to diary-file.
2921         (remember-diary-extract-entries): If remember-diary-file is nil,
2922         then use diary-file instead.
2924         * textmodes/remember-diary.el: Remove, due to the issue of needing
2925         the first 8 characters of a filename to be unique.
2927 2007-12-04  Michael Albinus  <michael.albinus@gmx.de>
2929         * net/dbus.el (dbus-hash-table=): New defun.
2930         (dbus-hash-table-test): New hash table test function, used in
2931         `dbus-registered-functions-table'.
2932         (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
2933         (dbus-event-service-name, dbus-event-path-name)
2934         (dbus-event-interface-name, dbus-event-member-name): Rewritten,
2935         due to new structure of `dbus-event'.
2937 2007-12-04  Juanma Barranquero  <lekktu@gmail.com>
2939         * ido.el (ido-save-history): Set the `coding' local
2940         variable in the first line of the file.
2942 2007-12-04  Glenn Morris  <rgm@gnu.org>
2944         * password-cache.el: Move here from gnus/password.el.
2945         (top-level): Don't require cl when compiling.
2946         (password-read-and-add): Doc fix.  Make obsolete.
2948         * net/tramp.el: Require password-cache or password.
2950         * emulation/cua-base.el (top-level): Move (provide 'cua-base) to end.
2951         No longer provide 'cua.  Don't require cua-rect, cua-gmrk when
2952         compiling.
2953         (cua-set-rectangle-mark): Add doc string to autoload.
2954         (cua--rectangle, cua--last-killed-rectangle)
2955         (cua--global-mark-active): Always define for compiler.
2956         (cua-copy-rectangle, cua-cut-rectangle, cua--rectangle-left)
2957         (cua--delete-rectangle, cua--insert-rectangle)
2958         (cua--rectangle-corner, cua--rectangle-assert)
2959         (cua--insert-at-global-mark, cua--global-mark-post-command):
2960         Declare as functions.
2962         * emulation/cua-gmrk.el (top-level): Move provide to end.
2964         * emulation/cua-rect.el (top-level): Move provide to end.
2965         Don't require cua-gmrk when compiling.
2966         (cua--cut-rectangle-to-global-mark)
2967         (cua--copy-rectangle-to-global-mark): Declare as functions.
2969         * emulation/viper-init.el (viper-replace-overlay-cursor-color)
2970         (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
2971         (viper-vi-state-cursor-color):
2972         Consolidate make-variable-frame-local calls.
2974         * net/eudcb-bbdb.el (bbdb-address-streets): Declare as a function.
2975         (eudc-bbdb-extract-addresses): Use bbdb-address-streets rather
2976         than bbdb-address-street1,2,3.
2978         * textmodes/reftex-toc.el (reftex-make-separate-toc-frame):
2979         Try x-focus-frame before focus-frame.  Only try focus-frame on XEmacs.
2981 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
2983         * net/imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
2984         (imap-parse-status): Upcase status-att for servers that sends them
2985         lower-case (e.g., MS Exchange 2007).
2987 2007-12-03  Karl Fogel  <kfogel@red-bean.com>
2989         * saveplace.el (save-place-quiet): Remove, reverting 2007-12-02T19:54:46Z!kfogel@red-bean.com.
2990         (save-place-alist-to-file, load-save-place-alist-from-file):
2991         Don't print non-error messages at all, there's really no need.
2992         Do print if there's a problem, and clarify message in that case.
2994 2007-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
2996         * ediff-diff.el (ediff-prepare-error-list):
2997         * ediff-util.el (ediff-setup): Disable undo for ediff-error-buffer.
2999 2007-12-03  Tassilo Horn  <tassilo@member.fsf.org>
3001         * doc-view.el (doc-view-initiate-display): Use `doc-view-mode-p'.
3002         (doc-view-current-overlay, doc-view-pending-cache-flush):
3003         Add doc string.
3005 2007-12-03  Richard Stallman  <rms@gnu.org>
3007         * subr.el (declare-function): Move from byte-run.el.
3009         * emacs-lisp/byte-run.el (declare-function): Move to subr.el
3011         * window.el (recenter-top-bottom): Don't use `ecase'.
3013 2007-12-02  Karl Fogel  <kfogel@red-bean.com>
3015         * saveplace.el (save-place-alist-to-file):
3016         Set coding-system-for-write once and refer to it throughout.
3017         Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>.
3019 2007-12-02  Karl Fogel  <kfogel@red-bean.com>
3021         * saveplace.el (save-place-alist-to-file): Use `utf-8' coding
3022         system when writing, and set it in the first-line file variables.
3023         Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk> and
3024         Juanma Barranquero.
3026 2007-12-02  Glenn Morris  <rgm@gnu.org>
3028         * emacs-lisp/bytecomp.el (byte-compile-declare-function):
3029         Reverse branches of if statement.
3031         * emulation/viper-cmd.el (top-level): Don't require advice.
3032         Don't load viper-util, viper-keym, viper-mous, viper-macs,
3033         viper-ex when compiling.
3035         * emulation/viper-ex.el (top-level): Don't load viper-util,
3036         viper-keym when compiling.
3038         * emulation/viper-init.el (top-level): Move provide statement to end.
3040         * emulation/viper-keym.el (top-level): Don't load viper-util when
3041         compiling.  Move provide statement to end.
3043         * emulation/viper-macs.el (top-level): Don't load viper-util,
3044         viper-keym, viper-mous when compiling.
3046         * emulation/viper-mous.el (top-level): Don't load viper-util when
3047         compiling.
3049         * emulation/viper-util.el (top-level): Don't load viper-init when
3050         compiling.
3052         * emulation/viper.el (top-level): Don't require ring.
3053         Don't load viper-init, viper-cmd when compiling.
3055         * net/sasl-cram.el, net/sasl-digest.el, net/sasl-ntlm.el, net/sasl.el:
3056         Move here from gnus/.
3058 2007-12-02  Karl Fogel  <kfogel@red-bean.com>
3060         Offer option for saveplace to be quiet about loading and saving.
3061         Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>
3063         * lisp/saveplace.el (save-place-quiet): New customizable boolean.
3064         (save-place-alist-to-file, load-save-place-alist-from-file): Use it
3065         to determine whether to print loading/saving messages.
3067 2007-12-02  Glenn Morris  <rgm@gnu.org>
3069         * mail/binhex.el: Move here from gnus/.
3070         (binhex): New custom group.
3071         (binhex-decoder-program, binhex-decoder-switches)
3072         (binhex-use-external): Move to the binhex custom group.
3074         * mail/uudecode.el: Move here from gnus/.
3075         (uudecode): New custom group.
3076         (uudecode-decoder-program, uudecode-decoder-switches)
3077         (uudecode-use-external): Move to the uudecode custom group.
3079         * net/netrc.el (top-level): Don't load `encrypt' features.
3080         (netrc-parse): Don't use encrypt.
3081         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
3083         * progmodes/python.el (top-level): Don't require cl when compiling.
3085 2007-12-02  Agust\e,Am\e(Bn Mart\e,Am\e(Bn  <agustin.martin@hispalinux.es>
3087         * textmodes/flyspell.el (flyspell-large-region): Explicitly set
3088         encoding for aspell process and for communication with it.
3089         Only add "-d" option if not already present.
3090         Use ispell-current-dictionary and ispell-current-personal-dictionary.
3091         General reorganization.
3093         * textmodes/ispell.el (ispell-aspell-find-dictionary): Do not set
3094         encoding here.
3095         (ispell-start-process): Explicitly set encoding here if using aspell.
3097 2007-12-02  Dan Nicolaescu  <dann@ics.uci.edu>
3099         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Also pass a diff
3100         function to log-edit.
3102 2007-12-02  Michael Albinus  <michael.albinus@gmx.de>
3104         * net/dbus.el: New file.
3106 2007-12-02  Jay Belanger  <jay.p.belanger@gmail.com>
3108         * calc/calc.el (calc-lang-slash-idiv, calc-lang-allow-underscores)
3109         (calc-lang-c-type-hex, calc-lang-brackets-are-subscripts)
3110         (calc-lang-parens-are-subscripts): New variables.
3111         (math-expr-special-function-mapping): Remove variable.
3112         (math-eqn-ignore-words, math-tex-ignore-words)
3113         (math-latex-ignore-words): Move to calc-lang.el.
3115         * calc/calc-lang.el (math-compose-vector, math-compose-var)
3116         (math-tex-expr-is-flat): Declare as functions.
3117         (calc-lang-slash-idiv, calc-lang-allow-underscores)
3118         (math-comp-left-bracket, math-comp-right-bracket)
3119         (math-comp-comma, math-comp-vector-prec): Declare as variables.
3120         (math-var-formatter, math-matrix-formatter)
3121         (math-lang-adjust-words, math-lang-read-symbol, math-land-read)
3122         (math-punc-table, math-compose-subscr, math-dots)
3123         (math-func-formatter): New property names to store language
3124         specific information.
3125         (math-compose-tex-var, math-compose-tex-intv)
3126         (math-compose-maple-intv, math-compose-eqn-intv)
3127         (math-compose-tex-sum, math-compose-tex-func)
3128         (math-compose-tex-intv): New functions.
3129         (math-eqn-ignore-words, math-tex-ignore-words)
3130         (math-latex-ignore-words): Move from calc.el.
3131         (math-special-function-table): Add entries for tex.
3132         (calc-lang-slash-idiv, calc-lang-allows-underscores):
3133         New variables.
3134         (math-compose-latex-frac): Rename from `math-latex-print-frac'.
3135         (math-compose-tex-matrix, math-compose-eqn-matrix)
3136         (math-eqn-special-functions): Move from calccomp.el.
3138         * calc/calccomp.el (math-compose-var): New function.
3139         (math-compose-expr): Allow more special functions to be used.
3140         Change test for formatting fractions.  Use variables and property
3141         names to help with language specific formatting.
3142         (math-compose-tex-matrix, math-compose-eqn-matrix)
3143         (math-eqn-special-functions): Move to calc-lang.el.
3144         (math-compose-rows): Use property names to help with language
3145         specific formatting.
3147         * calc/calc-aent.el (math-read-factor): Turn multiple subscripts
3148         into nested subscripts.
3149         (math-read-token): Use variables and property names to help with
3150         language specific parsing.
3151         (math-read-expression-level): Use variables to help with language
3152         specific parsing.
3154 2007-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3156         * arc-mode.el (archive-find-type): Add recognition of rar-exe format.
3157         (archive-rar-summarize): Allow the file name to be passed as argument.
3158         Remove unused vars `header' and `footer'.
3159         (archive-rar-exe-summarize, archive-rar-exe-extract): New functions.
3161 2007-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
3163         * log-edit.el (log-edit-show-diff): New function.
3164         (log-edit-mode-map, log-edit-menu): Bind it.
3165         (log-edit-diff-function): New variable.
3166         (log-edit): Change the 3rd param to be an alist and accept a
3167         function that computes a diff for the files involved.
3169         * vc.el (vc-log-edit): Add a diff function parameter to log-edit.
3171 2007-12-01  Martin Rudalics  <rudalics@gmx.at>
3173         * play/blackbox.el (bb-up, bb-down): Revert 2007-10-21 change and
3174         wrap next-/previous-line in with-no-warnings.
3176 2007-12-01  Glenn Morris  <rgm@gnu.org>
3178         * format-spec.el, hex-util.el, sha1.el: Move here from gnus/.
3180         * net/dig.el: Move here from gnus/.
3181         (dig-mode): Replace gnus-run-mode-hooks with equivalent expansion.
3183         * net/dns.el: Move here from gnus/.
3184         (top-level): Don't require mm-util, or cl when compiling.
3185         (dns-write-name, dns-read, dns-read-type, query-dns):
3186         Replace mm-with-unibyte-buffer with its expansion.
3187         (query-dns): Replace decf and ignore-errors with non-cl equivalents.
3189         * progmodes/gdb-ui.el (gud-remove, gud-break):
3190         * progmodes/gud.el (gdb-create-define-alist)
3191         (gdb-restore-windows, gdb-reset, global-hl-line-highlight)
3192         (hl-line-highlight, gdb-display-source-buffer)
3193         (gdb-display-buffer, c-langelem-sym, c-langelem-pos)
3194         (syntax-symbol, syntax-point, gdb-enqueue-input): Declare as functions.
3196 2007-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
3198         * textmodes/org-export-latex.el (org-export-latex-cleaned-string):
3199         Move args on defun line.
3201         * textmodes/org.el (org-calendar-holiday):
3202         Use calendar-check-holidays instead of the obsolete
3203         check-calendar-holidays.
3204         (add-to-diary-list, table--at-cell-p, Info-find-node, bbdb)
3205         (bbdb-company, bbdb-current-record, bbdb-name)
3206         (bbdb-record-getprop, bbdb-record-name)
3207         (bibtex-beginning-of-entry, bibtex-generate-autokey)
3208         (bibtex-parse-entry, bibtex-url, cdlatex-tab)
3209         (dired-get-filename, gnus-article-show-summary, mh-display-msg)
3210         (mh-find-path, mh-get-header-field, mh-get-msg-num)
3211         (mh-header-display, mh-index-previous-folder)
3212         (mh-normalize-folder-name, mh-search, mh-search-choose, mh-show)
3213         (mh-show-buffer-message-number, mh-show-header-display)
3214         (mh-show-msg, mh-show-show, mh-visit-folder)
3215         (org-export-latex-cleaned-string, remember)
3216         (remember-buffer-desc, rmail-narrow-to-non-pruned-header)
3217         (rmail-what-message, elmo-folder-exists-p)
3218         (elmo-message-entity-field, elmo-message-field)
3219         (vm-beginning-of-message, vm-follow-summary-cursor)
3220         (vm-get-header-contents, vm-isearch-narrow, vm-isearch-update)
3221         (vm-select-folder-buffer, vm-su-message-id, vm-su-subject)
3222         (vm-summarize, wl-folder-get-elmo-folder)
3223         (wl-summary-goto-folder-subr)
3224         (wl-summary-jump-to-msg-by-message-id, wl-summary-line-from)
3225         (wl-summary-line-subject, wl-summary-message-number)
3226         (wl-summary-redisplay): Declare as functions.
3228 2007-11-30  Martin Rudalics  <rudalics@gmx.at>
3230         * longlines.el (longlines-show-hard-newlines): Remove handling of
3231         buffer-undo-list and buffer-modified status.
3232         (longlines-show-region, longlines-unshow-hard-newlines):
3233         Handle buffer-undo-list, buffer-modified status, inhibit-read-only, and
3234         inhibit-modification-hooks here to avoid that a buffer appears
3235         modified when toggling visibility of hard newlines.
3237 2007-11-30  Glenn Morris  <rgm@gnu.org>
3239         * nxml/rng-maint.el (rng-do-some-validation): Fix declaration.
3241         * progmodes/idlw-complete-structtag.el
3242         (idlwave-sintern-structtag):
3243         * progmodes/idlw-help.el (idlwave-sintern-sysvar)
3244         (idlwave-sintern-sysvartag):
3245         * progmodes/idlwave.el (idlwave-sintern-class-tag)
3246         (idlwave-sintern-sysvar, idlwave-sintern-sysvartag): Declare as
3247         functions.
3249 2007-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
3251         * textmodes/reftex-index.el (texmathp):
3252         * textmodes/reftex-auc.el (TeX-argument-insert)
3253         (TeX-argument-prompt, multi-prompt, LaTeX-add-index-entries)
3254         (LaTeX-add-labels, LaTeX-bibitem-list, LaTeX-index-entry-list)
3255         (LaTeX-label-list):
3256         * nxml/rng-maint.el (rng-clear-cached-state, rng-clear-overlays)
3257         (rng-clear-conditional-region, rng-do-some-validation): Declare as
3258         functions.
3259         (rng-error-count, rng-validate-up-to-date-end): Pacify byte compiler.
3261 2007-11-30  Glenn Morris  <rgm@gnu.org>
3263         * emacs-lisp/byte-run.el (declare-function): Add optional fourth
3264         argument and document it.
3266         * emacs-lisp/bytecomp.el (byte-compile-declare-function):
3267         Third argument to declare-function must be a list to specify arglist.
3269         * emacs-lisp/check-declare.el (check-declare-scan): Doc fix.
3270         Handle declare-function third argument `t' and fourth argument.
3271         (check-declare-verify): Doc fix.  Handle `fileonly' case.
3272         Use progn rather than prog1.
3274         * desktop.el (uniquify-item-base):
3275         * term/mac-win.el (url-type): Declare as functions.
3277         * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-record-phones)
3278         (bbdb-address-city, bbdb-address-state, bbdb-address-zip)
3279         (bbdb-address-location, bbdb-record-addresses): Pass non-nil
3280         fourth arg to declare-function.
3282         * play/dunnet.el: Don't require cl when compiling.
3283         (byte-compile-warnings): Set via file local variables.
3284         (dun-parse): Let-bind `beg' and `line'.
3286 2007-11-29  Alexandre Julliard  <julliard@winehq.org>
3288         * vc-git.el (vc-git-dir-state): Fix the git command arguments.
3290 2007-11-29  Ari Roponen  <ari.roponen@gmail.com>  (tiny change)
3292         * calendar/time-date.el (encode-time-value): Doc fix.
3294 2007-11-29  Glenn Morris  <rgm@gnu.org>
3296         * calendar/time-date.el (with-decoded-time-value): Doc fix.
3298         * textmodes/css-mode.el (prog-mode): Remove.
3299         (css-mode): Derive from fundamental-mode rather than prog-mode.
3301         * emacs-lisp/byte-run.el (declare-function): Doc fix.
3303         * emacs-lisp/check-declare.el (check-declare-locate)
3304         (check-declare-verify): Handle `external' files.
3305         (check-declare-errmsg): New function.
3306         (check-declare-verify, check-declare-file, check-declare-directory):
3307         Use check-declare-errmsg to report the number of problems.
3309         * ffap.el (w3-view-this-url)
3310         * mail/mspools.el (vm-visit-folder)
3311         * net/browse-url.el (w3-fetch-other-window, w3-fetch)
3312         * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-phone-string)
3313         (bbdb-record-phones, bbdb-address-city, bbdb-address-state)
3314         (bbdb-address-zip, bbdb-address-location, bbdb-record-addresses)
3315         (bbdb-records)
3316         * net/eudc-export.el (bbdb-parse-phone-number, bbdb-string-trim)
3317         * net/imap.el (sasl-find-mechanism, sasl-mechanism-name)
3318         (sasl-make-client, sasl-next-step, sasl-step-data)
3319         (sasl-step-set-data)
3320         * net/newsticker.el (w3m-toggle-inline-image, htmlr-reset)
3321         (htmlr-step): Declare as functions.
3323         * net/eudcb-bbdb.el (eudc-bbdb-extract-addresses):
3324         Use bbdb-address-zip rather than bbdb-address-zip-string.
3326 2007-11-28  Richard Stallman  <rms@gnu.org>
3328         * md4.el, net/hmac-def.el, net/hmac-md5.el, net/ntlm.el:
3329         Move here from gnus/.
3331 2007-11-28  Martin Rudalics  <rudalics@gmx.at>
3333         * newcomment.el (comment-region-internal): Fix newline insertion
3334         in `block' case.
3336 2007-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3338         * pcvs-parse.el (cvs-parse-table): Adjust regexp for resurrections.
3340 2007-11-28  Glenn Morris  <rgm@gnu.org>
3342         * Makefile.in (maintainer-clean): Depend on bootstrap-clean to
3343         delete .elc files.
3345         * nxml/char-name/unicode: Move to etc/nxml/.
3346         * nxml/nxml-uchnm.el (top-level): Adapt for moved unicode files.
3348         * nxml/nxml-enc.el (xmltok-get-declared-encoding-position):
3349         Declare as a function.
3351         * nxml/nxml-maint.el (nxml-create-unicode-char-name-sets):
3352         * nxml/nxml-mode.el (nxml-get-char-name, nxml-insert-named-char):
3353         * nxml/xsd-regexp.el (xsdre-gen-categories): Change mapcar -> mapc.
3355         * nxml/nxml-outln.el (nxml-token-start-tag-p)
3356         (nxml-token-end-tag-p): Move definitions before use.
3358         * nxml/nxml-rap.el (nxml-prolog-regions): Declare for compiler.
3360         * nxml/nxml-uchnm.el (top-level)
3361         (nxml-enable-unicode-char-name-sets-1): Use mapc rather than mapcar.
3362         (nxml-enabled-unicode-blocks): Add custom group.
3364         * nxml/xmltok.el (xmltok-scan-char-ref, xmltok-char-number):
3365         Use string-to-number rather than string-to-int.
3367         * dired-x.el (dired-omit-old-add-entry): Declare as function.
3368         Move definition before use.
3369         (dired-old-find-buffer-nocreate): Declare as function.
3371         * emacs-lisp/check-declare.el (check-declare-locate): Reflow doc.
3372         (check-declare-verify): Handle fset.
3374         * emulation/edt.el (edt-user-emulation-setup):
3375         Test edt-setup-user-bindings is bound before calling.
3377         * emulation/tpu-edt.el: Don't require cl when compiling.
3378         (tpu-emacs-search, tpu-emacs-rev-search): Declare as functions.
3379         (tpu-edt-off): Use condition-case rather than ignore-errors.
3380         Use with-no-warnings.
3382         * eshell/esh-util.el (top-level): Use require rather than load for
3383         ange-ftp.
3385         * mail/supercite.el (sc-version): Redefine as an alias for
3386         emacs-version.
3387         (sc-help-address): Remove.
3388         (sc-version): Use emacs-version rather than sc-version.
3389         (sc-submit-bug-report): Redefine as an alias for report-emacs-bug.
3391         * net/socks.el (socks-original-open-network-stream): Declare as
3392         function.  Move definition before use.
3394 2007-11-28  Jay Belanger  <jay.p.belanger@gmail.com>
3396         * calc/calc-ext.el (math-sqrt-raw, math-map-vec)
3397         (math-make-frac): Declare as functions.
3399 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
3401         * progmodes/cperl-mode.el (compilation-error-regexp-alist):
3402         Pacify byte compiler.
3403         (cperl-mode): Use with-no-warnings for setting vc-header-alist.
3405         * progmodes/idlwave.el (idlwave-shell-get-path-info)
3406         (idlwave-shell-temp-file, idlwave-shell-is-running)
3407         (widget-value, comint-dynamic-complete-filename, Info-goto-node):
3408         * progmodes/idlw-help.el (idlwave-prepare-structure-tag-completion)
3409         (idlwave-all-method-classes, idlwave-all-method-keyword-classes)
3410         (idlwave-beginning-of-statement, idlwave-best-rinfo-assoc)
3411         (idlwave-class-found-in, idlwave-class-or-superclass-with-tag)
3412         (idlwave-completing-read, idlwave-current-routine)
3413         (idlwave-downcase-safe, idlwave-entry-find-keyword)
3414         (idlwave-expand-keyword, idlwave-find-class-definition)
3415         (idlwave-find-inherited-class, idlwave-find-struct-tag)
3416         (idlwave-get-buffer-visiting, idlwave-in-quote)
3417         (idlwave-make-full-name, idlwave-members-only)
3418         (idlwave-popup-select, idlwave-routine-source-file)
3419         (idlwave-routines, idlwave-sintern-class)
3420         (idlwave-sintern-keyword, idlwave-sintern-method)
3421         (idlwave-sintern-routine-or-method)
3422         (idlwave-substitute-link-target, idlwave-sys-dir)
3423         (idlwave-this-word, idlwave-what-module-find-class)
3424         (idlwave-where):
3425         * progmodes/idlw-complete-structtag.el (idlwave-shell-buffer):
3426         * mail/uce.el (rmail-msg-is-pruned)
3427         (rmail-maybe-set-message-counters, rmail-msgbeg, rmail-msgend)
3428         (rmail-toggle-header):
3429         * mail/sendmail.el (dired-view-file, dired-get-filename):
3430         * mail/rmailkwd.el (rmail-maybe-set-message-counters)
3431         (rmail-display-labels, rmail-msgbeg)
3432         (rmail-set-message-deleted-p, rmail-message-labels-p)
3433         (rmail-show-message, mail-comma-list-regexp)
3434         (mail-parse-comma-list):
3435         * mail/rmail.el (rmail-spam-filter, rmail-summary-goto-msg)
3436         (rmail-summary-mark-undeleted, rmail-summary-mark-deleted)
3437         (rfc822-addresses, mail-abbrev-make-syntax-table)
3438         (mail-sendmail-delimit-header, mail-header-end):
3439         * mail/hashcash.el (message-narrow-to-headers-or-head)
3440         (message-fetch-field, message-goto-eoh)
3441         (message-narrow-to-headers):
3442         * vc.el (view-mode-exit): Declare as functions.
3444         * mail/vms-pmail.el:
3445         * vmsproc.el:
3446         * vms-patch.el: Don't byte compile these files, they don't work.
3448 2007-11-27  Glenn Morris  <rgm@gnu.org>
3450         * calc/calc-ext.el (math-read-big-rec):
3451         * calc/calc-nlfit.el (math-map-binop):
3452         * calc/calc.el (math-normalize-nonstandard): Fix declarations.
3454         * eshell/eshell.el (eshell-report-bug): Add version number of
3455         obsolescence.
3457         * emulation/viper.el, emulation/viper-util.el,
3458         emulation/viper-macs.el, emulation/viper-keym.el,
3459         emulation/viper-ex.el, emulation/viper-cmd.el:
3460         Load viper-*.el files silently.
3462         * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el,
3463         ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el, ediff.el:
3464         Load ediff-*.el files silently.
3466         * ediff.el: Load dired silently.  Don't load info, pcl-cvs when
3467         compiling.
3468         (Info-goto-node): Declare as a function.
3470         * ediff-init.el: Don't load ange-ftp when compiling.
3471         * ediff-util.el: Don't load reporter when compiling.
3473         * ediff-wind.el (ediff-display-pixel-width)
3474         (ediff-display-pixel-height):
3475         * generic-x.el (ini-generic-mode):
3476         * ps-print.el (ps-mule-encode-header-string, ps-mule-begin-page)
3477         (ps-mule-prepare-ascii-font, ps-mule-set-ascii-font)
3478         (ps-mule-initialize, ps-mule-begin-job):
3479         * calendar/cal-bahai.el (add-to-diary-list, diary-name-pattern)
3480         (mark-calendar-days-named):
3481         * calendar/cal-hebrew.el (holiday-filter-visible-calendar)
3482         (add-to-diary-list, diary-name-pattern)
3483         (mark-calendar-days-named):
3484         * calendar/cal-islam.el (add-to-diary-list, diary-name-pattern)
3485         (mark-calendar-days-named):
3486         * calendar/cal-x.el (make-fancy-diary-buffer):
3487         * calendar/holidays.el (calendar-absolute-from-julian):
3488         * calendar/todo-mode.el (calendar-current-date):
3489         * calendar/cal-menu.el (calendar-increment-month)
3490         (calendar-month-name, extract-calendar-year)
3491         (calendar-cursor-to-date, holiday-list, calendar-sunrise-sunset)
3492         (calendar-current-date, calendar-cursor-holidays)
3493         (calendar-date-string, insert-diary-entry, calendar-set-mark)
3494         (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
3495         (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
3496         (cal-tex-cursor-filofax-daily, cal-tex-cursor-filofax-2week)
3497         (cal-tex-cursor-filofax-week, cal-tex-cursor-month)
3498         (cal-tex-cursor-month-landscape, cal-tex-cursor-year)
3499         (cal-tex-cursor-filofax-year, cal-tex-cursor-year-landscape)
3500         (calendar-day-of-year-string, calendar-iso-date-string)
3501         (calendar-julian-date-string, calendar-astro-date-string)
3502         (calendar-absolute-from-gregorian, calendar-hebrew-date-string)
3503         (calendar-persian-date-string, calendar-bahai-date-string)
3504         (calendar-islamic-date-string, calendar-chinese-date-string)
3505         (calendar-coptic-date-string, calendar-ethiopic-date-string)
3506         (calendar-french-date-string, calendar-mayan-date-string)
3507         (calendar-print-chinese-date, calendar-goto-date):
3508         Declare as functions.
3510         * calendar/calendar.el (nongregorian-diary-listing-hook): Doc fix.
3511         (Info-find-emacs-command-nodes, Info-find-node): Declare as functions.
3513         * ffap.el (ffap-bug, ffap-submit-bug): Redefine as obsolete
3514         aliases for report-emacs-bug.
3515         (gnus-summary-select-article, gnus-configure-windows): Declare as
3516         functions.
3518         * pgg-parse.el (pgg-parse-24, pgg-parse-crc24-string): Declare for
3519         compiler.
3521         * pgg.el (pgg-clear-string): Declare as a function.
3522         (pgg-run-at-time-1): Wrap whole definition in (featurep 'xemacs) test.
3523         (pgg-run-at-time, pgg-cancel-timer): Move definitions before use.
3525         * emacs-lisp/check-declare.el (check-declare-locate):
3526         Handle compressed files.
3527         (check-declare-verify): Handle define-generic-mode,
3528         define-global(ized)-minor-mode, define-obsolete-function-alias.
3530 2007-11-27  Jay Belanger  <jay.p.belanger@gmail.com>
3532         * calc/calc-menu.el (calc-modes-menu): Add normal and incomplete
3533         algebraic modes.
3535         * calc/calc-aent.el (calc-refresh-evaltos, calc-execute-kbd-macro)
3536         (math-is-true, calc-explain-why, calc-alg-edit)
3537         (math-composite-inequalities, math-flatten-lands)
3538         (math-multi-subst, calcFunc-vmatches, math-simplify)
3539         (math-known-matrixp, math-parse-fortran-subscr, math-to-radians-2)
3540         (math-read-string, math-read-brackets, math-read-angle-brackets):
3541         Declare as functions.
3543         * calc/calcalg3.el (calc-fit-s-shaped-logistic-curve)
3544         (calc-fit-bell-shaped-logistic-curve)
3545         (calc-fit-hubbert-linear-curve, calc-graph-add-curve)
3546         (calc-graph-lookup, calc-graph-set-styles, math-min-list)
3547         (math-max-list): Declare as functions.
3548         (math-map-binop): New function.
3549         (calc-curve-fit): Replace `mapcar*' by `math-map-binop'.
3551         * calc/calc.el (calc-set-language, calc-edit-finish)
3552         (calc-edit-cancel, calc-do-quick-calc, calc-do-calc-eval)
3553         (calc-do-keypad, calcFunc-unixtime, math-parse-date)
3554         (math-lessp, calc-embedded-finish-command)
3555         (calc-embedded-select-buffer, calc-embedded-mode-line-change)
3556         (calc-push-list-in-macro, calc-replace-selections)
3557         (calc-record-list, calc-normalize-fancy, calc-do-handle-whys)
3558         (calc-top-selected, calc-sel-error, calc-pop-stack-in-macro)
3559         (calc-embedded-stack-change, calc-refresh-evaltos)
3560         (calc-do-refresh, calc-binary-op-fancy, calc-unary-op-fancy)
3561         (calc-delete-selection, calc-alg-digit-entry, calc-alg-entry)
3562         (calc-dots, calc-temp-minibuffer-message, math-read-radix-digit)
3563         (calc-digit-dots, math-normalize-fancy, math-normalize-nonstandard)
3564         (math-recompile-eval-rules, math-apply-rewrites, calc-record-why)
3565         (math-dimension-error, calc-incomplete-error, math-float-fancy)
3566         (math-neg-fancy, math-zerop, calc-add-fractions)
3567         (math-add-objects-fancy, math-add-symb-fancy, math-mul-zero)
3568         (calc-mul-fractions, math-mul-objects-fancy, math-mul-symb-fancy)
3569         (math-reject-arg, math-div-by-zero, math-div-zero, math-make-frac)
3570         (calc-div-fractions, math-div-objects-fancy, math-div-symb-fancy)
3571         (math-compose-expr, math-comp-width, math-composition-to-string)
3572         (math-stack-value-offset-fancy, math-format-flat-expr-fancy)
3573         (math-adjust-fraction, math-format-binary, math-format-radix)
3574         (math-group-float, math-mod, math-format-number-fancy)
3575         (math-format-bignum-fancy, math-read-number-fancy)
3576         (calc-do-grab-region, calc-do-grab-rectangle, calc-do-embedded)
3577         (calc-do-embedded-activate, math-do-defmath)
3578         (calc-load-everything): Declare as functions.
3580         * calc/calc-ext.el (math-clip, math-round, math-simplify)
3581         (math-simplify-extended, math-simplify-units, calc-set-language)
3582         (calc-flush-caches, calc-save-modes, calc-embedded-modes-change)
3583         (calc-embedded-var-change, math-mul-float, math-arctan-raw)
3584         (math-sqrt-float, math-exp-minus-1-raw, math-normalize-polar)
3585         (math-normalize-hms, math-normalize-mod, math-make-sdev)
3586         (math-make-intv, math-normalize-logical-op, math-possible-signs)
3587         (math-infinite-dir, math-calcFunc-to-var)
3588         (calc-embedded-evaluate-expr, math-known-nonzerop)
3589         (math-read-expr-level, math-read-big-rec, math-read-big-balance)
3590         (math-format-date, math-vector-is-string, math-vector-to-string)
3591         (math-format-radix-float, math-compose-expr, math-abs)
3592         (math-format-bignum-binary, math-format-bignum-octal)
3593         (math-format-bignum-hex, math-format-bignum-radix)
3594         (math-compute-max-digits): Declare as functions.
3595         (math-provably-realp): Fix typo.
3597         * calc/calc-forms.el (calendar-current-time-zone)
3598         (calendar-absolute-from-gregorian, dst-in-effect): Declare as
3599         functions.
3601         * calc/calc-help.el (Info-goto-node, Info-last): Declare as functions.
3603         * calc/calc-lang.el (math-read-factor, math-read-expr-level):
3604         Declare as functions.
3606         * calc/calc-macs.el (math-zerop, math-negp, math-looks-negp)
3607         (math-posp, math-compare, math-bignum, math-compare-bignum):
3608         Declare as functions.
3610         * calc/calc-misc.el (calc-do-keypad, calc-inv-hyp-prefix-help)
3611         (calc-inverse-prefix-help, calc-hyperbolic-prefix-help)
3612         (calc-explain-why, calc-clear-command-flag)
3613         (calc-roll-down-with-selections, calc-roll-up-with-selections)
3614         (calc-last-args, calc-is-inverse, calc-do-prefix-help)
3615         (math-objvecp, math-known-scalarp, math-vectorp, math-matrixp)
3616         (math-trunc-special, math-trunc-fancy, math-floor-special)
3617         (math-floor-fancy, math-square-matrixp, math-matrix-inv-raw)
3618         (math-known-matrixp, math-mod-fancy, math-pow-of-zero)
3619         (math-pow-zero, math-pow-fancy): Declare as functions.
3621         * calc/calc-mode.el (calc-embedded-save-original-modes):
3622         Declare as a function.
3624         * calc/calc-nlfit.el (calc-get-fit-variables, math-map-binop):
3625         Declare as functions.
3626         (math-nlfit-make-matrix, math-nlfit-find-qmax, math-nlfit-fit)
3627         (math-nlfit-fit-curve, calc-fit-hubbert-linear-curve):
3628         Replace `mapcar*' by `math-map-binop'.
3629         (math-nlfit-make-matrix): Replace `copy-list' with `copy-sequence'.
3631         * calc/calc-prog.el (edmacro-format-keys, edmacro-parse-keys)
3632         (math-read-expr-level): Declare as functions.
3634         * calc/calc-vec.el (math-read-expr-level): Declare as a function.
3636 2007-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3638         * emacs-lisp/lisp.el (end-of-defun): Restructure so that
3639         end-of-defun-function is called consistently, even for negative
3640         arguments.
3641         (end-of-defun-function): Default to forward-sexp.
3643 2007-11-26  Juanma Barranquero  <lekktu@gmail.com>
3645         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
3647 2007-11-26  Glenn Morris  <rgm@gnu.org>
3649         * calendar/cal-menu.el (cal-menu-holidays-menu): Use :label rather
3650         than :suffix.
3652         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
3654 2007-11-26  Simon Josefsson  <simon@josefsson.org>
3656         * net/imap.el: Move from ../gnus.
3658 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
3660         * doc-view.el (doc-view-mode-p): New function.
3662 2007-11-25  Dan Nicolaescu  <dann@ics.uci.edu>
3664         * mail/mspools.el (rmail-get-new-mail):
3665         * mail/reporter.el (mail-position-on-field, mail-text):
3666         * mail/rmail.el (mail-position-on-field, mail-text-start)
3667         (rmail-update-summary):
3668         * mail/rmailedit.el (rmail-summary-disable, rmail-summary-enable):
3669         * mail/rmailmsc.el (rmail-parse-file-inboxes, rmail-show-message):
3670         * mail/rmailout.el (rmail-update-summary):
3671         * mail/rmailsort.el (rmail-update-summary):
3672         * mail/sendmail.el (dired-move-to-filename, dired-get-filename)
3673         (dired-view-file):
3674         * mail/uce.el (mail-strip-quoted-names):
3675         * mail/undigest.el (rmail-update-summary):
3676         * mail/unrmail.el (mail-strip-quoted-names):
3677         * ediff.el (diff-latest-backup-file): Declare as functions.
3679         * obsolete/mlsupport.el (ml-previous-page): Fix typo.
3680         (kill-to-end-of-line):
3681         * obsolete/rnews.el (news-set-minor-modes):
3682         Remove non working functions.
3684 2007-11-25  Glenn Morris  <rgm@gnu.org>
3686         * eshell/esh-maint.el (top-level): Use require with NOERROR for
3687         pcomplete.  Don't mess with load-path.
3689         * eshell/eshell.el (eshell-report-bug-address): Remove.
3690         (eshell-report-bug): Redefine as an alias for report-emacs-bug.
3692 2007-11-24  Glenn Morris  <rgm@gnu.org>
3694         * calendar/appt.el: Remove leading `*' from defcustom doc-strings.
3695         (appt-disp-window): Don't require electric.
3696         Simplify minibuffer-avoidance code.
3697         (appt-select-lowest-window): Avoid minibuffer.
3699         * eshell/eshell.el: Remove leading `*' from defcustom doc-strings.
3700         (esh-mode): Require it.
3701         (esh-util): Use require rather than featurep and load.
3702         (eshell): No need to test if eshell-mode is bound; remove obsolete
3703         reference to eshell-auto.
3704         (eshell-command, eshell-command-result): Don't require esh-mode
3705         now that the file does.
3706         (top-level): Move provide statement to the end of the file.
3707         Re-order and update commentary.
3709 2007-11-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
3711         * vc.el (vc-annotate-mode): Frob buffer invisibility spec.
3712         (vc-annotate-toggle-annotation-visibility): New command.
3713         (vc-annotate-mode-map): Bind "V" to it.
3714         (vc-annotate-mode-menu): Add entry for it.
3715         (vc-annotate-get-time-set-line-props): New func.
3716         (vc-annotate-display-autoscale)
3717         (vc-annotate-display-difference): Use it.
3719         * vc-git.el (vc-git-annotate-time): Handle optional field FILENAME.
3720         Also, match one space at end of annotation text, after last paren.
3722 2007-11-24  Michael Albinus  <michael.albinus@gmx.de>
3724         * ido.el (ido-file-name-all-completions-1): Check for fboundp of
3725         `tramp-completion-mode-p' as it is in Tramp 2.1.  Let-bind
3726         `tramp-completion-mode'.
3728 2007-11-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
3730         * vc-git.el (vc-git-show-log-entry): New func.
3732         * vc-git.el (vc-git--call, vc-git--out-ok): New funcs.
3733         (vc-git-state): Use vc-git--call.
3734         (vc-git-registered, vc-git-working-revision)
3735         (vc-git-previous-revision, vc-git-next-revision)
3736         (vc-git--run-command-string, vc-git-symbolic-commit):
3737         Use vc-git--out-ok.
3739 2007-11-24  Glenn Morris  <rgm@gnu.org>
3741         * emacs-lisp/byte-run.el (declare-function): Doc fix.
3743 2007-11-24  Kenichi Handa  <handa@m17n.org>
3745         * international/ucs-tables.el (ucs-8859-7-alist): Update the table.
3747 2007-11-23  David Kastrup  <dak@gnu.org>
3749         * server.el (server-process-filter): Use `command-line-args-left'.
3751 2007-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3753         * nxml/subdirs.el, nxml/char-data/subdirs.el, nxml/rng-auto.el: Remove.
3755 2007-11-23  Dan Nicolaescu  <dann@ics.uci.edu>
3757         * vc.el (vc-deduce-fileset): Also look for a fileset in the parent
3758         buffer if the parent buffer is in vc-dired-mode.
3760 2007-11-23  Mark A. Hershberger  <mah@everybody.org>
3762         * nxml: Initial merge of nxml.  Kept nxml/char-name subdir for now.
3764 2007-11-23  Juri Linkov  <juri@jurta.org>
3766         * dired.el (dired-read-dir-and-switches): For C-x d, set the
3767         value for M-n to the visited file name of the current buffer.
3768         Use minibuffer-with-setup-hook to set minibuffer-default to
3769         buffer-file-name inside read-file-name.
3771         * man.el (Man-getpage-in-background): Don't disregard user option
3772         `Man-width' on non-window systems.  Remove test for `window-system'
3773         around setting envvar "COLUMNS" depending on the value of `Man-width'.
3775         * progmodes/grep.el (grep-process-setup): Set envvar "TERM" to
3776         "emacs-grep".  Set envvar "GREP_OPTIONS" to "--color=auto" instead
3777         of "--color=always".
3779 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3781         * emacs-lisp/lisp.el (beginning-of-defun-raw): Pass `arg' down to
3782         beginning-of-defun-function.
3784 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
3786         * mail/hashcash.el: Move from ../gnus.  Add hashcash payments to email.
3788 2007-11-22  Glenn Morris  <rgm@gnu.org>
3790         * emulation/cua-base.el (x-clipboard-yank): Fix declaration.
3792         * emacs-lisp/check-declare.el (check-declare-locate): New function.
3793         (check-declare-scan): Use check-declare-locate.
3794         (check-declare-verify): No longer adjust fnfile, now
3795         check-declare-locate does it.
3797         * emacs-lisp/byte-run.el (declare-function): Doc fix.
3799 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3801         * subr.el (posn-col-row): Make the `default-value' use explicit.
3803         * window.el (balance-windows): Remove unused var `counter'.
3804         (bw-balance-sub): Remove unused var `lastchild'.
3805         (split-window-vertically): Remove unused var `switch'.
3806         (recenter-top-bottom): Remove unused vars `bottom', `current', `total'.
3808         * emacs-lisp/bytecomp.el
3809         (byte-compile-file-form-custom-declare-variable): Simplify.
3811 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
3813         * cus-edit.el (custom-mode): Define with `define-derived-mode'.
3814         Set `show-trailing-whitespace' to nil.
3816         * dired.el (make-symbolic-link):
3817         * dired-aux.el (mailcap-parse-mailcaps, mailcap-parse-mimetypes)
3818         (mailcap-extension-to-mime, mailcap-mime-info, make-symbolic-link):
3819         * dired-x.el (make-symbolic-link):
3820         * frame.el (x-initialize-window-system):
3821         * menu-bar.el (x-menu-bar-open):
3822         * select.el (x-get-cut-buffer-internal, x-rotate-cut-buffers-internal)
3823         (x-store-cut-buffer-internal):
3824         * wdired.el (make-symbolic-link):
3825         * x-dnd.el (x-register-dnd-atom, x-get-atom-name)
3826         (x-send-client-message):
3827         * emulation/cua-base.el (x-clipboard-yank): Declare as functions.
3829 2007-11-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3831         * term/x-win.el (x-gtk-map-stock): Check if FILE is a string.
3833 2007-11-22  Glenn Morris  <rgm@gnu.org>
3835         * dos-fns.el (int86):
3836         * term/mac-win.el (mac-font-panel-mode): Fix declarations.
3838         * calendar/cal-menu.el (cal-menu-holidays-menu): Fix holiday-list call.
3840         * calendar/holidays.el (holiday-list): Add autoload cookie.
3842         * emacs-lisp/check-declare.el (check-declare-scan): Expand .c
3843         files relative to src/ directory.
3844         (check-declare-verify): Handle .c files.  Warn if could not find
3845         an arglist to check.
3847         * emacs-lisp/byte-run.el (declare-function): Doc fix.
3849 2007-11-22  Dan Nicolaescu  <dann@ics.uci.edu>
3851         * replace.el (occur-mode-map): Add a major mode menu with entries
3852         for all occur operations.
3854         * international/titdic-cnv.el (dos-8+3-filename):
3855         * obsolete/fast-lock.el (msdos-long-file-names):
3856         * frame.el (msdos-mouse-p):
3857         * files.el (msdos-long-file-names, w32-long-file-name):
3858         * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
3859         (mac-resume-apple-event, mac-font-panel-mode)
3860         (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
3861         (mac-clear-font-name-table):
3862         * term/pc-win.el (msdos-remember-default-colors)
3863         (w16-set-clipboard-data, w16-get-clipboard-data):
3864         * term/w32-win.el (w32-send-sys-command, w32-select-font)
3865         (set-message-beep):
3866         * net/browse-url.el (w32-shell-execute):
3867         * w32-fns.el (set-message-beep, w32-get-clipboard-data)
3868         (w32-get-locale-info, w32-get-valid-locale-ids)
3869         (w32-set-clipboard-data):
3870         * dos-fns.el (int86, msdos-long-file-names):
3871         * dos-w32.el (default-printer-name): Declare as functions.
3873 2007-11-21  Jason Rumney  <jasonr@gnu.org>
3875         * emacs-lisp/byte-run.el (declare-function): Return nil.
3877 2007-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3879         * progmodes/sh-script.el (sh-mode): Set defun-prompt-regexp.
3881 2007-11-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3883         * ps-print.el (ps-lpr-switches): Docstring fix.
3884         (ps-string-list): New fun.
3885         (ps-do-despool): Code fix.
3887 2007-11-21  Juanma Barranquero  <lekktu@gmail.com>
3889         * w32-fns.el: Undo 2007-11-21 change by Dan Nicolaescu.
3891 2007-11-21  Glenn Morris  <rgm@gnu.org>
3893         * emacs-lisp/check-declare.el (check-declare-verify): Skip C files
3894         for now.  Handle define-minor-mode, and defalias (with no argument
3895         checking).
3897 2007-11-21  Dan Nicolaescu  <dann@ics.uci.edu>
3899         * frame.el (msdos-mouse-p):
3900         * files.el (msdos-long-file-names, w32-long-file-name):
3901         * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
3902         (mac-resume-apple-event, mac-font-panel-mode)
3903         (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
3904         (mac-clear-font-name-table):
3905         * term/pc-win.el (msdos-remember-default-colors)
3906         (w16-set-clipboard-data, w16-get-clipboard-data):
3907         * term/w32-win.el (w32-send-sys-command, w32-select-font)
3908         (set-message-beep):
3909         * net/browse-url.el (w32-shell-execute):
3910         * dos-fns.el (int86, msdos-long-file-names):
3911         * dos-w32.el (default-printer-name): Undo previous change.
3913 2007-11-21  Eli Zaretskii  <eliz@gnu.org>
3915         * international/mule-cmds.el (set-locale-environment):
3916         Set default-file-name-coding-system _after_ keyboard and terminal
3917         coding systems.  This fixes last change.
3919         * mail/rmail.el (rmail-current-subject-regexp): Allow more than
3920         one space after "Subject:".
3922 2007-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3924         * pcvs-parse.el (cvs-parse-table): Ignore errors when looking up files
3925         in order to determine if there's a conflict.
3927 2007-11-21  Richard Stallman  <rms@gnu.org>
3929         * bindings.el (esc-map): Bind C-M-l here; moved from reposition.el.
3931         * reposition.el (reposition-window):
3932         Binding C-M-l moved to bindings.el.
3934         * bindings.el (ctl-x-4-map): Bind C-x 4 a here; moved from add-log.el.
3936         * add-log.el (add-change-log-entry-other-window):
3937         Key binding C-x 4 a moved to bindings.el.
3939         * bindings.el (minibuffer-local-map): Bind C-tab here; moved
3940         from filecache.el.
3942         * filecache.el: Minibuffer map bindings moved to bindings.el.
3944 2007-11-21  Jason Rumney  <jasonr@gnu.org>
3946         * international/mule-cmds.el (set-locale-environment):
3947         Set default-file-name-coding-system from system defaults on Windows.
3949 2007-11-21  Jason Rumney  <jasonr@gnu.org>
3951         * term/w32console.el: New term init file for w32 console.
3953         * w32-fns.el (x-alternatives-map): Copy from term/x-win.el.
3954         (x-setup-function-keys): Likewise, replacing top-level key definitions.
3955         (w32-tty-standard-colors): Move to term/w32console.el.
3957         * term/w32-win.el (x-setup-function-keys): Remove.
3959         * term/tty-colors.el (tty-register-default-colors): Remove special
3960         case for w32.
3962 2007-11-21  Dan Nicolaescu  <dann@ics.uci.edu>
3964         * frame.el (msdos-mouse-p):
3965         * generic-x.el (w32-shell-name):
3966         * files.el (msdos-long-file-names, w32-long-file-name)
3967         (dired-get-filename, dired-unmark, dired-do-flagged-delete)
3968         (dos-8+3-filename, vms-read-directory, view-mode-disable):
3969         * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
3970         (mac-resume-apple-event, mac-font-panel-mode)
3971         (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
3972         (mac-clear-font-name-table):
3973         * term/pc-win.el (msdos-remember-default-colors)
3974         (w16-set-clipboard-data, w16-get-clipboard-data):
3975         * term/w32-win.el (w32-send-sys-command, w32-select-font)
3976         (set-message-beep):
3977         * w32-fns.el (set-message-beep, w32-get-clipboard-data)
3978         (w32-get-locale-info, w32-get-valid-locale-ids)
3979         (w32-set-clipboard-data):
3980         * help-fns.el (ad-get-advice-info):
3981         * font-lock.el (fast-lock-after-fontify-buffer)
3982         (fast-lock-after-unfontify-buffer, fast-lock-mode)
3983         (lazy-lock-after-fontify-buffer)
3984         (lazy-lock-after-unfontify-buffer, lazy-lock-mode):
3985         * net/browse-url.el (w32-shell-execute):
3986         * dos-fns.el (int86, msdos-long-file-names):
3987         * dos-w32.el (default-printer-name): Declare as functions.
3989 2007-11-21  Juanma Barranquero  <lekktu@gmail.com>
3991         * textmodes/paragraphs.el (forward-sentence): Doc fix.
3992         Reported by Drew Adams <drew.adams@oracle.com>.
3994 2007-11-20  Jason Rumney  <jasonr@gnu.org>
3996         * term/w32-win.el (x-setup-function-keys): Protect against
3997         multiple calls on the same terminal.
3999 2007-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
4001         * term/mac-win.el (x-setup-function-keys): Only setup
4002         local-function-key-map if it has not been setup already for the
4003         current frame.  Move the suspend-emacs processing here.
4005 2007-11-20  Juanma Barranquero  <lekktu@gmail.com>
4007         * progmodes/grep.el (xargs-program): New variable.
4008         (grep-compute-defaults): Use it.
4009         (grep-default-command): Doc fix.
4010         (grep, lgrep, rgrep): Reflow docstrings.
4012 2007-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
4014         * vc.el (vc-find-revision): Set the parent buffer.
4015         Use when instead of if.
4017         * progmodes/python.el (info-lookup-maybe-add-help):
4018         * progmodes/ps-mode.el (doc-view-minor-mode):
4019         * mail/emacsbug.el (Info-menu, Info-goto-node):
4020         * emulation/viper-keym.el (viper-ex)
4021         (viper-normalize-minor-mode-map-alist, viper-set-mode-vars-for):
4022         * emulation/viper-cmd.el (widget-type, widget-button-press)
4023         (viper-set-hooks):
4024         * emacs-lisp/tcover-unsafep.el (unsafep-function):
4025         * emacs-lisp/tcover-ses.el (ses-set-curcell, ses-update-cells)
4026         (ses-load, ses-vector-delete, ses-create-header-string)
4027         (ses-read-cell, ses-read-symbol, ses-command-hook, ses-jump):
4028         * emacs-lisp/gulp.el (mail-subject, mail-send): Declare as functions.
4030 2007-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4032         * pcvs.el (cvs-revert-if-needed): Fix copy&paste typo.
4034 2007-11-20  Glenn Morris  <rgm@gnu.org>
4036         * emacs-lisp/check-declare.el (check-declare-verify): Tweak regexp
4037         for end of function-name.  Handle define-derived-mode.
4039 2007-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
4041         * progmodes/idlw-help.el: Require browse-url unconditionally, it
4042         is available by default.
4043         (idlwave-help-browse-url-available): Change default to t.
4045         * emulation/edt.el (defgroup, defcustom): Remove definition.
4046         (eval-when-compile): Remove.
4047         (c-mark-function):
4048         * textmodes/reftex-dcr.el (bibtex-beginning-of-entry):
4049         * textmodes/fill.el (comment-search-forward)
4050         (comment-string-strip):
4051         * progmodes/prolog.el (comint-mode, comint-send-string)
4052         (comint-send-region, comint-send-eof):
4053         * progmodes/dcl-mode.el (imenu-default-create-index-function):
4054         * emulation/viper-util.el (viper-forward-Word):
4055         * emulation/vi.el (c-mark-function):
4056         * emulation/edt-vt100.el (vt100-wide-mode):
4057         * emacs-lisp/timer.el (diary-entry-time): Declare as functions.
4059 2007-11-19  Michael Albinus  <michael.albinus@gmx.de>
4061         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
4062         Still some tuning in case of an echoing shell.
4063         (tramp-send-command): Connection property "remote-echo" is not
4064         persistent; cache key is the process therefore.
4066 2007-11-19  Juanma Barranquero  <lekktu@gmail.com>
4068         * replace.el (map-query-replace-regexp): Doc fix (revert part of
4069         2000-05-21T17:04:47Z!fx@gnu.org made on 2000-05-21 with no ChangeLog entry).
4071 2007-11-19  Dan Nicolaescu  <dann@ics.uci.edu>
4073         * progmodes/octave-mod.el (inferior-octave-send-list-and-digest):
4074         * play/yow.el (doctor-ret-or-read):
4075         * vc-hooks.el (vc-dired-resynch-file):
4076         * vc-hg.el (log-view-get-marked):
4077         * smerge-mode.el (ediff-cleanup-mess):
4078         * pcvs.el (vc-editable-p, vc-checkout):
4079         * pcomplete.el (comint-bol):
4080         * informat.el (texinfo-format-refill):
4081         * ido.el (tramp-tramp-file-p):
4082         * ibuffer.el (ibuffer-mark-on-buffer, ibuffer-format-qualifier)
4083         (ibuffer-generate-filter-groups, ibuffer-format-filter-group-data):
4084         * add-log.el (c-beginning-of-defun, c-end-of-defun): Declare as
4085         functions.
4087         * textmodes/ispell.el (ispell-int-char): Make it a defalias
4088         instead of fset.
4089         (ispell-message): Use with-no-warnings for sc-cite-regexp call.
4091         * ido.el (ido-file-internal): Move with-no-warnings to include the
4092         ffap-string-at-point call.
4094         * pcomplete.el (pcomplete-executables): Move defsubst before first use.
4096         * vc-hg.el (vc-hg-revision-table): Fix last change.
4098 2007-11-19  Martin Rudalics  <rudalics@gmx.at>
4100         * menu-bar.el (top-level): Deactivate clipboard-kill-region and
4101         clipboard-yank when the buffer is read-only.
4103         * cus-edit.el (custom-field-keymap): Move to other Custom mode
4104         keymaps such that it's before the definition of Custom-mode-menu.
4105         (Custom-mode-menu): Show it for custom-field-keymap too.
4107 2007-11-19  Nick Roberts  <nickrob@snap.net.nz>
4109         * progmodes/gdb-ui.el: Update commentary.
4111 2007-11-18  Dan Nicolaescu  <dann@ics.uci.edu>
4113         * net/tramp.el (tramp-terminal-type): Remove duplicated definition.
4115 2007-11-19  Glenn Morris  <rgm@gnu.org>
4117         * emacs-lisp/check-declare.el (check-declare-verify): If fnfile
4118         does not exist, try adding `.el' extension.  Also search for defsubsts.
4120         * cus-edit.el (recentf-expand-file-name):
4121         * dired.el (dired-relist-entry):
4122         * subr.el (w32-shell-dos-semantics):
4123         * emacs-lisp/bytecomp.el (compilation-forget-errors):
4124         Declare as functions.
4126 2007-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4128         * abbrev.el (kill-all-abbrevs, insert-abbrevs)
4129         (prepare-abbrev-list-buffer): Use dolist.
4130         (clear-abbrev-table): Preserve properties.
4132 2007-11-18  Shigeru Fukaya  <shigeru.fukaya@gmail.com>  (tiny change)
4134         * textmodes/texinfmt.el (texinfo-format-printindex):
4135         Collect combined indexes using texinfo-short-index-format-cmds-alist.
4136         Reported on <bug-texinfo@gnu.org>.
4138 2007-11-18  Michael Albinus  <michael.albinus@gmx.de>
4140         * net/tramp.el (tramp-completion-reread-directory-timeout):
4141         New defcustom.
4142         (tramp-handle-file-name-all-completions): Flush directory contents
4143         from cache regularly.
4144         (tramp-set-auto-save-file-modes): Check also for `buffer-modified-p'.
4145         (tramp-open-connection-setup-interactive-shell):
4146         Call `tramp-cleanup-connection' via funcall.
4148         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Temp file is already
4149         created when copying.
4151 2007-11-17  Dan Nicolaescu  <dann@ics.uci.edu>
4153         * eshell/esh-util.el (eshell-under-xemacs-p): Remove.
4154         * eshell/esh-mode.el (eshell-mode-syntax-table, command-running-p):
4155         * eshell/esh-ext.el (eshell-external-command):
4156         * eshell/esh-cmd.el (require):
4157         * eshell/em-unix.el (eshell-plain-locate-behavior):
4158         * eshell/em-cmpl.el (eshell-cmpl-initialize):
4159         Replace eshell-under-xemacs-p with (featurep 'xemacs).
4160         * eshell/esh-mode.el (characterp, char-int): Remove unused
4161         conditional defaliases.
4163         * pcomplete.el (pcomplete-event-matches-key-specifier-p):
4164         Rename from event-matches-key-specifier-p, define unconditionally.
4165         (event-basic-type): Remove unused defalias.
4166         (pcomplete-show-completions):
4167         Use pcomplete-event-matches-key-specifier-p.
4169 2007-11-17  Eli Zaretskii  <eliz@gnu.org>
4171         * eshell/esh-module.el (eshell-load-defgroups): Don't make backups
4172         when saving esh-groups.el.
4174 2007-11-17  Martin Rudalics  <rudalics@gmx.at>
4176         * wid-edit.el (widget-default-complete):
4177         * progmodes/flymake.el (flymake-goto-file-and-line):
4178         Fix typo in (doc-)string.
4180 2007-11-17  Glenn Morris  <rgm@gnu.org>
4182         * emacs-lisp/byte-run.el (declare-function): New macro.
4183         * emacs-lisp/bytecomp.el (byte-compile-declare-function):
4184         New function, byte-hunk-handler for declare-function.
4185         (byte-compile-callargs-warn): Handle declared functions.
4187         * emacs-lisp/check-declare.el: New file.
4188         * Makefile.in (check-declare): New target.
4190         * progmodes/fortran.el (gud-find-c-expr): Declare as a function.
4192         * subr.el (process-lines): Move here from ../admin/admin.el.
4193         * emacs-lisp/authors.el (authors-process-lines): Remove.
4194         (authors): Use process-lines rather than authors-process-lines.
4196         * progmodes/compilation-perl.el, progmodes/compilation-weblint.el:
4197         Remove these files.
4199 2007-11-17  Juanma Barranquero  <lekktu@gmail.com>
4201         * emacs-lisp/backquote.el (backquote):
4202         Improve argument/docstring consistency.
4204         * emacs-lisp/ring.el (ring-size, ring-p, ring-insert)
4205         (ring-length, ring-empty-p): Use c[ad]dr.
4206         (ring-plus1): Use `1+'.
4207         (ring-minus1): Use `zerop'.
4208         (ring-remove): Use c[ad]dr.  Use `when'.
4209         (ring-copy): Use c[ad]dr.  Use `let', not `let*'.
4210         (ring-ref): Use `let', not `let*'.
4211         (ring-insert-at-beginning): Use c[ad]dr.  Doc fix.
4212         (ring-insert+extend): Use c[ad]dr.  Fix typo in docstring.
4213         (ring-member): Simplify.  Doc fix.
4214         (ring-convert-sequence-to-ring): Simplify.
4216 2007-11-17  Juri Linkov  <juri@jurta.org>
4218         * dired-aux.el (dired-create-directory): Allow creating
4219         a directory of an arbitrary depth.  Add a loop to find the topmost
4220         nonexistent parent dir `new', and call `dired-add-file' on it.
4221         Set the `PARENTS' arg of `make-directory' to t.
4223 2007-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
4225         * calc/calc-aent.el (calc-last-user-lang-parse-table): New variable.
4226         (math-build-parse-table): Get parse information from math-parse-table.
4228 2007-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4230         * window.el (recenter-last-op): New var.
4231         (recenter-top-bottom): New command.
4232         (global-map): Bind it to C-l.
4234         * abbrev.el (abbrev--write): Fix error in transcription from C.
4236         * emulation/pc-select.el (pc-select-shifted-mark): Remove.
4237         (pc-select-ensure-mark): Set mark-active to a special value instead.
4238         Rename from ensure-mark.  Update call callers.
4239         (pc-select-maybe-deactivate-mark): Rename from maybe-deactivate-mark.
4240         Rewrite.  Update all callers.
4241         (pc-selection-mode): Remove redundant var declaration.
4243 2007-11-16  Tassilo Horn  <tassilo@member.fsf.org>
4245         * doc-view.el (doc-view-search-backward, doc-view-search):
4246         Fix assignment to free variable bug.
4248 2007-11-16  Martin Pohlack  <mp26@os.inf.tu-dresden.de>  (tiny change)
4250         * emulation/pc-select.el (pc-select-shifted-mark): New var.
4251         (ensure-mark): Set it.
4252         (maybe-deactivate-mark): New fun.
4253         Use it everywhere instead of (setq mark-active nil).
4255 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
4257         * textmodes/reftex-dcr.el (reftex-start-itimer-once):
4258         Add check for XEmacs.
4260         * calc/calc-menu.el (calc-mode-map): Pacify byte compiler.
4262         * doc-view.el (doc-view-resolution): Add missing :group.
4264 2007-11-16  Juanma Barranquero  <lekktu@gmail.com>
4266         * subr.el (make-variable-frame-local):
4267         Fix typo in obsolescence declaration.
4269 2007-11-16  Werner Lemberg  <wl@gnu.org>
4271         * files.el (set-auto-mode-1): Check second line for -*- if file
4272         starts with '\" (which is used by man pages to identify needed
4273         troff preprocessors).
4275 2007-11-16  Glenn Morris  <rgm@gnu.org>
4277         * mail/mail-extr.el (mail-extr-all-top-level-domains): Update domains.
4279 2007-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
4281         * calc/calc-lang.el (math-oper-table): Fix typo.
4282         Reduce precedence of "/" for TeX.
4284         * calc/calc-menu.el (calc-modes-menu): Add Languages submenu.
4286 2007-11-16  Juri Linkov  <juri@jurta.org>
4288         * dired-aux.el (dired-read-shell-command-default): New function.
4289         (dired-read-shell-command): Use its return value for DEFAULT arg.
4291         * replace.el (keep-lines-read-args, occur-read-primary-args):
4292         Use a list of default values for DEFAULT arg of read-from-minibuffer.
4294         * man.el (Man-heading-regexp): Add 0-9.
4295         (Man-first-heading-regexp): Remove leading space [ \t]* before NAME.
4297 2007-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4299         * doc-view.el (doc-view-ghostscript-options): Remove resolution arg.
4300         (doc-view-resolution): New custom var.
4301         (doc-view-pdf/ps->png): Use it.
4302         (doc-view-shrink-factor): New var.
4303         (doc-view-enlarge, doc-view-shrink): New commands.
4304         (doc-view-mode-map): Use them.
4306 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
4308         * ediff-wind.el (ediff-window-setup-function):
4309         * simple.el (normal-erase-is-backspace):
4310         * eshell/em-unix.el (eshell/info):
4311         * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
4312         Fix typos in docstrings.
4314         * emulation/cua-base.el (cua--keymaps-initialized):
4315         Rename from `cua--keymaps-initalized'.  Callers changed.
4316         (cua-highlight-region-shift-only): Doc fix.
4317         (cua-paste-pop): Fix typo in docstring.
4319 2007-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4321         * emulation/cua-base.el (cua--pre-command-handler-1):
4322         Use input-decode-map instead of function-key-map.
4323         Use event-modifiers now that it works reliably.
4325         * vc.el (vc-diff-internal): Pop-to-buffer later.
4327         * subr.el (event-modifiers): Use internal-event-symbol-parse-modifiers.
4329         * pcvs.el (cvs-revert-if-needed): Ignore `unknown' files, since cvs
4330         did not touch them.
4332 2007-11-15  Jay Belanger  <jay.p.belanger@gmail.com>
4334         * calc/calc-menu.el: New file.
4335         * calc/calc.el (calc-mode): Require calc-menu.
4337 2007-11-14  Juanma Barranquero  <lekktu@gmail.com>
4339         * isearch-multi.el (isearch-buffers-next-buffer-function): Doc fix.
4341 2007-11-14  Nick Roberts  <nickrob@snap.net.nz>
4343         * progmodes/gdb-ui.el (gdb-parent-bptno-enabled): New variable.
4344         (gdb-breakpoint-regexp, gdb-mouse-toggle-breakpoint-margin)
4345         (gdb-mouse-toggle-breakpoint-fringe, gdb-delete-breakpoint)
4346         (gdb-goto-breakpoint): Generalise for breakpoints with multiple
4347         locations.
4348         (gdb-info-breakpoints-custom, gdb-assembler-custom)
4349         (gdb-toggle-breakpoint): Update for new gdb-breakpoint-regexp.
4350         (gdb-put-breakpoint-icon): Only display icon for parent breakpoint.
4352 2007-11-13  Noah Friedman  <friedman@splode.com>
4354         * calc/calc.el: Add `backward-delete-char-untabify' to the list of
4355         bindings to remap when `calc-scan-for-dels' is non-nil.
4357 2007-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4359         * emacs-lisp/byte-opt.el (byte-compile-trueconstp): Handle more
4360         constant forms.
4361         (byte-compile-nilconstp): New function.
4362         (byte-optimize-cond): Kill subsequent branches when a branch is
4363         know to be taken or not taken.
4364         (byte-optimize-if): Use byte-compile-nilconstp instead of hand coding.
4366 2007-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
4368         * vc.el (vc-register): Allow registering a file passed as a
4369         parameter instead of just the current buffer.
4371 2007-11-12  Michael Albinus  <michael.albinus@gmx.de>
4373         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
4374         Check whether the output of "uname -sr" has been changed.
4376 2007-11-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4378         * progmodes/compile.el (compilation-error-regexp-alist-alist): Insert
4379         patterns from compilation-perl.el and compilation-weblint.el files.
4381 2007-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
4383         * progmodes/compilation-perl.el:
4384         * progmodes/compilation-weblint.el: Disable autoloads, they cause
4385         a bootstrap failure.
4387         * vc-cvs.el (vc-cvs-diff): If backup files exist, diff them
4388         instead of doing "cvs diff" in order to avoid accessing the repository.
4390 2007-11-12  Kevin Ryde  <user42@zip.com.au>
4392         * progmodes/compilation-perl.el:
4393         * progmodes/compilation-weblint.el: New files.
4395 2007-11-11  Juanma Barranquero  <lekktu@gmail.com>
4397         * international/iso-cvt.el (iso-translate-conventions): Doc fix.
4398         (iso-aggressive-german-trans-tab, iso-conservative-german-trans-tab)
4399         (iso-tex2iso-trans-tab, iso-gtex2iso-trans-tab): Reflow docstring.
4400         (iso-spanish, iso-german, iso-iso2tex, iso-tex2iso, iso-gtex2iso)
4401         (iso-iso2gtex, iso-iso2duden, iso-iso2sgml, iso-sgml2iso):
4402         Rewrite in active voice.
4404 2007-11-11  Tassilo Horn  <tassilo@member.fsf.org>
4406         * doc-view.el: Add comments about isearch support.
4408 2007-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
4410         * vc.el (vc-start-entry): Fix setting the in the case the function
4411         is called from vc-dired.  Use when instead of if where appropriate.
4413 2007-11-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4415         * ps-print.el (ps-do-despool): Do not force ps-lpr-switches
4416         to be a list.
4417         (ps-begin-job): Error if ps-lpr-switches is not a list.
4419 2007-11-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4421         * faces.el (face-normalize-spec): Remove function.
4422         (frame-set-background-mode): Undo last change.
4424 2007-11-10  Jason Rumney  <jasonr@gnu.org>
4426         * w32-fns.el: Sync charset names with setup-default-fontset.
4427         Append "-1" where second part missing.
4429 2007-11-10  Juri Linkov  <juri@jurta.org>
4431         * isearch.el (isearch-mode-end-hook, isearch-mode-end-hook-quit):
4432         Fix docstring.  Reported by Leo <sdl.web@gmail.com>.
4434         * custom.el (custom-note-var-changed): Remove the `interactive'
4435         spec from this new non-interactive function.
4437 2007-11-10  Tassilo Horn  <tassilo@member.fsf.org>
4439         * doc-view.el (doc-view-mode-map, doc-view-menu)
4440         (doc-view-pdf->txt-sentinel): Adapt to new search UI.
4441         (doc-view-search-backward): New function.
4442         (doc-view-search): Query new regexp if prefix arg is given, else
4443         jump to next/previous match.
4444         (doc-view-mode): Handle compressed files.
4445         (jka-compr): Required for compressed files.
4447 2007-11-10  Paul Pogonyshev  <pogonyshev@gmx.net>
4449         * replace.el (query-replace-show-replacement): New defcustom.
4450         (perform-replace): Use `match-substitute-replacement' if
4451         `query-replace-show-replacement' is non-nil.
4453 2007-11-10  David Kastrup  <dak@gnu.org>
4455         * subr.el (match-substitute-replacement): New function.
4457 2007-11-10  Carsten Dominik  <dominik@science.uva.nl>
4459         * files.el (auto-mode-alist): Select org-mode for files with the
4460         extension ".org".
4462 2007-11-10  Martin Rudalics  <rudalics@gmx.at>
4464         * help.el (help-window, help-window-point-marker): New variables.
4465         (help-window-select): New option.
4466         (with-help-window): New macro for displaying help windows.
4467         (help-window-display-message, help-window-setup-finish)
4468         (help-window-setup): New functions used for setting up help windows.
4469         (print-help-return-message): Reset help-window to nil.
4470         (view-lossage): Use with-help-window instead of
4471         with-output-to-temp-buffer and move help-window-point-marker after
4472         inserted text.
4473         (describe-bindings, describe-key, describe-mode): Use
4474         with-help-window instead of with-output-to-temp-buffer.
4476         * help-mode.el (help-mode): Set view-exit-action to bury the
4477         buffer instead of fiddling with windows.  Simplify code.
4478         (help-mode-finish): When help-window eqs t set it to the selected
4479         window and have with-help-window set up view-return-to-alist.
4480         (help-buffer): Add autoload cookie.
4482         * view.el (view-remove-frame-by-deleting): Change default value to t.
4483         Add autoload cookie.
4484         (view-exit-action, view-file, view-file-other-window)
4485         (view-file-other-frame, view-buffer, view-buffer-other-window)
4486         (view-buffer-other-frame): Rewrite doc strings.
4487         (view-return-to-alist-update): New function to remove stale entries
4488         from view-return-to-alist.
4489         (view-mode-enter): Rewrite doc string and simplify code.
4490         (view-mode-exit): Handle new case 'keep-frame.  Don't reset
4491         view-exit-action to nil.  Simplify code and rewrite doc string.
4493         * apropos.el (apropos-describe-plist):
4494         * descr-text.el (describe-char):
4495         * disp-table.el (describe-display-table):
4496         * faces.el (list-faces-display, describe-face):
4497         * facemenu.el (list-colors-display):
4498         * help-fns.el (describe-function, describe-variable)
4499         (describe-syntax, describe-categories):
4500         Use with-help-window instead of with-output-to-temp-buffer.
4502 2007-11-10  Dan Nicolaescu  <dann@ics.uci.edu>
4504         * emacs-lisp/byte-opt.el (byte-optimize-featurep):
4505         Optimize (featurep 'emacs) to t.
4507         * emacs-lisp/bytecomp.el (byte-compile-find-bound-condition):
4508         New function.
4509         (byte-compile-maybe-guarded): Use it to also look for bound
4510         symbols inside `and' forms.  Comment out non-working code that was
4511         trying to avoid warnings for XEmacs code.
4513         * vc.el (vc-diff-internal): Make the *vc-diff* buffer read only.
4515         * vc-svn.el (vc-svn-print-log, vc-svn-diff):
4516         * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-annotate-command):
4517         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff)
4518         (vc-cvs-annotate-command):
4519         * vc-arch.el (vc-arch-diff): Remove test to check if start-process
4520         is bound, it always is.
4522 2007-11-10  Jason Rumney  <jasonr@gnu.org>
4524         * term/w32-win.el (w32-initialize-window-system): Move SJIS font
4525         setup here from global scope.
4527 2007-11-10  Juanma Barranquero  <lekktu@gmail.com>
4529         * ido.el (ido-save-history): Save the history file in UTF-8, not
4530         the current filename coding system.
4532 2007-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4534         * simple.el (interprogram-cut-function, interprogram-paste-function):
4535         Don't make them frame-local any more.
4537         * faces.el (x-create-frame-with-faces, tty-create-frame-with-faces):
4538         Don't set interprogram-(cut|paste)-function on each frame.
4540         * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
4541         Make them work in tty frames.
4542         (interprogram-cut-function, interprogram-paste-function):
4543         Set them globally.
4545 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
4547         * international/iso-cvt.el (iso-spanish, iso-german, iso-iso2tex)
4548         (iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Doc fixes.
4549         (iso-iso2duden-trans-tab): Add docstring.
4551 2007-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4553         * abbrev.el (define-abbrev-table): Record the variable definition.
4555         * emacs-lisp/bytecomp.el (byte-compile-file-form-define-abbrev-table):
4556         New function.
4558 2007-11-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4560         * ps-print.el: Clean the code for checking suitable Emacs version.
4561         (ps-do-despool): If ps-lpr-switches is not a list, force it to be one.
4562         (ps-print-version): New version 6.8.1.
4564 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
4566         * files.el (enable-local-variables): Doc fix.
4568 2007-11-09  Nick Roberts  <nickrob@snap.net.nz>
4570         * progmodes/gud.el (gud-gdb): Remove vestigial gdba doc and code.
4572 2007-11-09  Sven Joachim  <svenjoac@gmx.de>
4574         * dired-aux.el (dired-copy-file-recursive):
4575         Preserve directory permissions.
4577 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
4579         * whitespace.el (whitespace-write-file-hook): Remove interactive spec.
4580         (whitespace-unload-function): New-style unload function.  When run,
4581         unintern `whitespace-unload-hook' and call `unload-feature' recursively
4582         to stop the old hook from messing with the unloading.
4584 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
4586         * emacs-lisp/elp.el (elp-report-limit, elp-restore-all)
4587         (elp-unset-master, elp-results): Fix typos.
4588         (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
4589         Doc fixes.
4591         * msb.el (msb--many-menus): Remove variable.
4592         (msb-max-menu-items, msb--add-to-menu): Doc fixes.
4593         (msb-menu-cond, msb-item-handling-function, msb--create-function-info)
4594         (msb--toggle-menu-type): Fix typos in docstrings.
4596         * shadowfile.el (shadow-inhibit-overload, shadow-remove-from-todo)
4597         (shadow-insert-var): Doc fixes.
4598         (shadow-file-match, shadow-define-cluster, shadow-define-regexp-group):
4599         Reflow docstrings.
4600         (shadow-parse-fullname, shadow-read-files): Fix typos in docstrings.
4602 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
4604         * ediff-hook.el (ediff, ediff-files, ediff-buffers, ebuffers, ediff3)
4605         (ediff-files3, ediff-buffers3, ebuffers3, erevision, ediff-revision):
4606         Fix typos in autoload docstrings.
4608 2007-11-09  Richard Stallman  <rms@gnu.org>
4610         * savehist.el (savehist-save): Obey savehist-ignored-variables.
4612 2007-11-09  Nick Roberts  <nickrob@snap.net.nz>
4614         * progmodes/gdb-ui.el (gdb-delete-out-of-scope): New option.
4615         (gdb-var-update-handler-1): Use it.
4617 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
4619         * loadhist.el (unload-feature): Remove erroneous check for the
4620         FEATURE-unload-function variable; check the existence of the
4621         function (that's what the docstring says, and it makes more sense).
4623         * follow.el (follow-unload-function): Add docstring.
4624         (follow-unload-function): Remove variable.
4626         * server.el (server-unload-function): Remove variable.
4627         (server-unload-function): Unbind `server-edit' from `C-x #'.
4629         * ses.el (ses-unload-function): New function.
4631 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
4633         * emacs-lisp/unsafep.el (unsafep, unsafep-function)
4634         (unsafep-progn, unsafep-let): Fix typos in docstrings.
4636         * uniquify.el (uniquify-maybe-rerationalize-w/o-cb): Define it
4637         before use to avoid a warning in packages that require uniquify.
4638         (uniquify-unload-function): New function and var.
4640 2007-11-09  Dan Nicolaescu  <dann@ics.uci.edu>
4642         * ediff-init.el (ediff-xemacs-p, ediff-emacs-p): Remove.
4643         (ediff-has-face-support-p, ediff-BAD-INFO, ediff-check-version)
4644         (ediff-current-diff-A, ediff-current-diff-B)
4645         (ediff-current-diff-C, ediff-fine-diff-C, ediff-fine-diff-A)
4646         (ediff-fine-diff-B, ediff-fine-diff-Ancestor, ediff-even-diff-A)
4647         (ediff-even-diff-B, ediff-even-diff-C, ediff-even-diff-Ancestor)
4648         (ediff-odd-diff-A, ediff-odd-diff-B, ediff-odd-diff-C)
4649         (ediff-odd-diff-Ancestor, ediff-reset-mouse):
4650         * ediff-wind.el (ediff-narrow-control-frame-leftward-shift)
4651         (ediff-setup-windows-plain-merge)
4652         (ediff-setup-windows-plain-compare, ediff-setup-control-frame)
4653         (ediff-refresh-control-frame, ediff-get-visible-buffer-window):
4654         * ediff-util.el (ediff-setup-keymap, )
4655         (ediff-toggle-wide-display, ediff-toggle-multiframe)
4656         (ediff-toggle-use-toolbar, ediff-really-quit)
4657         (ediff-good-frame-under-mouse)
4658         (ediff-highlight-diff-in-one-buffer)
4659         (ediff-remove-flags-from-buffer, ediff-place-flags-in-buffer1)
4660         (ediff-make-bullet-proof-overlay):
4661         * ediff-mult.el (ediff-setup-meta-map, ediff-emacs-p)
4662         (ediff-set-meta-overlay):
4663         * ediff-help.el (ediff-help-region-map, ediff-set-help-overlays):
4664         * ediff.el (ediff-documentation): Replace ediff-xemacs-p and
4665         ediff-emacs-p with their former definitions.
4667         * emulation/viper-init.el (viper-xemacs-p, viper-emacs-p): Remove.
4668         (viper-has-face-support-p, viper-inactivate-input-method)
4669         (viper-activate-input-method)
4670         (viper-use-replace-region-delimiters, viper-restore-cursor-type):
4671         * emulation/viper-mous.el (viper-multiclick-timeout)
4672         (viper-surrounding-word, viper-mouse-click-insert-word)
4673         (viper-mouse-click-search-word, viper-parse-mouse-key):
4674         * emulation/viper-macs.el (viper-char-array-to-macro):
4675         * emulation/viper.el (viper-go-away, viper-set-hooks)
4676         (viper-non-hook-settings):
4677         * emulation/viper-util.el (viper-get-saved-cursor-color-in-replace-mode)
4678         (viper-get-saved-cursor-color-in-insert-mode)
4679         (viper-get-saved-cursor-color-in-emacs-mode)
4680         (viper-check-version, viper-get-visible-buffer-window)
4681         (viper-file-checked-in-p, viper-set-replace-overlay)
4682         (viper-set-replace-overlay-glyphs, viper-set-minibuffer-overlay)
4683         (viper-check-minibuffer-overlay, viper-read-key-sequence)
4684         (viper-key-to-emacs-key): Replace viper-xemacs-p and viper-emacs-p
4685         with their former definitions.
4686         (viper-eventify-list-xemacs): Only do work for XEmacs.
4687         (viper-set-unread-command-events): Only do work for Emacs.
4688         (viper-overlay-p, viper-make-overlay, viper-overlay-live-p)
4689         (viper-move-overlay, viper-overlay-start, viper-overlay-end)
4690         (viper-overlay-get, viper-overlay-put, viper-read-event)
4691         (viper-characterp, viper-int-to-char, viper-get-face)
4692         (viper-color-defined-p, viper-iconify): New defaliases replacing
4693         the old fsets.
4695         * progmodes/fortran.el (comment-region-function)
4696         (uncomment-region-function): Pacify byte compiler.
4698         * vc.el (vc-diff-internal): Remove code for an old version of gnus.
4700 2007-11-08  Michael Albinus  <michael.albinus@gmx.de>
4702         * net/tramp.el (tramp-maybe-open-connection): Use a local copy of
4703         `process-environment'.
4705 2007-11-08  David Hansen  <david.hansen@gmx.net>  (tiny change)
4707         * eshell/em-dirs.el (eshell-expand-multiple-dots): Change regexp to
4708         match dir like "a...b".
4710 2007-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4712         * smerge-mode.el (smerge-refine-subst): Pass "-d" to diff.
4714 2007-11-07  Michael Albinus  <michael.albinus@gmx.de>
4716         * net/tramp.el (tramp-handle-substitute-in-file-name):
4717         Don't expand the remote connection identification.
4718         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
4719         Set also $PS2 and $PS3 when setting $PS1.  Check for shell echoing
4720         before calling stty.
4722         * net/tramp-cache.el (tramp-cache-print)
4723         (tramp-dump-connection-properties): Fix docstring.
4724         (tramp-list-connections): Rename from `tramp-cache-list-connections'.
4726         * net/tramp-cmds.el (tramp-cleanup-connection): Apply it.
4728         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Don't expand the
4729         remote connection identification when setting connection property.
4731         * net/tramp-smb.el (tramp-smb-handle-substitute-in-file-name):
4732         "//" substitutes only in the local filename part.
4734 2007-11-07  David Hansen  <david.hansen@gmx.net>
4736         * eshell/em-glob.el (eshell-extended-glob): Sort matches.
4738 2007-11-07  Glenn Morris  <rgm@gnu.org>
4740         * emulation/tpu-mapper.el (tpu-map-key): Use unless rather than cond.
4741         Remove superfluous concats.  Move final set-buffer to
4742         non-emacs-specific code.
4744 2007-11-07  Rob Riepel  <riepel@networking.stanford.edu>
4746         * emulation/tpu-mapper.el (tpu-map-key): Remove un-needed cond branch.
4748 2007-11-07  Johan Bockg\e,Ae\e(Brd  <bojohan@gnu.org>
4750         * eshell/esh-mode.el (eshell-output-filter):
4751         * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel):
4752         Use `with-current-buffer'.
4754 2007-11-07  Andreas Schwab  <schwab@suse.de>
4756         * server.el (server-start): Only register cleanup after server was
4757         started.
4759 2007-11-06  Michael Albinus  <michael.albinus@gmx.de>
4761         * net/tramp.el (top): Don't autoload `tramp-cache-print'.
4763         * net/tramp-cache (tramp-cache-print): Move down.
4764         (tramp-cache-list-connections): New defun.
4766         * net/tramp-cmds.el (tramp-cleanup-connection): Use it.
4768 2007-11-06  Juanma Barranquero  <lekktu@gmail.com>
4770         * ido.el (ido-save-history): Write the history file in the current
4771         filename coding system, and add `coding' file-local variable.
4773 2007-11-06  Carsten Dominik  <dominik@science.uva.nl>
4775         * textmodes/org.el (org-table-formula-substitute-names):
4776         Remove forgotten temporary debugging code.
4778 2007-11-05  Michael Albinus  <michael.albinus@gmx.de>
4780         * net/tramp.el (tramp-wait-for-output): Ignore escape sequences in
4781         the prompt.
4783 2007-10-05  Chris Moore  <christopher.ian.moore@gmail.com>
4785         * wdired.el (wdired-use-dired-vertical-movement): Doc fix.
4787 2007-11-05  Simon Josefsson  <simon@josefsson.org>
4789         * net/tls.el (tls-end-of-info): Doc fix.
4791 2007-11-05  Kenichi Handa  <handa@ni.aist.go.jp>
4793         * international/utf-7.el (utf-7-imap): New coding system.
4794         (utf-7-imap-post-read-conversion): New function.
4795         (utf-7-imap-pre-write-conversion): New function.
4797 2007-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4799         * abbrev.el (abbrev--write): Fix up typo.
4801 2007-11-04  Juanma Barranquero  <lekktu@gmail.com>
4803         * abbrev.el (define-abbrev-table): Doc fix.
4805 2007-11-04  Thien-Thi Nguyen  <ttn@gnuvola.org>
4807         * info.el (Info-revert-buffer-function): New func.
4808         (Info-mode): Arrange to use it for reverting.
4809         (Info-copy-current-node-name): Add space between filename and nodename.
4811 2007-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4813         * abbrev.el (expand-abbrev): Move point back to expansion's end.
4815 2007-11-04  Glenn Morris  <rgm@gnu.org>
4817         * net/tls.el: Don't require rx when compiling.
4818         (tls-end-of-info): Rewrite without using rx.
4819         (open-tls-stream): Use with-current-buffer.
4821 2007-11-04  Riccardo Murri  <riccardo.murri@gmail.com>
4823         * net/tls.el: Require rx when compiling.
4824         (tls-end-of-info): New variable.
4825         (open-tls-stream): Keep reading input until `tls-end-of-info' is
4826         matched.
4828 2007-11-03  Sean O'Rourke  <seano@cs.ucla.edu>
4830         * register.el (append-to-register, prepend-to-register):
4831         Don't signal error on empty register; use the text, instead.
4833 2007-11-03  Michael Olson  <mwolson@gnu.org>
4835         * textmodes/remember.el (remember-buffer):
4836         Use define-obsolete-function-alias rather than defalias.
4838 2007-11-03  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
4840         * simple.el (bad-packages-alist): Anchor semantic regexp.
4842 2007-11-03  Glenn Morris  <rgm@gnu.org>
4844         * newcomment.el (comment-dwim): Call comment-insert-comment-function,
4845         if defined, for blank lines.  Doc fix.
4847         * progmodes/fortran.el (fortran-mode-map): Don't bind M-;.
4848         (fortran-mode): Set values for comment-region-function,
4849         uncomment-region-function and comment-insert-comment-function.
4850         (fortran-uncomment-region): New function.
4852         * textmodes/nroff-mode.el (nroff-mode):
4853         Set comment-insert-comment-function rather than indent-line-function.
4854         (nroff-indent-line-function): Remove.
4855         (nroff-insert-comment-function): New function.
4857 2007-11-02  Michael Kifer  <kifer@cs.stonybrook.edu>
4859         * ediff-vers.el (ediff-vc-working-revision): Add a quote.
4861 2007-11-02  Michael Kifer  <kifer@cs.stonybrook.edu>
4863         * emulation/viper-ex.el (viper-ex): Do not ignore the region.
4865         * emulation/viper-cmd.el (viper-prev-destructive-command)
4866         (viper-insert-prev-from-insertion-ring): Use ring-copy instead of
4867         copy-sequence.
4869         * ediff-util.el (ediff-make-current-diff-overlay): Do not use face-name.
4870         Got rid of ediff-copy-list.
4872         * ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer): Do not
4873         use face-name.
4874         (ediff-test-utility, ediff-diff-mandatory-option)
4875         (ediff-reset-diff-options): Remove to simplify the mandatory option
4876         handling on Windows.
4877         (ediff-set-diff-options): Add.
4878         (ediff-diff-options): Set "--binary" option as default in some cases.
4880         * ediff-vers.el (ediff-vc-internal): Use ediff-vc-revision-other-window.
4881         (ediff-vc-merge-internal): Use ediff-vc-revision-other-window and
4882         ediff-vc-working-revision.  Require vc-hooks.
4884 2007-11-02  Drake Wilson  <drake@begriffli.ch>  (tiny change)
4886         * files.el (hack-local-variables): Fix membership tests to avoid
4887         treating all variables as safe if `enable-local-variables' is
4888         set to :safe (CVE-2007-5795).
4890 2007-11-02  Glenn Morris  <rgm@gnu.org>
4892         * newcomment.el (comment-indent): Let comment-insert-comment-function,
4893         if defined, do all the work of inserting a new comment.
4895         * progmodes/etags.el (tags-table-mode): Disable undo.
4897         * simple.el (bad-packages-alist): Revert previous change.
4899 2007-11-02  Dan Nicolaescu  <dann@ics.uci.edu>
4901         * emacs-lisp/lselect.el: Move to obsolete/lselect.el.
4903         * obsolete/lselect.el: Do not warn about unknown functions.
4905 2007-11-02  Michael Olson  <mwolson@gnu.org>
4907         * textmodes/remember.el (remember-buffer): Make this an alias of
4908         remember-finalize, because Org uses it.
4910 2007-11-01  Michael Olson  <mwolson@gnu.org>
4912         * textmodes/remember.el: Improve documentation in heading.
4913         (remember-before-remember-hook): Turn into a customizable option.
4914         (remember): Document INITIAL argument.
4915         (remember-region): Remove autoload cookie.  Improve docstring to
4916         mention that it is called from the *Remember* buffer, and does not
4917         have any functional overlap with the `remember' function.
4918         (remember-finalize): Remove autoload cookie.  Rename from
4919         remember-buffer to emphasize that this does not have any
4920         functional overlap with the `remember' function.
4921         (remember-destroy): Remove autoload cookie.
4922         (remember-mode-map): Define and initialize in one step.
4923         (remember-mode): Improve docstring.
4924         (remember-annotation-functions): Default to just '(buffer-file-name),
4925         and don't try to take the default value from Planner.
4927 2007-11-01  Glenn Morris  <rgm@gnu.org>
4929         * doc-view.el (doc-view-cache-directory): Remove superfluous concat.
4931         * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
4933         * emacs-lisp/authors.el (authors-scan-change-log)
4934         (authors-scan-el): Don't enable local eval; enable only safe local
4935         variables, without querying.
4937         * mail/footnote.el (footnote-numeric-regexp)
4938         (footnote-english-upper-regexp, footnote-english-lower-regexp)
4939         (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
4940         Match multi-character footnotes.
4942         * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
4943         (nroff-indent-line-function): New function.
4944         (nroff-count-text-lines): Use nroff-forward-text-line rather than
4945         obsolete alias.
4947 2007-11-01  Ryan Yeske  <rcyeske@gmail.com>
4949         * net/rcirc.el (rcirc-last-quit-line, rcirc-last-line)
4950         (rcirc-elapsed-lines): New argument PROCESS.  Update callers.
4951         (rcirc-print): Only update the line count when not marking the
4952         line as omittable.
4953         (rcirc-log-write): Specify coding system when writing logfile.
4954         (rcirc-markup-fill): Make sure ellipsis does not cause line to wrap.
4956 2007-11-01  Dan Nicolaescu  <dann@ics.uci.edu>
4958         * printing.el (printing): Fix :version, printing.el was included
4959         for in emacs-22.1.
4960         (pr-path-style, pr-path-alist, pr-txt-name)
4961         (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
4962         (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
4963         (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
4964         (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
4965         (pr-auto-mode, pr-mode-alist, pr-ps-utility)
4966         (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
4967         (pr-setting-database, pr-visible-entry-list)
4968         (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
4969         (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect :version.
4971         * ediff-util.el (ediff-nuke-selective-display): Move definition to
4972         top level, make it dependent on the emacs flavor.
4974         * play/gamegrid.el (gamegrid-kill-timer, gamegrid-start-timer):
4975         Test for XEmacs not for itimer.
4977         * term/sun-mouse.el:
4978         * obsolete/sun-fns.el:
4979         * obsolete/sun-curs.el: Remove files.
4981         * term/sun.el (select-previous-complex-command): Remove obsolete code.
4983 2007-10-31  Tassilo Horn  <tassilo@member.fsf.org>
4985         * doc-view.el (doc-view-cache-directory): Fix bug where an integer
4986         was given to concat.
4988 2007-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4990         * doc-view.el (doc-view-mode-map): Bind doc-view-goto-page to the keys
4991         used normally for goto-line.  Change `g' to revert the buffer.
4992         Add redundant `r' binding for buffer-revert.
4994         * mail/mailabbrev.el (mail-abbrevs-mode): Use define-minor-mode.
4995         (mail-abbrevs-setup): Use abbrev-expand-functions.
4996         (build-mail-abbrevs): Use with-temp-buffer.
4997         (define-mail-abbrev): Simplify.
4998         (mail-abbrev-expand-wrapper): Rename sendmail-pre-abbrev-expand-hook.
4999         Change it for use on abbrev-expand-functions.
5000         (mail-abbrev-complete-alias): Use with-syntax-table.
5002 2007-10-31  Michael Albinus  <michael.albinus@gmx.de>
5004         * net/tramp.el (tramp-handle-shell-command): Call `start-file-process'
5005         directly.  Fix bug in deleting temp file.
5007 2007-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5009         * progmodes/python.el (python-mode-abbrev-table): Use :regexp.
5010         Merge defvar and define-abbrev-table.
5011         (def-python-skeleton): Use :case-fixed and :enable-function.
5012         (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
5013         Remove.
5014         (python-mode): Don't modify pre-abbrev-expand-hook.
5016 2007-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
5018         * ediff-util.el (ediff-file-checked-out-p)
5019         (ediff-file-checked-in-p): Only call vc-locking-user for XEmacs.
5021 2007-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5023         * abbrev.el (abbrev-symbol): Correct let->let*.
5024         (abbrev--before-point): Only use abbrev-start-location if before point.
5026 2007-10-31  Juanma Barranquero  <lekktu@gmail.com>
5028         * strokes.el (strokes-alphabetic-lessp): Simplify.  Doc fix.
5029         (strokes-unload-hook): Remove function and variable.
5030         (strokes-unload-function): New-style unload function, adapted
5031         from `strokes-unload-hook'.
5033         * emacs-lisp/cl.el (cl-cannot-unload): Remove function.
5034         (cl-unload-hook): Remove variable.
5035         (cl-unload-function): New-style unload function, adapted
5036         from `cl-cannot-unload'.
5038         * emacs-lisp/elp.el (elp-unload-hook): Remove function and variable.
5039         (elp-unload-function): New-style unload function, adapted
5040         from `elp-unload-hook'.
5042 2007-10-31  Sean O'Rourke  <sorourke@cs.ucsd.edu>
5044         * emacs-lisp/find-func.el (find-library): Use library at
5045         point as default interactive argument.
5047 2007-10-31  Juanma Barranquero  <lekktu@gmail.com>
5049         * shadowfile.el (shadow-join): Remove.
5050         (shadow-shadows): Use `mapconcat' instead of `shadow-join'.
5051         (shadow-initialize): Use `write-file-functions', not `write-file-hooks'.
5052         (shadowfile-unload-hook): Remove function and variable.
5053         (shadowfile-unload-function): New-style unload function, adapted
5054         from `shadowfile-unload-hook'.
5056 2007-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
5058         * progmodes/mixal-mode.el (mixal-run, mixal-debug): Call mixvm
5059         only if it is bound.
5061         * textmodes/reftex.el: Move autoloads for before all uses.
5062         (reftex-make-overlay, reftex-overlay-put, reftex-move-overlay)
5063         (reftex-delete-overlay): Move to the top level with the condition
5064         in the body.
5066         * progmodes/simula.el: Use when instead of if.
5068         * iimage.el (iimage-locate-file): Define unconditionally.
5070         * mail/mailabbrev.el (mail-abbrev-next-line):
5071         * emulation/vip.el (vip-enlarge-region, vip-line)
5072         (vip-next-line-at-bol, vip-previous-line)
5073         (vip-previous-line-at-bol, vip-find-char, vip-put-back, ex-read):
5074         Wrap with-no-warnings around uses of next-line and previous-line.
5076         * ediff.el (run-ediff-from-cvs-buffer):
5077         * ediff-vers.el (cvs-run-ediff-on-file-descriptor):
5078         Remove function not used by pcl-cvs anymore.
5079         (noninteractive, generic-sc-get-latest-rev)
5080         (ediff-generic-sc-internal, ediff-generic-sc-merge-internal):
5081         Delete support for long obsolete generic-sc.el.
5083 2007-10-31  Glenn Morris  <rgm@gnu.org>
5085         * cvs-status.el: No longer require pcvs when compiling.
5087         * doc-view.el (doc-view-conversion-refresh-interval)
5088         (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
5089         (doc-view-reset-slice): Doc fixes.
5090         (doc-view-menu): Remove deleted function doc-view-edit-doc.
5092 2007-10-31  Juanma Barranquero  <lekktu@gmail.com>
5094         * help-at-pt.el (help-at-pt-unload-hook): Remove.
5095         Timers are automatically canceled by `unload-feature'.
5097         * delsel.el (delsel-unload-hook): Remove function and variable.
5098         (delsel-unload-function): New-style unload function, adapted
5099         from `delsel-unload-hook'.
5101         * msb.el (msb-unload-hook): Remove function and variable.
5102         (msb-unload-function): New-style unload function, adapted from
5103         `msb-unload-hook'.
5105 2007-10-30  Juanma Barranquero  <lekktu@gmail.com>
5107         * desktop.el (uniquify-managed): Pacify byte compiler.
5108         (desktop-buffer-info): If the buffer name is managed by uniquify,
5109         save the base name, not the uniquified one.
5110         (desktop-create-buffer): Allow `rename-buffer' to generate a new
5111         name in case of conflict.
5113 2007-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5115         * doc-view.el: Use expand-file-name rather than concat.
5116         (doc-view-cache-directory): Add the UID so multiple users won't clash.
5117         (doc-view-current-overlay, doc-view-pending-cache-flush): New vars.
5118         (doc-view-goto-page, doc-view-insert-image, doc-view-buffer-message)
5119         (doc-view-toggle-display): Use an overlay over the whole buffer so as
5120         not to have to touch the buffer's content.
5121         (doc-view-initiate-display): New function, extracted from doc-view-mode.
5122         (doc-view-mode): Use it.  Don't mark as a special mode.
5123         Put the page numbers in the modeline.
5124         Set up the overlay.  Hide the cursor.  Run the mode hook.
5125         Use after-revert-hook rather than revert-buffer-function.
5126         (doc-view-search-internal): Fix typo.
5127         (doc-view-convert-current-doc, doc-view-insert-image): Delay the
5128         image-cache flush.
5129         (doc-view-reconvert-doc): Don't reset the whole mode.
5130         (doc-view-make-safe-dir): New function.
5131         (doc-view-current-cache-dir): Use it.
5133 2007-10-30  Jason Rumney  <jasonr@gnu.org>
5135         * time.el (display-time-world-list): Test for zoneinfo support.
5137 2007-10-30  Michael Albinus  <michael.albinus@gmx.de>
5139         * net/tramp.el (tramp-maybe-open-connection): Set $LC_ALL to "C".
5141         * net/tramp-cache.el (tramp-flush-file-function): Check also
5142         `default-directory' if `buffer-file-name' does not return a
5143         string.  Added to `eshell-pre-command-hook'.
5145 2007-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5147         * doc-view.el (doc-view-current-doc): Remove.
5148         Replace all uses by buffer-file-name.
5149         (doc-view-menu): New menu.
5150         (doc-view-reconvert-doc): Don't bind inhibit-read-only and remove
5151         unused var `doc'.
5152         (doc-view-sort): Simplify.
5153         (doc-view-buffer-message): Don't change buffer-modified-p.
5154         (doc-view-mode): Change it here instead.
5155         Tighten scoping of prev-major-mode.  Don't re-insert the file's content.
5156         Don't modify the global value of revert-buffer-function.
5158         * image-mode.el (image-forward-hscroll, image-next-line, image-eol)
5159         (image-eob, image-mode, image-minor-mode, image-toggle-display-text)
5160         (image-toggle-display): Take overlays into account and don't assume
5161         point-min==1.
5163 2007-10-30  Thien-Thi Nguyen  <ttn@gnuvola.org>
5165         * vc.el (vc-annotate): Fix omission bug:
5166         Specify value for vc-sentinel-movepoint.
5168 2007-10-30  Michael Olson  <mwolson@gnu.org>
5170         * textmodes/remember.el (remember-mode-hook)
5171         (remember-handler-functions, remember-annotation-functions):
5172         Add additional items as options, including some Org functions.
5174 2007-10-30  Tassilo Horn  <tassilo@member.fsf.org>
5176         * doc-view.el: Remove cl-dependency.
5177         (doc-view-buffer-message): Mention new binding K.
5178         (doc-view-convert-current-doc): Use function d-v-current-cache-dir
5179         instead of variable.
5180         (doc-view-current-cache-dir): Better cache dir naming.
5181         (doc-view-current-display): Remove variable.
5182         (doc-view-edit-doc, doc-view-display-maybe): Remove functions.
5183         (doc-view-kill-proc): Set converter process to nil.
5184         (doc-view-minor-mode): New minor mode.
5185         (doc-view-minor-mode-map): New keymap.
5186         (doc-view-mode): Remove text/image switching code.  Use plain defun.
5187         (doc-view-mode-map): New binding K kills converter process.
5188         Remove C-c C-e binding.
5189         (doc-view-mode-text-map): Remove keymap.
5190         (doc-view-pdf/ps->png): Timer calls d-v-display instead of
5191         d-v-display-maybe.
5192         (doc-view-previous-major-mode): New variable.
5193         (doc-view-ps->pdf): Resort args to make ps2pdf happy.
5194         (doc-view-remove-if): New function.
5195         (doc-view-search-next-match, doc-view-search-previous-match): Use it.
5196         (doc-view-toggle-display): Toggle modes instead of display styles.
5197         (doc-view-reconvert-doc): Adapt to new way of doing things.
5199         * progmodes/ps-mode.el (ps-mode-map): Enable doc-view-minor-mode.
5201 2007-10-30  Glenn Morris  <rgm@gnu.org>
5203         * dirtrack.el (dirtrack-mode): Doc fix.
5205         * shell.el (shell-dirtrack-verbose, shell-mode)
5206         (shell-directory-tracker, shell-dirtrack-mode): Doc fix.
5208         * emacs-lisp/bytecomp.el (byte-compile-disable-warning)
5209         (byte-compile-enable-warning): Doc fix.
5211         * emulation/tpu-mapper.el (tpu-map-key): Use with-no-warnings to
5212         suppress byte-opt warning.
5214 2007-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
5216         * emulation/edt.el (edt-emacs19-p, edt-x-emacs19-p)
5217         (edt-gnu-emacs19-p): Remove.
5218         (edt-emacs-variant, edt-window-system): Use feature 'emacs.
5219         (edt-xserver, edt-page-backward, edt-beginning-of-line)
5220         (edt-end-of-line-forward, edt-end-of-line-backward)
5221         (edt-one-word-forward, edt-one-word-backward, edt-character)
5222         (edt-line-forward, edt-next-line, edt-previous-line, edt-top)
5223         (edt-find-forward, edt-find-backward, edt-find-next-forward)
5224         (edt-find-next-backward, edt-reset, edt-advance, edt-backup)
5225         (edt-define-key, edt-bottom-check, edt-sentence-forward)
5226         (edt-sentence-backward, edt-paragraph-forward)
5227         (edt-paragraph-backward, edt-restore-key, edt-window-top)
5228         (edt-window-bottom, edt-scroll-window-forward-line)
5229         (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
5230         (edt-line-to-top-of-window, edt-paragraph-backward)
5231         (edt-restore-key, edt-window-top, edt-window-bottom)
5232         (edt-scroll-window-forward-line)
5233         (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
5234         (edt-line-to-middle-of-window, edt-goto-percentage)
5235         (edt-display-the-time, edt-remember, edt-split-window)
5236         (edt-emulation-on, edt-emulation-off)
5237         (edt-default-emulation-setup, edt-user-emulation-setup)
5238         (edt-select-default-global-map, edt-select-user-global-map):
5239         Replace uses of edt-x-emacs19-p and edt-gnu-emacs19-p with feature
5240         tests.
5242         * textmodes/reftex-index.el (reftex-index-selection-or-word):
5243         Use feature test instead of boundp test so it can be resolved at
5244         compile time.
5246         * net/newsticker.el (replace-regexp-in-string): Only define for XEmacs.
5248 2007-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5250         * abbrev.el: Rename `count' and `system-flag' to :count and :system.
5251         Update all users.
5252         (abbrev-get, abbrev-put): Simplify.
5253         (define-abbrev): Don't store the `force' value in the :system property.
5254         (abbrev--before-point): Obey the :enable-function of the abbrev as well.
5256 2007-10-30  Michael Olson  <mwolson@gnu.org>
5258         * desktop.el (desktop-minor-mode-table): Add line for ERC.
5260         * textmodes/remember.el: New file that implements a mode for
5261         quickly jotting down things to remember.
5263         * textmodes/remember-diary.el: A backend for remember.el that
5264         implements saving notes to a Diary file.
5266 2007-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
5268         * allout.el (allout-command-prefix, allout-inhibit-auto-fill):
5269         Relocate in file.
5270         (allout-doublecheck-at-and-shallower): Increase to include
5271         slightly greater depths, since yank interaction is now ok.
5272         Also, elaborate the docstring to explain the situation.
5273         (produce-allout-mode-map, allout-hotspot-key-handler): Use vconcat
5274         instead of concat, so we accommodate key sequences expressed as
5275         vectors as well as strings and lists.
5276         (allout-flag-region, allout-hide-by-annotation): Make the
5277         hidden-text overlays 'front-advance.
5278         (allout-overlay-insert-in-front-handler): Correct docstring's grammar.
5279         (allout-aberrant-container-p, allout-on-current-heading-p)
5280         (allout-e-o-prefix-p, allout-next-heading)
5281         (allout-previous-heading, allout-goto-prefix)
5282         (allout-end-of-prefix, allout-next-sibling-leap)
5283         (allout-next-visible-heading, allout-auto-fill)
5284         (allout-rebullet-heading, allout-kill-line, allout-kill-topic)
5285         (allout-yank-processing, allout-resolve-xref)
5286         (allout-current-topic-collapsed-p, allout-hide-region-body)
5287         (allout-latex-verbatim-quote-curr-line, allout-encrypt-string)
5288         (allout-encrypted-topic-p, allout-next-topic-pending-encryption)
5289         (count-trailing-whitespace-region): Preserve match data, so allout
5290         outline navigation doesn't disrupt other Emacs operations.
5291         (allout-beginning-of-line): Retreat to the beginning of the hidden
5292         text, so fields are respected (for submodes that care).
5293         (allout-end-of-line): Preserve mark activation status when jumping.
5294         (allout-open-topic): Account for opening after a child that
5295         contains a hidden trailing newline.  Preserve match data.
5296         Run allout-structure-added-hook
5297         (allout-encrypt-decrypted): Preserve match data.
5298         (allout-toggle-current-subtree-exposure): Add new interactive
5299         function for toggle subtree exposure - suggested by tassilo.
5300         (move-beginning-of-line, move-end-of-line): Don't use
5301         line-move-invisible-p, it's obsolete - substitute the code, instead.
5303 2007-10-29  Dan Nicolaescu  <dann@ics.uci.edu>
5305         * textmodes/flyspell.el (message-signature-separator):
5306         * longlines.el (message-indent-citation-function): Pacify byte
5307         compiler.
5309         * emacs-lisp/cl-loaddefs.el:
5310         * ldefs-boot.el: Regenerate.
5312         * Makefile.in (BYTE_COMPILE_EXTRA_FLAGS): New variable.
5313         (.el.elc, compile, compile-always, compile-calc)
5314         ($(lisp)/progmodes/cc-mode.elc): Use it.
5316         * ps-print.el (ps-xemacs-color-name, ps-xemacs-face-kind-p):
5317         Only do work for XEmacs.
5318         (ps-xemacs-mapper): Rename from ps-mapper, only work on XEmacs.
5319         (ps-xemacs-extent-sorter): Rename from ps-extent-sorter, only work
5320         on XEmacs.
5321         (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
5322         (ps-x-color-name, ps-x-color-specifier-p)
5323         (ps-x-copy-coding-system, ps-x-device-class)
5324         (ps-x-extent-end-position, ps-x-extent-face)
5325         (ps-x-extent-priority, ps-x-extent-start-position)
5326         (ps-x-face-font-instance, ps-x-find-coding-system)
5327         (ps-x-font-instance-properties, ps-x-make-color-instance)
5328         (ps-x-map-extents, ps-e-face-bold-p, ps-e-face-italic-p)
5329         (ps-e-next-overlay-change, ps-e-overlays-at, ps-e-overlay-get)
5330         (ps-e-overlay-end, ps-e-x-color-values, ps-e-color-values):
5331         (ps-generate-postscript-with-faces): Delete defaliases.
5332         (ps-face-foreground-name, ps-face-background-name)
5333         (ps-color-values, ps-face-bold-p, ps-face-italic-p):
5334         Move definitions to top level, make the body conditional on the Emacs
5335         flavor.  Replace uses of deleted aliases and renamed functions.
5336         (ps-generate-postscript-with-faces, ps-color-device): Replace uses
5337         of deleted aliases and renamed functions.
5339         * calc/calc.el (calc-emacs-type-lucid): Remove.
5340         (calc-digit-map, calcDigit-start, calc-read-key)
5341         (calc-clear-unread-commands):
5342         * calc/calc-ext.el (calc-user-key-map): Replace uses of
5343         calc-emacs-type-lucid with (featurep 'xemacs)
5345         * emulation/tpu-mapper.el: Replace tpu-lucid-emacs19-p with
5346         (featurep 'xemacs).
5347         (tpu-lucid-emacs19-p): Remove.
5348         (tpu-map-key): Make it a function instead of using fset.  Inline
5349         tpu-emacs-map-key and tpu-lucid-map-key.  Use featurep 'xemacs.
5350         (tpu-emacs-map-key, tpu-lucid-map-key): Remove.
5352         * ielm.el: Use featurep 'xemacs.
5354         * progmodes/cperl-mode.el (cperl-xemacs-p): Remove.
5355         (condition-case, cperl-can-font-lock, cperl-singly-quote-face)
5356         (cperl-define-key, cperl-mode-map, cperl-mode, cperl-init-faces)
5357         (cperl-write-tags, cperl-tags-hier-init, cperl-perldoc): Replace
5358         cperl-xemacs-p with (featurep 'xemacs).
5359         (font-lock-cache-position): Pacify byte compiler.
5361 2007-10-29  Drew Adams  <drew.adams@oracle.com>
5363         * faces.el (read-color): New function.
5364         (face-at-point, foreground-color-at-point)
5365         (background-color-at-point): New functions.
5367 2007-10-28  Richard Stallman  <rms@gnu.org>
5369         * net/browse-url.el (browse-url-text-xterm): Rename from
5370         browse-url-lynx-xterm and made generic.
5371         (browse-url-text-emacs): Likewise.
5372         (browse-url-text-browser): New variable.
5373         (browse-url-text-emacs-args): Rename from browse-url-lynx-emacs-args.
5374         (browse-url-text-input-field, browse-url-text-input-attempts)
5375         (browse-url-kde-program): Likewise.
5377 2007-10-29  Glenn Morris  <rgm@gnu.org>
5379         * textmodes/org-publish.el (org-publish-get-plist-from-filename):
5380         Use mapc rather than mapcar (reinstall change deleted without log
5381         entry 2007-10-22).
5383 2007-10-29  Martin Rudalics  <rudalics@gmx.at>
5385         * wdired.el (wdired-next-line, wdired-previous-line):
5386         Use next-line and previous-line wrapped in with-no-warnings.
5388 2007-10-29  Ryan Yeske  <rcyeske@gmail.com>
5390         * net/rcirc.el (rcirc-server-alist): Use keywords for parameter names.
5391         (rcirc-recent-quit-alist): New function.
5392         (rcirc): Print a better message when there is only one connected server.
5393         (rcirc-complete-nick): Do not update the nick table here.
5394         (rcirc-mode-map): Add M-o.
5395         (rcirc-current-line): Add variable.
5396         (rcirc-mode): Setup variables for line based omit.
5397         (rcirc-edit-multiline): Strip text properties.
5398         (rcirc-omit-responses): Add NICK.
5399         (rcirc-omit-threshold): Add variable.
5400         (rcirc-last-quit-line, rcirc-last-line, rcirc-elapsed-lines):
5401         Add functions.
5402         (rcirc-print): Keep track of current line.  Do not fill text if
5403         `rcirc-fill-flag' is null.  Only omit text if the last activity
5404         from the sender is more than `rcirc-omit-threshold' lines ago.
5405         (rcirc-put-nick-channel, rcirc-handler-PRIVMSG): Track line
5406         numbers instead of time.
5407         (rcirc-channel-nicks): Sort by line numbers instead of time.
5408         (rcirc-omit-mode): Add `...' when omitting text and recenter.
5409         (rcirc-handler-JOIN): Restore the joiners linestamp.
5410         (rcirc-maybe-remember-nick-quit): Add function.
5411         (rcirc-handler-QUIT): Record sender in table of recently quit nicks.
5413 2007-10-29  Juanma Barranquero  <lekktu@gmail.com>
5415         * loadhist.el (unload-feature-special-hooks):
5416         Add `delete-frame-functions' and `suspend-tty-functions'.
5418         * server.el (server-unload-function): Rename from `server-unload-hook'
5419         and adapt to new `unload-feature' functionality.  Remove hook from
5420         `kill-buffer-hook' buffer-locally.
5421         (server-unload-hook): Remove.
5422         (server-unload-function): New var; replaces `server-unload-hook'.
5424 2007-10-29  Glenn Morris  <rgm@gnu.org>
5426         * dirtrack.el (dirtrack-debug): Doc fix.
5427         (dirtrack-mode, dirtrack-debug-mode): New names for
5428         dirtrack-toggle and dirtrack-debug-toggle.  Use define-minor-mode.
5429         (dirtrack-toggle, dirtrack-debug-toggle, dirtrackp, dirtrack-debug):
5430         Make obsolete.
5431         (dirtrack-debug-message): Only print message if
5432         dirtrack-debug-mode is non-nil.  Use with-current-buffer.
5433         (dirtrack): Doc fix.  Use dirtrack-mode rather than dirtrackp.
5434         Remove dirtrack-debug checks now that dirtrack-debug-message does this.
5436 2007-10-28  Glenn Morris  <rgm@gnu.org>
5438         * emacs-lisp/bytecomp.el (byte-compile-warnings): Document `not'.
5439         (byte-compile-warnings-safe-p): Handle `not'.
5440         (byte-compile-warning-enabled-p, byte-compile-disable-warning)
5441         (byte-compile-enable-warning): New functions.
5442         (byte-compile-eval-before-compile)
5443         (byte-compile-file-form-require): Use byte-compile-disable-warning.
5444         (byte-compile-close-variables): Locally bind byte-compile-warnings,
5445         but do not modify it.
5446         (byte-compile-eval, byte-compile-obsolete)
5447         (byte-compile-warn-about-unresolved-functions)
5448         (byte-compile-file-form-defvar)
5449         (byte-compile-file-form-custom-declare-variable)
5450         (byte-compile-file-form-require)
5451         (byte-compile-file-form-defmumble, byte-compile-lambda)
5452         (byte-compile-form, byte-compile-normal-call)
5453         (byte-compile-variable-ref, byte-compile-defvar)
5454         (byte-compile-make-variable-buffer-local):
5455         Use byte-compile-warning-enabled-p.
5456         * emacs-lisp/advice.el (ad-compile-function):
5457         Use byte-compile-disable-warning.
5458         * emacs-lisp/cl.el: Move local variables to end of file, and set
5459         byte-compile-warnings to `(not cl-functions)'.
5460         * emacs-lisp/cl-compat.el: Add a local variables section, and set
5461         byte-compile-warnings to `(not cl-functions)'.
5462         * emacs-lisp/cl-macs.el: Unify local variable section, and set
5463         byte-compile-warnings to `(not cl-functions)'.
5464         (cl-do-proclaim): Use byte-compile-disable-warning and
5465         byte-compile-enable-warning.
5466         * emacs-lisp/cl-seq.el: Unify local variable section, and set
5467         byte-compile-warnings to `(not cl-functions)'.
5468         * progmodes/cc-bytecomp.el (cc-bytecomp-ignore-obsolete):
5469         Use byte-compile-disable-warning.
5471 2007-10-28  Dan Nicolaescu  <dann@ics.uci.edu>
5473         * cus-edit.el (custom-browse-insert-prefix):
5474         * emulation/edt.el (edt-x-emacs19-p): Use featurep 'xemacs.
5476 2007-10-28  Juanma Barranquero  <lekktu@gmail.com>
5478         * server.el (server-process-filter): Fix typo in docstring.
5479         (server-log): Reflow docstrings.
5480         (server-delete-client, server-kill-emacs-query-function): Doc fixes.
5481         (server-goto-line-column): Use `when'.
5483 2007-10-28  Juri Linkov  <juri@jurta.org>
5485         * isearch.el (isearch-other-meta-char): Call `isearch-edit-string'
5486         when mouse is clicked on the isearch message.
5487         (isearch-resume): Call `isearch-update' at the end.
5488         Rename argument `search' to `string' to conform to the
5489         isearch terminology.
5491 2007-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5493         Rewrite abbrev.c in Elisp.
5494         * abbrev.el (abbrev-mode): Move custom group from cus-edit.el.
5495         (abbrev-table-get, abbrev-table-put, abbrev-get)
5496         (abbrev-put, make-abbrev-table, abbrev-table-p, clear-abbrev-table)
5497         (define-abbrev, abbrev--check-chars, define-global-abbrev)
5498         (define-mode-abbrev, abbrev--active-tables, abbrev-symbol)
5499         (abbrev-expansion, abbrev--before-point, expand-abbrev)
5500         (unexpand-abbrev, abbrev--write, abbrev--describe)
5501         (insert-abbrev-table-description, define-abbrev-table):
5502         New funs, largely transcribed from abbrev.c.
5503         (abbrev-with-wrapper-hook): New macro.
5504         (abbrev-table-name-list, global-abbrev-table)
5505         (abbrev-minor-mode-table-alist, fundamental-mode-abbrev-table)
5506         (abbrevs-changed, abbrev-all-caps, abbrev-start-location)
5507         (abbrev-start-location-buffer, last-abbrev, last-abbrev-text)
5508         (last-abbrev-location, pre-abbrev-expand-hook, abbrev-expand-function):
5509         New vars, largely transcribed from abbrev.c.
5510         * cus-edit.el (abbrev-mode): Remove.  Move to abbrev.el.
5511         * cus-start.el: Remove abbrev-all-caps and pre-abbrev-expand-hook.
5512         * loadup.el: Load "abbrev.el" before "lisp-mode.el".
5514 2007-10-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5516         * ps-print.el: Now detect if text foreground and background colors are
5517         equal and replace the foreground color by another color, so the text
5518         becomes visible.  Doc fix.
5519         (ps-print-version): New version 6.8.
5520         (ps-default-fg, ps-default-bg): Docstring fix.
5521         (ps-postscript-code-directory): Fix default value code.
5522         (ps-fg-list, ps-fg-validate-p): New options.
5523         (ps-foreground-list): New var.
5524         (ps-setup, ps-begin-job, ps-plot-region): Fix code.
5526 2007-10-27  Glenn Morris  <rgm@gnu.org>
5528         * shell.el (shell-dirtrack-verbose, shell-directory-tracker): Doc fix.
5529         (shell-dirtrack-toggle): Mark as obsolete.
5530         (dirtrack-toggle, dirtrack-mode): No longer alias to
5531         shell-dirtrack-mode.
5533 2007-10-27  Jay Belanger  <jay.p.belanger@gmail.com>
5535         * calc/calc.el (math-standard-opers): Lower the precedence
5536         of negation.
5537         * calc/calc-lang.el (math-oper-table): Lower precedence of
5538         negation for C, TeX, and eqn.
5540 2007-10-27  Dan Nicolaescu  <dann@ics.uci.edu>
5542         * progmodes/cc-defs.el: Reorder conditions to avoid warnings.
5544 2007-10-27  Juanma Barranquero  <lekktu@gmail.com>
5546         * desktop.el (desktop-load-locked-desktop, desktop-base-lock-name)
5547         (desktop-not-loaded-hook): Fix :version tags.
5549 2007-10-27  Michael Albinus  <michael.albinus@gmx.de>
5551         * net/tramp.el (tramp-wrong-passwd-regexp): Tune regexp.
5552         (tramp-get-remote-tmpdir): New defun.
5553         (tramp-make-tramp-temp-file): Use it.
5554         (tramp-local-call-process): New defun.  Replace all calls of
5555         `call-process' by this when appropriate.
5556         (tramp-handle-write-region): Replace calls of `file-attributes' by
5557         `tramp-compat-file-attributes'.
5558         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
5559         Make the first command a `tramp-send-command' call, with let-bind
5560         of `tramp-end-of-output'.
5561         (tramp-version, tramp-bug, tramp-reporter-dump-variable)
5562         (tramp-load-report-modules, tramp-append-tramp-buffers):
5563         Move to tramp-cmds.el.
5565         * net/tramp-fish.el (tramp-fish-handle-copy-file)
5566         (tramp-fish-do-copy-or-rename-file)
5567         (tramp-fish-do-copy-or-rename-file-directly):
5568         * net/tramp-smb.el (tramp-smb-handle-copy-file):
5569         Add parameter PRESERVE-UID-GID.
5571 2007-10-27  Eli Zaretskii  <eliz@gnu.org>
5573         * time.el (zoneinfo-style-world-list, legacy-style-world-list):
5574         New defcustoms.
5575         (display-time-world-list): Use them as appropriate for the current
5576         value of `system-type'.
5578 2007-10-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5580         * printing.el: Pacify byte compiler, that is, no compiler warnings.
5581         Move (again) some variable definitions before use, define some fun
5582         aliases, no code change.
5583         (pr-version): New version 6.9.2.
5584         (pr-path-style, pr-auto-region, pr-menu-char-height)
5585         (pr-menu-char-width, pr-menu-lock, pr-ps-printer-alist)
5586         (pr-txt-printer-alist, pr-ps-utility-alist): Options declaration
5587         via (defvar VAR).
5588         (pr-menu-lookup, pr-menu-lock, pr-menu-alist, pr-even-or-odd-pages)
5589         (pr-menu-get-item, pr-menu-set-item-name, pr-menu-set-utility-title)
5590         (pr-menu-set-ps-title, pr-menu-set-txt-title, pr-region-active-p)
5591         (pr-do-update-menus, pr-update-mode-line, pr-f-read-string)
5592         (pr-f-set-keymap-parents, pr-keep-region-active): Fun aliases.
5593         (pr-menu-print-item, pr-ps-printer-menu-modified)
5594         (pr-txt-printer-menu-modified, pr-ps-utility-menu-modified)
5595         (pr-even-or-odd-alist): Vars definition moved.
5597 2007-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
5599         * emulation/pc-select.el (next-line-mark, next-line-nomark)
5600         (previous-line-mark, previous-line-nomark): Wrap with-no-warnings
5601         around uses of previous-line and next-line.
5603         * diff.el (diff-old-file, diff-new-file, diff-extra-args):
5604         New defvars.
5606         * textmodes/css-mode.el (comment-continue):
5607         * net/browse-url.el (url-handler-regexp):
5608         * progmodes/idlw-help.el (idlwave-system-routines):
5609         Pacify byte-compiler.
5611         * textmodes/fill.el (fill-nobreak-p): Replace obsolete alias
5612         line-move-invisible-p with its former definition: invisible-p.
5613         line-move-invisible-p was removed on 2007-08-29.
5615 2007-10-26  Juanma Barranquero  <lekktu@gmail.com>
5617         * files.el (kill-emacs-query-functions): Doc fix;
5618         `save-buffers-kill-emacs' is no longer bound to a key.
5620 2007-10-26  Richard Stallman  <rms@gnu.org>
5622         * isearch-multi.el (isearch-buffers-multi): New option.
5623         (isearch-buffers-search-fun): Test it.
5625         * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
5626         Put ps-run-clear on C-c C-l.
5628         * newcomment.el (comment-styles): New style indent-or-triple.
5629         (comment-style): Make that the default.
5630         (comment-add defvar): Doc fix.
5631         (comment-add): Delete arg EXTRA.
5632         (comment-region-default): Open code call to comment-add.
5633         Handle indent-or-triple style which uses `multi-char' for INDENT.
5635 2007-10-26  Juanma Barranquero  <lekktu@gmail.com>
5637         * eshell/em-unix.el (nil-blank-string): Doc fix.
5639 2007-10-26  John Wiegley  <johnw@newartisans.com>
5641         * eshell/em-unix.el (eshell/diff): Before calling the `diff'
5642         function, ensure that the third argument is turned into a nil if
5643         the string is otherwise completely empty (either no characters, or
5644         all tabs/spaces).  This fixes a bug from a user who found himself
5645         unable to customize `diff-switches' and still use Eshell's diff
5646         command.
5648 2007-10-26  Glenn Morris  <rgm@gnu.org>
5650         * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
5651         safe-local-variable property.
5653 2007-10-26  Gwern Branwen  <gwern0@gmail.com>  (tiny change)
5655         * net/browse-url.el (browse-url-browser-function): Delete grail.
5656         (browse-url-grail): Function and variable deleted.
5657         (browse-url-browser-function): Delete IXI Mosaic.
5658         (browse-url-default-browser): Don't try IXI Mosaic.
5659         (browse-url-iximosaic): Function deleted.
5660         (browse-url-browser-function): Delete MMM.
5661         (browse-url-default-browser): Don't try MMM.
5662         (browse-url-mmm): Function deleted.
5664 2007-10-26  Drew Adams  <drew.adams@oracle.com>
5666         * custom.el (custom-note-var-changed): New function.
5668 2007-10-25  Dan Nicolaescu  <dann@ics.uci.edu>
5670         * emulation/edt-mapper.el (edt-emacs-variant): Replace the only
5671         use with the definition.  Remove.
5673         * add-log.el (change-log-start-entry-re): New defconst.
5674         (change-log-sortable-date-at): Use it.
5675         (change-log-beginning-of-defun, change-log-end-of-defun):
5676         New functions.
5677         (change-log-mode): Use them for beginning-of-defun-function and
5678         end-of-defun-function.
5680 2007-10-25  Jonathan Yavner  <jyavner@member.fsf.org>
5682         * ses.el: Make `ses--symbolic-formulas' a safe local variable.
5683         (ses-mode-print-map): Add `c' and `t' (suggested by Gareth Rees).
5684         (ses-recalculate-cell): Deal with point being just beyond end of
5685         data area (why does this happen?)
5686         (ses-set-curcell): Ditto.
5687         (ses-column-letter): Handle columns beyond 702.  Code written by
5688         Gareth Rees.
5690 2007-10-25  Carsten Dominik  <dominik@science.uva.nl>
5692         * textmodes/org.el (org-agenda-get-restriction-and-command):
5693         Use `mapc' instead of `mapcar'.
5694         (org-agenda-list): Numeric prefix argument can specify the number
5695         of days.
5696         (remember-register, remember-buffer): Prevent byte compiler from
5697         complaining.
5698         (org-todo): Save and restore match data.
5699         (org-no-warnings): New macro.
5700         (org-columns-eval): Use `org-no-warnings'.
5702 2007-10-25  Chris Moore  <christopher.ian.moore@gmail.com>
5704         * comint.el (comint-password-prompt-regexp):
5705         Handle `[sudo] password'-style prompt.
5707 2007-10-25  Glenn Morris  <rgm@gnu.org>
5709         * custom.el (custom-declare-variable): Add :risky and :safe keywords.
5710         (defcustom): Doc fix.
5712         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re):
5713         Add `non_intrinsic'.
5714         (f90-constants-re): Add ieee modules.
5715         (f90-typedef-matcher, f90-typedec-matcher)
5716         (f90-imenu-type-matcher): New functions.
5717         (f90-font-lock-keywords-1): Give module procedures function-name face.
5718         Use `f90-typedef-matcher' for derived types.  Fix `abstract interface'.
5719         Add `use, intrinsic'.
5720         (f90-font-lock-keywords-2): Use `f90-typedec-matcher' for derived types.
5721         Move start of `enum' blocks to separate entry.
5722         (f90-start-block-re): Fix `type', `abstract interface'.
5723         (f90-imenu-generic-expression): Use `f90-imenu-type-matcher' for
5724         derived types.
5725         (f90-mode-abbrev-table): Add `abstract interface', `asynchronous',
5726         `elemental', change `enumerator'.
5727         (f90-no-block-limit): Fix `abstract interface'.
5729         * progmodes/f90.el (f90-indented-comment-re)
5730         (f90-directive-comment-re, f90-break-delimiters):
5731         * progmodes/fortran.el (fortran-comment-line-start-skip)
5732         (fortran-directive-re):
5733         * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
5734         as safe if they are strings.
5736 2007-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5738         * startup.el (window-system): Remove.  Don't make it frame-local.
5740 2007-10-24  Richard Stallman  <rms@gnu.org>
5742         * savehist.el (savehist-save): Omit unreadable elements.
5744         * loadhist.el (unload-function-defs-list): Rename from
5745         unload-function-features-list.
5746         (unload-feature-special-hooks, unload-feature): Doc fixes.
5748         * indent.el (indent-to-left-margin): If point's in the indentation,
5749         move to the end of the indentation.
5751         * cus-edit.el (customize-changed-options): Make arg optional.
5753 2007-10-24  Juanma Barranquero  <lekktu@gmail.com>
5755         * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
5757 2007-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
5759         * textmodes/org-publish.el (org-publish-attachment): Re-install
5760         accidentally deleted change.
5762 2007-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5764         * term/iris-ansi.el (iris-function-map): Move init into declaration.
5766 2007-10-24  Juanma Barranquero  <lekktu@gmail.com>
5768         * buff-menu.el (Buffer-menu-sort-column): Doc fix.
5769         (Buffer-menu-mode-map): Initialize in the declaration.
5770         (Buffer-menu-mode): Define with `define-derived-mode'.
5772 2007-10-24  Carsten Dominik  <dominik@science.uva.nl>
5774         * textmodes/org.el (org-version): Change to 5.13e.
5775         (org-agenda-file-regexp): Fix typo in docstring.
5776         (org-add-planning-info): Fix bug in parenthesis settings.
5777         (org-scan-tags): Catch the case of indirect buffers with no filename.
5778         (org-fast-tag-selection, org-export-as-ascii, org-export-as-html):
5779         Re-install switch to mapc, had been removed by accident.
5780         (org-columns-map): New binding `C-c C-o'.
5781         (org-columns-menu): Change menu text and added new entry.
5782         (org-columns-eval): Document the use of `next-line'.
5783         (org-columns-open-link): New function.
5784         (org-columns-follow-link): Remove function.
5785         (org-open-link-from-string): New function.
5786         (org-read-date-get-relative): Fix typo in docstring.
5787         (org-read-date-get-relative): Leading +/- is not optional.
5788         (org-agenda-get-restriction-and-command): Always resize window on
5789         first loop cycle.
5790         (org-agenda-open-link): Make sure the link abbreviations are
5791         present in the agenda buffer.
5792         (org-agenda-copy-local-variable): New function.
5794 2007-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5796         * vc.el (vc-update-changelog-rcs2log): Remove incorrect `backend' arg.
5798 2007-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5800         * simple.el (reindent-then-newline-and-indent): Use a `move after
5801         insert' kind of marker in the save-excursion.
5803 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5805         * textmodes/css-mode.el: Require CL.
5806         (comment-continue): Declare.
5808         * subr.el (make-variable-frame-localizable): Remove.
5809         (make-variable-frame-local): Mark obsolete.
5811 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5813         * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
5814         of the subdirs is unreadable.
5816 2007-10-23  Michael Albinus  <michael.albinus@gmx.de>
5818         * net/tramp.el (tramp-set-file-uid-gid): Protect `call-process'
5819         when we are local.
5821 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5823         * progmodes/python.el (python-current-defun): Remove left-over
5824         assignment to `start'.
5826 2007-10-23  Juanma Barranquero  <lekktu@gmail.com>
5828         * ibuf-ext.el (ibuffer-auto-update-changed): Use `dolist' rather
5829         than `mapcar'; return value is not used.
5831 2007-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
5833         * progmodes/gud.el (gdb-source-window, gud-tooltip-mode)
5834         (hl-line-mode, hl-line-sticky-flag): Pacify byte compiler.
5836 2007-10-23  Juanma Barranquero  <lekktu@gmail.com>
5838         * ibuf-ext.el (ibuffer-switch-to-saved-filters)
5839         (ibuffer-switch-to-saved-filter-groups): Doc fixes.
5841 2007-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
5843         * term/xterm.el (terminal-init-xterm): Experiment with a longer timeout.
5845 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5847         * emacs-lisp/advice.el (ad-make-advised-docstring):
5848         Add ad-advice-info text property to doc string.
5850 2007-10-23  Glenn Morris  <rgm@gnu.org>
5852         * progmodes/f90.el (f90-do-indent, f90-if-indent)
5853         (f90-type-indent, f90-program-indent, f90-associate-indent)
5854         (f90-continuation-indent, f90-comment-region)
5855         (f90-beginning-ampersand, f90-smart-end)
5856         (f90-break-before-delimiters, f90-auto-keyword-case)
5857         (f90-leave-line-no, f90-mode-hook):
5858         Give an appropriate safe-local-variable property.
5860         * progmodes/fortran.el (fortran-tab-mode-default)
5861         (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
5862         (fortran-structure-indent, fortran-continuation-indent)
5863         (fortran-comment-indent, fortran-comment-line-extra-indent)
5864         (fortran-comment-line-start)
5865         (fortran-minimum-statement-indent-fixed)
5866         (fortran-minimum-statement-indent-tab)
5867         (fortran-comment-indent-char, fortran-line-number-indent)
5868         (fortran-check-all-num-for-matching-do)
5869         (fortran-blink-matching-if, fortran-continuation-string)
5870         (fortran-comment-region, fortran-electric-line-number)
5871         (fortran-column-ruler-fixed, fortran-column-ruler-tab)
5872         (fortran-analyze-depth, fortran-break-before-delimiters):
5873         Give an appropriate safe-local-variable property.
5875 2007-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
5877         * printing.el: Move variable definitions before use.
5878         (pr-menu-char-width, pr-menu-char-height): Pacify byte compiler.
5880 2007-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5882         * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
5883         (tpu-edt-off): Use it.
5884         (tpu-edt-on): Set it.  Make sure the tpu-global-map is not already on
5885         the global-map before adding it to global-map.
5887         * menu-bar.el (global-buffers-menu-map): New var.
5888         (global-map, menu-bar-update-buffers): Use it.
5889         * msb.el (msb-menu-bar-update-buffers): Use it.
5890         (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
5891         (msb--most-recently-used-menu, msb--create-buffer-menu-2):
5892         Use with-current-buffer.
5894 2007-10-22  Juri Linkov  <juri@jurta.org>
5896         * isearch-multi.el: New file.
5898         * isearch.el (isearch-search-string): After finding the next
5899         occurrence switch to buffer isearch-buffers-current-buffer when
5900         isearch-buffers-next-buffer-function is non-nil and
5901         isearch-buffers-current-buffer is live.
5903         * add-log.el (change-log-mode): Make and set buffer-local variable
5904         isearch-buffers-next-buffer-function to change-log-next-buffer.
5905         Call isearch-buffers-minor-mode.
5906         (change-log-next-buffer): New function.
5908 2007-10-22  Bastien Guerry  <Bastien.Guerry@ens.fr>
5910         * org-export-latex.el (org-export-latex-protect-string):
5911         Renaming of `org-latex-protect'.
5912         (org-export-latex-emphasis-alist): By default, don't protect
5913         any emphasis formatter from further conversion.
5914         (org-export-latex-tables): Honor column grouping for tables.
5915         (org-export-latex-title-command): New option.
5916         (org-export-latex-treat-backslash-char): Use \textbackslash{} to
5917         export backslash character.
5919 2007-10-22  Carsten Dominik  <dominik@science.uva.nl>
5921         * textmodes/org.el (org-read-date-get-relative): New function.
5922         (org-agenda-file-regexp): New variable.
5923         (org-agenda-files): Allow directories in the variable.
5924         (org-agenda-get-restriction-and-command): New function.
5925         (org-agenda): Use `org-agenda-get-restriction-and-command'.
5926         (org-todo-blocker-hook, org-todo-trigger-hook): New hooks.
5927         (org-entry-is-todo-p, org-entry-is-done-p, org-get-todo-state):
5928         New functions.
5929         (org-entry-add-to-multivalued-property)
5930         (org-entry-remove-from-multivalued-property)
5931         (org-entry-member-in-multivalued-property): New functions.
5932         (org-remember-apply-template): Catch C-g and make sure window
5933         configuration is restored.
5934         (org-agenda-open-link): Make it work with several links in the line.
5935         (org-drawers, org-set-regexps-and-options)
5936         (org-get-current-options): Add support for a DRAWERS in-buffer option.
5937         (org-agenda-window-frame-fractions): New option.
5938         (org-fit-agenda-window): Use `org-agenda-window-frame-fractions'.
5939         (org-columns-cleanup-item, org-find-entry-with-id)
5940         (org-insert-columns-dblock, org-listtable-to-string)
5941         (org-dblock-write:columnview, org-columns-capture-view)
5942         (org-edit-headline): New functions.
5943         (org-agenda-to-appt): Require calendar.
5944         (org-entry-get-with-inheritance): Widen for search.
5945         (org-columns-display-here): Don't mark buffer as modified when
5946         adding space characters to accomodate column overlays.
5947         (org-export-as-html): Better formatting of tags in the toc.
5948         (org-columns-display-here): Make the ITEM column as compact as possible.
5949         (org-remember-templates): Customization interface improved.
5950         (org-export-with-property-drawer): Variable removed.
5951         (org-export-with-drawers): New option.
5952         (org-complex-heading-regexp): New variable.
5953         (org-sort-entries): Rewrite using `sort-subr'.
5954         (org-set-property): More appropriate completion during interactive use.
5955         (org-sort-entries): Allow sorting by property.
5956         (org-additional-option-like-keywords): Add more values.
5957         (org-sort-entries-or-items): Rename from `org-sort-entries'.
5959 2007-10-22  Carsten Dominik  <dominik@science.uva.nl>
5961         * textmodes/org.el (org-get-date-from-calendar): New function.
5962         (org-at-timestamp-p, org-timestamp-change)
5963         (org-remember-templates): First element of each entry is now a
5964         name for the template.
5965         (org-store-log-note): Check for `org-note-abort'.
5966         (org-kill-note-or-show-branches): New command.
5967         (org-fontify-priorities): New option.
5968         (org-fontify-priorities): New function.
5969         (org-cut-subtree, org-copy-subtree): New argument N to
5970         act on N sequential subtrees.
5971         (org-paste-subtree): Fix the level at which a tree is pasted.
5972         (org-fit-agenda-window): Limitations on window size removed.
5973         (org-agenda-find-same-or-today-or-agenda): Rename from
5974         `org-agenda-find-today-or-agenda'.
5975         (org-scheduled-past-days): New option.
5976         (org-agenda-scheduled-leaders)
5977         (org-agenda-deadline-leaders): New options.
5978         (org-agenda-get-deadlines): Use `org-agenda-deadline-leaders'.
5979         (org-agenda-get-scheduled): Use `org-agenda-scheduled-leaders'.
5980         (org-export-with-tags, org-export-plist-vars)
5981         (org-infile-export-plist): New "tags" option.
5982         (org-use-property-inheritance): New option.
5983         (org-cached-entry-get): Use `org-use-property-inheritance'.
5984         (org-remember-apply-template): Fix typo.
5986 2007-10-22  Michael Albinus  <michael.albinus@gmx.de>
5988         * net/tramp.el (tramp-find-shell)
5989         (tramp-open-connection-setup-interactive-shell): Improve sending
5990         initial commands.
5991         (tramp-action-terminal): Send debug message.
5992         (tramp-wait-for-shell-prompt, tramp-send-command-internal): Remove.
5993         (tramp-barf-if-no-shell-prompt): Insert code of
5994         `tramp-wait-for-shell-prompt'.
5996 2007-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5998         * term/AT386.el (terminal-init-AT386): Use input-decode-map.
6000         * term/vt200.el (terminal-init-vt200):
6001         * term/vt201.el (terminal-init-vt201):
6002         * term/vt220.el (terminal-init-vt220):
6003         * term/vt240.el (terminal-init-vt240):
6004         * term/vt300.el (terminal-init-vt300):
6005         * term/vt320.el (terminal-init-vt320):
6006         * term/vt400.el (terminal-init-vt400):
6007         * term/vt420.el (terminal-init-vt420): Use input-decode-map.
6009         * term/wyse50.el (wyse50-terminal-map): New var.
6010         (terminal-init-wyse50): Use it and input-decode-map.
6011         (enable-arrow-keys): Emasculate.
6013         * term/tvi970.el (tvi970-terminal-map): New var.
6014         (terminal-init-tvi970): Use it and input-decode-map.
6015         (tvi970-keypad-numeric): Remove.
6016         (tvi970-set-keypad-mode): Use a terminal-parameter rather than var.
6018         * term/sun.el (sun-raw-prefix): Fill as part of declaration.
6019         (terminal-init-sun): Use it and input-decode-map.
6021         * term/news.el (terminal-init-news):
6022         * term/lk201.el (terminal-init-lk201):
6023         * term/iris-ansi.el (terminal-init-iris-ansi): Use input-decode-map.
6025 2007-10-22  Sean O'Rourke  <sorourke@cs.ucsd.edu>
6027         * complete.el (PC-expand-many-files): Remove.
6028         (PC-do-completion): Call file-expand-wildcards instead of
6029         PC-expand-many-files.
6031         * net/tramp.el (tramp-handle-expand-many-files): Remove.
6032         (PC-expand-many-files): Remove advice.
6034 2007-10-22  Glenn Morris  <rgm@gnu.org>
6036         * progmodes/f90.el: Remove leading "*" from defcustom doc-strings.
6037         Add some support for Fortran 2003 syntax:
6038         (f90-type-indent): Now also applies to `enum'.
6039         (f90-associate-indent): New user option.
6040         (f90-keywords-re, f90-keywords-level-3-re, f90-procedures-re):
6041         Add some F2003 keywords.
6042         (f90-constants-re): New constant.
6043         (f90-font-lock-keywords-1): Add `associate' blocks, and `abstract
6044         Interface'.
6045         (f90-font-lock-keywords-2): Add `enumerator', `generic', `procedure',
6046         `class'.  Arguments for `type'/`class' may have spaces.  Add a new
6047         element for functions with specified types.  Add `end enum' and
6048         `select type'.  Add `implicit enumerator' and `procedure'.
6049         Add `class default' and `type is', `class is'.  Fix `go to' regexp.
6050         (f90-font-lock-keywords-3): Add `asynchronous' attribute.
6051         (f90-font-lock-keywords-4): Add `f90-constants-re'.
6052         (f90-blocks-re): Add `enum' and `associate'.
6053         (f90-else-like-re): Add `class is', `type is', and `class default'.
6054         (f90-end-type-re): Add `enum'.
6055         (f90-end-associate-re, f90-typeis-re): New constants.
6056         (f90-end-block-re): Add `enum' and `associate'.  Change from
6057         optional whitespace to end-of-word, to avoid `enumerator'.
6058         (f90-start-block-re): Add `select type', `abstract interface', and
6059         `enum'.  Avoid `type is', and `type (sometype)'.
6060         (f90-mode-abbrev-table): Add `enumerator', `protected', and `volatile'.
6061         (f90-mode): Doc fix.
6062         (f90-looking-at-select-case): Doc fix.  Add `select type'.
6063         (f90-looking-at-associate): New function.
6064         (f90-looking-at-type-like): Avoid `type is' and `type (sometype)'.
6065         Add `enum' and `abstract interface'.
6066         (f90-no-block-limit): Add `select type' and `abstract interface'.
6067         (f90-get-correct-indent, f90-calculate-indent)
6068         (f90-end-of-block, f90-beginning-of-block, f90-next-block)
6069         (f90-indent-region, f90-match-end): Handle `associate' blocks.
6071 2007-10-22  Martin Rudalics  <rudalics@gmx.at>
6073         * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
6074         Use window-full-width-p.
6076 2007-10-22  Dan Nicolaescu  <dann@ics.uci.edu>
6078         * mail/vms-pmail.el (insert-signature): Don't use end-of-buffer.
6080         * tooltip.el: Use featurep 'xemacs.
6082         * printing.el: Move variable definitions before use, no code change.
6084 2007-10-22  Juri Linkov  <juri@jurta.org>
6086         * simple.el (goto-history-element): Allow minibuffer-default to be
6087         a list of default values accessible by typing M-n in the minibuffer.
6089         * dired-x.el (dired-guess-shell-command): Put all guesses to the
6090         minibuffer default value list instead of pushing them temporarily
6091         to the history list.
6093 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
6095         * hexl.el (hexl-menu): New major mode menu.
6097 2007-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6099         * emacs-lisp/byte-opt.el (byte-optimize-featurep): Fix paren typo.
6101 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
6103         * w32-fns.el (w32-quote-process-args):
6104         * dos-w32.el (print-region-function, lpr-headers-switches)
6105         (ps-print-region-function): Pacify byte-compiler.
6107         * emulation/edt-mapper.el (function-key-map):
6108         (edt-map-key): Make it a function instead of using fset.
6109         Inline edt-gnu-map-key and edt-lucid-map-key.  Use featurep 'xemacs.
6110         (edt-gnu-map-key, edt-lucid-map-key): Remove.
6111         (edt-x-emacs-p): Remove.
6112         (edt-emacs-variant, edt-window-system, edt-xserver):
6113         Use featurep 'xemacs.
6115         * net/eudc.el: Use (featurep 'xemacs) instead of the string test.
6116         Replace eudc-xemacs-p with its definition.
6117         (eudc-xemacs-p, eudc-emacs-p, eudc-xemacs-mule-p)
6118         (eudc-emacs-mule-p): Remove.
6119         (eudc-install-menu, eudc-mode): Replace eudc-emacs-p and
6120         eudc-xemacs-p with feature tests.
6122         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-mail-keymap)
6123         (eudc-bob-url-keymap, eudc-bob-sound-keymap)
6124         (eudc-bob-generic-keymap, eudc-bob-popup-menu)
6125         (eudc-bob-toggle-inline-display):
6126         * net/eudc-hotlist.el (eudc-hotlist-emacs-menu):
6127         Replace eudc-emacs-p and eudc-xemacs-p with feature tests.
6129         * net/eudcb-ph.el (eudc-ph-open-session):
6130         Replace eudc-xemacs-mule-p with its former definition.
6132         * progmodes/octave-mod.el (octave-xemacs-p): Remove.
6133         (octave-abbrev-start): Replace octave-xemacs-p with (featurep 'xemacs).
6135         * progmodes/vera-mode.el (vera-xemacs): Remove.
6136         (vera-mode-syntax-table): Replace vera-xemacs with (featurep 'xemacs).
6138         * progmodes/vhdl-mode.el (vhdl-xemacs): Remove.
6139         (vhdl-doc-mode, vhdl-doc-variable, vhdl-compile-init)
6140         (vhdl-speedbar-initialize, vhdl-ps-print-init)
6141         (vhdl-forward-comment, vhdl-mode-map-init, vhdl-show-messages)
6142         (vhdl-emacs-22, vhdl-emacs-21): Replace vhdl-xemacs
6143         with (featurep 'xemacs).
6145         * progmodes/antlr-mode.el (cond-emacs-xemacs-macfn, defunx)
6146         (save-buffer-state-x):
6147         * obsolete/fast-lock.el (fast-lock-verbose):
6148         * emulation/viper-init.el (viper-xemacs-p)
6149         (viper-cond-compile-for-xemacs-or-emacs):
6150         * emacs-lisp/checkdoc.el (checkdoc-minor-mode-map):
6151         * ps-print.el (case-fold-search):
6152         * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs):
6153         * calculator.el (calculator-help): Use featurep 'xemacs.
6155         * progmodes/prolog.el: Undo previous change.
6156         (comint-prompt-regexp, comint-process-echoes): Pacify byte-compiler.
6158         * progmodes/dcl-mode.el:
6159         * play/yow.el:
6160         * calendar/todo-mode.el:
6161         * calendar/cal-hebrew.el:
6162         * vc-hg.el: Undo previous change.
6164         * vms-patch.el: Likewise.
6165         (print-region-function): Pacify byte-compiler.
6167 2007-10-21  Michael Albinus  <michael.albinus@gmx.de>
6169         * files.el (backup-buffer-copy): Call `copy-file' with non-nil
6170         preserve-uid-gid.
6172         * net/ange-ftp.el (ange-ftp-copy-file): Add PRESERVE-UID-GID for
6173         compatibility.  It is not used, though.
6175         * net/tramp.el (top): Put load of all tramp-* files into a dolist.
6176         Require tramp-cmds.el.
6177         (tramp-make-tramp-temp-file): We can get rid of DONT-CREATE.
6178         (tramp-handle-file-name-all-completions): Expand DIRECTORY.
6179         (tramp-do-copy-or-rename-file-directly): Make more rigid checks.
6180         (tramp-do-copy-or-rename-file-out-of-band)
6181         (tramp-maybe-open-connection): Use `make-temp-name'.  This is
6182         possible, because we don't need to create the temporary file, but
6183         we need a prefix for ssh, which has its own temporary file handling.
6184         (tramp-handle-delete-directory): Add "-f" to rmdir.
6185         (tramp-handle-dired-recursive-delete-directory): Call "rm -rf".
6186         (tramp-handle-insert-file-contents): Don't raise a tramp-error but
6187         a signal, in order to give the callee a chance to suppress.
6188         (tramp-handle-write-region): Set owner also in case of short
6189         track.  Don't use compatibility calls for `write-region' anymore.
6190         (tramp-clear-passwd): Add parameter VEC.  Adapt all callees.
6191         (tramp-append-tramp-buffers): Apply `tramp-list-tramp-buffers'.
6193         * net/tramp-cmds.el: New file.
6195         * net/tramp-gw.el (tramp-gw-basic-authentication): Apply VEC to
6196         `tramp-clear-passwd'.
6198         * net/trampver.el: Update release number.
6200 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
6202         * progmodes/gud.el (gud-target-name): Move definition before use.
6204         * progmodes/dcl-mode.el: Require imenu at compile time.
6206         * progmodes/cc-engine.el (c-maybe-stale-found-type):
6207         Pacify byte-compiler.
6209         * obsolete/fast-lock.el: Use featurep test instead of string-match.
6211         * eshell/esh-mode.el (eshell-handle-ansi-color):
6212         Require ansi-color at compile time too.
6214         * eshell/em-unix.el (eshell/info): Require info at compile time too.
6216         * w32-fns.el: Require w32-vars.
6218         * diff-mode.el (diff-refine-hunk): Require smerge-mode at compile
6219         time too.
6221 2007-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6223         * double.el ([ignore]): Use `ignore'.
6224         (double-setup): Inline into double-mode.
6225         (double-mode): Use define-minor-mode.
6227 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
6229         * textmodes/reftex.el: Move require easymenu before first use.
6230         (reftex-info): Require info at compile too.
6232         * textmodes/org-publish.el (org-publish-org-to-html)
6233         (org-publish-org-to): Require org at compile time too.
6234         (org-publish-attachment): Require at compile time too.
6236         * term/tty-colors.el (w32-tty-standard-colors):
6237         Pacify byte-compiler.
6239         * term/pc-win.el (frame-creation-function-alist): Add to this
6240         instead of setting frame-creation-function.
6242         * play/blackbox.el (bb-up, bb-down): Use forward-line.
6244         * net/rcirc.el (rcirc-markup-text-functions): Move definition earlier.
6246         * calendar/todo-mode.el: Require calendar at compile time.
6248         * calendar/cal-hebrew.el: Require holidays at compile time.
6250         * w32-vars.el: Provide w32-vars.
6252         * term/w32-win.el: Require w32-vars.
6253         (w32-color-map): Pacify byte-compiler.
6255         * loadup.el: Load w32-vars before term/w32-win.
6257 2007-10-20  Juri Linkov  <juri@jurta.org>
6259         * textmodes/fill.el (fill-paragraph): When the region is active,
6260         don't try other `or' branches regardless of the value returned by
6261         fill-region; just return t.
6263 2007-10-20  Eric S. Raymond  <esr@snark.thyrsus.com>
6265         * vc.el (vc-do-command): Condition out a misleading message when
6266         running asynchronously.
6267         (vc-deduce-fileset): New argument enables using an unregistered
6268         visited file as a singleton fileset if nothing else is available.
6269         (vc-next-action): Restore file-registering behavior.
6271 2007-10-20  Jay Belanger  <jay.p.belanger@gmail.com>
6273         * calc/README: Add recent news.
6275 2007-10-20  Dan Nicolaescu  <dann@ics.uci.edu>
6277         * term/x-win.el (x-gtk-stock-map, icon-map-list)
6278         (x-gtk-map-stock): Delete duplicated definitions from merge.
6280         * progmodes/compile.el (compilation-skip-to-next-location)
6281         (compilation-skip-threshold, compilation-skip-visited):
6282         Move definitions earlier.
6284         * play/decipher.el (decipher-keypress):
6285         * play/zone.el (zone-fall-through-ws):
6286         * play/landmark.el (lm-move-down, lm-move-up):
6287         * play/handwrite.el (handwrite):
6288         * mail/mspools.el (mspools-visit-spool):
6289         * wdired.el (wdired-next-line, wdired-previous-line):
6290         * tar-mode.el (tar-subfile-save-buffer):
6291         * scroll-lock.el (scroll-lock-next-line)
6292         (scroll-lock-previous-line):
6293         * image-dired.el (image-dired-next-line)
6294         (image-dired-previous-line):
6295         * ediff-help.el (ediff-help-message-line-length):
6296         Use forward-line.
6298         * smerge-mode.el (smerge-auto-refine):
6299         * diff-mode.el (diff-auto-refine): Add :group.
6301         * play/yow.el: Require doctor at compile time.
6303         * vmsproc.el: Provide vmsproc.
6304         (command-send-input): Use forward-line.
6306         * vms-patch.el: Require ps-print and vmsproc at compile time.
6308         * vc-mtn.el (log-view-message-re, log-view-file-re)
6309         (log-view-font-lock-keywords): Pacify byte-compiler.
6311         * vc-hg.el: Require log-view at compile time.
6313 2007-10-20  Eric S. Raymond  <esr@snark.thyrsus.com>
6315         * log-view.el (log-view-diff): Adapt log-view-diff for new VC API.
6317 2007-10-20  Glenn Morris  <rgm@gnu.org>
6319         * progmodes/f90.el (f90-font-lock-keywords-2)
6320         (f90-looking-at-type-like): Fix regexp typos.
6322 2007-10-19  Juanma Barranquero  <lekktu@gmail.com>
6324         * bs.el (bs--track-window-changes): Don't refresh the whole list.
6325         (bs-mode): Set mode-class property to special.
6327 2007-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6329         * diff-mode.el (diff-auto-refine): New var.
6330         (diff-hunk): Use it.
6331         (diff-ignore-whitespace-hunk): Rename diff-refine-ignore-spaces-hunk.
6332         (diff-refine-change): Rename from diff-fine-change.  Change it.
6333         (diff-refine-preproc): Rename from diff-fine-highlight-preproc.
6334         (diff-refine-hunk): Rename from diff-fine-highlight.
6336 2007-10-20  John Paul Wallington  <jpw@pobox.com>
6338         * help-fns.el (describe-variable-custom-version-info): New function
6339         to return variable's version or package version note.
6340         (describe-variable): Use it, display result.
6342 2007-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6344         * smerge-mode.el (smerge-auto-refine): New var.
6345         (smerge-next, smerge-prev): Use it.
6346         (smerge-batch-resolve): Ad-hoc trick for Arch's .rej files.
6348         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6349         Add `body' arg.  Cleanup the check-narrow-maybe/re-narrow-maybe mess.
6351         * vc-bzr.el (vc-bzr-diff-tree):
6352         * vc-git.el (vc-git-diff-tree):
6353         * vc-hg.el (vc-hg-diff-tree):
6354         * vc-mcvs.el (vc-mcvs-diff-tree):
6355         * vc-mtn.el (vc-mtn-diff-tree):
6356         * vc-svn.el (vc-svn-diff-tree): Remove.
6358         * vc-mtn.el (vc-mtn-revision-completion-table):
6359         * vc-cvs.el (vc-cvs-revision-completion-table):
6360         * vc-arch.el (vc-arch-revision-completion-table):
6361         * vc-hg.el (vc-hg-revision-completion-table, vc-hg-revision-table):
6362         * vc-git.el (vc-git-revision-completion-table, vc-git-revision-table):
6363         Make it work when the arg is a list of files.
6365 2007-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6367         * vc.el: Remove `diff-tree' operation, now subsumed by `diff'.
6368         Also `revision-completion-table' now takes a list of files.
6369         (vc-deduce-fileset): Remove unused var `regexp'.
6370         Only obey allow-directory-wildcard in dired buffers.
6371         (vc-default-diff-tree): Remove.
6372         (vc-diff-added-files): New var.
6373         (vc-diff-internal): Use it.  Remove arg `backend'.  Update callers.
6374         (vc-version-diff): Revert from `vc-history-diff' to the original name.
6375         Remove the `backend' arg.
6376         (vc-contains-version-controlled-file): Remove.
6377         (vc-diff): Bring it closer to the version in Emacs-22.
6378         (vc-revert): Fix typo in let-binding.
6379         (vc-default-unregister): Remove.
6380         (vc-dired-buffers-for-dir): Remove N^2 behavior.
6382 2007-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
6384         * textmodes/two-column.el (2C-split, 2C-merge):
6385         * textmodes/bib-mode.el (bib-find-key, mark-bib):
6386         * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
6387         * progmodes/etags.el (find-tag-in-order, etags-tags-apropos)
6388         * progmodes/ada-xref.el (ada-get-all-references):
6389         * obsolete/mlsupport.el (ml-next-line, ml-previous-line):
6390         * emulation/vi.el (vi-previous-line-first-nonwhite)
6391         (vi-effective-range, vi-put-before):
6392         * emulation/edt.el (edt-next-line, edt-previous-line)
6393         (edt-paragraph-forward): Use forward-line.
6395         * progmodes/etags.el (tags-apropos): Require apropos at compile
6396         time too.
6398         * progmodes/prolog.el: Require comint when compiling.
6399         (inferior-prolog-flavor): Move defvar before use.
6401 2007-10-19  Richard Stallman  <rms@gnu.org>
6403         * font-core.el (turn-on-font-lock-if-desired):
6404         Rename from `turn-on-font-lock-if-enabled'.
6405         Fully obey `font-lock-global-modes'.
6407 2007-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6409         * diff-mode.el (diff-fine-highlight-preproc): Stick to minimal changes
6410         which will not affect the behavior of things like forward-word.
6411         (diff-fine-highlight): Preserve point.
6413         * doc-view.el (doc-view-mode-map): Use remapping.
6414         Don't rebind C-v, M-v to their default value.
6415         Don't bind mouse-4 and mouse-5: it's mwheel.el's job.
6417         * smerge-mode.el: Add word-granularity refinement.
6418         (smerge-refine-forward-function, smerge-refine-ignore-whitespace)
6419         (smerge-refine-weight-hack): New vars.
6420         (smerge-refine-forward): New fun.
6421         (smerge-refine-chopup-region, smerge-refine-highlight-change): Use them.
6422         (smerge-refine-subst): Use them as well.  Preserve point.
6424 2007-10-19  Juanma Barranquero  <lekktu@gmail.com>
6426         * follow.el (follow-unload-function): New function.
6428         * loadhist.el (unload-function-features-list):
6429         Rename from `unload-hook-features-list'.
6430         (unload-hook-features-list): Add as obsolete alias.
6431         (unload-feature): Use `unload-function-features-list'
6432         and new FEATURE-unload-function.
6434 2007-10-19  Glenn Morris  <rgm@gnu.org>
6436         * bindings.el (mouse-minor-mode-menu)
6437         (minor-mode-menu-from-indicator): Move to mouse.el.
6438         * mouse.el (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
6439         Move here from bindings.el.
6441 2007-10-19  Richard Stallman  <rms@gnu.org>
6443         * help-fns.el (describe-function-1): Don't use the advice origname
6444         if it has no function definition.
6446 2007-10-18  Johan Bockg\e,Ae\e(Brd  <bojohan@gnu.org>
6448         * net/tramp.el (tramp-rfn-eshadow-update-overlay): Save excursion.
6449         Use `save-restriction' rather than `widen'.
6451 2007-10-18  Richard Stallman  <rms@gnu.org>
6453         * time.el (display-time-world-time-format): Display day # not month #.
6455 2007-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
6457         * files.el (auto-mode-alist): Don't use doc-view for PS and EPS.
6459         * doc-view.el: Remove version keyword.
6460         (doc-view-ghostscript-program, doc-view-dvipdfm-program)
6461         (doc-view-ps2pdf-program): Use executable-find.  Simplify custom type.
6462         (doc-view-ghostscript-options): Improve custom type.
6463         (doc-view-cache-directory, doc-view-conversion-buffer)
6464         (doc-view-conversion-refresh-interval): Simplify custom type.
6466 2007-10-18  Tassilo Horn  <tassilo@member.fsf.org>
6468         * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
6469         (doc-view-pdf/ps->png-sentinel, doc-view-pdf/ps->png)
6470         (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
6471         (doc-view-ps->pdf-sentinel, doc-view-ps->pdf):
6472         Remove superfluous messages.
6473         (doc-view-mode-map): Use the image-mode scrolling commands.
6474         Don't rebind C-x k.
6476 2007-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
6478         * doc-view.el (doc-view-ghostscript-options, doc-view-ps->pdf):
6479         Add comment about "-dSAFER".
6481 2007-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6483         * term/xterm.el: Don't require xt-mouse.
6484         (terminal-init-xterm): Run terminal-init-xterm-hook rather than
6485         calling turn-on-xterm-mouse-tracking-on-terminal directly.
6487         * xt-mouse.el: Don't change the global function-key-map anny more.
6488         (xterm-mouse-mode): Use terminal-init-xterm-hook.
6489         Don't use after-make-frame-functions now that term/xterm.el calls
6490         us directly.
6491         (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
6492         Use turn-*-xterm-mouse-tracking-on-terminal.  Only once per terminal.
6493         (turn-on-xterm-mouse-tracking-on-terminal): Make param optional.
6494         Setup input-decode-map and remember that xterm-mouse-mode was
6495         enabled in this terminal.
6496         (turn-off-xterm-mouse-tracking-on-terminal): Only disable on those
6497         terminals where it has been enabled.
6499         * faces.el (tty-create-frame-with-faces): Make sure not only
6500         tty-run-terminal-initialization but also set-locale-environment
6501         are run only once per terminal.
6502         (tty-run-terminal-initialization): Don't check if the terminal was
6503         already initted.
6505         * international/encoded-kb.el (encoded-kbd-setup-display): Be careful
6506         not to remove keymaps that just happen to inherit from one of ours.
6507         When setting up our keymap, make sure it won't be accidentally
6508         modified by someone else.
6510 2007-10-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
6512         * textmodes/artist.el (artist-previous-line, artist-next-line):
6513         * dired.el (dired-next-line, dired-previous-line):
6514         * progmodes/delphi.el (delphi-newline):
6515         * textmodes/org.el (org-columns-eval):
6516         Use forward-line.
6518         * emerge.el (emerge-setup): Use insert-buffer-substring.
6519         (emerge-prepare-error-list, emerge-setup-with-ancestor): Likewise.
6521 2007-10-18  Juanma Barranquero  <lekktu@gmail.com>
6523         * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
6524         (adaptive-fill-function): Doc fix.  Remove * from docstring.
6526 2007-10-18  Tom Horsley  <tom.horsley@att.net>
6528         * simple.el (interprogram-paste-function): Doc fix.
6529         (current-kill): Accept list of strings as well
6530         as single string from `interprogram-paste-function'.
6532 2007-10-18  Glenn Morris  <rgm@gnu.org>
6534         * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
6536 2007-10-18  Drew Adams  <drew.adams@oracle.com>
6538         * bindings.el (mode-line-minor-mode-keymap):
6539         Add mouse-minor-mode-menu on mouse-1.
6540         (mode-line-modes): Add mouse-1 to help-echo text.
6541         (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
6542         New functions.
6543         (mode-line-minor-mode-help): Doc fix.
6545 2007-10-17  Juri Linkov  <juri@jurta.org>
6547         * textmodes/fill.el (fill-paragraph-or-region): Remove function
6548         at the request of RMS.
6549         (fill-paragraph): Change `arg' to optional `justify'.  Add interactive
6550         arg `region'.  Fix docstring.  At the first `or' branch add call to
6551         `fill-region' if it the region is active in transient-mark-mode.
6553         * bindings.el (esc-map): Bind M-q to fill-paragraph
6554         instead of fill-paragraph-or-region.
6556         * tutorial.el (tutorial--default-keys): Replace fill-paragraph-or-region
6557         with fill-paragraph.
6559         * textmodes/ispell.el (ispell-word): Add interactive arg `region'.
6560         Fix docstring.
6562         * indent.el (indent-for-tab-command): Change interactive spec from
6563         "P" to "p".  Add check for interactive arg before indenting the
6564         active region.
6566         * files.el (auto-mode-alist): Add \\. before PDF/PS/DVI extensions.
6567         Regroup.
6569 2007-10-17  Juanma Barranquero  <lekktu@gmail.com>
6571         * emacs-lisp/find-func.el: Don't require loadhist.
6573         * loadhist.el (feature-symbols, file-provides, file-requires)
6574         (file-set-intersect, file-dependents): Simplify.
6575         (unload-feature-special-hooks): Update list of special hooks.
6577 2007-10-17  Tassilo Horn  <tassilo@member.fsf.org>
6579         * bindings.el (completion-ignored-extensions): Remove pdf and dvi
6580         extensions since they can be viewed with doc-view.
6582         * files.el (auto-mode-alist): Make doc-view-mode the default mode
6583         for pdf, ps and dvi files.
6585         * doc-view.el: Make doc-view-mode the standard mode for viewing
6586         pdf, [e]ps and dvi files and add binding C-c C-c to toggle between
6587         text and image display.  Add binding C-c C-e to switch to an
6588         editing mode.
6589         (doc-view-ghostscript-options, doc-view-ps->pdf): Add "-dSAFER" to
6590         avoid security problems when rendering files from untrusted sources.
6592 2007-10-17  Aaron Hawley  <aaronh@garden.org>
6594         * tutorial.el (tutorial--save-tutorial): Display message when tutorial
6595         position is not saved.
6597 2007-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
6599         * doc-view.el: Mention xpdf.  Fix spelling of Ghostscript.
6600         (doc-view-ghostscript-options): Fix typo in doc string.
6602 2007-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6604         * progmodes/compile.el (compilation-next-error-function): Fix timestamp
6605         handling, so compilation-fake-loc works again.
6607         * server.el (server-select-display): Nop if we do not support m-f-o-d.
6608         (server-process-filter): Revert last change.
6610         * vc.el (vc-diff-sentinel, vc-diff-internal): Revert some change in the
6611         behavior unrelated to filesets.
6613 2007-10-17  Chong Yidong  <cyd@stupidchicken.com>
6615         * longlines.el (longlines-wrap-follows-window-size): Integer value
6616         specifies wrapping margin.
6617         (longlines-mode, longlines-window-change-function):
6618         Set window-specific wrapping margin based on the above.
6620 2007-10-17  John Wiegley  <johnw@newartisans.com>
6622         * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
6624 2007-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
6626         * server.el (server-process-filter): Only set display if X11 is
6627         supported.
6629 2007-10-17  Glenn Morris  <rgm@gnu.org>
6631         * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
6632         Tweak regexp to avoid stack overflow.
6634 2007-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6636         * simple.el (reindent-then-newline-and-indent): Don't assume that
6637         indent-according-to-mode preserves point.
6639 2007-10-16  Juanma Barranquero  <lekktu@gmail.com>
6641         * bs.el (bs--make-header-match-string, bs-show-in-buffer)
6642         (bs--nth-wrapper): Simplify.
6643         (bs-select, bs--insert-one-entry): Simplify.  Use `when'.
6644         (bs-buffer-list): Simplify.  Use `when'.  Use `string-match-p'.
6645         (bs-sort-buffer-interns-are-last): Use `string-match-p'.
6646         (bs-attributes-list, bs-max-window-height, bs-must-always-show-regexp)
6647         (bs-maximal-buffer-name-column, bs-minimal-buffer-name-column)
6648         (bs-configurations, bs-default-configuration)
6649         (bs-alternative-configuration, bs-cycle-configuration-name)
6650         (bs-string-show-always, bs-string-show-never, bs-string-current)
6651         (bs-string-current-marked, bs-string-marked, bs-string-show-normally)
6652         (bs-sort-functions, bs-default-sort-name): Remove * in docstrings.
6653         (bs--redisplay, bs--goto-current-buffer, bs--current-buffer, bs-delete)
6654         (bs-apply-sort-faces, bs-next-config-aux): Use `when'.
6655         (bs--window-config-coming-from): Revert 2006-11-09 change.
6656         (bs--restore-window-config): Keep the selected frame.
6657         (bs--track-window-changes, bs--remove-hooks): New functions.
6658         (bs-mode): Use `define-derived-mode'.  Set hook to track window changes.
6659         (bs--create-header): Remove.
6660         (bs--create-header-line): New function, based on `bs--create-header'.
6661         (bs--show-header): Use `bs--create-header-line'.
6662         (bs--show-with-configuration): Revert 2006-11-09 change.
6663         Don't reuse window unless it is visible on the selected frame.
6664         Restore window configuration (possibly in a different frame)
6665         before creating any window.
6667 2007-10-16  Glenn Morris  <rgm@gnu.org>
6669         * simple.el (blink-matching-open): Don't report false errors with
6670         the `$' syntax class.
6672 2007-10-16  Richard Stallman  <rms@gnu.org>
6674         * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
6675         (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
6676         (ad-is-advised, ad-get-advice-info-field)
6677         (ad-set-advice-info-field): Use ad-get-advice-info-macro.
6679 2007-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6681         * vc-hooks.el (vc-workfile-version): Compatibility alias.
6682         (vc-default-working-revision): Compatibility for backends.
6684 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
6686         * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
6687         (filesets-ormap, filesets-sort-case-sensitive-flag)
6688         (filesets-remake-shortcut, filesets-ingroup-collect-files):
6689         Fix typos in docstrings.
6690         (filesets-conditional-sort, filesets-find-or-display-file)
6691         (filesets-data-get-name, filesets-data-get-data)
6692         (filesets-data-set, filesets-cmd-query-replace-getargs)
6693         (filesets-ingroup-collect): Doc fixes.
6695 2007-10-15  Sam Steingold  <sds@gnu.org>
6697         * mail/sendmail.el (sendmail-error-reporting-interactive)
6698         (sendmail-error-reporting-non-interactive): New variables for
6699         sendmail error reporting options to simplify support for imperfect
6700         sendmail emulators.
6701         (sendmail-send-it): Use them instead of list literals.
6703 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
6705         * help-fns.el: Revert previous change; it creates a
6706         dependency loop between advice.el and help-fns.el.
6708 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
6710         * help-fns.el: Require advice when compiling.
6712 2007-10-14  Drew Adams  <drew.adams@oracle.com>
6714         * emacs-lisp/ring.el (ring-convert-sequence-to-ring)
6715         (ring-insert+extend, ring-remove+insert+extend, ring-member)
6716         (ring-next, ring-previous): New functions.
6718 2007-10-14  Richard Stallman  <rms@gnu.org>
6720         * emacs-lisp/advice.el (documentation): Advice deleted.
6721         Doc for advised functions is now handled at C level.
6722         (ad-stop-advice, ad-start-advice): Don't enable or disable
6723         advice for `documentation'.
6724         (ad-advised-definition-docstring-regexp): Var deleted.
6725         (ad-make-advised-definition-docstring): Store orig name
6726         as text property of string.
6727         (ad-advised-definition-p): Check for text property of docstring.
6729         * help-fns.el (describe-function-1): Find source of advised functions.
6731 2007-10-14  Juri Linkov  <juri@jurta.org>
6733         * faces.el (describe-face): Allow handling a string as the face name.
6735         * textmodes/ispell.el (ispell-word): Call `ispell-region' on the
6736         active region in transient-mark-mode.
6737         (ispell-region): Change messages displayed at the start and end of
6738         the spell-checking to be the same.
6740         * startup.el (fancy-startup-tail): Say exactly what does the button
6741         dismiss ("Dismiss this startup screen").  Use text "Never show
6742         it again" for the checkbox after this button.
6743         (fancy-startup-screen, fancy-about-screen): Put point before the
6744         first link, so the user can quickly select links with the keyboard.
6745         (normal-mouse-startup-screen): Add more useful text describing how
6746         to follow a link.
6748 2007-10-14  Glenn Morris  <rgm@gnu.org>
6750         * progmodes/etags.el (select-tags-table): Disable undo in the
6751         `*Tags Table List*' buffer.
6753 2007-10-13  Eli Zaretskii  <eliz@gnu.org>
6755         * dired.el (dired-warn-writable): New face.
6756         (dired-warn-writable-face): New variable.
6757         (dired-font-lock-keywords): Use dired-warn-writable-face, instead
6758         of dired-warning-face, for group- and world-writable files.
6760 2007-10-13  Richard Stallman  <rms@gnu.org>
6762         * files.el (directory-abbrev-alist): Doc fix.
6764 2007-10-13  Jari Aalto  <jari.aalto@cante.net>
6766         * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
6768 2007-10-12  Martin Rudalics  <rudalics@gmx.at>
6770         * frame.el (set-frame-configuration): Assign name parameter only
6771         if it has been set explicitly before.
6773 2007-10-11  Tom Tromey  <tromey@redhat.com>
6775         * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
6776         frame is visible.
6778 2007-10-10  Richard Stallman  <rms@gnu.org>
6780         * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
6781         in *Backtrace*.
6783         * faces.el (face-font-selection-order): Doc fix.
6785         * loadhist.el (unload-feature): Doc fix.
6787 2007-10-13  Glenn Morris  <rgm@gnu.org>
6789         * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
6790         (octave-re-search-forward-kw, octave-re-search-backward-kw):
6791         Add doc string, and an explicit COUNT argument.
6792         (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
6793         `inc' to search functions.
6795         * faces.el (face-spec-set): When FRAME is nil, set the default for
6796         new frames (restores pre-2007-09-17 behavior).  Doc fix.
6798 2007-10-13  John W. Eaton  <jwe@octave.org>
6800         * progmodes/octave-mod.el (octave-looking-at-kw)
6801         (octave-re-search-forward-kw, octave-re-search-backward-kw):
6802         New functions.
6803         (octave-in-defun-p, calculate-octave-indent)
6804         (octave-blink-matching-block-open, octave-beginning-of-defun)
6805         (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
6806         to search for regexps that contain case-sensitive keywords.
6807         (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
6808         (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
6810 2007-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
6812         * frame.el (select-frame-set-input-focus): Fix typo "max" -> "mac".
6813         Do not use a single clause cond.
6815         * cus-start.el (all): Use test that does not match the X11 version
6816         for mac.
6818 2007-10-13  Markus Gritsch  <m.gritsch@gmail.com>  (tiny change)
6820         * progmodes/ebrowse.el (ebrowse-tree-mode): Disable undo in the
6821         BROWSE buffer.
6823 2007-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
6825         * cus-start.el (all): Undo previous change.
6827 2007-10-13  Glenn Morris  <rgm@gnu.org>
6829         * woman.el (woman0-rename): Fix paren typo.
6831         * mail/feedmail.el (feedmail-run-the-queue)
6832         (feedmail-look-at-queue-directory):
6833         * mail/reporter.el (reporter-dump-state):
6834         * net/eudc-hotlist.el (eudc-edit-hotlist):
6835         * net/eudc.el (eudc-display-records)
6836         (eudc-filter-duplicate-attributes)
6837         (eudc-distribute-field-on-records, eudc-query-form, eudc-process-form):
6838         * net/eudcb-bbdb.el (eudc-bbdb-filter-non-matching-record)
6839         (eudc-bbdb-query-internal):
6840         * net/eudcb-ldap.el (eudc-ldap-simple-query-internal):
6841         * net/socks.el (socks-build-auth-list):
6842         * progmodes/cc-cmds.el (top level):
6843         * progmodes/cc-styles.el (c-make-styles-buffer-local, c-set-style):
6844         * progmodes/cperl-mode.el (top level, cperl-imenu-addback)
6845         (cperl-write-tags, cperl-tags-treeify):
6846         * progmodes/ebnf-yac.el (ebnf-yac-token-table):
6847         * progmodes/ebnf2ps.el (ebnf-map-name, ebnf-dimensions):
6848         * progmodes/idlw-shell.el (idlwave-shell-filter-bp, top level):
6849         * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
6850         (idlwave-toolbar-remove-everywhere):
6851         * progmodes/idlwave.el (idlwave-indent-line)
6852         (idlwave-sintern-keyword-list, idlwave-scan-user-lib-files)
6853         (idlwave-write-paths, idlwave-all-method-classes)
6854         (idlwave-all-method-keyword-classes, idlwave-entry-keywords)
6855         (idlwave-fix-keywords, idlwave-display-calling-sequence)
6856         (idlwave-complete-in-buffer):
6857         * textmodes/org.el (org-export-as-html, org-export-as-ascii)
6858         (org-fast-tag-selection):
6859         * textmodes/reftex-sel.el (reftex-select-item): Use mapc rather
6860         than mapcar.
6862 2007-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
6864         * diff-mode.el (diff-fine-change): Add :group.
6866 2007-10-12  Dan Nicolaescu  <dann@ics.uci.edu>
6868         * cus-start.el (all): Use the same test as the 22.2 branch.
6870 2007-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6872         * diff-mode.el (diff-current-defun): Force recomputation of
6873         change-log-default-name.
6875 2007-10-12  Chong Yidong  <cyd@stupidchicken.com>
6877         * startup.el (fancy-startup-screen): Remove an unnecessary newline
6878         and some leftover logic regarding dedicated frames.  If showing
6879         concise startup screen, fit window to buffer.
6880         (command-line-1): If we will be using the splash screen, use
6881         find-file instead of find-file-other-window to find additional files.
6882         Comment out unused code for coping with the old sit-for behavior.
6884 2007-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6886         * term/xterm.el (xterm-function-map, xterm-alternatives-map): Use the
6887         `meta' modifier consistently, rather than using sometimes meta
6888         sometimes alt.
6890 2007-10-12  Martin Rudalics  <rudalics@gmx.at>
6892         * window.el (handle-select-window): Revert part of 2007-10-08
6893         change setting the input focus.
6895 2007-10-12  Glenn Morris  <rgm@gnu.org>
6897         * startup.el (command-line): Do not read abbrev file in batch mode.
6899         * emacs-lisp/byte-opt.el (top level):
6900         * mail/rmail.el (rmail-list-to-menu):
6901         * obsolete/hilit19.el (hilit-mode):
6902         * progmodes/cc-mode.el (c-postprocess-file-styles)
6903         (c-submit-bug-report):
6904         * textmodes/org-publish.el (org-publish-get-plist-from-filename):
6905         * textmodes/reftex.el (reftex-erase-all-selection-and-index-buffers)
6906         (reftex-access-parse-file):
6907         * textmodes/reftex-cite.el (reftex-do-citation)
6908         (reftex-insert-bib-matches):
6909         * textmodes/reftex-ref.el (reftex-offer-label-menu):
6910         * textmodes/reftex-sel.el (reftex-select-unmark):
6911         * textmodes/reftex-toc.el (reftex-toc-do-promote):
6912         * vc-mcvs.el (vc-mcvs-checkin): Use mapc rather than mapcar.
6914         * cus-edit.el (custom-variable-menu, custom-face-menu)
6915         (custom-group-menu): Check init-file-user rather than
6916         user-init-file, in case cus-edit is loaded by site-run-file.
6918 2007-10-11  Dan Nicolaescu  <dann@ics.uci.edu>
6920         * vc.el (vc-deduce-fileset): Delete unused code.
6921         (vc-next-action): Fix typos.
6923 2007-10-11  Juanma Barranquero  <lekktu@gmail.com>
6925         * bs.el (bs--mark-unmark): New function.
6926         (bs-mark-current, bs-unmark-current): Use it.
6928 2007-10-11  Eric S. Raymond  <esr@snark.thyrsus.com>
6930         * vc.el (vc-diff):
6931         (vc-diff-internal): Merge a patch by Juanma Barranquero.  Also,
6932         temporarily disable the check for his edge case of
6933         vc-diff (stopping it from grinding when called from $HOME), as
6934         it's calling some brittle code in vc-hooks.el.
6935         (with-vc-properties): Fix evaluation time of a macro argument.
6936         * ediff-vers.el (ediff-vc-internal):
6937         * vc-hooks.el:
6938         * loaddefs.el: Follow up on VC terminology change.
6940 2007-10-11  Juanma Barranquero  <lekktu@gmail.com>
6942         * follow.el (follow-stop-intercept-process-output):
6943         Use `follow-call-process-filter' rather than `process-filter'.
6944         Simplify.
6946 2007-10-11  Eric S. Raymond  <esr@snark.thyrsus.com>
6948         * vc-hooks.el (vc-registered): Robustify this function a bit
6949         against filenames with no directory component.
6951 2007-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6953         * international/characters.el: Undo unwanted and unexplained change.
6955 2007-10-10  Carsten Dominik  <dominik@science.uva.nl>
6957         * textmodes/org.el (org-additional-option-like-keywords): New constant.
6958         (org-complete): Use `org-additional-option-like-keywords'.
6959         (org-parse-local-options): New function.
6961 2007-10-10  Carsten Dominik  <dominik@science.uva.nl>
6963         * textmodes/org.el (org-in-clocktable-p): New function.
6964         (org-clock-report): Only update the table at point, or insert a new one.
6965         (org-clock-goto): New function.
6966         (org-open-file): Use `start-process-shell-command' instead of
6967         `shell-command' with an ampersand.
6968         (org-deadline, org-schedule): New argument REMOVE to remove the
6969         date from the entry.
6970         (org-agenda-schedule, org-agenda-deadline): Pass the prefix
6971         argument to `org-schedule' and `org-deadline'.
6972         (org-trim): Use the correct expressions for beginning and end of
6973         the string.
6974         (org-get-cleaned-entry): Trim the string before returning it.
6975         (org-clock-find-position): New function.
6976         (org-clock-into-drawer): New option.
6977         (org-agenda-tags-column): Rename from
6978         `org-agenda-align-tags-to-column'.
6979         (org-agenda-align-tags): Allow negative values for
6980         `org-agenda-tags-column'.
6981         (org-insert-labeled-timestamps-before-properties-drawer): Remove var.
6982         (org-agenda-to-appt): New optional argument FILTER.
6983         (org-completion-fallback-command): New variable.
6984         (org-complete): Use `org-completion-fallback-command'.
6985         (org-find-base-buffer-visiting): Catch the case that there is no
6986         buffer visiting the file.
6987         (org-property-or-variable-value): New function.
6988         (org-todo): Use `org-property-or-variable-value'
6989         (org-agenda-compact-blocks): New option.
6990         (org-prepare-agenda, org-agenda-list): Use `org-agenda-compact-blocks'.
6991         (org-agenda-schedule, org-agenda-deadline):
6992         Call `org-agenda-show-new-time'.
6993         (org-agenda-show-new-time): New argument PREFIX.
6994         (org-colgroup-info-to-vline-list): Fix but that cause a
6995         shift in the vertical lines.
6996         (org-buffer-property-keys): New argument INCLUDE-DEFAULTS.
6997         (org-maybe-renumber-ordered-list, org-cycle-list-bullet)
6998         (org-indent-item): No arg in call to `org-fix-bullet-type'.
6999         (org-fix-bullet-type): Remove argument.
7000         (org-read-date): Check for am/pm twice, to catch the end time.
7001         (org-goto-map): Use `suppress-keymap'.
7002         (org-remember-apply-template): Respect the dynamically scoped
7003         selection character.
7005 2007-10-10  Bastien Guerry  <Bastien.Guerry@ens.fr>
7007         * textmodes/org-export-latex.el (org-export-latex-protect-string):
7008         Renaming of `org-latex-protect'.
7009         (org-export-latex-emphasis-alist): By default, don't protect
7010         any emphasis formatter from further conversion.
7011         (org-export-latex-tables): Honor column grouping for tables.
7012         (org-export-latex-title-command): New option.
7013         (org-export-latex-treat-backslash-char): Use \textbackslash{} to
7014         export backslash character.
7016 2007-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7018         * frame.el (frame-inherited-parameters): Remove unused `environment'
7019         parameter, and let server.el add `client' when needed.
7021         * server.el (server-create-tty-frame)
7022         (server-create-window-system-frame): Set frame-inherited-parameters.
7024         * frame.el (frame-inherited-parameters): New var.
7025         (make-frame): Use it.
7027         * font-lock.el (lisp-font-lock-keywords-2): Remove let-environment.
7029         * env.el (let-environment): Remove.  Unused.
7030         (read-envvar-name): Simplify.
7031         (setenv): Remove unused arg `frame'.
7033         * help-fns.el (describe-variable): Add missing "  " for multiline
7034         obsolescence info and missing EOL after global value.
7036 2007-10-10  Eric S. Raymond  <esr@snark.thyrsus.com>
7038         * add-log.el:
7039         * ediff-vers.el:
7040         * log-view.el:
7041         * pcvs.el:
7042         * vc-arch.el:
7043         * vc-bzr.el:
7044         * vc-cvs.el:
7045         * vc.el:
7046         * vc-git.el:
7047         * vc-hg.el:
7048         * vc-hooks.el:
7049         * vc-mcvs.el:
7050         * vc-mtn.el:
7051         * vc-rcs.el:
7052         * vc-sccs.el:
7053         * vc-svn.el: Terminology cleanup: workfile-version -> working-revision,
7054         {find,init,next,previous,annotate-*,log}-version ->
7055         {find,init,next,previous,annotate-*,log}-revision,
7056         annotate-focus-version -> annotate-working-revision, The term
7057         'focus' is gone.  The term 'revision' is now used consistently
7058         everywhere that reference to a revision ID is intended, replacing
7059         older use of 'version'.
7061 2007-10-10  Juanma Barranquero  <lekktu@gmail.com>
7063         * follow.el: Change all instances of "Follow Mode" to "Follow
7064         mode" in docstrings and messages.
7065         (follow-menu-filter): Fix arg passed to `bound-and-true-p'.
7067 2007-10-10  Eric S. Raymond  <esr@snark.thyrsus.com>
7069         * vc.el (vc-next-action): Rewrite completely; this principal
7070         entry point now operates on a current fileset selected either
7071         explicitly via VC-Dired or implicitly by visiting a file buffer,
7072         rather than always operating on the file of the current buffer as
7073         in older versions.  Rewrite the rest of the mode to match.
7074         (with-vc-properties): Rewrite to operate on a file list.
7075         (with-vc-file): vc-checkin takes a file list argument now.
7076         (vc-post-command-functions): This hook now receives a file list.
7077         (vc-do-command): Take a either a file or a file list as argument.
7078         (vc-deduce-fileset): New function for deducing a file list to
7079         operate on.
7080         (vc-next-action-on-file, vc-next-action-dired): Remove.
7081         Merge into vc-next-action.
7082         (vc-register): Adapt to the fact that vc-start-entry now takes a
7083         file list.
7084         (vc-register-with): New function.
7085         (vc-start-entry): Take a file list argument rather than a
7086         file argument.
7087         (vc-checkout): Cope with vc-start-entry taking a file list.
7088         (vc-steal-lock): Cope with with-vc-properties taking a
7089         file list.
7090         (vc-checkin): Take a file list argument rather than a file argument.
7091         (vc-finish-logentry): Use the filelist passed by vc-start-entry.
7092         (vc-diff-internal): Rewrite for filesets.
7093         (vc-diff-sentinel): New function, tests whether changes were
7094         written into a diff buffer.
7095         (vc-diff): Rewrite for filesets.
7096         (vc-version-diff): Rewrite for filesets.
7097         (vc-print-log): Take a fileset argument.
7098         (vc-revert): Revert the entire selected fileset, not just the
7099         current buffer.
7100         (vc-rollback): Roll back the entire selected fileset, if
7101         possible.  No longer accepts a prefix argument.
7102         (vc-update): Merge new changes for the entire selected
7103         fileset, not just the current buffer.
7104         (vc-revert-file): Cope with with-vc-properties taking a file list.
7105         (vc-default-dired-state-info): Add + status suffix if the file is
7106         modified.
7107         (vc-annotate-warp-version): Use the new diff machinery.
7108         (vc-log-edit): Take a file list argument rather than a file argument.
7110 2007-10-10  Michael Albinus  <michael.albinus@gmx.de>
7112         Sync with Tramp 2.1.11.
7114         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
7115         Pacify byte compiler.
7117         * net/trampver.el: Update release number.
7119 2007-10-09  Richard Stallman  <rms@gnu.org>
7121         * play/gamegrid.el (gamegrid-setup-default-font): Use face-spec-set.
7123 2007-10-09  Juanma Barranquero  <lekktu@gmail.com>
7125         * follow.el: Require easymenu.
7126         (follow-mode-hook, follow-mode): Doc fixes.
7127         (follow-mode-off-hook): Mark as obsolete.
7129 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
7131         * window.el (mouse-autoselect-window-cancel): Don't cancel for
7132         select-window or select-frame events.
7133         (handle-select-window): When autoselecting window set input
7134         focus.  Restructure.
7136         * frame.el (focus-follows-mouse): Move to frame.c.
7137         * cus-start.el (all): Add focus-follows-mouse.
7139 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
7141         * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
7142         activate font-locking in the *buffer-selection* buffer.
7143         (bs-show-sorted): Doc fix.
7145         * bs.el (bs--get-marked-string, bs--get-modified-string)
7146         (bs--get-readonly-string, bs--get-size-string, bs--get-name)
7147         (bs--get-mode-name, bs-mode): Fix typos in docstrings.
7148         (bs--format-aux): Doc fix.
7150 2007-10-08  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
7152         * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
7154 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
7156         * progmodes/gud.el (gud-gud-gdb-command-name): New option.
7157         (gud-gdb): New function for old M-x gdb (text command mode).
7158         (gud-gdb-command-name, gdb): Move to...
7160         * progmodes/gdb-ui.el: ...here and adapt doc string.
7161         (gud-gdba-command-name, gdba): Delete.
7163 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
7165         * bs.el: Don't defvar `font-lock-verbose'.
7166         (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
7167         (bs--get-file-name): Fix typos in docstrings.
7168         (bs--show-header): Use `dolist' instead of `mapcar'.
7169         (bs-mode): Set `show-trailing-whitespace' to nil.
7170         (bs-buffer-sort-function, bs-mouse-select-other-frame)
7171         (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
7172         Doc fixes.
7174 2007-10-08  Adam Hupp  <adam@hupp.org>  (tiny change)
7176         * progmodes/gud.el (pdb): Specify file for gud-break.
7178 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
7180         * progmodes/gud.el (gdb): Make graphical mode the default and
7181         switch to text command mode if appropriate, i.e., reverse previous
7182         arrangement.
7183         (gud-gdb-marker-filter): Adapt for above change.
7185         * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
7186         gud-minor-mode and gud-marker-filter.
7187         (gdb-fullname-regexp): New variable.
7188         (gud-gdba-marker-filter): Use it to switch to text command
7189         mode if appropriate.
7191 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
7193         * progmodes/gud.el (gud-display-line): Find source buffer even when
7194         GUD buffer has its own frame.
7196 2007-10-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7198         * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
7200 2007-10-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7202         * term/x-win.el (x-gtk-stock-map): Version is 22.2.
7204 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
7206         * allout.el (allout-before-change-handler): Replace got-char by
7207         goto-char.
7209 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7211         * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
7212         Used to try and automatically enabled smerge-mode in the presence of
7213         conflicts and to call `svn resolved' when the conflicts are gone.
7214         (vc-svn-parse-status): Remember the svn-specific status.
7216 2007-10-08  Eli Zaretskii  <eliz@gnu.org>
7218         * menu-bar.el (menu-bar-search-documentation-menu): Rename from
7219         menu-bar-apropos-menu.  All users changed.
7220         (menu-bar-help-menu): Change menu symbols to better match the text
7221         displayed by the menu.
7223 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
7225         * files.el (file-name-sans-versions): Use [:alnum:] and also allow
7226         #, @, : and ^.
7228 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
7230         * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
7232         * log-view.el (log-view-mode-map): Likewise.
7234         * diff-mode.el (diff-mode-shared-map): Likewise.
7236 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
7238         * files.el (file-name-sans-versions): Also allow `A-Z'.
7240         * vc.el: Mention all supported VC backends.
7242 2007-10-08  Richard Stallman  <rms@gnu.org>
7244         * wid-edit.el (widget-specify-button): Don't merge mouse-face with
7245         neighbouring buttons.
7247 2007-10-08  Andreas Schwab  <schwab@suse.de>
7249         * files.el (file-name-sans-versions): Also allow `_'.
7251 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
7253         * files.el (file-name-sans-versions): Allow - and a-z in version names.
7255         * log-view.el (log-view-mode-map, log-view-mode-menu):
7256         Bind log-view-annotate-version.
7257         (log-view-beginning-of-defun, log-view-end-of-defun)
7258         (log-view-annotate-version): New functions.
7259         (log-view-mode): Use log-view-beginning-of-defun and
7260         log-view-end-of-defun.
7262 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7264         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
7266 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7268         * wid-edit.el (widget-image-insert): Don't merge mouse-face with
7269         neighbouring buttons.
7271         * progmodes/compile.el (compilation-error-regexp-alist-alist):
7272         Recognize gcc's use of "note" for informational messages.
7274 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7276         * textmodes/css-mode.el (css-electric-keys): electrick->electric.
7277         (css-mode): Update correspondingly.
7279 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
7281         * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
7282         Signed-off-by, Acked-by and Merge.
7284 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7286         * ediff-init.el (ediff-verbose-p): This var is not a constant.
7288 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7290         * vc-mtn.el: New file.
7292         * vc-hooks.el (vc-handled-backends): Add Mtn.
7294 2007-10-08  Eli Zaretskii  <eliz@gnu.org>
7296         * files.el (find-file, find-file-other-window)
7297         (find-file-other-frame, find-file-existing, find-file-read-only)
7298         (find-file-read-only-other-window)
7299         (find-file-read-only-other-frame)
7300         (find-alternate-file-other-window, find-alternate-file): Doc fixes.
7302 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
7304         * progmodes/gud.el (gdb-ready): New variable.
7305         (gdb): Set it to nil.  Set gud-running to nil here...
7306         (gud-common-init): ...instead of here.
7308         * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
7309         Use gdb-ready.  Discard input until GDB is ready to accept it.
7311 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
7313         * dired.el (dired-warning): Inherit from font-lock-warning-face to
7314         make it show up with eight colors.
7316 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7318         * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
7319         diffs are concatenated with no intervening line.
7321 2007-10-08  Dave Love  <fx@gnu.org>
7323         * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
7324         (python-font-lock-keywords): Update to the 2.5 version of the language.
7325         (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
7326         (python-backspace): Only behave funny in code.
7327         (python-compilation-regexp-alist): Add PDB stack trace regexp.
7328         (inferior-python-mode): Add PDB prompt regexp.
7329         (python-fill-paragraph): Refine the fenced-string regexp.
7330         (python-find-imports): Handle imports spanning several lines.
7331         (python-mode): Add `class' to hideshow support.
7333 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7335         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
7336         Use add-log-buffer-file-name-function rather than binding
7337         buffer-file-name, so we don't end up calling change-log-mode in *cvs*
7338         when `fi' is the ChangeLog file itself.
7340         * outline.el (outline-flag-region): Use front-advance.
7342 2007-10-08  Ilya Zakharevich  <ilyaz@cpan.org>
7344         * progmodes/cperl-mode.el: Merge upstream 5.23.
7345         (cperl-where-am-i): Remove function.
7346         (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
7347         (cperl-sniff-for-indent): De-invert [string] and [comment].
7348         When looking for label, skip s:m:y:tr.
7349         (cperl-indent-line): Likewise.
7350         (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
7351         (cperl-windowed-init): Wrong `ps-print' handling.
7352         Both thanks to Chong Yidong.
7353         (cperl-look-at-leading-count): Could fail with unfinished RExen.
7354         (cperl-find-pods-heres): If the second part of s()[] is missing,
7355         don't try to highlight delimiters...
7357 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7359         * progmodes/compile.el (compilation-get-file-structure): Complete last
7360         change by also using spec-directory in the puthash.
7362 2007-10-08  Riccardo Murri  <riccardo.murri@gmail.com>
7364         * vc-bzr.el (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
7365         (vc-bzr-status): Fix shadowing of variable 'status'.
7366         (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
7367         Use `expand-file-name' instead of `concat'.
7368         (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
7369         Update annotation line regexp.  Fixes launchpad.net [Bug 137435].
7371 2007-10-08  Jason Rumney  <jasonr@gnu.org>
7373         * frame.el (focus-follows-mouse): Doc-fix.  Change default on w32.
7375 2007-10-08  Richard Stallman  <rms@gnu.org>
7377         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
7378         Add `safe-local-variable' property.
7379         (lisp-body-indent): Likewise.
7381 2007-10-08  Richard Stallman  <rms@gnu.org>
7383         * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
7384         Add doc string.
7386 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
7388         * files.el (backup-buffer-copy): Try to overwrite old backup first.
7390 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
7392         * repeat.el (repeat): Use last-repeatable-command instead of
7393         real-last-command.  Run pre- and post-command hooks for
7394         self-insertion.  Update doc-string.
7396 2007-10-08  Alexandre Julliard  <julliard@winehq.org>
7398         * vc-git.el (vc-git-state): Call git-add --refresh to update the
7399         state of the file.
7400         (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
7401         (vc-git-create-repo): Fix invalid command.
7403 2007-10-08  Richard Stallman  <rms@gnu.org>
7405         * textmodes/flyspell.el (flyspell-mode):
7406         Catch errors in flyspell-mode-on.
7408 2007-10-09  Juanma Barranquero  <lekktu@gmail.com>
7410         * term/x-win.el (x-alternatives-map): Remove spurious parenthesis.
7412 2007-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7414         * international/encoded-kb.el (encoded-kbd-setup-display):
7415         Use input-decode-map rather than local-key-translation-map.
7417         * term/rxvt.el (rxvt-alternatives-map): New map.
7418         (terminal-init-rxvt): Use it.
7419         Bind rxvt-function-map in input-decode-map.
7421         * term/xterm.el (xterm-alternatives-map): New map.
7422         (terminal-init-xterm): Use it.
7423         Bind xterm-function-map in input-decode-map.
7425         * term/x-win.el (x-alternatives-map): New var.
7426         (x-setup-function-keys): Use it.
7428         * help-fns.el (describe-variable): Slightly change the layout of
7429         meta-info to separate it better from the docstring.
7430         Standardize insertion of extra empty lines in various circumstances.
7432         * diff-mode.el (diff-hunk-style): New fun.
7433         (diff-end-of-hunk): Use it.
7434         (diff-context->unified): Use the new `apply' undo element,
7435         if applicable, so as to save undo-log space.
7436         (diff-fine-change): New face.
7437         (diff-fine-highlight-preproc): New function.
7438         (diff-fine-highlight): New command.
7439         (diff-mode-map, diff-mode-menu): Add diff-fine-highlight.
7441         * smerge-mode.el (smerge-refine-chopup-region): Add `preproc' argument.
7442         (smerge-refine-highlight-change): Add `props' argument.
7443         (smerge-refine-subst): New function holding most of smerge-refine.
7444         (smerge-refine): Use it.
7446 2007-10-08  Eric S. Raymond  <esr@snark.thyrsus.com>
7448         * vc.el (vc-default-wash-log): Remove unused code, the
7449         log washers all live in the backends now.
7450         (vc-default-comment-history): Correct for the fact
7451         that wash-log is argumentless in the new API.
7453 2007-10-08  Michael Albinus  <michael.albinus@gmx.de>
7455         * net/tramp.el (tramp-find-foreign-file-name-handler): Check also host.
7456         (tramp-maybe-send-script): Apply `member' but `memq'.
7457         (tramp-advice-file-expand-wildcards): Simplify implementation.
7459 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
7461         * follow.el (follow-mode): Don't run hooks twice.  Use `when'.
7463         * mb-depth.el (minibuf-depth-indicator-function): New variable.
7464         (minibuf-depth-setup-minibuffer): Use it.
7466 2007-10-07  Glenn Morris  <rgm@gnu.org>
7468         * simple.el (bad-packages-alist): Clarify Semantic and CEDET
7469         version numbers.
7471 2007-10-06  Juri Linkov  <juri@jurta.org>
7473         * textmodes/fill.el (fill-paragraph-or-region): New function.
7475         * bindings.el (esc-map): Bind M-q to fill-paragraph-or-region
7476         instead of fill-paragraph.
7478         * tutorial.el (tutorial--default-keys): Replace fill-paragraph
7479         with fill-paragraph-or-region.  Suspend command is now the same
7480         `suspend-frame' on window systems and on tty.
7482         * image.el (image-type): Check if image-types is bound to not fail
7483         on tty.
7485         * delsel.el (delete-selection-pre-hook):
7486         * emulation/cua-base.el (cua-paste): Check if mouse-region-match
7487         is fbound to not fail on mouseless tty.
7489 2007-10-06  Michael Albinus  <michael.albinus@gmx.de>
7491         * net/tramp.el (top): Move loading of tramp-util.el and
7492         tramp-vc.el to tramp-compat.el.
7493         (tramp-make-tramp-temp-file): Complete rewrite.  Create remote
7494         temporary file if possible, in order to avoid a security hole.
7495         (tramp-do-copy-or-rename-file-out-of-band)
7496         (tramp-maybe-open-connection): Call `tramp-make-tramp-temp-file'
7497         with DONT-CREATE, because the connection is not setup yet.
7498         (tramp-handle-process-file): Rewrite temporary file handling.
7499         (tramp-completion-mode): New defvar.
7500         (tramp-completion-mode-p): Use it.
7502         * net/tramp-compat.el (top): Load tramp-util.el and tramp-vc.el.
7504         * net/tramp-fish.el (tramp-fish-handle-process-file):
7505         Rewrite temporary file handling.
7507 2007-10-06  Eric S. Raymond  <esr@snark.thyrsus.com>
7509         * vc.el: Workfile version -> focus version change.  Port various
7510         comments from new VC to reduce the noise in the diff.
7511         Patch in the new vc-create-repo function to go with the
7512         header comment about it already present.
7513         There are no changes to existing logic in this patch.
7514         (vc-revert-buffer1): Rename to vc-revert-buffer-internal.
7516 2007-10-06  Aaron Hawley  <aaronh@garden.org>
7518         * autoinsert.el (auto-insert-alist): Add a Texinfo entry.
7520 2007-10-05  Chris Moore  <dooglus@gmail.com>
7522         * server.el (server-kill-new-buffers): Doc fix.
7524 2007-10-05  John W. Eaton  <jwe@octave.org>
7526         * progmodes/octave-mod.el (octave-abbrev-table): Add "until".
7527         (octave-begin-keywords): Add "do".
7528         (octave-end-keywords): Remove "end".
7529         (octave-reserved-words): Add "end".  Remove "all_va_args",
7530         "gplot", and 'gsplot".
7531         (octave-text-functions): Remove "gset", "gshow", "set", and "show".
7532         (octave-variables): Remove "IMAGEPATH", "INFO_FILE",
7533         "INFO_PROGRAM", "LOADPATH", "__error_text__", "automatic_replot",
7534         "default_return_value", "define_all_return_values",
7535         "do_fortran_indexing", "empty_list_elements_ok",
7536         "gnuplot_has_multiplot", "implicit_str_to_num_ok",
7537         "ok_to_lose_imaginary_part", "prefer_column_vectors",
7538         "prefer_zero_one_indexing", "propagate_empty_matrices",
7539         "resize_on_range_error", "treat_neg_dim_as_zero",
7540         "warn_assign_as_truth_value", "warn_comma_in_global_decl",
7541         "warn_divide_by_zero", "warn_function_name_clash",
7542         "warn_missing_semicolon", "whitespace_in_literal_matrix".
7543         Add "DEFAULT_EXEC_PATH", "DEFAULT_LOADPATH", "IMAGE_PATH",
7544         "crash_dumps_octave_core", "sighup_dumps_octave_core",
7545         "sigterm_dumps_octave_core".
7546         (octave-block-match-alist): Remove "end" from block-end keywords.
7547         (octave-mode): Update ftp site address.
7549 2007-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
7551         * vc.el: Reorder functions, no code changes.
7553 2007-10-04  Michael Albinus  <michael.albinus@gmx.de>
7555         * net/tramp.el (tramp-make-temp-file): Move to tramp-compat.el.
7556         (tramp-do-copy-or-rename-file-directly): Handle tmpfile only in
7557         the cond clauses where needed.
7558         (tramp-handle-write-region): Rearrange code for proper handling of
7559         tmpfile.
7561         * net/tramp-compat.el (tramp-compat-make-temp-file): New defsubst.
7563         * net/tramp.el:
7564         * net/tramp-fish.el:
7565         * net/tramp-ftp.el:
7566         * net/tramp-smb.el: Rename `tramp-make-temp-file' to
7567         `tramp-compat-make-temp-file'.
7569 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
7571         * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
7573 2007-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7575         * emacs-lisp/copyright.el (copyright-update): Don't update if the file
7576         already uses a more recent copyright version than the "current" one.
7578 2007-10-03  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
7580         * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-reset-slice)
7581         (doc-view-insert-image): Minor aesthetical docstring changes.
7583 2007-10-03  Tassilo Horn  <tassilo@member.fsf.org>
7585         * doc-view.el (doc-view): Don't ignore pdf and dvi files when
7586         completing filename.
7587         (doc-view-search-internal): Docstring change.
7589 2007-10-03  Michael Albinus  <michael.albinus@gmx.de>
7591         * net/tramp.el (top): Add tramp-compat to `tramp-unload-hook'.
7592         (tramp-file-name-handler-alist):
7593         Add `tramp-handle-insert-file-contents-literally'.  Needed for XEmacs.
7594         (tramp-make-temp-file): Use `make-temp-name'.  `make-temp-file',
7595         used before, creates the file already, which is not desired.
7596         (tramp-do-copy-or-rename-file-directly): Simplify handling of
7597         temporary file.
7598         (tramp-handle-insert-file-contents): Assign the result in the
7599         short track case.
7600         (tramp-handle-insert-file-contents-literally): New defun.
7601         (tramp-completion-mode-p): Revert change from 2007-09-24.
7602         Checking for `return' etc as last character is not sufficient, for
7603         example in dired-mode when entering <g> (revert-buffer) or
7604         <s> (dired-sort).
7606         * net/tramp-compat.el (top): Add also compatibility code for loading
7607         appropriate timer package.
7608         (tramp-compat-copy-tree): Check for `subrp' and `symbol-file' in
7609         order to avoid autoloading problems.
7611         * net/tramp-fish.el:
7612         * net/tramp-smb.el: Move further compatibility code to tramp-compat.el.
7614         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Handle the case
7615         where the second parameter of `copy-file' or `rename-file' is a
7616         remote file but not via ftp.
7618 2007-10-02  Richard Stallman  <rms@gnu.org>
7620         * frame.el (cursor-in-non-selected-windows): Doc fix.
7622 2007-10-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
7624         * play/zone.el (zone): Let-bind show-trailing-whitespace to nil.
7625         Suggested by Chris Moore <christopher.ian.moore@gmail.com>.
7627 2007-10-01  Jay Belanger  <jay.p.belanger@gmail.com>
7629         * calc/calc-math.el (math-largest-emacs-expt): Handle the cases
7630         when `expt' doesn't give range errors.
7632 2007-10-01  Markus Triska  <markus.triska@gmx.at>
7634         * calc/calc-math.el (math-smallest-emacs-expt):
7635         Make the computation more robust.
7637 2007-09-30  David Kastrup  <dak@gnu.org>
7639         * startup.el (argv): Alias for `command-line-args-left' to use as
7640         `(pop argv)' inside of --eval command sequences.  Allows for
7641         passing shell commands into Emacs verbatim without need for Lisp
7642         quoting.
7644         * autorevert.el (auto-revert-handler): In `auto-revert-tail-mode',
7645         check only for changed size.
7646         (auto-revert-tail-handler): Get size from caller.  If the file has
7647         shrunk, tail the whole file again (the file presumably has been
7648         rewritten).
7650         * woman.el (woman-topic-all-completions, woman-mini-help):
7651         Fix fallout from 2007-09-07 introduction of `dolist' when the list
7652         actually was being manipulated in the loop.
7653         (woman-Cyg-to-Win, woman-pre-process-region)
7654         (woman-horizontal-escapes, woman-if-body, woman-unescape)
7655         (woman-strings, woman-special-characters, woman1-hc)
7656         (woman-change-fonts, woman-find-next-control-line):
7657         Use `match-beginning' rather than `match-string' when the result is
7658         just used as a flag.
7660 2007-09-30  Michael Albinus  <michael.albinus@gmx.de>
7662         * net/tramp-compat.el: New file.
7664         * net/tramp.el:
7665         * net/tramp-fish.el:
7666         * net/tramp-smb.el:
7667         * net/tramp-uu.el:
7668         * net/trampver.el: Move compatibility code to tramp-compat.el.
7669         Apply `mapc' instead of `mapcar' when the code needs side effects
7670         only.  Move utf-8 coding cookie to the second line.
7672 2007-09-30  Reiner Steib  <Reiner.Steib@gmx.de>
7674         * term/x-win.el (x-gtk-stock-map): Add Gnus and MH-E icons.
7675         Improve custom type.
7676         (icon-map-list): Make it customizable.  Document how to disable
7677         stock icons.
7679 2007-09-30  Richard Stallman  <rms@gnu.org>
7681         * play/zone.el (zone-hiding-modeline): Use mode-line-format.
7683 2007-09-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7685         * term/x-win.el (x-gtk-stock-map): Version is 22.2.
7687 2007-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7689         * t-mouse.el (gpm-mouse-mode): Rename from t-mouse-mode.  Rewrite.
7690         (t-mouse-mode): New compatibility alias.
7692 2007-09-28  Dan Nicolaescu  <dann@ics.uci.edu>
7694         * server.el (server-delete-client): Only delete the terminal if it
7695         is non-nil.
7697 2007-09-28  Michael Albinus  <michael.albinus@gmx.de>
7699         * net/tramp.el (with-file-property, with-connection-property):
7700         Highlight as keyword.
7701         (tramp-rfn-eshadow-setup-minibuffer)
7702         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
7703         (tramp-set-file-uid-gid, tramp-do-copy-or-rename-file-via-buffer)
7704         (tramp-do-copy-or-rename-file-directly)
7705         (tramp-do-copy-or-rename-file-out-of-band)
7706         (tramp-handle-shell-command, tramp-get-debug-buffer)
7707         (tramp-send-command-and-read, tramp-equal-remote)
7708         (tramp-get-local-gid): Pacify byte-compiler.
7709         (tramp-handle-file-name-directory): Result shall not be expanded.
7710         (tramp-find-foreign-file-name-handler): Rewrite.
7711         (tramp-dissect-file-name): Add optional parameter NODEFAULT.
7713         * net/tramp-cache.el (tramp-cache-print): Pacify byte-compiler.
7715         * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
7716         Apply `tramp-completion-mode-p'.
7717         (tramp-fish-handle-set-file-times)
7718         (tramp-fish-handle-executable-find)
7719         (tramp-fish-handle-process-file, tramp-fish-get-file-entries)
7720         (tramp-fish-retrieve-data): Pacify byte-compiler.
7722         * net/tramp-gw.el (tramp-gw-basic-authentication):
7723         Call `tramp-read-passwd' with first parameter `nil'.
7725 2007-09-28  Glenn Morris  <rgm@gnu.org>
7727         * mail/supercite.el (sc-attribs-filter-namelist): Use mapc rather
7728         than mapcar.
7730         * textmodes/tex-mode.el (tex-suscript-height-ratio)
7731         (tex-suscript-height-minimum): New customizable variables.
7732         (tex-suscript-height): New function.
7733         (superscript, subscript): Set height using tex-suscript-height
7734         rather than fixing at 0.8.
7735         (tex-fontify-script, tex-font-script-display): Add :version tag.
7737 2007-09-27  Juanma Barranquero  <lekktu@gmail.com>
7739         * progmodes/python.el (python-eldoc-function): Doc fix.
7741 2007-09-27  Glenn Morris  <rgm@gnu.org>
7743         * image.el (image-type-auto-detected-p): Doc fix.  Don't detect an
7744         image if it is not in image-type-auto-detectable, or is there with
7745         a nil value.
7747 2007-09-27  Michael Albinus  <michael.albinus@gmx.de>
7749         * net/tramp.el (tramp-maybe-open-connection): Make test for alive
7750         connection more robust.
7752 2007-09-26  Juanma Barranquero  <lekktu@gmail.com>
7754         * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
7755         Deal with the case that special &keywords are at the beginning or
7756         end of the argument list.  Also add some (incomplete) support for
7757         non-standard arglists.
7759 2007-09-26  Juanma Barranquero  <lekktu@gmail.com>
7761         * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
7762         (eldoc-message-commands, eldoc-current-idle-delay)
7763         (eldoc-function-argstring-format): Fix typos in docstrings.
7765 2007-09-26  Jay Belanger  <jay.p.belanger@gmail.com>
7767         * calc/calc-units.el (calc-convert-units)
7768         (calc-convert-temperature): Remove unnecessary colons.
7770 2007-09-26  Bastien Guerry  <bzg@altern.org>
7772         * textmodes/org-export-latex.el (org-export-latex-tables-verbatim):
7773         New function.
7774         (org-export-latex-remove-from-headlines): Name changed because of typo.
7775         (org-export-latex-quotation-marks-convention): Option removed.
7776         (org-export-latex-make-preamble): Handle the DATE option.
7777         (org-export-latex-cleaned-string): Now the only cleaning function,
7778         synched up with org.el.
7779         (org-export-latex-lists, org-export-latex-parse-list)
7780         (org-export-list-to-latex): New functions.
7782 2007-09-26  Carsten Dominik  <dominik@science.uva.nl>
7784         * textmodes/org.el (org-kill-is-subtree-p): Use `org-outline-regexp'.
7785         (org-outline-regexp): New constant.
7786         (org-remember-handler): Throw error when the target file is not in
7787         org-mode.
7788         (org-cleaned-string-for-export): No longer call
7789         `org-export-latex-cleaned-string' with an argument.
7790         (org-get-tags): Returns now a list, not a string.
7791         (org-get-tags-string): New function.
7792         (org-archive-subtree): No need to split return of `org-get-tags'.
7793         (org-set-tags, org-entry-properties): Call `org-get-tags-string'
7794         instead of `org-get-tags'.
7795         (org-agenda-format-date): Rename from `org-agenda-date-format'.
7796         (org-time-from-absolute, org-agenda-format-date-aligned): New funs.
7797         (org-compatible-face): New argument INHERITS.  Inherit from this
7798         face if possible.
7799         (org-level-1, org-level-2, org-level-3, org-level-4)
7800         (org-level-5, org-level-6, org-level-7, org-level-8)
7801         (org-special-keyword, org-drawer, org-column, org-warning)
7802         (org-archived, org-todo, org-done, org-headline-done, org-table)
7803         (org-formula, org-code, org-agenda-structure)
7804         (org-scheduled-today, org-scheduled-previously)
7805         (org-upcoming-deadline, org-time-grid): Call `org-compatible-face'
7806         in the new way.
7807         (org-get-heading): New argument NO-TAGS.
7808         (org-fast-tag-selection-include-todo): Made defvar instead of
7809         defcustom, feature is not deprecated.
7810         (org-remember-store-without-prompt): New default value t.
7811         (org-todo-log-states): New variable.
7812         (org-set-regexps-and-options): #+TODO is an alias for SEQ_TODO.
7813         Compute the log states.
7814         (org-goto-map): More commands copied from global map.  Also bind
7815         `org-occur'.
7816         (org-goto): Made into a general lookup command.
7817         (org-get-location): Complete rewrite.
7818         (org-goto-exit-command): New variable.
7819         (org-goto-selected-point): New variable.
7820         (org-goto-ret, org-goto-left, org-goto-right, org-goto-quit):
7821         Set the new variables.
7822         (org-paste-subtree): Whitespace insertion strategy revised.
7823         (org-remember-apply-template): Protect v-A from the possibility
7824         that v-a might be nil.
7825         (org-remember-handler): Insertion rules revised.
7826         (org-todo): Respect org-todo-log-states.
7827         (org-up-heading-safe): New function.
7828         (org-entry-get-with-inheritance): Use `org-up-heading-safe'.
7830 2007-09-26  Dan Nicolaescu  <dann@ics.uci.edu>
7832         * progmodes/cc-cmds.el (c-indent-line-or-region): Only indent the
7833         region if in transient-mark-mode.
7835 2007-09-26  Juanma Barranquero  <lekktu@gmail.com>
7837         * calc/calc-ext.el (calc-init-extensions, calc-reset):
7838         * calc/calc-help.el (calc-full-help):
7839         * calc/calc-misc.el (another-calc):
7840         * calc/calc-store.el (calc-var-name-map):
7841         * calc/calc-stuff.el (calc-flush-caches):
7842         * calc/calc-units.el (math-build-units-table):
7843         * calc/calc.el (calc-digit-map, calc-dispatch-map, calc-mode)
7844         (calc-quit):
7845         * calendar/icalendar.el (icalendar--format-ical-event)
7846         (icalendar--convert-ical-to-diary):
7847         * emacs-lisp/authors.el (authors):
7848         * emacs-lisp/cust-print.el (custom-print-install)
7849         (custom-print-uninstall):
7850         * emacs-lisp/disass.el (disassemble-1):
7851         * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
7852         * emacs-lisp/edebug.el (byte-compile-resolve-functions):
7853         * emacs-lisp/elint.el (elint-current-buffer, elint-check-defun-form)
7854         (elint-check-let-form, elint-check-condition-case-form)
7855         (elint-initialize):
7856         * emacs-lisp/elp.el (elp-results):
7857         * emacs-lisp/generic.el (generic-mode-internal):
7858         * emacs-lisp/re-builder.el (reb-delete-overlays):
7859         * emacs-lisp/regi.el (regi-interpret):
7860         * emacs-lisp/sregex.el (sregex--char-aux):
7861         * emulation/cua-rect.el (cua--deactivate-rectangle)
7862         (cua--highlight-rectangle, cua--rectangle-post-command):
7863         * emulation/viper-keym.el (viper-toggle-key, viper-ESC-key):
7864         * emulation/viper-macs.el (viper-describe-kbd-macros)
7865         (viper-describe-one-macro):
7866         * emulation/viper-util.el (viper-setup-master-buffer):
7867         * emulation/viper.el (set-viper-state-in-major-mode):
7868         * international/mule-diag.el (describe-current-coding-system):
7869         * language/ethio-util.el (ethio-fidel-to-sera-buffer):
7870         * mail/emacsbug.el (report-emacs-bug):
7871         * net/ange-ftp.el (ange-ftp-call-chmod, ange-ftp-parse-bs2000-listing):
7872         * obsolete/hilit19.el (hilit-unhighlight-region)
7873         (hilit-set-mode-patterns):
7874         * play/solitaire.el (solitaire-check, solitaire-solve):
7875         * play/zone.el (zone-pgm-rotate):
7876         * progmodes/ada-mode.el (ada-save-exceptions-to-file):
7877         * progmodes/ada-prj.el (ada-prj-display-page):
7878         * progmodes/delphi.el (delphi-search-directory, delphi-find-unit-file)
7879         (delphi-debug-mode-map, delphi-mode-map, delphi-mode):
7880         * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-view-exit-fn)
7881         (ebrowse-member-mode, ebrowse-save-tree-as, ebrowse-save-class):
7882         * progmodes/sh-script.el (sh-make-vars-local)
7883         (sh-reset-indent-vars-to-global-values):
7884         * progmodes/sql.el (top):
7885         * progmodes/vhdl-mode.el (vhdl-set-style, vhdl-regress-line):
7886         * progmodes/xscheme.el (top):
7887         * textmodes/artist.el (artist-mt-get-symbol-from-keyword-sub)
7888         (artist-go-retrieve-from-symbol-sub, artist-go-get-symbol-shift-sub)
7889         (artist-fc-retrieve-from-symbol-sub, artist-vaporize-line)
7890         (artist-vaporize-lines, artist-ellipse-compute-fill-info)
7891         (artist-submit-bug-report):
7892         * textmodes/flyspell.el (flyspell-delay-commands)
7893         (flyspell-deplacement-commands):
7894         * textmodes/table.el (table--generate-source-epilogue, table-insert)
7895         (table--generate-source-cells-in-a-row, table--make-cell-map)
7896         (*table--cell-describe-bindings): Use `mapc' rather than `mapcar'.
7898 2007-09-25  Juanma Barranquero  <lekktu@gmail.com>
7900         * allout.el (produce-allout-mode-map, allout-process-exposed):
7901         * ansi-color.el (ansi-color-make-color-map):
7902         * autoinsert.el (auto-insert):
7903         * bookmark.el (bookmark-bmenu-list, bookmark-show-all-annotations):
7904         * dired-aux.el (dired-create-files):
7905         * dired.el (dired-restore-desktop-buffer):
7906         * ediff-diff.el (ediff-setup-fine-diff-regions):
7907         * ediff-mult.el (ediff-intersect-directories)
7908         (ediff-redraw-directory-group-buffer, ediff-dir-diff-copy-file)
7909         (ediff-redraw-registry-buffer):
7910         * ediff-ptch.el (ediff-fixup-patch-map):
7911         * ediff-util.el (ediff-toggle-multiframe, ediff-toggle-use-toolbar)
7912         (ediff-really-quit, ediff-clear-diff-vector):
7913         * emerge.el (emerge-really-quit):
7914         * ffap.el (ffap-replace-file-component):
7915         * filecache.el (file-cache-add-directory)
7916         (file-cache-add-directory-recursively)
7917         (file-cache-add-from-file-cache-buffer, file-cache-delete-file-regexp)
7918         (file-cache-delete-directory, file-cache-files-matching-internal)
7919         (file-cache-display):
7920         * files.el (cd):
7921         * find-lisp.el (find-lisp-insert-directory):
7922         * finder.el (finder-compile-keywords):
7923         * help.el (view-emacs-news):
7924         * hi-lock.el (hi-lock-write-interactive-patterns):
7925         * ido.el (ido-to-end, ido-set-matches-1):
7926         * image-dired.el (image-dired-display-thumbs, image-dired-remove-tag)
7927         (image-dired-mark-tagged-files):
7928         * jka-cmpr-hook.el (jka-compr-get-compression-info):
7929         * printing.el (pr-eval-local-alist, pr-eval-setting-alist):
7930         * ps-print.el (ps-background, ps-begin-file)
7931         (ps-build-reference-face-lists):
7932         * simple.el (clone-buffer):
7933         * startup.el (command-line):
7934         * tempo.el (tempo-insert-template, tempo-is-user-element)
7935         (tempo-forward-mark, tempo-backward-mark):
7936         * woman.el (woman-dired-define-keys): Use `mapc' rather than `mapcar'.
7938 2007-09-25  Glenn Morris  <rgm@gnu.org>
7940         * textmodes/tex-mode.el (tex-font-script-display): Doc fix.
7942         * view.el (view-search-no-match-lines): Add a doc string.
7943         Rewrite to simplify and work better.
7945 2007-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
7947         * progmodes/cc-mode.el (c-mode-base-map):
7948         Use c-indent-line-or-region instead of c-indent-line.
7950         * indent.el (indent-for-tab-command): First check if the region is
7951         active.
7953 2007-09-24  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
7955         * whitespace.el (whitespace-tickle-timer): Don't install the timer if
7956         whitespace-rescan-timer-time is 0.
7958 2007-09-24  Karl Berry  <karl@gnu.org>
7960         * international/mule.el (coding-system-base): Fix doc string grammar.
7962 2007-09-24  Michael Albinus  <michael.albinus@gmx.de>
7964         * net/tramp.el (tramp-completion-mode-p): Rename from
7965         `tramp-completion-mode'.  Revert logic, check `return', `newline'
7966         and such alike.  Packages like Icicles tend to use other completion
7967         characters but `tab' and `space' only.
7969 2007-09-24  Adam Hupp  <adam@hupp.org>
7971         * progmodes/python.el (run-python): Import emacs module without
7972         waiting; prevents lockup on error.
7974 2007-09-23  Richard Stallman  <rms@gnu.org>
7976         * mail/sendmail.el (mail-bury): Delete the frame
7977         if this frame looks like it was made for this message.
7979         * completion.el (completion-separator-self-insert-command)
7980         (completion-separator-self-insert-autofilling):
7981         If `self-insert-command' has been remapped, use the substitute.
7983         * simple.el (copy-region-as-kill): Doc fix.
7985         * textmodes/org.el (org-confirm-shell-link-function)
7986         (org-confirm-elisp-link-function): Doc fixes.
7988 2007-09-23  Glenn Morris  <rgm@gnu.org>
7990         * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
7992 2007-09-23  Dan Nicolaescu  <dann@ics.uci.edu>
7994         * term/w32-win.el (w32-drag-n-drop): Use mapc instead of mapcar.
7996         * term/tvi970.el (terminal-init-tvi970): Likewise.
7998         * term/sun-mouse.el (print-mouse-format): Likewise.
8000         * term/sun.el (scroll-down-in-place, scroll-up-in-place):
8001         Use forward-line instead of previous-line and next-line.
8003 2007-09-22  Juri Linkov  <juri@jurta.org>
8005         * textmodes/org.el (org-confirm-shell-link-function): Doc fix.
8007         * tutorial.el (tutorial--default-keys): Update standard bindings:
8008         rename `iconify-or-deiconify-frame' to `suspend-frame',
8009         and `save-buffers-kill-emacs' to `save-buffers-kill-terminal'.
8011 2007-09-22  Juri Linkov  <juri@jurta.org>
8013         * startup.el (fancy-startup-text, fancy-about-text, fancy-startup-tail):
8014         Add help-echo to external links and to links without description.
8015         (fancy-splash-insert): Use help-echo from the 3rd element of the
8016         link specification list, or "Follow this link" if it's nil.  Doc fix.
8018 2007-09-22  Juri Linkov  <juri@jurta.org>
8020         * startup.el (command-line): Rename `inhibit-startup-message' to
8021         `inhibit-startup-screen'.
8022         (fancy-about-text): Use shorter label for "Ordering Manuals".
8023         (fancy-startup-tail): Add optional arg `concise'.  When `concise'
8024         is nil, display a line with "To start..." and 3 links to useful
8025         tasks.  Display the "Dismiss" button and "Don't show this message
8026         again" only when concise is non-nil.
8027         (fancy-startup-screen): Call `fancy-startup-tail' with optional
8028         arg `concise'.  If CONCISE is non-nil, display a concise version
8029         of the splash screen in another window.  Otherwise, switch to the
8030         startup buffer in the same window.
8031         (startup-echo-area-message): Change displayed binding from
8032         C-h C-p (describe-project) to C-h C-a (about-emacs), and change
8033         text "about the GNU system and GNU/Linux" to "about GNU Emacs and
8034         the GNU system".
8035         (display-startup-screen): Fix buffer name from "*About GNU Emacs*"
8036         to "*GNU Emacs*".
8037         (display-about-screen): Don't check the existence of the buffer
8038         "*About GNU Emacs*".
8039         (display-splash-screen): Make alias to `display-startup-screen'.
8040         (command-line-1): Rename `inhibit-startup-message' to
8041         `inhibit-startup-screen'.  Inhibit startup screen when Emacs is
8042         started with command line options "-f", "-funcall", "-e", "-eval",
8043         "-execute", "-insert", "-find-file", "-file", "-visit".
8044         Inhibit startup screen when Emacs is started with a file name only
8045         on tty (i.e. don't inhibit it when started with a file name like
8046         "emacs FILE..." on a window system).
8047         (command-line-1): Simplify logic of displaying the startup screen:
8048         if file-count > 0, then display the concise version in another
8049         window, otherwise display full version in the same window.
8051         * help.el (help-map): Bind C-h C-a to about-emacs.
8052         (help-for-help-internal): Add C-a description to C-h help text.
8054 2007-09-22  Dan Nicolaescu  <dann@ics.uci.edu>
8056         * emacs-lisp/checkdoc.el (checkdoc-force-docstrings-flag)
8057         (checkdoc-permit-comma-termination-flag): Autoload the
8058         safe-local-variable setting.
8060         * bookmark.el (bookmark-xemacsp): Remove.
8061         (bookmark-make): Don't use bookmark-xemacsp,
8062         use (featurep 'xemacs) instead.
8064         * speedbar.el (speedbar-frame-mode)
8065         (speedbar-frame-reposition-smartly)
8066         (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
8067         (speedbar-check-vc): Remove use of non-existent variable
8068         dframe-xemacsp, use (featurep 'xemacs) instead.
8070         * indent.el (indent-for-tab-command): Indent the region if
8071         transient-mark-mode and the region is active.
8073 2007-09-21  Francesco Potort\e,Al\e(B  <pot@gnu.org>
8075         * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
8076         add inferior-octave-directory-tracker to the buffer-local value
8077         of comint-input-filter-functions.
8079 2007-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
8081         * xt-mouse.el (xterm-mouse-mode): Re-enable suspend-tty-functions.
8083 2007-09-21  Juanma Barranquero  <lekktu@gmail.com>
8085         * frame.el (suspend-frame): Call `iconify-or-deiconify-frame' also
8086         on w32 frames.
8088 2007-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8090         * startup.el (normal-top-level): Remove DISPLAY from
8091         process-environment to let it be computed dynamically in callproc.c.
8093         * frame.el (frame-initialize, make-frame):
8094         * faces.el (tty-set-up-initial-frame-faces):
8095         * env.el (setenv): Don't set display-environment-variable.
8097         * server.el (server-getenv-from): Remove.  Use getenv-internal instead.
8098         (server-create-tty-frame): Don't set unused `tty' property.
8099         Set `display' instead of display-environment-variable.
8100         (server-create-window-system-frame): No display-environment-variable.
8102 2007-09-21  Michael Albinus  <michael.albinus@gmx.de>
8104         * rfn-eshadow.el (rfn-eshadow-setup-minibuffer-hook)
8105         (rfn-eshadow-update-overlay-hook): New defvars.
8106         (rfn-eshadow-setup-minibuffer, rfn-eshadow-update-overlay):
8107         Run the hooks.
8109         * net/tramp.el (tramp-rfn-eshadow-overlay): New defvar.
8110         (tramp-rfn-eshadow-setup-minibuffer)
8111         (tramp-rfn-eshadow-update-overlay): New defuns.  Hook into
8112         rfn-eshadow.el.
8114         * net/tramp-smb.el (tramp-smb-errors): Add error message for call
8115         timeout.
8117 2007-09-21  Glenn Morris  <rgm@gnu.org>
8119         * obsolete/sun-fns.el (emacs-quit-menu): Remove emacstool-related code.
8120         * term/sun-mouse.el (suspend-emacstool): Remove.
8121         * term/sun.el: Remove emacstool-related code.
8123         * emacs-lisp/bytecomp.el (byte-compile-warnings)
8124         (byte-compile-warnings-safe-p): Add `mapcar'.
8125         (byte-compile-warning-types): Add mapcar and make-local.
8126         (byte-compile-normal-call): Add option to suppress mapcar warning.
8127         (top-level): Use mapc rather than mapcar in eval-when-compile.
8129         * textmodes/tex-mode.el (tex-validate-region): Handle escaped parens.
8130         (tex-next-unmatched-eparen, tex-last-unended-eparen): New functions.
8131         (latex-forward-sexp-1, latex-backward-sexp-1): Doc fix.
8132         Handle escaped parens.
8133         (latex-forward-sexp): Doc fix.
8135         * eshell/esh-mode.el (eshell-output-filter-functions):
8136         Add eshell-postoutput-scroll-to-bottom.
8138         * loadup.el: Remove termdev.
8140         * progmodes/fortran.el (fortran-mode-abbrev-table, fortran-line-length):
8141         * progmodes/f90.el (f90-mode-abbrev-table): Use mapc rather than mapcar.
8143 2007-09-21  Markus Triska  <markus.triska@gmx.at>
8145         * emacs-lisp/bytecomp.el (byte-compile-normal-call): Warn when
8146         `mapcar' is called for effect.
8148 2007-09-21  Kevin Ryde  <user42@zip.com.au>
8150         * international/mule.el (sgml-html-meta-auto-coding-function):
8151         Bind `case-fold-search' to t.
8153 2007-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8155         * termdev.el: Remove.
8157         * frame.el (get-device-terminal): New function.  Moved from termdev.el.
8158         (frames-on-display-list): Use it.
8160         * bindings.el: Bind C-z to suspend-frame instead of suspend-emacs.
8162         * termdev.el (terminal-id): Ask terminal-live-p before giving up.
8164 2007-09-20  Richard Stallman  <rms@gnu.org>
8166         * newcomment.el (comment-add): If EXTRA, double `comment-add' value.
8168 2007-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8170         * add-log.el (add-log-current-defun): Fix thinko w.r.t derived-mode-p.
8172 2007-09-20  Glenn Morris  <rgm@gnu.org>
8174         * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
8175         motion functions, rather than hard-coding "\n\n".
8176         (tex-validate-region): Check for eobp, to speed up.
8177         (tex-next-unmatched-end): Doc fix.
8179 2007-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8181         * files.el (auto-mode-alist): Use archive-mode for .rar files.
8183         * international/mule.el (auto-coding-alist): Rar archives are binary.
8185         * arc-mode.el: Add basic support for Rar.
8186         (archive-find-type): Recognize Rar's signature.
8187         (archive-desummarize): New fun.
8188         (archive-summarize): Use it to restore the buffer's data in case
8189         someone wants to switch to some other major mode.
8190         (archive-resummarize): Use it as well.
8191         (archive-rar-summarize, archive-rar-extract): New functions.
8193         * filesets.el: Remove spurious * in docstrings.
8194         (filesets-running-xemacs): Remove.  Use (featurep 'xemacs) instead.
8195         (filesets-conditional-sort): Remove unused arg `simply-do-it'.
8196         (filesets-ingroup-collect): Remove unused arg `depth'.
8197         (filesets-update): Remove unused arg `version'.
8199         * finder.el (finder-compile-keywords): Fix up comment style.
8200         (finder-mouse-face-on-line): previous-line -> forward-line.
8202         * recentf.el: Remove spurious * in docstrings.
8203         (recentf-save-list): Fix up comment style.
8205         * progmodes/octave-mod.el: Remove spurious * in docstrings.
8206         (octave-mode-map): Move init into declaration and remove \t binding.
8207         (octave-mode-startup-message): Remove unused var.
8208         (octave-scan-blocks): Remove unused arg `from'.
8209         (octave-forward-block, octave-down-block, octave-up-block):
8210         Update callers.
8212         * progmodes/meta-mode.el (meta-mode-syntax-table): Move init into decl.
8213         (meta-mode-map): Likewise and remove \t binding.
8215         * net/snmp-mode.el: Remove spurious * in docstrings.
8216         (snmp-rfc1155-types, snmp-rfc1213-types, snmp-rfc1902-types)
8217         (snmp-rfc1903-types, snmp-rfc1155-access, snmp-rfc1902-access)
8218         (snmp-rfc1212-status, snmp-rfc1902-status): Remove list wrappers now
8219         that completion accepts lists of strings.
8220         (snmp-mode-syntax-table): Move initialization into declaration.
8221         (snmp-mode-map): Likewise and remove \t binding.
8222         (snmp-common-mode): Set tab-always-indent according to snmp-t-a-i.
8223         (snmp-indent-line, snmp-mode-imenu-create-index): Remove unused var.
8224         (snmp-indent-command): Remove.
8226         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Use the default TAB
8227         binding, so tab-always-indent works right.
8229 2007-09-19  Johannes Weiner  <hannes@saeurebad.de>
8231         * net/browse-url.el (browse-url-elinks-new-window): New function.
8232         (browse-url-elinks): Use browse-url-elinks-new-window.
8233         Accept optional second argument `new-window'.  Fix typo in doc-string.
8234         (browse-url-elinks-sentinel): Use browse-url-elinks-new-window.
8235         Improve error message.
8237 2007-09-19  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
8239         * net/browse-url.el (browse-url-url-encode-chars): Use the right
8240         parameter name in the function body.
8241         Reported by Johannes Weiner.
8243 2007-09-19  Glenn Morris  <rgm@gnu.org>
8245         * net/socks.el (socks-open-network-stream): Signal an explicit
8246         error if the port associated with a service string can't be found.
8248         * textmodes/tex-mode.el (tex-terminate-paragraph):
8249         Use backward-paragraph.
8251 2007-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8253         * server.el (server-running-p): New function.
8255 2007-09-18  Jason Rumney  <jasonr@gnu.org>
8257         * term/w32-win.el (w32-focus-frame): Make obsolete alias for
8258         x-focus-frame.
8260         * frame.el (select-frame-set-input-focus, select-frame-by-name):
8261         Use x-focus-frame for w32.
8263 2007-09-17  David Kastrup  <dak@gnu.org>
8265         * textmodes/tex-mode.el (tex-verbatim-environments):
8266         Eliminate CL dependency.
8268 2007-09-17  Richard Stallman  <rms@gnu.org>
8270         * newcomment.el (comment-add): New arg EXTRA.
8271         (comment-region-default): Pass EXTRA if not indenting lines.
8273 2007-09-17  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
8275         * net/browse-url.el (browse-url-url-encode-chars): New function.
8276         URL-encode some chars in a string.
8277         (browse-url-encode-url): Rewrite using the previous function.
8278         (browse-url-file-url): Use `browse-url-url-encode-chars'.
8279         (browse-url-elinks-sentinel): Fix typo.
8280         (browse-url-new-window-flag): Doc change.
8282 2007-09-17  Glenn Morris  <rgm@gnu.org>
8284         * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
8285         filename from `--file-line-error', if it is available.
8287 2007-09-17  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
8289         * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
8290         TeX `--file-line-error' format.
8292 2007-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
8294         * xt-mouse.el: Delete add-hook calls that were moved to
8295         xterm-mouse-mode.
8296         (xterm-mouse-mode): Disable resume-tty-functions, explain why it
8297         does not work.
8299 2007-09-17  Richard Stallman  <rms@gnu.org>
8301         * cus-face.el (custom-theme-set-faces): Undo previous change.
8303         * faces.el (face-spec-set): When FRAME nil, look up each frame in SPEC.
8305 2007-09-17  Glenn Morris  <rgm@gnu.org>
8307         * textmodes/tex-mode.el (tex-region): Simplify previous change,
8308         handling the case where the region is not in `tex-main-file'.
8309         (tex-region-1): Delete.
8310         (tex-region-header): New function, doing the header part of the
8311         old tex-region-1.
8313 2007-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8315         * simple.el (newline): Simplify use of prefix-numeric-value.
8316         (line-move-partial): Remove unused var `ppos'.
8317         (line-move-1): Replace 9999 with most-positive-fixnum.
8318         (move-end-of-line): Use more efficient single-property search.
8319         (move-beginning-of-line): Remove unused var `start'.
8320         (blink-matching-open): Restructure in a more functional style.
8322 2007-09-16  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
8324         * calendar/holidays.el (list-holidays): Remove the cyclic alias.
8326 2007-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8328         * server.el (server-clients): Only keep procs, no properties any more.
8329         (server-client): Remove.
8330         (server-client-get, server-client-set): Remove, replace all callers by
8331         process-get and process-put resp.
8332         (server-clients-with, server-add-client, server-delete-client)
8333         (server-create-tty-frame, server-create-window-system-frame)
8334         (server-process-filter, server-execute, server-visit-files)
8335         (server-buffer-done, server-kill-buffer-query-function)
8336         (server-kill-emacs-query-function, server-switch-buffer)
8337         (server-save-buffers-kill-terminal): Update accordingly.
8339         * server.el (server-with-environment): Simplify.
8340         (server-select-display, server-unselect-display): Re-add functions that
8341         seem to have been lost in the multi-tty merge.
8342         (server-eval-and-print, server-create-tty-frame)
8343         (server-create-window-system-frame, server-goto-toplevel)
8344         (server-execute, server-return-error): New functions extracted from
8345         server-process-filter.
8346         (server-execute-continuation): New functions.
8347         (server-process-filter): Restructure so that all arguments are analysed
8348         first and then acted upon in a subsequent stage.  This way
8349         server-goto-toplevel can be executed later, when we know if
8350         it's necessary.
8351         Remove the "-version" and "-version-good" support.
8353 2007-09-16  Drew Adams  <drew.adams@oracle.com>
8355         * cus-edit.el (custom-face-edit-activate): Doc fix.
8357 2007-09-16  Glenn Morris  <rgm@gnu.org>
8359         * calendar/cal-menu.el, calendar/calendar.el, calendar/diary-lib.el:
8360         Following cal-bahai renaming, update all instances of
8361         list-bahai-diary-entries to diary-bahai-list-entries,
8362         mark-bahai-diary-entries to diary-bahai-mark-entries,
8363         calendar-goto-bahai-date to calendar-bahai-goto-date,
8364         insert-bahai-diary-entry to diary-bahai-insert-entry,
8365         insert-monthly-bahai-diary-entry to diary-bahai-insert-monthly-entry,
8366         insert-yearly-bahai-diary-entry to diary-bahai-insert-yearly-entry, and
8367         calendar-print-bahai-date to calendar-bahai-print-date.
8369         * textmodes/tex-mode.el (tex-region): Handle the case where the
8370         region is not in `tex-main-file'.  Move the old code that applies
8371         to both cases...
8372         (tex-region-1): ...to this new function.
8374 2007-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8376         * vc.el (vc-process-sentinel): New function.
8377         (vc-exec-after): Use it instead of using ugly hackish analysis and
8378         construction of Elisp code.
8379         (vc-sentinel-movepoint): New dynamically scoped var.
8380         (vc-print-log, vc-annotate): Set it to move the user's point.
8382         * vc-cvs.el (vc-cvs-annotate-time): Use inhibit-read-only and
8383         inhibit-modification-hooks.
8385         * calendar/cal-bahai.el (mark-bahai-diary-entries): Fix up typo.
8386         (calendar-bahai-print-date, calendar-bahai-goto-date)
8387         (diary-bahai-list-entries, diary-bahai-insert-entry):
8388         New names to clean up the namespace a bit more.
8389         (calendar-goto-bahai-date, calendar-print-bahai-date): Compat aliases.
8391 2007-09-15  Glenn Morris  <rgm@gnu.org>
8393         * calendar/holidays.el (holiday-list): Rename it back to
8394         `list-holidays', but leave `holiday-list' as an alias.
8396         * textmodes/bibtex-style.el (bibtex-style-indent-basic): Specify a
8397         custom group.
8399         * textmodes/css-mode.el (css): New custom group.
8400         (css-electrick-keys, css-selector, css-property)
8401         (css-indent-offset): Specify custom group.
8403 2007-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8405         * pcvs.el (cvs-tags-list, cvs-retrieve-revision, cvs-find-modif)
8406         (cvs-execute-single-file): Use process-file.
8407         (cvs-run-process): Use start-file-process.
8409 2007-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
8411         * xt-mouse.el (xterm-mouse-mode): Add hooks here not at the top
8412         level.  Remove the hooks when turning off the mode.
8414         * term/xterm.el: Require xt-mouse at compile time.
8415         (terminal-init-xterm): Turn on xterm mouse tracking for this
8416         terminal if xterm-mouse-mode is enabled.
8418 2007-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
8420         * term/xterm.el (xterm-function-map): Replace bindings that were
8421         deleted by the merge.
8423 2007-09-14  Ulf Jasper  <ulf.jasper@web.de>
8425         * play/bubbles.el (bubbles-version): Bump value to "0.5".
8426         (bubbles-mode-map): Move define-key statements here.
8427         (bubbles-game-theme-menu): Ditto.
8428         (bubbles-graphics-theme-menu): Ditto.
8429         (bubbles-menu): Ditto.
8430         (bubbles-mode): Initialize buffer-undo-list, redisplay.
8431         (bubbles--initialize): Reset buffer-undo-list, redisplay.
8432         (bubbles-plop): Set buffer-undo-list, redisplay.
8433         (bubbles-undo): Reset buffer-undo-list, redisplay.
8434         (bubbles--show-images): Take care of missing text properties.
8436 2007-09-14  Glenn Morris  <rgm@gnu.org>
8438         * startup.el (fancy-startup-text, fancy-about-text): Fix face
8439         quoting.
8441         * calendar/cal-hebrew.el, calendar/cal-menu.el
8442         * calendar/calendar.el, calendar/diary-lib.el
8443         * calendar/holidays.el: Rename all instances of
8444         list-calendar-holidays callers to calendar-list-holidays,
8445         list-holidays to holiday-list, check-calendar-holidays to
8446         calendar-check-holidays, mark-calendar-holidays to
8447         calendar-mark-holidays, and filter-visible-calendar-holidays to
8448         holiday-filter-visible-calendar.
8450 2007-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
8452         * term/xterm.el (xterm-function-map): Add C-M- bindings.
8454 2007-09-13  Sascha Wilde  <wilde@sha-bang.de>  (tiny change)
8456         * play/bubbles.el (bubbles--initialize-images): Fix bug:
8457         Use transparent background for empty cells in graphics mode.
8459 2007-09-13  Jari Aalto  <jari.aalto@cante.net>
8461         * man.el (Man-default-man-entry): At end of line, continue looking
8462         to the next line for possible end of hyphenated command.
8464 2007-09-13  Chris Moore  <dooglus@gmail.com>
8466         * shell.el (shell-resync-dirs): Don't move the cursor relative to
8467         the command being edited.
8469 2007-09-12  Jim Meyering  <jim@meyering.net>  (tiny change)
8471         * emacs-lisp/copyright.el (copyright-names-regexp): Doc fix: typo.
8473 2007-09-12  Dan Nicolaescu  <dann@ics.uci.edu>
8475         * term/xterm.el (xterm-function-map): Add bindings for M-S- and
8476         C-M-S- keys.
8478         * term/rxvt.el (rxvt-function-map): Initialize in the declaration.
8480 2007-09-12  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
8482         * net/browse-url.el (browse-url-encode-url): Fix an infinite loop.
8483         New argument `filename-p' to use one set of confusing chars or another.
8484         (browse-url-file-url): Use the argument.
8485         Suggested by Johannes Weiner.
8487 2007-09-12  Romain Francoise  <romain@orebokech.com>
8489         * cus-start.el (all): Revert 2007-09-08 change.
8491 2007-09-12  Aaron Hawley  <aaronh@garden.org>
8493         * jka-cmpr-hook.el (jka-compr-compression-info-list): Use gzip to
8494         extract .Z files, since it is more common than uncompress.
8496 2007-09-12  Glenn Morris  <rgm@gnu.org>
8498         * textmodes/org-publish.el (org-publish-org-to-html): Remove
8499         duplicate function definition.
8501 2007-09-10  Chris Moore  <dooglus@gmail.com>
8503         * diff-mode.el (diff-sanity-check-hunk):
8504         Also accept single-line hunks.
8506 2007-09-10  Chong Yidong  <cyd@stupidchicken.com>
8508         * startup.el (startup-screen-inhibit-startup-screen)
8509         (pure-space-overflow-message): New vars.
8510         (fancy-splash-insert): Allow functions for face and link specs.
8511         (fancy-splash-head): Remove unused arg.  Move splash text...
8512         (fancy-startup-text, fancy-about-text): ...here.
8513         (fancy-startup-tail): Rename from fancy-splash-tail.
8514         (fancy-startup-screen, fancy-about-screen): Split off from
8515         fancy-splash-screens.
8516         (display-startup-screen): New function.
8517         (display-about-screen): Rename from display-splash-screen.
8518         (command-line-1): Use concise startup screen if necessary.
8520 2007-09-10  Thien-Thi Nguyen  <ttn@gnuvola.org>
8522         * net/browse-url.el (browse-url-encode-url): Use copy-sequence.
8523         Reported by Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>.
8525 2007-09-10  Dave Love  <fx@gnu.org>
8527         * outline.el (outline-4, outline-5, outline-7):
8528         Move font-lock-builtin-face down from 4 to 7 to better keep the
8529         progression of color brightness, and to better match Org-mode's faces.
8531 2007-09-10  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
8533         * progmodes/meta-mode.el (meta-font-lock-keywords)
8534         (font-lock-match-meta-declaration-item-and-skip-to-next)
8535         (meta-comment-indent, meta-indent-previous-line)
8536         (meta-indent-unfinished-line, meta-beginning-of-defun)
8537         (meta-end-of-defun, meta-common-initialization): Handle \f.
8538         (meta-indent-unfinished-line): Do not handle a `%' in a string as
8539         a comment-start.
8541         * files.el (file-modes-char-to-who, file-modes-char-to-right)
8542         (file-modes-rights-to-number): Auxiliary functions for symbolic to
8543         numeric notation of file modes.
8544         (file-modes-symbolic-to-number): New.  Convert symbolic modes to its
8545         numeric value.
8546         (read-file-modes): New.  Read either an octal value of a file mode or a
8547         symbolic value, and return its numeric value.
8549         * dired-aux.el (dired-do-chmod): Change to use the built-in
8550         `set-file-modes' and the previous symbolic mode parsing functions.
8552 2007-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8554         * textmodes/texinfo.el: Remove spurious * in docstrings.
8555         (texinfo-mode-syntax-table, texinfo-mode-map):
8556         Initialize in the declaration.
8558         * tmm.el: Remove spurious * in docstrings.
8559         (tmm-prompt): Use with-current-buffer.
8561         * vcursor.el: Remove spurious * in docstrings.
8562         (vcursor-map): Initialize in the declaration.
8563         (vcursor-use-vcursor-map): Use define-minor-mode.
8564         (vcursor-toggle-vcursor-map): Keep as an obsolete alias.
8566         * wid-browse.el (widget-browse-mode-map, widget-minor-mode-map):
8567         Initialize in the declaration.
8568         (widget-minor-mode): Use define-minor-mode.
8570         * woman.el (woman-mode-map, woman-syntax-table):
8571         Initialize in the declaration.
8573 2007-09-09  Tassilo Horn  <tassilo@member.fsf.org>
8575         * doc-view.el: New file.
8577 2007-09-09  Juri Linkov  <juri@jurta.org>
8579         * Makefile.in (update-authors): Add etc/ to AUTHORS.
8581         * makefile.w32-in (update-authors): Add etc/ to AUTHORS.
8583         * startup.el (initial-buffer-choice): Rename choice "Splash screen"
8584         to "Startup screen".  Fix docstring.
8585         (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
8586         (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
8587         (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
8588         (initial-scratch-message): Fix docstring.
8589         (fancy-startup-text): Move link to Emacs Manual below Emacs Guided
8590         Tour (which is a kind of tutorial and will be next to Emacs Tutorial).
8591         Add link to "Customize Startup" and set interval between links to
8592         5 spaces.
8593         (fancy-about-text): Add links "Authors" and "Contributing".
8594         (fancy-splash-head): Add text "Welcome to " on the startup screen,
8595         and "This is " on the about screen.  Add link to
8596         "http://www.gnu.org/software/emacs/" for "GNU Emacs".
8597         For the about screen move emacs version to the header from
8598         `fancy-splash-tail' (as it's done already for normal about screen).
8599         (fancy-splash-tail): Insert emacs version only for startup screen.
8600         (normal-splash-screen): Remove duplicate empty lines.
8601         (normal-about-screen): Add links "Authors" and "Contributing".
8603         * menu-bar.el (menu-bar-help-menu):
8604         Move "About Emacs" and "About GNU" to the end of the Help menu.
8605         Move "Emacs Psychotherapist" after "Send Bug Report...".
8606         Move "External Packages" after "Find Emacs Packages".
8608 2007-09-09  Michael Albinus  <michael.albinus@gmx.de>
8610         * net/tramp.el (top): Remove declarations of `tramp-gw-*' symbols,
8611         they are useless with the byte compiler.
8612         (tramp-make-temp-file, tramp-make-tramp-temp-file): Move up.
8613         (tramp-do-copy-or-rename-file-directly): Rearrange let-bindings.
8614         (tramp-compute-multi-hops): Mask `tramp-gw-*' symbols.
8615         (tramp-file-name-real-host, tramp-file-name-port)
8616         (tramp-find-method, tramp-find-user, tramp-find-host): Make them
8617         defuns.
8619         * net/tramp-cache.el (top): Improve error message when
8620         `tramp-persistency-file-name' is corrupted.
8622 2007-09-09  Carsten Dominik  <dominik@science.uva.nl>
8624         * textmodes/org.el (org-re): Also replace the :alpha: class.
8625         (org-todo-tag-alist): Variable removed.
8626         (org-todo-key-alist, org-todo-key-trigger): New variables.
8627         (org-use-fast-todo-selection): New option.
8628         (org-log-done): Docstring fixed.
8629         (org-deadline-warning-days): New default value 14.
8630         (org-edit-timestamp-down-means-later): New option.
8631         (org-tag-alist): Docstring fixed.
8632         (org-fast-tag-selection-include-todo): New option.
8633         (org-export-language-setup): New languages added.
8634         (org-set-regexps-and-options): Compute the new variables.
8635         (org-paste-subtree): Cleaning up.
8636         (org-remember-apply-template): New escape %A.
8637         (org-todo): Call fast TODO selection.
8638         (org-fast-todo-selection): New function.
8639         (org-add-log-note): Allow prefix for abort exit.
8640         (org-at-property-p, org-entry-properties)
8641         (org-columns-get-autowidth-alist): Use :alpha: class.
8642         (org-get-wdays): New function.
8643         (org-agenda-remove-date): New variable.
8644         (org-agenda-get-deadlines): Use `org-get-wdays'.
8645         (org-agenda-get-deadlines): Reverse ee before returning.
8646         (org-format-agenda-item): New argument REMOVE-RE.
8647         (org-agenda-convert-date): Baha'i calendar added.
8648         (org-infile-export-plist): Also find DATE line.
8649         (org-get-min-level): New function.
8650         (org-export-as-html, org-export-as-ascii): Use the date format.
8651         (org-shiftup, org-shiftdown): Use.
8652         `org-edit-timestamp-down-means-later'.
8653         (org-assign-fast-keys): New function.
8655 2007-09-08  Fredrik Axelsson  <f.axelsson@gmail.com>
8657         * cus-start.el (all): Add prefer-window-split-horizontally from
8658         window.c.
8660 2007-09-08  Eli Zaretskii  <eliz@gnu.org>
8662         * net/browse-url.el (browse-url-galeon): Fix last change.
8663         (top-level): Require cl when compiling.
8665 2007-09-08  Carsten Dominik  <dominik@science.uva.nl>
8667         * textmodes/org-export-latex.el: arch-tag restored.
8669         * textmodes/org-publish.el: arch-tag restored.
8671 2007-09-08  Masatake YAMATO  <jet@gyve.org>
8673         * progmodes/which-func.el (which-func-modes): Add diff-mode.
8675         * progmodes/cc-langs.el: Support new keywords added to
8676         objective-c frontend of gcc.
8677         (c-simple-stmt-kwds): Add @throw.
8678         (c-block-stmt-2-kwds): Add @synchronized.
8679         (c-block-stmt-1-kwds): Add @finally and @try.
8681 2007-09-07  Carsten Dominik  <dominik@science.uva.nl>
8683         * textmodes/org.el (org-edit-timestamp-down-means-later): New option.
8684         (org-agenda-after-show-hook): New variable.
8685         (org-columns-compile-format)
8686         (org-columns-get-autowidth-alist, org-buffer-property-keys)
8687         (org-entry-properties, org-at-property-p): Allow [:alnum:] in
8688         property names.
8689         (org-get-wdays): New function.
8691 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8693         * simple.el (normal-erase-is-backspace-setup-frame): Massage.
8695         * term/xterm.el (xterm-function-map): Initialize in the declaration.
8697         * vc-arch.el (vc-arch-checkin): Fix typo.
8699 2007-09-07  Johan Bockg\e,Ae\e(Brd  <bojohan@gnu.org>
8701         * cus-face.el (custom-theme-set-faces): Set face attributes
8702         locally for each frame.
8704 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8706         * progmodes/fortran.el (fortran-mode): Set font-lock-syntactic-keywords
8707         via font-lock-defaults.
8709         * emacs-lisp/bytecomp.el (byte-compile-log-file): Check major-mode via
8710         derived-mode-p.
8712 2007-09-07  Thien-Thi Nguyen  <ttn@gnuvola.org>
8714         * progmodes/autoconf.el (autoconf-definition-regexp):
8715         Handle optional square brackets around definition name.
8717 2007-09-07  Johannes Weiner  <hannes@saeurebad.de>
8719         * net/browse-url.el (browse-url-browser-function): Add elinks.
8720         (browse-url-elinks-wrapper): New option.
8721         (browse-url-encode-url, browse-url-elinks)
8722         (browse-url-elinks-sentinel): New functions.
8723         (browse-url-file-url, browse-url-netscape, browse-url-mozilla)
8724         (browse-url-firefox, browse-url-galeon, browse-url-epiphany):
8725         Use new function browse-url-encode-url.
8727 2007-09-07  Glenn Morris  <rgm@gnu.org>
8729         * version.el (emacs-version): Revert 2007-08-29 change: no need to
8730         say if multi-tty is present.
8732 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8734         * cus-start.el (split-window-preferred-function): Add custom info.
8736         * calendar/holidays.el (holiday-list, calendar-check-holidays)
8737         (calendar-mark-holidays, calendar-list-holidays)
8738         (holiday-filter-visible-calendar): New names to clean up namespace.
8739         (filter-visible-calendar-holidays, list-calendar-holidays)
8740         (mark-calendar-holidays, check-calendar-holidays, list-holidays):
8741         Add compatibility aliases.
8742         (calendar-check-holidays, calendar-mark-holidays)
8743         (calendar-holiday-list, holiday-filter-visible-calendar): Use dolist.
8744         (holiday-sexp): Replace append with list.
8745         (holiday-filter-visible-calendar): Replace append with push.
8747         * woman.el: Remove spurious * in docstrings.
8748         (woman-mini-help, woman-non-underline-faces, woman0-rename)
8749         (woman-topic-all-completions-merge, woman-file-name-all-completions)
8750         (woman-select-symbol-fonts, woman-expand-directory-path): Use dolist.
8751         (woman-write-directory-cache, woman-display-extended-fonts)
8752         (WoMan-log-begin, WoMan-log-1): Use with-current-buffer.
8753         (woman-really-find-file): Use pop-to-buffer if switch-to-buffer fails.
8754         (woman-mode): Use inhibit-read-only.
8755         (woman-negative-vertical-space): Use dotimes.
8756         (woman2-tagged-paragraph, woman-tab-to-tab-stop): Use insert-char.
8758 2007-09-06  Romain Francoise  <romain@orebokech.com>
8760         * vc-bzr.el (vc-bzr-admin-lastrev): New defconst.
8761         (vc-bzr-workfile-version): Use it.
8763 2007-09-06  Sean O'Rourke  <sorourke@cs.ucsd.edu>
8765         * complete.el (PC-do-completion): Don't try to treat
8766         empty string as an abbreviation.
8768 2007-09-06  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
8770         * help-fns.el (describe-variable): Keep doc's text properties.
8772 2007-09-06  Dan Nicolaescu  <dann@ics.uci.edu>
8774         * vc.el (vc-default-diff-tree): Pass a list to the diff vc command
8775         instead of a file.
8777 2007-09-06  Glenn Morris  <rgm@gnu.org>
8779         * emacs-lisp/checkdoc.el (checkdoc-minor-mode-string): New.
8780         (checkdoc-minor-mode): Allow user to specify lighter via
8781         checkdoc-minor-mode-string.
8783 2007-09-05  Richard Stallman  <rms@gnu.org>
8785         * startup.el (fancy-startup-text): Rename from fancy-splash-text.
8786         Several items removed, simplified, or put on one line.
8787         (fancy-about-text): Add substantial contents, part of startup text.
8788         (fancy-splash-head): Make "GNU" or "GNU/Linux" a link.
8789         (normal-splash-screen): Call normal-mouse-startup-screen,
8790         normal-no-mouse-startup-screen, or normal-about-screen.
8791         (normal-mouse-startup-screen): New fn, broken out, shortened.
8792         (normal-no-mouse-startup-screen): New fn, broken out.
8793         (normal-about-screen): New function, contents all new.
8795 2007-09-05  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
8797         * emacs-lisp/rx.el (rx): Fix typo in docstring.
8799 2007-09-05  Glenn Morris  <rgm@gnu.org>
8801         * cus-edit.el (custom-buffer-create-internal): Check tool-bar-mode
8802         is bound.
8804 2007-09-05  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
8806         * emacs-lisp/advice.el (ad-make-advised-docstring): Highlight note
8807         in doc string.
8809 2007-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
8811         * server.el (server-start, server-unload-hook): Undo previous change.
8813         * xt-mouse.el: Undo previous change.
8815 2007-09-04  Juri Linkov  <juri@jurta.org>
8817         * startup.el (fancy-about-text): New variable.
8818         (fancy-splash-delay, fancy-splash-max-time): Remove user options.
8819         (fancy-current-text, fancy-splash-stop-time)
8820         (fancy-splash-outer-buffer): Remove variables.
8821         (fancy-splash-head, fancy-splash-tail): Add new optional argument
8822         `startup' and use it to conditionally display different texts for
8823         Startup and About screens.  Don't display Help commands on the About
8824         screen.
8825         (fancy-splash-screens-1): Remove function and move its content to
8826         `fancy-splash-screens' to the part that dislpays the About screen.
8827         (exit-splash-screen): Don't treat specially exiting from
8828         alternating screens.
8829         (fancy-splash-screens): Rename argument `static' to `startup'.
8830         Fix docstring.  Remove code for displaying alternating screens.
8831         Use arg `startup' in calls to `fancy-splash-head', `fancy-splash-tail'.
8832         Remove let-bind for `fancy-splash-outer-buffer' and add let-bind
8833         for `inhibit-read-only'.
8834         (normal-splash-screen): Rename argument `static' to `startup'.
8835         Fix docstring.  Use argument `startup' to conditionally display
8836         different texts for Startup and About screens.  Don't display Help
8837         commands on the About screen.  Remove `unwind-protect' `sit-for'
8838         delay and `kill-buffer' after it.
8839         (display-startup-echo-area-message): Remove call to
8840         `use-fancy-splash-screens-p' because image.el is preloaded and
8841         doesn't display "Loading image... done".
8842         (display-splash-screen): Rename argument `static' to `startup'.
8843         Fix docstring.
8845 2007-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
8847         * server.el (server-start, server-unload-hook):
8848         suspend-tty-functions has been renamed to suspend-tty-hook.
8850         * xt-mouse.el: Likewise.  resume-tty-functions has been renamed to
8851         resume-tty-hook.
8853 2007-09-03  Emanuele Giaquinta  <e.giaquinta@glauco.it>  (tiny change)
8855         * loadup.el: Fix merge problem, only load "button" once.
8857 2007-09-03  Glenn Morris  <rgm@gnu.org>
8859         * vc-svn.el (vc-svn-print-log): If there is only one file, use
8860         "Working file:" as the prefix, for the sake of
8861         log-view-current-file.
8863 2007-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
8865         * term/xterm.el (xterm-modify-other-keys-terminal-list): New variable.
8866         (xterm-turn-on-modify-other-keys): Only turn on modify-other-keys
8867         if the selected frames is in
8868         xterm-modify-other-keys-terminal-list.
8869         (xterm-turn-off-modify-other-keys): Add an optional frame
8870         parameter.  Only turn off modify-other-keys if FRAME is in
8871         xterm-modify-other-keys-terminal-list.
8872         (xterm-remove-modify-other-keys): New function.
8873         (terminal-init-xterm): Use it.  Deal with delete-frame hook.
8874         Add the selected frame to xterm-modify-other-keys-terminal-list.
8876 2007-09-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8878         * term/x-win.el (x-gtk-stock-map): Map diropen to system-file-manager.
8879         (icon-map-list): New variable.
8880         (x-gtk-map-stock): Use icon-map-list.
8882 2007-09-02  Romain Francoise  <romain@orebokech.com>
8884         * log-view.el (log-view-current-file): Balance parens.
8886 2007-09-02  Glenn Morris  <rgm@gnu.org>
8888         * comint.el (comint-mode): Don't set scroll-conservatively.
8890         * eshell/em-unix.el (eshell/time): Stringify and flatten the
8891         non-command arguments.
8893         * log-view.el (log-view-current-file): Give a more explicit error
8894         if log-view-file-re fails to find a match.
8896 2007-09-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
8898         * emacs-lisp/bytecomp.el (byte-recompile-directory):
8899         Fix bug: Don't expand top-level file name more than once.
8900         Reported by Dmitry Antipov <dmantipov@yandex.ru>.
8902 2007-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8904         * server.el (server-process-filter): Don't display the splash screen.
8905         It's annoying enough on the initial screen and becomes positively
8906         obnoxious here.
8908 2007-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
8910         * emacs-lisp/avl-tree.el: Use defstruct rather than macros.
8911         Change naming to use "avl-tree--" for internal functions.
8913 2007-08-31  Dan Nicolaescu  <dann@ics.uci.edu>
8915         * term/x-win.el (x-menu-bar-open): Delete duplicated function from
8916         the merge.
8917         (global-set-key): Delete f10 mapping, now done in menu-bar.el.
8918         (provide): Move to the end of file.
8920         * vc-svn.el (vc-svn-diff-tree): Pass a list to vc-svn-diff.
8922 2007-08-31  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
8924         * textmodes/flyspell.el (flyspell-mark-duplications-exceptions):
8925         New variable.  List of exceptions for the duplicated word rule.
8926         (flyspell-mark-duplications-flag): Mention it.
8927         (flyspell-word): Treat it.
8929         * files.el (create-file-buffer): If the filename sans directory starts
8930         with spaces, remove them.
8932 2007-08-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8934         * term/x-win.el (x-gtk-stock-map): Add etc/images to keys.
8935         (x-gtk-map-stock): Use two directory elements when matching
8936         file name.
8938 2007-08-31  James Wright  <james@chumsley.org>
8940         * eshell/em-unix.el (eshell/info): New function.
8942 2007-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
8944         * frame.el (frame-initialize, make-frame):
8945         * server.el (server-process-filter):
8946         * faces.el (tty-set-up-initial-frame-faces): Don't set
8947         term-environment-variable since it's not used any more.
8949         * env.el (setenv): Don't treat $TERM specially.
8951         * startup.el (normal-top-level): Set $TERM to `dumb' so that unless
8952         stated otherwise, subprocesses do not send back escape sequences
8953         corresponding to the terminal from which Emacs was started.
8955 2007-08-31  Thien-Thi Nguyen  <ttn@gnuvola.org>
8957         * calculator.el: Require cl for compilation.
8959 2007-08-30  Daniel Pfeiffer  <occitan@esperanto.org>
8961         * outline.el (outline-font-lock-levels): Comment out unused var.
8962         (outline-font-lock-face): Wrap around face list to handle any
8963         nesting depth gracefully.
8965 2007-08-30  Michael Albinus  <michael.albinus@gmx.de>
8967         * net/ange-ftp.el: Add ange-ftp property to `set-file-modes' and
8968         `set-file-times'.
8970 2007-08-30  Carsten Dominik  <dominik@science.uva.nl>
8972         * textmodes/org.el (org-export-visible): Fix drawers before export.
8973         (org-do-sort): Allow sorting by priority.
8974         (org-agenda-files): Ignore non-existing files.
8975         (org-agenda-skip-unavailable-files): New variable.
8976         (org-ellipsis): All a face as value.
8977         (org-mode): Interprete the face value of `org-ellipsis'.
8978         (org-archive-save-context-info): New option.
8979         (org-archive-subtree): Store context info in archived entry.
8980         (org-fast-tag-selection-can-set-todo-state): New variable.
8981         (org-fast-tag-selection): Allow setting TODO states through this
8982         interface.
8983         (org-cycle): Docstring updated.
8984         (org-todo-keyword-faces): New option.
8985         (org-get-todo-face): New function.
8986         (org-set-font-lock-defaults, org-agenda-highlight-todo):
8987         Use `org-get-todo-face'.
8988         (org-switch-to-buffer-other-window): New function.
8989         (org-table-edit-field, org-table-show-reference)
8990         (org-table-edit-formulas, org-add-log-note)
8991         (org-fast-tag-selection, org-agenda, org-prepare-agenda)
8992         (org-timeline): Use `org-switch-to-buffer-other-window' instead of
8993         `switch-to-buffer-other-window' to make sure that the temporary
8994         windows show up on the current frame.
8995         (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
8996         (org-get-entries-from-diary, org-replace-region-by-html):
8997         Don't allow pop-up frames.
8998         (org-agenda-get-deadlines, org-agenda-get-scheduled):
8999         Fix problems with time-of-day.
9000         (org-export-get-title-from-subtree): New function.
9001         (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
9002         with listing items that are DONE.
9003         (org-change-tag-in-region): New command.
9004         (org-agenda-skip-scheduled-if-done)
9005         (org-agenda-skip-deadline-if-done): Docstring clarified.
9006         (org-mode): Hide drawers on startup.
9007         (org-get-todo-face): New function.
9008         (org-todo-keyword-faces): New option.
9009         (org-set-regexps-and-options): Use `org-remove-keyword-keys'.
9010         (org-remove-keyword-keys): New function.
9012 2007-08-30  Jari Aalto  <jari.aalto@cante.net>  (tiny change)
9014         * progmodes/grep.el (grep-find-ignored-directories):
9015         Add monotone _MTN bookkeeping directory in workspaces.
9016         Add RCS control directory.  List items in alphabetical order.
9018         * progmodes/grep.el (grep-files-aliases): Add cc alias.
9019         Sort items in alphabetical order.  Fix parens.
9021 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
9023         * vc-hg.el (vc-hg-extra-menu-map): New variable.
9024         (vc-hg-extra-menu, vc-hg-outgoing, vc-hg-incoming, vc-hg-push)
9025         (vc-hg-pull): New functions.
9026         (vc-hg-outgoing-mode, vc-hg-incoming-mode): New derived modes.
9028         * term/mac-win.el: Don't require url, only autoloaded url
9029         functions are used in this file.
9031 2007-08-29  Andreas Schwab  <schwab@suse.de>
9033         * shell.el (shell): Return correct value from interactive spec.
9035 2007-08-29  Glenn Morris  <rgm@gnu.org>
9037         * version.el (emacs-version): Increase to 23.0.50.
9039 2007-08-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9041         * term/x-win.el (x-gtk-stock-map): :version changed to 23.1.
9043 2007-08-29  Juri Linkov  <juri@jurta.org>
9045         * loadup.el: Add "button" loading after "faces" and move "startup"
9046         to load after "button".
9048 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
9050         * loadup.el: Load term/mac-win on a Mac using Carbon.
9052         * term/mac-win.el: Provide mac-win.
9053         (mac-initialized): New variable.
9054         (mac-initialize-window-system): New function.  Move global setup here.
9055         (handle-args-function-alist, frame-creation-function-alist):
9056         (window-system-initialization-alist): Add mac entries.
9057         (x-setup-function-keys): New function containing all the
9058         top level function key definitions.
9060         * term/x-win.el (x-menu-bar-open): Use accelerate-menu.
9062         * env.el (read-envvar-name): Don't consider the environment frame param.
9064         * env.el (setenv):
9065         * frame.el (frame-initialize, make-frame):
9066         * faces.el (tty-set-up-initial-frame-faces):
9067         * server.el (server-process-filter): Set
9068         display-environment-variable and term-environment-variable.
9070         * server.el (server-process-filter): Set COLORFGBG and COLORTERM.
9072 2007-08-29  Jason Rumney  <jasonr@gnu.org>
9074         * loadup.el: Only load term/x-win when X is compiled in.
9075         Load term/w32-win and dependencies on windows-nt.
9077         * term/w32-win.el: Reorder to match x-win.el more closely.
9078         Provide w32-win.  Don't throw error when global window-system not w32.
9079         (internal-face-interactive): Remove obsolete function.
9080         (x-setup-function-keys): Use local-function-key-map.
9081         (w32-initialized): New variable.
9082         (w32-initialize-window-system): Set it.
9083         Move more global setup here.
9084         (x-setup-function-keys): New function.
9085         (w32-initialize-window-system): Move non function key global setup here.
9086         (x-cut-buffer-max): Remove.
9087         (w32-initialize-window-system): New function.
9088         (handle-args-function-alist, frame-creation-function-alist):
9089         (window-system-initialization-alist): Add w32 entries.
9091 2007-08-29  David Kastrup  <dak@gnu.org>
9093         * env.el (getenv): Pass frame to getenv-internal.
9095 2007-08-29  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
9097         * version.el (emacs-version): Show if multi-tty is present.
9099         * loadup.el: Delay loading env; mule-conf gets confused by cl
9100         during bootstrap.  Also load termdev and term/x-win.
9102         * bindings.el (mode-line-client): New variable.
9103         (help-echo): Add it to the default mode-line format.
9105         * cus-start.el: Remove bogus window-system reference from GTK test.
9107         * progmodes/ebrowse.el (ebrowse-electric-list-mode-map)
9108         (ebrowse-electric-position-mode-map):
9109         * ebuff-menu.el (electric-buffer-menu-mode-map):
9110         * echistory.el (electric-history-map): Bind C-z to `suspend-frame',
9111         not `suspend-emacs'.
9113         * ediff-wind.el (ediff-setup-windows-automatic): New function.
9114         (ediff-window-setup-function): Use it as default.
9116         * files.el (save-buffers-kill-terminal): New function.
9117         (ctl-x-map): Change binding of C-x C-c to save-buffers-kill-terminal.
9119         * font-lock.el (lisp-font-lock-keywords-2): Add `let-environment'
9120         and `with-selected-frame'.
9122         * help-fns.el (describe-variable): Describe frame-local variables
9123         correctly.
9125         * simple.el (normal-erase-is-backspace-mode): Rewrite for multiple
9126         display support.
9127         (normal-erase-is-backspace-setup-frame): New function.
9129         * subr.el (with-selected-frame): New function.
9130         (read-quoted-char): Use terminal-local binding of
9131         local-function-key-map instead of function-key-map.
9133         * talk.el (talk): New function.
9134         (talk-handle-delete-frame): New function.
9135         (talk-add-display): Open a new frame only if FRAME was not a frame.
9137         * termdev.el: New file.
9139         * menu-bar.el (menu-bar-open): New function.  Bind it to f10.
9140         * term/x-win.el: Don't bind f10.
9141         * tmm.el: Remove autoload binding for f10.
9143         * international/encoded-kb.el (encoded-kbd-setup-display): Use
9144         `set-input-meta-mode'.  Fix broken condition before set-input-mode.
9145         Store the saved input method as a terminal parameter.  Add keymap
9146         parameter.  Use it instead of changing key-translation-map directly.
9147         (saved-key-translation-map, encoded-kbd-mode, saved-input-mode):
9148         Remove.
9149         (encoded-kbd-setup-display): New function.
9151         * international/mule-cmds.el (set-locale-environment): Fix getenv
9152         call.  Use save-buffers-kill-terminal.  Ignore window-system; always
9153         set the keyboard coding system.  Add DISPLAY parameter.
9154         (set-display-table-and-terminal-coding-system): Add DISPLAY
9155         parameter.  Pass it to set-terminal-coding-system.
9157         * international/mule.el (keyboard-coding-system): Test for
9158         encoded-kbd-setup-display, not encoded-kbd-mode.
9159         (set-terminal-coding-system, set-keyboard-coding-system): Add
9160         DISPLAY parameter.
9161         (set-keyboard-coding-system): Use encoded-kbd-setup-display.
9163         * term/README: Update.
9165         * term/linux.el (terminal-init-linux): Use `set-input-meta-mode'.
9167         * term/x-win.el (x-setup-function-keys): New function.  Move
9168         function-key-map tweaks here.  Protect against multiple calls on
9169         the same terminal.  Use terminal-local binding of
9170         local-function-key-map instead of function-key-map.
9171         (x-initialize-window-system): Make a copy of pure list.  Pass a
9172         frame getenv.
9174         * term/vt200.el, term/vt201.el, term/vt220.el, term/vt240.el:
9175         * term/vt300.el, term/vt320.el, term/vt400.el, term/vt420.el:
9176         * term/AT386.el, term/internal.el, term/iris-ansi.el, term/lk201.el:
9177         * term/mac-win.el, term/news.el, term/rxvt.el, term/sun.el:
9178         * term/tvi970.el, term/wyse50.el: Use terminal-local binding of
9179         local-function-key-map instead of function-key-map.
9181         * term/rxvt.el, term/xterm.el: Speed up load time by protecting
9182         `substitute-key-definition' and `define-key' calls against
9183         multiple execution.  Use terminal-local binding of
9184         local-function-key-map instead of function-key-map.  Pass a frame
9185         to getenv.
9187         * edmacro.el (edmacro-format-keys):
9188         * emulation/cua-base.el (cua--pre-command-handler):
9189         * isearch.el (isearch-other-meta-char):
9190         * xt-mouse.el: Use terminal-local binding of
9191         local-function-key-map instead of function-key-map.
9193         * fringe.el (set-fringe-mode): Simplify and fix using
9194         `modify-all-frames-parameters'.
9195         * scroll-bar.el (set-scroll-bar-mode): Ditto.
9196         * tool-bar.el (tool-bar-mode): Ditto.  Remove 'tool-bar-map length
9197         check before calling `tool-bar-setup'.
9198         (tool-bar-setup): New variable.
9199         (tool-bar-setup): Use it to guard against multiple calls.  Add
9200         optional frame parameter, and select that frame before adding items.
9201         (toggle-tool-bar-mode-from-frame): New function.
9203         * menu-bar.el (toggle-menu-bar-mode-from-frame): New function.
9204         (menu-bar-showhide-menu): Use toggle-menu-bar-mode-from-frame and
9205         toggle-tool-bar-mode-from-frame to change "Menu-bar" and
9206         "Tool-bar" toggles to reflect the state of the current frame.
9207         (menu-bar-mode): Simplify and fix using `modify-all-frames-parameters'.
9209         * env.el: Require cl for byte compilation (for `block' and `return').
9210         (environment, setenv-internal): New functions.
9211         (let-environment): New macro.
9212         (setenv, getenv): Add optional terminal parameter.  Update docs.
9213         (setenv): Use setenv-internal.  Always set process-environment.
9214         Handle `local-environment-variables'.
9215         (read-envvar-name, setenv, getenv): Use frame parameters
9216         to store the local environment, not terminal parameters.  Include
9217         `process-environment' as well.
9219         * faces.el (tty-run-terminal-initialization): New function.
9220         (tty-create-frame-with-faces): Use it.  Set up faces and
9221         background mode only after the terminal has been initialized.
9222         Call terminal-init-*.  Don't load the initialization file more
9223         than once.  Call set-locale-environment.
9224         (frame-set-background-mode): Handle the 'background-mode terminal
9225         parameter.
9226         (tty-find-type): New function.
9227         (x-create-frame-with-faces): Remove bogus check for
9228         first frame.  Call `tool-bar-setup'.  Don't make frame visible
9229         until we are done setting up all its parameters.  Call
9230         x-setup-function-keys.
9232         * frame.el (make-frame): Always inherit 'environment and 'client
9233         parameters.  Set up the 'environment frame parameter, when needed.
9234         Also inherit 'client parameter.  Don't override explicitly
9235         specified values with inherited ones.  Add 'terminal frame
9236         parameter.  Append window-system-default-frame-alist to parameters
9237         before calling frame-creation-function.
9238         (frame-initialize): Copy the environment from the initial frame.
9239         (window-system-default-frame-alist): Enhance doc string.
9240         (frame-notice-user-settings): Don't put 'tool-bar-lines in
9241         `default-frame-alist' when initial frame is on a tty.
9242         (modify-all-frames-parameters): Simplify using `assq-delete-all'.
9243         Remove specified parameters from `window-system-default-frame-alist'.
9244         (make-frame-on-tty, framep-on-display, suspend-frame):
9245         Extend doc string, update parameter names.
9246         (frames-on-display-list): Use terminal-id to get the display id.
9247         (frame-notice-user-settings): Extend to apply
9248         settings in `window-system-default-frame-alist' as well.
9249         (terminal-id, terminal-parameters, terminal-parameter)
9250         (set-terminal-parameter, terminal-handle-delete-frame): New functions.
9251         (delete-frame-functions): Add to `delete-frame-functions' hook.
9252         (blink-cursor-mode): Adapt blink-cursor-mode default
9253         value from startup.el.
9254         (make-frame-on-display): Protect condition on x-initialized when
9255         x-win.el is not loaded.  Update doc.
9256         (suspend-frame): Use display-controlling-tty-p to decide between
9257         suspend-emacs and suspend-tty.
9258         (frames-on-display-list): Update for display ids.
9259         (framep-on-display): Ditto.
9260         (suspend-frame): Use display-name, not frame-tty-name.
9261         (selected-terminal): New function.
9263         * server.el: Use `device' instead of `display' or `display-id' in
9264         variable and client parameter names.
9265         (server-select-display): Remove (unused).
9266         (server-tty-live-p, server-handle-delete-tty): Remove.
9267         (server-unquote-arg, server-quote-arg, server-buffer-clients):
9268         Update docs.
9269         (server-getenv-from, server-with-environment, server-send-string)
9270         (server-save-buffers-kill-terminal): New functions.
9271         (server-delete-client): Handle quits in kill-buffer.  Don't kill
9272         modified buffers.  Add extra logging.  Delete frames after
9273         deleting the tty.  Clear 'client parameter before deleting a frame.
9274         Use delete-display, not delete-tty.
9275         (server-visit-files): Don't set `server-existing-buffer' if the
9276         buffer already has other clients.  Return list of buffers
9277         created.  Update doc.  Don't set client-record when nowait.
9278         (server-handle-delete-frame): Delete the client if this was its
9279         last frame.  Check that the frame is alive.  Remove bogus comment.
9280         Add note on possible race condition.  Delete tty clients, if needed.
9281         (server-handle-suspend-tty): Use server-send-string.  Kill the
9282         client in case of errors from process-send-string.  Use the display
9283         parameter.
9284         (server-unload-hook): Remove obsolete delete-tty hook.
9285         (server-start): Ask before restarting if the old server still has
9286         clients.  Add feedback messages.  Remove obsolete delete-tty hook.
9287         (server-process-filter): Use server-send-string.  Accept `-dir'
9288         command.  Switch to *scratch* immediately after creating the frame,
9289         before evaluating any -evals.  Protect `display-splash-screen'
9290         call in a condition-case.  Explain why.  Call
9291         `display-startup-echo-area-message' before
9292         `display-splash-screen'.  Don't display the splash screen when no
9293         frame was created.  Show the Emacs splash screen and startup echo
9294         area message.  Display the *scratch* buffer by default.  Store the
9295         local environment in a frame (not terminal) parameter.  Do not try
9296         to decode environment strings.  Fix reference to the 'display
9297         frame parameter.  Change syntax of environment variables.  Put
9298         environment into terminal parameters, not client parameters.  Use
9299         a dummy client with --no-wait's X frames.  In `-position LINE'
9300         handler, don't ruin the request string until the line number is
9301         extracted.  Log opened files.  Handle -current-frame command.
9302         Don't create frames when it is given.  Don't bind X frames to the
9303         client when we are in -no-wait mode.  Set locale environment
9304         variables from client while creating tty frames.  Disable call to
9305         configure-display-for-locale.  When processing -position command,
9306         don't change the request string until the parameters are
9307         extracted.  Don't try to create an X frame when Emacs does not
9308         support it.  Improve logging.  Temporarily set ncurses-related
9309         environment variables to those of the client while creating a new
9310         tty frame.  Select buffers opened by nowait clients, don't leave
9311         them buried under others.  Set the display parameter, and use it
9312         when appropriate.
9314         * startup.el (display-startup-echo-area-message): Handle
9315         `inhibit-startup-echo-area-message' here.
9316         (command-line-1): Moved from here.
9317         (fancy-splash-screens): Use `overriding-local-map' instead of
9318         `overriding-terminal-local-map' for now; the latter doesn't work
9319         right, it looses keypresses to another terminal.  Use
9320         `overriding-terminal-local-map' to set up keymap.  Install a
9321         `delete-frame-functions' hook to catch `delete-frame' events.
9322         Ignore `select-window' events to cope better with
9323         `focus-follows-mouse'.  Don't switch back to the original buffer
9324         if the splash frame has been killed.  Restore previous buffer, even
9325         if it's *scratch*.
9326         (normal-splash-screen): Don't let-bind `mode-line-format'; it
9327         changes the global binding - setq it instead.  Use
9328         `save-buffers-kill-terminal'.
9329         (display-splash-screen): Don't do anything if the splash screen is
9330         already displayed elsewhere.
9331         (fancy-splash-exit, fancy-splash-delete-frame): New functions.
9332         (command-line): Replace duplicated code with a call to
9333         tty-run-terminal-initialization.  Don't load the terminal
9334         initialization file more than once.  Remove call to nonexistent
9335         function `set-locale-translation-file-name'.
9337         * xt-mouse.el (xterm-mouse-x, xterm-mouse-y): Convert to terminal
9338         parameters.
9339         (xterm-mouse-position-function, xterm-mouse-event): Update.
9340         (xterm-mouse-mode): Don't depend on current value of window-system.
9341         (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
9342         Update for multi-tty.
9343         (turn-on-xterm-mouse-tracking-on-terminal)
9344         (turn-off-xterm-mouse-tracking-on-terminal)
9345         (xterm-mouse-handle-delete-frame): New functions.
9346         (delete-frame-functions, after-make-frame-functions)
9347         (suspend-tty-functions, resume-tty-functions): Install extra hooks
9348         for multi-tty.
9350 2007-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9352         * simple.el (invisible-p): Remove: implemented in C now.
9353         (line-move-invisible-p): Remove obsolete alias.
9355 2007-08-28  Juri Linkov  <juri@jurta.org>
9357         * image-mode.el (image-type): New variable.
9358         (image-mode): Set default major mode name to "Image[text]".
9359         (image-minor-mode): Change LIGHTER to display image-type in the
9360         mode line.
9361         (image-minor-mode): Set default image-type to "text".
9362         (image-toggle-display): After switching to text mode, set
9363         image-type to "text" and major mode name to "Image[text]".
9364         After switching to image mode, set image-type to actual image
9365         type, and add image type to major mode name.  Let-bind the same
9366         variable names as arguments of `image-type' and `create-image'.
9367         Bind `type' to the result of `image-type' and use it as arg
9368         of `create-image' to not determine the image type twice.
9370 2007-08-28  Michael Albinus  <michael.albinus@gmx.de>
9372         * net/tramp.el (tramp-handle-set-file-times): Flush the file properties.
9373         (tramp-set-file-uid-gid, tramp-get-local-uid)
9374         (tramp-get-local-gid): New defuns.
9375         (tramp-handle-copy-file): Handle new parameter PRESERVE-UID-GID.
9376         (tramp-do-copy-or-rename-file): New parameter PRESERVE-UID-GID.
9377         Improve fast track.
9378         (tramp-do-copy-or-rename-file-directly): Sync parameter list with
9379         the other tramp-do-copy-or-rename-file-* functions.  Major rewrite.
9380         (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
9381         (tramp-handle-write-region): Improve fast track.
9382         (tramp-handle-file-remote-p): IDENTIFICATION can also be `localname'.
9383         (tramp-maybe-open-connection): Let `process-adaptive-read-buffering'
9384         be nil.
9386 2007-08-28  Ivan Kanis  <apple@kanis.eu>
9388         * time.el: New feature to display several time zones in a buffer.
9389         (display-time-world-mode, display-time-world-display)
9390         (display-time-world, display-time-world-timer): New functions.
9391         (display-time-world-list, display-time-world-time-format)
9392         (display-time-world-buffer-name, display-time-world-timer-enable)
9393         (display-time-world-timer-second, display-time-world-mode-map):
9394         New variables.
9396 2007-08-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9398         * term/x-win.el (x-gtk-stock-map): New variable.
9399         (x-gtk-map-stock): New function.
9401         * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
9402         prev/next-node.
9404 2007-08-28  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>  (tiny change)
9406         * play/gamegrid.el (gamegrid-init): Set line-spacing to 0.
9408 2007-08-28  Glenn Morris  <rgm@gnu.org>
9410         * progmodes/cc-langs.el (c-constant-kwds): Add java: null, true, false.
9412 2007-08-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
9414         * progmodes/modula2.el (m2-definition, m2-module):
9415         Don't use previous-line.  Reported by T. V. Raman.
9417 2007-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9419         * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
9420         argument to tool-bar-mode call.
9422 2007-08-27  Glenn Morris  <rgm@gnu.org>
9424         * diff-mode.el (diff-find-file-name): Only accept regular files,
9425         to rule out /dev/null, directories, etc.
9427         * vc-svn.el (vc-svn-diff): If the repository version of all the
9428         files is the same as the specified OLDVERS, do a local diff.
9430 2007-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9432         * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
9433         of buffers in uniquify-managed.
9435         * simple.el (invisible-p): Rename from text-invisible-p.
9436         Update callers.
9438 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9440         * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
9441         (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
9442         (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
9443         (cperl-etags-goto-tag-location): Use new style backquotes.
9445         * net/browse-url.el: Remove spurious * in custom docstrings.
9446         (browse-url-filename-alist): Use new-style backquote.
9448         * emacs-lisp/backquote.el (backquote-unquote-symbol)
9449         (backquote-splice-symbol): Clarify they're not new-style unquotes.
9451         * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
9452         (\,@): Backslash the , and ,@ which are not new-style unquotes.
9454         * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
9456         * net/socks.el (socks-username/password-auth-filter):
9457         Remove unused vars `state' and `desired-len'.
9458         (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
9459         (socks-wait-for-state-change): Use new-style backquotes.
9461         * pcvs.el (cvs-mode-status): Fix long-standing typo.
9463         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
9464         backquotes after each `read' rather than once per buffer.
9466         * dframe.el: Remove spurious * in custom docstrings.
9467         (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
9468         (dframe-xemacs20p): Remove, inline at the sole use point.
9469         (defface): Don't defvar the face, don't use old-style backquote.
9470         (defcustom): Don't use old-style backquote.
9471         (dframe-frame-parameter, dframe-mouse-event-p):
9472         Make it obvious that it's always defined.
9473         (dframe-popup-kludge): New function to replace
9474         dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
9475         (dframe-frame-mode, dframe-set-timer-internal)
9476         (dframe-mouse-set-point): Remove use of with-no-warnings from
9477         XEmacs-specific code.
9478         (dframe-set-timer-internal): Fix very old bug with
9479         post-command-idle-hook.
9481         * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
9483 2007-08-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
9485         * emacs-lisp/avl-tree.el: New file.
9487 2007-08-26  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
9489         * hi-lock.el (hi-lock-unface-buffer): Show a x-menu only if the mouse
9490         was used.
9492 2007-08-26  Sean O'Rourke  <seano@cs.ucsd.edu>
9494         * complete.el (PC-do-completion): Make RET accept a non-unique but
9495         complete expansion again.
9497 2007-08-26  Thien-Thi Nguyen  <ttn@gnuvola.org>
9499         * eshell/esh-opt.el (eshell-eval-using-options):
9500         Add debug declaration.
9502 2007-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
9504         * log-view.el (log-view-toggle-mark-entry): Add docstring.
9505         (log-view-get-marked): Likewise.
9507         * vc-hooks.el (vc-registered): Use mapc instead of mapcar.
9508         (vc-delete-automatic-version-backups): Likewise.
9510         * vc.el (vc-dired-buffers-for-dir): Likewise.
9512 2007-08-25  Dan Nicolaescu  <dann@ics.uci.edu>
9514         * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
9515         safe-local-variable setting.
9516         * progmodes/perl-mode.el (perl-indent-level): Likewise.
9518         * log-view.el (log-view-marked-list): Delete variable.
9519         (log-view-mode): Don't use it.
9520         (log-view-toggle-mark-entry): Likewise, simplify.
9521         (log-view-current-tag): Don't return properties.
9522         (log-view-get-marked): New function.
9524 2007-08-25  Alexandre Julliard  <julliard@winehq.org>
9526         * vc-git.el (vc-git-mode-line-string): New function.
9528 2007-08-25  Alan Mackenzie  <acm@muc.de>
9530         * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
9531         new language variable.
9533         * progmodes/cc-engine.el (c-brace-anchor-point): new function.
9534         (c-add-stmt-syntax): Give accurate anchor points for "namespace",
9535         "extern" etc., rather than BOI.  Fix addition of spurious
9536         syntactic-symbol 'defun-block-intro, replacing it with
9537         'innamespace, etc.
9539 2007-08-25  Juri Linkov  <juri@jurta.org>
9541         * files.el (auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el.
9543         * image-mode.el: Add autoloads to put associations in auto-mode-alist:
9544         associate "\\.x[bp]m\\'" with c-mode and image-mode-maybe, and
9545         "\\.svgz?\\'" with xml-mode and image-mode-maybe.
9547         * image.el (image-type-header-regexps): Use more complex regexp for svg.
9548         (image-type-file-name-regexps): Add ("\\.svgz?\\'" . svg).
9549         (image-type-auto-detectable): Add (svg . maybe).
9551         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add .svgz
9552         to treat it like .tgz.
9554         * calendar/cal-bahai.el: Add file coding cookie.
9556 2007-08-25  Reiner Steib  <Reiner.Steib@gmx.de>
9558         * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
9559         Don't behave differently when executed via M-x.  Add doc string.
9561         * sort.el (sort-fold-case, sort-numeric-base): Mark as
9562         safe-local-variable.
9564 2007-08-25  Jay Belanger  <jay.p.belanger@gmail.com>
9566         * calc/calc-forms.el (var-TimeZone): Make nil explicitly
9567         the default value.
9568         (math-calendar-tzinfo): New variable.
9569         (math-get-calendar-tzinfo): New function.
9570         (calcFunc-tzone, calcFunc-dst): Use Emacs's calendar
9571         to get information when zone is nil.
9573 2007-08-24  Dan Nicolaescu  <dann@ics.uci.edu>
9575         * log-view.el (log-view-toggle-mark-entry): New function.
9576         (log-view-mode-map): Bind it.
9577         (log-view-marked-list): New variable.
9578         (log-view-mode): Make it local.
9580 2007-08-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
9582         * play/zone.el (zone-pgm-rat-race): New func.
9583         (zone-programs): Add `zone-pgm-rat-race'.
9585 2007-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9587         * emacs-lisp/byte-opt.el (byte-optimize-if): Don't presume `clause' is
9588         a list.
9590 2007-08-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
9592         * progmodes/hideshow.el (hs-match-data): Delete alias.
9593         (hs-hide-block-at-point, hs-find-block-beginning)
9594         (hs-show-block): Use `match-data' directly.
9596 2007-08-24  Martin Rudalics  <rudalics@gmx.at>
9598         * format.el (format-alist): Fix typo in doc-string.
9600 2007-08-24  Michael Albinus  <michael.albinus@gmx.de>
9602         * net/tramp.el (tramp-local-host-p): New defun.
9603         (tramp-handle-file-local-copy, tramp-handle-write-region):
9604         Implement fast track when being on the local host.
9605         (tramp-file-name-handler): Don't set "started" property.  It shall
9606         be reserved for the "ftp" method.
9607         (tramp-make-copy-program-file-name): Use `tramp-file-name-real-host'.
9609         * net/tramp-ftp.el (top): Autoload `tramp-set-connection-property'.
9610         (tramp-ftp-file-name-handler): Set "started" property.
9612 2007-08-24  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
9614         * files.el (backup-buffer-copy): Don't wrap delete in
9615         condition-case, only try to delete if file exists.
9617 2007-08-24  Glenn Morris  <rgm@gnu.org>
9619         * files.el (backup-buffer-copy): Revert 2007-08-22 change.
9621         * startup.el (tutorial-directory): Set with eval-at-startup so it
9622         gets the right value in an installed Emacs.
9624 2007-08-24  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
9626         * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): New face.
9627         (eldoc-highlight-function-argument): Use it.
9629 2007-08-23  Masatake YAMATO  <jet@gyve.org>
9631         * progmodes/cc-fonts.el (gtkdoc-font-lock-doc-comments): Highlight
9632         name of parameters in document body.
9634 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9636         * emacs-lisp/bytecomp.el (byte-compile-output-docform)
9637         (byte-compile-output-as-comment): Use with-current-buffer rather than
9638         a weird set-buffer&prog1 combination.
9640         * emacs-lisp/byte-opt.el (byte-optimize-if): Move `progn' out of the
9641         test so as to optimise cases where the `progn's result is constant.
9643 2007-08-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
9645         * locate.el (locate-get-file-positions):
9646         Use line-beginning-position and line-end-position.
9648 2007-08-23  John Wiegley  <johnw@newartisans.com>
9650         * calendar/cal-bahai.el: Added in the diacriticals that were
9651         missing for many of the month names.
9653 2007-08-22  Jason Rumney  <jasonr@gnu.org>
9655         * vc-hooks.el (vc-menu-map-filter): Reapply 2007-08-06 bugfix.
9657 2007-08-22  Chong Yidong  <cyd@stupidchicken.com>
9659         * image-mode.el (image-minor-mode): Use image-mode-text-map.
9661 2007-08-22  Sean O'Rourke  <sorourke@cs.ucsd.edu>
9663         * dabbrev.el (dabbrev--progress-reporter): New variable.
9664         (dabbrev--scanning-message): Delete func.
9665         (dabbrev--find-expansion): Use a progress reporter
9666         instead of dabbrev--scanning-message.
9668 2007-08-22  Michael Albinus  <michael.albinus@gmx.de>
9670         * comint.el (comint-exec-1): Raise an error if
9671         `start-file-process' does not return a process object.
9673         * shell.el (shell): Prompt for `default-directory' if it is a
9674         remote file name, and if called with a prefix arg.
9676 2007-08-22  Sam Steingold  <sds@gnu.org>
9678         * pcvs.el (cvs-vc-command-advice): Fix a typo in code (file->files).
9680 2007-08-22  Carsten Dominik  <dominik@science.uva.nl>
9682         * textmodes/org-export-latex.el: New file.
9684         * textmodes/org-publish.el (org-publish-org-to-latex): New function.
9686         * textmodes/org.el (org-agenda-skip): Allow a form for
9687         `org-agenda-skip-function'.
9688         (org-agenda-redo): Re-use local settings.
9689         (org-agenda): Store local settings.
9690         (org-agenda-deadline-faces): New option.
9691         (org-agenda-deadline-face): New function.
9692         (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
9693         entries on their due date.
9694         (org-agenda-get-timestamps): No longer handle the due dates of
9695         schedules and deadline items.
9696         (org-insert-link-global, org-open-at-point-global): New commands.
9697         (org-export-as-ascii): Call `org-cleaned-string-for-export' with a
9698         :for-ascii parameter.
9699         (org-skip-comments): Function removed.
9700         (org-cleaned-string-for-export): Handle special table lines.
9701         (org-global-properties): New option.
9702         (org-entry-get-with-inheritance): Check global properties.
9703         (org-local-properties): New variable.
9704         (org-set-regexps-and-options): Find the #+PROPERTY line.
9705         (org-link-types): Change type into variable (was constant).
9706         (org-make-link-regexps): New function.
9707         (org-link-re-with-space, org-link-re-with-space2)
9708         (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
9709         (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
9710         these regular expressions happens now in the function
9711         `org-make-link-regexps'.
9712         (org-store-link): Call the functions in
9713         `org-store-link-functions'.
9714         (org-add-link-type): New function.
9715         (org-store-link-functions): New variable.
9716         (org-activate-tags): Force matches to be in headlines.
9717         (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
9718         (org-columns-display-here): Make sure this works in a narrowed
9719         buffer by checking for point-min.
9720         (org-columns-display-here): Make the rest of the line intangible,
9721         so that point never can be there.
9722         (org-cleaned-string-for-export): Use `with-current-buffer'.
9723         (org-replace-region-by-html): Use `with-current-buffer'.
9724         (org-unfontify-region, org-do-occur, org-columns-display-here)
9725         (org-columns-remove-overlays, org-columns-quit)
9726         (org-columns-edit-value, org-columns-next-allowed-value)
9727         (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
9728         (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
9729         (org-agenda-todo, org-agenda-change-all-lines)
9730         (org-agenda-align-tags, org-agenda-priority)
9731         (org-agenda-set-tags, org-agenda-toggle-archive-tag)
9732         (org-agenda-show-new-time, org-cleaned-string-for-export)
9733         (org-export-grab-title-from-buffer)
9734         (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
9735         instead of `buffer-read-only'.
9736         (org-export-as-html): Set `coding-system-for-write'.
9737         (org-remember-store-without-prompt): New option.
9738         (org-archive-subtree): Fixed bug with modifying TODO keyword.
9739         (org-beginning-of-line): Also treat C-a special in items.
9740         (org-table-convert-refs-to-rc): Fixed problem with column
9741         reference after "..".
9742         (org-columns-compute): Don't mark buffer modified because of text
9743         properties.
9744         (org-batch-store-agenda-views): Use the variable
9745         `default-directory', not the function.
9746         (org-clock-out-if-current): Respect `org-clock-out-when-done'.
9747         (org-clock-out-when-done): New option.
9748         (org-html-entities): Added HTML entities for smileys.
9750 2007-08-22  Glenn Morris  <rgm@gnu.org>
9752         * image.el (create-image): Doc fix.
9754         * startup.el (tutorial-directory): New constant.
9755         (fancy-splash-text): Tutorials now in tutorial-directory.
9756         * tutorial.el (help-with-tutorial): Tutorials now in
9757         tutorial-directory.
9759 2007-08-22  Michael Albinus  <michael.albinus@gmx.de>
9761         * net/tramp.el (top): Require cl.el, when `copy-tree' is not available
9762         otherwise.
9763         (tramp-get-remote-path): New defun.  Replace occurrences of
9764         `tramp-default-remote-path' by this function.
9765         (tramp-set-remote-path): Move most of the code to
9766         `tramp-get-remote-path'.
9767         (tramp-get-ls-command, tramp-get-remote-id): Don't check for not
9768         existing directories, this is done already in
9769         `tramp-get-remote-path'.
9771 2007-08-22  Paul Pogonyshev  <pogonyshev@gmx.net>
9773         * image-file.el (image-file-name-extensions): Add "svg".
9774         * image.el (image-type-header-regexps): Add svg entry.
9776 2007-08-22  Glenn Morris  <rgm@gnu.org>
9778         * files.el (backup-buffer-copy): Check backup directory is
9779         writable, to avoid infloop deleting old backup.
9781         * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
9782         movemail related variables.
9783         (rmail-insert-inbox-text): Use only rmail-movemail-program, which
9784         will now be set before this is called.
9786 2007-08-21  Juri Linkov  <juri@jurta.org>
9788         * delsel.el (delete-selection-pre-hook):
9789         * emulation/cua-base.el (cua-paste): Use `mouse-region-match'
9790         instead of checking last-command.
9792 2007-08-21  Juri Linkov  <juri@jurta.org>
9794         * loadup.el: Preload "button".
9796 2007-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9798         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9799         Add previous-line and next-line.
9801         * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
9802         (vc-arch-find-file-not-found-hook): Remove, it's now the default.
9804         * vc-hooks.el (vc-menu-entry): New var.
9805         (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
9806         (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
9807         (vc-menu-map): Declare and initialize in one step.
9808         (vc-menu-map-filter): Move&rename from menu-bar.el:menu-bar-vc-filter.
9810         * menu-bar.el (vc-menu-map): Don't setup any more.
9811         Instead, just create the proper spot in the menu.
9813 2007-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9815         * smerge-mode.el (smerge-resolve): New arg `safe'.
9816         (smerge-resolve-all, smerge-batch-resolve): New function.
9817         (smerge-refine): Make sure `diff' returns the expected result.
9818         (smerge-parsep-re): New const.
9819         (smerge-mode): Use it to adjust paragraph-separate.
9821         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
9822         Correctly match / regexp matchers as first char on a line when
9823         fontifying only that line.
9825         * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
9827 2007-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9829         * vc-bzr.el: Don't fiddle with vc-handled-backend.
9830         (vc-bzr-registered): Don't redundantly protect against
9831         file-error.  Actually use the format-specific code.
9832         (vc-bzr-buffer-nonblank-p): Remove.
9833         (vc-bzr-status): Change `kindchange' -> `kindchanged'.
9835 2007-08-20  Juri Linkov  <juri@jurta.org>
9837         * startup.el (fancy-splash-text): Change multiple tabs into one
9838         tab.  Remove "Useful File menu items" section (with "Exit Emacs"
9839         and "Recover Crashed Session").
9840         (fancy-splash-screens): Set tab-width to 22.
9841         (normal-splash-screen): Replace literal tabs with \t and
9842         fix whitespace.  Remove "Useful File menu items" section (with
9843         "Exit Emacs" and "Recover Crashed Session").
9845 2007-08-20  Johannes Weiner  <hannes@saeurebad.de>  (tiny change)
9847         * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
9848         extracted from `eval-last-sexp-1'.
9849         (eval-last-sexp-1): Call `preceding-sexp'.
9851 2007-08-20  Thien-Thi Nguyen  <ttn@gnuvola.org>
9853         * vc-rcs.el (vc-rcs-annotate-command):
9854         Fix bug introduced 2007-07-18T16:32:40Z!esr@snark.thyrsus.com:
9855         Add back :vc-annotate-prefix propertization.
9857 2007-08-20  Andreas Schwab  <schwab@suse.de>
9859         * mail/rmail.el (rmail-autodetect): Doc fix.
9861 2007-08-19  Juri Linkov  <juri@jurta.org>
9863         * startup.el (normal-splash-screen): Add more links.
9865 2007-08-19  Juri Linkov  <juri@jurta.org>
9867         * startup.el (splash-screen-keymap): Rename from `fancy-splash-keymap'
9868         because it's common to both types of splash screen: fancy and normal.
9869         Bind SPC to scroll-up, DEL to scroll-down and `q' to exit-splash-screen.
9870         (exit-splash-screen): Rename from `fancy-splash-quit'.
9871         Use `quit-window' instead of `kill-buffer'.
9872         (fancy-splash-head): Use make-button to insert GNU image link.
9873         (fancy-splash-screens, normal-splash-screen): Rename " About GNU
9874         Emacs" to "*About GNU Emacs*", and " GNU Emacs" to "*GNU Emacs*".
9875         (normal-splash-screen): Put "Browse manuals" on the same line with
9876         "Emacs manual".  Remove descriptions from "Useful tasks" and put
9877         all links in two columns on two lines.
9879 2007-08-19  Michael Kifer  <kifer@cs.stonybrook.edu>
9881         * emulation/viper.el (viper-remove-hooks): Remove some additional
9882         viper hooks when the user calls viper-go-away.
9883         (viper-go-away): Restore the default of default-major-mode.
9884         Save the value of default-major-mode before vaperization.
9886         * emulation/viper-cmd.el: Replace error "" with "Viper bell".
9888         * emulation/viper-ex.el: Replace error "" with "Viper bell".
9890         * ediff-util.el (ediff-make-temp-file): Use the coding system of the
9891         buffer for which file is created.
9893 2007-08-19  Glenn Morris  <rgm@gnu.org>
9895         * Makefile.in (custom-deps, finder-data, autoloads, recompile)
9896         (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
9897         than $(EMACS), so that EMACSLOADPATH is set.  Prevents any system
9898         shadow files messing up the compilation.
9900 2007-08-18  Glenn Morris  <rgm@gnu.org>
9902         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Add doc
9903         string.  Also apply eldoc-argument-case in the help-split-fundoc
9904         case.  Adapt for changed behavior of eldoc-function-argstring,
9905         eldoc-function-argstring-format, and
9906         eldoc-highlight-function-argument.
9907         (eldoc-highlight-function-argument): Handle nil INDEX argument,
9908         just call eldoc-docstring-format-sym-doc in that case.
9909         (eldoc-function-argstring): Change the behavior.  Now it converts
9910         an argument list to a string.
9911         (eldoc-function-argstring-format): Change the behavior.  Now it
9912         applies `eldoc-argument-case' to a string.
9914         * progmodes/scheme.el (scheme-mode-variables): Set
9915         font-lock-comment-start-skip.
9917 2007-08-18  Martin Rudalics  <rudalics@gmx.at>
9919         * progmodes/ada-mode.el (ada-create-syntax-table): Move
9920         set-syntax-table from here to ...
9921         (ada-mode): ... here.  Do not change global value of
9922         comment-multi-line.  Call new function
9923         ada-initialize-syntax-table-properties and add new function
9924         ada-handle-syntax-table-properties to font-lock-mode-hook.
9925         (ada-deactivate-properties, ada-initialize-properties): Replace
9926         by new functions ...
9927         (ada-handle-syntax-table-properties)
9928         (ada-initialize-syntax-table-properties)
9929         (ada-set-syntax-table-properties): ... to set up syntax-table
9930         properties uniformly, independently from whether font-lock-mode
9931         is enabled or not.  Handle read-only buffers and do not change
9932         undo-list when setting syntax-table properties.
9933         (ada-after-change-function): Use ada-set-syntax-table-properties.
9935 2007-08-18  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
9937         * progmodes/meta-mode.el (meta-indent-calculate-last): Remove.
9938         (meta-indent-current-nesting): Use a computation of the nesting
9939         instead.
9940         (meta-indent-current-indentation): Indentation is given according
9941         to nesting and if the previous line was finished or not.
9942         (meta-indent-unfinished-line): Tell if the current line ends with
9943         a finished expression.
9944         (meta-indent-looking-at-code): Like `looking-at', but checks if
9945         the point is in a string before.
9946         (meta-indent-level-count): Use it.  Don't count parenthesis as it's
9947         done in the nesting function.
9948         (meta-indent-in-string-p): Tell if the current point is in a
9949         string.
9950         (meta-indent-calculate): Treat b-o-b as a special case.  Use the
9951         previous functions.
9953 2007-08-17  Thien-Thi Nguyen  <ttn@gnuvola.org>
9955         * emacs-lisp/copyright.el (copyright-limit): New defsubst.
9956         (copyright-update-year, copyright-update)
9957         (copyright-fix-years): Use it.
9959 2007-08-17  Kimit Yada  <kimitto@gmail.com>  (tiny change)
9961         * emacs-lisp/copyright.el (copyright-update-year):
9962         Fix bug: Handle nil copyright-limit.
9964 2007-08-17  Jay Belanger  <jay.p.belanger@gmail.com>
9966         * calc/calc-units.el (math-standard-units): Give exact
9967         conversion for tsp.
9969         * calc/calc.el (math-bignum-digit-length): Compute the
9970         appropriate value.
9972         * calc/calc-bin.el (math-bignum-logb-digit-size)
9973         (math-bignum-digit-power-of-two):
9974         * calc/calc-comb.el (math-small-factorial-table):
9975         * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
9976         (math-approx-gamma-const):
9977         * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0)
9978         (math-besY1, math-bernoulli-b-cache):
9979         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
9980         Remove `eval-when-compile's.
9982 2007-08-17  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
9984         * progmodes/cperl-mode.el (cperl-look-at-leading-count)
9985         (cperl-find-pods-heres): Fix an error when typing expressions like
9986         `s{a}{b}'.
9988 2007-08-17  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
9990         * mail/emacsbug.el (report-emacs-bug): Remove the last number of
9991         `emacs-version', use the topic prefix ``version; ''.  Make MS-DOS
9992         a special case (there's no build number).
9994 2007-08-17  T. V. Raman  <raman@users.sf.net>  (tiny change)
9996         * completion.el (symbol-under-point, symbol-before-point)
9997         (symbol-before-point-for-complete): Use buffer-substring-no-properties.
9999 2007-08-17  Glenn Morris  <rgm@gnu.org>
10001         * progmodes/compile.el (compilation-get-file-structure): Make use
10002         of the directory part when checking for an existing entry, to
10003         handle files with same basename in different directories.
10005 2007-08-17  Jay Belanger  <jay.p.belanger@gmail.com>
10007         * calc/calc.el (calc-language-alist): Add texinfo-mode.
10009 2007-08-16  Richard Stallman  <rms@gnu.org>
10011         * emacs-lisp/copyright.el (copyright-names-regexp): Add custom group.
10013 2007-08-15  Juri Linkov  <juri@jurta.org>
10015         * startup.el (initialization): Change parent group from `internal'
10016         to `environment'.
10017         (initial-buffer-choice): New variable.
10018         (command-line): Revert 2007-07-02 change that sets
10019         buffer-offer-save in *scratch* and enables auto-save in it.
10020         (fancy-splash-text): Add links to existing items.  Add new items
10021         with links for useful tasks.  Move information about Control-g to
10022         fancy-splash-head.  Move "Emacs Guided Tour" to the end.
10023         (fancy-splash-keymap): New variable.
10024         (fancy-splash-last-input-event): Remove variable.
10025         (fancy-splash-insert): Add processing of `:link' element.
10026         (fancy-splash-head): Replace "Type Control-l to begin editing"
10027         with "Type `q' to exit".
10028         (fancy-splash-screens-1): Let-bind inhibit-read-only to t.
10029         (fancy-splash-default-action, fancy-splash-special-event-action):
10030         Remove functions.
10031         (fancy-splash-quit): New function.
10032         (fancy-splash-screens): Rename input arg from `hide-on-input' to
10033         `static' and reverse the condition of its usage.  Don't preserve
10034         original values of `minor-mode-map-alist',
10035         `emulation-mode-map-alists', `special-event-map'.
10036         Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
10037         Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
10038         Remove processing of special events.  Use local key map
10039         `fancy-splash-keymap'.  Set buffer to read-only.
10040         (normal-splash-screen): Rename input arg from `hide-on-input' to
10041         `static' and reverse the condition of its usage.
10042         Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
10043         Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
10044         Add links to existing items.  Add new items with links for useful
10045         tasks.  Use local key map `fancy-splash-keymap'.
10046         (display-splash-screen): Rename input arg from `hide-on-input' to
10047         `static'.
10048         (about-emacs): Add alias to display-splash-screen.
10049         (command-line-1): Use `initial-buffer-choice'.
10051         * menu-bar.el (menu-bar-help-menu):
10052         * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
10053         item to about-emacs instead of display-splash-screen.
10055 2007-08-15  Jay Belanger  <jay.p.belanger@gmail.com>
10057         * calc/calc-units.el (math-standard-units): Update values.
10058         Put in exact, rational values when possible.
10059         (math-unit-prefixes): Replace floats with powers of ten.
10060         (math-standard-units-systems): Replace floats with integers.
10061         (math-make-unit-string): Remove extra spaces in output.
10063 2007-08-15  Glenn Morris  <rgm@gnu.org>
10065         * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
10066         sloppier, for the sake of GNU Mailman.
10067         (rmail-digest-rfc1153): Initialize `result' correctly.
10069 2007-08-15  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
10071         * mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; '
10072         in the mail title.  Suggested by Reiner Steib.
10074 2007-08-14  Chris Hecker  <checker@d6.com>  (tiny change)
10076         * calc/calc-aent.el (calc-do-quick-calc): Add binary
10077         representation of integers to the list of outputs.
10079 2007-08-14  Glenn Morris  <rgm@gnu.org>
10081         * simple.el (bad-packages-alist): New constant.
10082         (bad-package-check): New function.  Together, these two add elements
10083         to `after-load-alist' to check for problematic external packages.
10084         * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
10086 2007-08-14  Jay Belanger  <jay.p.belanger@gmail.com>
10088         * calc/calc-units.el (math-get-standard-units)
10089         (math-get-units, math-make-unit-string)
10090         (math-get-default-units, math-put-default-units): New functions.
10091         (math-default-units-table): New variable.
10092         (calc-convert-units, calc-convert-temperature): Add machinery
10093         to supply default values.
10095 2007-08-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10097         * emulation/tpu-edt.el: Add tpu-extras's autoloads.
10098         (tpu-gold-map, tpu-global-map): Comment-out the bindings to nil.
10099         (tpu-gold-map): Bind F to tpu-cursor-free-mode.
10100         (minibuffer-local-map): Use funkey symbols rather than esc-sequence.
10102         * emulation/tpu-extras.el: Remove spurious * in docstrings.
10103         Put its autoloads into tpu-edt.el rather than loaddefs.el.
10104         (tpu-cursor-free-mode): Rename from tpu-cursor-free.
10105         Make into a proper minor-mode.
10106         (tpu-backward-char, tpu-next-line, tpu-previous-line)
10107         (tpu-next-end-of-line, tpu-current-end-of-line): Use new name.
10108         (tpu-trim-line-ends-if-needed): Rename from tpu-before-save-hook.
10109         (tpu-set-cursor-free, tpu-set-cursor-bound):
10110         Delegate to tpu-cursor-free-mode.
10111         (tpu-next-line, tpu-previous-line, tpu-forward-line)
10112         (tpu-backward-line, tpu-scroll-window-down, tpu-scroll-window-up):
10113         Use line-move or forward-line instead of next-line-internal.
10115 2007-08-13  Nick Roberts  <nickrob@snap.net.nz>
10117         * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
10119 2007-08-12  Richard Stallman  <rms@gnu.org>
10121         * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
10122         (cvs-execute-single-file): Use new name split-string-and-unquote.
10123         (cvs-header-msg): Use new name combine-and-quote-strings.
10125         * emulation/vi.el (vi-next-line): Ignore return value of line-move.
10127         * progmodes/gud.el (gud-common-init): Use new name
10128         split-string-and-unquote.
10130         * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
10131         in javac regexp.
10133         * pcvs-util.el (cvs-qtypedesc-strings): Use new names
10134         combine-and-quote-strings and split-string-and-unquote.
10136         * subr.el (combine-and-quote-strings): Rename from strings->string.
10137         (split-string-and-unquote): Rename from string->strings.
10139 2007-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10141         * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
10142         to buffer-local settings.
10144         * emacs-lisp/backquote.el (backquote-delay-process): New function.
10145         (backquote-process): Add internal arg `level'.  Use the two to
10146         correctly handle nested backquotes.
10148 2007-08-09  Riccardo Murri  <riccardo.murri@gmail.com>
10150         * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
10151         (vc-bzr-state-words): Add "kind changed" state word.
10152         (vc-bzr-status): New function.  Return Bzr idea of file status,
10153         which is different from VC's.
10154         (vc-bzr-state): Use vc-bzr-status.
10155         (vc-workfile-unchanged-p): Use vc-bzr-status.
10156         (vc-bzr-revert): Use synchronous process; expect exitcode 0.
10157         (vc-dired-state): Process "kind changed" state word.
10159 2007-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10161         * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
10163         * vc-rcs.el (vc-rcs-find-file-not-found-hook):
10164         Move from vc-default-find-file-not-found-hook.
10166 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10168         * man.el: Remove spurious * in docstrings.
10169         Merge defvars and toplevel setq-defaults.
10170         (Man-highlight-references0): Limit=nil rather than point-max.
10171         (Man-mode-map): Move initialization into the declaration.
10172         (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
10173         (Man-view-header-file): Use expand-file-name rather than concat.
10174         (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
10176         * man.el (Man-next-section): Make sure we do not move backward.
10178 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10180         * files.el (auto-mode-alist): Use the purecopied text (duh!).
10182 2007-08-08  Glenn Morris  <rgm@gnu.org>
10184         * Replace `iff' in doc-strings and comments.
10186 2007-08-08  Martin Rudalics  <rudalics@gmx.at>
10188         * dired.el (dired-pop-to-buffer):
10189         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
10190         * calendar/calendar.el (generate-calendar-window):
10191         * progmodes/compile.el (compilation-set-window-height):
10192         * textmodes/two-column.el (2C-two-columns, 2C-merge):
10193         Use window-full-width-p instead of comparing frame-width and
10194         window-width.
10196         * progmodes/compile.el (compilation-find-buffer): Remove extra
10197         argument in call to compilation-buffer-internal-p.
10199 2007-08-07  Tom Tromey  <tromey@redhat.com>
10201         * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
10202         Add safe-local-variable property.
10204 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
10206         * image-mode.el (image-toggle-display): Use image-refresh.
10208 2007-08-07  Riccardo Murri  <riccardo.murri@gmail.com>
10210         * vc-bzr.el: Remove comments about vc-bzr.el being a modified
10211         unofficial version.
10212         (vc-bzr-command): Remove redundant setting of process-connection-type.
10213         (vc-bzr-admin-checkout-format-file): Add autoload.
10214         (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
10215         (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
10216         (vc-bzr-registered): Compare dirstate format tag with known good
10217         value, abort parsing if match fails.  Warn user in docstring.
10218         (vc-bzr-workfile-version): Case for different Bzr branch formats.
10219         See bzrlib/branch.py in Bzr sources.
10220         (vc-bzr-diff): First argument FILES may be a string rather than a list.
10221         (vc-bzr-shell-command): Remove in favor of
10222         vc-bzr-command-discarding-stderr.
10223         (vc-bzr-command-discarding-stderr): New function.
10225 2007-08-06  Riccardo Murri  <riccardo.murri@gmail.com>
10227         * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
10228         program, and return nil.
10229         (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
10230         (vc-bzr-state): Look for path names relative to the repository
10231         root after status keyword.
10232         (vc-bzr-file-name-relative): New function.
10233         (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
10234         depend on it.
10235         (vc-bzr-admin-dirname, ...-checkout-format-file)
10236         (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
10237         files that we now parse directly for speed.
10238         (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
10239         (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
10240         (vc-bzr-state): "bzr status" successful only if exitcode is 0.
10241         (vc-bzr-root): Use `vc-bzr-shell-command'.  Stderr may contain
10242         Bzr warnings, so we must discard it.
10243         (vc-bzr-workfile-version): Speedup counting lines from
10244         `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
10245         if that file doesn't exist.
10246         (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
10247         `vc-bzr-root-dir' for speed.  Add `vc-bzr-admin-dirname' (not ".bzr"!)
10248         to `vc-directory-exclusion-list'.
10249         (vc-bzr-shell-command): New function.
10251 2007-08-06  Tom Tromey  <tromey@redhat.com>
10253         * diff-mode.el (diff-unified->context, diff-reverse-direction)
10254         (diff-fixup-modifs): Typo in docstring.
10256 2007-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10258         * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
10259         count-screen-lines.
10260         (tpu-edt-off): Disable relevant pieces of advice.
10262         * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
10263         tpu-write-file-hook.  Activate it with add-hook on buffer-save-hook.
10264         (newline, newline-and-indent, do-auto-fill): Use advice instead of
10265         redefining the function.
10266         (tpu-set-scroll-margins): Activate the pieces of advice.
10268 2007-08-06  Martin Rudalics  <rudalics@gmx.at>
10270         * help.el (resize-temp-buffer-window): Use window-full-width-p
10271         instead of comparing frame-width and window-width.
10273 2007-08-13  Stephen Leake  <stephen_leake@stephe-leake.org>
10275         * pcvs-parse.el (cvs-parse-table): Handle additional instance of
10276         optional quotes around files in NEED-UPDATE . REMOVED case.
10278         * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
10279         (ada-treat-cmd-string): Improve error message.
10280         (ada-do-file-completion): Call `ada-require-project-file', so
10281         project variables are set properly.
10282         (ada-prj-find-prj-file): Delete Emacs 20.2 support.
10283         (ada-gnatfind-buffer-name): New constant.
10284         (ada-find-any-references): Use new constant.  Set buffer name
10285         properly in compilation-start.  Toggle read-only properly.
10286         (ada-find-in-src-path): Fix spelling error in docstring.
10288         * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
10289         by zero error.
10291 2007-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10293         * emacs-lisp/autoload.el (autoload-print-form): Use print-quoted.
10295 2007-08-12  Richard Stallman  <rms@gnu.org>
10297         * progmodes/sh-script.el (sh): Delete group `unix'.
10299         * progmodes/gud.el (gud): Change to group `processes'.
10301 2007-08-11  Glenn Morris  <rgm@gnu.org>
10303         * progmodes/compile.el (compilation-buffer-name): Don't check
10304         compilation-arguments.  It is superfluous, and the variable isn't
10305         even set when this function is called.
10307 2007-08-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10309         * term/mac-win.el (mac-ae-reopen-application): New function.
10310         (mac-apple-event-map): Bind "reopen application" Apple event to it.
10312 2007-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10314         * textmodes/tex-mode.el (tex-font-lock-unfontify-region): Fix to
10315         take tex-font-script-display into account.
10316         (tex-font-script-display, tex-font-lock-suscript): Change from a cons
10317         cell to a list of 2 elements to simplify the unfontify code.
10319 2007-08-08  Andreas Schwab  <schwab@suse.de>
10321         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
10322         self-insert-command, not self-insert.
10324 2007-08-08  Glenn Morris  <rgm@gnu.org>
10326         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Make second
10327         argument optional, for backwards compatibility, and only highlight
10328         args when present.  Fix symbol name typo (doc/args).
10330         * help-mode.el (help-make-xrefs): Search for symbol constituents,
10331         rather than just `-'.
10333 2007-08-07  Jay Belanger  <jay.p.belanger@gmail.com>
10335         * calc/calc-units.el (calc-convert-temperature):
10336         Use `/' to create fractions.
10338 2007-08-07  Michael Albinus  <michael.albinus@gmx.de>
10340         * net/tramp.el (tramp-wrong-passwd-regexp): Make the regexp more
10341         global matching.
10342         (tramp-handle-shell-command): Handle OUTPUT-BUFFER and
10343         ERROR-BUFFER more robust.  Display output.
10344         (tramp-file-name-handler): Add a connection property when we found
10345         a foreign file name handler.  This allows backends like ftp to
10346         profit also from usr/host name completion based on connection
10347         cache.
10348         (tramp-send-command-and-read): Search for trash after the regexp
10349         until eol only.  In XEmacs, there is a problem with \n.
10351         * net/tramp-cache.el (top): Read persistent connection history
10352         when cache is empty.
10354 2007-08-07  Nic Ferrier  <nferrier@tapsellferrier.co.uk>  (tiny change)
10356         * net/tramp.el (tramp-handle-process-file): Fix bug inserting
10357         resulting output.
10359 2007-08-07  Sam Steingold  <sds@gnu.org>
10361         * progmodes/compile.el (compilation-start): Pass nil as startfile
10362         to comint-exec.
10364 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
10366         * longlines.el (longlines-decoded): New variable.
10367         (longlines-mode): Avoid encoding or decoding the buffer twice.
10369 2007-08-07  Martin Rudalics  <rudalics@gmx.at>
10371         * format.el (format-insert-file): Make sure that at most one undo
10372         entry is recorded for the insertion.  Inhibit point-motion and
10373         modification hooks around call to insert-file-contents.
10375 2007-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10377         * vc.el (vc-annotate): Select temp-buffer before running vc-exec-after.
10378         Select the buffer's window before moving point.
10380 2007-08-07  Richard Stallman  <rms@gnu.org>
10382         * term.el (term): Remove parent group `unix'.
10384         * simple.el (default-indent-new-line): New function.
10385         It calls comment-line-break-function if there are comments.
10386         (do-auto-fill): Use that.
10388 2007-08-07  Sean O'Rourke  <sorourke@cs.ucsd.edu>
10390         * complete.el (PC-lisp-complete-symbol): Complete symbol around point.
10391         (PC-do-completion): Add "acronym completion" for symbols and
10392         filenames, so e.g. "mvbl" expands to "make-variable-buffer-local".
10394 2007-08-06  Sam Steingold  <sds@gnu.org>
10396         * mouse.el (mouse-buffer-menu): Pass mode-name through
10397         format-mode-line because it may be a list,
10398         e.g., (sgml-xml-mode "XML" "SGML"), and not a string.
10400 2007-08-06  Jason Rumney  <jasonr@gnu.org>
10402         * menu-bar.el (menu-bar-vc-filter): Use vc-call-backend.
10404         * vc-hooks.el (vc-call): Add doc string.
10406 2007-08-06  Michael Albinus  <michael.albinus@gmx.de>
10408         * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
10409         process-filter.
10411 2007-08-06  Kenichi Handa  <handa@m17n.org>
10413         * international/quail.el: Wrap (require 'help-mode) by
10414         eval-when-compile.
10415         (quail-help-init): New function.
10416         (quail-help): Call quail-help-init.
10417         (quail-store-decode-map-key): Change it to a function.
10419 2007-08-05  Jason Rumney  <jasonr@gnu.org>
10421         * vc.el (vc-rollback): Add norevert argument back.
10422         (vc-revert-buffer): Add back as obsolete alias.
10424 2007-08-05  Peter Povinec  <ppovinec@yahoo.com>  (tiny change)
10426         * term.el: Honor term-default-fg-color and term-default-bg-color
10427         settings when modifying term-current-face.
10428         (term-default-fg-color, term-default-bg-color): Initialize from
10429         default term-current-face.
10430         (term-mode, term-reset-terminal): Set term-current-face with
10431         term-default-fg-color and term-default-bg-color.
10432         (term-handle-colors-array): term-current-face has term-default-fg-color
10433         and term-default-bg-color after reset escape sequence.
10434         (term-handle-colors-array): Set term-current-color with
10435         term-default-fg/bg-color instead of ansi-term-color-vector when the
10436         index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
10438 2007-08-05  Jay Belanger  <jay.p.belanger@gmail.com>
10440         * calc/calc-nlfit.el (math-nlfit-curve): Remove unnecessary variables.
10441         (math-nlfit-givens): Let bind free variables.
10443 2007-08-05  Michael Albinus  <michael.albinus@gmx.de>
10445         * files.el (set-auto-mode): Handle also remote files wrt
10446         `auto-mode-alist'.
10448 2007-08-04  Jay Belanger  <jay.p.belanger@gmail.com>
10450         * calc/calcalg3.el (calc-curve-fit): Add support for nonlinear
10451         curves and plotting.
10453         * calc/calc-nlfit.el: New file.
10455 2007-08-04  Glenn Morris  <rgm@gnu.org>
10457         * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
10458         zero, not nil, when the library is first loaded.  Check for a file
10459         that has been modified on disk.
10461         * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
10462         Remove duplicate defvar preventing initialization.
10463         (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
10465 2007-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10467         * diff-mode.el (diff-font-lock-keywords): Fix up false positives.
10468         (diff-beginning-of-file): Adjust to the fact that diff-file-header-re
10469         may match up to 4 lines.
10470         (diff-beginning-of-file-and-junk): Rewrite.
10472 2007-08-03  Dan Nicolaescu  <dann@ics.uci.edu>
10474         * term.el (term-erase-in-display): Fix case when point is not at
10475         the beginning of the line.
10477 2007-08-03  Jay Belanger  <jay.p.belanger@gmail.com>
10479         * calc/calc-ext.el (math-get-value, math-get-sdev)
10480         (math-contains-sdev): New functions.
10482         * calc/calc-graph.el (calc-graph-format-data)
10483         (calc-graph-add-curve): Check for error forms.
10484         (calc-graph-set-styles): Add option for error forms.
10486 2007-08-03  Miles Bader  <miles@gnu.org>
10488         * vc-hooks.el (vc-handled-backends): Change capitalization of VC
10489         backend names for new backends to `Git', `Hg', and `Bzr'.
10490         * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
10491         not `HG'.
10492         * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
10493         name, not `GIT'.
10494         * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
10495         (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
10497 2007-08-03  Richard Stallman  <rms@gnu.org>
10499         * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
10500         to update deleted flag.
10502         * cus-edit.el (customize-apropos, customize-apropos-options)
10503         (customize-apropos-faces, customize-apropos-groups): Improve prompt.
10505         * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
10507         * startup.el (fancy-splash-head, startup-echo-area-message):
10508         Change message text.
10510         * emulation/tpu-edt.el (next-line-internal): Setting deleted.
10511         All callers use line-move.
10513         * progmodes/compile.el (compilation-find-buffer): Return current
10514         buffer immediately if suitable.
10515         (compile, compilation-buffer-name, compilation-start): Doc fixes.
10517 2007-08-03  Daiki Ueno  <ueno@unixuser.org>
10519         * faces.el (face-normalize-spec): New function.
10520         (frame-set-background-mode): Normalize face-spec before calling
10521         face-spec-match-p.
10523 2007-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10525         * server.el (server-window): Add switch-to-buffer-other-frame option.
10527 2007-08-03  Glenn Morris  <rgm@gnu.org>
10529         * cus-edit.el (customize-apropos): Make the error message indicate
10530         what kind of thing the user was trying to customize.
10532         * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
10534         * progmodes/fortran.el (fortran-font-lock-syntactic-keywords):
10535         Fix off-by-one error in previous change.
10537 2007-08-03  Drew Adams  <drew.adams@oracle.com>
10539         * emacs-lisp/pp.el (pp-eval-expression): Add progress message.
10540         Make buffer writable.
10542 2007-08-01  Jay Belanger  <jay.p.belanger@gmail.com>
10544         * calc/calc-math.el (math-sqrt-raw, math-sin-raw-2)
10545         (math-cos-raw-2, math-arctan-raw, math-ln-raw):
10546         Use native Emacs functions, when appropriate.
10548 2007-08-01  Dan Nicolaescu  <dann@ics.uci.edu>
10549             Stefan Monnier  <monnier@iro.umontreal.ca>
10551         * vc.el: Document new VC operation `extra-menu'.
10553         * vc-hooks.el (vc-default-extra-menu): New function.
10555         * menu-bar.el (menu-bar-vc-filter): New function.
10556         (menu-bar-tools-menu): Use it as a filter.
10558 2007-08-01  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
10560         * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
10562 2007-08-01  Glenn Morris  <rgm@gnu.org>
10564         * progmodes/fortran.el: Remove leading `*' from all defcustom doc
10565         strings.
10566         (fortran-tab-mode-default): Remove needless autoload.
10567         (fortran-tab-mode-string): Add help-echo and mouse properties, and
10568         mark as risky.
10569         (fortran-line-length): New buffer-local variable, safe if integer.
10570         (fortran-if-start-re, fortran-end-prog-re1, fortran-end-prog-re):
10571         Change from variables to constants.
10572         (fortran-font-lock-syntactic-keywords): Delete as a variable,
10573         replace with a new function definition.
10574         (fortran-mode): Use fortran-line-length, and
10575         fortran-font-lock-syntactic-keywords as a function.  Add a
10576         hack-local-variables-hook function.
10577         (fortran-line-length, fortran-hack-local-variables): New functions.
10578         (fortran-window-create, fortran-strip-sequence-nos): Doc fix.
10579         Use fortran-line-length rather than 72.
10580         (fortran-window-create-momentarily): Doc fix.
10582 2007-07-31  Drew Adams  <drew.adams@oracle.com>  (tiny change)
10584         * cus-edit.el (custom-group-value-create, custom-goto-parent):
10585         Fix parent groups link.
10587 2007-07-31  Paul Pogonyshev  <pogonyshev@gmx.net>
10589         * progmodes/python.el (python-current-defun): Adjust to never fall
10590         into infinite loop.
10592 2007-07-31  Stefan Monnier  <monnier@iro.umontreal.ca>
10594         * pcvs.el (cvs-vc-command-advice): Handle the new fileset case.
10596 2007-07-29  Kimit Yada  <kimitto@gmail.com>  (tiny change)
10598         * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
10599         (copyright-fix-years, copyright): Correctly handle the case where
10600         copyright-limit is nil.
10602 2007-07-28  Konstantin Novitsky  <knovitsk@Bear.com>  (tiny change)
10604         * progmodes/python.el (run-python): Fix path separator under w32.
10606 2007-07-30  Richard Stallman  <rms@gnu.org>
10608         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
10609         Treat non-break space as whitespace in Lisp.
10611 2007-07-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10613         * vc.el (vc-dired-hook): Use inhibit-read-only.
10615         * progmodes/compile.el (compilation-forget-errors):
10616         Reset compilation-auto-jump-to-next.
10618 2007-07-30  Michael Olson  <mwolson@gnu.org>
10620         * cus-edit.el (custom-group-save): Fix void function definition
10621         error.  Thanks to Zhang Wei for the report.
10623         * ps-print.el: Check in trivial changes to the autoloads section
10624         caused by the build process.  These autoloads really ought to be
10625         placed in a separate file, methinks.
10627 2007-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10629         * calendar/calendar.el (calendar-mode): Make sure
10630         displayed-(month|year) are set.
10631         (calendar-basic-setup): Display buffer before adjusting window sizes.
10632         (generate-calendar-window): Use inhibit-read-only.  Simplify.
10633         Generate buffer and set displayed-month and displayed-year before
10634         calling update-calendar-mode-line.
10636 2007-07-29  Michael Albinus  <michael.albinus@gmx.de>
10638         * net/tramp.el:
10639         * net/tramp-uu.el:
10640         * net/trampver.el: Use utf-8 encoding with coding cookie.
10642         * net/tramp-cache.el:
10643         * net/tramp-fish.el:
10644         * net/tramp-ftp.el:
10645         * net/tramp-gw.el:
10646         * net/tramp-smb.el: Remove coding cookie.
10648         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
10649         Flush buffer file-name's file property.
10650         (tramp-handle-file-remote-p): The first parameter is FILENAME.
10652         * net/trampver.el: Update release number.
10654 2007-07-29  Juri Linkov  <juri@jurta.org>
10656         * dired.el (dired-mode-map): Bind C-x C-q to dired-toggle-read-only.
10657         Filter out menu item "Edit File Names" `wdired-change-to-wdired-mode'
10658         when major-mode is not dired-mode.
10659         (dired-toggle-read-only): New function.
10660         (dired-recursive-deletes): Remove obsolete comments about old
10661         default value.
10662         (dired-do-flagged-delete, dired-do-delete): Refill docstring.
10664         * wdired.el (wdired-exit): New function.
10665         (wdired-mode-map): Bind C-x C-q to wdired-exit.
10667 2007-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10669         * cus-edit.el (customize-read-group): New fun.
10670         (customize-group-other-window, customize-face-other-window):
10671         Prompt before delegating to customize-(group|face).
10672         Bind pop-up-windows rather than use the other-window argument.
10673         (customize-group, customize-face): Prompt from the interactive spec.
10674         Remove args `prompt-for-group' and `other-window'.
10676         * emacs-lisp/advice.el (ad-interactive-form): Re-introduce.
10677         (ad-body-forms, ad-advised-interactive-form): Revert this part of
10678         last change.
10680 2007-07-28  Masatake YAMATO  <jet@gyve.org>
10682         * vc.el (vc-dired-mode): Add a menu for VC related operation.
10683         Use backend name as the menu label.  Suggested by David Kastrup.
10685 2007-07-28  Alan Mackenzie  <acm@muc.de>
10687         Fix problem with modes derived from CC Mode:
10688         * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
10689         macro to cc-langs.
10690         (c-init-language-vars-for): Remove call to above macro.
10691         * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
10692         been moved to here.
10693         (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
10695 2007-07-28  Eli Zaretskii  <eliz@gnu.org>
10697         * net/trampver.el: Fix the `coding' cookie.
10699 2007-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
10701         * vc-git.el (vc-git-print-log): Support both the old single file
10702         interface and the new one.
10704 2007-07-28  Nick Roberts  <nickrob@snap.net.nz>
10706         * bindings.el (mode-line-remote): Use updated %@ construct.
10708 2007-07-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10710         * calendar/cal-bahai.el (calendar-bahai-month-name-array)
10711         (calendar-bahai-epoch, calendar-bahai-leap-year-p)
10712         (calendar-bahai-leap-base, calendar-bahai-prompt-for-date)
10713         (diary-list-bahai-entries, diary-bahai-mark-entries)
10714         (calendar-bahai-mark-date-pattern, diary-insert-bahai-entry)
10715         (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
10716         New names to clean up namespace.
10717         (list-bahai-diary-entries, mark-bahai-diary-entries)
10718         (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
10719         (insert-yearly-bahai-diary-entry, mark-bahai-calendar-date-pattern):
10720         Add compatibility aliases.
10722         * calendar/appt.el: Don't wrap defvar within eval-when-compile.
10724         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right)
10725         (calendar-scroll-left-three-months)
10726         (calendar-scroll-right-three-months): Clean up namespace.
10727         (scroll-calendar-left, scroll-calendar-right)
10728         (scroll-calendar-left-three-months)
10729         (scroll-calendar-right-three-months): Add compatibility aliases.
10731         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
10732         Behave like mouse-scroll-calendar-* when used from the mouse.
10734         * calendar/cal-menu.el (cal-menu-scroll-menu)
10735         (cal-menu-global-mouse-menu):
10736         * calendar/calendar.el (calendar-mode-map):
10737         Use new calendar-scroll-* names.
10738         (mouse-scroll-calendar-left, mouse-scroll-calendar-right):
10739         Remove.  Use calendar-scroll-* directly instead.
10741 2007-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10743         * emacs-lisp/advice.el (ad-interactive-p, ad-interactive-form): Remove.
10744         (ad-body-forms, ad-advised-interactive-form, ad-make-cache-id)
10745         (ad-make-advised-definition, ad-cache-id-verification-code):
10746         Use commandp and interactive-form instead.
10748 2007-07-26  Dan Nicolaescu  <dann@ics.uci.edu>
10750         * vc-git.el: Relicense to GPLv3 or later.
10751         (vc-directory-exclusion-list, vc-handled-backends): Remove.
10753         * vc-hooks.el (vc-handled-backends): Add GIT.
10755         * vc.el (vc-directory-exclusion-list): Add .git.
10757 2007-07-26  Alexandre Julliard  <julliard@winehq.org>
10759         * vc-git.el (vc-git-revision-table)
10760         (vc-git-revision-completion-table): New functions.
10762 2007-07-25  Glenn Morris  <rgm@gnu.org>
10764         * Relicense all FSF files to GPLv3 or later.
10766         * COPYING: Switch to GPLv3.
10768 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10770         * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
10771         Replace it with another one which disables undo before calling
10772         erase-buffer and then turns it back on if needed.
10774 2007-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
10776         * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
10778 2007-07-24  Glenn Morris  <rgm@gnu.org>
10780         * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
10781         (cal-tex-rules, cal-tex-buffer, cal-tex-24)
10782         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
10783         (cal-tex-cursor-week, cal-tex-cursor-week2)
10784         (cal-tex-cursor-week-iso, cal-tex-week-hours)
10785         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
10786         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
10787         (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
10789 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10791         * calendar/calendar.el (calendar-mode-map): Move initialization
10792         into declaration.  Add menu bindings (used to be done in cal-menu).
10793         (calendar-mode): Don't add an activate-menubar-hook.
10795         * calendar/cal-menu.el: Break dependency on calendar.el (i.e. do not
10796         modify calendar-mode-map), use easy-menu, and make sure that C-h k
10797         can be used on the menu entries.
10798         (cal-menu-holiday-window-suffix, cal-menu-set-date-title): New funs.
10799         (cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
10800         (cal-menu-goto-menu, cal-menu-scroll-menu): New consts.
10801         (cal-menu-context-mouse-menu, cal-menu-global-mouse-menu): New menus.
10802         (calendar-flatten, cal-menu-update): Remove.
10803         (calendar-mouse-insert-hebrew-diary-entry)
10804         (calendar-mouse-insert-islamic-diary-entry)
10805         (calendar-mouse-insert-bahai-diary-entry):
10806         Remove (fold into cal-menu-diary-menu).
10807         (calendar-mouse-2-date-menu, calendar-mouse-cal-tex-menu)
10808         (cal-tex-mouse-filofax): Remove (fold into cal-menu-context-mouse-menu).
10809         (calendar-mouse-3-map): Remove (turn into cal-menu-global-mouse-menu).
10810         (calendar-mouse-view-diary-entries): Minor simplifications.
10811         (calendar-event-to-date): Use with-current-buffer.
10813 2007-07-25  Nick Roberts  <nickrob@snap.net.nz>
10815         * add-log.el (change-log-redate): Remove (not needed anymore and
10816         doesn't appear to work).
10818 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10820         * frame.el: Use mapc and dolist instead of mapcar where possible.
10821         (close-display-connection): New command.
10823 2007-07-25  Alexandre Julliard  <julliard@winehq.org>
10825         * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
10826         (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
10828 2007-07-25  Glenn Morris  <rgm@gnu.org>
10830         * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays)
10831         (cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start)
10832         (cal-tex-daily-end, cal-tex-hook)
10833         (cal-tex-cal-one-month, cal-tex-cal-multi-month)
10834         (cal-tex-year, cal-tex-cursor-week, cal-tex-cursor-week2)
10835         (cal-tex-cursor-week-iso, cal-tex-week-hours)
10836         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
10837         (cal-tex-cursor-day, cal-tex-insert-preamble): Doc fix.
10838         (cal-tex-day-prefix, cal-tex-day-name-format)
10839         (cal-tex-cal-one-month, cal-tex-cal-multi-month, cal-tex-myday)
10840         (cal-tex-caldate, cal-tex-LaTeX-hourbox)
10841         (cal-tex-LaTeX-subst-list): Change from variables to constants.
10842         (cal-tex-preamble, cal-tex-arg, cal-tex-nl): Simplify with `format'.
10843         (cal-tex-cursor-filofax-year, cal-tex-weekly4-box): Use \textbf,
10844         etc, rather than \bf.
10845         (cal-tex-mini-calendar): Fix typos in previous change.
10846         (cal-tex-latexify-list): Remove inner let binding.
10847         (cal-tex-end-document, cal-tex-banner): Use multi-line
10848         cal-tex-comment.
10849         (cal-tex-comment): Handle embedded newlines.
10850         (cal-tex-LaTeXify-string): Use substring-no-properties.
10852 2007-07-25  Joakim Verona  <joakim@verona.se>  (tiny change)
10854         * progmodes/compile.el (compilation-error-regexp-alist-alist):
10855         Add support for the Maden build tool.
10857 2007-07-25  William Xu  <william.xwl@gmail.com>  (tiny change)
10859         * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
10861 2007-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10863         * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
10865 2007-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
10867         * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
10868         C-x C-q.
10870         * vc-git.el (vc-git-print-log): Fix previous change.
10872 2007-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10874         * window.el (save-selected-window): Minor optimization.
10875         (bw-adjust-window): If operation failed, try with a smaller delta.
10876         (window-fixed-size-p): New function.
10877         (window-area-factor): New var.
10878         (balance-windows-area): New command.
10880         * ps-mule.el (ps-multibyte-buffer): Docstring fixes.
10881         (ps-mule-encode-ethiopic): Make it clear that it's always defined.
10882         (ps-mule-prepare-font-for-components, ps-mule-encode-header-string)
10883         (ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes.
10884         (ps-mule-begin-job): Use dolist.
10886 2007-07-24  Michael Albinus  <michael.albinus@gmx.de>
10888         * subr.el (start-file-process-shell-command)
10889         (process-file-shell-command): New defuns.
10891         * progmodes/compile.el (compilation-start):
10892         Apply `start-file-process-shell-command'.
10894 2007-07-24  Alexandre Julliard  <julliard@winehq.org>
10896         * vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix typos.
10898 2007-07-24  Alan Mackenzie  <acm@muc.de>
10900         * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
10901         Initialise byte-compile-unresolved-functions before rather than
10902         after a compilation.
10903         (byte-compile-unresolved-functions): Amplify doc string.
10905 2007-07-24  Glenn Morris  <rgm@gnu.org>
10907         * startup.el (normal-splash-screen): Use `emacs-copyright'.
10909         * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
10910         (cal-tex-rules, cal-tex-buffer, cal-tex-24)
10911         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
10912         (cal-tex-cursor-week, cal-tex-cursor-week2)
10913         (cal-tex-cursor-week-iso, cal-tex-week-hours)
10914         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
10915         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
10916         (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
10918         * calendar/cal-tex.el: Remove leading `*' from defcustom docs.
10919         (cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
10920         (cal-tex-day-name-format, cal-tex-cal-one-month)
10921         (cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
10922         (cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
10923         (cal-tex-mini-calendar, cal-tex-em): Doc fix.
10924         (cal-tex-list-holidays, cal-tex-cursor-year)
10925         (cal-tex-cursor-year-landscape, cal-tex-year)
10926         (cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
10927         (cal-tex-cursor-month, cal-tex-insert-days)
10928         (cal-tex-insert-day-names, cal-tex-insert-blank-days)
10929         (cal-tex-first-blank-p, cal-tex-cursor-week)
10930         (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
10931         (cal-tex-week-hours, cal-tex-cursor-week-monday)
10932         (cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
10933         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
10934         (cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
10935         (cal-tex-latexify-list, cal-tex-previous-month)
10936         (cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
10937         modernization, including using dotimes rather than
10938         calendar-for-loop.
10939         (cal-tex-LaTeX-subst-list): Remove `@'.
10940         (cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf):
10941         Use \textit and \textbf rather than \em and \it.
10943         * calendar/cal-bahai.el (list-bahai-diary-entries)
10944         * calendar/cal-hebrew.el (list-hebrew-diary-entries)
10945         * calendar/cal-islam.el (list-islamic-diary-entries)
10946         * calendar/calendar.el (generate-calendar, generate-calendar-month)
10947         * calendar/diary-lib.el (diary-list-entries)
10948         (mark-calendar-date-pattern): Use `dotimes' rather than
10949         `calendar-for-loop'.
10951         * calendar/calendar.el (calendar-for-loop): Doc fix.
10953 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10955         * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
10956         underlying file is uptodate.
10958 2007-07-23  Christopher J. Madsen  <cjm@cjmweb.net>
10960         * replace.el (perform-replace): Use isearch-no-upper-case-p.
10962 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10964         * vc-hooks.el (vc-mode-line-map): New const.
10965         (vc-mode-line): Use it.
10967 2007-07-23  Alexandre Julliard  <julliard@winehq.org>
10969         * vc-git.el (vc-git-delete-file, vc-git-rename-file)
10970         (vc-git-unregister): New functions.
10971         (vc-git-find-version): Use the result of ls-files as a parameter
10972         for cat-file.
10974 2007-07-23  Michael Albinus  <michael.albinus@gmx.de>
10976         * net/tramp.el (tramp-perl-file-attributes)
10977         (tramp-perl-directory-files-and-attributes)
10978         (tramp-handle-file-attributes-with-stat)
10979         (tramp-handle-directory-files-and-attributes-with-stat)
10980         (tramp-convert-file-attributes): Handle huge file sizes.
10982 2007-07-23  Juri Linkov  <juri@jurta.org>
10984         * isearch.el (isearch-message-function): New variable.
10985         (isearch-update, isearch-search): Use it.
10987         * simple.el (goto-history-element): New function created from
10988         next-history-element.
10989         (next-history-element): Most code moved to goto-history-element.
10990         Call goto-history-element with (- minibuffer-history-position n).
10991         (previous-history-element): Call goto-history-element with (+
10992         minibuffer-history-position n).
10993         (minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
10994         (minibuffer-history-isearch-message-overlay): New buffer-local variable.
10995         (minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
10996         (minibuffer-history-isearch-search, minibuffer-history-isearch-message)
10997         (minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
10998         (minibuffer-history-isearch-pop-state): New functions.
11000 2007-07-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
11002         * vc-hooks.el (vc-stay-local-p): Fix bug: Avoid remove-if-not.
11003         Also, if FILE is a list, return non-nil if any of its elements
11004         should stay local.  Update docstring.
11006 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11008         * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25
11009         change by reverting a small part.
11011 2007-07-23  Richard Stallman  <rms@gnu.org>
11013         * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
11015 2007-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
11017         * vc-git.el (vc-git-checkin): Delete unused parameter and the code
11018         handling it.  Use vc-git-command.
11019         (vc-git-find-version, vc-git-diff-tree): New functions.
11020         (vc-git-revert): Use vc-git-command.
11021         (vc-git--run-command): Delete.
11023 2007-07-23  Alexandre Julliard  <julliard@winehq.org>
11025         * vc-git.el (vc-git-workfile-unchanged-p): Update comment.
11027 2007-07-20  Kenichi Handa  <handa@m17n.org>
11029         * international/utf-8.el (utf-8-post-read-conversion):
11030         Temporarily bind utf-8-compose-scripts to nil while running
11031         *-compose-region functions.
11033 2007-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
11035         * vc-git.el: Update status.
11036         (vc-directory-exclusion-list): Use eval-after-load.
11038 2007-07-22  Nick Roberts  <nickrob@snap.net.nz>
11040         * bindings.el (mode-line-remote): New variable.
11041         (help-echo): Add to default values of mode-line-format.
11043         * files.el: Mark mode-line-remote as risky.
11045 2007-07-22  Juri Linkov  <juri@jurta.org>
11047         * isearch.el (isearch-edit-string): Save old point and
11048         isearch-other-end to old-point and old-other-end before reading
11049         the search string from minibuffer.  After exiting minibuffer set
11050         point to old-other-end if point and the search direction is the
11051         same as before reading the search string.
11052         (isearch-del-char): Don't set isearch-yank-flag to t.  Put point
11053         to isearch-other-end.  Instead of isearch-search-and-update call
11054         three functions isearch-search, isearch-push-state and isearch-update.
11056 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
11058         * vc-git.el (vc-git-register, vc-git-checkin): Use vc-git-command,
11059         deal with multiple file arguments.
11060         (vc-git-print-log): Deal with multiple file arguments.
11062 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11064         * diff-mode.el (diff-refine-ignore-spaces-hunk): Rename from
11065         diff-refine-hunk.  Adjust users.
11066         (diff-unified-hunk-p, diff-splittable-p): New functions.
11067         (diff-mode-menu): Use it to disable Split when it doesn't work.
11069 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
11071         * diff-mode.el (diff-mode-menu): New entries.
11073 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11075         * diff-mode.el (diff-unified->context): Use the new `apply' undo entry
11076         if applicable, so as to save undo-log space.
11078         * diff-mode.el (diff-find-file-name): Add arg `batch'.
11080         * diff-mode.el (diff-beginning-of-file-and-junk): New function.
11081         (diff-file-kill): Use it.
11082         (diff-beginning-of-hunk): Add arg `try-harder' using it.
11083         (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
11084         Use it so they find the hunk even when we're in the file header.
11086 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
11088         * vc-git.el (vc-git-revision-granularity, vc-git-root)
11089         (vc-git-command, vc-git-dir-state, vc-git-dired-state-info)
11090         (vc-git-create-repo): New functions.
11091         (vc-git-registered): New autoloaded function definition.
11092         (vc-git-registered): Use vc-git-root.
11093         (vc-git-responsible-p): New defalias.
11094         (vc-git-annotate-extract-revision-at-line): Uncomment.
11095         (vc-git-print-log): Add the file name to the log.
11096         (vc-git-log-view-mode): New derived mode.
11097         (vc-git-diff, vc-git-annotate-command): Use vc-git-command.
11099 2007-07-22  Michael Albinus  <michael.albinus@gmx.de>
11101         * progmodes/grep.el (grep-compute-defaults): Keep default values.
11103 2007-07-22  Ralf Angeli  <angeli@caeruleus.net>
11105         * textmodes/reftex.el (reftex-access-parse-file): Create parse
11106         file in a way that does not interfere with recentf mode.
11107         (reftex-access-parse-file): Do not risk destroying an existing
11108         buffer.
11110 2007-07-22  Alexandre Julliard  <julliard@winehq.org>
11112         * vc-git.el: New file.
11114 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11116         * textmodes/tex-mode.el (tex-font-script-display): Change default.
11118 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
11120         * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
11121         for branches and new files.
11123         * vc-hooks.el (vc-default-mode-line-string): Move mouse-face and
11124         local-map handling ...
11125         (vc-mode-line): ... here.  Improve handling of help-echo.
11127         * vc.el (mode-line-string): Document help-echo usage.
11129 2007-07-22  Michael Albinus  <michael.albinus@gmx.de>
11131         Sync with Tramp 2.1.10.
11133         * net/tramp.el (tramp-get-ls-command): Fix typo.
11135         * net/trampver.el: Update release number.
11137 2007-07-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11139         * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
11141         * term/x-win.el (x-handle-no-bitmap-icon): New function.
11143 2007-07-22  Martin Rudalics  <rudalics@gmx.at>
11145         * add-log.el (change-log-fill-parenthesized-list): New function.
11146         (change-log-indent): Call change-log-fill-parenthesized-list.
11147         (change-log-fill-paragraph): Bind fill-indent-according-to-mode to t.
11148         Have lines with leading asterisk start a paragraph.
11150 2007-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
11152         * calc/calc-math.el (math-emacs-precision)
11153         (math-largest-emacs-expt, math-smallest-emacs-expt):
11154         New variables.
11155         (math-use-emacs-fn): New function.
11156         (math-exp-raw): Evaluate with `math-use-emacs-fn', when
11157         appropriate.
11159 2007-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
11161         * image-dired.el (image-dired-sane-db-file): New func.
11162         (image-dired-write-tags, image-dired-remove-tag)
11163         (image-dired-list-tags, image-dired-write-comments)
11164         (image-dired-get-comment, image-dired-mark-tagged-files)
11165         (image-dired-create-gallery-lists): Call new func.
11166         Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
11168 2007-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
11170         * vc-hg.el (vc-hg-dir-state): Fix loop.
11171         (vc-hg-print-log): Fix expected return value for vc-hg-command.
11172         (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
11173         (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
11174         (vc-hg-revert): Likewise.
11175         (vc-hg-revision-table, vc-hg-revision-completion-table): New
11176         functions.
11178 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11180         * add-log.el (change-log-resolve-conflict): Don't lose data if the
11181         merge fails.
11183 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
11185         * progmodes/compile.el (compilation-auto-jump-to-first-error):
11186         Add group and version.
11188 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11190         * add-log.el (add-log-file-name): Use file-relative-name.
11191         (add-change-log-entry): Delay reading
11192         add-log-(full-name|mailing-address) to after we've switched to the
11193         ChangeLog buffer so we get the right value.
11194         (add-change-log-entry, add-log-current-defun, change-log-merge):
11195         Use derived-mode-p rather than checking major-mode directly.
11197         * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
11198         name for buffer-file-name if it refers to a directory.
11200         * vc-arch.el (vc-arch-diff): Fix last change.
11202         * progmodes/compile.el (compilation-start): Remember the original
11203         directory in a buffer-local compilation-directory.
11204         (compile): Set the global value of compilation-directory.
11205         (recompile): Use compilation-directory even in the compilation buffer.
11207 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
11209         * vc-hg.el (vc-hg-diff): Use vc-hg-command.
11211 2007-07-20  Eli Zaretskii  <eliz@gnu.org>
11213         * makefile.w32-in (install-lisp-SH): Don't create subdirectories
11214         in $(INSTALL_DIR)/lisp/ if they already exist.
11216 2007-07-20  Dhruva Krishnamurthy  <dhruvakm@gmail.com>  (tiny change)
11218         * makefile.w32-in (install-lisp-CMD): Don't create subdirectories
11219         in $(INSTALL_DIR)/lisp/ if they already exist.
11221 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11223         * progmodes/vera-mode.el (vera-re-search-forward)
11224         (vera-re-search-backward): Remove use of store-match-data.
11225         (vera-mode-map): Move initialization into declaration.
11227         * progmodes/flymake.el (flymake-buildfile-dirs): Remove.
11228         (flymake-find-buildfile): Use locate-dominating-file.
11230         * vc.el (vc-delistify): Use mapconcat.
11231         (vc-do-command): Minor simplification.
11232         (vc-expand-dirs): Use push.
11234         * vc-mcvs.el (vc-mcvs-create-repo):
11235         * vc-cvs.el (vc-cvs-create-repo): Remove.
11237         * vc-hooks.el (vc-find-root): Fix case where `file' is the current
11238         directory and the root as well.
11240 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
11242         * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
11243         instead of a file.
11245         * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
11246         (vc-hg-registered): Replace if with when.
11247         (vc-hg-state): Deal with nonexistent files and handle removed files.
11248         (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
11249         (vc-hg-checkout): Re-enable.
11250         (vc-hg-create-repo): Fix typos.
11251         (vc-hg-print-log): Fix for multiple files.
11252         (vc-hg-workfile-unchanged-p): New function.
11254         * vc.el: Fix typo.
11255         (vc-print-log): Fix call to print-log.
11256         (vc-default-comment-history): Likewise.
11257         (vc-directory-exclusion-list): Add .hg and .bzr.
11258         (vc-diff-internal): Pass a list instead of a file.
11260         * vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
11262         * vc-bzr.el (vc-bzr-create-repo): New function.
11264 2007-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11266         * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
11267         `file' from which to start the search.
11269 2007-07-19  Eric S. Raymond  <esr@snark.thyrsus.com>
11271         * vc-cvs.el (vc-cvs-checkin, vc-cvs-diff): Finish transition from
11272         having a single file argument to having a list of files as the
11273         first argument.
11275 2007-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11277         * files.el (locate-dominating-file): New function.
11279 2007-07-18  Michael Albinus  <michael.albinus@gmx.de>
11281         * progmodes/grep.el (grep-host-defaults-alist): New defvar.
11282         (grep-compute-defaults): Use it.
11284 2007-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11286         * uniquify.el: Docstring fixes.
11288 2007-07-18  Eric S. Raymond  <esr@snark.thyrsus.com>
11290         * vc.el (revision-granularity, create-repo): Document new vc
11291         backend properties.
11292         (vc-rollback): Renamed from vc-cancel-version.  Update references.
11293         Pass a list instead of a file.
11294         (vc-revert): Renamed from vc-revert-buffer.  Update references.
11295         (vc-delistify, vc-expand-dirs): New functions.
11296         (vc-do-command): Rename FILE to FILE-OR-LIST and deal with a list
11297         of files instead of a single file.
11298         (vc-position-context, vc-resync-window, vc-diff-internal)
11299         (vc-print-log): Pass a list instead of a file.
11301         * vc-hooks.el (vc-stay-local-p, vc-backend)
11302         (vc-backend-subdirectory-name): Work on a file list, not a single
11303         file.
11304         (vc-workfile-version): Update docstring.
11305         (vc-menu-map): Use vc-rollback instead of vc-cancel-version and
11306         vc-revert instead of vc-revert-buffer.
11307         (vc-prefix-map): Likewise.  Bind vc-update.
11309         * vc-svn.el (vc-svn-revision-granularity, vc-svn-create-repo)
11310         (vc-svn-wash-log): New functions.
11311         (vc-svn-register, vc-svn-checkin, vc-svn-print-log)
11312         (vc-svn-command): Deal with a list of files, not a single file.
11314         * vc-rcs.el (vc-rcs-revision-granularity, vc-rcs-create-repo)
11315         (vc-rcs-wash-log): New functions.
11316         (vc-rcs-register, vc-rcs-checkin, vc-rcs-diff, vc-rcs-print-log):
11317         Deal with a list of files, not a single file.
11318         (vc-rcs-rollback): Likewise.  Rename from vc-rcs-cancel-version.
11320         * vc-sccs.el (vc-sccs-revision-granularity, vc-sccs-wash-log): New
11321         functions.
11322         (vc-sccs-register, vc-sccs-checkin, vc-sccs-diff): Deal with a
11323         list of files, not a single file.
11325         * vc-mcvs.el (vc-mcvs-revision-granularity, vc-mcvs-create-repo):
11326         New functions.
11327         (vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-print-log)
11328         (vc-mcvs-diff): Deal with a list of files, not a single file.
11330         * vc-hg.el (vc-hg-revision-granularity, vc-hg-create-repo): New
11331         functions.
11332         (vc-hg-print-log): Deal with a list of files, not a single file.
11333         (vc-hg-diff-tree): New function, replace defalias with the same
11334         name.
11335         (vc-hg-register, vc-hg-checkin, vc-hg-command): Rename FILE to
11336         FILES to denote that it is a file list, not a single file.
11338         * vc-cvs.el (vc-cvs-create-repo, vc-cvs-wash-log): New functions.
11339         (vc-cvs-register, vc-cvs-checkin): Deal with a list of files, not
11340         a single file.
11341         (vc-cvs-print-log, vc-cvs-command): Rename FILE to FILES to denote
11342         that it is a file list, not a single file.
11343         (vc-cvs-diff): Likewise.  Simplify.
11345         * vc-arch.el (vc-arch-register, vc-arch-checkin, vc-arch-diff):
11346         Deal with a list of files, not a single file.
11348         * vc-bzr.el (vc-bzr-register, vc-bzr-command, vc-bzr-checkin)
11349         (vc-bzr-print-log): Update FILE parameter name to denote that it
11350         is a file list, not a single file.
11351         (vc-bzr-diff): Likewise.  Use the car of files.
11353 2007-07-18  Juanma Barranquero  <lekktu@gmail.com>
11355         * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
11356         (follow-delete-other-windows-and-split, follow-recenter)
11357         (follow-windows-aligned-p, follow-point-visible-all-windows-p)
11358         (follow-redisplay, follow-estimate-first-window-start)
11359         (follow-xemacs-scrollbar-support, follow-intercept-process-output):
11360         Fix typos in docstrings.
11362 2007-07-18  Martin Rudalics  <rudalics@gmx.at>
11364         * add-log.el (change-log-mode): Use fill-nobreak-predicate to
11365         avoid that filling introduces lines with a single asterisk.
11367         * kmacro.el (kmacro-end-macro): When ignoring empty macro
11368         avoid incorrect kmacro-ring-empty-p messages.
11369         Reported by Michael Schierl <schierlm@gmx.de>.
11371 2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
11373         * vc.el: Add more info about the vc-registered function.
11375 2007-07-17  Michael Albinus  <michael.albinus@gmx.de>
11377         * files.el (file-remote-p): Introduce optional parameter
11378         IDENTIFICATION.
11380         * recentf.el (recentf-keep-default-predicate): Adapt call of
11381         `file-remote-p'.
11383         * progmodes/grep.el (grep-probe): Use `process-file'.
11384         (grep-compute-defaults): Handle variables host specific.
11386         * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
11387         parameter IDENTIFICATION.
11389         * net/tramp.el (tramp-handle-file-remote-p): Handle optional
11390         parameter IDENTIFICATION.
11391         (tramp-handle-set-file-times): New defun.  Replaces `tramp-touch'.
11392         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
11393         Add entry for `set-file-times'.
11394         (tramp-do-copy-or-rename-file-via-buffer)
11395         (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
11396         (tramp-handle-unhandled-file-name-directory): Rewrite.
11397         (tramp-convert-file-attributes): Add error handling when inode is
11398         extraordinary big.
11399         (tramp-get-inode): Change parameter from FILE to VEC.
11400         (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
11401         is nil.  This is according to the specification.  Goto (point-max)
11402         when ready.
11403         (tramp-handle-shell-command): Rewrite completely, using
11404         `process-file' and `start-file-process'.
11405         (tramp-methods, tramp-find-shell)
11406         (tramp-open-connection-setup-interactive-shell)
11407         (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
11408         var.  Reported by Steve Youngs <steve@sxemacs.org>.
11410         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
11411         entry for `set-file-times'.  Rename `start-process' into
11412         `start-file-process'.  Remove `call-process' entry.
11413         (tramp-fish-handle-set-file-times): New defun.
11414         (tramp-fish-handle-executable-find): Use `process-file'.
11415         (tramp-fish-handle-process-file): New defun.  Replaces
11416         `tramp-fish-handle-call-process'.
11417         (tramp-fish-do-copy-or-rename-file-directly): Use
11418         `set-file-times'.
11419         (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
11421         * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
11422         `tramp-get-inode' parameter.
11424 2007-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11426         * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
11427         (vc-bzr-post-command-function): Remove.  Version 0.8 is already old
11428         nowadays, and by the time Emacs-23 comes out, nobody will even remember
11429         it has ever existed.
11431 2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
11433         * vc.el: Undo previous change.
11435 2007-07-16  Eli Zaretskii  <eliz@gnu.org>
11437         * makefile.w32-in (clean): Don't delete *~.
11439 2007-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11441         * textmodes/tex-mode.el (tex-verbatim-environments):
11442         Add safe-local-variable property.
11443         (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
11444         when starting font-lock rather than when loading tex-mode.el.
11446         * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
11447         whole $( rather than just the $.  Rename from sh-quoted-subshell.
11448         (sh-font-lock-syntactic-keywords): Adjust call accordingly.
11450 2007-07-16  Thien-Thi Nguyen  <ttn@gnuvola.org>
11452         * bookmark.el (bookmark-maybe-sort-alist): Don't modify
11453         bookmark-alist.  Instead, if not sorting, simply return it.
11454         (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
11455         for its return value, not for its side effect.
11457         * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
11458         case of alignment under a constant symbol, find and consider
11459         the sexp actually at indentation to be the "last sexp".
11461 2007-07-16  Drew Adams  <drew.adams@oracle.com>
11463         * mouse.el (mouse-yank-secondary): Better error message if no
11464         secondary selection.
11466 2007-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
11468         * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
11470         * term/xterm.el (xterm-turn-on-modify-other-keys)
11471         (xterm-turn-off-modify-other-keys): New functions.
11472         (terminal-init-xterm): Enable the modifyOtherKeys feature if the
11473         terminal supports it.
11475 2007-07-16  Thien-Thi Nguyen  <ttn@gnuvola.org>
11477         * bookmark.el (bookmark-show-all-annotations):
11478         Make sure each inserted annotation ends with newline.
11480 2007-07-15  Richard Stallman  <rms@gnu.org>
11482         * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
11484         * tutorial.el (tutorial--find-changed-keys):
11485         Handle C-x specially like ESC.
11487 2007-07-15  Aaron Hawley  <aaronh@garden.org>
11489         * tar-mode.el (tar-get-descriptor): No error for zero-length file.
11491 2007-07-15  Juri Linkov  <juri@jurta.org>
11493         * delsel.el (delete-selection-pre-hook):
11494         * emulation/cua-base.el (cua-paste): Before a yank command,
11495         check also whether last-command is one of mouse-save-then-kill,
11496         mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
11498 2007-07-15  Michael Albinus  <michael.albinus@gmx.de>
11500         * recentf.el (recentf-keep-default-predicate): New defun.
11501         (recentf-keep): Use it as initial value.
11503 2007-07-15  Karl Fogel  <kfogel@red-bean.com>
11505         * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
11506         thus restoring bookmark bindings to three slots under C-x r.  See
11507         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
11509 2007-07-15  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
11511         * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
11513 2007-07-15  Jason Rumney  <jasonr@gnu.org>
11515         * w32-fns.el (set-default-process-coding-system): Use dos line ends
11516         for input to cmdproxy on all versions of Windows.
11517         Use dos line ends for input to plink.
11519         * comint.el (comint-simple-send): Concat newline before sending.
11520         (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
11522 2007-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11524         * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
11525         safe-local-variable setting.
11527 2007-07-14  David Kastrup  <dak@gnu.org>
11529         * emacs-lisp/advice.el (defadvice): Doc fix.
11531 2007-07-14  Juanma Barranquero  <lekktu@gmail.com>
11533         * subr.el (when, unless): Doc fix.
11535 2007-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
11537         * replace.el (match): Use yellow1 instead of yellow.
11539         * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
11540         red.
11542         * pcvs-info.el (cvs-unknown): Likewise.
11544 2007-07-13  Eli Zaretskii  <eliz@gnu.org>
11546         * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
11547         (install): Use them to copy all *.el files before *.elc.
11549 2007-07-13  Drew Adams  <drew.adams@oracle.com>
11551         * bookmark.el (bookmark-jump-other-window): New function.
11552         (bookmark-map): Bind it to "o".
11554         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
11555         and its thread contains discussion about this change.
11556         The original patch was slightly tweaked by Karl Fogel
11557         <kfogel@red-bean.com> before committing.
11559 2007-07-13  Karl Fogel  <kfogel@red-bean.com>
11561         * bookmark.el: Shorten some comments to fit within 80 lines.
11563 2007-07-13  Karl Fogel  <kfogel@red-bean.com>
11565         * bookmark.el: Don't define bookmark keys under the "C-xr" map;
11566         instead, make "C-xp" a prefix for bookmark-map.  Patch by Drew
11567         Adams <drew.adams@oracle.com>, mildly tweaked by me.  See
11568         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
11570 2007-07-13  Carsten Dominik  <dominik@science.uva.nl>
11572         * textmodes/org.el: Bug fixes.
11573         (org-end-of-line): Move to end of line if in headline without tags.
11575 2007-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11577         * vc-hooks.el: Remove spurious * in docstrings.
11578         (vc-handled-backends): Add BZR.
11580         * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
11582 2007-07-12  Davis Herring  <herring@lanl.gov>
11584         * desktop.el (desktop-buffer-info, desktop-save):
11585         Use `desktop-dirname' instead of `dirname'.
11587 2007-07-12  Paul Pogonyshev  <pogonyshev@gmx.net>
11589         * progmodes/which-func.el (which-func-modes): Add `python-mode'.
11591         * progmodes/python.el (python-which-func-length-limit): New var.
11592         (python-which-func): New function.
11593         (python-current-defun): Add optional `length-limit' and try to fit
11594         computed function name to that length.
11595         (python-mode): Hook `python-which-func' up.
11597 2007-07-12  Sean O'Rourke  <sorourke@cs.ucsd.edu>  (tiny change)
11599         * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
11601         * comint.el (comint-dynamic-complete-as-filename):
11602         Use read-file-name-completion-ignore-case.
11604 2007-07-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11606         * comint.el (comint-dynamic-list-filename-completions):
11607         Use read-file-name-completion-ignore-case.
11609         * vc-cvs.el: Require CL.
11610         (vc-cvs-revision-table, vc-cvs-revision-completion-table):
11611         New functions to provide completion of revision names.
11613         * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
11614         (vc-cvs-annotate-first-line-re): New const.
11615         (vc-cvs-annotate-process-filter): New fun.
11616         (vc-cvs-annotate-command): Use them and run the command asynchronously.
11618 2007-07-12  Paul Pogonyshev  <pogonyshev@gmx.net>
11620         * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
11621         (eldoc-print-current-symbol-info): Adjust for changed helper
11622         function signatures.
11623         (eldoc-get-fnsym-args-string): Add `args' argument.  Use new
11624         `eldoc-highlight-function-argument'.
11625         (eldoc-highlight-function-argument): New function.
11626         (eldoc-get-var-docstring): Format documentation with
11627         `font-lock-variable-name-face'.
11628         (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
11629         where suited.
11630         (eldoc-fnsym-in-current-sexp): Return a list with argument index.
11631         (eldoc-beginning-of-sexp): Return number of skipped sexps.
11633 2007-07-11  Michael Albinus  <michael.albinus@gmx.de>
11635         * progmodes/compile.el (compilation-start): `start-process' must
11636         still be redefined when calling `start-process-shell-command'.
11638         * progmodes/gud.el (gud-file-name): When `default-directory' is a
11639         remote file name, prepend its remote part to the filename.
11640         (gud-common-init): When `default-directory' is a remote file name,
11641         make the filename relative to it.
11642         Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
11644 2007-07-11  Dan Nicolaescu  <dann@ics.uci.edu>
11646         * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
11647         mouse binding and a tooltip.
11649 2007-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11651         * menu-bar.el (vc-menu-map): New defalias.
11653 2007-07-10  Richard Stallman  <rms@gnu.org>
11655         * emacs-lisp/lisp-mode.el (eval-defun):
11656         Explain special handling of `defface'.
11658 2007-07-10  Jim Meyering  <jim@meyering.net>  (tiny change)
11660         * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
11662         * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
11664 2007-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11666         * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
11668         * vc-arch.el (vc-arch-complete): Remove.
11669         (vc-arch-revision-completion-table): Use complete-with-action.
11671         * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
11672         (complete-with-action): New function.
11673         (dynamic-completion-table): Use it.
11675 2007-07-10  Michael Albinus  <michael.albinus@gmx.de>
11677         * comint.el (make-comint, make-comint-in-buffer)
11678         (comint-exec-1): Replace `start-process' by `start-file-process'.
11680         * progmodes/compile.el (compilation-start): Revert redefining
11681         `start-process'.
11683 2007-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11685         * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
11686         with EOLs when generating MD5 checksums.
11688         * follow.el: Don't change the global map from the follow-mode-map
11689         defvar, but from the toplevel.  Use easy-menu to unify the Emacs and
11690         XEmacs code.
11691         (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
11692         since `follow-mode' should be used instead for that.
11694         * emacs-lisp/easymenu.el (easy-menu-binding): New function.
11695         (easy-menu-do-define): Use it.
11696         (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
11698         * progmodes/compile.el (compilation-auto-jump-to-first-error)
11699         (compilation-auto-jump-to-next): New vars.
11700         (compilation-auto-jump): New function.
11701         (compilation-error-properties): Use them to jump to first error.
11702         (compilation-start): Set the var if requested.
11704         * emacs-lisp/autoload.el (update-directory-autoloads): Remove
11705         duplicates without also removing entries from other directories.
11707 2007-07-10  Carsten Dominik  <dominik@science.uva.nl>
11709         * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
11710         Remember span as default.
11711         (org-columns-edit-value): Rename from `org-column-edit'.
11712         (org-columns-display-here-title): Rename from
11713         `org-overlay-columns-title'.
11714         (org-columns-remove-overlays): Rename from org-remove-column-overlays.
11715         (org-columns-get-autowidth-alist): Rename from
11716         `org-get-columns-autowidth-alist'.
11717         (org-columns-display-here): Rename from `org-overlay-columns'.
11718         (org-columns-new-overlay): Rename from `org-new-column-overlay'.
11719         (org-columns-quit): Rename from `org-column-quit'.
11720         (org-columns-show-value): Rename from `org-column-show-value'.
11721         (org-columns-content, org-columns-widen)
11722         (org-columns-next-allowed-value)
11723         (org-columns-edit-allowed, org-columns-store-format)
11724         (org-columns-uncompile-format, org-columns-redo)
11725         (org-columns-edit-attributes, org-delete-property)
11726         (org-set-property, org-columns-update)
11727         (org-columns-compute, org-columns-eval)
11728         (org-columns-not-in-agenda, org-columns-compute-all)
11729         (org-property-next-allowed-value)
11730         (org-columns-compile-format)
11731         (org-fill-paragraph-experimental)
11732         (org-string-to-number, org-property-action)
11733         (org-columns-move-left, org-columns-new)
11734         (org-column-number-to-string)
11735         (org-property-previous-allowed-value)
11736         (org-at-property-p, org-columns-delete)
11737         (org-columns-previous-allowed-value)
11738         (org-columns-move-right, org-columns-narrow)
11739         (org-property-get-allowed-values)
11740         (org-verify-version, org-column-string-to-number)
11741         (org-delete-property-globally): New functions.
11742         (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
11743         (org-columns-overlays): Rename from `org-column-overlays'.
11744         (org-columns-map): Rename from `org-column-map'.
11745         (org-columns-current-maxwidths): Rename from
11746         `org-current-columns-maxwidths'.
11747         (org-columns-begin-marker, org-columns-current-fmt-compiled)
11748         (org-previous-header-line-format)
11749         (org-columns-inhibit-recalculation)
11750         (org-columns-top-level-marker): New variables.
11751         (org-columns-default-format): Rename from `org-default-columns-format'.
11752         (org-property-re): New constant.
11754 2007-07-10  Guanpeng Xu  <herberteuler@hotmail.com>
11756         * subr.el (looking-at-p, string-match-p): New functions.
11758 2007-07-09  Reiner Steib  <Reiner.Steib@gmx.de>
11760         * textmodes/tex-mode.el (tex-fontify-script)
11761         (tex-font-script-display): New variables to make display of
11762         superscripts and subscripts customizable.
11763         (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
11765 2007-07-09  Richard Stallman  <rms@gnu.org>
11767         * isearch.el (isearch-edit-string): Call to isearch-push-state
11768         after the search.
11770 2007-07-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11772         * window.el (fit-window-to-buffer): Remove setting of window-min-height
11773         to 1 as enlarge-window uses the value to resize/shrink windows other
11774         than WINDOW if needed.
11776 2007-07-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11778         * cus-start.el (file-coding-system-alist): Fix custom type.
11780 2007-07-08  Chong Yidong  <cyd@stupidchicken.com>
11782         * longlines.el (longlines-wrap-region): Avoid marking buffer as
11783         modified.
11784         (longlines-auto-wrap, longlines-window-change-function):
11785         Remove unnecessary calls to set-buffer-modified-p.
11787 2007-07-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11789         * cus-start.el (file-coding-system-alist): Fix custom type.
11791 2007-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11793         * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
11794         (vc-cvs-checkout): Remove last arg now unused; simplify.
11796 2007-07-08  Michael Albinus  <michael.albinus@gmx.de>
11798         * files.el (file-remote-p): Introduce optional parameter CONNECTED.
11800         * net/tramp.el:
11801         * net/tramp-ftp.el:
11802         * net/tramp-smb.el:
11803         * net/tramp-uu.el:
11804         * net/trampver.el: Migrate to Tramp 2.1.
11806         * net/tramp-cache.el:
11807         * net/tramp-fish.el:
11808         * net/tramp-gw.el: New Tramp packages.
11810         * net/tramp-util.el:
11811         * net/tramp-vc.el: Removed.
11813         * net/ange-ftp.el: Add ange-ftp property to 'start-file-process.
11814         (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
11816         * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
11818         * progmodes/compile.el (compilation-start): Redefine
11819         `start-process' temporarily when `default-directory' is remote.
11820         Remove case of synchronous compilation, this won't happen ever.
11821         (compilation-setup): Make local variable `comint-file-name-prefix'
11822         for remote compilation.
11824 2007-07-08  Martin Rudalics  <rudalics@gmx.at>
11826         * novice.el (disabled-command-function): Fit window to buffer to
11827         make last line visible.
11828         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
11830         * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
11831         when handling the terminating event.
11833 2007-07-07  Jay Belanger  <jay.p.belanger@gmail.com>
11835         * calc/calc.el (math-read-number-simple): Remove leading 0s.
11836         (math-bignum-digit-length): Change to optimal value.
11838         * calc/calc-bin.el (math-bignum-logb-digit-size)
11839         (math-bignum-digit-power-of-two): Evaluate when compiled.
11841         * calc/calc-comb.el (math-small-factorial-table)
11842         (math-init-random-base, math-prime-test): Remove unnecessary calls
11843         to `math-read-number-simple'.
11845         * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
11846         (math-approx-gamma-const): Add docstrings.
11848         * calc/calc-forms.el (math-julian-date-beginning)
11849         (math-julian-date-beginning-int): New constants.
11850         (math-format-date-part, math-parse-standard-date, calcFunc-julian):
11851         Use the new constants.
11853         * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
11855         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
11856         Add docstrings.
11858 2007-07-07  Tom Tromey  <tromey@redhat.com>
11860         * vc.el (vc-annotate): Jump to line and output message only after the
11861         process is really all done.
11863 2007-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11865         * vc.el (vc-exec-after): Don't move point from the sentinel.
11866         Forcefully read all the remaining text in the pipe upon process exit.
11867         (vc-annotate-display-autoscale, vc-annotate-lines):
11868         Don't stop at the first unrecognized line.
11869         (vc-annotate-display-select): Run autoscale after the process is done
11870         since it depends on the whole result.
11872 2007-07-07  Eli Zaretskii  <eliz@gnu.org>
11874         * term/w32-win.el (menu-bar-open): New function.
11875         Bind <f10> to it.
11877 2007-07-07  Michael Albinus  <michael.albinus@gmx.de>
11879         * simple.el (start-file-process): New defun.
11881 2007-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11883         * files.el (find-file-confirm-nonexistent-file): Rename from
11884         find-file-confirm-inexistent-file.  Update users.
11886         * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
11887         format of autoload block where the file's time-stamp is replaced by its
11888         MD5 checksum.
11889         (autoload-generate-file-autoloads): Use MD5 checksum instead of
11890         time-stamp for secondary autoloads files.
11891         (update-directory-autoloads): Remove duplicate entries.
11892         Use time-less-p for time-stamps, as done in autoload-find-destination.
11894 2007-07-07  Jay Belanger  <jay.p.belanger@gmail.com>
11896         * calc/calc.el (math-read-number): Replace number by variable.
11897         (math-read-number-simple): Properly parse small integers.
11899 2007-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
11901         * vc.el: Fix doc for the checkout function.
11903 2007-07-06  Dan Nicolaescu  <dann@ics.uci.edu>
11905         * vc-hg.el (vc-hg-root): New function.
11906         (vc-hg-registered): Use it.
11907         (vc-hg-diff-tree): New defalias.
11908         (vc-hg-responsible-p): Likewise.
11909         (vc-hg-checkout): Comment out, not needed.
11910         (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
11911         (vc-hg-find-version, vc-hg-next-version): New functions.
11913 2007-07-06  Andreas Schwab  <schwab@suse.de>
11915         * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
11916         dynamic bindings around the evaluation of the expression.
11917         Reported by Jay Belanger <jay.p.belanger@gmail.com>.
11919 2007-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11921         * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
11922         Run before-revert-hook.  Suggested by Denis Bueno <denbuen@sandia.gov>.
11923         Use run-hooks rather than run-mode-hooks.
11925 2007-07-05  Jay Belanger  <jay.p.belanger@gmail.com>
11927         * calc/calc-comb.el (math-random-digit): Rename to
11928         `math-random-three-digit-number'.
11929         (math-random-digits): Don't depend on representation of integer.
11931         * calc/calc-bin.el (math-bignum-logb-digit-size)
11932         (math-bignum-digit-power-of-two): New constants.
11933         (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
11934         (math-not-bignum, math-clip-bignum): Use the constants
11935         `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
11936         instead of their values.
11937         (math-clip): Use math-small-integer-size instead of its value.
11939         * calc/calc.el (math-add-bignum): Replace number by constant.
11941 2007-07-05  Chong Yidong  <cyd@stupidchicken.com>
11943         * wid-edit.el (widget-documentation-string-value-create):
11944         Insert indentation spaces.
11946 2007-07-05  Thien-Thi Nguyen  <ttn@gnuvola.org>
11948         * emacs-lisp/byte-opt.el: Revert last change.
11950 2007-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
11952         * vc-hooks.el (vc-handled-backends): Add HG.
11954         * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
11956 2007-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11958         * complete.el (PC-do-complete-and-exit): Add support for the new
11959         `confirm-only' confirmation mode.
11961 2007-07-05  Chong Yidong  <cyd@stupidchicken.com>
11963         * cus-edit.el (custom-commands): New variable.
11964         (custom-tool-bar-map): New variable.  Initialize using
11965         `custom-commands'.
11966         (custom-mode): Use `custom-tool-bar-map'.
11967         (custom-buffer-create-internal): Insert action buttons only if
11968         tool bar is not used.  Use `custom-commands'.
11969         (Custom-help, custom-command-apply): New function.
11970         (custom-command-apply, Custom-set, Custom-save)
11971         (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
11972         Use `custom-command-apply' instead of duplicating code.
11973         (customize-group-other-window): Call `customize-group' instead of
11974         duplicating code.
11975         (customize-face-other-window): Call `customize-face' instead of
11976         duplicating code.
11977         (customize-group, customize-face): Add optional args for opening
11978         in another window.
11979         (custom-variable-tag): Don't inherit `variable-pitch' face.
11980         (custom-group-tag): Inherit `variable-pitch' face.
11981         (custom-variable-value-create): Set documentation indentation.
11982         (custom-group-value-create): Make group name a link, instead of
11983         using an extra "go to group" button.
11984         (custom-prompt-variable, custom-group-set, custom-group-save)
11985         (custom-group-reset-current, custom-group-reset-saved)
11986         (custom-group-reset-standard): Minor cleanup.
11988 2007-07-05  Thien-Thi Nguyen  <ttn@gnuvola.org>
11990         * Makefile.in (bootstrap-prepare): When copying from
11991         ldefs-boot.el, make sure loaddefs.el is writeable.
11993         (bootstrap-prepare): Make $(lisp)/ps-print.el
11994         and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
11996 2007-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
11998         * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
11999         only caller, and delete.
12000         (vc-hg-state): Deal with exceptions and only parse the output on
12001         successful return.
12002         (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
12003         caller, and delete.
12004         (vc-hg-workfile-version): Deal with exceptions and only parse the
12005         output on successful return.
12006         (vc-hg-revert): New function.
12008 2007-07-04  Jay Belanger  <jay.p.belanger@gmail.com>
12010         * calculator.el (calculator-expt): Use more cases to determine
12011         the value.
12013 2007-07-03  Dan Nicolaescu  <dann@ics.uci.edu>
12015         * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
12016         file names.
12018 2007-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
12020         * calculator.el (calculator-expt, calculator-integer-p):
12021         New functions.
12022         (calculator-fact): Check to see if the factorial will be too
12023         large before computing it.
12024         (calculator-initial-operators): Use `calculator-expt' to
12025         compute "^".
12026         (calculator-mode): Mention that results which are too large
12027         will return inf.
12028         * calc/calc-comb.el (math-small-factorial-table): Replace list
12029         by vector.
12031 2007-07-03  David Kastrup  <dak@gnu.org>
12033         * shell.el: On request of the authors, remove their addresses for
12034         the sake of bug reports, and add the developer list address as
12035         maintainer information.
12037 2007-07-03  Richard Stallman  <rms@gnu.org>
12039         * files.el (make-directory): Doc fix.
12040         (find-file-confirm-inexistent-file): Make it a defcustom.
12041         Make nil the default.
12043 2007-07-02  Richard Stallman  <rms@gnu.org>
12045         * startup.el (command-line): Set buffer-offer-save in *scratch*
12046         and enable auto-save in it.
12048 2007-07-02  Carsten Dominik  <dominik@science.uva.nl>
12050         * textmodes/org.el (orgstruct-mode-map): New variable.
12051         (orgstruct-mode): New minor mode.
12052         (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
12053         (orgstruct-make-binding, org-context-p, org-get-local-variables)
12054         (org-run-like-in-org-mode): New functions.
12055         (org-cycle-list-bullet): New command.
12056         (org-special-properties, org-property-start-re)
12057         (org-property-end-re): New constants.
12058         (org-with-point-at): New macro.
12059         (org-get-property-block, org-entry-properties, org-entry-get)
12060         (org-entry-delete, org-entry-get-with-inheritance)
12061         (org-entry-put, org-buffer-property-keys): New functions.
12062         (org-insert-property-drawer): New command.
12063         (org-entry-property-inherited-from): New variable.
12064         (org-column): New face.
12065         (org-column-overlays, org-current-columns-fmt)
12066         (org-current-columns-maxwidths, org-column-map): New variables.
12067         (org-column-menu): New menu.
12068         (org-new-column-overlay, org-overlay-columns)
12069         (org-overlay-columns-title, org-remove-column-overlays)
12070         (org-column-show-value, org-column-quit, org-column-edit):
12071         New functions.
12072         (org-columns, org-agenda-columns): New commands.
12073         (org-get-columns-autowidth-alist): New functions.
12074         (org-properties): New customize group.
12075         (org-default-columns-format): New option.
12076         (org-priority): Realign tags after changing priority.
12077         (org-preserve-lc): New macro.
12078         (org-update-checkbox-count): Catch case when there is no headline.
12079         (org-agenda-quit): Remove any column overlays.
12080         (org-beginning-of-item-list): Fixed bug when non-item line is
12081         indented too deep.
12082         (org-cached-props): New variable.
12083         (org-cached-entry-get): New function.
12084         (org-make-tags-matcher): Handle property matches.
12085         (org-table-recalculate): Swap evaluation order: Field formula
12086         first, then column formulas, but don't allow them to overwrite the
12087         field formulas.
12088         (org-table-eval-formula): New argument untouchable.
12089         (org-table-put-field-property): New function.
12091 2007-07-02  Martin Rudalics  <rudalics@gmx.at>
12093         * help-mode.el (help-make-xrefs): Skip spaces too when
12094         skipping tabs.
12096         * ffap.el (dired-at-point-prompter): Improve prompt in
12097         list-directory case.
12099 2007-07-01  Richard Stallman  <rms@gnu.org>
12101         * files.el (find-file-visit-truename): Fix safe-local-variable value.
12103 2007-07-01  Richard Stallman  <rms@gnu.org>
12105         * cus-start.el (max-mini-window-height): Added.
12107 2007-07-01  Sean O'Rourke  <sorourke@cs.ucsd.edu>  (tiny change)
12109         * complete.el (partial-completion-mode): Remove advice of
12110         read-file-name-internal.
12111         (PC-do-completion): Rebind minibuffer-completion-table.
12112         (PC-read-file-name-internal): New function doing what
12113         read-file-name-internal advice did.
12115 2007-07-01  Paul Pogonyshev  <pogonyshev@gmx.net>
12117         * emacs-lisp/byte-opt.el: Set `binding-is-magic'
12118         property on a few symbols.
12119         (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
12120         (byte-optimize-lapcode): Remove bindings that are not referenced
12121         and certainly will not effect through dynamic scoping.
12123 2007-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12125         * files.el (find-file-confirm-inexistent-file): New var.
12126         (find-file, find-file-other-window, find-file-other-frame)
12127         (find-file-read-only, find-file-read-only-other-window)
12128         (find-file-read-only-other-frame): Use it.
12130 2007-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12132         * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
12134 2007-06-29  Juanma Barranquero  <lekktu@gmail.com>
12136         * generic-x.el (generic-define-mswindows-modes)
12137         (generic-define-unix-modes, apache-log-generic-mode)
12138         (bat-generic-mode-keymap, java-manifest-generic-mode)
12139         (show-tabs-generic-mode): Fix typos in docstrings.
12141 2007-06-29  Ryan Yeske  <rcyeske@gmail.com>
12143         * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
12144         (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
12145         (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
12146         (rcirc-print): Never ignore messages from ourself.
12148 2007-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12150         * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
12151         syntax as well.  Reported by Juri Linkov <juri@jurta.org>.
12153 2007-06-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12155         * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
12156         replace-regexp-in-string.
12158 2007-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12160         * emacs-lisp/cl.el: Set edebug and indentation before loading
12161         cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
12163 2007-06-28  Andreas Schwab  <schwab@suse.de>
12165         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
12166         $(lisp)/subdirs.el.
12168 2007-06-28  Juanma Barranquero  <lekktu@gmail.com>
12170         * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
12171         the speedbar frame if nil; that deletes the current frame or
12172         causes an error if it is the only frame.
12173         Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
12175 2007-06-28  Kevin Ryde  <user42@zip.com.au>
12177         * textmodes/nroff-mode.el: Groff \# comments.
12178         (nroff-mode-syntax-table): \# comment intro,
12179         plain # as punct per global table.
12180         (nroff-font-lock-keywords): Add # as a single char escape.
12181         (nroff-mode): In comment-start-skip, match \#.
12183 2007-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12185         * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
12186         (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
12187         point-min == 1.
12189 2007-06-28  Nick Roberts  <nickrob@snap.net.nz>
12191         * pcvs-util.el (cvs-strings->string, cvs-string->strings):
12192         Rename and move to...
12194         * subr.el (strings->string, string->strings): ...here.
12196         * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
12197         (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
12199         * progmodes/gud.el (gud-common-init): Call string->strings instead
12200         of split-string.
12202 2007-06-27  Michael Albinus  <michael.albinus@gmx.de>
12204         * dired-aux.el: Remove `dired-call-process'.
12205         (dired-check-process): Call `process-file'.
12207         * wdired.el (wdired-do-perm-changes): Call `process-file'.
12209         * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
12210         `ange-ftp-process-file'.
12212 2007-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12214         * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
12216         * emacs-lisp/cl-extra.el:
12217         * emacs-lisp/cl-seq.el:
12218         * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
12219         Add autoload cookies on all defs autoloaded manually in cl.el.
12221         * emacs-lisp/cl-loaddefs.el: New file.
12223         * textmodes/texinfmt.el (texinfo-raisesections-alist)
12224         (texinfo-lowersections-alist): Merge definition and declaration.
12225         (texinfo-start-of-header, texinfo-end-of-header): Remove.
12226         (texinfo-format-syntax-table): Merge init into declaration.
12227         (texinfo-format-parse-line-args, texinfo-format-parse-args)
12228         (texinfo-format-parse-defun-args, texinfo-format-node)
12229         (texinfo-push-stack, texinfo-multitable-widths)
12230         (texinfo-define-info-enclosure, texinfo-alias)
12231         (texinfo-format-defindex, batch-texinfo-format): Use push.
12232         (texinfo-footnote-number): Remove duplicate declaration.
12234         * ps-print.el: Update with auto-generated autoloads.
12236         * ps-mule.el: Set generated-autoload-file to "ps-print.el".
12238 2007-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12240         * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
12241         relative to current dir for file-local settings.
12242         (autoload-generate-file-autoloads): Add `outfile' arg.
12243         (update-directory-autoloads): Use it to directly call
12244         autoload-generate-file-autoloads instead of going through
12245         update-file-autoloads so we avoid redundant searches and so we can know
12246         the set of buffers changed so we can save them all.
12248         * emacs-lisp/autoload.el (autoload-find-destination): Return nil
12249         rather than throwing `up-to-date'.
12250         (autoload-generate-file-autoloads): Adjust correspondingly.
12251         (update-file-autoloads): Be careful to let-bind
12252         autoload-modified-buffers and adjust to new calling conventions.
12253         (autoload-modified-buffers): Make it a dynamically scoped var.
12254         (update-directory-autoloads): Use file-relative-name instead of
12255         autoload-trim-file-name.
12256         (autoload-insert-section-header): Don't use autoload-trim-file-name
12257         since the file is already relative now.
12258         (autoload-trim-file-name): Remove.
12260         * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
12261         (vc-arch-complete, vc-arch--version-completion-table)
12262         (vc-arch-revision-completion-table): New functions to provide
12263         completion of revision names.
12264         (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
12265         (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
12266         to let the user trim the revlib.
12268         * vc.el: Add new VC operation `revision-completion-table'.
12269         (vc-default-revision-completion-table): New function.
12270         (vc-version-diff, vc-version-other-window): Use it to provide
12271         completion of revision names if the backend provides it.
12273         * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
12275         * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
12276         of newer .svn/entries.
12278 2007-06-25  David Kastrup  <dak@gnu.org>
12280         * calc/calc-poly.el (math-padded-polynomial)
12281         (math-partial-fractions): Add some function comments.
12283 2007-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12285         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
12286         Make `outbuf' optional.
12287         (update-file-autoloads): Use it.
12289 2007-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12291         * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
12292         (autoload-find-destination): Keep it uptodate.
12293         (autoload-save-buffers): New fun.
12294         (update-file-autoloads): Use it.  Re-add the "up to date" message.
12296         * emacs-lisp/autoload.el: Refactor for upcoming changes.
12297         (autoload-find-destination): New function extracted from
12298         update-file-autoloads.
12299         (update-file-autoloads): Use it.
12300         (autoload-generate-file-autoloads): New function extracted from
12301         generate-file-autoloads.  Use file-relative-name.  Delay computation of
12302         output-start to the first cookie.  Remove done-any, replaced by
12303         output-start.
12304         (generate-file-autoloads): Use it.
12306 2007-06-24  Jay Belanger  <jay.p.belanger@gmail.com>
12308         * calc/calc-comb.el (math-init-random-base, math-prime-test):
12309         Use math-read-number-simple to insert constants.
12310         (math-prime-test): Redo calculation of sum.
12312         * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
12314         * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
12315         math-scale-bignum-3.
12316         (math-isqrt-bignum): Use math-scale-bignum-digit-size and
12317         math-bignum-digit-size.
12318         (math-isqrt-small): Add another possible initial guess.
12320 2007-06-23  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12322         * textmodes/bibtex.el (bibtex-entry-format): New options
12323         `whitespace', `braces', and `string'.
12324         (bibtex-field-braces-alist, bibtex-field-strings-alist)
12325         (bibtex-field-braces-opt, bibtex-field-strings-opt)
12326         (bibtex-cite-matcher-alist): New variables.
12327         (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
12328         (bibtex-flash-head): Use blink-matching-delay.
12329         (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
12330         (bibtex-format-entry, bibtex-reformat): Handle new options of
12331         bibtex-entry-format.
12332         (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
12333         New functions.
12334         (bibtex-complete-internal): Do not display messages while
12335         minibuffer is used.  Do not leave around a completions buffer
12336         that is out of date.
12337         (bibtex-copy-summary-as-kill): New optional arg.
12338         (bibtex-font-lock-url): New optional arg no-button.
12339         (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
12340         (bibtex-url): Allow multiple URLs per entry.
12342 2007-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12344         * emacs-lisp/autoload.el (autoload-generated-file): New function.
12345         (update-file-autoloads, update-directory-autoloads): Use it.
12346         (autoload-file-load-name): New function.
12347         (generate-file-autoloads, update-file-autoloads): Use it.
12348         (autoload-find-file): Accept non-absolute argument.  Set default-dir.
12349         (generate-file-autoloads): If the autoloaded form is malformed,
12350         indicate the problem with a warning instead of aborting.
12352 2007-06-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
12354         * simple.el (next-error-recenter): Accept `(4)' as well;
12355         also, specify `integer' instead of `number'.
12357 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
12359         * ls-lisp.el (insert-directory): If an invalid regexp error is
12360         thrown, try using FILE as a literal file name, not a wildcard.
12362 2007-06-23  Juanma Barranquero  <lekktu@gmail.com>
12364         * ruler-mode.el (ruler-mode): Prevent clobbering the original
12365         `header-line-format' when reentering ruler mode.
12367 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
12369         * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
12370         FILE exists as a file.
12372 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
12374         * calc/calc.el (math-bignum-digit-length)
12375         (math-bignum-digit-size, math-small-integer-size):
12376         New constants.
12377         (math-normalize, math-bignum-big, math-make-float)
12378         (math-div10-bignum, math-scale-left, math-scale-left-bignum)
12379         (math-scale-right, math-scale-right-bignum, math-scale-rounding)
12380         (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
12381         (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
12382         (math-quotient, math-div-bignum, math-div-bignum-digit)
12383         (math-div-bignum-part, math-format-bignum-decimal)
12384         (math-read-bignum): Use math-bignum-digit-length,
12385         math-bignum-digit-size and math-small-integer-size.
12387         * calc/calc-ext.el (math-fixnum-big): Use the variable
12388         math-bignum-digit-size.
12390 2007-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
12392         * log-view.el (log-view-mode-menu): New menu.
12394 2007-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12396         * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
12397         differently.
12399         * vc-hg.el (vc-hg-registered): Add an autoloaded version.
12400         (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
12402 2007-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
12404         * vc-hg.el (vc-hg-print-log): Insert the file name.
12405         (vc-hg-log-view-mode): Fontify the file name.
12407 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
12409         * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
12410         (calcFunc-julian): Fix incorrect number used in calculations.
12412 2007-06-22  Thien-Thi Nguyen  <ttn@gnuvola.org>
12414         * simple.el (next-error-recenter): New defcustom.
12415         (next-error, next-error-internal): Recenter if specified,
12416         immediately prior to running `next-error-hook'.
12418         * progmodes/hideshow.el (hs-show-block): Use line-end-position.
12419         (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
12421         * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
12423 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
12425         * calc/calc-comb.el (math-small-factorial-table): New variable.
12426         (calcFunc-fact): Use `math-small-factorial-table'.
12428         * calc/calc-ext.el (math-defcache): Allow forms to evaluate
12429         initial values.
12430         (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
12431         New variables to use in caches.
12433         * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
12434         (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
12436         * calc/calc-func.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
12437         (math-bernoulli-b-cache): Use math-read-number-simple to insert
12438         bignums.
12440         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
12441         New variables to use in caches.
12443 2007-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
12445         * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
12447         * vc-hg.el (vc-hg-log-view-mode): New mode.
12449 2007-06-21  Jay Belanger  <jay.p.belanger@gmail.com>
12451         * calc/calc.el (math-read-number-simple): New function.
12453 2007-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12455         * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
12456         (vera-font-lock-match-item): Fix doc string.
12457         (vera-in-comment-p): Remove unused function.
12458         (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
12459         use `syntax-ppss'.
12460         (vera-forward-syntactic-ws): Fix argument order.
12461         (vera-prepare-search): Use `with-syntax-table'.
12462         (vera-indent-line): Fix doc string.
12463         (vera-electric-tab): Fix doc string.
12464         (vera-expand-abbrev): Define alias instead of using `fset'.
12465         (vera-comment-uncomment-region): Use `comment-start-skip'.
12467 2007-06-21  Carsten Dominik  <dominik@science.uva.nl>
12469         * textmodes/org.el (org-export-with-footnotes): New option.
12470         (org-export-as-html): Fix replacement bug for XEmacs.
12471         (org-agenda-default-appointment-duration): New option.
12473 2007-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
12475         * vc-hg.el: Add to do items.
12476         (vc-hg-diff): Add support for comparing different revisions.
12477         (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
12478         (vc-hg-annotate-extract-revision-at-line)
12479         (vc-hg-previous-version, vc-hg-checkin): New functions.
12480         (vc-hg-annotate-re): New constant.
12482 2007-06-20  Jay Belanger  <jay.p.belanger@gmail.com>
12484         * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
12486 2007-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12488         * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
12489         buffer-local value of log-view-*-re if applicable.
12491         * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
12492         Use vc-bzr-command rather than the ill defined vc-bzr-command*.
12493         (vc-bzr-command*): Remove both (incompatible) versions.
12494         (vc-bzr-do-command*): Remove.
12495         (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
12496         Remove by folding into its only caller vc-bzr-command.
12497         (vc-bzr-command): Always set the environment, even when ineffective.
12498         (vc-bzr-version): Minor fix up.
12499         (vc-bzr-admin-dirname): New var.
12500         (vc-bzr-bzr-dir): Remove.
12501         (vc-bzr-root-dir): New fun.
12502         (vc-bzr-registered): Use it.  Add an autoloaded version.
12503         (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
12504         (vc-bzr-view-log-function): Remove.
12505         (vc-bzr-log-view-mode): New major mode to replace it.
12506         (vc-bzr-print-log): Only activate the old hack if needed.
12508         * vc.el (vc-default-log-view-mode): New function.
12509         (vc-print-log): Add new `log-view-mode' VC operation.
12511 2007-06-20  Juanma Barranquero  <lekktu@gmail.com>
12513         * ido.el (ido-find-file-in-dir): Don't signal an error for
12514         empty directories.
12516         * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
12518         * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
12519         directory where the desktop file was found, as the docstring says.
12520         (desktop-kill): Use `read-directory-name'.
12522 2007-06-20  Alan Mackenzie  <acm@muc.de>
12524         * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
12525         When removing lines, also remove the \n.  Correction of patch of
12526         2007-04-21.
12528 2007-06-20  Martin Rudalics  <rudalics@gmx.at>
12530         * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
12531         event is not a cons cell.  Do not unread drag-mouse-1 events.
12532         Select right window in check whether space was stolen from
12533         window above.
12535         * help-mode.el (help-make-xrefs): Adjust position of new forward
12536         button.
12538 2007-06-20  Riccardo Murri  <riccardo.murri@gmail.com>
12540         * vc-bzr.el (vc-bzr-with-process-environment)
12541         (vc-bzr-std-process-invocation): New macros.
12542         (vc-bzr-command, vc-bzr-command*): Use them.
12543         (vc-bzr-with-c-locale): Remove.
12544         (vc-bzr-dir-state): Replace its use with vc-bzr-command.
12545         (vc-bzr-buffer-nonblank-p): New function.
12546         (vc-bzr-state-words): New const.
12547         (vc-bzr-state): Look for `bzr status' keywords in output.
12548         Display everything else as a warning message to the user.
12549         Fix status report with bzr >= 0.15.
12551 2007-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
12553         * vc-hg.el (vc-hg-global-switches): Simplify.
12554         (vc-hg-state): Handle more states.
12555         (vc-hg-diff): Fix doc-string.
12556         (vc-hg-register): New function.
12557         (vc-hg-checkout): Likewise.
12559 2007-06-20  Reto Zimmermann  <reto@gnu.org>
12561         * progmodes/vera-mode.el: New file.
12563 2007-06-19  Jay Belanger  <jay.p.belanger@gmail.com>
12565         * calc/calc.el (calc-multiplication-has-precendence):
12566         New variable.
12567         (math-standard-ops, math-standard-ops-p, math-expr-ops):
12568         New functions.
12569         (math-expr-opers): Define using math-standard-ops rather than
12570         math-standard-opers.
12571         * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
12572         equal the function math-standard-ops rather than the variable
12573         math-standard-opers.
12574         (calc-algebraic-entry): Let math-expr-opers equal
12575         math-standard-ops or math-expr-ops, as appropriate.
12576         (math-expr-read-level, math-read-factor): Let math-expr-opers
12577         equal math-expr-ops.
12578         * calc/calc-embed.el (calc-embedded-finish-edit):
12579         Let math-expr-opers equal the function math-standard-ops
12580         rather than the variable math-standard-opers.
12581         * calc/calc-ext.el (math-read-plain-expr)
12582         (math-format-flat-expr-fancy): Let math-expr-opers equal the
12583         function math-standard-ops rather than the variable
12584         math-standard-opers.
12585         * calc/calc-lang.el (calc-set-language, math-read-big-rec):
12586         Let math-expr-opers equal the function math-standard-ops rather
12587         than the variable math-standard-opers.
12588         * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
12589         equal the function math-standard-ops rather than the variable
12590         math-standard-opers.
12591         * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
12592         equal the function math-standard-ops rather than the variable
12593         math-standard-opers.
12594         * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
12595         math-expr-ops.
12597 2007-06-19  Ivan Kanis  <apple@kanis.eu>
12599         * vc-hg.el: New file.
12601 2007-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12603         * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
12604         with font-lock-multiline.
12606 2007-06-17  Glenn Morris  <rgm@gnu.org>
12608         * lpr.el (lpr-page-header-switches): Move %s to separate element
12609         for correct quoting.  Doc fix.
12611 2007-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12613         * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
12614         than setting sgml-xml-mode.
12615         (sgml-mode, html-mode): Set sgml-xml-mode.
12616         (sgml-skip-tag-backward): Tell if we skipped over matched tags.
12617         (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
12618         (sgml-electric-tag-pair-before-change-function)
12619         (sgml-electric-tag-pair-flush-overlays): New functions.
12620         (sgml-electric-tag-pair-mode): New minor mode.
12621         (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
12622         (sgml-calculate-indent): Use assoc-string.
12624 2007-06-16  Karl Fogel  <kfogel@red-bean.com>
12626         * thingatpt.el (thing-at-point-email-regexp): Don't require two
12627         chars before the "@" in an email address.  Andreas Roehler noticed
12628         this problem.
12630 2007-06-15  Karl Fogel  <kfogel@red-bean.com>
12632         * thingatpt.el: Add support for email addresses (`email').
12633         (thing-at-point, bounds-of-thing-at-point): Document `email' support.
12634         (thing-at-point-email-regexp): New variable.
12635         (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
12636         properties on this symbol, with lambda forms for values.
12638 2007-06-15  Masatake YAMATO  <jet@gyve.org>
12640         * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
12642         * vc.el (vc-dired-hook): Check the backend returned from
12643         `vc-responsible-backend' can really handle `subdir'.
12645 2007-06-15  Chong Yidong  <cyd@stupidchicken.com>
12647         * wid-edit.el (widget-add-documentation-string-button):
12648         Fix handling of documentation indent.
12650 2007-06-15  Miles Bader  <miles@fencepost.gnu.org>
12652         * mb-depth.el: New file.
12654 2007-06-15  Masatake YAMATO  <jet@gyve.org>
12656         * vc.el (vc-dired-mode): Show backend name as part of mode name.
12658 2007-06-14  Chong Yidong  <cyd@stupidchicken.com>
12660         * wid-edit.el (widget-default-create): Move ?h handling here...
12661         (widget-default-format-handler): ...from here.
12662         (widget-docstring, widget-add-documentation-string-button): New funs.
12663         (documentation-string): Add :visibility-widget property.
12664         (widget-documentation-string-value-create): Use it.
12666         * cus-edit.el (custom-split-regexp-maybe): Simplify.
12667         (custom-buffer-create-internal): Simplify message.
12668         (custom-variable-tag): Reduce height to normal.
12669         (custom-variable-value-create, custom-face-value-create)
12670         (custom-visibility): New widget.
12671         (custom-visibility): New face.
12672         (custom-group-value-create):
12673         Call widget-add-documentation-string-button, using `custom-visibility'.
12675 2007-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12677         * emacs-lisp/bytecomp.el (byte-compile-current-group)
12678         (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
12679         change.  Apparently the "warning even if the group is implicit" is
12680         a feature rather than a bug.
12682 2007-06-14  Michael Kifer  <kifer@cs.stonybrook.edu>
12684         * emulation/viper.el (viper-describe-key-ad)
12685         (viper-describe-key-briefly-ad): Different advices for Emacs and XEmacs.
12686         Compile them conditionally.
12687         (viper-version): Belated version change.
12689 2007-06-14  Juanma Barranquero  <lekktu@gmail.com>
12691         * follow.el (follow-all-followers, follow-generic-filter):
12692         * pcomplete.el (pcomplete-restore-windows):
12693         * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
12694         (x-dnd-drop-data):
12695         * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
12696         * progmodes/python.el (python-complete-symbol):
12697         * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
12699 2007-06-13  Ryan Yeske  <rcyeske@gmail.com>
12701         * net/rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
12702         around bright and dim regexps.  Make sure bright and dim matches
12703         use word anchors.  Send text through rcirc-markup functions.
12704         (rcirc-url-regexp): Add single quote character.
12705         (rcirc-connect): Write logs to disk on auto-save-hook.
12706         Make server a non-optional argument.
12707         (rcirc-log-alist): New variable.
12708         (rcirc-log-directory): Make customizable.
12709         (rcirc-log-flag): New customizable variable.
12710         (rcirc-log): New function.
12711         (rcirc-print): Use above function.
12712         (rcirc-log-write): New function.
12713         (rcirc-generate-new-buffer-name): Strip text properties.
12714         (rcirc-switch-to-buffer-function): Remove variable.
12715         (rcirc-last-non-irc-buffer): Remove variable.
12716         (rcirc-non-irc-buffer): Add function.
12717         (rcirc-next-active-buffer): Use above function.
12718         (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
12719         (rcirc-handler-ctcp-KEEPALIVE): Add handler.
12720         (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
12721         (rcirc-omit-mode): Add minor-mode.
12722         (rcirc-mode-map): Change C-c C-o binding.
12723         (rcirc-mode): Clear mode-line-process.  Use a custom
12724         fill-paragraph-function.  Set up buffer-invisibility-spec.
12725         (rcirc-response-formats): Remove timestamp code.
12726         (rcirc-omit-responses): Add variable.
12727         (rcirc-print): Don't put the overlay arrow on potentially omitted
12728         lines.  Log line to disk.  Record activity for private messages
12729         from /dim nicks.  Facify the fill-prefix with rcirc-timestamp face.
12730         (rcirc-jump-to-first-unread-line): Print message if there is no
12731         unread text.
12732         (rcirc-clear-unread): New function.
12733         (rcirc-markup-text-functions): Add variable.
12734         (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
12735         (rcirc-debug): Don't mess with window configuration.
12736         (rcirc-send-message): Send message before printing locally.
12737         Add SILENT argument, do not print message if non-nil.
12738         (rcirc-visible-buffers): New function and variable.
12739         (rcirc-window-configuration-change-1): Add function.
12740         (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
12741         server buffer.
12742         (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
12743         (rcirc-fill-paragraph): Add function.
12744         (rcirc-record-activity, rcirc-window-configuration-change-1):
12745         Only update the activity string if it has actually changed.
12746         (rcirc-update-activity-string): Remove padding characters from the
12747         mode-line string.
12748         (rcirc-disconnect-buffer): New function to be called when a
12749         channel is parted or the user quits.
12750         (rcirc-server-name): Warn when the server-name hasn't been set.
12751         (rcirc-window-configuration-change): Postpone work until
12752         post-command-hook.
12753         (rcirc-window-configuration-change-1): Update mode-line and
12754         overlay arrows here.
12755         (rcirc-authenticate): Fixc hanserv identification.
12756         (rcirc-default-server): Remove variable.
12757         (rcirc): Connect according to rcirc-connections.
12758         (rcirc-connections): Add variable.
12759         (rcirc-startup-channels-alist): Remove variable.
12760         (rcirc-startup-channels): Remove function.
12762 2007-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12764         * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
12766 2007-06-13  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>  (tiny change)
12768         * term/xterm.el (terminal-init-xterm): Escape parens in character
12769         constants.
12771 2007-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12773         * progmodes/sh-script.el: Remove unneeded * from docstrings.
12774         Use [:alpha:] and [:alnum:] where applicable.
12775         (sh-quoted-subshell): Rewrite to correctly
12776         handle nested mixes of `...' and $(...).
12777         (sh-apply-quoted-subshell): Remove.
12778         (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
12780         * vc-arch.el (vc-arch-command): Remove bzr.  It's a different program.
12782 2007-06-13  Michael Kifer  <kifer@cs.stonybrook.edu>
12784         * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
12785         previous change.
12787 2007-06-12  Tom Tromey  <tromey@redhat.com>
12789         * subr.el (user-emacs-directory): New defconst.
12790         * cmuscheme.el (scheme-start-file):
12791         * shell.el (shell):
12792         * completion.el (save-completions-file-name):
12793         * custom.el (custom-theme-directory):
12794         * term/x-win.el (emacs-session-filename):
12795         * filesets.el (filesets-menu-cache-file):
12796         * thumbs.el (thumbs-thumbsdir):
12797         * server.el (server-auth-dir):
12798         * image-dired.el (image-dired-dir):
12799         (image-dired-db-file):
12800         (image-dired-temp-image-file):
12801         (image-dired-gallery-dir):
12802         (image-dired-temp-rotate-image-file):
12803         * play/gamegrid.el (gamegrid-user-score-file-directory):
12804         * savehist.el (savehist-file):
12805         * tutorial.el (tutorial--saved-dir):
12806         * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
12808 2007-06-12  Ralf Angeli  <angeli@caeruleus.net>
12810         * scroll-lock.el (scroll-lock-mode): Doc fix.
12812 2007-06-12  Michael Kifer  <kifer@cs.stonybrook.edu>
12814         * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
12816         * ediff-init.el: Doc strings.
12818 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12820         * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
12821         (byte-compile-file): Bind it.
12822         (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
12823         group argument is provided implicitly.
12824         (byte-compile-format-warn, byte-compile-from-buffer)
12825         (byte-compile-insert-header): Don't hardcode point-min==1.
12826         (byte-compile-file-form-require): Remove unused var old-load-list.
12827         (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
12829 2007-06-12  Michael Kifer  <kifer@cs.stonybrook.edu>
12831         * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
12832         Display error messages.
12833         (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
12834         Get rid of cl.el dependencies.
12836         * emulation/viper-init.el (viper-suppress-input-method-change-message):
12837         New variable.
12838         (viper-activate-input-method-action)
12839         (viper-inactivate-input-method-action):
12840         Use viper-suppress-input-method-change-message.
12842         * emulation/viper-kem.el (viper-vi-basic-map): Disable the bindings
12843         for C-s, C-r.
12845         * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
12846         Use viper-replace-overlay-cursor-color instead of
12847         viper-replace-overlay-cursor-color.
12848         (viper-sit-for-short): Use sit-for with 3 arguments.
12850         * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
12851         (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
12852         to gud-mode.
12854         * ediff-mult.el (ediff-meta-buffer-brief-message)
12855         (ediff-meta-buffer-verbose-message): New variables.
12856         (ediff-meta-buffer-message): Variable deleted.
12857         (ediff-verbose-help-enabled): New variable.
12858         (ediff-toggle-verbose-help-meta-buffer): New function.
12859         (ediff-redraw-directory-group-buffer): Made aware of short/verbose
12860         message options.
12862         * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
12863         (ediff-fixup-patch-map): Improve heuristic.
12865 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12867         * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
12868         (log-view-font-lock-keywords): Simplify.
12869         (log-view-current-file, log-view-current-tag): Simplify.
12871 2007-06-12  Sam Steingold  <sds@gnu.org>
12873         * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
12875 2007-06-12  Juanma Barranquero  <lekktu@gmail.com>
12877         * desktop.el (desktop-load-locked-desktop): New option.
12878         (desktop-read): Use it.
12879         (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
12880         Use `when'.
12882 2007-06-12  Davis Herring  <herring@lanl.gov>
12884         * desktop.el (desktop-save-mode-off): New function.
12885         (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
12886         (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
12887         (desktop-claim-lock, desktop-release-lock): New functions.
12888         (desktop-kill): Tell `desktop-save' that this is the last save.
12889         Release the lock afterwards.
12890         (desktop-buffer-info): New function.
12891         (desktop-save): Use it.  Run `desktop-save-hook' where the doc
12892         says to.  Detect conflicts, and manage the lock.
12893         (desktop-read): Detect conflicts.  Manage the lock.
12895 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12897         * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
12899         * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
12900         (tpu-lucid-emacs-p): Remove.  Use (featurep 'xemacs) instead.
12901         (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
12902         (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
12903         keysyms rather than byte sequences.
12904         (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
12906 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12908         * font-lock.el (font-lock-add-keywords): In case font-lock was only
12909         half-activated, forcefully activate it completely.
12911 2007-06-11  Richard Stallman  <rms@gnu.org>
12913         * cus-edit.el (custom-variable-type): Doc fix.
12915 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12917         * progmodes/sh-script.el (sh-font-lock-backslash-quote)
12918         (sh-font-lock-flush-syntax-ppss-cache): New functions.
12919         (sh-font-lock-syntactic-keywords): Use them to distinguish the
12920         different possible cases for \'.
12922         * complete.el (PC-bindings): Don't bind things already bound in the
12923         parent keymap.
12925         * textmodes/bibtex-style.el: New file.
12927 2007-06-11  Riccardo Murri  <riccardo.murri@gmail.com>
12929         * vc-bzr.el: New file.
12931 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12933         * vc-svn.el (vc-svn-program): New var.
12934         (vc-svn-command): Use it.
12936 2007-06-11  Juanma Barranquero  <lekktu@gmail.com>
12938         * server.el (server-switch-buffer): Remove redundant check.
12940 2007-06-10  Martin Rudalics  <rudalics@gmx.at>
12942         * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
12943         Match against file-name-nondirectory.
12944         Fix text on user customization variables.
12945         Reported by Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>.
12947 2007-06-09  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
12949         * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
12951 2007-06-09  Davis Herring  <herring@lanl.gov>
12953         * desktop.el (desktop-minor-mode-table): Doc fix.
12955 2007-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12957         * textmodes/css-mode.el (css-navigation-syntax-table):
12958         Use set-char-table-range so it also works in the unicode branch.
12960 2007-06-08  Nick Roberts  <nickrob@snap.net.nz>
12962         * help-mode.el (help-xref-forward-stack)
12963         (help-xref-stack-forward-item, help-forward-label): New variables.
12964         (help-forward): New button type.
12965         (help-setup-xref): Initialise help-xref-forward-stack.
12966         (help-make-xrefs): Add forward button, if appropriate.
12967         (help-xref-go-back): Push item on forward stack.
12968         (help-xref-go-forward, help-go-forward): New functions.
12970 2007-06-07  Chong Yidong  <cyd@stupidchicken.com>
12972         * dired.el (dired-mode-map): Remove spurious separator.
12974 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
12976         * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
12978         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
12979         * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
12981 2007-06-07  Carsten Dominik  <dominik@science.uva.nl>
12983         * textmodes/org.el: Version number fixed.
12985 2007-06-07  Glenn Morris  <rgm@gnu.org>
12987         * version.el (emacs-copyright): New constant.
12988         * startup.el (fancy-splash-tail): Use emacs-copyright.
12989         * calc/calc-help.el (calc-full-help): Use emacs-copyright.
12991         * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
12992         `make-local'.
12993         (byte-compile-warnings-safe-p): Add `make-local'.
12994         (byte-compile-make-variable-buffer-local):
12995         Allow byte-compile-warnings to suppress this warning.
12997         * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
12998         format of "menu" description.
12999         (tutorial--find-changed-keys): Describe the specific menu a
13000         command is in.
13002         * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
13003         Rewrite compatibility functions to silence byte-compiler.
13005 2007-06-07  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
13007         * mail/rmailsum.el (rmail-summary-save-buffer): New command.
13008         (rmail-summary-mode-map): Add rmail-summary-save-buffer.
13010 2007-06-07  Eric M. Ludlam  <eric@siege-engine.com>
13012         * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
13014 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
13016         * progmodes/ebrowse.el (ebrowse-member-table):
13017         * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
13018         (org-batch-agenda-csv): Fix typos in docstrings.
13020 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
13022         * international/mule-cmds.el (toggle-enable-multibyte-characters)
13023         (sort-coding-systems, search-unencodable-char): Doc fixes.
13024         (coding-system-change-eol-conversion, set-default-coding-systems)
13025         (prefer-coding-system, find-multibyte-characters, princ-list)
13026         (leim-list-entry-regexp, set-input-method, locale-language-names)
13027         (input-method-exit-on-first-char, exit-language-environment-hook)
13028         (locale-charset-language-names): Fix typos in docstrings.
13030 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
13032         * pgg.el (pgg-sign-region, pgg-sign):
13033         * ses.el (ses-call-printer):
13034         * calendar/icalendar.el (icalendar--diarytime-to-isotime):
13035         * textmodes/org.el (org-cycle): Fix typos in docstrings.
13037 2007-06-06  Carsten Dominik  <dominik@science.uva.nl>
13039         * textmodes/org.el (org-export-region-as-html)
13040         (org-replace-region-by-html, org-number-to-letters)
13041         (org-table-fedit-finish, org-normalize-color)
13042         (org-table-fedit-ref-right, org-date-to-gregorian)
13043         (org-table-fedit-move, org-table-convert-refs-to-rc)
13044         (org-calendar-holiday, org-table-fedit-toggle-ref-type)
13045         (org-write-agenda, org-colgroup-info-to-vline-list)
13046         (org-agenda-todo-previousset, org-defkey, org-encode-for-stdout)
13047         (org-indent-line-function, org-export-as-html-to-buffer)
13048         (org-store-agenda-views, org-update-mode-line)
13049         (org-find-if, org-delete-all)
13050         (org-table-fedit-convert-buffer, org-emphasize)
13051         (org-uniquify, org-table-fedit-lisp-indent)
13052         (org-table-fedit-scroll, org-get-todo-sequence-head)
13053         (org-table-fedit-scroll-down, org-table-fedit-line-down)
13054         (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
13055         (org-table-fedit-toggle-coordinates, org-dvipng-color)
13056         (org-table-fedit-line-up, org-table-fedit-ref-down)
13057         (org-table-formula-from-user, org-mode-flyspell-verify)
13058         (org-cycle-show-empty-lines, org-ctrl-c-ret)
13059         (org-table-formula-to-user, org-diary-to-ical-string)
13060         (orgtbl-export, org-table-fedit-post-command)
13061         (org-closed-in-range, org-shiftcontrolright)
13062         (org-table-convert-refs-to-an, org-table-hline-and-move)
13063         (org-table-formula-less-p, org-format-table-ascii)
13064         (org-agenda-get-sexps, org-shift-refpart)
13065         (org-diary-sexp-entry, org-time-string-to-absolute)
13066         (org-table-show-reference, org-letters-to-number)
13067         (org-fix-agenda-info, org-table-fedit-ref-up)
13068         (org-table-fedit-shift-reference, org-table-fedit-abort)
13069         (org-closest-date, org-shiftcontrolleft)
13070         (org-at-heading-or-item-p, org-rematch-and-replace)
13071         (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
13072         New functions.
13073         (org-table-edit-scroll-down, org-finish-edit-formulas)
13074         (org-table-edit-next-field, org-abort-edit-formulas)
13075         (org-font-lock-level, org-export-find-first-heading-line)
13076         (org-table-edit-line-down, org-table-edit-backward-field)
13077         (org-edit-formula-lisp-indent, org-table-edit-move)
13078         (org-check-log-option, org-this-word)
13079         (org-table-edit-line-up, org-table-edit-formulas-post-command)
13080         (org-agenda-file-to-end, org-expand-file-name)
13081         (org-fake-empty-table-line, org-table-edit-scroll)
13082         (org-toggle-log-option, org-show-reference): Function removed.
13083         (org-inhibit-invisibility, org-table-formula-make-cmp-string):
13084         New defsubsts.
13085         (org-unmodified, org-batch-store-agenda-views)
13086         (org-batch-agenda-csv): New macro.
13087         (org-agenda-export): New customization group.
13088         (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
13089         (org-highest-priority, org-agenda-exporter-settings)
13090         (org-log-done-with-time, org-replace-disputed-keys)
13091         (org-format-latex-header, org-export-table-header-tags)
13092         (org-cycle-separator-lines, org-export-table-data-tags)
13093         (org-icalendar-include-sexps)
13094         (org-empty-line-terminates-plain-lists)
13095         (org-log-repeat, org-special-ctrl-a)
13096         (org-table-use-standard-references, org-disputed-keys)
13097         (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
13098         (org-agenda-export-html-style): New option.
13099         (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
13100         (org-CUA-compatible): Option removed.
13101         (org-agenda-structure, org-sexp-date): New face.
13102         (org-todo-keywords-for-agenda, org-not-done-keywords)
13103         (org-planning-or-clock-line-re, org-agenda-name)
13104         (org-table-colgroup-info, org-todo-sets)
13105         (constants-unit-system, org-clock-mode-line-entry)
13106         (org-mode-line-timer, org-table-current-begin-pos)
13107         (org-todo-keywords-1, org-mode-line-string)
13108         (org-table-clean-did-remove-column, org-table-fedit-map)
13109         (org-clock-heading, org-table-buffer-is-an)
13110         (org-agenda-info, org-done-keywords)
13111         (org-done-keywords-for-agenda, org-todo-heads)
13112         (org-todo-kwd-alist, org-clock-start-time): New variable.
13113         (org-todo-kwd-priority-p, org-edit-formulas-map)
13114         (org-repeat-re, org-todo-kwd-max-priority)
13115         (org-version, org-done-string)
13116         (org-table-clean-did-remove-column-1, org-disputed-keys):
13117         Remove variables.
13118         (org-table-translate-regexp, org-repeat-re, org-version): New consts.
13119         (org-ts-lengths): Constant removed.
13120         (org-follow-gnus-link): Don't ask how many articles to read.
13121         (org-export-find-first-export-line): Rename from
13122         `org-export-find-first-heading'.
13123         Use `org-export-skip-text-before-1st-heading'.
13124         (org-table-fedit-post-command): Rename from
13125         `org-table-edit-formulas-post-command'.
13126         (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
13127         (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
13128         (org-table-fedit-lisp-indent): Rename from
13129         `org-edit-formula-lisp-indent'.
13130         (org-table-show-reference): Rename from `org-show-reference'.
13131         (org-table-store-formulas): Use `org-table-formula-less-p'.
13132         (org-table-edit-formulas): Position cursor to current field equation.
13133         (org-update-checkbox-count, org-hide-archived-subtrees)
13134         (org-timestamp-up-day, org-timestamp-down-day)
13135         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
13136         (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
13137         (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
13138         (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
13139         Let `org-on-heading-p' also check for invisible heading.
13140         (org-read-date): Match am/pm times.
13141         (org-eval-in-calendar): Fix default date in prompt.
13143 2007-06-05  Chong Yidong  <cyd@stupidchicken.com>
13145         * files.el (auto-mode-alist): Separate "ChangeLog.1" and
13146         "ChangeLog.a" entries, giving the latter lower priority.
13148 2007-06-05  Juanma Barranquero  <lekktu@gmail.com>
13150         * faces.el (face-id): If the argument is a face alias,
13151         return the ID of the target face.
13153 2007-06-05  Michael Albinus  <michael.albinus@gmx.de>
13155         * net/socks.el (top): Remove unnecessary copyright line.
13157 2007-06-04  Chong Yidong  <cyd@stupidchicken.com>
13159         * longlines.el (longlines-auto-wrap): Handle argument correctly.
13161 2007-06-04  Michael Albinus  <michael.albinus@gmx.de>
13163         * net/socks.el: New file, taken from w3 repository.
13164         (top): Update Copyright.  Don't load cl.el.
13165         (all): Replace `case' by `cond', `string-to-int' by
13166         `string-to-number', and `process-kill-without-query' by
13167         `set-process-query-on-exit-flag'.
13168         (socks-char-int): Remove defalias and all occurrences.
13170 2007-06-04  Juanma Barranquero  <lekktu@gmail.com>
13172         * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
13173         Fix typos in docstrings.
13174         (compilation-search-path, compilation-buffer-name-function): Doc fixes.
13175         (compilation-finish-function): Fix typo in obsolescence declaration.
13177 2007-06-03  Sam Steingold  <sds@gnu.org>
13179         * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
13180         handle unending automatic recompilation of changed files (`omake -P').
13181         (compilation-loop): VISITED is now 5th CDR.
13182         (compilation-next-error-function): Set TIMESTAMP.
13184 2007-06-03  Sam Steingold  <sds@gnu.org>
13186         * files.el (kill-buffer-ask): New function.
13187         (kill-some-buffers): Use it.
13188         (kill-matching-buffers): New user command.
13190 2007-06-01  David Kastrup  <dak@gnu.org>
13192         * dired.el (dired-recursive-deletes, dired-recursive-copies):
13193         Change default to `top'.
13195 2007-05-31  Richard Stallman  <rms@gnu.org>
13197         * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
13199 2007-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
13201         * textmodes/css-mode.el: New file.
13203 2007-05-30  Michael Olson  <mwolson@gnu.org>
13205         * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
13206         died and we are trying to send a signal to it.  The program using
13207         tq.el should periodically check to see whether the process has
13208         died and react appropriately -- this is not the responsibility of
13209         tq.el, and is consistent with the rest of the tq.el source code.
13211 2007-05-29  Martin Rudalics  <rudalics@gmx.at>
13213         * textmodes/table.el (table--point-entered-cell-function)
13214         (table--point-left-cell-function):
13215         Bind `inhibit-point-motion-hooks' to t.
13217 2007-05-29  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
13219         * emacs-lisp/rx.el (rx): Doc fix.
13221 2007-05-28  Juanma Barranquero  <lekktu@gmail.com>
13223         * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
13225 2007-05-28  Michael Albinus  <michael.albinus@gmx.de>
13227         Sync with Tramp 2.0.56.
13229         * net/tramp.el:
13230         * net/tramp-ftp.el:
13231         * net/tramp-smb.el:
13232         * net/tramp-util.el:
13233         * net/tramp-vc.el:
13234         Don't load cl.el, because that pollutes the namespace.  Replace cl
13235         macros by their implementations where necessary.  Requested by
13236         Richard Stallman <rms@gnu.org>.
13238         * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
13239         doesn't exist.
13240         (with-parsed-tramp-file-name): Protect debug spec during compilation.
13241         (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
13242         (tramp-file-name-p, tramp-file-name-multi-method)
13243         (tramp-file-name-method, tramp-file-name-user)
13244         (tramp-file-name-host, tramp-file-name-localname): New defuns,
13245         replacing defstruct `tramp-file-name'.
13246         (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
13247         (tramp-dissect-file-name, tramp-dissect-multi-file-name):
13248         Apply `vector' instead of `make-tramp-file-name'.
13249         (tramp-handle-make-auto-save-file-name):
13250         Apply `tramp-temporary-file-directory' for compatibility reasons.
13251         (tramp-completion-mode): Use `natnump' instead of `wholenump'
13252         because of XEmacs.
13253         (tramp-completion-mode): `last-input-event' is nil when XEmacs is
13254         started.
13256 2007-05-28  Chong Yidong  <cyd@stupidchicken.com>
13258         * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
13260 2007-05-27  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
13262         * log-edit.el (log-edit-changelog-paragraph): Return point-max
13263         as the end of the ChangeLog paragraph when it ends without a line
13264         termination.
13266 2007-05-27  Ryan Yeske  <rcyeske@gmail.com>
13268         * net/webjump.el (webjump-sample-sites):
13269         Add simple Wikipedia query.
13271 2007-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13273         * emacs-lisp/derived.el (define-derived-mode): Remove bogus
13274         compatibility code.
13276         * emacs-lisp/copyright.el (copyright-names-regexp): New var.
13277         (copyright-update-year): Use it.
13279         * edmacro.el (edmacro-format-keys): Use current-active-maps.
13281         * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
13282         Add indentation and debugging info.  Fix up comment convention.
13284         * cus-dep.el (custom-make-dependencies): Simplify.
13286         * composite.el (compose-region, decompose-region):
13287         Use inhibit-read-only and restore-buffer-modified-p.
13289         * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
13290         (xterm-mouse-event): Use it.
13292 2007-05-25  Juanma Barranquero  <lekktu@gmail.com>
13294         * bs.el (bs-cycle-previous): Don't modify the cycle list until
13295         `switch-to-buffer' has returned succesfully.
13296         (bs-cycle-next): Ditto.  Also, don't bury the buffer when the
13297         window is dedicated (it could iconify the frame).
13299 2007-05-25  Miles Bader  <miles@fencepost.gnu.org>
13301         * vc-hooks.el (vc-find-root): Fix file attribute test.
13303 2007-05-24  Richard Stallman  <rms@gnu.org>
13305         * textmodes/flyspell.el (flyspell-correct-word-before-point):
13306         Don't let opoint be nil.
13307         (flyspell-emacs-popup): Explicit error if no dialogs.
13309 2007-05-24  Chong Yidong  <cyd@stupidchicken.com>
13311         * image-mode.el (image-forward-hscroll, image-backward-hscroll)
13312         (image-next-line, image-previous-line, image-scroll-up)
13313         (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
13314         New functions.
13315         (image-mode-map): Remap motion commands.
13316         (image-mode-text-map): New keymap for viewing images as text.
13317         (image-mode): Use image-mode-map.
13318         (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
13320 2007-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13322         * textmodes/fill.el (canonically-space-region): Make the second arg
13323         a marker if it's not already the case.
13325 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
13327         * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
13328         (tar-get-descriptor): Handle type 55, an extended pax header.
13330 2007-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13332         * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
13333         to confuse outline-minor-mode.
13335 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
13337         * tar-mode.el (tar-file-name-handler): New function.
13338         (tar-extract): Bind file-name-handler-alist to it to force
13339         find-buffer-file-type-coding-system behave as if the file being
13340         extracted existed.  Use last-coding-system-used to force
13341         buffer-file-coding-system to what decode-coding-region actually
13342         used to decode the file.
13344 2007-05-23  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
13346         * progmodes/compile.el (compilation-handle-exit):
13347         `compilation-finish-function' may change the current buffer.
13349 2007-05-22  Richard Stallman  <rms@gnu.org>
13351         * files.el (set-auto-mode): Doc fix.
13353 2007-05-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13355         * help-fns.el (find-source-lisp-file): New function.
13356         (describe-function-1): Use find-source-lisp-file to find source
13357         file in compile tree.
13359 2007-05-22  Eli Zaretskii  <eliz@gnu.org>
13361         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
13363 2007-05-22  Juanma Barranquero  <lekktu@gmail.com>
13365         * emacs-lisp/easy-mmode.el (define-minor-mode)
13366         (easy-mmode-define-navigation): Fix typos in docstrings.
13368 2007-05-22  Glenn Morris  <rgm@gnu.org>
13370         * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
13372 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13374         * mail/mail-extr.el (mail-extract-address-components):
13375         Recognize non-ASCII characters except for NBSP as words.
13377 2007-05-21  Trent Buck  <trentbuck@gmail.com>  (tiny change)
13379         * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
13380         (rcirc-print): Handle `window-width'.
13381         (rcirc-buffer-maximum-lines): Doc fix.
13383 2007-05-21  Chong Yidong  <cyd@stupidchicken.com>
13385         * image-mode.el (image-toggle-display): Don't clear image cache.
13386         Only use filename in image spec if the file is readable.
13387         Call image-refresh.
13389         * image.el (image-type-from-file-name, image-type): Simplify.
13390         (image-type-auto-detected-p): Don't scan auto-mode-alist.
13392         * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
13393         (magic-fallback-mode-alist): Add image-type-auto-detected-p.
13395 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
13397         * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
13398         is an error.
13400         * term/linux.el (terminal-init-linux): Don't signal an error
13401         if gpm isn't running.
13403 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
13405         * t-mouse.el: Reduce to a minor-mode macro call.
13406         (t-mouse-mode): Remove the lighter.
13408         * term/linux.el (terminal-init-linux): Enable t-mouse by default.
13410 2007-05-19  Dan Nicolaescu  <dann@ics.uci.edu>
13412         * files.el (auto-mode-alist): Change the regexp so that
13413         ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
13415 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
13417         * Version 22.1 released.
13419 2007-05-19  Chong Yidong  <cyd@stupidchicken.com>
13421         * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
13422         changes.
13424 2007-05-19  Kevin Ryde  <user42@zip.com.au>
13426         * info.el (Info-fontify-node): Fontify https as well as http and ftp.
13428 2007-05-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
13430         * textmodes/sgml-mode.el: Revert last change.
13432 2007-05-18  Richard Stallman  <rms@gnu.org>
13434         * simple.el (push-mark): Doc fix.
13436 2007-05-18  Rob Riepel  <riepel@Stanford.EDU>
13438         * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
13439         tpu-global-map.
13440         (tpu-original-global-map): Variable deleted.
13441         (tpu-control-keys-map): New keymap variable.
13442         (tpu-set-control-keys): Use tpu-reset-control-keys rather than
13443         setting keymapping directly.
13444         (tpu-reset-control-keys): Use tpu-control-keys-map instead of
13445         tpu-global-map.
13446         (tpu-edt-on): Activate the tpu-global-map.
13447         (tpu-edt-off): Deactivate the tpu-global-map.
13449 2007-05-18  Ryan Yeske  <rcyeske@gmail.com>
13451         * textmodes/ispell.el (ispell-get-word): Return markers
13452         for start and end positions.
13453         (ispell-word): Assume END is a marker.
13455 2007-05-17  Christian Plate  <cplate@web.de>  (tiny change)
13457         * textmodes/sgml-mode.el (sgml-tag):
13458         Fix bug: Call sgml-transformation-function.
13460 2007-05-17  Martin Rudalics  <rudalics@gmx.at>
13462         * hilit-chg.el (highlight-changes-rotate-faces): Don't set
13463         modified flag of buffer.  Use `inhibit-modification-hooks'.
13465 2007-05-16  Richard Stallman  <rms@gnu.org>
13467         * buff-menu.el (Buffer-menu-sort-column): Doc fix.
13469 2007-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13471         * files.el (magic-mode-alist, magic-fallback-mode-alist):
13472         Move the *ml, Postscript, and XmCD entries to the fallback part.
13474         * files.el (magic-fallback-mode-alist):
13475         Rename from file-start-mode-alist.
13477 2007-05-16  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
13479         * progmodes/compile.el (compilation-handle-exit): Quote first
13480         argument of `run-hook-with-args'.
13482 2007-05-16  Juanma Barranquero  <lekktu@gmail.com>
13484         * buff-menu.el (Buffer-menu-sort-column):
13485         * dabbrev.el (dabbrev-upcase-means-case-search):
13486         * dired.el (dired-recursive-deletes, dired-recursive-copies):
13487         * info.el (Info-current-subfile):
13488         * ls-lisp.el (ls-lisp-verbosity):
13489         * msb.el (msb-menu-cond):
13490         * pcvs.el (cvs-dired-use-hook):
13491         * simple.el (set-mark-command-repeat-pop):
13492         * time.el (display-time-24hr-format, display-time-mail-file):
13493         Doc fixes.
13495         * tutorial.el (get-lang-string, tutorial--find-changed-keys):
13496         * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
13498         * view.el (view-inhibit-help-message): Fix typo in docstring.
13499         (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
13501 2007-05-16  Martin Rudalics  <rudalics@gmx.at>
13503         * textmodes/ispell.el (ispell-start-process): Defend against bad
13504         default-directory.
13506 2007-05-14  Eli Zaretskii  <eliz@gnu.org>
13508         * mail/rmail.el (rmail-convert-to-babyl-format): Check
13509         content-transfer-encoding _last_, because it's its position that
13510         we need as value of base64-header-field-end.
13512 2007-05-14  Juanma Barranquero  <lekktu@gmail.com>
13514         * files.el (mode-require-final-newline, require-final-newline)
13515         (enable-local-variables, enable-local-eval): Doc fixes.
13517 2007-05-12  Chong Yidong  <cyd@stupidchicken.com>
13519         * longlines.el (longlines-mode): Make longlines-auto-wrap
13520         buffer-local.  Add hooks unconditionally.
13521         (longlines-auto-wrap): Toggle wrapping.
13522         (longlines-after-change-function)
13523         (longlines-post-command-function): Check longlines-auto-wrap.
13525 2007-05-12  Nick Roberts  <nickrob@snap.net.nz>
13527         * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
13528         (xterm-mouse-translate): Use it.
13530 2007-05-10  Richard Stallman  <rms@gnu.org>
13532         * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
13533         (iso-cvt-write-only): Likewise.
13535         * emacs-lisp/easy-mmode.el (define-minor-mode):
13536         Fix generated doc string.
13538         * startup.el (fancy-splash-text): Add URL of guided tour.
13539         Adjust horizontal and vertical whitespace.
13541         * progmodes/compile.el (compilation-handle-exit):
13542         Use run-hook-with-args to run compilation-finish-functions.
13544         * files.el (file-start-mode-alist): New variable.
13545         (magic-mode-regexp-match-limit): Doc fix.
13546         (set-auto-mode): Handle file-start-mode-alist.
13547         A little cleanup of structure.
13549         * dabbrev.el (dabbrev-eliminate-newlines):
13550         Renamed from dabbrev--eliminate-newlines.  All uses changed.
13552 2007-05-10  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
13554         * man.el (Man-next-section): Don't consider the last line of the page
13555         as being part of any section.
13557 2007-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13559         * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
13560         can take any number of values.
13562 2007-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
13564         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
13565         to the list of citation commands.
13567 2007-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
13569         * vc-hooks.el (vc-find-root): Stop searching when the user changes.
13571 2007-05-09  Edward O'Connor  <hober0@gmail.com>  (tiny change)
13573         * progmodes/python.el (python-font-lock-keywords)
13574         (python-open-block-statement-p, python-mode): Add support for the new
13575         "with" keyword.
13577 2007-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13579         * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
13580         the exact opposite of diff-goto-source.
13582         * emacs-lisp/advice.el (ad-special-forms): Remove.
13583         (ad-special-form-p): Use subr-arity.
13585         * newcomment.el (comment-search-forward): Make sure we search forward.
13586         (comment-enter-backward): Try and distinguish the non-matching case at
13587         EOB from the non-matching case with a missing comment-end-skip for
13588         a 2-char comment ender.
13589         (comment-choose-indent): New function extracted from comment-indent.
13590         Improve the alignment algorithm.
13591         (comment-indent): Use it.
13593         * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
13594         XML style Processing Instructions.
13595         (sgml-parse-tag-backward): Handle XML-style PIs.  Also ensure progress.
13596         (sgml-calculate-indent): Handle `pi' context.
13598         * vc.el: Ensure that update-changelog issues an error when used with
13599         a backend that does not implement it.
13600         (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
13601         Remove `backend' argument.  Use expand-file-name.
13602         (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
13604         * progmodes/python.el (python-end-of-block): Revert last change.
13605         (python-end-of-statement): Make sure we move *forward*.
13607 2007-05-08  Richard Stallman  <rms@gnu.org>
13609         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
13610         Don't include non-self-insert commands in the exception for `-'.
13612 2007-05-08  David Reitter  <david.reitter@gmail.com>
13614         * progmodes/python.el (python-guess-indent): Check non-nullness
13615         before comparing indent against the 2..8 interval.
13617 2007-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13619         * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
13620         available.
13622 2007-05-06  Richard Stallman  <rms@gnu.org>
13624         * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
13626 2007-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13628         * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
13629         rather than storing their value in the revert-buffer function.
13631 2007-05-04  Nick Roberts  <nickrob@snap.net.nz>
13633         * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
13634         when disabling t-mouse-mode.
13636 2007-05-01  Davis Herring  <herring@lanl.gov>
13638         * calendar/timeclock.el: Update version number.
13639         (timeclock-modeline-display): Mention timeclock-use-display-time
13640         in explanatory message.
13641         (timeclock-in): Fix non-interactive workday specifications.
13642         (timeclock-log): Don't kill the log buffer if it already existed.
13643         Suppress warnings when finding the log.  Don't check for a nil
13644         project twice.  Run hooks after killing the buffer (if applicable).
13645         (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
13646         was geometric).  All uses changed.
13647         (timeclock-generate-report): Support prefix argument.
13649 2007-05-03  Ryan Yeske  <rcyeske@gmail.com>
13651         * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
13652         disconnections.
13654 2007-05-01  Romain Francoise  <romain@orebokech.com>
13656         * dired-x.el: Revert 2007-04-06 change.
13658 2007-04-29  Stephen Berman  <Stephen.Berman@gmx.net>
13660         * find-dired.el (find-dired-filter): Propertize all text down to eob.
13662 2007-04-29  Richard Stallman  <rms@gnu.org>
13664         * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
13666 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13668         * progmodes/cc-mode.el (c-before-change): Use point-min rather
13669         than 1.
13671 2007-04-28  Richard Stallman  <rms@gnu.org>
13673         * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
13675 2007-04-28  Nick Roberts  <nickrob@snap.net.nz>
13677         * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
13678         don't put stop on toolbar.
13680 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13682         * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
13684 2007-04-28  Eli Zaretskii  <eliz@gnu.org>
13686         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
13687         instead of $(lisp)/mh-e.
13689 2007-04-28  Glenn Morris  <rgm@gnu.org>
13691         * image-dired.el (image-dired-cmd-create-thumbnail-options)
13692         (image-dired-cmd-create-temp-image-options): Replace option
13693         +profile "*" with -strip.
13695 2007-04-27  Chong Yidong  <cyd@stupidchicken.com>
13697         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
13698         Use window-start and window-end.
13700 2007-04-27  Andreas Schwab  <schwab@suse.de>
13702         * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
13704 2007-04-27  Eli Zaretskii  <eliz@gnu.org>
13706         * textmodes/fill.el (fill-paragraph): Doc fix.
13708 2007-04-26  Luc Teirlinck  <teirllm@dms.auburn.edu>
13710         * locate.el (locate-in-alternate-database): Doc fix.
13712 2007-04-26  Glenn Morris  <rgm@gnu.org>
13714         * button.el (button): Use underline if supported, else fall back
13715         to color.
13717         * version.el (emacs-version): Increase to 22.1.50.
13719 2007-04-25  Richard Stallman  <rms@gnu.org>
13721         * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
13723 2007-04-25  J.D. Smith  <jdsmith@as.arizona.edu>
13725         * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
13726         (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
13727         pushing mark.
13728         (idlwave-current-routine): Don't push mark.
13730 2007-04-25  Mathias Dahl  <mathias.dahl@gmail.com>
13732         * image-dired.el (image-dired-display-image): Derive image-type from
13733         filename rather than assuming jpeg, in case no resizing was needed.
13735 2007-04-25  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
13737         * custom.el (defface): Doc fix.
13739 See ChangeLog.12 for earlier changes.
13741 ;; Local Variables:
13742 ;; coding: iso-2022-7bit
13743 ;; add-log-time-zone-rule: t
13744 ;; End:
13746     Copyright (C) 2007, 2008  Free Software Foundation, Inc.
13748   This file is part of GNU Emacs.
13750   GNU Emacs is free software; you can redistribute it and/or modify
13751   it under the terms of the GNU General Public License as published by
13752   the Free Software Foundation; either version 3, or (at your option)
13753   any later version.
13755   GNU Emacs is distributed in the hope that it will be useful,
13756   but WITHOUT ANY WARRANTY; without even the implied warranty of
13757   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13758   GNU General Public License for more details.
13760   You should have received a copy of the GNU General Public License
13761   along with GNU Emacs; see the file COPYING.  If not, write to the
13762   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
13763   Boston, MA 02110-1301, USA.
13765 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af