(vc-update): Fix bug: Specify branch tip as vc-checkout REVISION.
[emacs.git] / lisp / ChangeLog
blob24963d909ff7156f6ef665421444ed4c65e62691
1 2008-02-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
3         * vc.el (vc-update): Fix bug: Specify branch tip as
4         vc-checkout REVISION.  Reported by Dan Nicolaescu.
6 2008-02-01  Glenn Morris  <rgm@gnu.org>
8         * info.el (bookmark-make-cell-function, bookmark-search-size)
9         (bookmark-current-bookmark): Declare variables for compiler.
10         (bookmark-buffer-file-name, bookmark-get-filename)
11         (bookmark-get-front-context-string)
12         (bookmark-get-rear-context-string, bookmark-get-position)
13         (bookmark-get-info-node, bookmark-file-or-variation-thereof)
14         (bookmark-jump-noselect): Declare functions for compiler.
15         (Info-bookmark-make-cell): Fix argument list to match example of
16         `bookmark-make-cell-for-text-file'.
17         (Info-bookmark-jump): Don't require info inside info.el.
19 2008-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
21         * progmodes/verilog-mode.el (verilog-sk-prompt-msb)
22         (verilog-sk-module, verilog-sk-function, verilog-sk-begin)
23         (verilog-sk-if, verilog-sk-wire, verilog-sk-for)
24         (verilog-sk-state-machine): Quote all calls to
25         "auxiliary skeleton"s to prevent infloops.
27 2008-02-01  Jason Rumney  <jasonr@gnu.org>
29         * w32-fns.el: Partially revert 2007-11-10 change.
31 2008-02-01  Martin Rudalics  <rudalics@gmx.at>
33         * mail/rmail.el (rmail-highlight): Fix specification.
34         Reported by: pod <pod@herald.ox.ac.uk>.
36 2008-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
38         * image-mode.el (image-mode-current-vscroll)
39         (image-mode-current-hscroll): Make buffer-local.
40         (image-set-window-vscroll, image-set-window-hscroll): Simplify.
41         (image-reset-current-vhscroll): Use the latest setting when displaying
42         for the first time in a window.  Apply to all windows in the frame.
43         (image-mode): Don't make image-mode-current-[vh]scroll buffer-local.
45         * progmodes/grep.el (grep-compute-defaults):
46         Don't mix up defaults for different connections to the same host.
48 2008-01-31  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
50         * blank-mode.el: Renamed to whitespace.el.
52         * obsolete/whitespace.el: Renamed to obsolete/old-whitespace.el.
54 2008-01-31  Stefan Monnier  <monnier@iro.umontreal.ca>
56         * net/rcompile.el (remote-compile): Remove broken code.
58 2008-01-31  Jason Rumney  <jasonr@gnu.org>
60         * term/w32-win.el (image-library-alist): Prefer libxpm.dll.
62 2008-01-31  Juanma Barranquero  <lekktu@gmail.com>
64         * linum.el (linum-unload-function): New function.
66 2008-01-30  Nick Roberts  <nickrob@snap.net.nz>
68         * progmodes/gdb-ui.el (gdb-var-set-format-regexp): New constant.
69         (gdb-var-set-format-handler): New function.
70         (gdb-var-set-format): Use it.
72 2008-01-30  Juanma Barranquero  <lekktu@gmail.com>
74         * emacs-lisp/check-declare.el (check-declare-directory):
75         * emacs-lisp/authors.el (authors): Use `find-program' and
76         `grep-program' instead of hardcoded program names.
78         * emacs-lisp/cl-loaddefs.el: Update.
80 2008-01-30  Tassilo Horn  <tassilo@member.fsf.org>
82         * info.el (Info-bookmark-make-cell, Info-bookmark-jump): New functions.
83         Implement bookmark support the new make-cell/handler way.
84         (Info-mode): Bind bookmark-make-cell-function to
85         Info-bookmark-make-cell buffer locally.
87 2008-01-30  Richard Stallman  <rms@gnu.org>
89         * progmodes/etags.el (tags-query-replace): Delete unused optional args.
90         Doc fix.
92         * files.el (hack-local-variables): Don't query about fake variables.
94 2008-01-30  Markus Triska  <markus.triska@gmx.at>
96         * linum.el: New file.
98 2008-01-29  Michael Albinus  <michael.albinus@gmx.de>
100         * net/tramp.el (tramp-methods): Use "-H" option for "sudo".
101         Suggested by Trent W. Buck <trentbuck@gmail.com>.  Make ("%h")
102         a single element in "plinkx".
103         (tramp-handle-shell-command): Reuse "*Async Shell Command*" or
104         "*Shell Command Output*" buffers.  Check, whether there is already
105         an asynchronous process running.  Display always the buffer of the
106         asynchronous process.
107         (tramp-compute-multi-hops): Adapt error message.
109 2008-01-29  Alan Mackenzie  <acm@muc.de>
111         * progmodes/cc-langs.el (c-specifier-key): Exclude "template"
112         from this regexp; part of same fix as next change to cc-engine.el.
114         * progmodes/cc-engine.el (c-guess-basic-syntax, CASE 5A.5):
115         Anchor the "{" of a template function correctly on "template", not the
116         following "<".
118         * progmodes/cc-defs.el (c-version): Increase to 5.31.5.
120 2008-01-29  Tassilo Horn  <tassilo@member.fsf.org>
122         * doc-view.el (doc-view-mode): Adapt to image-mode-current-vscroll
123         and image-mode-current-hscroll being alists now.
125         * image-mode.el (image-mode-current-vscroll)
126         (image-mode-current-hscroll): Add doc strings.
127         (image-set-window-vscroll, image-set-window-hscroll)
128         (image-reset-current-vhscroll, image-mode): Adapt to
129         image-mode-current-vscroll and image-mode-current-hscroll being
130         alists now.
132 2008-01-29  Martin Rudalics  <rudalics@gmx.at>
134         * emacs-lisp/find-func.el (find-function-search-for-symbol):
135         Strip extension from .emacs.el to make sure symbol is searched
136         in .emacs too.
138 2008-01-29  Tassilo Horn  <tassilo@member.fsf.org>
140         * doc-view.el (doc-view-mode): Use facilities below to
141         restore [vh]scroll when switching buffers.
143         * image-mode.el (image-mode-current-vscroll)
144         (image-mode-current-hscroll): New variables.
145         (image-set-window-hscroll, image-set-window-vscroll): New functions.
146         (image-forward-hscroll, image-next-line, image-bol, image-eol)
147         (image-bob, image-eob): Use them.
148         (image-reset-current-vhscroll): New function.
149         (image-mode): Make new variables buffer-local and reset [vh]scroll
150         on window configuration changes.
152 2008-01-27  Nick Roberts  <nickrob@snap.net.nz>
154         * progmodes/gdb-ui.el (gdb-create-define-alist): Don't call
155         gdb-cpp-define-alist-program if file is nil (currently only
156         " *partial-output-...").
158 2008-01-27  Richard Stallman  <rms@gnu.org>
160         * allout.el: Many doc fixes.
161         (allout-encrypt-string): Fix error message.
163 2008-01-26  Eli Zaretskii  <eliz@gnu.org>
165         * progmodes/etags.el (tags-query-replace): Doc fix.
167 2008-01-25  Juanma Barranquero  <lekktu@gmail.com>
169         * allout.el (allout-unload-function): New function.
171 2008-01-25  Juanma Barranquero  <lekktu@gmail.com>
173         * allout.el (allout-prefix-data): Doc fix.
174         (allout-show-current-subtree): Reflow docstring.
175         (allout-use-mode-specific-leader, allout-use-hanging-indents)
176         (produce-allout-mode-map, allout-overlay-interior-modification-handler)
177         (allout-next-heading, allout-previous-heading, allout-rebullet-heading)
178         (allout-rebullet-topic, allout-rebullet-topic-grunt, allout-kill-topic)
179         (allout-copy-topic-as-kill, allout-listify-exposed)
180         (allout-process-exposed, allout-encrypted-key-info)
181         (allout-update-passphrase-mnemonic-aids)
182         (allout-next-topic-pending-encryption)
183         (allout-tests-globally-true): Fix typos in docstrings.
185 2008-01-23  Jason Rumney  <jasonr@gnu.org>
187         * lpr.el (printer-name): Do not set on MS Windows.
189 2008-01-28  Michael Albinus  <michael.albinus@gmx.de>
191         * net/tramp.el (tramp-handle-shell-command): Use "/bin/sh -c" for
192         the command.
194 2008-01-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
196         * whitespace.el: Moved to obsolete dir.
198         * blank-mode.el: New version 9.2.  Replace whitespace funs by aliases
199         in blank-mode.
200         (whitespace-buffer): New fun.
201         (whitespace-region): Alias for whitespace-buffer, because there is no
202         blank-region fun.
203         (whitespace-cleanup): Alias for blank-cleanup.
204         (whitespace-cleanup-region): Alias for blank-cleanup-region.
206 2008-01-27  Juanma Barranquero  <lekktu@gmail.com>
208         * server.el (server-log-time-function): Doc fix.
209         (server-buffer): Fix typo in docstring.
211 2008-01-27  Martin Rudalics  <rudalics@gmx.at>
213         * view.el (view-buffer): Explain in doc-string why exit-action
214         should not be set to kill-buffer.
216         * arc-mode.el (archive-extract):
217         * tar-mode.el (tar-extract): Use kill-buffer-if-not-modified as
218         exit-action when viewing the buffer.
220 2008-01-27  Dan Nicolaescu  <dann@ics.uci.edu>
222         * add-log.el (change-log-search-file-name): Work harder to find
223         the correct file name.
224         (change-log-find-file): Fix typo.
225         (change-log-start-entry-re): Move definition earlier.
227 2007-01-27  Jan Nieuwenhuizen  <janneke@gnu.org>
229         * add-log.el (change-log-search-file-name, change-log-find-file):
230         New function.
231         (change-log-font-lock-keywords): Move file name matching ...
232         (change-log-file-names-re): ... here.  New defconst.
233         (change-log-mode-map): New binding C-c C-f to change-log-find-file.
235 2008-01-27  Alan Mackenzie  <acm@muc.de>
237         * progmodes/cc-awk.el, progmodes/cc-engine.el: Correct typos,
238         enhance comments.
240 2008-01-27  Michael Albinus  <michael.albinus@gmx.de>
242         * net/tramp.el (tramp-compute-multi-hops): In case of su(do)?
243         methods, the host name must be a local host.
245 2008-01-27  Dan Nicolaescu  <dann@ics.uci.edu>
247         * vc.el: Add TODO item about not defaulting to RCS.
249         * server.el (server-process-filter): Check for non-nil before
250         calling file-directory-p.
252 2008-01-27  Alan Mackenzie  <acm@muc.de>
254         * progmodes/cc-vars.el (c-hanging-braces-alist): New element for
255         arglist-cont-nonempty.
257         * progmodes/cc-cmds.el (c-brace-newlines): Determine the newlines
258         for a brace with syntax arglist-cont-nonempty.
260         * progmodes/cc-styles.el (c-style-alist): Add elements for
261         arglist-cont-nonempty into 5 styles (gnu, ellemtel, linux, python,
262         awk).
264 2008-01-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
266         * button.el (define-button-type): Clarify type of NAME in docstring.
268 2008-01-26  Stefan Monnier  <monnier@iro.umontreal.ca>
270         * server.el (server-buffer): New const.
271         (server-log): New var.
272         (server-log): Use them.
273         (server-process-filter): (Try to) run the continuation in the same cwd
274         as the client's.
276 2008-01-26  Alan Mackenzie  <acm@muc.de>
278         * progmodes/cc-defs.el (c-save-buffer-state):
279         Bind buffer-file-name and buffer-file-truename to nil, to prevent
280         primitives generating "buffer is read only" messages.
282 2008-01-20  Ulf Jasper  <ulf.jasper@web.de>
284         * icalendar.el (icalendar-version): Increase to "0.17".
285         (icalendar-import-format): Doc fix.  Allow function type.
286         (icalendar--read-element): Doc fix.
287         (icalendar--parse-summary-and-rest): Doc fix.  Handle function
288         type icalendar-import-format.  Make regexps non-greedy.
289         (icalendar--format-ical-event): Handle function type
290         icalendar-import-format.
291         (icalendar-import-format-sample): New function.
293 2008-01-26  Thien-Thi Nguyen  <ttn@gnuvola.org>
295         * vc.el (vc-exec-after): For mode-line-process highlighting, if
296         `compile' is not available, fall back to font-lock-warning-face.
298 2008-01-26  Phil Sung  <psung@mit.edu>  (tiny change)
300         * wdired.el (wdired-get-filename): Change `(1+ beg)' to `beg' so
301         that the filename end is found even when the filename is empty.
302         Fixes error and spurious newlines when marking files for deletion.
304 2008-01-26  Martin Rudalics  <rudalics@gmx.at>
306         * subr.el (find-tag-default): Simplify using exclusively
307         skip-syntax-backward/-forward.
309 2008-01-26  Michael Albinus  <michael.albinus@gmx.de>
311         * vc.el (vc-directory, vc-update-change-log): Remove check for
312         Tramp.  Both functions work for it, though pretty slow
313         (`vc-directory').  Maybe the implementation can be optimized.
315         * net/tramp.el (tramp-dissect-file-name): Raise an error when
316         Tramp 2.0 syntax is used.
317         Suggested by Trent W. Buck <trentbuck@gmail.com>.
319 2008-01-26  Eli Zaretskii  <eliz@gnu.org>
321         * ls-lisp.el (ls-lisp-insert-directory): If -n switch is used,
322         invoke directory-files-and-attributes with last argument `integer'
323         instead of `string'.
324         (insert-directory): Add -n to the list of supported switches
325         mentioned in the doc string.
327 2008-01-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
329         * blank-mode.el: New version 9.1.  Handle "long" line tail
330         visualization.  Doc fix.
331         (blank-line-length): Rename to blank-line-column.
332         (blank-chars-value-list, blank-toggle-option-alist, blank-help-text):
333         Initialization fix.
334         (blank-replace-spaces-by-tabs): New fun.
335         (blank-cleanup, blank-cleanup-region, blank-color-on): Code fix.
337 2008-01-25  Richard Stallman  <rms@gnu.org>
339         * subr.el (add-hook): Implement `permanent-local-hook' property.
341         * loadhist.el (file-provides, file-requires): Push the filename right.
343 2008-01-25  Martin Rudalics  <rudalics@gmx.at>
345         * emacs-lisp/find-func.el (find-library): Wrap search for
346         library name in condition-case to avoid reporting a scan-error.
348 2008-01-25  Juanma Barranquero  <lekktu@gmail.com>
350         * server.el (server-process-filter): Don't force
351         the authentication string to be followed by "\n".
353 2008-01-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
355         * blank-mode.el: New version 9.0.  New commands to clean up some blank
356         problems like trailing blanks.  New faces and regexp for visualizing
357         the blank problems.  Doc fix.
358         (blank-chars, blank-global-modes, blank-chars-value-list)
359         (blank-toggle-option-alist, blank-help-text): Initialization fix.
360         (blank-indentation, blank-empty, blank-space-after-tab): New faces.
361         (blank-indentation, blank-empty, blank-space-after-tab)
362         (blank-indentation-regexp, blank-empty-at-bob-regexp)
363         (blank-empty-at-eob-regexp, blank-space-after-tab-regexp): New options.
364         (blank-cleanup, blank-cleanup-region): New commands.
365         (blank-color-on): Code fix.
367 2008-01-25  Dan Nicolaescu  <dann@ics.uci.edu>
369         * ibuffer.el (ibuffer-default-sorting-mode): Add option to sort by
370         file name.
371         (ibuffer-mode-map): Add binding to sort by file name.
372         (ibuffer-filename/process-header-map): New variable.
373         (filename-and-process): Add a header that sorts by file name.
374         (ibuffer-mode): Mention sorting by file name.
376         * ibuf-ext.el (filename/process): New sorter.
378 2008-01-25  Sven Joachim  <svenjoac@gmx.de>
380         * view.el (kill-buffer-if-not-modified): Don't pass t to
381         buffer-modified-p.
383 2008-01-24  Michael Albinus  <michael.albinus@gmx.de>
385         * net/tramp.el (tramp-do-copy-or-rename-file): Flush the cache of
386         the source file in case of `rename'.
387         Reported by Pete Forman <pete.forman@westerngeco.com>.
389 2008-01-24  Ken Manheimer  <ken.manheimer@gmail.com>
391         * allout.el (allout-keybindings-list): In initial setting, express
392         meta-prefixed allout keys as vectors instead of strings, since the
393         string form is interpreted in some cases as composed key
394         modifiers, eg, accented keys.
396         (allout-line-boundary-regexp): Clarify description.
398         (set-allout-regexp): Repair the expressions so that the formfeed
399         part is identified as one of the top-level groups, and is
400         included in all the forms, not just the -line-boundary-regexp one.
402         (allout-prefix-data): Incorporate information from the various
403         allout regexp's formfeed alternative group, when present.
405         (allout-write-file-hook-handler): Rectify mangling of the error
406         handling.  It was broken in 2007-12-06T19:56:41Z!deego@gnufans.org, where an `error'
407         condition-case handler was apparently reformatted as if it was a
408         call to the error function.  An apparent repair attempt in version
409         1.101 situated the original body of the error handling code as
410         bogus condition-case handlers.  I've returned to just about the
411         working code that was originally there, removing an unnecessary -
412         but benign - enclosing 'progn'.  \(Automated or cursory code fixes
413         often aren't.)
415         (allout-region-active-p): Fallback to value of mark-active if
416         neither use-region-p nor region-active-p are present, for
417         compatability with current and recent emacs major releases.
419 2008-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
421         * textmodes/reftex-toc.el (reftex-toc-next, reftex-toc-previous)
422         (reftex-toc-restore-region):
423         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer)
424         (reftex-index-phrases-apply-to-region):
425         * textmodes/ispell.el (ispell-word):
426         * progmodes/vhdl-mode.el (vhdl-keep-region-active):
427         * progmodes/pascal.el (pascal-mark-defun):
428         * progmodes/f90.el (f90-mark-subprogram, f90-indent-region)
429         (f90-fill-region):
430         * emulation/tpu-edt.el (tpu-set-mark):
431         * emulation/crisp.el (crisp-region-active):
432         * winner.el (winner-active-region):
433         * ansi-color.el (ansi-color-set-extent-face): Use featurep instead
434         of bound tests in order to resolve conditionals at compile time.
436 2008-01-24  Juanma Barranquero  <lekktu@gmail.com>
438         * delsel.el (delsel-unload-function): Don't use `remprop'; it is
439         not autoloaded, and we wouldn't want to load CL just to unload
440         delsel.el anyway.  Suggested by Martin Rudalics <rudalics@gmx.at>.
442 2008-01-24  Martin Rudalics  <rudalics@gmx.at>
444         * delsel.el (delete-selection-pre-hook): Avoid clearing out
445         pre-command-hook when text is read-only.
447 2008-01-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
449         * vc.el (vc-process-filter): Do nothing if buffer not live.
450         (vc-diff-finish): Rename from vc-diff-sentinel.
451         No longer take REV1-NAME and REV2-NAME.
452         Instead, take BUFFER-NAME.  Do nothing if buffer not live.
453         Don't do window resize if no window displays buffer.
454         (vc-diff-internal): Use vc-diff-finish.
456         * vc.el (vc-next-action): Fix two instances of "free-var file" bug:
457         In both cases, convert single call to one wrapped in dolist.
459 2008-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
461         * vc.el: Add a TODO item about missing files.
462         (vc-exec-after): Add a tooltip to the new mode-line item.
464 2008-01-24  Glenn Morris  <rgm@gnu.org>
466         * t-mouse.el (gpm-mouse-start): Declare as a function.
468 2008-01-23  Michael Albinus  <michael.albinus@gmx.de>
470         * net/tramp.el (tramp-remote-process-environment): Set "LC_ALL=C".
471         (tramp-end-of-output): Add `tramp-rsh-end-of-line' into the regexp.
472         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
473         Don't send `tramp-rsh-end-of-line' additionally, when setting the
474         prompt.
475         (tramp-wait-for-output): Distinguish different prompt formats.
476         (tramp-get-test-nt-command): Don't check for "\n" in the prompt.
477         (tramp-local-host-p): Check whether temp directory is writable.
479 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
481         * vc.el: Add TODO items.
483 2008-01-23  Carsten Dominik  <dominik@science.uva.nl>
485         * replace.el (occur-mode-find-occurrence-hook): New hook that can
486         be used to reveal or highlight the location of a match.
487         (occur-mode-goto-occurrence, occur-mode-goto-occurrence-other-window)
488         (occur-mode-display-occurrence): Run `occur-mode-find-occurrence-hook'.
490 2008-01-23  Martin Rudalics  <rudalics@gmx.at>
492         * progmodes/hideif.el (hide-ifdef-shadow): Add version number
493         for defcustom.
494         (hide-ifdef-shadow): Add version number for defface.
496 2008-01-23  Glenn Morris  <rgm@gnu.org>
498         * textmodes/org.el (org-export-latex-cleaned-string): Fix declaration.
500 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
502         * progmodes/sh-script.el (sh-basic-offset):
503         * progmodes/cc-vars.el (c-syntactic-indentation)
504         (c-syntactic-indentation-in-macros): Mark as safe.
506 2008-01-23  Richard Stallman  <rms@gnu.org>
508         * icomplete.el (icomplete-get-keys):
509         Look up KEYS using all maps in proper buffer.
511 2008-01-23  Juanma Barranquero  <lekktu@gmail.com>
513         * frame.el (display-mm-height, display-mm-width):
514         * whitespace.el (whitespace-check-leading-whitespace)
515         (whitespace-check-trailing-whitespace)
516         (whitespace-check-spacetab-whitespace)
517         (whitespace-check-indent-whitespace)
518         (whitespace-check-ateol-whitespace):
519         * progmodes/ada-xref.el (ada-convert-file-name): Fix typo in docstring.
521 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
523         * vc-arch.el (vc-arch-delete-rej-if-obsolete): Remove the
524         after-save-hook so that it is not called multiple times.
526         * vc-svn.el (vc-svn-resolve-when-done): Likewise.
528 2008-01-23  Eli Zaretskii  <eliz@gnu.org>
530         * view.el (view-file-other-window, view-file-other-frame):
531         Don't kill the buffer if it is modified.  Doc fixes.
532         (kill-buffer-if-not-modified): New function.
533         (view-file): Don't kill the buffer if it is modified.
535         * progmodes/ebrowse.el (ebrowse-view-file-other-window): Delete.
536         (ebrowse-view/find-file-and-search-pattern):
537         Call view-file-other-window instead of ebrowse-view-file-other-window.
538         (ebrowse-view-file-other-frame): Don't call
539         current-window-configuration.  Fix second argument in the call to
540         view-mode-enter.  Doc fix.
542 2008-01-23  Richard Stallman  <rms@gnu.org>
544         * subr.el (atomic-change-group): Prevent undo list truncation.
546 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
548         * files.el (safe-local-eval-forms):
549         Mark (add-hook 'write-file-hooks 'time-stamp) as safe.
551 2008-01-23  Nick Roberts  <nickrob@snap.net.nz>
553         * comint.el (comint-insert-input): Set point first.
555         * progmodes/gdb-ui.el (gdb-dequeue-input): Make doubly sure
556         session doesn't hang because gdb-pending-triggers is non-nil.
557         (gdb-frame-handler): Use buffer-file-name instead of
558         buffer-name in case of duplicate file names.
560 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
562         * progmodes/verilog-mode.el (verilog-mode-map): Don't bind C-M-a,
563         C-M-e and C-M-h for emacs, they work by default.
564         (verilog-emacs-features): Remove.
565         (verilog-setup-dual-comments, verilog-populate-syntax-table):
566         Remove.  Move syntax table initialization ...
567         (verilog-mode-syntax-table): ... here.
568         (verilog-mode): Don't initialize the syntax table here.
569         (verilog-mark-defun): Only do something useful for XEmacs, Emacs
570         does not need it.
572 2008-01-23  Wilson Snyder  <wsnyder@wsnyder.org>
574         * progmodes/verilog-mode.el (verilog-booleanp): New function for
575         backward compatibility.  Replace all uses of booleanp with
576         verilog-booleanp.
578 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
580         * vc-hg.el (vc-hg-diff): Don't pass an empty string.
582 2008-01-23  Wilson Snyder  <wsnyder@wsnyder.org>
584         * progmodes/verilog-mode.el (top-level): Fix spacing.
585         (verilog-mode-version, verilog-mode-release-date):
586         Update version number.
587         (verilog-mode-release-emacs): New variable.
588         (compile-command, reporter-prompt-for-summary-p):
589         Define for byte compiler.
590         (verilog-startup-message-lines, verilog-startup-message-displayed)
591         (verilog-display-startup-message): Remove.
592         (verilog-highlight-p1800-keywords): Improve docstring.
593         (sigs-in, sigs-out, got-sig, got-rvalue, uses-delayed)
594         (vector-skip-list): Only defvar at compile time.
595         (verilog-highlight-translate-off, verilog-indent-level)
596         (verilog-indent-level-module, verilog-indent-level-declaration)
597         (verilog-indent-declaration-macros, verilog-indent-lists)
598         (verilog-indent-level-behavioral, verilog-indent-level-directive)
599         (verilog-cexp-indent, verilog-case-indent, verilog-auto-newline)
600         (verilog-auto-indent-on-newline, verilog-tab-always-indent)
601         (verilog-tab-to-comment, verilog-indent-begin-after-if)
602         (verilog-align-ifelse, verilog-minimum-comment-distance)
603         (verilog-auto-lineup, verilog-highlight-p1800-keywords)
604         (verilog-auto-endcomments, verilog-auto-read-includes)
605         (verilog-auto-star-expand, verilog-auto-star-save)
606         (verilog-library-flags, verilog-library-directories)
607         (verilog-library-files, verilog-library-extensions)
608         (verilog-active-low-regexp, verilog-auto-sense-include-inputs)
609         (verilog-auto-sense-defines-constant, verilog-auto-reset-widths)
610         (verilog-assignment-delay, verilog-auto-inst-vector)
611         (verilog-auto-inst-template-numbers, verilog-auto-input-ignore-regexp)
612         (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
613         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
614         Add safe-local-variable properties.
615         (verilog-statement-menu, verilog-company, verilog-re-search-forward)
616         (verilog-re-search-backward, verilog-error-regexp-add)
617         (verilog-end-block-re, verilog-emacs-features)
618         (verilog-populate-syntax-table, verilog-setup-dual-comments)
619         (verilog-type-font-keywords, verilog-inside-comment-p)
620         (electric-verilog-backward-sexp, verilog-backward-sexp)
621         (verilog-forward-sexp, verilog-font-lock-init, verilog-mode)
622         (electric-verilog-terminate-line, electric-verilog-semi)
623         (electric-verilog-tab, verilog-insert-1, verilog-insert-indices)
624         (verilog-generate-numbers, verilog-comment-region, verilog-label-be)
625         (verilog-beg-of-statement, verilog-in-case-region-p)
626         (verilog-in-struct-region-p, verilog-in-generate-region-p)
627         (verilog-in-fork-region-p, verilog-backward-case-item)
628         (verilog-set-auto-endcomments, verilog-get-expr)
629         (verilog-expand-vector-internal, verilog-surelint-off)
630         (verilog-batch-execute-func, verilog-calculate-indent)
631         (verilog-calc-1, verilog-calculate-indent-directive)
632         (verilog-leap-to-head, verilog-continued-line)
633         (verilog-backward-token, verilog-backward-syntactic-ws)
634         (verilog-forward-syntactic-ws, verilog-backward-ws&directives)
635         (verilog-forward-ws&directives, verilog-at-constraint-p)
636         (verilog-skip-backward-comments, verilog-indent-line-relative)
637         (verilog-do-indent, verilog-indent-comment, verilog-more-comment)
638         (verilog-pretty-declarations, verilog-pretty-expr)
639         (verilog-just-one-space, verilog-indent-declaration)
640         (verilog-get-completion-decl, verilog-goto-defun, verilog-showscopes)
641         (verilog-header, verilog-signals-combine-bus, verilog-read-decls)
642         (verilog-read-always-signals-recurse, verilog-read-instants)
643         (verilog-read-auto-template, verilog-set-define)
644         (verilog-read-defines, verilog-read-signals, verilog-getopt)
645         (verilog-is-number, verilog-expand-dirnames, verilog-modi-lookup)
646         (verilog-modi-cache-results, verilog-insert-one-definition)
647         (verilog-make-width-expression, verilog-delete-autos-lined)
648         (verilog-auto-save-check, verilog-auto-arg, verilog-auto-inst-port)
649         (verilog-auto-inst, verilog-auto-inst-param, verilog-auto-reg)
650         (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
651         (verilog-auto-output-every, verilog-auto-input, verilog-auto-inout)
652         (verilog-auto-inout-module, verilog-auto-sense, verilog-auto-reset)
653         (verilog-auto-tieoff, verilog-auto-unused, verilog-auto-ascii-enum)
654         (verilog-auto, verilog-sk-define-signal, verilog-mode-mouse-map)
655         (verilog-load-file-at-mouse, verilog-load-file-at-point)
656         (verilog-library-files): Cleanup spacing of )'s they should not be
657         on unique lines.  Fix checkdoc warnings.
659 2008-01-22  Glenn Morris  <rgm@gnu.org>
661         * progmodes/hideif.el (hide-ifdef-initially, hide-ifdef-read-only)
662         (hide-ifdef-lines, hide-ifdef-shadow): Remove autoload cookies
663         from defcustoms.
664         (hide-ifdef-shadow): Remove autoload cookie from defface.
666         * vc.el (vc-diff-sentinel): Do not write a footer if there were
667         differences.
669 2008-01-21  Reiner Steib  <Reiner.Steib@gmx.de>
671         * pcvs-defs.el (cvs-menu): Improve cvs-mode-find-file,
672         cvs-mode-find-file-other-window.  Add cvs-mode-diff-yesterday and
673         manual entry.
675 2008-01-21  Michael Albinus  <michael.albinus@gmx.de>
677         * net/dbus.el (dbus-ignore-errors): New macro.
678         (dbus-unregister-object): New defun.  Moved from dbusbind.c.
679         (dbus-handle-event, dbus-list-activatable-names, dbus-list-names)
680         (dbus-list-queued-owners, dbus-get-name-owner, dbus-introspect)
681         (dbus-get-signatures): Apply `dbus-ignore-errors'.
683 2008-01-21  Martin Rudalics  <rudalics@gmx.at>
685         * outline.el (outline-up-heading): Fix check for top level to
686         avoid infinite looping in hide-other.
688 2008-01-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
690         * vc.el (vc-process-sentinel): After calling the previous
691         sentinel, do nothing if the process' buffer is not live.
693 2008-01-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
695         * blank-mode.el: Fix a problem of cleaning blank faces when turning off
696         blank-mode in some buffers (like *info* buffers).  Reported by Juanma
697         Barranquero <lekktu@gmail.com>.  Eliminate `-face' suffix of all
698         blank-mode faces.  Doc fix.  New version 8.1.
699         (blank-turn-on, blank-turn-off): Replace (and CONDITION BODY) by (when
700         CONDITION BODY).
701         (blank-space-face): Face/option name replaced by blank-space.
702         (blank-hspace-face): Face/option name replaced by blank-hspace.
703         (blank-tab-face): Face/option name replaced by blank-tab.
704         (blank-newline-face): Face/option name replaced by blank-newline.
705         (blank-trailing-face): Face/option name replaced by blank-trailing.
706         (blank-line-face): Face/option name replaced by blank-line.
707         (blank-space-before-tab-face): Face/option name replaced by
708         blank-space-before-tab.
709         (blank-color-on, blank-color-off, blank-display-char-on): Fix code.
711 2008-01-21  Juanma Barranquero  <lekktu@gmail.com>
713         * blank-mode.el (blank-style, blank-chars, blank-hspace-regexp)
714         (blank-space-regexp, blank-tab-regexp, blank-trailing-regexp)
715         (blank-space-before-tab-regexp, blank-global-modes, blank-mode)
716         (global-blank-mode): Doc fixes.
717         (blank, blank-space-face, blank-hspace-face, blank-tab-face)
718         (blank-newline-face, blank-trailing-face, blank-line-face)
719         (blank-space-before-tab-face, blank-display-mappings)
720         (blank-chars-value-list, blank-style-value-list, blank-toggle-options)
721         (global-blank-toggle-options, blank-help-text, blank-interactive-char)
722         (blank-turn-on, blank-turn-off, blank-color-on, blank-color-off):
723         Fix typos in docstrings.
725 2008-01-21  Juanma Barranquero  <lekktu@gmail.com>
727         * server.el (server-log-time-function): New variable.
728         (server-log): Use it.
730 2008-01-21  Glenn Morris  <rgm@gnu.org>
732         * progmodes/hideif.el: Move defcustoms and defface to start of file.
734         * textmodes/org.el (org-entry-properties): Let-bind `clocksum'.
736 2008-01-21  Juanma Barranquero  <lekktu@gmail.com>
738         * textmodes/org.el (org-unmodified, org-cycle-emulate-tab)
739         (org-descriptive-links, org-link-file-path-type)
740         (org-remember-use-refile-when-interactive)
741         (org-agenda-skip-timestamp-if-done, org-agenda-scheduled-leaders)
742         (org-export-ascii-bullets, org-agenda-deadline-faces)
743         (turn-on-orgstruct++, orgtbl-to-texinfo, org-mhe-get-header)
744         (org-batch-agenda, org-batch-agenda-csv, org-fix-agenda-info)
745         (org-kill-note-or-show-branches): Fix typos in docstrings.
747 2008-01-20  Thien-Thi Nguyen  <ttn@gnuvola.org>
749         * vc.el (vc-process-sentinel): Set mode-line-process.
750         (vc-exec-after): Likewise, for the `run' process status.
752 2008-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
754         * ibuffer.el (ibuffer-mode): Fix last change.
756 2008-01-20  Dan Nicolaescu  <dann@ics.uci.edu>
758         * vc-hg.el (vc-hg-registered):
759         * vc-svn.el (vc-svn-registered): Make it work for non-existent files.
761 2008-01-20  Martin Rudalics  <rudalics@gmx.at>
763         * repeat.el (repeat-undo-count): New variable.
764         (repeat): For self-insertions make undo boundary only after 20
765         repetitions.  Inhibit point recording unless repeat-repeat-char is nil.
767 2008-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
769         * net/imap.el (imap-ping-server): New variable.
770         (imap-opened): On add extra ping if imap-ping-server is non-nil.
771         (imap-ping-server): Minor doc string fixes.
773 2008-01-19  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
775         * net/imap.el (imap-ping-server): New function.
776         (imap-opened): Call imap-ping-server.
778 2008-01-20  Glenn Morris  <rgm@gnu.org>
780         * progmodes/python.el: Quote all calls to "auxiliary skeleton"s to
781         prevent infloops.
783 2008-01-20  Martin Svenson  <phromo@gmail.com>  (tiny change)
785         * progmodes/python.el (python-imports): Default to "None".
787 2008-01-19  Tom Tromey  <tromey@redhat.com>
789         * vc-svn.el (vc-svn-after-dir-status): New function.
790         (vc-svn-dir-status): Run svn asynchronously.
792 2008-01-19  Martin Rudalics  <rudalics@gmx.at>
794         * progmodes/hideif.el (hide-ifdef-shadow): New option.
795         (hide-ifdef-shadow): New face.
796         (hide-ifdef-toggle-shadowing): New function to toggle between
797         shadowing and making code invisible.
798         (hide-ifdef-mode-submap): Add binding for hide-ifdef-toggle-shadowing.
799         (hide-ifdef-mode-menu): Add entry for hide-ifdef-toggle-shadowing.
800         (hide-ifdef-region-internal): Give new overlay hide-ifdef
801         property.  Shadow text when hide-ifdef-shadow is non-nil.
802         (hif-show-ifdef-region): Remove overlays with hide-ifdef property set.
803         (hif-hide-line): Use when instead of if.
804         (hide-ifdef-initially, hide-ifdef-read-only, hide-ifdef-lines):
805         Remove unneeded * from doc-strings.
807 2008-01-19  Stefan Monnier  <monnier@iro.umontreal.ca>
809         * doc-view.el (doc-view-goto-page): Don't move point any more, now that
810         the hscroll behavior was fixed.
811         (doc-view-mode): Disable auto-hscroll-mode.
813 2008-01-18  Tom Tromey  <tromey@redhat.com>
815         * vc-svn.el (vc-svn-dir-status): New function.
817 2008-01-18  Dan Nicolaescu  <dann@ics.uci.edu>
819         * vc.el: Make vc-status asynchronous.
820         (vc-update-vc-status-buffer): New function broken out of ...
821         (vc-status-refresh): ... here.  Pass vc-update-vc-status-buffer to
822         the dir-status backend function.
824         * vc-hg.el (vc-hg-dir-status): Compute the status asynchronously.
825         Move the output processing to ...
826         (vc-hg-after-dir-status): ... here.  Call the function passed as
827         an argument with the results.
829 2008-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
831         * doc-view.el (doc-view-pdf/ps->png): Make sure we a have a valid cwd.
832         (doc-view-insert-image): Do something if the image is missing.
833         (doc-view-mode): Don't use file-remote-p.
835 2008-01-18  Bastien Guerry  <Bastien.Guerry@ens.fr>
837         * textmodes/org-export-latex.el (org-export-latex-cleaned-string): Fix.
838         (org-export-latex-special-chars): Convert "..." in \ldots
839         and skip tables.
840         (org-export-latex-fontify-headline): Change parameter name.
841         (org-export-as-latex): Handle export of subtrees.
842         (org-export-latex-make-header): New argument TITLE.
843         (org-export-latex-content): New argument EXCLUDE-LIST.
844         (org-list-parse-list): New name for org-export-latex-parse-list.
845         (org-export-latex-make-header): New name for
846         org-export-latex-make-preamble.
847         (org-list-to-generic): New name of org-export-list-to-generic.
848         (org-list-to-latex): New name of org-export-list-to-latex.
849         (org-list-item-begin, org-list-end, org-list-insert-radio-list)
850         (org-list-send-list, org-list-to-texinfo)
851         (org-list-to-html): New functions.
852         (org-export-latex-tables-column-borders)
853         (org-export-latex-default-class, org-export-latex-classes)
854         (org-export-latex-classes-sectioning)
855         (org-list-radio-list-templates): New options.
856         (org-export-latex-header): New variable.
857         (org-latex-entities): New constant.
858         (org-export-latex-default-sectioning, org-export-latex-preamble)
859         (org-export-latex-prepare-text-option)
860         (org-export-latex-get-sectioning): Remove.
862 2008-01-18  Carsten Dominik  <dominik@science.uva.nl>
864         * textmodes/org-publish.el (org-publish-current-project):
865         Fix bug with forcing publication.
867         * textmodes/org.el (org-export-with-special-strings): New option.
868         (org-export-html-convert-special-strings): New function.
869         (org-html-do-expand): `org-export-html-convert-special-strings'
870         added to the list of conversion.
871         (org-infile-export-plist, org-get-current-options): Add support
872         for "-" in the #+OPTION line to let user switch on/off special
873         strings conversion.
874         (org-export-plist-vars): New :html-table-tag property.
875         (org-export-as-html, org-format-org-table-html)
876         (org-format-table-table-html) Use the :html-table-tag property
877         instead of the `org-export-html-table-tag' global value.
878         (org-additional-option-like-keywords): Add "TBLFM".
879         (org-entry-properties): Include the CLOCKSUM special property.
880         (org-columns-edit-value): Do not allow to edit the special
881         CLOCKSUM property.
882         (org-flag-drawer): Use the original value of `outline-regexp'.
883         (org-remember-handler): Add invisible-ok flag to call to
884         `org-end-of-subtree'.
885         (org-agenda-highlight-todo): Respect
886         `org-agenda-todo-keyword-format'.
887         (org-agenda-todo-keyword-format): New option.
888         (org-infile-export-plist): No restriction while searching for options.
889         (org-remember-handler): Remove comments at the end of the buffer.
890         (org-remember-use-refile-when-interactive): New option.
891         (org-table-sort-lines): Make sure sorting works on link
892         descritions only, and ignores the link.
893         (org-sort-entries-or-items): Make sure the end of the subtree is
894         included.
895         (org-refile-use-outline-path): New allowed values `file' and
896         `full-file-path'.
897         (org-get-refile-targets): Respect new values for
898         `org-refile-use-outline-path'.
899         (org-agenda-get-restriction-and-command): DEL goes back to initial list.
900         (org-export-as-xoxo): Restore point when done.
901         (org-open-file): Allow multiple %s in command.
902         (org-clock-in-switch-to-state): New option.
903         (org-first-list-item-p): New function.
904         (org-last-remember-storage-locations): New variable.
905         (org-get-refile-targets): Interpret the new maxlevel setting.
906         (org-refile-targets): New option `:maxlevel'.
907         (org-copy-subtree): Include empty lines before but not after subtree.
908         (org-back-over-empty-lines, org-skip-whitespace): New functions.
909         (org-move-item-down, org-move-item-up): Include empty lines before
910         but not after item.
911         (org-first-sibling-p): New function.
912         (org-remember-apply-template): Defaults, completions and history
913         for template prompts.  Also, interpret new `%!' escape.
914         (org-context-choices): New constant.
915         (org-bound-and-true-p): New macro.
916         (org-imenu-depth): New option.
917         (org-imenu-markers): New variable.
918         (org-imenu-new-marker, org-imenu-get-tree)
919         (org-speedbar-set-agenda-restriction): New functions.
920         (org-agenda-set-restriction-lock)
921         (org-agenda-remove-restriction-lock)
922         (org-agenda-maybe-redo): New functions.
923         (org-agenda-restriction-lock): New face.
924         (org-agenda-restriction-lock-overlay)
925         (org-speedbar-restriction-lock-overlay): New variables.
926         (org-open-at-point): Remove obsolete way to do redirection in
927         shell links.
928         (org-imenu-and-speedbar): New customization group.
929         (org-entry-properties): Return keyword-less time strings.
930         (org-clock-heading-function): New option.
931         (org-clock-in): Use `org-clock-heading-function'.
932         (org-calendar-holiday): Try to use `calendar-check-holidays'
933         instead of the obsolete `check-calendar-holidays'.
934         (org-export-html-special-string-regexps): New constant.
935         (org-massive-special-regexp): New variable.
936         (org-compute-latex-and-specials-regexp)
937         (org-do-latex-and-special-faces): New functions.
938         (org-latex-and-export-specials): New face.
939         (org-highlight-latex-fragments-and-specials): New option.
940         (org-link-escape-chars): Use characters instead of strings.
941         (org-link-escape-chars-browser, org-link-escape)
942         (org-link-unescape): Use characters instead of strings.
943         (org-export-html-convert-sub-super, org-html-do-expand): Check for
944         protected text.
945         (org-emphasis-alist): Additional `verbatim' flag.
946         (org-set-emph-re): Handle the verbatim flag and compute
947         `org-verbatim-re'.
948         (org-cleaned-string-for-export): Protect verbatim elements.
949         (org-verbatim-re): New variable.
950         (org-hide-emphasis-markers): New option.
951         (org-additional-option-like-keywords): Add new keywords.
952         (org-get-entry): Rename from `org-get-cleaned-entry'.
953         (org-icalendar-cleanup-string): New function for quoting icalendar text.
954         (org-agenda-skip-scheduled-if-done): New option.
955         (org-agenda-get-scheduled, org-agenda-get-blocks): Use
956         `org-agenda-skip-scheduled-if-done'.
957         (org-prepare-agenda-buffers): Allow buffers as arguments.
958         (org-entry-properties): Add CATEGORY as a special property.
959         (org-use-property-inheritance): Allow a list of properties as a value.
960         (org-eval-in-calendar): No longer update the prompt.
961         (org-read-date-popup-calendar): Rename from
962         `org-popup-calendar-for-date-prompt'.
963         (org-read-date-display-live): New variable.
964         (org-read-date-display): New function.
965         (org-read-date-analyze): New function.
966         (org-remember-apply-template): Define `remember-finalize' if it is
967         not yet defined.
968         (org-remember-insinuate): New function.
969         (org-read-date-prefer-future): New option.
970         (org-read-date): Respect the setting of
971         `org-read-date-prefer-future'.  Use `org-read-date-analyze'.
972         (org-set-font-lock-defaults): Use `org-archive-tag' instead of a
973         hardcoded string.
974         (org-remember-apply-template): Use `remember-finalize' instead of
975         `remember-buffer'.
976         (org-columns-compute, org-column-number-to-string)
977         (org-columns-uncompile-format, org-columns-compile-format)
978         (org-columns-compile-format): Handle printf format specifier.
979         (org-columns-new, org-column-number-to-string)
980         (org-columns-uncompile-format, org-columns-compile-format):
981         Support for new currency summary type.
982         (org-tree-to-indirect-buffer): Do not kill old buffer when
983         `org-indirect-buffer-display' is `new-frame'.
984         (org-indirect-buffer-display): Document that `new-frame' leads to
985         indiret buffer proliferation.
986         (org-agenda-list): Use `org-extend-today-until'.
987         (org-extend-today-until): New option.
988         (org-format-org-table-html): Use lower-case for <col> tag.
989         (org-agenda-execute): New command.
990         (org-agenda-mode-map): Keybindings of "g" "G", "e" modified.
991         (org-select-remember-template): New function.
992         (org-remember-apply-template): Use `org-select-remember-template'.
993         (org-go-to-remember-target): New function.
995 2008-01-18  Dan Nicolaescu  <dann@ics.uci.edu>
997         * vc.el: Add a TODO note about vc-state.
998         (vc-next-action): Register 'unregistered and 'ignored files.
999         Use when and unless instead of if where appropriate.
1000         (vc-start-entry): Fix typo.
1001         (vc-status): Autoload it.
1003 2008-01-18  Glenn Morris  <rgm@gnu.org>
1005         * ffap.el (ffap-alist): Remove space from RFC regexp.
1007 2008-01-18  Richard Stallman  <rms@gnu.org>
1009         * custom.el (custom-theme-recalc-face): Use face-spec-set rather
1010         than face-spec-recalc.
1012 2008-01-18  Glenn Morris  <rgm@gnu.org>
1014         * ibuffer.el (ibuffer-mode): Fix typo in previous change.
1016 2008-01-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1017             Miles Bader  <miles@gnu.org>
1019         * blank-mode.el: New file.  Minor mode to visualise (HARD) SPACE,
1020         TAB, NEWLINE.  Miles Bader <miles@gnu.org> wrote the original code
1021         for handling display table (via visws.el package), his code was
1022         modified, but the main idea was kept.
1024 2008-01-17  Glenn Morris  <rgm@gnu.org>
1026         * ibuf-ext.el (ibuffer-auto-mode, ibuffer-save-filter-groups)
1027         (ibuffer-save-filters): Remove calls to deleted
1028         ibuffer-update-mode-name.
1030 2008-01-16  Martin Rudalics  <rudalics@gmx.at>
1032         * longlines.el (longlines-mode, longlines-show-region)
1033         (longlines-unshow-hard-newlines): Bind buffer-file-name and
1034         buffer-file-truename to nil while modifying buffer.
1036         * cus-edit.el (custom-reset-standard-variables-list)
1037         (custom-reset-standard-faces-list): New variables.
1038         (custom-reset-standard-save-and-update): New function.
1039         (Custom-save): Apply custom-mark-to-save before and
1040         custom-state-set-and-redraw after saving options.
1041         (Custom-reset-standard): Apply custom-mark-to-reset-standard to
1042         options and call custom-reset-standard-save-and-update.
1043         (custom-variable, custom-face, custom-group): Provide new
1044         entries for custom-mark-to-save, custom-mark-to-reset-standard,
1045         and custom-state-set-and-redraw.
1046         (custom-variable-mark-to-save)
1047         (custom-variable-state-set-and-redraw)
1048         (custom-variable-mark-to-reset-standard)
1049         (custom-face-mark-to-save, custom-face-state-set-and-redraw)
1050         (custom-face-mark-to-reset-standard)
1051         (custom-group-mark-to-save, custom-group-state-set-and-redraw)
1052         (custom-group-mark-to-reset-standard): New functions.
1053         (custom-variable-save): Move save, state-set, and redraw
1054         functionality to custom-variable-mark-to-save.
1055         (custom-face-save): Move save, state-set, and redraw
1056         functionality to custom-face-mark-to-save.
1057         (custom-group-save): Move save, state-set, and redraw
1058         functionality to custom-group-mark-to-save.
1059         (custom-variable-reset-standard, custom-face-reset-standard)
1060         (custom-group-reset-standard): Move save, state-set, and redraw
1061         functionality to custom-reset-standard-save-and-update.
1063         (custom-buffer-create-internal): Fix text in verbose help.
1064         (custom-face-value-create): Indent doc-strings of faces like
1065         those of variables.
1067 2008-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1069         * server.el (server-process-filter): Replace lineno and columnnno
1070         which defaulted to 1&0 with filepos which defaults to nil.
1071         (server-goto-line-column): Only receive the filepos.
1072         Only move if filepos is non-nil.
1073         (server-visit-files): Slight restructure to consolidate two calls to
1074         server-goto-line-column into just one.
1076         * nxml/nxml-mode.el (nxml-mode): Use mode-line-process to indicate
1077         the use of degraded mode.
1078         (nxml-degrade): Don't change mode-name.
1080         * nxml/rng-nxml.el (rng-nxml-mode-init):
1081         Don't overwrite mode-line-process.
1083         * ibuffer.el (mode): Pass the buffer to format-mode-line.
1084         (ibuffer-update-mode-name): Remove.
1085         (ibuffer-redisplay, ibuffer-update, ibuffer-mode): Don't call it.
1086         (ibuffer-mode): Use mode-line-process instead.
1088         * ibuf-ext.el (ibuffer-auto-update-changed, ibuffer-auto-mode):
1089         Use derived-mode-p.
1090         (ibuffer-mark-by-mode-regexp): Pass the buffer to format-mode-line.
1092         * help.el (describe-mode): Pass the right buffer to format-mode-line.
1094 2008-01-16  Glenn Morris  <rgm@gnu.org>
1096         * comint.el (comint-regexp-arg): Fix no-input case.
1098 2008-01-16  Dan Nicolaescu  <dann@ics.uci.edu>
1100         * smerge-mode.el (smerge-start-session): Rename from smerge-auto.
1101         * pcvs.el (cvs-revert-if-needed):
1102         * vc.el (vc-maybe-resolve-conflicts): Rename callers.
1104         * vc-svn.el (vc-svn-find-file-hook):
1105         * vc-arch.el (vc-arch-find-file-hook): Undo previous change.
1107 2008-01-16  Ulf Jasper  <ulf.jasper@web.de>
1109         * calendar/icalendar.el (icalendar-version): Increase to 0.16.
1110         (icalendar-export-file, icalendar-import-file):
1111         Restore significant trailing whitespace in `interactive' prompts.
1113 2008-01-16  Tom Tromey  <tromey@redhat.com>
1115         * calendar/icalendar.el (icalendar--convert-tz-offset)
1116         (icalendar--parse-vtimezone, icalendar--convert-all-timezones)
1117         (icalendar--find-time-zone): New functions.
1118         (icalendar--decode-isodatetime): Add `zone' argument, passed to
1119         `decode-time'.  Doc fix.
1120         (icalendar--convert-ical-to-diary): Compute zone-map.
1121         Pass timezone to icalendar--decode-isodatetime.
1123 2008-01-16  Alan Mackenzie  <acm@muc.de>
1125         * progmodes/cc-vars.el (c-constant-symbol): Put this defun inside
1126         an eval-and-compile, so as to permit byte-compiling (e.g. in
1127         bootstrap).
1129 2008-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1131         * emacs-lisp/easymenu.el (easy-menu-avoid-duplicate-keys): New var.
1132         (easy-menu-create-menu, easy-menu-convert-item-1): Use it to avoid
1133         using the same key for different menu entries.
1135         * smerge-mode.el (smerge-refine): Also work on "same change conflicts".
1136         (smerge-makeup-conflict): New command.
1138 2008-01-15  Thien-Thi Nguyen  <ttn@gnuvola.org>
1140         * log-edit.el (log-edit): Doc fix.
1142 2008-01-15  Glenn Morris  <rgm@gnu.org>
1144         * diff-mode.el (diff-end-of-hunk): Revert 2008-01-08 change.
1146 2008-01-14  Alan Mackenzie  <acm@muc.de>
1148         * progmodes/cc-vars.el (c-constant-symbol): New function which
1149         supersedes c-const-symbol.  During a customize-.. call it enables
1150         an element of (e.g.) c-hanging-braces alist to have its name
1151         displayed, even when the default value of c-h-b etc. doesn't
1152         include the elemnt.  Replace uses of the old function by the new.
1154         * progmodes/cc-vars.el (c-hanging-braces-alist): Remove the
1155         obscure non-working fragment ":value c-".
1157 2008-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1159         * abbrev.el (clear-abbrev-table): Can't pass a symbol to intern.
1161 2008-01-14  Michael Albinus  <michael.albinus@gmx.de>
1163         * net/tramp.el (tramp-local-host-p): Use `tramp-file-name-host'
1164         instead of `tramp-file-name-real-host'.
1166         * net/trampver.el: Update release number.
1168 2008-01-14  Alan Mackenzie  <acm@muc.de>
1170         * progmodes/cc-engine.el (c-guess-basic-syntax): Prevent a macro
1171         call inside a struct being recognised as a K&R argument.
1173 2008-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1175         * progmodes/compile.el (compilation-error-regexp-alist-alist):
1176         Accept "fatal error" from MSFT.
1177         Reported by Jared Finder <jfinder@crypticstudios.com>.
1179 2008-01-14  Dan Nicolaescu  <dann@ics.uci.edu>
1181         * smerge-mode.el (smerge-auto): New function.
1182         * vc-svn.el (vc-svn-find-file-hook):
1183         * vc-arch.el (vc-arch-find-file-hook):
1184         * pcvs.el (cvs-revert-if-needed):
1185         * vc.el (vc-maybe-resolve-conflicts): Use it instead of vc-mode.
1186         (top-level): Add a Todo list.
1188 2008-01-13  Dan Nicolaescu  <dann@ics.uci.edu>
1190         * vc.el (vc-update): Resolve conflicts if necessary instead of
1191         just updating the buffer.
1193         * vc-cvs.el (vc-cvs-merge-news): Ignore the error status of the
1194         update command so that we can parse the output.
1196 2008-01-13  Martin Rudalics  <rudalics@gmx.at>
1198         * mail/rmail.el (rmail-convert-to-babyl-format):
1199         Remove save-excursion to avoid infinite looping.
1200         Reported by: dnz <dnz@bk.ru>.
1202 2008-01-12  Glenn Morris  <rgm@gnu.org>
1204         * woman.el (woman-parse-numeric-arg): Change handling of `==':
1205         can be interned without a function definition.
1207 2008-01-12  Jason Rumney  <jasonr@gnu.org>
1209         * nxml/nxml-mode.el (nxml-enable-unicode-char-name-sets)
1210         (rng-nxml-mode-init): Declare.
1212 2008-01-11  Jason Rumney  <jasonr@gnu.org>
1214         * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add some defaults.
1215         (rng-preferred-prefix-alist-default): Remove.
1217         * nxml/nxml-uchnm.el (nxml-internal-unicode-char-name-sets-enabled):
1218         Rename from nxml-enable-unicode-char-name-sets-flag.
1219         (nxml-enable-unicode-char-name-sets-1): Merge into
1220         nxml-enable-unicode-char-name-sets.
1221         (nxml-enable-unicode-char-name-sets): Don't unconditionally set
1222         nxml-char-name-ignore-case here.
1224         * nxml/nxml-mode.el (nxml-mode): Call rng-nxml-mode-init directly.
1225         Update doc string and commentary.
1226         (nxml-char-name-ignore-case): Change default value.
1227         (nxml-mode): Call nxml-enable-unicode-char-name-sets directly.
1229 2008-01-11  Martin Rudalics  <rudalics@gmx.at>
1231         * cus-start.el (all): Add missing version entries.
1233 2008-01-11  Glenn Morris  <rgm@gnu.org>
1235         * language/china-util.el (big5-to-flat-code, flat-code-to-big5)
1236         (euc-to-flat-code, flat-code-to-euc):
1237         * textmodes/org.el (elmo-msgdb-overview-get-entity)
1238         (wl-summary-buffer-msgdb): Declare as funtions.
1240 2008-01-10  Martin Rudalics  <rudalics@gmx.at>
1242         * progmodes/ada-mode.el (ada-set-syntax-table-properties):
1243         Bind buffer-file-name and buffer-file-truename.
1245         * fringe.el (fringe-mode-explicit): New variable.
1246         (set-fringe-mode): Don't alter default-frame-alist when just
1247         loading this file.
1249 2008-01-10  Tassilo Horn  <tassilo@member.fsf.org>
1251         * doc-view.el (doc-view-buffer-file-name): New variable.
1252         (doc-view-convert-current-doc, doc-view-search)
1253         (doc-view-current-cache-dir, doc-view-initiate-display)
1254         (doc-view-mode): Use it.
1255         (doc-view-bookmark-make-cell): Use variable buffer-file-name
1256         instead of function.
1258 2008-01-10  Dan Nicolaescu  <dann@ics.uci.edu>
1260         * vc-svn.el (vc-svn-registered): Return the correct value for
1261         ignored and unregistered files.
1263 2008-01-10  Tassilo Horn  <tassilo@member.fsf.org>
1265         * doc-view.el (tramp): Require tramp because we use tramp-tramp-file-p.
1267 2008-01-10  Tom Tromey  <tromey@redhat.com>
1269         * vc.el (vc-status-unmark-all-files): New function.
1270         (vc-status-unmark-all-files): Likewise.
1271         (vc-status-mode-map): Add bindings.
1273 2008-01-10  Michael Kifer  <kifer@cs.stonybrook.edu>
1275         * ediff*.el: Uncomment declare-function.
1277         * viper*.el: Uncomment declare-function.
1279 2008-01-09  Tassilo Horn  <tassilo@member.fsf.org>
1281         * doc-view.el (doc-view-mode): Support tramp, compressed files and
1282         files inside archives uniformly.
1284 2008-01-09  Eric S. Raymond  <esr@snark.thyrsus.com>
1286         * testmodes/sgml-mode.el (sgml-tag-syntax-table): Initialize this
1287         constant with a computation on sgml-specials rather than a literal
1288         list.  Without this change the syntax table is generated
1289         incorrectly, and the mode will think it's in a comment following
1290         any instance of the string "--".
1292 2008-01-09  Tassilo Horn  <tassilo@member.fsf.org>
1294         * doc-view.el (doc-view-mode-p): Add EPS as supported type.
1295         (doc-view-mode): Support document files inside archives.
1297 2008-01-09  Dan Nicolaescu  <dann@ics.uci.edu>
1299         * vc.el (vc-deduce-fileset): Return the currently selected file if
1300         no files are selected when using vc-status.
1302 2008-01-09  Michael Kifer  <kifer@cs.stonybrook.edu>
1304         * ediff*.el: Comment out declare-function.  "make bootstrap"
1305         stops with an error and Emacs does not compile with those things in.
1306         Besides, declare-function is not defined in XEmacs.
1308         * ediff-util (eqiff-quit): Autoraise minibuffer.
1310         * ediff-diff (ediff-convert-fine-diffs-to-overlays): Make it a defun.
1312         * viper*.el: Comment out declare-function -- not defined in XEmacs.
1314         * viper-ex.el (viper-info-on-file): Take care of indirect buffers.
1316         * viper.el (viper-set-hooks, set-cursor-color):
1317         Set viper-vi-state-cursor-color.
1319 2008-01-09  Tom Tromey  <tromey@redhat.com>
1321         * vc.el (vc-status-headers): Rename from vc-status-insert-headers.
1322         Just return header.
1323         (vc-status-move-to-goal-column): New function.
1324         (vc-status-mode-map): Define more keys.
1325         (vc-status-mode): Use vc-status-refresh.  Now 'special.
1326         (vc-status-refresh): New function.
1327         (vc-status-next-line): Likewise.
1328         (vc-status-previous-line): Likewise.
1329         (vc-status-mark-file): Use vc-status-next-line.
1330         (vc-status-unmark-file): Use vc-status-previous-line.
1331         (vc-status-unmark-file-up): New function.
1332         (vc-status-register): Likewise.
1333         (vc-status-find-file): Likewise.
1334         (vc-status-find-file-other-window): Likewise.
1335         (vc-status-current-file): Likewise.
1336         (vc-ensure-vc-buffer): Understand vc-status mode.
1338         * vc-hg.el (vc-hg-dir-status): Don't pass -A to "hg status".
1340 2008-01-09  Glenn Morris  <rgm@gnu.org>
1342         * ffap.el (ffap-string-at-point-mode-alist): Add `\' to file
1343         entry, for Windows.
1345 2008-01-09  Tom Tromey  <tromey@redhat.com>
1347         * play/blackbox.el (blackbox-mode-map): Add `q' and [return] bindings.
1349 2008-01-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1351         * ps-print.el: Some face attributes (like :strike-through) were not
1352         being recognised.  Reported by Leo <sdl.web@gmail.com>.
1353         (ps-print-version): New version 6.8.2.
1354         (ps-face-strikout-p, ps-face-overline-p, ps-face-box-p): New funs.
1355         (ps-screen-to-bit-face): Fix code.
1357 2008-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1359         * ffap.el (ffap-read-file-or-url): Don't use let-binding to temporarily
1360         add a file-name handler.
1362 2008-01-08  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1364         * textmodes/bibtex.el (bibtex-initialize): New autoloaded command.
1365         Rename from function bibtex-files-expand.  New optional arg select.
1366         (bibtex-flash-head): Allow blink-matching-delay being zero.
1367         (bibtex-clean-entry): Use atomic-change-group.
1368         (bibtex-format-entry): Check presence of required fields only
1369         after formatting of fields.  Use member-ignore-case.  Do not use
1370         bibtex-parse-entry.  Do not use booktitle field to set a missing title.
1371         (bibtex-autofill-entry): Do not call undo-boundary.
1372         (bibtex-lessp): Handle crossref keys that point to another bibtex file.
1373         (bibtex-sort-buffer, bibtex-prepare-new-entry, bibtex-validate):
1374         Parse keys if necessary.
1376 2008-01-08  Nick Roberts  <nickrob@snap.net.nz>
1378         * progmodes/gdb-ui.el (gdb-var-list-children-1): Put varnum in
1379         quotes in case of spaces, e.g. STL containers (not pretty).
1381 2008-01-08  Nick Roberts  <nickrob@snap.net.nz>
1383         * progmodes/gdb-ui.el (gud-gdb-command-name):
1384         Explain "--annotate=3" option is necessary for the Graphical Interface.
1386 2008-01-08  Nick Roberts  <nickrob@snap.net.nz>
1388         * progmodes/hideif.el (hide-ifdef-mode-menu): Put hide-ifdef commands
1389         on menu bar.
1391 2008-01-08  Michael Albinus  <michael.albinus@gmx.de>
1393         * ffap.el (ffap-read-file-or-url): Let-bind
1394         `file-name-handler-alist' due to `rfn-eshadow-update-overlay'.
1396 2008-01-08  Sven Joachim  <svenjoac@gmx.de>
1398         * vc-bzr.el: Fix typo in header.
1400 2008-01-08  Eli Zaretskii  <eliz@gnu.org>
1402         * Makefile.in (custom-deps, finder-data): Depend on autoloads
1403         instead of loaddefs.el.
1405 2008-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1407         * vc-cvs.el (vc-cvs-annotate-time): Don't move backward when text
1408         gets inserted out-of-order.
1410 2008-01-08  Riccardo Murri  <riccardo.murri@gmail.com>
1412         * vc-bzr.el: Copyright and version headers update.
1413         Remove some outdated comments through the whole file.
1414         (vc-bzr-program-args): Remove because unused.
1415         (vc-bzr-log-switches): New customization option.
1416         (vc-bzr-command): Use LC_MESSAGES=C instead of LC_ALL=C.  No longer
1417         use `vc-bzr-program-args'.
1418         (vc-bzr-register): Fix for working with both 22.1 and CVS version of
1419         `vc-find-root' (patch by Andreas Hoenen).
1420         (vc-bzr-status): Update regex to match latest Bzr output.
1421         Remove redundant test.
1422         (vc-bzr-init-version): New function.
1423         (vc-bzr-unregister): Must not delete file.
1424         (vc-bzr-find-version): New function.
1425         (vc-bzr-checkout): Argument `rev' is explicit revision only if it's
1426         a non-empty string, otherwise take head revision.
1427         (vc-bzr-print-log): Pass `vc-bzr-log-switches' to "bzr log".
1428         (vc-bzr-diff): Simpler build of the revision spec string.
1429         (vc-annotate-convert-time, vc-bzr-annotate-difference):
1430         Remove: compatibility hacks for Emacs21, not needed in Emacs 22.
1431         (vc-bzr-dir-state): Add code comments.  Removed redundant statement.
1432         (vc-bzr-dired-state-info): Only provide custom strings for
1433         overloaded VC state 'edited; otherwise fallback to
1434         `vc-default-dired-state-info'.
1436 2008-01-08  Richard Stallman  <rms@gnu.org>
1438         * delsel.el (delete-selection-mode): Doc fix.
1440 2008-01-08  Nick Roberts  <nickrob@snap.net.nz>
1442         * progmodes/gud.el (gud-def): Do nothing if gud-running is t.
1443         (gud-speedbar-menu-items): Add item for gdb-var-set-format below.
1445         * progmodes/gdb-ui.el (gdb-var-set-format): Set the output format
1446         of watch expressions (only works fully with GDB 6.7 or later).
1448 2008-01-08  Dan Nicolaescu  <dann@ics.uci.edu>
1450         * time-stamp.el (time-stamp-time-zone):
1451         * whitespace.el (whitespace-check-buffer-leading)
1452         (whitespace-check-buffer-trailing, whitespace-check-buffer-indent)
1453         (whitespace-check-buffer-spacetab, whitespace-check-buffer-ateol):
1454         * progmodes/sh-script.el (sh-indentation):
1455         * textmodes/ispell.el (ispell-local-pdict):
1456         Add safe-local-variable properties.
1458 2008-01-08  Michael Albinus  <michael.albinus@gmx.de>
1460         * vc-git.el (vc-git--call): Apply `process-file' instead of
1461         `call-process'.
1463         * net/tramp.el (tramp-remote-process-environment): Add "LC_CTYPE=C".
1464         Reported by Pete Forman <pete.forman@westerngeco.com>.
1465         (tramp-perl-encode, tramp-perl-decode): Update copyrights.
1466         (tramp-handle-process-file): Handle the case where DESTINATION is
1467         a consp with t as car.
1468         (tramp-wait-for-output): We shall remove exactly what has been
1469         find by the search.
1471 2008-01-08  Kevin Ryde  <user42@zip.com.au>
1473         * progmodes/compile.el (compilation-error-regexp-alist-alist):
1474         For perl, allow "during global destruction" at end.  Add entry for
1475         two-arg form of the Test module ok() func.
1477 2008-01-08  Glenn Morris  <rgm@gnu.org>
1479         * diff-mode.el (diff-end-of-hunk): Don't match empty lines in
1480         unified format.
1482         * mouse.el (mouse-major-mode-menu): Suppress duplicate menus.
1484 2008-01-08  Ralf Angeli  <angeli@caeruleus.net>
1486         * textmodes/reftex-toc.el (reftex-make-separate-toc-frame):
1487         Simplify selection of frame focusing function.
1489 2008-01-08  Michael Olson  <mwolson@gnu.org>
1491         * textmodes/remember.el (remember-region): Fix typo in docstring.
1493 2008-01-08  Lennart Borgman  <lennart.borgman.073@student.lu.se>
1495         * textmodes/remember.el (remember): If there is a visible region
1496         [that is, the mark is active and transient mark mode is enabled]
1497         then use this region for the initial contents of the *Remember*
1498         buffer.  Use `region-beginning' and `region-end' instead of
1499         `point' and `mark'.
1501 2008-01-07  Dan Nicolaescu  <dann@ics.uci.edu>
1503         * vc-hg.el (vc-hg-dir-state, vc-hg-dir-status): Pass the dir
1504         argument to vc-hg-command.
1505         (vc-hg-log-view-mode): Handle the user field better.
1507 2008-01-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1509         * vc.el (vc-ensure-vc-buffer): Check liveness of vc-parent-buffer.
1511 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
1513         * vc.el (vc-status-fileinfo): New defstruct.
1514         (vc-status): New defvar
1515         (vc-status-insert-headers, vc-status-printer, vc-status)
1516         (vc-status-mode-map, vc-status-mode, vc-status-mark-file)
1517         (vc-status-unmark-file, vc-status-marked-files): New functions.
1519         * vc-hg.el (vc-hg-dir-status): New function.
1521 2008-01-06  Martin Rudalics  <rudalics@gmx.at>
1523         * cus-edit.el (custom-tool-bar-map): Move initialization of this
1524         keymap from here ...
1525         (custom-mode): ... to here.  Reported by Reiner Steib.
1527 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
1529         * obsolete/x-apollo.el: Remove file for unsupported system.
1531         * term/x-win.el (vendor-specific-keysyms): Remove reference to
1532         Apollo.
1534         * progmodes/gud.el (gud-dgux-p): Remove.
1535         (dbx): Remove reference to dgux.
1537         * progmodes/ps-mode.el (ps-mode-print-function):
1538         * ps-print.el (ps-lp-system):
1539         * paths.el (rmail-spool-directory):
1540         * ls-lisp.el (ls-lisp-emulation):
1541         * lpr.el (lpr-lp-system):
1542         * dired.el (dired-chown-program): Remove references to dgux.
1544 2008-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1546         * vc.el (vc-process-sentinel): Fix apparent typo.
1547         (vc-do-command): Forcefully kill any left over process.
1548         Use start-file-process.
1549         (vc-annotate-get-time-set-line-props): Check we don't move backward.
1551 2008-01-04  Michael Albinus  <michael.albinus@gmx.de>
1553         * net/dbus.el (dbus-list-hash-table)
1554         (dbus-name-owner-changed-handler): Replace "signal" by "member".
1555         (dbus-check-event): Add serial number to event.
1556         (dbus-handle-event): Apply return message if needed.
1557         (dbus-event-serial-number): New defun.
1558         (dbus-event-service-name, dbus-event-path-name)
1559         (dbus-event-interface-name, dbus-event-member-name):
1560         Adapt implementation to serial number.
1562 2008-01-04  Juanma Barranquero  <lekktu@gmail.com>
1564         * bs.el (bs--get-mode-name): Fix typo in previous change.
1566 2008-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
1568         * mouse.el (mouse-popup-menubar): Fix typo.
1570         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Move one more
1571         form inside with-current-buffer.
1573         * progmodes/antlr-mode.el (provide): Move to the end of file.
1574         (require): Don't require font-lock and compile.
1575         (outline-level, imenu-use-markers, imenu-create-index-function):
1576         Move declarations to top level.
1577         (cond-emacs-xemacs-macfn): Declare for compiler.
1579         * vc-bzr.el (vc-bzr-root):
1580         * vc-arch.el (vc-arch-root): Only set a property if the file is
1581         managed by this backend.
1583         * vc-hg.el (vc-hg-state): Support the new status code for up-to-date.
1585 2008-01-04  Tassilo Horn  <tassilo@member.fsf.org>
1587         * doc-view.el (doc-view-scroll-up-or-next-page)
1588         (doc-view-scroll-down-or-previous-page): Don't scroll to the
1589         top/bottom again when on the first/last page.
1591         * doc-view.el (doc-view-scroll-up-or-next-page)
1592         (doc-view-scroll-down-or-previous-page): Use image-scroll-up and
1593         image-scroll-down instead of the non-image equivalents.
1594         Don't rely on a signalled condition but switch pages when scrolling
1595         doesn't change the vertical position anymore.
1596         (doc-view-mode-map): Remap scroll-{up,down} to
1597         image-scroll-{up,down}.
1599 2008-01-04  Rob Riepel  <riepel@networking.Stanford.EDU>
1601         * emulation/tpu-edt.el (tpu-load-xkeys): Recommend to run the
1602         tpu-mapper command rather than load the tpu-mapper package.
1604         * emulation/tpu-mapper.el (tpu-mapper): New command.
1605         Contains all the code previously at top-level.
1607 2008-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1609         * bs.el (bs--sort-by-mode, bs--get-mode-name):
1610         * imenu.el (imenu-add-to-menubar):
1611         * makesum.el (make-command-summary):
1612         * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
1613         (mouse-buffer-menu):
1614         * msb.el (msb--mode-menu-cond):
1615         * calc/calc-embed.el (calc-do-embedded):
1616         * emacs-lisp/helper.el (Helper-describe-mode):
1617         * mail/emacsbug.el (report-emacs-bug):
1618         * progmodes/hideshow.el (hs-grok-mode-type):
1619         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
1620         * textmodes/table.el (*table--cell-describe-mode):
1621         Pass mode-name through format-mode-line.
1623 2008-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1625         * progmodes/ada-xref.el (ada-prj-find-prj-file):
1626         * progmodes/ada-mode.el (comment-region):
1627         * calendar/todo-mode.el (todo-insert-item):
1628         * bookmark.el (bookmark-buffer-name):
1629         Test major-mode rather than mode-name.
1631 2008-01-04  Richard Stallman  <rms@gnu.org>
1633         * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
1634         Call byte-compile-warn-about-unresolved-functions outside
1635         the with-current-buffer.
1636         (byte-compile-insert-header): Use with-current-buffer.
1638 2008-01-04  Glenn Morris  <rgm@gnu.org>
1640         * startup.el (fancy-about-screen): Remove reference to deleted
1641         `fancy-splash-help-echo' variable.
1643         * version.el (emacs-copyright): Update to 2008.
1645         * net/tramp-smb.el (tramp-smb-handle-insert-directory): Use mapc
1646         rather than mapcar.
1648         * progmodes/cc-vars.el (defcustom-c-stylevar): Revert previous
1649         change (merge mistake).
1651         * doc-view.el (doc-view-search-internal): Don't use `incf'.
1653         * doc-view.el (bookmark-make-cell-function, bookmark-get-filename)
1654         (bookmark-get-bookmark-record):
1655         * image-mode.el (bookmark-make-cell-function)
1656         (bookmark-get-filename, bookmark-get-bookmark-record)
1657         (bookmark-get-position):
1658         * log-view.el (vc-modify-change-comment):
1659         * progmodes/grep.el (find-name-arg): Declare for compiler.
1661 2008-01-04  Juanma Barranquero  <lekktu@gmail.com>
1663         * savehist.el (savehist-coding-system): Default to a variant coding
1664         system with explicit unix end-of-line conversion, which is safer.
1666 2008-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1668         * ibuf-ext.el (mode-name sorter, ibuffer-mark-by-mode-regexp):
1669         * ibuffer.el (mode column): Use format-mode-line.
1671         * server.el (server-create-window-system-frame): Remove workaround for
1672         a bug that has been fixed.
1674 2008-01-03  Magnus Henoch  <magnus@zemdatav>
1676         * net/dbus.el (dbus-name-owner-changed-handler):
1677         Use dbus-unregister-object instead of dbus-unregister-signal.
1679 2008-01-03  Drew Adams  <drew.adams@oracle.com>
1681         * frame.el (frame-geom-value-cons, frame-geom-spec-cons): New fns.
1683 2008-01-03  Richard Stallman  <rms@gnu.org>
1685         * replace.el (occur-context-lines): New subroutine,
1686         broken out of occur-engine.
1687         (occur-engine): Call it.
1689 2008-01-03  Alexandre Julliard  <julliard@winehq.org>
1691         * vc-git.el (vc-git--ls-files-state): New function.
1692         (vc-git-dir-state): Use it instead of processing the status
1693         results here.
1695 2008-01-02  Eric S. Raymond  <esr@snark.thyrsus.com>
1697         * progmodes/grep.el (grep-find-ignored-directories):
1698         Initialize from the value of vc-directory-exclusion-list.
1700         * vc-hooks (vc-directory-exclusion-list): Include "_darcs",
1701         even though we don't have a back end for darcs yet.
1703 2008-01-02  Karl Fogel  <kfogel@red-bean.com>
1705         Change a return type, for greater extensibility.
1706         See http://lists.gnu.org/archive/html/emacs-devel/2007-12/msg01077.html
1707         and its thread for discussion leading to this change.
1709         * emacs-cvs/lisp/bookmark.el:
1710         (bookmark-jump-noselect): Return an alist instead of a dotted pair.
1711         (bookmark-jump, bookmark-jump-other-window, bookmark-insert)
1712         (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
1713         (bookmark-bmenu-switch-other-window): Adjust accordingly.
1714         (bookmark-make-cell-function): Adjust documentation accordingly.
1716         * emacs-cvs/lisp/image-mode.el
1717         (image-bookmark-jump): Adjust return type accordingly; document.
1719         * emacs-cvs/lisp/doc-view.el
1720         (doc-view-bookmark-jump): Adjust return type accordingly; document.
1722 2008-01-02  Miles Bader  <miles@gnu.org>
1724         * net/rcirc.el (rcirc-log-filename-function): New variable.
1725         (rcirc-log): Use `rcirc-log-filename-function' to generate the
1726         log-file name.  Don't log anything if it returns nil.
1727         (rcirc-log-write): Use `expand-file-name' when merging the
1728         log-file name from the alist with rcirc-log-directory; this does
1729         the right thing if the name in the alist already an absolute
1730         filename.  Make the log-file directory if necessary.
1732 2007-12-29  Richard Stallman  <rms@gnu.org>
1734         * font-lock.el (font-lock-prepend-text-property)
1735         (font-lock-append-text-property): Canonicalize the face and
1736         font-lock-face properties.
1738         * faces.el (facep): Doc fix.
1740         * startup.el (fancy-startup-tail, fancy-about-text)
1741         (fancy-startup-text): Regularize format of face property.
1743         * facemenu.el (list-colors-print): Use :background and :foreground
1744         instead of background-color and foreground-color.
1746 2007-12-29  Drew Adams  <drew.adams@oracle.com>
1748         * cus-edit.el (custom-add-parent-links):
1749         Fill the "Parent documentation" text.
1751 2007-12-29  Eli Zaretskii  <eliz@gnu.org>
1753         * textmodes/ispell.el (ispell-grep-command): Use "grep" on
1754         MS-Windows and MS-DOS.
1755         (ispell-grep-options): Use "-Ei" on MS-Windows and MS-DOS.
1757 2008-01-02  Eric S. Raymond  <esr@snark.thyrsus.com>
1759         * vc-svn.el (vc-svn-modify-change comment): New function.
1761 2008-01-01  Dan Nicolaescu  <dann@ics.uci.edu>
1763         * vc-git.el (vc-git-dir-state): Set the vc-backend property.
1764         Do not disable undo, with-temp-buffer does it by default.
1766 2008-01-01  Eric S. Raymond  <esr@snark.thyrsus.com>
1768         * vc-svn.el (vc-svn-parse-status): Set the `unregisted' property
1769         correctly.
1771         * vc.el (vc-dired-hook): Speed tuning.  Replace a vc-backend call
1772         with vc-state.
1773         (vc-next-action): Fix vc-transfer-file call.
1775 2007-12-31  Tom Tromey  <tromey@redhat.com>
1777         * emacs-lisp/elp.el (elp-results): Use header-line-format for header.
1778         Move point to the start of the buffer.
1780 2007-12-31  Dan Nicolaescu  <dann@ics.uci.edu>
1782         * vc-cvs.el (vc-cvs-parse-entry): Set the vc-backend property.
1784         * vc.el: State that dir-state is required to set the vc-state and
1785         vc-backend properties.
1787 2007-12-31  Martin Rudalics  <rudalics@gmx.at>
1789         * man.el (Man-default-man-entry): Make this a defun.
1790         Improve guessing mechanism and handling of section numbers.
1792 2007-12-31  Richard Stallman  <rms@gnu.org>
1794         * faces.el (face-all-attributes): If FRAME is nil, return defaults.
1796 2007-12-31  Jay Belanger  <jay.p.belanger@gmail.com>
1798         * calc/calc-units.el (calc-convert-temperature): Ensure that units
1799         are on the result even when the result is zero.
1801 2007-12-30  Michael Albinus  <michael.albinus@gmx.de>
1803         * net/dbus.el (dbus-name-owner-changed-handler): Make the function
1804         resistent towards wrong parameters.
1805         (dbus-handle-event): Propagate D-Bus errors only in the debug case.
1807 2007-12-30  Richard Stallman  <rms@gnu.org>
1809         * faces.el (face-all-attributes): New function.
1811         * faces.el (face-differs-from-default-p): Compute list of attr names
1812         from face-attribute-name-alist.
1814         * cus-edit.el (custom-face-set): Call `face-spec-set' with FOR-DEFFACE.
1815         (custom-face-save): Likewise.
1816         (custom-face-reset-saved, custom-face-reset-standard): Likewise.
1818         * cus-face.el (custom-declare-face): Per frame, use `face-spec-set-2'.
1819         (custom-theme-set-faces): Clear `face-override-spec' property.
1820         Call `face-spec-set' with FOR-DEFFACE.
1822         * custom.el (custom-theme-recalc-face): Simply call `face-spec-recalc'.
1824         * faces.el (face-spec-set): Third arg is now FOR-DEFFACE.
1825         Use of frame as third arg is deprecated.
1826         Handle `face-override-spec' property.
1827         (face-spec-recalc): New function.
1828         (face-spec-set-2): New function.
1829         (frame-set-background-mode): Handle `face-override-spec' property.
1830         Use `face-spec-recalc'.
1831         (face-set-after-frame-default): Use `face-spec-recalc'.
1833 2007-12-29  Nick Roberts  <nickrob@snap.net.nz>
1835         * thumbs.el (thumbs-conversion-program): Add comment for Windows XP.
1837 2007-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
1839         * vc-hg.el (vc-hg-dir-state): Set the vc-backend property.
1841 2007-12-29  Eric S. Raymond  <esr@snark.thyrsus.com>
1843         * vc-svn.el (vc-svn-parse-status): Recognize 'unregistered,
1844         'added, 'removed.
1846         * vc.el (header coment): Better description of dir-state.
1847         (vc-compatible-state): New function.  Checks whether two states
1848         can be in the same changeset; used with 'edited it can test whether
1849         the next action for a state should be commit.
1850         (vc-default-dired-state-info): Display 'removed state.
1851         (vc-dired-hook): Turn off undo, this is a speed tweak.
1853         * vc-bzr.el (vc-bzr-dir-state): Recognize 'added.
1855         * vc-hg.el (vc-bzr-hg-state): Recognize 'added and 'removed.
1856         Cope with the possibility that the 'C' status flag might change
1857         in 0.9,6.
1859         * vc-git.el (vc-bzr-dir-state): Recognize 'removed.
1861 2007-12-29  Thien-Thi Nguyen  <ttn@gnuvola.org>
1863         * files.el (cd-absolute): Fix omission bug:
1864         Make `list-buffers-directory' buffer-local.
1866 2007-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
1868         * vc-hg.el (vc-hg-dir-state): Deal with the up-to-date state.
1870 2007-12-29  Jay Belanger  <jay.p.belanger@gmail.com>
1872         * calc/calc-aent.el (math-read-token): Fix misplaced parentheses.
1874         * calc/calc-lang.el (calc-yacas-language, calc-maxima-language)
1875         (calc-giac-language, math-yacas-parse-Sum, math-yacas-compose-sum)
1876         (math-yacas-compose-deriv, math-yacas-compose-taylor)
1877         (math-maxima-parse-subst, math-maxima-parse-taylor)
1878         (math-maxima-compose-taylor, math-maxima-compose-subst)
1879         (math-maxima-compose-if, math-lang-switch-args)
1880         (math-lang-compose-switch-args, math-read-giac-subscr):
1881         New functions.
1882         (calc-lang-allow-underscores, calc-lang-allow-percentsigns)
1883         (calc-lang-brackets-are-subscripts, calc-lang-c-type-hex):
1884         Add languages.
1885         (math-vector-brackets, math-complex-format, math-variable-table)
1886         (math-parse-table, math-oper-table, math-function-table)
1887         (math-special-function-table, math-compose-subscr):
1888         Add values for new languages.
1890         * calc/calccomp.el (math-compose-expr): Add new languages.
1892         * calc/calc.el (calc-language): Add languages to docstring.
1894         * calc/calc-ext.el (calc-init-extensions): Add keybindings
1895         for new languages.  Autoload commands to change languages.
1897         * calc/calc-help.el (calc-d-prefix-help): Add new languages.
1899         * calc/calc-menu.el (calc-modes-menu): Add new languages.
1900         (calc-arithmetic-menu, calc-scientific-function-menu)
1901         (calc-algebra-menu, calc-graphics-menu, calc-vectors-menu)
1902         (calc-units-menu, calc-variables-menu, calc-stack-menu):
1903         Add :active keywords.
1905 2007-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
1907         * vc-hg.el (vc-hg-registered): Return the false when vc-hg-state
1908         returns 'ignored or 'unregistered.
1909         (vc-hg-state): Pass "-A" to the status command and deal with the
1910         output.
1911         (vc-hg-dir-state): Pass "-A" to the status command.
1913 2007-12-29  Richard Stallman  <rms@gnu.org>
1915         * progmodes/compile.el (compilation-start): Set initial visible
1916         point properly even when compilation buffer already current.
1918 2007-12-29  Richard Stallman  <rms@gnu.org>
1920         * files.el (conf-mode-maybe): New function.
1921         (auto-mode-alist): Use conf-mode-maybe for .conf etc.
1923 2007-12-29  Martin Rudalics  <rudalics@gmx.at>
1925         * textmodes/fill.el (fill-find-break-point): Fix doc-string typo.
1927 2007-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
1929         * progmodes/asm-mode.el (asm-mode-map): Add a major mode menu.
1931 2007-12-29  Richard Stallman  <rms@gnu.org>
1933         * comint.el (comint-mode-map): Explicitly bind `delete' and `kp-delete'
1934         so they never do EOF.
1936 2007-12-29  Richard Stallman  <rms@gnu.org>
1938         * faces.el (copy-face): Create the new face explicitly if it
1939         does not exist already.
1941 2007-12-29  Eli Zaretskii  <eliz@gnu.org>
1943         * simple.el (minibuffer-history, shell-command-history)
1944         (set-variable-value-history):
1945         * replace.el (regexp-history):
1946         * international/mule-cmds.el (input-method-history):
1947         * files.el (file-name-history): Add reference to history-length in
1948         the doc string.
1950 2007-12-29  Richard Stallman  <rms@gnu.org>
1952         * comint.el (comint-password-prompt-regexp): Match `Enter Password'.
1954 2007-12-29  Jason Rumney  <jasonr@gnu.org>
1956         * find-dired.el (find-name-arg): New custom variable.
1957         (find-name-dired): Use it.
1958         (find-dired-find-program): Remove.
1959         (find-dired): Use find-program.
1960         (find-grep-dired): Use grep-program.
1962         * progmodes/grep.el (rgrep): Use find-name-arg.
1964 2007-12-29  Thien-Thi Nguyen  <ttn@gnuvola.org>
1966         * progmodes/cc-vars.el (defcustom-c-stylevar):
1967         Revert to pre-2007-12-12 version.
1969 2007-12-29  Richard Stallman  <rms@gnu.org>
1971         * emacs-lisp/find-func.el (find-function-after-hook): Add :type.
1973         * info.el (Info-clone-buffer): Rename from Info-clone-buffer-hook.
1974         Use changed.
1976         * startup.el (fancy-splash-help-echo): Var deleted.
1977         (fancy-splash-insert): Get help-echo from (startup-echo-area-message).
1978         (fancy-about-screen): Don't display fancy-splash-help-echo.
1980         * menu-bar.el (menu-bar-describe-menu): Remove dots from menu text.
1982 2007-12-28  Eric S. Raymond  <esr@snark.thyrsus.com>
1984         * vc-hooks.el, vc.el: Move vc-directory-exclusion-list from vc.el
1985         to vc-hooks.el so it will be available to other modes, such as
1986         speedbar.el.  Also, teach it to recognize monotone state directories.
1988         * speedbar.el: Remove this mode's fragile assumptions about
1989         version-control systems.  Instead, make it use logic from
1990         vc-hooks.el so it will become smarter whenever VC mode does.
1992         * vc-hooks.el: 'added is a real state, not a future hypothetical one.
1993         Fix the documentation.
1995         * vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el, vc-mcvs.el, vc-svn.el:
1996         Modify all instances of the dir-state back-end method to suppress
1997         keeping undo lists on the buffers holding status output, which
1998         can get extremely large.
2000         * vc-cvs.el, vc-svn.el: Simplify backend dired-state-info functions
2001         so they don't do work that the default one can do instead.
2003         * vc-hooks.el (vc-state): Document new 'ignored and 'unregistered
2004         states, and the new return-value convention.  These are not
2005         actually used yet, just set.
2007         * vc-svn.el (vc-svn-parse-status): Set 'ignored and 'unregistered
2008         states when appropriate.
2010         * vc-hg.el (vc-hg-state, vc-hg-dir-state): Set 'ignored and
2011         'unregistered when appropriate.
2013         * vc-git.el: Document that we don't set the new states yet.
2015         * vc.el (vc-dired-state-info): Display 'added, 'unregistered and
2016         'ignored states.
2018         * vc-cvs.el (vc-cvs-parse-status): Set the 'ignored state when
2019         appropriate.
2021         * vc-bzr.el (vc-bzr-dir-state): Set 'ignored and 'unregistered
2022         when appropriate.
2024 2007-12-28  Nick Roberts  <nickrob@snap.net.nz>
2026         * thumbs.el (thumbs-call-convert): Use call-process directly
2027         with thumbs-conversion-program instead of through shell-file-name
2028         for better error reporting.
2030 2007-12-27  Jay Belanger  <jay.p.belanger@gmail.com>
2032         * calc/calc-aent.el (math-remove-percentsigns):
2033         * calc/calccomp.el (math-to-percentsigns): Change placeholder
2034         for percent signs.
2036 2007-12-27  Eric S. Raymond  <esr@snark.thyrsus.com>
2038         * vc.el (vc-dired-ignorable-p, vc-dired-hook): Speed optimization;
2039         use completion-ignored-extensions to detect files that should be
2040         ignorted in VC-Dired listings, heading off lots of expensive calls
2041         to (vc-state).
2043         * vc.el (vc-dired-hook): Show unregistered file status as "?" in
2044         non-terse mode.
2045         (vc-dired-ignorable-p): Ignore Makefile when it has a peer named
2046         Makefile.in or Makefile.am
2048 2007-12-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2050         * ps-print.el (ps-mark-active-p): Fun returned back.
2051         (ps-print-preprint-region): Use `ps-mark-active-p' instead of
2052         `region-active-p' for error checking.
2054 2007-12-27  Eric S. Raymond  <esr@snark.thyrsus.com>
2056         * vc.el, vc-sccs.el, vc-rcs.el, vc-cs.el, vc-mcvs.el:
2057         Put new machinery in place to support editing of change comments
2058         with 'e' in a log-view buffer.  Not documented yet as this
2059         only works for SCCS, RCS, and maybe CVS if you have admin
2060         privileges.  When we have backend support for Subversion and
2061         more modern systems it will be time to write this up.
2063 2007-12-27  Kenichi Handa  <handa@ni.aist.go.jp>
2065         * international/mule-cmds.el (select-safe-coding-system):
2066         When a buffer is modified, cancel the writing.
2068 2007-12-26  Eric S. Raymond  <esr@snark.thyrsus.com>
2070         * log-view.el: Add Subversion and Mercurial log format samples.
2072         * vc.el (vc-dired-hook): Significantly speed up by arranging for
2073         it to call the backend dir-state hook (if it exists)
2074         exactly *once*, rather than once per each subdirectory (with
2075         dired-state-info calls on all toplevel files slowing it down even
2076         further).  For this to work, backend dir-state methods have to
2077         recurse to subdirectories.  Most of them already did anyway; a few
2078         needed *non*-recursion switches removed.  This change mostly
2079         removed code that was perversely bad and should have been shot
2080         through the head years ago.
2082         * vc-bzr.el (vc-bzr-dir-state):
2083         * vc-cvs.el (vc-cvs-dir-state):
2084         * vc-mcvs.el (vc-mcvs-dir-state):
2085         * vc-svn.el (vc-svn-dir-state): Recurse in subdirectories.
2087         * vc-svn.el (vc-svn-print-log): svn log doesn't actually accept
2088         multiple arguments, so generate logs sequentially when we get them.
2089         * vc-hg.el (vc-hg-print-log): Gives this CVS-like "Working file:"
2090         headers so the various log bindings can do the right thing.
2091         * vc-cvs.el (vc-cvs-print-log): Fix a misleading comment.
2093 2007-12-26  Andreas Schwab  <schwab@suse.de>
2095         * font-lock.el (save-buffer-state): Make sure the state of the
2096         buffer is always restored.
2098 2007-12-26  Jay Belanger  <jay.p.belanger@gmail.com>
2100         * calc/calc.el (calc-lang-allow-percentsigns): New variable.
2102         * calc/calc-lang.el (calc-lang-allow-percentsigns): Declare as
2103         a variable.
2105         * calc/calccomp.el (math-to-percentsigns): New function.
2106         (math-compose-var): Handle variables with percent signs.
2107         (math-compose-expr): Handle function names with percent signs.
2109         * calc/calc-aent.el (math-to-percentsigns): Declare as function.
2110         (math-read-exprs): Handle percent signs in languages that
2111         allow them.
2112         (math-restore-underscores): Remove function.
2113         (math-remove-percentsigns, math-restore-placeholders):
2114         New functions.
2116 2007-12-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2118         * ps-print.el (ps-print-preprint-region): Use `region-active-p' instead
2119         of `mark' for error checking.
2121 2007-12-26  Tassilo Horn  <tassilo@member.fsf.org>
2123         * image-mode.el (image-bookmark-make-cell, image-bookmark-jump):
2124         New functions.
2125         (image-mode): Set bookmark-make-cell-function appropriately.
2127         * doc-view.el (doc-view-bookmark-jump): Correct misspelled arg name.
2129         * bookmark.el (bookmark-make-cell-function): New variable.
2130         (bookmark-make): Call bookmark-make-cell-function's function
2131         instead of bookmark-make-cell.
2132         (bookmark-get-handler, bookmark-jump-internal): New functions.
2133         (bookmark-jump, bookmark-jump-other-window, bookmark-insert)
2134         (bookmark-bmenu-2-window, bookmark-bmenu-other-window):
2135         Use bookmark-jump-internal.
2136         (bookmark-make-cell-for-text-file): Rename from bookmark-make-cell.
2138         * doc-view.el (doc-view-bookmark-make-cell)
2139         (doc-view-bookmark-jump): New functions.
2140         (doc-view-mode): Set bookmark-make-cell-function buffer-locally.
2142 2007-12-25  Miles Bader  <miles@gnu.org>
2144         * indent.el (indent-for-tab-command): Rigidly indent the following
2145         sexp along with the current line when a prefix arg is given in the
2146         non-active-region case.  Specify raw prefix in interactive spec.
2147         Simplify main indentation logic to get rid of the conditional call
2148         to `indent-according-to-mode' (it just ended up calling
2149         `indent-line-function' in all cases anyway, which can be done more
2150         simply here).  Remove unnecessary test of ARG in active region case.
2152 2007-12-25  Richard Stallman  <rms@gnu.org>
2154         * allout.el (allout-region-active-p): Rename from my-region-active-p.
2155         Use `use-region-p'.
2156         (allout-write-file-hook-handler): Simplify code.
2158         * ps-print.el (ps-mark-active-p): Function deleted.
2159         (ps-print-preprint-region): Use (mark) for the error check.
2161         * tooltip.el (tooltip-region-active-p): Use `use-region-p'.
2163         * winner.el (winner-active-region): Use `mark-active' if it's defined.
2165         * progmodes/ada-mode.el (ada-region-selected): Use `use-region-p'.
2167         * textmodes/org.el (org-region-active-p): Use `use-region-p'.
2169         * progmodes/idlwave.el (idlwave-region-active-p): Use `use-region-p'.
2171         * textmodes/reftex.el (reftex-region-active-p): Use `use-region-p'.
2173         * progmodes/cc-defs.el (c-region-is-active-p):
2174         Use `mark-active' if it's defined.
2176         * progmodes/cc-cmds.el (c-indent-line-or-region):
2177         Pass prefix arg to `c-indent-command'.  Use `use-region-p'.
2179         * simple.el (select-active-regions): New option.
2180         (set-mark): Obey it.
2181         (yank-pop-change-selection): New option.
2182         (current-kill): Obey it.
2184         * simple.el (use-region-p): Rename from `region-active-p'.
2185         (region-active-p): New function.
2187 2007-12-25  David Golden  <david.delaharpe.golden@gmail.com>  (tiny change)
2189         * term/x-win.el (x-select-enable-primary): New option.
2190         (x-select-text, x-cut-buffer-or-selection-value): Obey it.
2192         * mouse.el (mouse-yank-primary): New function (almost same
2193         as mouse-yank-secondary).
2195 2007-12-25  Dan Nicolaescu  <dann@ics.uci.edu>
2197         * calculator.el:
2198         * dframe.el:
2199         * iswitchb.el:
2200         * whitespace.el:
2201         * winner.el:
2202         * emacs-lisp/checkdoc.el:
2203         * mail/feedmail.el:
2204         * net/quickurl.el:
2205         * obsolete/fast-lock.el:
2206         * play/5x5.el:
2207         * progmodes/delphi.el:
2208         * progmodes/idlw-shell.el:
2209         * progmodes/idlwave.el:
2210         * textmodes/artist.el:
2211         * textmodes/ispell.el:
2212         * textmodes/texinfmt.el:
2213         * textmodes/texinfo.el: Remove obsolete definitions of backward
2214         compatibility macros for defcustom, defgroup, defface, when,
2215         unless, with-current-buffer and with-temp-message.
2217 2007-12-24  Nick Roberts  <nickrob@snap.net.nz>
2219         * progmodes/verilog-mode.el: Reformat parts to 80 columns.
2221 2007-12-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2223         * server.el (server-save-buffers-kill-terminal): Check the `proc' is
2224         indeed a process.
2226 2007-12-23  Richard Stallman  <rms@gnu.org>
2228         * simple.el (region-active-p): New function.
2229         (use-empty-active-region): New variable.
2231         * dired-aux.el (dired): Load dired.el at run time too.
2233 2007-12-23  Juri Linkov  <juri@jurta.org>
2235         * man.el (Man-follow-manual-reference): Fill the minibuffer's
2236         default list with a full list of references.
2238         * files.el (auto-mode-alist): Add \\' to doc-view files regexp.
2240 2007-12-23  Andreas Schwab  <schwab@suse.de>
2242         * files.el (switch-to-buffer-other-frame): Return the buffer
2243         switched to.
2245 2007-12-23  Michael Albinus  <michael.albinus@gmx.de>
2247         Sync with Tramp 2.1.12.
2249         * net/tramp.el: New todo item.
2251         * net/tramp-smb.el (tramp-smb-handle-insert-directory): Handle "-F"
2252         switch.  Reported by Mark T. Kennedy <mkennedy@diamondbackcap.com>.
2254         * net/trampver.el: Update release number.
2256 2007-12-22  Richard Stallman  <rms@gnu.org>
2258         * newcomment.el (comment-region-default): Don't triple the
2259         comment starter if the first region line isn't indented enough.
2261 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
2263         * net/imap.el (imap-authenticate): Use current-buffer instead of
2264         buffer, for the cases where imap-authenticate is called with a nil
2265         buffer parameter.
2267 2007-12-21  Martin Rudalics  <rudalics@gmx.at>
2269         * autoinsert.el (auto-insert-alist): Remove nonsensical precision
2270         specifier from format-string.  Reported by Ye Wenbin.
2272 2007-12-20  Jason Rumney  <jasonr@gnu.org>
2274         * nxml/nxml-mode.el (nxml-faces): Rename from nxml-highlighting-faces.
2275         Parent group is font-lock-faces.
2276         (nxml-light-blue-color, nxml-dark-blue-color, nxml-green-color)
2277         (nxml-sky-blue-color, nxml-dark-green-color, nxml-light-green-color):
2278         (nxml-version): Remove.
2279         (nxml-delimited-data, nxml-name, nxml-ref, nxml-delimiter)
2280         (nxml-text, nxml-comment-content, nxml-comment-delimiter)
2281         (nxml-processing-instruction-delimiter)
2282         (nxml-processing-instruction-target)
2283         (nxml-processing-instruction-content, nxml-cdata-section-delimiter)
2284         (nxml-cdata-section-CDATA, nxml-cdata-section-content)
2285         (nxml-char-ref-number, nxml-char-ref-delimiter, nxml-entity-ref-name)
2286         (nxml-entity-ref-delimiter, nxml-tag-delimiter, nxml-tag-slash)
2287         (nxml-element-prefix, nxml-element-colon, nxml-element-local-name)
2288         (nxml-attribute-prefix, nxml-attribute-colon)
2289         (nxml-attribute-local-name, nxml-namespace-attribute-xmlns)
2290         (nxml-namespace-attribute-colon, nxml-namespace-attribute-prefix)
2291         (nxml-attribute-value, nxml-attribute-value-delimiter)
2292         (nxml-namespace-attibute-value)
2293         (nxml-namespace-attribure-value-delimiter)
2294         (nxml-prolog-literal-delimiter, nxml-prolog-literal-content)
2295         (nxml-prolog-keyword, nxml-markup-declaration-delimiter, nxml-hash)
2296         (nxml-glyph): Rename, removing -face suffix.
2297         Inherit from existing font-lock faces.
2298         (nxml-apply-fontify-rule, nxml-char-ref-display-extra):
2299         Use new face names.
2301         * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
2302         (nxml-outline-active-indicator, nxml-outline-ellipsis):
2303         Rename, removing -face suffix.
2304         (nxml-highlighted-less-than, nxml-highlighted-greater-than)
2305         (nxml-highlighted-colon, nxml-highlighted-slash)
2306         (nxml-highlighted-ellipsis, nxml-highlighted-inactive-minus)
2307         (nxml-highlighted-active-minus, nxml-highlighted-active-plus)
2308         (nxml-highlighted-qname, nxml-outline-display-heading):
2309         Use new face names.
2311         * nxml/rng-valid.el (rng-error): Rename from rng-error-face.
2313         * nxml/rng-nxml.el (rng-nxml-easy-menu): Remove nxml-version.
2315 2007-12-19  Martin Rudalics  <rudalics@gmx.at>
2317         * cus-start.el (all): Use correct group name for members of
2318         mode-line group.
2320         * man.el (Man-default-man-entry): When looking for default man
2321         entry title search text preceding point.  Use when instead of if.
2323         * indent.el (indent-for-tab-command): Fix doc-string typo.
2325         * vc.el (vc-ensure-vc-buffer): Avoid infinite looping when
2326         vc-parent-buffer is the current buffer.
2328         * info-look.el (info-lookup, info-lookup-setup-mode)
2329         (info-lookup-make-completions): Avoid clobbering Info-history and
2330         Info-history-list.
2332 2007-12-19  Glenn Morris  <rgm@gnu.org>
2334         * progmodes/verilog-mode.el (top-level): Don't require compile.
2335         (compilation-error-regexp-alist, compilation-last-buffer):
2336         Define for compiler.
2337         (verilog-insert-1): New function.
2338         (verilog-insert-indices, verilog-generate-numbers): Doc fixes.
2339         Use verilog-insert-1.
2340         (verilog-surelint-off): Use next-error-last-buffer if bound.
2341         Check compile buffer is live.
2343 2007-12-19  John J Foerch  <jjfoerch@earthlink.net>  (tiny change)
2345         * progmodes/compile.el (compilation-start): Don't pass a FRAME
2346         argument to display-buffer.
2348 2007-12-19  Jason Rumney  <jasonr@gnu.org>
2350         * nxml/rng-maint.el (rng-format-manual): Do not autoload.
2351         (rng-autoload-modules, rng-update-autoloads, rng-compile-modules)
2352         (rng-byte-compile-load, rng-write-version): Remove.
2354         * nxml/rng-loc.el (rng-schema-locating-files-default)
2355         (rng-schema-locating-file-schema-file): Use files in etc/schemas.
2356         (rng-schema-loader-alist): Use rng-c-load-schema to load rnc files.
2358 2007-12-18  Michael Albinus  <michael.albinus@gmx.de>
2360         * files.el (cd-absolute): Set `list-buffers-directory' in order to
2361         show correct path in buffer list.
2363         * net/tramp.el (tramp-open-connection-setup-interactive-shell)
2364         (tramp-find-shell): Send only single prompt setting commands, in
2365         order to avoid double-prompt.
2367         * net/tramp-compat.el (top): Require cl only when compiling.
2368         Reported by Glenn Morris <rgm@gnu.org>.
2370 2007-12-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
2372         * progmodes/cc-vars.el (defcustom-c-stylevar): Eval VAL.
2373         (c-comment-continuation-stars): No longer declare with
2374         cc-bytecomp-obsolete-var and cc-bytecomp-defvar.
2375         (c-block-comment-prefix): Use symbol-value to
2376         access c-comment-continuation-stars.
2377         * progmodes/cc-mode.el (c-initialize-cc-mode):
2378         Use symbol-value to access c-comment-continuation-stars.
2380 2007-12-18  Mark A. Hershberger  <mah@everybody.org>
2382         * xml.el (xml-escape-string): New function.  Escape string using
2383         xml-entity-alist.
2384         (xml-debug-print-internal): Use xml-escape-string to escape
2385         characters in attributes and in text children of elements.
2387 2007-12-18  Glenn Morris  <rgm@gnu.org>
2389         * progmodes/cc-subword.el (c-subword-mode): Drop support for
2390         systems without define-minor-mode.
2392         * progmodes/cc-vars.el (defcustom-c-stylevar): Remove debugging message.
2394         * progmodes/verilog-mode.el: Replace all instances of
2395         string-to-int with string-to-number, insert-string with insert,
2396         and read-input with read-string.
2397         (top-level): No need to require imenu, reporter, dinotrace, vc,
2398         font-lock when compiling.  Always require compile.  Relegate remaining
2399         compatibility cruft to XEmacs.  Don't require font-lock.
2400         (verilog-version): Remove superfluous concat.
2401         (dinotrace-unannotate-all, zmacs-activate-region, customize-apropos):
2402         No need to define.
2403         (verilog-regexp-opt): On Emacs, just make it an alias for regexp-opt.
2404         (verilog-font-lock-keywords, verilog-font-lock-keywords-1)
2405         (verilog-font-lock-keywords-2, verilog-font-lock-keywords-3)
2406         (verilog-startup-message-displayed): These are variables, not constants.
2407         (verilog-batch-execute-func, verilog-auto-inst)
2408         (verilog-auto-inst-param): Use mapc rather than mapcar.
2409         (sigs-in, sigs-inout, sigs-out): Define for compiler rather than
2410         actually defining.
2411         (verilog-modi-get-decls, verilog-modi-get-sub-decls)
2412         (verilog-modi-get-outputs, verilog-modi-get-inouts)
2413         (verilog-modi-get-inputs, verilog-modi-get-wires)
2414         (verilog-modi-get-regs, verilog-modi-get-assigns)
2415         (verilog-modi-get-consts, verilog-modi-get-gparams)
2416         (verilog-modi-get-sub-outputs, verilog-modi-get-sub-inouts)
2417         (verilog-modi-get-sub-inputs): Move inline functions earlier in
2418         the file.
2419         (sigs-in, sigs-out): Don't declare multiple times.
2420         (got-sig, got-rvalue, uses-delayed): Define for compiler with just
2421         `defvar'.
2422         (verilog-auto): Call dinotrace-unannotate-all only if bound.
2423         (verilog-module-inside-filename-p): No need to wrap fboundp test
2424         in condition-case.
2425         (reporter-submit-bug-report): Autoload it.
2426         (verilog-mark-defun): Call zmacs-activate-region only if bound.
2427         (verilog-font-customize): Call customize-apropos only if bound.
2428         (verilog-getopt-flags, verilog-auto-reeval-locals):
2429         Use make-local-variable rather than make-variable-buffer-local.
2430         (verilog-company, verilog-project, verilog-modi-cache-list):
2431         Move make-variable-buffer-local calls to top-level.
2432         (font-lock-defaults-alist): Don't define it.
2433         (verilog-need-fld): Remove.
2434         (verilog-font-lock-init): Don't set font-lock-defaults-alist.
2435         (verilog-mode): Only call make-local-hook on XEmacs.
2436         Set font-lock-defaults rather than using verilog-font-lock-init.
2438 2007-12-17  Andreas Schwab  <schwab@suse.de>
2440         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
2441         Fix comment typo.
2443 2007-12-16  Michael Albinus  <michael.albinus@gmx.de>
2445         * net/dbus.el (dbus-name-owner-changed-handler):
2446         Use `dbus-unregister-signal' for removing old rules.
2447         Obey new structure of `dbus-registered-functions-table'.
2449 2007-12-12  Thien-Thi Nguyen  <ttn@gnuvola.org>
2451         * progmodes/cc-vars.el (defcustom-c-stylevar): Rewrite.
2453 2007-12-11  Dan Nicolaescu  <dann@ics.uci.edu>
2455         * progmodes/verilog-mode.el (set-buffer-menubar): Remove unused
2456         function.
2457         (add-submenu): Only define for XEmacs.
2458         (verilog-regexp-words): Revert previous change, keep the other
2459         definition.
2461 2007-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
2463         * progmodes/perl-mode.el (perl-continued-statement-offset)
2464         (perl-continued-brace-offset, perl-brace-offset)
2465         (perl-brace-imaginary-offset, perl-label-offset):
2466         * progmodes/cperl-mode.el (cperl-brace-offset)
2467         (cperl-continued-brace-offset, cperl-label-offset)
2468         (cperl-continued-statement-offset)
2469         (cperl-extra-newline-before-brace, cperl-merge-trailing-else):
2470         Add safe-local-variable properties.
2472 2007-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
2474         * progmodes/verilog-mode.el (verilog-mode-map)
2475         (verilog-template-map, verilog-mode-mouse-map): Fix typos.
2476         (verilog-colorize-include-files): Use only overlay functions so
2477         that it can work on both emacs and XEmacs.
2478         (set-extent-keymap): Remove unused defun.
2479         (verilog-kill-existing-comment, verilog-insert-date)
2480         (verilog-insert-year): Rename in order not to pollute the global
2481         namespace from kill-existing-comment, insert-date and
2482         insert-year, respectively.
2483         (verilog-set-auto-endcomments, verilog-header): Update callers.
2485         * files.el (auto-mode-alist): Recognize verilog files.
2487         * progmodes/verilog-mode.el (verilog-string-replace-matches)
2488         (verilog-string-remove-spaces, verilog-re-search-forward)
2489         (verilog-re-search-backward, verilog-re-search-forward-quick)
2490         (verilog-re-search-backward-quick, verilog-get-beg-of-line)
2491         (verilog-get-end-of-line, verilog-within-string): Move definitions
2492         before first use.  No code changes.
2494 2007-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
2496         * progmodes/verilog-mode.el (verilog-mode-version)
2497         (verilog-mode-release-date): Don't use expanding keywords.
2498         (provide): Move to the end of file.
2499         (fboundp): Don't check if eval-when-compile is bound, it is used
2500         later in the file without checking.
2501         (when, unless): Copy definitions from subr.el.
2502         (char-before, defcustom, defface, customize-group)
2503         (verilog-batch-error-wrapper): Don't use old style backquotes.
2504         (verilog-regexp-opt): Avoid using the cl function case.
2505         (verilog-regexp-words): Remove duplicated definition.
2506         (verilog-mode-abbrev-table): Remove, duplicate.
2507         (verilog-mode-map, verilog-template-map, verilog-mode-mouse-map):
2508         Declare and initialize in one step.
2509         (verilog-declaration-prefix-re, verilog-declaration-re)
2510         (verilog-end-of-statement, verilog-indent-declaration)
2511         (verilog-get-lineup-indent): Remove trailing whitespace.
2512         (verilog-mode): Fix autoload cookie.
2513         Set beginning-of-defun-function and end-of-defun-function.  Use when
2514         instead of if.
2515         (verilog-emacs-features, verilog-auto-ascii-enum)
2516         (verilog-insert-indices): Escape braces in doc strings.
2518 2007-12-08  Michael McNamara  <mac@verilog.com>
2519             Wilson Snyder  <wsnyder@wsnyder.org>
2521         * progmodes/verilog-mode.el: New file.
2523 2007-12-08  Eli Zaretskii  <eliz@fencepost.gnu.org>
2525         * international/latexenc.el (latexenc-find-file-coding-system):
2526         If both coding-system-for-write and buffer-file-coding-system of
2527         latex-main-file are nil, use `undecided'.
2529 2007-12-06  Jason Rumney  <jasonr@gnu.org>
2531         * mouse.el (mouse-buffer-menu-alist): Keep buffer names left aligned.
2533 2007-12-12  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
2535         * files.el (revert-buffer): Docstring fix.
2537 2007-12-11  Glenn Morris  <rgm@gnu.org>
2539         * emacs-lisp/check-declare.el (check-declare-verify): Handle deffoo.
2541 2007-12-11  Jay Belanger  <jay.p.belanger@gmail.com>
2543         * calc/calc-aent.el (math-restore-underscores)
2544         (math-string-restore-underscores): New functions.
2545         (math-read-factor): Properly check variable names with underscores
2546         for entries in `math-expr-variable-mapping'.
2548         * calc/calc-lang.el (math-lang-name): New property name.
2550         * calc/calc.el (calc-set-mode-line): Use `math-lang-name'
2551         to set language name.
2553 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2555         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
2557 2007-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2559         * server.el (server-select-display): Fix important typo.
2560         (server-process-filter): Turn a "" display into nil.
2562 2007-12-09  Juri Linkov  <juri@jurta.org>
2564         * replace.el (keep-lines, flush-lines, how-many): Doc fix.
2565         Check search-upper-case before calling isearch-no-upper-case-p
2566         to set case-fold-search.
2567         (occur): Doc fix.
2568         (occur-1, perform-replace): Check search-upper-case before calling
2569         isearch-no-upper-case-p to set case-fold-search.
2571         * isearch.el (search-upper-case): Doc fix.
2572         (isearch-mode-map): Bind `M-s o' to isearch-occur.
2573         (isearch-query-replace): Doc fix.  Let-bind search-upper-case to nil.
2574         (isearch-query-replace-regexp): Doc fix.
2575         (isearch-occur): New function.
2577 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
2579         * pgg.el, pgg-parse.el (declare-function): Add new no-op macro for
2580         backward compatibility.
2582         * net/imap.el (imap-string-to-integer): New function.
2584 2007-12-09  David Kastrup  <dak@gnu.org>
2586         * emacs-lisp/lisp-mnt.el (lm-verify): Make it work with
2587         directories.  Not sure anybody uses this anymore, though.
2589 2007-12-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2591         * printing.el: Fix pr-interface-map initialization code.
2592         (pr-version): New version 6.9.3.
2593         (pr-f-set-keymap-parents): Replace by pr-set-keymap-parents.
2594         (pr-f-set-keymap-name): Replace by pr-set-keymap-name.
2595         (pr-f-read-string): Replace by pr-read-string.
2596         (pr-set-keymap-parents, pr-set-keymap-name, pr-read-string): New fun
2597         name.
2598         (pr-interactive-n-up, pr-interactive-regexp): Code fix.
2600 2007-12-09  Glenn Morris  <rgm@gnu.org>
2602         * emulation/viper-init.el (top-level): Use dolist rather than mapc
2603         in make-variable-frame-local call.
2605 2007-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
2607         * mail/hashcash.el (declare-function):
2608         * net/imap.el (declare-function): New no-op macro for backward
2609         compatibility.
2611 2007-12-08  Eli Zaretskii  <eliz@gnu.org>
2613         Sync makefile.w32-in with Makefile.in.
2615         * makefile.w32-in (check-declare): New target.
2616         (BYTE_COMPILE_EXTRA_FLAGS): New variable.
2617         (.el.elc, compile-CMD, compile-SH, compile-always-CMD)
2618         (compile-always-SH, compile-calc-CMD, compile-calc-SH)
2619         ($(lisp)/progmodes/cc-mode.elc): Use it.
2620         ($(lisp)/progmodes/cc-mode.elc): New rule.
2622 2007-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
2624         * indent.el (tab-stop-list): Mark as safe-local-variable.
2626         * generic-x.el (etc-sudoers-generic-mode): New mode.
2627         (generic-unix-modes): Add it.
2629 2007-12-08  Michael Albinus  <michael.albinus@gmx.de>
2631         * net/dbus.el (dbus-hash-table=): Remove function.  We cannot
2632         apply wildcards in a hash table key; there is no usable hash code then.
2633         (dbus-registered-functions-table): Use `equal' as test function.
2634         (dbus-name-owner-changed-handler): Rewrite due to new hash table
2635         structure.
2637 2007-12-08  Martin Rudalics  <rudalics@gmx.at>
2639         * progmodes/cc-cmds.el (c-mask-paragraph): Avoid invalid search
2640         bound error in block comment branch.
2642 2007-12-08  David Kastrup  <dak@gnu.org>
2644         * textmodes/reftex.el (reftex-select-with-char):
2645         * textmodes/reftex-toc.el (reftex-toc-do-promote)
2646         (reftex-toc-visit-location, reftex-toc-find-section):
2647         * textmodes/reftex-index.el (reftex-index-show-entry):
2648         * textmodes/org.el (org-cycle-hide-archived-subtrees)
2649         (org-table-rotate-recalc-marks, org-mark-ring-push)
2650         (org-follow-info-link, org-mhe-get-message-folder-from-index)
2651         (org-auto-repeat-maybe, org-store-log-note, org-delete-property)
2652         (org-evaluate-time-range, org-edit-agenda-file-list):
2653         * textmodes/artist.el (artist-select-next-op-in-list)
2654         (artist-select-prev-op-in-list):
2655         * term/mac-win.el (mac-service-insert-text):
2656         * startup.el (fancy-about-screen):
2657         * progmodes/vhdl-mode.el (vhdl-decision-query):
2658         * progmodes/idlwave.el (idlwave-template)
2659         (idlwave-scroll-completions, idlwave-display-completion-list):
2660         * progmodes/ebrowse.el (ebrowse-show-progress):
2661         * progmodes/cperl-mode.el (cperl-find-pods-heres):
2662         * progmodes/antlr-mode.el (antlr-insert-option-do):
2663         * play/mpuz.el (mpuz-close-game):
2664         * net/rcirc.el (rcirc-next-active-buffer):
2665         * mail/reporter.el (reporter-update-status):
2666         * kmacro.el (kmacro-display):
2667         * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
2668         * emulation/viper-util.el (viper-save-setting):
2669         * emacs-lisp/lisp-mnt.el (lm-verify):
2670         * emacs-lisp/edebug.el (edebug-set-mode):
2671         * emacs-lisp/checkdoc.el (checkdoc-rogue-spaces, checkdoc-defun):
2672         * calendar/calendar.el (calendar-print-day-of-year):
2673         * calc/calcalg3.el (calc-curve-fit):
2674         * calc/calcalg2.el (math-integral):
2675         * calc/calc.el (calc-read-key-sequence, calc-version):
2676         * calc/calc-mode.el (calc-set-simplify-mode):
2677         * calc/calc-ext.el (calc-fancy-prefix): Fix buggy call to `message'.
2679 2007-12-07  D. Goel  <deego3@gmail.com>
2681         * progmodes/idlw-shell.el (idlwave-shell-display-line)
2682         * progmodes/ada-xref.el (ada-find-file, ada-get-all-references)
2683         (ada-xref-find-in-modified-ali, ada-find-in-src-path)
2684         * mail/uce.el (uce-reply-to-uce)
2685         * progmodes/vhdl-mode.el (vhdl-template-modify)
2686         * mail/feedmail.el (feedmail-dump-message-to-queue): Improve calls
2687         to `error' (as suggested by RMS.)
2689 2007-12-07  Glenn Morris  <rgm@gnu.org>
2691         * allout.el (allout-write-file-hook-handler):
2692         * textmodes/reftex.el (reftex-TeX-master-file):
2693         * textmodes/reftex-parse.el (reftex-short-context):
2694         Revert previous change.
2696 2007-12-07  Michael Albinus  <michael.albinus@gmx.de>
2698         * net/dbus.el (dbus-hash-table=): Fix for new hash table key structure.
2699         (dbus-list-hash-table, dbus-name-owner-changed-handler): New defuns.
2700         (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
2701         (dbus-event-service-name, dbus-event-path-name)
2702         (dbus-event-interface-name, dbus-event-member-name): Fix for new
2703         event structure.
2704         (dbus-list-activatable-names, dbus-list-names)
2705         (dbus-list-queued-owners, dbus-get-name-owner, dbus-introspect):
2706         Reorder `dbus-call-method' arguments.
2708 2007-12-06  D. Goel  <deego3@gmail.com>
2710         * allout.el (allout-write-file-hook-handler):
2711         * textmodes/reftex.el (reftex-TeX-master-file):
2712         * textmodes/org.el (org-paste-subtree):
2713         * progmodes/vhdl-mode.el (vhdl-template-modify):
2714         * progmodes/idlw-shell.el (idlwave-shell-send-command)
2715         (idlwave-shell-display-line):
2716         * progmodes/ada-xref.el (ada-find-file, ada-get-all-references)
2717         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
2718         * net/trampver.el (x):
2719         * mail/uce.el (uce-reply-to-uce):
2720         * mail/rmailout.el (rmail-output):
2721         * mail/feedmail.el (feedmail-dump-message-to-queue):
2722         * whitespace.el (whitespace-write-file-hook):
2723         * wdired.el (wdired-check-kill-buffer):
2724         * vc.el (vc-update):
2725         * vc-mcvs.el (vc-mcvs-checkin):
2726         * vc-cvs.el (vc-cvs-checkin):
2727         * man.el (Man-bgproc-sentinel, Man-goto-see-also-section):
2728         * ibuffer.el (ibuffer-current-buffer):
2729         * dired.el (dired-move-to-end-of-filename):
2730         * bindings.el (complete-symbol):
2731         * textmodes/org-publish.el (org-publish-file):
2732         (org-publish-current-project):
2733         * textmodes/reftex-parse.el (reftex-short-context):
2734         * textmodes/texinfmt.el: Fix buggy calls to `error'.
2736 2007-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2738         * doc-view.el (doc-view-dvi->pdf-sentinel)
2739         (doc-view-pdf/ps->png-sentinel, doc-view-pdf->txt-sentinel)
2740         (doc-view-ps->pdf-sentinel, doc-view-display): Don't change buffer
2741         within a sentinel or timer.
2742         (doc-view-display): Don't try to display before the requested page
2743         is available, unless told to do so explicitly.
2744         (doc-view-pdf/ps->png-sentinel, doc-view-initiate-display):
2745         Force display even if the requested page is not available.
2747 2007-12-06  Richard Stallman  <rms@gnu.org>
2749         * help-fns.el (describe-function-1): Call ad-get-advice-info
2750         only on symbols.
2752 2007-12-06  Glenn Morris  <rgm@gnu.org>
2754         * progmodes/antlr-mode.el (antlr-keyword, antlr-syntax)
2755         (antlr-ruledef, antlr-tokendef, antlr-ruleref-face)
2756         (antlr-tokenref, antlr-literal): Inherit from standard font-lock
2757         faces in non-light-background case.
2759         * add-log.el, dired-aux.el, font-lock.el, help-fns.el, ido.el:
2760         * informat.el, emacs-lisp/bytecomp.el, emacs-lisp/gulp.el:
2761         * emacs-lisp/tcover-ses.el, emacs-lisp/timer.el, emulation/edt.el:
2762         * emulation/vi.el, emulation/viper-cmd.el:
2763         * international/titdic-cnv.el, mail/emacsbug.el, progmodes/dcl.el:
2764         * progmodes/prolog.el, progmodes/ps-mode.el, progmodes/python.el:
2765         * textmodes/fill.el: Remove directory part from filenames in
2766         function declarations.
2768         * dired-aux.el (mailcap-mime-info): Update declaration.
2770 2007-12-05  Richard Stallman  <rms@gnu.org>
2772         * wid-edit.el (widget-type): Doc fix.
2774 2007-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2776         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
2777         Don't match "sub { (...) ... }".
2779 2007-12-05  Richard Stallman  <rms@gnu.org>
2781         * international/mule-cmds.el (toggle-input-method-active): New var.
2782         (toggle-input-method): Bind toggle-input-method-active to t.
2783         Error if it was already non-nil.
2785 2007-12-05  Reiner Steib  <Reiner.Steib@gmx.de>
2787         * net/tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
2789 2007-12-05  Elias Oltmanns  <eo@nebensachen.de>
2791         * net/tls.el (open-tls-stream): Actually consult tls-checktrust to
2792         see if certs should be verified and what is to be done in the
2793         event of a verification failure.
2795 2007-12-05  Reiner Steib  <Reiner.Steib@gmx.de>
2797         * net/tls.el (tls-program): Provide more custom choices from
2798         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
2799         (tls-process-connection-type, tls-success): Remove "*" in doc string.
2800         (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
2801         version.  Minor improvement to doc strings.
2802         (tls-program): Add comment.
2804 2007-12-05  Elias Oltmanns  <eo@nebensachen.de>
2806         * net/tls.el (tls-certtool-program, tls-hostmismatch): New variables.
2807         (tls-checktrust): New variable.  Check if GNU TLS complained about a
2808         mismatch between the hostname provided in the certificate and the name
2809         of the host connnecting to.
2810         (open-tls-stream): Use them.  Check certificates against trusted root
2811         certificates.
2813 2007-12-05  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
2815         * net/imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
2816         (imap-parse-status): Upcase status-att for broken servers that sends
2817         them lower-case (e.g., MS Exchange 2007).
2819 2007-12-05  D. Goel  <deego3@gmail.com>
2821         * simple.el (undo):
2822         * image-dired.el (image-dired-display-thumb-properties):
2823         (image-dired-modify-mark-on-thumb-original-file):
2824         (image-dired-dired-display-properties):
2825         * help.el (help-window-display-message):
2826         * files.el (hack-local-variables-confirm):
2827         * ediff.el (ediff-version):
2828         * complete.el (pc-chunk-after, PC-temp-minibuffer-message):
2829         `message' and `error': Ensure that first arg is a format string.
2831         * emacs-lisp/find-func.el (find-library-name): Prefer files with
2832         ".el" suffix over "".
2834 2007-12-05  Michael Albinus  <michael.albinus@gmx.de>
2836         * net/dbus.el (dbus-hash-table=): Allow nil as wildcard in the
2837         interface and member fields.
2839 2007-12-05  Glenn Morris  <rgm@gnu.org>
2841         * eshell/em-alias.el (pcomplete-stub): Define for compiler.
2842         (pcomplete-here): Autoload it.
2844         * eshell/em-basic.el (print-func): No need to define for compiler.
2846         * eshell/esh-cmd.el (eshell-debug-command):
2847         * eshell/esh-io.el (eshell-print): Move definitions before use.
2849         * eshell/esh-module.el (eshell-load-defgroups): Eval and compile.
2851         * eshell/esh-util.el (top-level): Don't require pp.
2852         Use condition-case rather than ignore-errors.
2854         * eshell/eshell.el (eshell-buffer-name): Define for compiler.
2856         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el
2857         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
2858         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el
2859         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el
2860         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el
2861         * eshell/em-xtra.el, eshell/esh-cmd.el, eshell/esh-test.el
2862         * eshell/esh-util.el, eshell/eshell.el: Require individual files
2863         if needed when compiling, rather than esh-maint.  Collect any
2864         require statements.  Move provide statement to end.  Move any
2865         commentary to start.
2867         * eshell/esh-arg.el, eshell/esh-ext.el, eshell/esh-io.el:
2868         * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el:
2869         * eshell/esh-proc.el, eshell/esh-var.el:
2870         Require individual files if needed when compiling, rather than
2871         esh-maint.  Collect any require statements.  Leave provide at start.
2872         Move any commentary to start.
2874         * emacs-lisp/bytecomp.el (byte-compile-declare-function):
2875         Remove declared function from byte-compile-noruntime-functions.
2877         * ediff-util.el (ediff-version):
2878         * progmodes/python.el (compilation-shell-minor-mode):
2879         * textmodes/org.el (Info-goto-node, calendar-astro-date-string)
2880         (calendar-bahai-date-string, calendar-check-holidays)
2881         (calendar-chinese-date-string, calendar-coptic-date-string)
2882         (calendar-ethiopic-date-string, calendar-forward-day)
2883         (calendar-french-date-string, calendar-goto-date)
2884         (calendar-goto-today, calendar-hebrew-date-string)
2885         (calendar-islamic-date-string, calendar-iso-date-string)
2886         (calendar-julian-date-string, calendar-mayan-date-string)
2887         (calendar-persian-date-string, gnus-summary-last-subject)
2888         (parse-time-string, rmail-show-message): Declare as functions.
2890 2007-12-05  Michael Olson  <mwolson@gnu.org>
2892         * textmodes/remember.el: Merge contents of remember-diary.el here,
2893         updating header.  Add autoload cookie so that byte-compilation
2894         works without warning.
2895         (remember-diary-file): Default to nil, since diary might not yet
2896         be loaded at this point, which would deny us access to diary-file.
2897         (remember-diary-extract-entries): If remember-diary-file is nil,
2898         then use diary-file instead.
2900         * textmodes/remember-diary.el: Remove, due to the issue of needing
2901         the first 8 characters of a filename to be unique.
2903 2007-12-04  Michael Albinus  <michael.albinus@gmx.de>
2905         * net/dbus.el (dbus-hash-table=): New defun.
2906         (dbus-hash-table-test): New hash table test function, used in
2907         `dbus-registered-functions-table'.
2908         (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
2909         (dbus-event-service-name, dbus-event-path-name)
2910         (dbus-event-interface-name, dbus-event-member-name): Rewritten,
2911         due to new structure of `dbus-event'.
2913 2007-12-04  Juanma Barranquero  <lekktu@gmail.com>
2915         * ido.el (ido-save-history): Set the `coding' local
2916         variable in the first line of the file.
2918 2007-12-04  Glenn Morris  <rgm@gnu.org>
2920         * password-cache.el: Move here from gnus/password.el.
2921         (top-level): Don't require cl when compiling.
2922         (password-read-and-add): Doc fix.  Make obsolete.
2924         * net/tramp.el: Require password-cache or password.
2926         * emulation/cua-base.el (top-level): Move (provide 'cua-base) to end.
2927         No longer provide 'cua.  Don't require cua-rect, cua-gmrk when
2928         compiling.
2929         (cua-set-rectangle-mark): Add doc string to autoload.
2930         (cua--rectangle, cua--last-killed-rectangle)
2931         (cua--global-mark-active): Always define for compiler.
2932         (cua-copy-rectangle, cua-cut-rectangle, cua--rectangle-left)
2933         (cua--delete-rectangle, cua--insert-rectangle)
2934         (cua--rectangle-corner, cua--rectangle-assert)
2935         (cua--insert-at-global-mark, cua--global-mark-post-command):
2936         Declare as functions.
2938         * emulation/cua-gmrk.el (top-level): Move provide to end.
2940         * emulation/cua-rect.el (top-level): Move provide to end.
2941         Don't require cua-gmrk when compiling.
2942         (cua--cut-rectangle-to-global-mark)
2943         (cua--copy-rectangle-to-global-mark): Declare as functions.
2945         * emulation/viper-init.el (viper-replace-overlay-cursor-color)
2946         (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
2947         (viper-vi-state-cursor-color):
2948         Consolidate make-variable-frame-local calls.
2950         * net/eudcb-bbdb.el (bbdb-address-streets): Declare as a function.
2951         (eudc-bbdb-extract-addresses): Use bbdb-address-streets rather
2952         than bbdb-address-street1,2,3.
2954         * textmodes/reftex-toc.el (reftex-make-separate-toc-frame):
2955         Try x-focus-frame before focus-frame.  Only try focus-frame on XEmacs.
2957 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
2959         * net/imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
2960         (imap-parse-status): Upcase status-att for servers that sends them
2961         lower-case (e.g., MS Exchange 2007).
2963 2007-12-03  Karl Fogel  <kfogel@red-bean.com>
2965         * saveplace.el (save-place-quiet): Remove, reverting 2007-12-02T19:54:46Z!kfogel@red-bean.com.
2966         (save-place-alist-to-file, load-save-place-alist-from-file):
2967         Don't print non-error messages at all, there's really no need.
2968         Do print if there's a problem, and clarify message in that case.
2970 2007-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
2972         * ediff-diff.el (ediff-prepare-error-list):
2973         * ediff-util.el (ediff-setup): Disable undo for ediff-error-buffer.
2975 2007-12-03  Tassilo Horn  <tassilo@member.fsf.org>
2977         * doc-view.el (doc-view-initiate-display): Use `doc-view-mode-p'.
2978         (doc-view-current-overlay, doc-view-pending-cache-flush):
2979         Add doc string.
2981 2007-12-03  Richard Stallman  <rms@gnu.org>
2983         * subr.el (declare-function): Move from byte-run.el.
2985         * emacs-lisp/byte-run.el (declare-function): Move to subr.el
2987         * window.el (recenter-top-bottom): Don't use `ecase'.
2989 2007-12-02  Karl Fogel  <kfogel@red-bean.com>
2991         * saveplace.el (save-place-alist-to-file):
2992         Set coding-system-for-write once and refer to it throughout.
2993         Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>.
2995 2007-12-02  Karl Fogel  <kfogel@red-bean.com>
2997         * saveplace.el (save-place-alist-to-file): Use `utf-8' coding
2998         system when writing, and set it in the first-line file variables.
2999         Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk> and
3000         Juanma Barranquero.
3002 2007-12-02  Glenn Morris  <rgm@gnu.org>
3004         * emacs-lisp/bytecomp.el (byte-compile-declare-function):
3005         Reverse branches of if statement.
3007         * emulation/viper-cmd.el (top-level): Don't require advice.
3008         Don't load viper-util, viper-keym, viper-mous, viper-macs,
3009         viper-ex when compiling.
3011         * emulation/viper-ex.el (top-level): Don't load viper-util,
3012         viper-keym when compiling.
3014         * emulation/viper-init.el (top-level): Move provide statement to end.
3016         * emulation/viper-keym.el (top-level): Don't load viper-util when
3017         compiling.  Move provide statement to end.
3019         * emulation/viper-macs.el (top-level): Don't load viper-util,
3020         viper-keym, viper-mous when compiling.
3022         * emulation/viper-mous.el (top-level): Don't load viper-util when
3023         compiling.
3025         * emulation/viper-util.el (top-level): Don't load viper-init when
3026         compiling.
3028         * emulation/viper.el (top-level): Don't require ring.
3029         Don't load viper-init, viper-cmd when compiling.
3031         * net/sasl-cram.el, net/sasl-digest.el, net/sasl-ntlm.el, net/sasl.el:
3032         Move here from gnus/.
3034 2007-12-02  Karl Fogel  <kfogel@red-bean.com>
3036         Offer option for saveplace to be quiet about loading and saving.
3037         Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>
3039         * lisp/saveplace.el (save-place-quiet): New customizable boolean.
3040         (save-place-alist-to-file, load-save-place-alist-from-file): Use it
3041         to determine whether to print loading/saving messages.
3043 2007-12-02  Glenn Morris  <rgm@gnu.org>
3045         * mail/binhex.el: Move here from gnus/.
3046         (binhex): New custom group.
3047         (binhex-decoder-program, binhex-decoder-switches)
3048         (binhex-use-external): Move to the binhex custom group.
3050         * mail/uudecode.el: Move here from gnus/.
3051         (uudecode): New custom group.
3052         (uudecode-decoder-program, uudecode-decoder-switches)
3053         (uudecode-use-external): Move to the uudecode custom group.
3055         * net/netrc.el (top-level): Don't load `encrypt' features.
3056         (netrc-parse): Don't use encrypt.
3057         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
3059         * progmodes/python.el (top-level): Don't require cl when compiling.
3061 2007-12-02  Agust\e,Am\e(Bn Mart\e,Am\e(Bn  <agustin.martin@hispalinux.es>
3063         * textmodes/flyspell.el (flyspell-large-region): Explicitly set
3064         encoding for aspell process and for communication with it.
3065         Only add "-d" option if not already present.
3066         Use ispell-current-dictionary and ispell-current-personal-dictionary.
3067         General reorganization.
3069         * textmodes/ispell.el (ispell-aspell-find-dictionary): Do not set
3070         encoding here.
3071         (ispell-start-process): Explicitly set encoding here if using aspell.
3073 2007-12-02  Dan Nicolaescu  <dann@ics.uci.edu>
3075         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Also pass a diff
3076         function to log-edit.
3078 2007-12-02  Michael Albinus  <michael.albinus@gmx.de>
3080         * net/dbus.el: New file.
3082 2007-12-02  Jay Belanger  <jay.p.belanger@gmail.com>
3084         * calc/calc.el (calc-lang-slash-idiv, calc-lang-allow-underscores)
3085         (calc-lang-c-type-hex, calc-lang-brackets-are-subscripts)
3086         (calc-lang-parens-are-subscripts): New variables.
3087         (math-expr-special-function-mapping): Remove variable.
3088         (math-eqn-ignore-words, math-tex-ignore-words)
3089         (math-latex-ignore-words): Move to calc-lang.el.
3091         * calc/calc-lang.el (math-compose-vector, math-compose-var)
3092         (math-tex-expr-is-flat): Declare as functions.
3093         (calc-lang-slash-idiv, calc-lang-allow-underscores)
3094         (math-comp-left-bracket, math-comp-right-bracket)
3095         (math-comp-comma, math-comp-vector-prec): Declare as variables.
3096         (math-var-formatter, math-matrix-formatter)
3097         (math-lang-adjust-words, math-lang-read-symbol, math-land-read)
3098         (math-punc-table, math-compose-subscr, math-dots)
3099         (math-func-formatter): New property names to store language
3100         specific information.
3101         (math-compose-tex-var, math-compose-tex-intv)
3102         (math-compose-maple-intv, math-compose-eqn-intv)
3103         (math-compose-tex-sum, math-compose-tex-func)
3104         (math-compose-tex-intv): New functions.
3105         (math-eqn-ignore-words, math-tex-ignore-words)
3106         (math-latex-ignore-words): Move from calc.el.
3107         (math-special-function-table): Add entries for tex.
3108         (calc-lang-slash-idiv, calc-lang-allows-underscores):
3109         New variables.
3110         (math-compose-latex-frac): Rename from `math-latex-print-frac'.
3111         (math-compose-tex-matrix, math-compose-eqn-matrix)
3112         (math-eqn-special-functions): Move from calccomp.el.
3114         * calc/calccomp.el (math-compose-var): New function.
3115         (math-compose-expr): Allow more special functions to be used.
3116         Change test for formatting fractions.  Use variables and property
3117         names to help with language specific formatting.
3118         (math-compose-tex-matrix, math-compose-eqn-matrix)
3119         (math-eqn-special-functions): Move to calc-lang.el.
3120         (math-compose-rows): Use property names to help with language
3121         specific formatting.
3123         * calc/calc-aent.el (math-read-factor): Turn multiple subscripts
3124         into nested subscripts.
3125         (math-read-token): Use variables and property names to help with
3126         language specific parsing.
3127         (math-read-expression-level): Use variables to help with language
3128         specific parsing.
3130 2007-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3132         * arc-mode.el (archive-find-type): Add recognition of rar-exe format.
3133         (archive-rar-summarize): Allow the file name to be passed as argument.
3134         Remove unused vars `header' and `footer'.
3135         (archive-rar-exe-summarize, archive-rar-exe-extract): New functions.
3137 2007-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
3139         * log-edit.el (log-edit-show-diff): New function.
3140         (log-edit-mode-map, log-edit-menu): Bind it.
3141         (log-edit-diff-function): New variable.
3142         (log-edit): Change the 3rd param to be an alist and accept a
3143         function that computes a diff for the files involved.
3145         * vc.el (vc-log-edit): Add a diff function parameter to log-edit.
3147 2007-12-01  Martin Rudalics  <rudalics@gmx.at>
3149         * play/blackbox.el (bb-up, bb-down): Revert 2007-10-21 change and
3150         wrap next-/previous-line in with-no-warnings.
3152 2007-12-01  Glenn Morris  <rgm@gnu.org>
3154         * format-spec.el, hex-util.el, sha1.el: Move here from gnus/.
3156         * net/dig.el: Move here from gnus/.
3157         (dig-mode): Replace gnus-run-mode-hooks with equivalent expansion.
3159         * net/dns.el: Move here from gnus/.
3160         (top-level): Don't require mm-util, or cl when compiling.
3161         (dns-write-name, dns-read, dns-read-type, query-dns):
3162         Replace mm-with-unibyte-buffer with its expansion.
3163         (query-dns): Replace decf and ignore-errors with non-cl equivalents.
3165         * progmodes/gdb-ui.el (gud-remove, gud-break):
3166         * progmodes/gud.el (gdb-create-define-alist)
3167         (gdb-restore-windows, gdb-reset, global-hl-line-highlight)
3168         (hl-line-highlight, gdb-display-source-buffer)
3169         (gdb-display-buffer, c-langelem-sym, c-langelem-pos)
3170         (syntax-symbol, syntax-point, gdb-enqueue-input): Declare as functions.
3172 2007-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
3174         * textmodes/org-export-latex.el (org-export-latex-cleaned-string):
3175         Move args on defun line.
3177         * textmodes/org.el (org-calendar-holiday):
3178         Use calendar-check-holidays instead of the obsolete
3179         check-calendar-holidays.
3180         (add-to-diary-list, table--at-cell-p, Info-find-node, bbdb)
3181         (bbdb-company, bbdb-current-record, bbdb-name)
3182         (bbdb-record-getprop, bbdb-record-name)
3183         (bibtex-beginning-of-entry, bibtex-generate-autokey)
3184         (bibtex-parse-entry, bibtex-url, cdlatex-tab)
3185         (dired-get-filename, gnus-article-show-summary, mh-display-msg)
3186         (mh-find-path, mh-get-header-field, mh-get-msg-num)
3187         (mh-header-display, mh-index-previous-folder)
3188         (mh-normalize-folder-name, mh-search, mh-search-choose, mh-show)
3189         (mh-show-buffer-message-number, mh-show-header-display)
3190         (mh-show-msg, mh-show-show, mh-visit-folder)
3191         (org-export-latex-cleaned-string, remember)
3192         (remember-buffer-desc, rmail-narrow-to-non-pruned-header)
3193         (rmail-what-message, elmo-folder-exists-p)
3194         (elmo-message-entity-field, elmo-message-field)
3195         (vm-beginning-of-message, vm-follow-summary-cursor)
3196         (vm-get-header-contents, vm-isearch-narrow, vm-isearch-update)
3197         (vm-select-folder-buffer, vm-su-message-id, vm-su-subject)
3198         (vm-summarize, wl-folder-get-elmo-folder)
3199         (wl-summary-goto-folder-subr)
3200         (wl-summary-jump-to-msg-by-message-id, wl-summary-line-from)
3201         (wl-summary-line-subject, wl-summary-message-number)
3202         (wl-summary-redisplay): Declare as functions.
3204 2007-11-30  Martin Rudalics  <rudalics@gmx.at>
3206         * longlines.el (longlines-show-hard-newlines): Remove handling of
3207         buffer-undo-list and buffer-modified status.
3208         (longlines-show-region, longlines-unshow-hard-newlines):
3209         Handle buffer-undo-list, buffer-modified status, inhibit-read-only, and
3210         inhibit-modification-hooks here to avoid that a buffer appears
3211         modified when toggling visibility of hard newlines.
3213 2007-11-30  Glenn Morris  <rgm@gnu.org>
3215         * nxml/rng-maint.el (rng-do-some-validation): Fix declaration.
3217         * progmodes/idlw-complete-structtag.el
3218         (idlwave-sintern-structtag):
3219         * progmodes/idlw-help.el (idlwave-sintern-sysvar)
3220         (idlwave-sintern-sysvartag):
3221         * progmodes/idlwave.el (idlwave-sintern-class-tag)
3222         (idlwave-sintern-sysvar, idlwave-sintern-sysvartag): Declare as
3223         functions.
3225 2007-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
3227         * textmodes/reftex-index.el (texmathp):
3228         * textmodes/reftex-auc.el (TeX-argument-insert)
3229         (TeX-argument-prompt, multi-prompt, LaTeX-add-index-entries)
3230         (LaTeX-add-labels, LaTeX-bibitem-list, LaTeX-index-entry-list)
3231         (LaTeX-label-list):
3232         * nxml/rng-maint.el (rng-clear-cached-state, rng-clear-overlays)
3233         (rng-clear-conditional-region, rng-do-some-validation): Declare as
3234         functions.
3235         (rng-error-count, rng-validate-up-to-date-end): Pacify byte compiler.
3237 2007-11-30  Glenn Morris  <rgm@gnu.org>
3239         * emacs-lisp/byte-run.el (declare-function): Add optional fourth
3240         argument and document it.
3242         * emacs-lisp/bytecomp.el (byte-compile-declare-function):
3243         Third argument to declare-function must be a list to specify arglist.
3245         * emacs-lisp/check-declare.el (check-declare-scan): Doc fix.
3246         Handle declare-function third argument `t' and fourth argument.
3247         (check-declare-verify): Doc fix.  Handle `fileonly' case.
3248         Use progn rather than prog1.
3250         * desktop.el (uniquify-item-base):
3251         * term/mac-win.el (url-type): Declare as functions.
3253         * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-record-phones)
3254         (bbdb-address-city, bbdb-address-state, bbdb-address-zip)
3255         (bbdb-address-location, bbdb-record-addresses): Pass non-nil
3256         fourth arg to declare-function.
3258         * play/dunnet.el: Don't require cl when compiling.
3259         (byte-compile-warnings): Set via file local variables.
3260         (dun-parse): Let-bind `beg' and `line'.
3262 2007-11-29  Alexandre Julliard  <julliard@winehq.org>
3264         * vc-git.el (vc-git-dir-state): Fix the git command arguments.
3266 2007-11-29  Ari Roponen  <ari.roponen@gmail.com>  (tiny change)
3268         * calendar/time-date.el (encode-time-value): Doc fix.
3270 2007-11-29  Glenn Morris  <rgm@gnu.org>
3272         * calendar/time-date.el (with-decoded-time-value): Doc fix.
3274         * textmodes/css-mode.el (prog-mode): Remove.
3275         (css-mode): Derive from fundamental-mode rather than prog-mode.
3277         * emacs-lisp/byte-run.el (declare-function): Doc fix.
3279         * emacs-lisp/check-declare.el (check-declare-locate)
3280         (check-declare-verify): Handle `external' files.
3281         (check-declare-errmsg): New function.
3282         (check-declare-verify, check-declare-file, check-declare-directory):
3283         Use check-declare-errmsg to report the number of problems.
3285         * ffap.el (w3-view-this-url)
3286         * mail/mspools.el (vm-visit-folder)
3287         * net/browse-url.el (w3-fetch-other-window, w3-fetch)
3288         * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-phone-string)
3289         (bbdb-record-phones, bbdb-address-city, bbdb-address-state)
3290         (bbdb-address-zip, bbdb-address-location, bbdb-record-addresses)
3291         (bbdb-records)
3292         * net/eudc-export.el (bbdb-parse-phone-number, bbdb-string-trim)
3293         * net/imap.el (sasl-find-mechanism, sasl-mechanism-name)
3294         (sasl-make-client, sasl-next-step, sasl-step-data)
3295         (sasl-step-set-data)
3296         * net/newsticker.el (w3m-toggle-inline-image, htmlr-reset)
3297         (htmlr-step): Declare as functions.
3299         * net/eudcb-bbdb.el (eudc-bbdb-extract-addresses):
3300         Use bbdb-address-zip rather than bbdb-address-zip-string.
3302 2007-11-28  Richard Stallman  <rms@gnu.org>
3304         * md4.el, net/hmac-def.el, net/hmac-md5.el, net/ntlm.el:
3305         Move here from gnus/.
3307 2007-11-28  Martin Rudalics  <rudalics@gmx.at>
3309         * newcomment.el (comment-region-internal): Fix newline insertion
3310         in `block' case.
3312 2007-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3314         * pcvs-parse.el (cvs-parse-table): Adjust regexp for resurrections.
3316 2007-11-28  Glenn Morris  <rgm@gnu.org>
3318         * Makefile.in (maintainer-clean): Depend on bootstrap-clean to
3319         delete .elc files.
3321         * nxml/char-name/unicode: Move to etc/nxml/.
3322         * nxml/nxml-uchnm.el (top-level): Adapt for moved unicode files.
3324         * nxml/nxml-enc.el (xmltok-get-declared-encoding-position):
3325         Declare as a function.
3327         * nxml/nxml-maint.el (nxml-create-unicode-char-name-sets):
3328         * nxml/nxml-mode.el (nxml-get-char-name, nxml-insert-named-char):
3329         * nxml/xsd-regexp.el (xsdre-gen-categories): Change mapcar -> mapc.
3331         * nxml/nxml-outln.el (nxml-token-start-tag-p)
3332         (nxml-token-end-tag-p): Move definitions before use.
3334         * nxml/nxml-rap.el (nxml-prolog-regions): Declare for compiler.
3336         * nxml/nxml-uchnm.el (top-level)
3337         (nxml-enable-unicode-char-name-sets-1): Use mapc rather than mapcar.
3338         (nxml-enabled-unicode-blocks): Add custom group.
3340         * nxml/xmltok.el (xmltok-scan-char-ref, xmltok-char-number):
3341         Use string-to-number rather than string-to-int.
3343         * dired-x.el (dired-omit-old-add-entry): Declare as function.
3344         Move definition before use.
3345         (dired-old-find-buffer-nocreate): Declare as function.
3347         * emacs-lisp/check-declare.el (check-declare-locate): Reflow doc.
3348         (check-declare-verify): Handle fset.
3350         * emulation/edt.el (edt-user-emulation-setup):
3351         Test edt-setup-user-bindings is bound before calling.
3353         * emulation/tpu-edt.el: Don't require cl when compiling.
3354         (tpu-emacs-search, tpu-emacs-rev-search): Declare as functions.
3355         (tpu-edt-off): Use condition-case rather than ignore-errors.
3356         Use with-no-warnings.
3358         * eshell/esh-util.el (top-level): Use require rather than load for
3359         ange-ftp.
3361         * mail/supercite.el (sc-version): Redefine as an alias for
3362         emacs-version.
3363         (sc-help-address): Remove.
3364         (sc-version): Use emacs-version rather than sc-version.
3365         (sc-submit-bug-report): Redefine as an alias for report-emacs-bug.
3367         * net/socks.el (socks-original-open-network-stream): Declare as
3368         function.  Move definition before use.
3370 2007-11-28  Jay Belanger  <jay.p.belanger@gmail.com>
3372         * calc/calc-ext.el (math-sqrt-raw, math-map-vec)
3373         (math-make-frac): Declare as functions.
3375 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
3377         * progmodes/cperl-mode.el (compilation-error-regexp-alist):
3378         Pacify byte compiler.
3379         (cperl-mode): Use with-no-warnings for setting vc-header-alist.
3381         * progmodes/idlwave.el (idlwave-shell-get-path-info)
3382         (idlwave-shell-temp-file, idlwave-shell-is-running)
3383         (widget-value, comint-dynamic-complete-filename, Info-goto-node):
3384         * progmodes/idlw-help.el (idlwave-prepare-structure-tag-completion)
3385         (idlwave-all-method-classes, idlwave-all-method-keyword-classes)
3386         (idlwave-beginning-of-statement, idlwave-best-rinfo-assoc)
3387         (idlwave-class-found-in, idlwave-class-or-superclass-with-tag)
3388         (idlwave-completing-read, idlwave-current-routine)
3389         (idlwave-downcase-safe, idlwave-entry-find-keyword)
3390         (idlwave-expand-keyword, idlwave-find-class-definition)
3391         (idlwave-find-inherited-class, idlwave-find-struct-tag)
3392         (idlwave-get-buffer-visiting, idlwave-in-quote)
3393         (idlwave-make-full-name, idlwave-members-only)
3394         (idlwave-popup-select, idlwave-routine-source-file)
3395         (idlwave-routines, idlwave-sintern-class)
3396         (idlwave-sintern-keyword, idlwave-sintern-method)
3397         (idlwave-sintern-routine-or-method)
3398         (idlwave-substitute-link-target, idlwave-sys-dir)
3399         (idlwave-this-word, idlwave-what-module-find-class)
3400         (idlwave-where):
3401         * progmodes/idlw-complete-structtag.el (idlwave-shell-buffer):
3402         * mail/uce.el (rmail-msg-is-pruned)
3403         (rmail-maybe-set-message-counters, rmail-msgbeg, rmail-msgend)
3404         (rmail-toggle-header):
3405         * mail/sendmail.el (dired-view-file, dired-get-filename):
3406         * mail/rmailkwd.el (rmail-maybe-set-message-counters)
3407         (rmail-display-labels, rmail-msgbeg)
3408         (rmail-set-message-deleted-p, rmail-message-labels-p)
3409         (rmail-show-message, mail-comma-list-regexp)
3410         (mail-parse-comma-list):
3411         * mail/rmail.el (rmail-spam-filter, rmail-summary-goto-msg)
3412         (rmail-summary-mark-undeleted, rmail-summary-mark-deleted)
3413         (rfc822-addresses, mail-abbrev-make-syntax-table)
3414         (mail-sendmail-delimit-header, mail-header-end):
3415         * mail/hashcash.el (message-narrow-to-headers-or-head)
3416         (message-fetch-field, message-goto-eoh)
3417         (message-narrow-to-headers):
3418         * vc.el (view-mode-exit): Declare as functions.
3420         * mail/vms-pmail.el:
3421         * vmsproc.el:
3422         * vms-patch.el: Don't byte compile these files, they don't work.
3424 2007-11-27  Glenn Morris  <rgm@gnu.org>
3426         * calc/calc-ext.el (math-read-big-rec):
3427         * calc/calc-nlfit.el (math-map-binop):
3428         * calc/calc.el (math-normalize-nonstandard): Fix declarations.
3430         * eshell/eshell.el (eshell-report-bug): Add version number of
3431         obsolescence.
3433         * emulation/viper.el, emulation/viper-util.el,
3434         emulation/viper-macs.el, emulation/viper-keym.el,
3435         emulation/viper-ex.el, emulation/viper-cmd.el:
3436         Load viper-*.el files silently.
3438         * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el,
3439         ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el, ediff.el:
3440         Load ediff-*.el files silently.
3442         * ediff.el: Load dired silently.  Don't load info, pcl-cvs when
3443         compiling.
3444         (Info-goto-node): Declare as a function.
3446         * ediff-init.el: Don't load ange-ftp when compiling.
3447         * ediff-util.el: Don't load reporter when compiling.
3449         * ediff-wind.el (ediff-display-pixel-width)
3450         (ediff-display-pixel-height):
3451         * generic-x.el (ini-generic-mode):
3452         * ps-print.el (ps-mule-encode-header-string, ps-mule-begin-page)
3453         (ps-mule-prepare-ascii-font, ps-mule-set-ascii-font)
3454         (ps-mule-initialize, ps-mule-begin-job):
3455         * calendar/cal-bahai.el (add-to-diary-list, diary-name-pattern)
3456         (mark-calendar-days-named):
3457         * calendar/cal-hebrew.el (holiday-filter-visible-calendar)
3458         (add-to-diary-list, diary-name-pattern)
3459         (mark-calendar-days-named):
3460         * calendar/cal-islam.el (add-to-diary-list, diary-name-pattern)
3461         (mark-calendar-days-named):
3462         * calendar/cal-x.el (make-fancy-diary-buffer):
3463         * calendar/holidays.el (calendar-absolute-from-julian):
3464         * calendar/todo-mode.el (calendar-current-date):
3465         * calendar/cal-menu.el (calendar-increment-month)
3466         (calendar-month-name, extract-calendar-year)
3467         (calendar-cursor-to-date, holiday-list, calendar-sunrise-sunset)
3468         (calendar-current-date, calendar-cursor-holidays)
3469         (calendar-date-string, insert-diary-entry, calendar-set-mark)
3470         (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
3471         (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
3472         (cal-tex-cursor-filofax-daily, cal-tex-cursor-filofax-2week)
3473         (cal-tex-cursor-filofax-week, cal-tex-cursor-month)
3474         (cal-tex-cursor-month-landscape, cal-tex-cursor-year)
3475         (cal-tex-cursor-filofax-year, cal-tex-cursor-year-landscape)
3476         (calendar-day-of-year-string, calendar-iso-date-string)
3477         (calendar-julian-date-string, calendar-astro-date-string)
3478         (calendar-absolute-from-gregorian, calendar-hebrew-date-string)
3479         (calendar-persian-date-string, calendar-bahai-date-string)
3480         (calendar-islamic-date-string, calendar-chinese-date-string)
3481         (calendar-coptic-date-string, calendar-ethiopic-date-string)
3482         (calendar-french-date-string, calendar-mayan-date-string)
3483         (calendar-print-chinese-date, calendar-goto-date):
3484         Declare as functions.
3486         * calendar/calendar.el (nongregorian-diary-listing-hook): Doc fix.
3487         (Info-find-emacs-command-nodes, Info-find-node): Declare as functions.
3489         * ffap.el (ffap-bug, ffap-submit-bug): Redefine as obsolete
3490         aliases for report-emacs-bug.
3491         (gnus-summary-select-article, gnus-configure-windows): Declare as
3492         functions.
3494         * pgg-parse.el (pgg-parse-24, pgg-parse-crc24-string): Declare for
3495         compiler.
3497         * pgg.el (pgg-clear-string): Declare as a function.
3498         (pgg-run-at-time-1): Wrap whole definition in (featurep 'xemacs) test.
3499         (pgg-run-at-time, pgg-cancel-timer): Move definitions before use.
3501         * emacs-lisp/check-declare.el (check-declare-locate):
3502         Handle compressed files.
3503         (check-declare-verify): Handle define-generic-mode,
3504         define-global(ized)-minor-mode, define-obsolete-function-alias.
3506 2007-11-27  Jay Belanger  <jay.p.belanger@gmail.com>
3508         * calc/calc-menu.el (calc-modes-menu): Add normal and incomplete
3509         algebraic modes.
3511         * calc/calc-aent.el (calc-refresh-evaltos, calc-execute-kbd-macro)
3512         (math-is-true, calc-explain-why, calc-alg-edit)
3513         (math-composite-inequalities, math-flatten-lands)
3514         (math-multi-subst, calcFunc-vmatches, math-simplify)
3515         (math-known-matrixp, math-parse-fortran-subscr, math-to-radians-2)
3516         (math-read-string, math-read-brackets, math-read-angle-brackets):
3517         Declare as functions.
3519         * calc/calcalg3.el (calc-fit-s-shaped-logistic-curve)
3520         (calc-fit-bell-shaped-logistic-curve)
3521         (calc-fit-hubbert-linear-curve, calc-graph-add-curve)
3522         (calc-graph-lookup, calc-graph-set-styles, math-min-list)
3523         (math-max-list): Declare as functions.
3524         (math-map-binop): New function.
3525         (calc-curve-fit): Replace `mapcar*' by `math-map-binop'.
3527         * calc/calc.el (calc-set-language, calc-edit-finish)
3528         (calc-edit-cancel, calc-do-quick-calc, calc-do-calc-eval)
3529         (calc-do-keypad, calcFunc-unixtime, math-parse-date)
3530         (math-lessp, calc-embedded-finish-command)
3531         (calc-embedded-select-buffer, calc-embedded-mode-line-change)
3532         (calc-push-list-in-macro, calc-replace-selections)
3533         (calc-record-list, calc-normalize-fancy, calc-do-handle-whys)
3534         (calc-top-selected, calc-sel-error, calc-pop-stack-in-macro)
3535         (calc-embedded-stack-change, calc-refresh-evaltos)
3536         (calc-do-refresh, calc-binary-op-fancy, calc-unary-op-fancy)
3537         (calc-delete-selection, calc-alg-digit-entry, calc-alg-entry)
3538         (calc-dots, calc-temp-minibuffer-message, math-read-radix-digit)
3539         (calc-digit-dots, math-normalize-fancy, math-normalize-nonstandard)
3540         (math-recompile-eval-rules, math-apply-rewrites, calc-record-why)
3541         (math-dimension-error, calc-incomplete-error, math-float-fancy)
3542         (math-neg-fancy, math-zerop, calc-add-fractions)
3543         (math-add-objects-fancy, math-add-symb-fancy, math-mul-zero)
3544         (calc-mul-fractions, math-mul-objects-fancy, math-mul-symb-fancy)
3545         (math-reject-arg, math-div-by-zero, math-div-zero, math-make-frac)
3546         (calc-div-fractions, math-div-objects-fancy, math-div-symb-fancy)
3547         (math-compose-expr, math-comp-width, math-composition-to-string)
3548         (math-stack-value-offset-fancy, math-format-flat-expr-fancy)
3549         (math-adjust-fraction, math-format-binary, math-format-radix)
3550         (math-group-float, math-mod, math-format-number-fancy)
3551         (math-format-bignum-fancy, math-read-number-fancy)
3552         (calc-do-grab-region, calc-do-grab-rectangle, calc-do-embedded)
3553         (calc-do-embedded-activate, math-do-defmath)
3554         (calc-load-everything): Declare as functions.
3556         * calc/calc-ext.el (math-clip, math-round, math-simplify)
3557         (math-simplify-extended, math-simplify-units, calc-set-language)
3558         (calc-flush-caches, calc-save-modes, calc-embedded-modes-change)
3559         (calc-embedded-var-change, math-mul-float, math-arctan-raw)
3560         (math-sqrt-float, math-exp-minus-1-raw, math-normalize-polar)
3561         (math-normalize-hms, math-normalize-mod, math-make-sdev)
3562         (math-make-intv, math-normalize-logical-op, math-possible-signs)
3563         (math-infinite-dir, math-calcFunc-to-var)
3564         (calc-embedded-evaluate-expr, math-known-nonzerop)
3565         (math-read-expr-level, math-read-big-rec, math-read-big-balance)
3566         (math-format-date, math-vector-is-string, math-vector-to-string)
3567         (math-format-radix-float, math-compose-expr, math-abs)
3568         (math-format-bignum-binary, math-format-bignum-octal)
3569         (math-format-bignum-hex, math-format-bignum-radix)
3570         (math-compute-max-digits): Declare as functions.
3571         (math-provably-realp): Fix typo.
3573         * calc/calc-forms.el (calendar-current-time-zone)
3574         (calendar-absolute-from-gregorian, dst-in-effect): Declare as
3575         functions.
3577         * calc/calc-help.el (Info-goto-node, Info-last): Declare as functions.
3579         * calc/calc-lang.el (math-read-factor, math-read-expr-level):
3580         Declare as functions.
3582         * calc/calc-macs.el (math-zerop, math-negp, math-looks-negp)
3583         (math-posp, math-compare, math-bignum, math-compare-bignum):
3584         Declare as functions.
3586         * calc/calc-misc.el (calc-do-keypad, calc-inv-hyp-prefix-help)
3587         (calc-inverse-prefix-help, calc-hyperbolic-prefix-help)
3588         (calc-explain-why, calc-clear-command-flag)
3589         (calc-roll-down-with-selections, calc-roll-up-with-selections)
3590         (calc-last-args, calc-is-inverse, calc-do-prefix-help)
3591         (math-objvecp, math-known-scalarp, math-vectorp, math-matrixp)
3592         (math-trunc-special, math-trunc-fancy, math-floor-special)
3593         (math-floor-fancy, math-square-matrixp, math-matrix-inv-raw)
3594         (math-known-matrixp, math-mod-fancy, math-pow-of-zero)
3595         (math-pow-zero, math-pow-fancy): Declare as functions.
3597         * calc/calc-mode.el (calc-embedded-save-original-modes):
3598         Declare as a function.
3600         * calc/calc-nlfit.el (calc-get-fit-variables, math-map-binop):
3601         Declare as functions.
3602         (math-nlfit-make-matrix, math-nlfit-find-qmax, math-nlfit-fit)
3603         (math-nlfit-fit-curve, calc-fit-hubbert-linear-curve):
3604         Replace `mapcar*' by `math-map-binop'.
3605         (math-nlfit-make-matrix): Replace `copy-list' with `copy-sequence'.
3607         * calc/calc-prog.el (edmacro-format-keys, edmacro-parse-keys)
3608         (math-read-expr-level): Declare as functions.
3610         * calc/calc-vec.el (math-read-expr-level): Declare as a function.
3612 2007-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3614         * emacs-lisp/lisp.el (end-of-defun): Restructure so that
3615         end-of-defun-function is called consistently, even for negative
3616         arguments.
3617         (end-of-defun-function): Default to forward-sexp.
3619 2007-11-26  Juanma Barranquero  <lekktu@gmail.com>
3621         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
3623 2007-11-26  Glenn Morris  <rgm@gnu.org>
3625         * calendar/cal-menu.el (cal-menu-holidays-menu): Use :label rather
3626         than :suffix.
3628         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
3630 2007-11-26  Simon Josefsson  <simon@josefsson.org>
3632         * net/imap.el: Move from ../gnus.
3634 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
3636         * doc-view.el (doc-view-mode-p): New function.
3638 2007-11-25  Dan Nicolaescu  <dann@ics.uci.edu>
3640         * mail/mspools.el (rmail-get-new-mail):
3641         * mail/reporter.el (mail-position-on-field, mail-text):
3642         * mail/rmail.el (mail-position-on-field, mail-text-start)
3643         (rmail-update-summary):
3644         * mail/rmailedit.el (rmail-summary-disable, rmail-summary-enable):
3645         * mail/rmailmsc.el (rmail-parse-file-inboxes, rmail-show-message):
3646         * mail/rmailout.el (rmail-update-summary):
3647         * mail/rmailsort.el (rmail-update-summary):
3648         * mail/sendmail.el (dired-move-to-filename, dired-get-filename)
3649         (dired-view-file):
3650         * mail/uce.el (mail-strip-quoted-names):
3651         * mail/undigest.el (rmail-update-summary):
3652         * mail/unrmail.el (mail-strip-quoted-names):
3653         * ediff.el (diff-latest-backup-file): Declare as functions.
3655         * obsolete/mlsupport.el (ml-previous-page): Fix typo.
3656         (kill-to-end-of-line):
3657         * obsolete/rnews.el (news-set-minor-modes):
3658         Remove non working functions.
3660 2007-11-25  Glenn Morris  <rgm@gnu.org>
3662         * eshell/esh-maint.el (top-level): Use require with NOERROR for
3663         pcomplete.  Don't mess with load-path.
3665         * eshell/eshell.el (eshell-report-bug-address): Remove.
3666         (eshell-report-bug): Redefine as an alias for report-emacs-bug.
3668 2007-11-24  Glenn Morris  <rgm@gnu.org>
3670         * calendar/appt.el: Remove leading `*' from defcustom doc-strings.
3671         (appt-disp-window): Don't require electric.
3672         Simplify minibuffer-avoidance code.
3673         (appt-select-lowest-window): Avoid minibuffer.
3675         * eshell/eshell.el: Remove leading `*' from defcustom doc-strings.
3676         (esh-mode): Require it.
3677         (esh-util): Use require rather than featurep and load.
3678         (eshell): No need to test if eshell-mode is bound; remove obsolete
3679         reference to eshell-auto.
3680         (eshell-command, eshell-command-result): Don't require esh-mode
3681         now that the file does.
3682         (top-level): Move provide statement to the end of the file.
3683         Re-order and update commentary.
3685 2007-11-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
3687         * vc.el (vc-annotate-mode): Frob buffer invisibility spec.
3688         (vc-annotate-toggle-annotation-visibility): New command.
3689         (vc-annotate-mode-map): Bind "V" to it.
3690         (vc-annotate-mode-menu): Add entry for it.
3691         (vc-annotate-get-time-set-line-props): New func.
3692         (vc-annotate-display-autoscale)
3693         (vc-annotate-display-difference): Use it.
3695         * vc-git.el (vc-git-annotate-time): Handle optional field FILENAME.
3696         Also, match one space at end of annotation text, after last paren.
3698 2007-11-24  Michael Albinus  <michael.albinus@gmx.de>
3700         * ido.el (ido-file-name-all-completions-1): Check for fboundp of
3701         `tramp-completion-mode-p' as it is in Tramp 2.1.  Let-bind
3702         `tramp-completion-mode'.
3704 2007-11-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
3706         * vc-git.el (vc-git-show-log-entry): New func.
3708         * vc-git.el (vc-git--call, vc-git--out-ok): New funcs.
3709         (vc-git-state): Use vc-git--call.
3710         (vc-git-registered, vc-git-working-revision)
3711         (vc-git-previous-revision, vc-git-next-revision)
3712         (vc-git--run-command-string, vc-git-symbolic-commit):
3713         Use vc-git--out-ok.
3715 2007-11-24  Glenn Morris  <rgm@gnu.org>
3717         * emacs-lisp/byte-run.el (declare-function): Doc fix.
3719 2007-11-24  Kenichi Handa  <handa@m17n.org>
3721         * international/ucs-tables.el (ucs-8859-7-alist): Update the table.
3723 2007-11-23  David Kastrup  <dak@gnu.org>
3725         * server.el (server-process-filter): Use `command-line-args-left'.
3727 2007-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3729         * nxml/subdirs.el, nxml/char-data/subdirs.el, nxml/rng-auto.el: Remove.
3731 2007-11-23  Dan Nicolaescu  <dann@ics.uci.edu>
3733         * vc.el (vc-deduce-fileset): Also look for a fileset in the parent
3734         buffer if the parent buffer is in vc-dired-mode.
3736 2007-11-23  Mark A. Hershberger  <mah@everybody.org>
3738         * nxml: Initial merge of nxml.  Kept nxml/char-name subdir for now.
3740 2007-11-23  Juri Linkov  <juri@jurta.org>
3742         * dired.el (dired-read-dir-and-switches): For C-x d, set the
3743         value for M-n to the visited file name of the current buffer.
3744         Use minibuffer-with-setup-hook to set minibuffer-default to
3745         buffer-file-name inside read-file-name.
3747         * man.el (Man-getpage-in-background): Don't disregard user option
3748         `Man-width' on non-window systems.  Remove test for `window-system'
3749         around setting envvar "COLUMNS" depending on the value of `Man-width'.
3751         * progmodes/grep.el (grep-process-setup): Set envvar "TERM" to
3752         "emacs-grep".  Set envvar "GREP_OPTIONS" to "--color=auto" instead
3753         of "--color=always".
3755 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3757         * emacs-lisp/lisp.el (beginning-of-defun-raw): Pass `arg' down to
3758         beginning-of-defun-function.
3760 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
3762         * mail/hashcash.el: Move from ../gnus.  Add hashcash payments to email.
3764 2007-11-22  Glenn Morris  <rgm@gnu.org>
3766         * emulation/cua-base.el (x-clipboard-yank): Fix declaration.
3768         * emacs-lisp/check-declare.el (check-declare-locate): New function.
3769         (check-declare-scan): Use check-declare-locate.
3770         (check-declare-verify): No longer adjust fnfile, now
3771         check-declare-locate does it.
3773         * emacs-lisp/byte-run.el (declare-function): Doc fix.
3775 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3777         * subr.el (posn-col-row): Make the `default-value' use explicit.
3779         * window.el (balance-windows): Remove unused var `counter'.
3780         (bw-balance-sub): Remove unused var `lastchild'.
3781         (split-window-vertically): Remove unused var `switch'.
3782         (recenter-top-bottom): Remove unused vars `bottom', `current', `total'.
3784         * emacs-lisp/bytecomp.el
3785         (byte-compile-file-form-custom-declare-variable): Simplify.
3787 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
3789         * cus-edit.el (custom-mode): Define with `define-derived-mode'.
3790         Set `show-trailing-whitespace' to nil.
3792         * dired.el (make-symbolic-link):
3793         * dired-aux.el (mailcap-parse-mailcaps, mailcap-parse-mimetypes)
3794         (mailcap-extension-to-mime, mailcap-mime-info, make-symbolic-link):
3795         * dired-x.el (make-symbolic-link):
3796         * frame.el (x-initialize-window-system):
3797         * menu-bar.el (x-menu-bar-open):
3798         * select.el (x-get-cut-buffer-internal, x-rotate-cut-buffers-internal)
3799         (x-store-cut-buffer-internal):
3800         * wdired.el (make-symbolic-link):
3801         * x-dnd.el (x-register-dnd-atom, x-get-atom-name)
3802         (x-send-client-message):
3803         * emulation/cua-base.el (x-clipboard-yank): Declare as functions.
3805 2007-11-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3807         * term/x-win.el (x-gtk-map-stock): Check if FILE is a string.
3809 2007-11-22  Glenn Morris  <rgm@gnu.org>
3811         * dos-fns.el (int86):
3812         * term/mac-win.el (mac-font-panel-mode): Fix declarations.
3814         * calendar/cal-menu.el (cal-menu-holidays-menu): Fix holiday-list call.
3816         * calendar/holidays.el (holiday-list): Add autoload cookie.
3818         * emacs-lisp/check-declare.el (check-declare-scan): Expand .c
3819         files relative to src/ directory.
3820         (check-declare-verify): Handle .c files.  Warn if could not find
3821         an arglist to check.
3823         * emacs-lisp/byte-run.el (declare-function): Doc fix.
3825 2007-11-22  Dan Nicolaescu  <dann@ics.uci.edu>
3827         * replace.el (occur-mode-map): Add a major mode menu with entries
3828         for all occur operations.
3830         * international/titdic-cnv.el (dos-8+3-filename):
3831         * obsolete/fast-lock.el (msdos-long-file-names):
3832         * frame.el (msdos-mouse-p):
3833         * files.el (msdos-long-file-names, w32-long-file-name):
3834         * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
3835         (mac-resume-apple-event, mac-font-panel-mode)
3836         (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
3837         (mac-clear-font-name-table):
3838         * term/pc-win.el (msdos-remember-default-colors)
3839         (w16-set-clipboard-data, w16-get-clipboard-data):
3840         * term/w32-win.el (w32-send-sys-command, w32-select-font)
3841         (set-message-beep):
3842         * net/browse-url.el (w32-shell-execute):
3843         * w32-fns.el (set-message-beep, w32-get-clipboard-data)
3844         (w32-get-locale-info, w32-get-valid-locale-ids)
3845         (w32-set-clipboard-data):
3846         * dos-fns.el (int86, msdos-long-file-names):
3847         * dos-w32.el (default-printer-name): Declare as functions.
3849 2007-11-21  Jason Rumney  <jasonr@gnu.org>
3851         * emacs-lisp/byte-run.el (declare-function): Return nil.
3853 2007-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3855         * progmodes/sh-script.el (sh-mode): Set defun-prompt-regexp.
3857 2007-11-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3859         * ps-print.el (ps-lpr-switches): Docstring fix.
3860         (ps-string-list): New fun.
3861         (ps-do-despool): Code fix.
3863 2007-11-21  Juanma Barranquero  <lekktu@gmail.com>
3865         * w32-fns.el: Undo 2007-11-21 change by Dan Nicolaescu.
3867 2007-11-21  Glenn Morris  <rgm@gnu.org>
3869         * emacs-lisp/check-declare.el (check-declare-verify): Skip C files
3870         for now.  Handle define-minor-mode, and defalias (with no argument
3871         checking).
3873 2007-11-21  Dan Nicolaescu  <dann@ics.uci.edu>
3875         * frame.el (msdos-mouse-p):
3876         * files.el (msdos-long-file-names, w32-long-file-name):
3877         * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
3878         (mac-resume-apple-event, mac-font-panel-mode)
3879         (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
3880         (mac-clear-font-name-table):
3881         * term/pc-win.el (msdos-remember-default-colors)
3882         (w16-set-clipboard-data, w16-get-clipboard-data):
3883         * term/w32-win.el (w32-send-sys-command, w32-select-font)
3884         (set-message-beep):
3885         * net/browse-url.el (w32-shell-execute):
3886         * dos-fns.el (int86, msdos-long-file-names):
3887         * dos-w32.el (default-printer-name): Undo previous change.
3889 2007-11-21  Eli Zaretskii  <eliz@gnu.org>
3891         * international/mule-cmds.el (set-locale-environment):
3892         Set default-file-name-coding-system _after_ keyboard and terminal
3893         coding systems.  This fixes last change.
3895         * mail/rmail.el (rmail-current-subject-regexp): Allow more than
3896         one space after "Subject:".
3898 2007-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3900         * pcvs-parse.el (cvs-parse-table): Ignore errors when looking up files
3901         in order to determine if there's a conflict.
3903 2007-11-21  Richard Stallman  <rms@gnu.org>
3905         * bindings.el (esc-map): Bind C-M-l here; moved from reposition.el.
3907         * reposition.el (reposition-window):
3908         Binding C-M-l moved to bindings.el.
3910         * bindings.el (ctl-x-4-map): Bind C-x 4 a here; moved from add-log.el.
3912         * add-log.el (add-change-log-entry-other-window):
3913         Key binding C-x 4 a moved to bindings.el.
3915         * bindings.el (minibuffer-local-map): Bind C-tab here; moved
3916         from filecache.el.
3918         * filecache.el: Minibuffer map bindings moved to bindings.el.
3920 2007-11-21  Jason Rumney  <jasonr@gnu.org>
3922         * international/mule-cmds.el (set-locale-environment):
3923         Set default-file-name-coding-system from system defaults on Windows.
3925 2007-11-21  Jason Rumney  <jasonr@gnu.org>
3927         * term/w32console.el: New term init file for w32 console.
3929         * w32-fns.el (x-alternatives-map): Copy from term/x-win.el.
3930         (x-setup-function-keys): Likewise, replacing top-level key definitions.
3931         (w32-tty-standard-colors): Move to term/w32console.el.
3933         * term/w32-win.el (x-setup-function-keys): Remove.
3935         * term/tty-colors.el (tty-register-default-colors): Remove special
3936         case for w32.
3938 2007-11-21  Dan Nicolaescu  <dann@ics.uci.edu>
3940         * frame.el (msdos-mouse-p):
3941         * generic-x.el (w32-shell-name):
3942         * files.el (msdos-long-file-names, w32-long-file-name)
3943         (dired-get-filename, dired-unmark, dired-do-flagged-delete)
3944         (dos-8+3-filename, vms-read-directory, view-mode-disable):
3945         * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
3946         (mac-resume-apple-event, mac-font-panel-mode)
3947         (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
3948         (mac-clear-font-name-table):
3949         * term/pc-win.el (msdos-remember-default-colors)
3950         (w16-set-clipboard-data, w16-get-clipboard-data):
3951         * term/w32-win.el (w32-send-sys-command, w32-select-font)
3952         (set-message-beep):
3953         * w32-fns.el (set-message-beep, w32-get-clipboard-data)
3954         (w32-get-locale-info, w32-get-valid-locale-ids)
3955         (w32-set-clipboard-data):
3956         * help-fns.el (ad-get-advice-info):
3957         * font-lock.el (fast-lock-after-fontify-buffer)
3958         (fast-lock-after-unfontify-buffer, fast-lock-mode)
3959         (lazy-lock-after-fontify-buffer)
3960         (lazy-lock-after-unfontify-buffer, lazy-lock-mode):
3961         * net/browse-url.el (w32-shell-execute):
3962         * dos-fns.el (int86, msdos-long-file-names):
3963         * dos-w32.el (default-printer-name): Declare as functions.
3965 2007-11-21  Juanma Barranquero  <lekktu@gmail.com>
3967         * textmodes/paragraphs.el (forward-sentence): Doc fix.
3968         Reported by Drew Adams <drew.adams@oracle.com>.
3970 2007-11-20  Jason Rumney  <jasonr@gnu.org>
3972         * term/w32-win.el (x-setup-function-keys): Protect against
3973         multiple calls on the same terminal.
3975 2007-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
3977         * term/mac-win.el (x-setup-function-keys): Only setup
3978         local-function-key-map if it has not been setup already for the
3979         current frame.  Move the suspend-emacs processing here.
3981 2007-11-20  Juanma Barranquero  <lekktu@gmail.com>
3983         * progmodes/grep.el (xargs-program): New variable.
3984         (grep-compute-defaults): Use it.
3985         (grep-default-command): Doc fix.
3986         (grep, lgrep, rgrep): Reflow docstrings.
3988 2007-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
3990         * vc.el (vc-find-revision): Set the parent buffer.
3991         Use when instead of if.
3993         * progmodes/python.el (info-lookup-maybe-add-help):
3994         * progmodes/ps-mode.el (doc-view-minor-mode):
3995         * mail/emacsbug.el (Info-menu, Info-goto-node):
3996         * emulation/viper-keym.el (viper-ex)
3997         (viper-normalize-minor-mode-map-alist, viper-set-mode-vars-for):
3998         * emulation/viper-cmd.el (widget-type, widget-button-press)
3999         (viper-set-hooks):
4000         * emacs-lisp/tcover-unsafep.el (unsafep-function):
4001         * emacs-lisp/tcover-ses.el (ses-set-curcell, ses-update-cells)
4002         (ses-load, ses-vector-delete, ses-create-header-string)
4003         (ses-read-cell, ses-read-symbol, ses-command-hook, ses-jump):
4004         * emacs-lisp/gulp.el (mail-subject, mail-send): Declare as functions.
4006 2007-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4008         * pcvs.el (cvs-revert-if-needed): Fix copy&paste typo.
4010 2007-11-20  Glenn Morris  <rgm@gnu.org>
4012         * emacs-lisp/check-declare.el (check-declare-verify): Tweak regexp
4013         for end of function-name.  Handle define-derived-mode.
4015 2007-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
4017         * progmodes/idlw-help.el: Require browse-url unconditionally, it
4018         is available by default.
4019         (idlwave-help-browse-url-available): Change default to t.
4021         * emulation/edt.el (defgroup, defcustom): Remove definition.
4022         (eval-when-compile): Remove.
4023         (c-mark-function):
4024         * textmodes/reftex-dcr.el (bibtex-beginning-of-entry):
4025         * textmodes/fill.el (comment-search-forward)
4026         (comment-string-strip):
4027         * progmodes/prolog.el (comint-mode, comint-send-string)
4028         (comint-send-region, comint-send-eof):
4029         * progmodes/dcl-mode.el (imenu-default-create-index-function):
4030         * emulation/viper-util.el (viper-forward-Word):
4031         * emulation/vi.el (c-mark-function):
4032         * emulation/edt-vt100.el (vt100-wide-mode):
4033         * emacs-lisp/timer.el (diary-entry-time): Declare as functions.
4035 2007-11-19  Michael Albinus  <michael.albinus@gmx.de>
4037         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
4038         Still some tuning in case of an echoing shell.
4039         (tramp-send-command): Connection property "remote-echo" is not
4040         persistent; cache key is the process therefore.
4042 2007-11-19  Juanma Barranquero  <lekktu@gmail.com>
4044         * replace.el (map-query-replace-regexp): Doc fix (revert part of
4045         2000-05-21T17:04:47Z!fx@gnu.org made on 2000-05-21 with no ChangeLog entry).
4047 2007-11-19  Dan Nicolaescu  <dann@ics.uci.edu>
4049         * progmodes/octave-mod.el (inferior-octave-send-list-and-digest):
4050         * play/yow.el (doctor-ret-or-read):
4051         * vc-hooks.el (vc-dired-resynch-file):
4052         * vc-hg.el (log-view-get-marked):
4053         * smerge-mode.el (ediff-cleanup-mess):
4054         * pcvs.el (vc-editable-p, vc-checkout):
4055         * pcomplete.el (comint-bol):
4056         * informat.el (texinfo-format-refill):
4057         * ido.el (tramp-tramp-file-p):
4058         * ibuffer.el (ibuffer-mark-on-buffer, ibuffer-format-qualifier)
4059         (ibuffer-generate-filter-groups, ibuffer-format-filter-group-data):
4060         * add-log.el (c-beginning-of-defun, c-end-of-defun): Declare as
4061         functions.
4063         * textmodes/ispell.el (ispell-int-char): Make it a defalias
4064         instead of fset.
4065         (ispell-message): Use with-no-warnings for sc-cite-regexp call.
4067         * ido.el (ido-file-internal): Move with-no-warnings to include the
4068         ffap-string-at-point call.
4070         * pcomplete.el (pcomplete-executables): Move defsubst before first use.
4072         * vc-hg.el (vc-hg-revision-table): Fix last change.
4074 2007-11-19  Martin Rudalics  <rudalics@gmx.at>
4076         * menu-bar.el (top-level): Deactivate clipboard-kill-region and
4077         clipboard-yank when the buffer is read-only.
4079         * cus-edit.el (custom-field-keymap): Move to other Custom mode
4080         keymaps such that it's before the definition of Custom-mode-menu.
4081         (Custom-mode-menu): Show it for custom-field-keymap too.
4083 2007-11-19  Nick Roberts  <nickrob@snap.net.nz>
4085         * progmodes/gdb-ui.el: Update commentary.
4087 2007-11-18  Dan Nicolaescu  <dann@ics.uci.edu>
4089         * net/tramp.el (tramp-terminal-type): Remove duplicated definition.
4091 2007-11-19  Glenn Morris  <rgm@gnu.org>
4093         * emacs-lisp/check-declare.el (check-declare-verify): If fnfile
4094         does not exist, try adding `.el' extension.  Also search for defsubsts.
4096         * cus-edit.el (recentf-expand-file-name):
4097         * dired.el (dired-relist-entry):
4098         * subr.el (w32-shell-dos-semantics):
4099         * emacs-lisp/bytecomp.el (compilation-forget-errors):
4100         Declare as functions.
4102 2007-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4104         * abbrev.el (kill-all-abbrevs, insert-abbrevs)
4105         (prepare-abbrev-list-buffer): Use dolist.
4106         (clear-abbrev-table): Preserve properties.
4108 2007-11-18  Shigeru Fukaya  <shigeru.fukaya@gmail.com>  (tiny change)
4110         * textmodes/texinfmt.el (texinfo-format-printindex):
4111         Collect combined indexes using texinfo-short-index-format-cmds-alist.
4112         Reported on <bug-texinfo@gnu.org>.
4114 2007-11-18  Michael Albinus  <michael.albinus@gmx.de>
4116         * net/tramp.el (tramp-completion-reread-directory-timeout):
4117         New defcustom.
4118         (tramp-handle-file-name-all-completions): Flush directory contents
4119         from cache regularly.
4120         (tramp-set-auto-save-file-modes): Check also for `buffer-modified-p'.
4121         (tramp-open-connection-setup-interactive-shell):
4122         Call `tramp-cleanup-connection' via funcall.
4124         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Temp file is already
4125         created when copying.
4127 2007-11-17  Dan Nicolaescu  <dann@ics.uci.edu>
4129         * eshell/esh-util.el (eshell-under-xemacs-p): Remove.
4130         * eshell/esh-mode.el (eshell-mode-syntax-table, command-running-p):
4131         * eshell/esh-ext.el (eshell-external-command):
4132         * eshell/esh-cmd.el (require):
4133         * eshell/em-unix.el (eshell-plain-locate-behavior):
4134         * eshell/em-cmpl.el (eshell-cmpl-initialize):
4135         Replace eshell-under-xemacs-p with (featurep 'xemacs).
4136         * eshell/esh-mode.el (characterp, char-int): Remove unused
4137         conditional defaliases.
4139         * pcomplete.el (pcomplete-event-matches-key-specifier-p):
4140         Rename from event-matches-key-specifier-p, define unconditionally.
4141         (event-basic-type): Remove unused defalias.
4142         (pcomplete-show-completions):
4143         Use pcomplete-event-matches-key-specifier-p.
4145 2007-11-17  Eli Zaretskii  <eliz@gnu.org>
4147         * eshell/esh-module.el (eshell-load-defgroups): Don't make backups
4148         when saving esh-groups.el.
4150 2007-11-17  Martin Rudalics  <rudalics@gmx.at>
4152         * wid-edit.el (widget-default-complete):
4153         * progmodes/flymake.el (flymake-goto-file-and-line):
4154         Fix typo in (doc-)string.
4156 2007-11-17  Glenn Morris  <rgm@gnu.org>
4158         * emacs-lisp/byte-run.el (declare-function): New macro.
4159         * emacs-lisp/bytecomp.el (byte-compile-declare-function):
4160         New function, byte-hunk-handler for declare-function.
4161         (byte-compile-callargs-warn): Handle declared functions.
4163         * emacs-lisp/check-declare.el: New file.
4164         * Makefile.in (check-declare): New target.
4166         * progmodes/fortran.el (gud-find-c-expr): Declare as a function.
4168         * subr.el (process-lines): Move here from ../admin/admin.el.
4169         * emacs-lisp/authors.el (authors-process-lines): Remove.
4170         (authors): Use process-lines rather than authors-process-lines.
4172         * progmodes/compilation-perl.el, progmodes/compilation-weblint.el:
4173         Remove these files.
4175 2007-11-17  Juanma Barranquero  <lekktu@gmail.com>
4177         * emacs-lisp/backquote.el (backquote):
4178         Improve argument/docstring consistency.
4180         * emacs-lisp/ring.el (ring-size, ring-p, ring-insert)
4181         (ring-length, ring-empty-p): Use c[ad]dr.
4182         (ring-plus1): Use `1+'.
4183         (ring-minus1): Use `zerop'.
4184         (ring-remove): Use c[ad]dr.  Use `when'.
4185         (ring-copy): Use c[ad]dr.  Use `let', not `let*'.
4186         (ring-ref): Use `let', not `let*'.
4187         (ring-insert-at-beginning): Use c[ad]dr.  Doc fix.
4188         (ring-insert+extend): Use c[ad]dr.  Fix typo in docstring.
4189         (ring-member): Simplify.  Doc fix.
4190         (ring-convert-sequence-to-ring): Simplify.
4192 2007-11-17  Juri Linkov  <juri@jurta.org>
4194         * dired-aux.el (dired-create-directory): Allow creating
4195         a directory of an arbitrary depth.  Add a loop to find the topmost
4196         nonexistent parent dir `new', and call `dired-add-file' on it.
4197         Set the `PARENTS' arg of `make-directory' to t.
4199 2007-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
4201         * calc/calc-aent.el (calc-last-user-lang-parse-table): New variable.
4202         (math-build-parse-table): Get parse information from math-parse-table.
4204 2007-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4206         * window.el (recenter-last-op): New var.
4207         (recenter-top-bottom): New command.
4208         (global-map): Bind it to C-l.
4210         * abbrev.el (abbrev--write): Fix error in transcription from C.
4212         * emulation/pc-select.el (pc-select-shifted-mark): Remove.
4213         (pc-select-ensure-mark): Set mark-active to a special value instead.
4214         Rename from ensure-mark.  Update call callers.
4215         (pc-select-maybe-deactivate-mark): Rename from maybe-deactivate-mark.
4216         Rewrite.  Update all callers.
4217         (pc-selection-mode): Remove redundant var declaration.
4219 2007-11-16  Tassilo Horn  <tassilo@member.fsf.org>
4221         * doc-view.el (doc-view-search-backward, doc-view-search):
4222         Fix assignment to free variable bug.
4224 2007-11-16  Martin Pohlack  <mp26@os.inf.tu-dresden.de>  (tiny change)
4226         * emulation/pc-select.el (pc-select-shifted-mark): New var.
4227         (ensure-mark): Set it.
4228         (maybe-deactivate-mark): New fun.
4229         Use it everywhere instead of (setq mark-active nil).
4231 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
4233         * textmodes/reftex-dcr.el (reftex-start-itimer-once):
4234         Add check for XEmacs.
4236         * calc/calc-menu.el (calc-mode-map): Pacify byte compiler.
4238         * doc-view.el (doc-view-resolution): Add missing :group.
4240 2007-11-16  Juanma Barranquero  <lekktu@gmail.com>
4242         * subr.el (make-variable-frame-local):
4243         Fix typo in obsolescence declaration.
4245 2007-11-16  Werner Lemberg  <wl@gnu.org>
4247         * files.el (set-auto-mode-1): Check second line for -*- if file
4248         starts with '\" (which is used by man pages to identify needed
4249         troff preprocessors).
4251 2007-11-16  Glenn Morris  <rgm@gnu.org>
4253         * mail/mail-extr.el (mail-extr-all-top-level-domains): Update domains.
4255 2007-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
4257         * calc/calc-lang.el (math-oper-table): Fix typo.
4258         Reduce precedence of "/" for TeX.
4260         * calc/calc-menu.el (calc-modes-menu): Add Languages submenu.
4262 2007-11-16  Juri Linkov  <juri@jurta.org>
4264         * dired-aux.el (dired-read-shell-command-default): New function.
4265         (dired-read-shell-command): Use its return value for DEFAULT arg.
4267         * replace.el (keep-lines-read-args, occur-read-primary-args):
4268         Use a list of default values for DEFAULT arg of read-from-minibuffer.
4270         * man.el (Man-heading-regexp): Add 0-9.
4271         (Man-first-heading-regexp): Remove leading space [ \t]* before NAME.
4273 2007-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4275         * doc-view.el (doc-view-ghostscript-options): Remove resolution arg.
4276         (doc-view-resolution): New custom var.
4277         (doc-view-pdf/ps->png): Use it.
4278         (doc-view-shrink-factor): New var.
4279         (doc-view-enlarge, doc-view-shrink): New commands.
4280         (doc-view-mode-map): Use them.
4282 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
4284         * ediff-wind.el (ediff-window-setup-function):
4285         * simple.el (normal-erase-is-backspace):
4286         * eshell/em-unix.el (eshell/info):
4287         * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
4288         Fix typos in docstrings.
4290         * emulation/cua-base.el (cua--keymaps-initialized):
4291         Rename from `cua--keymaps-initalized'.  Callers changed.
4292         (cua-highlight-region-shift-only): Doc fix.
4293         (cua-paste-pop): Fix typo in docstring.
4295 2007-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4297         * emulation/cua-base.el (cua--pre-command-handler-1):
4298         Use input-decode-map instead of function-key-map.
4299         Use event-modifiers now that it works reliably.
4301         * vc.el (vc-diff-internal): Pop-to-buffer later.
4303         * subr.el (event-modifiers): Use internal-event-symbol-parse-modifiers.
4305         * pcvs.el (cvs-revert-if-needed): Ignore `unknown' files, since cvs
4306         did not touch them.
4308 2007-11-15  Jay Belanger  <jay.p.belanger@gmail.com>
4310         * calc/calc-menu.el: New file.
4311         * calc/calc.el (calc-mode): Require calc-menu.
4313 2007-11-14  Juanma Barranquero  <lekktu@gmail.com>
4315         * isearch-multi.el (isearch-buffers-next-buffer-function): Doc fix.
4317 2007-11-14  Nick Roberts  <nickrob@snap.net.nz>
4319         * progmodes/gdb-ui.el (gdb-parent-bptno-enabled): New variable.
4320         (gdb-breakpoint-regexp, gdb-mouse-toggle-breakpoint-margin)
4321         (gdb-mouse-toggle-breakpoint-fringe, gdb-delete-breakpoint)
4322         (gdb-goto-breakpoint): Generalise for breakpoints with multiple
4323         locations.
4324         (gdb-info-breakpoints-custom, gdb-assembler-custom)
4325         (gdb-toggle-breakpoint): Update for new gdb-breakpoint-regexp.
4326         (gdb-put-breakpoint-icon): Only display icon for parent breakpoint.
4328 2007-11-13  Noah Friedman  <friedman@splode.com>
4330         * calc/calc.el: Add `backward-delete-char-untabify' to the list of
4331         bindings to remap when `calc-scan-for-dels' is non-nil.
4333 2007-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4335         * emacs-lisp/byte-opt.el (byte-compile-trueconstp): Handle more
4336         constant forms.
4337         (byte-compile-nilconstp): New function.
4338         (byte-optimize-cond): Kill subsequent branches when a branch is
4339         know to be taken or not taken.
4340         (byte-optimize-if): Use byte-compile-nilconstp instead of hand coding.
4342 2007-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
4344         * vc.el (vc-register): Allow registering a file passed as a
4345         parameter instead of just the current buffer.
4347 2007-11-12  Michael Albinus  <michael.albinus@gmx.de>
4349         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
4350         Check whether the output of "uname -sr" has been changed.
4352 2007-11-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4354         * progmodes/compile.el (compilation-error-regexp-alist-alist): Insert
4355         patterns from compilation-perl.el and compilation-weblint.el files.
4357 2007-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
4359         * progmodes/compilation-perl.el:
4360         * progmodes/compilation-weblint.el: Disable autoloads, they cause
4361         a bootstrap failure.
4363         * vc-cvs.el (vc-cvs-diff): If backup files exist, diff them
4364         instead of doing "cvs diff" in order to avoid accessing the repository.
4366 2007-11-12  Kevin Ryde  <user42@zip.com.au>
4368         * progmodes/compilation-perl.el:
4369         * progmodes/compilation-weblint.el: New files.
4371 2007-11-11  Juanma Barranquero  <lekktu@gmail.com>
4373         * international/iso-cvt.el (iso-translate-conventions): Doc fix.
4374         (iso-aggressive-german-trans-tab, iso-conservative-german-trans-tab)
4375         (iso-tex2iso-trans-tab, iso-gtex2iso-trans-tab): Reflow docstring.
4376         (iso-spanish, iso-german, iso-iso2tex, iso-tex2iso, iso-gtex2iso)
4377         (iso-iso2gtex, iso-iso2duden, iso-iso2sgml, iso-sgml2iso):
4378         Rewrite in active voice.
4380 2007-11-11  Tassilo Horn  <tassilo@member.fsf.org>
4382         * doc-view.el: Add comments about isearch support.
4384 2007-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
4386         * vc.el (vc-start-entry): Fix setting the in the case the function
4387         is called from vc-dired.  Use when instead of if where appropriate.
4389 2007-11-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4391         * ps-print.el (ps-do-despool): Do not force ps-lpr-switches
4392         to be a list.
4393         (ps-begin-job): Error if ps-lpr-switches is not a list.
4395 2007-11-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4397         * faces.el (face-normalize-spec): Remove function.
4398         (frame-set-background-mode): Undo last change.
4400 2007-11-10  Jason Rumney  <jasonr@gnu.org>
4402         * w32-fns.el: Sync charset names with setup-default-fontset.
4403         Append "-1" where second part missing.
4405 2007-11-10  Juri Linkov  <juri@jurta.org>
4407         * isearch.el (isearch-mode-end-hook, isearch-mode-end-hook-quit):
4408         Fix docstring.  Reported by Leo <sdl.web@gmail.com>.
4410         * custom.el (custom-note-var-changed): Remove the `interactive'
4411         spec from this new non-interactive function.
4413 2007-11-10  Tassilo Horn  <tassilo@member.fsf.org>
4415         * doc-view.el (doc-view-mode-map, doc-view-menu)
4416         (doc-view-pdf->txt-sentinel): Adapt to new search UI.
4417         (doc-view-search-backward): New function.
4418         (doc-view-search): Query new regexp if prefix arg is given, else
4419         jump to next/previous match.
4420         (doc-view-mode): Handle compressed files.
4421         (jka-compr): Required for compressed files.
4423 2007-11-10  Paul Pogonyshev  <pogonyshev@gmx.net>
4425         * replace.el (query-replace-show-replacement): New defcustom.
4426         (perform-replace): Use `match-substitute-replacement' if
4427         `query-replace-show-replacement' is non-nil.
4429 2007-11-10  David Kastrup  <dak@gnu.org>
4431         * subr.el (match-substitute-replacement): New function.
4433 2007-11-10  Carsten Dominik  <dominik@science.uva.nl>
4435         * files.el (auto-mode-alist): Select org-mode for files with the
4436         extension ".org".
4438 2007-11-10  Martin Rudalics  <rudalics@gmx.at>
4440         * help.el (help-window, help-window-point-marker): New variables.
4441         (help-window-select): New option.
4442         (with-help-window): New macro for displaying help windows.
4443         (help-window-display-message, help-window-setup-finish)
4444         (help-window-setup): New functions used for setting up help windows.
4445         (print-help-return-message): Reset help-window to nil.
4446         (view-lossage): Use with-help-window instead of
4447         with-output-to-temp-buffer and move help-window-point-marker after
4448         inserted text.
4449         (describe-bindings, describe-key, describe-mode): Use
4450         with-help-window instead of with-output-to-temp-buffer.
4452         * help-mode.el (help-mode): Set view-exit-action to bury the
4453         buffer instead of fiddling with windows.  Simplify code.
4454         (help-mode-finish): When help-window eqs t set it to the selected
4455         window and have with-help-window set up view-return-to-alist.
4456         (help-buffer): Add autoload cookie.
4458         * view.el (view-remove-frame-by-deleting): Change default value to t.
4459         Add autoload cookie.
4460         (view-exit-action, view-file, view-file-other-window)
4461         (view-file-other-frame, view-buffer, view-buffer-other-window)
4462         (view-buffer-other-frame): Rewrite doc strings.
4463         (view-return-to-alist-update): New function to remove stale entries
4464         from view-return-to-alist.
4465         (view-mode-enter): Rewrite doc string and simplify code.
4466         (view-mode-exit): Handle new case 'keep-frame.  Don't reset
4467         view-exit-action to nil.  Simplify code and rewrite doc string.
4469         * apropos.el (apropos-describe-plist):
4470         * descr-text.el (describe-char):
4471         * disp-table.el (describe-display-table):
4472         * faces.el (list-faces-display, describe-face):
4473         * facemenu.el (list-colors-display):
4474         * help-fns.el (describe-function, describe-variable)
4475         (describe-syntax, describe-categories):
4476         Use with-help-window instead of with-output-to-temp-buffer.
4478 2007-11-10  Dan Nicolaescu  <dann@ics.uci.edu>
4480         * emacs-lisp/byte-opt.el (byte-optimize-featurep):
4481         Optimize (featurep 'emacs) to t.
4483         * emacs-lisp/bytecomp.el (byte-compile-find-bound-condition):
4484         New function.
4485         (byte-compile-maybe-guarded): Use it to also look for bound
4486         symbols inside `and' forms.  Comment out non-working code that was
4487         trying to avoid warnings for XEmacs code.
4489         * vc.el (vc-diff-internal): Make the *vc-diff* buffer read only.
4491         * vc-svn.el (vc-svn-print-log, vc-svn-diff):
4492         * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-annotate-command):
4493         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff)
4494         (vc-cvs-annotate-command):
4495         * vc-arch.el (vc-arch-diff): Remove test to check if start-process
4496         is bound, it always is.
4498 2007-11-10  Jason Rumney  <jasonr@gnu.org>
4500         * term/w32-win.el (w32-initialize-window-system): Move SJIS font
4501         setup here from global scope.
4503 2007-11-10  Juanma Barranquero  <lekktu@gmail.com>
4505         * ido.el (ido-save-history): Save the history file in UTF-8, not
4506         the current filename coding system.
4508 2007-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4510         * simple.el (interprogram-cut-function, interprogram-paste-function):
4511         Don't make them frame-local any more.
4513         * faces.el (x-create-frame-with-faces, tty-create-frame-with-faces):
4514         Don't set interprogram-(cut|paste)-function on each frame.
4516         * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
4517         Make them work in tty frames.
4518         (interprogram-cut-function, interprogram-paste-function):
4519         Set them globally.
4521 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
4523         * international/iso-cvt.el (iso-spanish, iso-german, iso-iso2tex)
4524         (iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Doc fixes.
4525         (iso-iso2duden-trans-tab): Add docstring.
4527 2007-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4529         * abbrev.el (define-abbrev-table): Record the variable definition.
4531         * emacs-lisp/bytecomp.el (byte-compile-file-form-define-abbrev-table):
4532         New function.
4534 2007-11-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4536         * ps-print.el: Clean the code for checking suitable Emacs version.
4537         (ps-do-despool): If ps-lpr-switches is not a list, force it to be one.
4538         (ps-print-version): New version 6.8.1.
4540 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
4542         * files.el (enable-local-variables): Doc fix.
4544 2007-11-09  Nick Roberts  <nickrob@snap.net.nz>
4546         * progmodes/gud.el (gud-gdb): Remove vestigial gdba doc and code.
4548 2007-11-09  Sven Joachim  <svenjoac@gmx.de>
4550         * dired-aux.el (dired-copy-file-recursive):
4551         Preserve directory permissions.
4553 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
4555         * whitespace.el (whitespace-write-file-hook): Remove interactive spec.
4556         (whitespace-unload-function): New-style unload function.  When run,
4557         unintern `whitespace-unload-hook' and call `unload-feature' recursively
4558         to stop the old hook from messing with the unloading.
4560 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
4562         * emacs-lisp/elp.el (elp-report-limit, elp-restore-all)
4563         (elp-unset-master, elp-results): Fix typos.
4564         (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
4565         Doc fixes.
4567         * msb.el (msb--many-menus): Remove variable.
4568         (msb-max-menu-items, msb--add-to-menu): Doc fixes.
4569         (msb-menu-cond, msb-item-handling-function, msb--create-function-info)
4570         (msb--toggle-menu-type): Fix typos in docstrings.
4572         * shadowfile.el (shadow-inhibit-overload, shadow-remove-from-todo)
4573         (shadow-insert-var): Doc fixes.
4574         (shadow-file-match, shadow-define-cluster, shadow-define-regexp-group):
4575         Reflow docstrings.
4576         (shadow-parse-fullname, shadow-read-files): Fix typos in docstrings.
4578 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
4580         * ediff-hook.el (ediff, ediff-files, ediff-buffers, ebuffers, ediff3)
4581         (ediff-files3, ediff-buffers3, ebuffers3, erevision, ediff-revision):
4582         Fix typos in autoload docstrings.
4584 2007-11-09  Richard Stallman  <rms@gnu.org>
4586         * savehist.el (savehist-save): Obey savehist-ignored-variables.
4588 2007-11-09  Nick Roberts  <nickrob@snap.net.nz>
4590         * progmodes/gdb-ui.el (gdb-delete-out-of-scope): New option.
4591         (gdb-var-update-handler-1): Use it.
4593 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
4595         * loadhist.el (unload-feature): Remove erroneous check for the
4596         FEATURE-unload-function variable; check the existence of the
4597         function (that's what the docstring says, and it makes more sense).
4599         * follow.el (follow-unload-function): Add docstring.
4600         (follow-unload-function): Remove variable.
4602         * server.el (server-unload-function): Remove variable.
4603         (server-unload-function): Unbind `server-edit' from `C-x #'.
4605         * ses.el (ses-unload-function): New function.
4607 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
4609         * emacs-lisp/unsafep.el (unsafep, unsafep-function)
4610         (unsafep-progn, unsafep-let): Fix typos in docstrings.
4612         * uniquify.el (uniquify-maybe-rerationalize-w/o-cb): Define it
4613         before use to avoid a warning in packages that require uniquify.
4614         (uniquify-unload-function): New function and var.
4616 2007-11-09  Dan Nicolaescu  <dann@ics.uci.edu>
4618         * ediff-init.el (ediff-xemacs-p, ediff-emacs-p): Remove.
4619         (ediff-has-face-support-p, ediff-BAD-INFO, ediff-check-version)
4620         (ediff-current-diff-A, ediff-current-diff-B)
4621         (ediff-current-diff-C, ediff-fine-diff-C, ediff-fine-diff-A)
4622         (ediff-fine-diff-B, ediff-fine-diff-Ancestor, ediff-even-diff-A)
4623         (ediff-even-diff-B, ediff-even-diff-C, ediff-even-diff-Ancestor)
4624         (ediff-odd-diff-A, ediff-odd-diff-B, ediff-odd-diff-C)
4625         (ediff-odd-diff-Ancestor, ediff-reset-mouse):
4626         * ediff-wind.el (ediff-narrow-control-frame-leftward-shift)
4627         (ediff-setup-windows-plain-merge)
4628         (ediff-setup-windows-plain-compare, ediff-setup-control-frame)
4629         (ediff-refresh-control-frame, ediff-get-visible-buffer-window):
4630         * ediff-util.el (ediff-setup-keymap, )
4631         (ediff-toggle-wide-display, ediff-toggle-multiframe)
4632         (ediff-toggle-use-toolbar, ediff-really-quit)
4633         (ediff-good-frame-under-mouse)
4634         (ediff-highlight-diff-in-one-buffer)
4635         (ediff-remove-flags-from-buffer, ediff-place-flags-in-buffer1)
4636         (ediff-make-bullet-proof-overlay):
4637         * ediff-mult.el (ediff-setup-meta-map, ediff-emacs-p)
4638         (ediff-set-meta-overlay):
4639         * ediff-help.el (ediff-help-region-map, ediff-set-help-overlays):
4640         * ediff.el (ediff-documentation): Replace ediff-xemacs-p and
4641         ediff-emacs-p with their former definitions.
4643         * emulation/viper-init.el (viper-xemacs-p, viper-emacs-p): Remove.
4644         (viper-has-face-support-p, viper-inactivate-input-method)
4645         (viper-activate-input-method)
4646         (viper-use-replace-region-delimiters, viper-restore-cursor-type):
4647         * emulation/viper-mous.el (viper-multiclick-timeout)
4648         (viper-surrounding-word, viper-mouse-click-insert-word)
4649         (viper-mouse-click-search-word, viper-parse-mouse-key):
4650         * emulation/viper-macs.el (viper-char-array-to-macro):
4651         * emulation/viper.el (viper-go-away, viper-set-hooks)
4652         (viper-non-hook-settings):
4653         * emulation/viper-util.el (viper-get-saved-cursor-color-in-replace-mode)
4654         (viper-get-saved-cursor-color-in-insert-mode)
4655         (viper-get-saved-cursor-color-in-emacs-mode)
4656         (viper-check-version, viper-get-visible-buffer-window)
4657         (viper-file-checked-in-p, viper-set-replace-overlay)
4658         (viper-set-replace-overlay-glyphs, viper-set-minibuffer-overlay)
4659         (viper-check-minibuffer-overlay, viper-read-key-sequence)
4660         (viper-key-to-emacs-key): Replace viper-xemacs-p and viper-emacs-p
4661         with their former definitions.
4662         (viper-eventify-list-xemacs): Only do work for XEmacs.
4663         (viper-set-unread-command-events): Only do work for Emacs.
4664         (viper-overlay-p, viper-make-overlay, viper-overlay-live-p)
4665         (viper-move-overlay, viper-overlay-start, viper-overlay-end)
4666         (viper-overlay-get, viper-overlay-put, viper-read-event)
4667         (viper-characterp, viper-int-to-char, viper-get-face)
4668         (viper-color-defined-p, viper-iconify): New defaliases replacing
4669         the old fsets.
4671         * progmodes/fortran.el (comment-region-function)
4672         (uncomment-region-function): Pacify byte compiler.
4674         * vc.el (vc-diff-internal): Remove code for an old version of gnus.
4676 2007-11-08  Michael Albinus  <michael.albinus@gmx.de>
4678         * net/tramp.el (tramp-maybe-open-connection): Use a local copy of
4679         `process-environment'.
4681 2007-11-08  David Hansen  <david.hansen@gmx.net>  (tiny change)
4683         * eshell/em-dirs.el (eshell-expand-multiple-dots): Change regexp to
4684         match dir like "a...b".
4686 2007-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4688         * smerge-mode.el (smerge-refine-subst): Pass "-d" to diff.
4690 2007-11-07  Michael Albinus  <michael.albinus@gmx.de>
4692         * net/tramp.el (tramp-handle-substitute-in-file-name):
4693         Don't expand the remote connection identification.
4694         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
4695         Set also $PS2 and $PS3 when setting $PS1.  Check for shell echoing
4696         before calling stty.
4698         * net/tramp-cache.el (tramp-cache-print)
4699         (tramp-dump-connection-properties): Fix docstring.
4700         (tramp-list-connections): Rename from `tramp-cache-list-connections'.
4702         * net/tramp-cmds.el (tramp-cleanup-connection): Apply it.
4704         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Don't expand the
4705         remote connection identification when setting connection property.
4707         * net/tramp-smb.el (tramp-smb-handle-substitute-in-file-name):
4708         "//" substitutes only in the local filename part.
4710 2007-11-07  David Hansen  <david.hansen@gmx.net>
4712         * eshell/em-glob.el (eshell-extended-glob): Sort matches.
4714 2007-11-07  Glenn Morris  <rgm@gnu.org>
4716         * emulation/tpu-mapper.el (tpu-map-key): Use unless rather than cond.
4717         Remove superfluous concats.  Move final set-buffer to
4718         non-emacs-specific code.
4720 2007-11-07  Rob Riepel  <riepel@networking.stanford.edu>
4722         * emulation/tpu-mapper.el (tpu-map-key): Remove un-needed cond branch.
4724 2007-11-07  Johan Bockg\e,Ae\e(Brd  <bojohan@gnu.org>
4726         * eshell/esh-mode.el (eshell-output-filter):
4727         * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel):
4728         Use `with-current-buffer'.
4730 2007-11-07  Andreas Schwab  <schwab@suse.de>
4732         * server.el (server-start): Only register cleanup after server was
4733         started.
4735 2007-11-06  Michael Albinus  <michael.albinus@gmx.de>
4737         * net/tramp.el (top): Don't autoload `tramp-cache-print'.
4739         * net/tramp-cache (tramp-cache-print): Move down.
4740         (tramp-cache-list-connections): New defun.
4742         * net/tramp-cmds.el (tramp-cleanup-connection): Use it.
4744 2007-11-06  Juanma Barranquero  <lekktu@gmail.com>
4746         * ido.el (ido-save-history): Write the history file in the current
4747         filename coding system, and add `coding' file-local variable.
4749 2007-11-06  Carsten Dominik  <dominik@science.uva.nl>
4751         * textmodes/org.el (org-table-formula-substitute-names):
4752         Remove forgotten temporary debugging code.
4754 2007-11-05  Michael Albinus  <michael.albinus@gmx.de>
4756         * net/tramp.el (tramp-wait-for-output): Ignore escape sequences in
4757         the prompt.
4759 2007-10-05  Chris Moore  <christopher.ian.moore@gmail.com>
4761         * wdired.el (wdired-use-dired-vertical-movement): Doc fix.
4763 2007-11-05  Simon Josefsson  <simon@josefsson.org>
4765         * net/tls.el (tls-end-of-info): Doc fix.
4767 2007-11-05  Kenichi Handa  <handa@ni.aist.go.jp>
4769         * international/utf-7.el (utf-7-imap): New coding system.
4770         (utf-7-imap-post-read-conversion): New function.
4771         (utf-7-imap-pre-write-conversion): New function.
4773 2007-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4775         * abbrev.el (abbrev--write): Fix up typo.
4777 2007-11-04  Juanma Barranquero  <lekktu@gmail.com>
4779         * abbrev.el (define-abbrev-table): Doc fix.
4781 2007-11-04  Thien-Thi Nguyen  <ttn@gnuvola.org>
4783         * info.el (Info-revert-buffer-function): New func.
4784         (Info-mode): Arrange to use it for reverting.
4785         (Info-copy-current-node-name): Add space between filename and nodename.
4787 2007-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4789         * abbrev.el (expand-abbrev): Move point back to expansion's end.
4791 2007-11-04  Glenn Morris  <rgm@gnu.org>
4793         * net/tls.el: Don't require rx when compiling.
4794         (tls-end-of-info): Rewrite without using rx.
4795         (open-tls-stream): Use with-current-buffer.
4797 2007-11-04  Riccardo Murri  <riccardo.murri@gmail.com>
4799         * net/tls.el: Require rx when compiling.
4800         (tls-end-of-info): New variable.
4801         (open-tls-stream): Keep reading input until `tls-end-of-info' is
4802         matched.
4804 2007-11-03  Sean O'Rourke  <seano@cs.ucla.edu>
4806         * register.el (append-to-register, prepend-to-register):
4807         Don't signal error on empty register; use the text, instead.
4809 2007-11-03  Michael Olson  <mwolson@gnu.org>
4811         * textmodes/remember.el (remember-buffer):
4812         Use define-obsolete-function-alias rather than defalias.
4814 2007-11-03  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
4816         * simple.el (bad-packages-alist): Anchor semantic regexp.
4818 2007-11-03  Glenn Morris  <rgm@gnu.org>
4820         * newcomment.el (comment-dwim): Call comment-insert-comment-function,
4821         if defined, for blank lines.  Doc fix.
4823         * progmodes/fortran.el (fortran-mode-map): Don't bind M-;.
4824         (fortran-mode): Set values for comment-region-function,
4825         uncomment-region-function and comment-insert-comment-function.
4826         (fortran-uncomment-region): New function.
4828         * textmodes/nroff-mode.el (nroff-mode):
4829         Set comment-insert-comment-function rather than indent-line-function.
4830         (nroff-indent-line-function): Remove.
4831         (nroff-insert-comment-function): New function.
4833 2007-11-02  Michael Kifer  <kifer@cs.stonybrook.edu>
4835         * ediff-vers.el (ediff-vc-working-revision): Add a quote.
4837 2007-11-02  Michael Kifer  <kifer@cs.stonybrook.edu>
4839         * emulation/viper-ex.el (viper-ex): Do not ignore the region.
4841         * emulation/viper-cmd.el (viper-prev-destructive-command)
4842         (viper-insert-prev-from-insertion-ring): Use ring-copy instead of
4843         copy-sequence.
4845         * ediff-util.el (ediff-make-current-diff-overlay): Do not use face-name.
4846         Got rid of ediff-copy-list.
4848         * ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer): Do not
4849         use face-name.
4850         (ediff-test-utility, ediff-diff-mandatory-option)
4851         (ediff-reset-diff-options): Remove to simplify the mandatory option
4852         handling on Windows.
4853         (ediff-set-diff-options): Add.
4854         (ediff-diff-options): Set "--binary" option as default in some cases.
4856         * ediff-vers.el (ediff-vc-internal): Use ediff-vc-revision-other-window.
4857         (ediff-vc-merge-internal): Use ediff-vc-revision-other-window and
4858         ediff-vc-working-revision.  Require vc-hooks.
4860 2007-11-02  Drake Wilson  <drake@begriffli.ch>  (tiny change)
4862         * files.el (hack-local-variables): Fix membership tests to avoid
4863         treating all variables as safe if `enable-local-variables' is
4864         set to :safe (CVE-2007-5795).
4866 2007-11-02  Glenn Morris  <rgm@gnu.org>
4868         * newcomment.el (comment-indent): Let comment-insert-comment-function,
4869         if defined, do all the work of inserting a new comment.
4871         * progmodes/etags.el (tags-table-mode): Disable undo.
4873         * simple.el (bad-packages-alist): Revert previous change.
4875 2007-11-02  Dan Nicolaescu  <dann@ics.uci.edu>
4877         * emacs-lisp/lselect.el: Move to obsolete/lselect.el.
4879         * obsolete/lselect.el: Do not warn about unknown functions.
4881 2007-11-02  Michael Olson  <mwolson@gnu.org>
4883         * textmodes/remember.el (remember-buffer): Make this an alias of
4884         remember-finalize, because Org uses it.
4886 2007-11-01  Michael Olson  <mwolson@gnu.org>
4888         * textmodes/remember.el: Improve documentation in heading.
4889         (remember-before-remember-hook): Turn into a customizable option.
4890         (remember): Document INITIAL argument.
4891         (remember-region): Remove autoload cookie.  Improve docstring to
4892         mention that it is called from the *Remember* buffer, and does not
4893         have any functional overlap with the `remember' function.
4894         (remember-finalize): Remove autoload cookie.  Rename from
4895         remember-buffer to emphasize that this does not have any
4896         functional overlap with the `remember' function.
4897         (remember-destroy): Remove autoload cookie.
4898         (remember-mode-map): Define and initialize in one step.
4899         (remember-mode): Improve docstring.
4900         (remember-annotation-functions): Default to just '(buffer-file-name),
4901         and don't try to take the default value from Planner.
4903 2007-11-01  Glenn Morris  <rgm@gnu.org>
4905         * doc-view.el (doc-view-cache-directory): Remove superfluous concat.
4907         * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
4909         * emacs-lisp/authors.el (authors-scan-change-log)
4910         (authors-scan-el): Don't enable local eval; enable only safe local
4911         variables, without querying.
4913         * mail/footnote.el (footnote-numeric-regexp)
4914         (footnote-english-upper-regexp, footnote-english-lower-regexp)
4915         (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
4916         Match multi-character footnotes.
4918         * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
4919         (nroff-indent-line-function): New function.
4920         (nroff-count-text-lines): Use nroff-forward-text-line rather than
4921         obsolete alias.
4923 2007-11-01  Ryan Yeske  <rcyeske@gmail.com>
4925         * net/rcirc.el (rcirc-last-quit-line, rcirc-last-line)
4926         (rcirc-elapsed-lines): New argument PROCESS.  Update callers.
4927         (rcirc-print): Only update the line count when not marking the
4928         line as omittable.
4929         (rcirc-log-write): Specify coding system when writing logfile.
4930         (rcirc-markup-fill): Make sure ellipsis does not cause line to wrap.
4932 2007-11-01  Dan Nicolaescu  <dann@ics.uci.edu>
4934         * printing.el (printing): Fix :version, printing.el was included
4935         for in emacs-22.1.
4936         (pr-path-style, pr-path-alist, pr-txt-name)
4937         (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
4938         (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
4939         (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
4940         (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
4941         (pr-auto-mode, pr-mode-alist, pr-ps-utility)
4942         (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
4943         (pr-setting-database, pr-visible-entry-list)
4944         (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
4945         (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect :version.
4947         * ediff-util.el (ediff-nuke-selective-display): Move definition to
4948         top level, make it dependent on the emacs flavor.
4950         * play/gamegrid.el (gamegrid-kill-timer, gamegrid-start-timer):
4951         Test for XEmacs not for itimer.
4953         * term/sun-mouse.el:
4954         * obsolete/sun-fns.el:
4955         * obsolete/sun-curs.el: Remove files.
4957         * term/sun.el (select-previous-complex-command): Remove obsolete code.
4959 2007-10-31  Tassilo Horn  <tassilo@member.fsf.org>
4961         * doc-view.el (doc-view-cache-directory): Fix bug where an integer
4962         was given to concat.
4964 2007-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4966         * doc-view.el (doc-view-mode-map): Bind doc-view-goto-page to the keys
4967         used normally for goto-line.  Change `g' to revert the buffer.
4968         Add redundant `r' binding for buffer-revert.
4970         * mail/mailabbrev.el (mail-abbrevs-mode): Use define-minor-mode.
4971         (mail-abbrevs-setup): Use abbrev-expand-functions.
4972         (build-mail-abbrevs): Use with-temp-buffer.
4973         (define-mail-abbrev): Simplify.
4974         (mail-abbrev-expand-wrapper): Rename sendmail-pre-abbrev-expand-hook.
4975         Change it for use on abbrev-expand-functions.
4976         (mail-abbrev-complete-alias): Use with-syntax-table.
4978 2007-10-31  Michael Albinus  <michael.albinus@gmx.de>
4980         * net/tramp.el (tramp-handle-shell-command): Call `start-file-process'
4981         directly.  Fix bug in deleting temp file.
4983 2007-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4985         * progmodes/python.el (python-mode-abbrev-table): Use :regexp.
4986         Merge defvar and define-abbrev-table.
4987         (def-python-skeleton): Use :case-fixed and :enable-function.
4988         (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
4989         Remove.
4990         (python-mode): Don't modify pre-abbrev-expand-hook.
4992 2007-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
4994         * ediff-util.el (ediff-file-checked-out-p)
4995         (ediff-file-checked-in-p): Only call vc-locking-user for XEmacs.
4997 2007-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4999         * abbrev.el (abbrev-symbol): Correct let->let*.
5000         (abbrev--before-point): Only use abbrev-start-location if before point.
5002 2007-10-31  Juanma Barranquero  <lekktu@gmail.com>
5004         * strokes.el (strokes-alphabetic-lessp): Simplify.  Doc fix.
5005         (strokes-unload-hook): Remove function and variable.
5006         (strokes-unload-function): New-style unload function, adapted
5007         from `strokes-unload-hook'.
5009         * emacs-lisp/cl.el (cl-cannot-unload): Remove function.
5010         (cl-unload-hook): Remove variable.
5011         (cl-unload-function): New-style unload function, adapted
5012         from `cl-cannot-unload'.
5014         * emacs-lisp/elp.el (elp-unload-hook): Remove function and variable.
5015         (elp-unload-function): New-style unload function, adapted
5016         from `elp-unload-hook'.
5018 2007-10-31  Sean O'Rourke  <sorourke@cs.ucsd.edu>
5020         * emacs-lisp/find-func.el (find-library): Use library at
5021         point as default interactive argument.
5023 2007-10-31  Juanma Barranquero  <lekktu@gmail.com>
5025         * shadowfile.el (shadow-join): Remove.
5026         (shadow-shadows): Use `mapconcat' instead of `shadow-join'.
5027         (shadow-initialize): Use `write-file-functions', not `write-file-hooks'.
5028         (shadowfile-unload-hook): Remove function and variable.
5029         (shadowfile-unload-function): New-style unload function, adapted
5030         from `shadowfile-unload-hook'.
5032 2007-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
5034         * progmodes/mixal-mode.el (mixal-run, mixal-debug): Call mixvm
5035         only if it is bound.
5037         * textmodes/reftex.el: Move autoloads for before all uses.
5038         (reftex-make-overlay, reftex-overlay-put, reftex-move-overlay)
5039         (reftex-delete-overlay): Move to the top level with the condition
5040         in the body.
5042         * progmodes/simula.el: Use when instead of if.
5044         * iimage.el (iimage-locate-file): Define unconditionally.
5046         * mail/mailabbrev.el (mail-abbrev-next-line):
5047         * emulation/vip.el (vip-enlarge-region, vip-line)
5048         (vip-next-line-at-bol, vip-previous-line)
5049         (vip-previous-line-at-bol, vip-find-char, vip-put-back, ex-read):
5050         Wrap with-no-warnings around uses of next-line and previous-line.
5052         * ediff.el (run-ediff-from-cvs-buffer):
5053         * ediff-vers.el (cvs-run-ediff-on-file-descriptor):
5054         Remove function not used by pcl-cvs anymore.
5055         (noninteractive, generic-sc-get-latest-rev)
5056         (ediff-generic-sc-internal, ediff-generic-sc-merge-internal):
5057         Delete support for long obsolete generic-sc.el.
5059 2007-10-31  Glenn Morris  <rgm@gnu.org>
5061         * cvs-status.el: No longer require pcvs when compiling.
5063         * doc-view.el (doc-view-conversion-refresh-interval)
5064         (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
5065         (doc-view-reset-slice): Doc fixes.
5066         (doc-view-menu): Remove deleted function doc-view-edit-doc.
5068 2007-10-31  Juanma Barranquero  <lekktu@gmail.com>
5070         * help-at-pt.el (help-at-pt-unload-hook): Remove.
5071         Timers are automatically canceled by `unload-feature'.
5073         * delsel.el (delsel-unload-hook): Remove function and variable.
5074         (delsel-unload-function): New-style unload function, adapted
5075         from `delsel-unload-hook'.
5077         * msb.el (msb-unload-hook): Remove function and variable.
5078         (msb-unload-function): New-style unload function, adapted from
5079         `msb-unload-hook'.
5081 2007-10-30  Juanma Barranquero  <lekktu@gmail.com>
5083         * desktop.el (uniquify-managed): Pacify byte compiler.
5084         (desktop-buffer-info): If the buffer name is managed by uniquify,
5085         save the base name, not the uniquified one.
5086         (desktop-create-buffer): Allow `rename-buffer' to generate a new
5087         name in case of conflict.
5089 2007-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5091         * doc-view.el: Use expand-file-name rather than concat.
5092         (doc-view-cache-directory): Add the UID so multiple users won't clash.
5093         (doc-view-current-overlay, doc-view-pending-cache-flush): New vars.
5094         (doc-view-goto-page, doc-view-insert-image, doc-view-buffer-message)
5095         (doc-view-toggle-display): Use an overlay over the whole buffer so as
5096         not to have to touch the buffer's content.
5097         (doc-view-initiate-display): New function, extracted from doc-view-mode.
5098         (doc-view-mode): Use it.  Don't mark as a special mode.
5099         Put the page numbers in the modeline.
5100         Set up the overlay.  Hide the cursor.  Run the mode hook.
5101         Use after-revert-hook rather than revert-buffer-function.
5102         (doc-view-search-internal): Fix typo.
5103         (doc-view-convert-current-doc, doc-view-insert-image): Delay the
5104         image-cache flush.
5105         (doc-view-reconvert-doc): Don't reset the whole mode.
5106         (doc-view-make-safe-dir): New function.
5107         (doc-view-current-cache-dir): Use it.
5109 2007-10-30  Jason Rumney  <jasonr@gnu.org>
5111         * time.el (display-time-world-list): Test for zoneinfo support.
5113 2007-10-30  Michael Albinus  <michael.albinus@gmx.de>
5115         * net/tramp.el (tramp-maybe-open-connection): Set $LC_ALL to "C".
5117         * net/tramp-cache.el (tramp-flush-file-function): Check also
5118         `default-directory' if `buffer-file-name' does not return a
5119         string.  Added to `eshell-pre-command-hook'.
5121 2007-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5123         * doc-view.el (doc-view-current-doc): Remove.
5124         Replace all uses by buffer-file-name.
5125         (doc-view-menu): New menu.
5126         (doc-view-reconvert-doc): Don't bind inhibit-read-only and remove
5127         unused var `doc'.
5128         (doc-view-sort): Simplify.
5129         (doc-view-buffer-message): Don't change buffer-modified-p.
5130         (doc-view-mode): Change it here instead.
5131         Tighten scoping of prev-major-mode.  Don't re-insert the file's content.
5132         Don't modify the global value of revert-buffer-function.
5134         * image-mode.el (image-forward-hscroll, image-next-line, image-eol)
5135         (image-eob, image-mode, image-minor-mode, image-toggle-display-text)
5136         (image-toggle-display): Take overlays into account and don't assume
5137         point-min==1.
5139 2007-10-30  Thien-Thi Nguyen  <ttn@gnuvola.org>
5141         * vc.el (vc-annotate): Fix omission bug:
5142         Specify value for vc-sentinel-movepoint.
5144 2007-10-30  Michael Olson  <mwolson@gnu.org>
5146         * textmodes/remember.el (remember-mode-hook)
5147         (remember-handler-functions, remember-annotation-functions):
5148         Add additional items as options, including some Org functions.
5150 2007-10-30  Tassilo Horn  <tassilo@member.fsf.org>
5152         * doc-view.el: Remove cl-dependency.
5153         (doc-view-buffer-message): Mention new binding K.
5154         (doc-view-convert-current-doc): Use function d-v-current-cache-dir
5155         instead of variable.
5156         (doc-view-current-cache-dir): Better cache dir naming.
5157         (doc-view-current-display): Remove variable.
5158         (doc-view-edit-doc, doc-view-display-maybe): Remove functions.
5159         (doc-view-kill-proc): Set converter process to nil.
5160         (doc-view-minor-mode): New minor mode.
5161         (doc-view-minor-mode-map): New keymap.
5162         (doc-view-mode): Remove text/image switching code.  Use plain defun.
5163         (doc-view-mode-map): New binding K kills converter process.
5164         Remove C-c C-e binding.
5165         (doc-view-mode-text-map): Remove keymap.
5166         (doc-view-pdf/ps->png): Timer calls d-v-display instead of
5167         d-v-display-maybe.
5168         (doc-view-previous-major-mode): New variable.
5169         (doc-view-ps->pdf): Resort args to make ps2pdf happy.
5170         (doc-view-remove-if): New function.
5171         (doc-view-search-next-match, doc-view-search-previous-match): Use it.
5172         (doc-view-toggle-display): Toggle modes instead of display styles.
5173         (doc-view-reconvert-doc): Adapt to new way of doing things.
5175         * progmodes/ps-mode.el (ps-mode-map): Enable doc-view-minor-mode.
5177 2007-10-30  Glenn Morris  <rgm@gnu.org>
5179         * dirtrack.el (dirtrack-mode): Doc fix.
5181         * shell.el (shell-dirtrack-verbose, shell-mode)
5182         (shell-directory-tracker, shell-dirtrack-mode): Doc fix.
5184         * emacs-lisp/bytecomp.el (byte-compile-disable-warning)
5185         (byte-compile-enable-warning): Doc fix.
5187         * emulation/tpu-mapper.el (tpu-map-key): Use with-no-warnings to
5188         suppress byte-opt warning.
5190 2007-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
5192         * emulation/edt.el (edt-emacs19-p, edt-x-emacs19-p)
5193         (edt-gnu-emacs19-p): Remove.
5194         (edt-emacs-variant, edt-window-system): Use feature 'emacs.
5195         (edt-xserver, edt-page-backward, edt-beginning-of-line)
5196         (edt-end-of-line-forward, edt-end-of-line-backward)
5197         (edt-one-word-forward, edt-one-word-backward, edt-character)
5198         (edt-line-forward, edt-next-line, edt-previous-line, edt-top)
5199         (edt-find-forward, edt-find-backward, edt-find-next-forward)
5200         (edt-find-next-backward, edt-reset, edt-advance, edt-backup)
5201         (edt-define-key, edt-bottom-check, edt-sentence-forward)
5202         (edt-sentence-backward, edt-paragraph-forward)
5203         (edt-paragraph-backward, edt-restore-key, edt-window-top)
5204         (edt-window-bottom, edt-scroll-window-forward-line)
5205         (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
5206         (edt-line-to-top-of-window, edt-paragraph-backward)
5207         (edt-restore-key, edt-window-top, edt-window-bottom)
5208         (edt-scroll-window-forward-line)
5209         (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
5210         (edt-line-to-middle-of-window, edt-goto-percentage)
5211         (edt-display-the-time, edt-remember, edt-split-window)
5212         (edt-emulation-on, edt-emulation-off)
5213         (edt-default-emulation-setup, edt-user-emulation-setup)
5214         (edt-select-default-global-map, edt-select-user-global-map):
5215         Replace uses of edt-x-emacs19-p and edt-gnu-emacs19-p with feature
5216         tests.
5218         * textmodes/reftex-index.el (reftex-index-selection-or-word):
5219         Use feature test instead of boundp test so it can be resolved at
5220         compile time.
5222         * net/newsticker.el (replace-regexp-in-string): Only define for XEmacs.
5224 2007-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5226         * abbrev.el: Rename `count' and `system-flag' to :count and :system.
5227         Update all users.
5228         (abbrev-get, abbrev-put): Simplify.
5229         (define-abbrev): Don't store the `force' value in the :system property.
5230         (abbrev--before-point): Obey the :enable-function of the abbrev as well.
5232 2007-10-30  Michael Olson  <mwolson@gnu.org>
5234         * desktop.el (desktop-minor-mode-table): Add line for ERC.
5236         * textmodes/remember.el: New file that implements a mode for
5237         quickly jotting down things to remember.
5239         * textmodes/remember-diary.el: A backend for remember.el that
5240         implements saving notes to a Diary file.
5242 2007-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
5244         * allout.el (allout-command-prefix, allout-inhibit-auto-fill):
5245         Relocate in file.
5246         (allout-doublecheck-at-and-shallower): Increase to include
5247         slightly greater depths, since yank interaction is now ok.
5248         Also, elaborate the docstring to explain the situation.
5249         (produce-allout-mode-map, allout-hotspot-key-handler): Use vconcat
5250         instead of concat, so we accommodate key sequences expressed as
5251         vectors as well as strings and lists.
5252         (allout-flag-region, allout-hide-by-annotation): Make the
5253         hidden-text overlays 'front-advance.
5254         (allout-overlay-insert-in-front-handler): Correct docstring's grammar.
5255         (allout-aberrant-container-p, allout-on-current-heading-p)
5256         (allout-e-o-prefix-p, allout-next-heading)
5257         (allout-previous-heading, allout-goto-prefix)
5258         (allout-end-of-prefix, allout-next-sibling-leap)
5259         (allout-next-visible-heading, allout-auto-fill)
5260         (allout-rebullet-heading, allout-kill-line, allout-kill-topic)
5261         (allout-yank-processing, allout-resolve-xref)
5262         (allout-current-topic-collapsed-p, allout-hide-region-body)
5263         (allout-latex-verbatim-quote-curr-line, allout-encrypt-string)
5264         (allout-encrypted-topic-p, allout-next-topic-pending-encryption)
5265         (count-trailing-whitespace-region): Preserve match data, so allout
5266         outline navigation doesn't disrupt other Emacs operations.
5267         (allout-beginning-of-line): Retreat to the beginning of the hidden
5268         text, so fields are respected (for submodes that care).
5269         (allout-end-of-line): Preserve mark activation status when jumping.
5270         (allout-open-topic): Account for opening after a child that
5271         contains a hidden trailing newline.  Preserve match data.
5272         Run allout-structure-added-hook
5273         (allout-encrypt-decrypted): Preserve match data.
5274         (allout-toggle-current-subtree-exposure): Add new interactive
5275         function for toggle subtree exposure - suggested by tassilo.
5276         (move-beginning-of-line, move-end-of-line): Don't use
5277         line-move-invisible-p, it's obsolete - substitute the code, instead.
5279 2007-10-29  Dan Nicolaescu  <dann@ics.uci.edu>
5281         * textmodes/flyspell.el (message-signature-separator):
5282         * longlines.el (message-indent-citation-function): Pacify byte
5283         compiler.
5285         * emacs-lisp/cl-loaddefs.el:
5286         * ldefs-boot.el: Regenerate.
5288         * Makefile.in (BYTE_COMPILE_EXTRA_FLAGS): New variable.
5289         (.el.elc, compile, compile-always, compile-calc)
5290         ($(lisp)/progmodes/cc-mode.elc): Use it.
5292         * ps-print.el (ps-xemacs-color-name, ps-xemacs-face-kind-p):
5293         Only do work for XEmacs.
5294         (ps-xemacs-mapper): Rename from ps-mapper, only work on XEmacs.
5295         (ps-xemacs-extent-sorter): Rename from ps-extent-sorter, only work
5296         on XEmacs.
5297         (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
5298         (ps-x-color-name, ps-x-color-specifier-p)
5299         (ps-x-copy-coding-system, ps-x-device-class)
5300         (ps-x-extent-end-position, ps-x-extent-face)
5301         (ps-x-extent-priority, ps-x-extent-start-position)
5302         (ps-x-face-font-instance, ps-x-find-coding-system)
5303         (ps-x-font-instance-properties, ps-x-make-color-instance)
5304         (ps-x-map-extents, ps-e-face-bold-p, ps-e-face-italic-p)
5305         (ps-e-next-overlay-change, ps-e-overlays-at, ps-e-overlay-get)
5306         (ps-e-overlay-end, ps-e-x-color-values, ps-e-color-values):
5307         (ps-generate-postscript-with-faces): Delete defaliases.
5308         (ps-face-foreground-name, ps-face-background-name)
5309         (ps-color-values, ps-face-bold-p, ps-face-italic-p):
5310         Move definitions to top level, make the body conditional on the Emacs
5311         flavor.  Replace uses of deleted aliases and renamed functions.
5312         (ps-generate-postscript-with-faces, ps-color-device): Replace uses
5313         of deleted aliases and renamed functions.
5315         * calc/calc.el (calc-emacs-type-lucid): Remove.
5316         (calc-digit-map, calcDigit-start, calc-read-key)
5317         (calc-clear-unread-commands):
5318         * calc/calc-ext.el (calc-user-key-map): Replace uses of
5319         calc-emacs-type-lucid with (featurep 'xemacs)
5321         * emulation/tpu-mapper.el: Replace tpu-lucid-emacs19-p with
5322         (featurep 'xemacs).
5323         (tpu-lucid-emacs19-p): Remove.
5324         (tpu-map-key): Make it a function instead of using fset.  Inline
5325         tpu-emacs-map-key and tpu-lucid-map-key.  Use featurep 'xemacs.
5326         (tpu-emacs-map-key, tpu-lucid-map-key): Remove.
5328         * ielm.el: Use featurep 'xemacs.
5330         * progmodes/cperl-mode.el (cperl-xemacs-p): Remove.
5331         (condition-case, cperl-can-font-lock, cperl-singly-quote-face)
5332         (cperl-define-key, cperl-mode-map, cperl-mode, cperl-init-faces)
5333         (cperl-write-tags, cperl-tags-hier-init, cperl-perldoc): Replace
5334         cperl-xemacs-p with (featurep 'xemacs).
5335         (font-lock-cache-position): Pacify byte compiler.
5337 2007-10-29  Drew Adams  <drew.adams@oracle.com>
5339         * faces.el (read-color): New function.
5340         (face-at-point, foreground-color-at-point)
5341         (background-color-at-point): New functions.
5343 2007-10-28  Richard Stallman  <rms@gnu.org>
5345         * net/browse-url.el (browse-url-text-xterm): Rename from
5346         browse-url-lynx-xterm and made generic.
5347         (browse-url-text-emacs): Likewise.
5348         (browse-url-text-browser): New variable.
5349         (browse-url-text-emacs-args): Rename from browse-url-lynx-emacs-args.
5350         (browse-url-text-input-field, browse-url-text-input-attempts)
5351         (browse-url-kde-program): Likewise.
5353 2007-10-29  Glenn Morris  <rgm@gnu.org>
5355         * textmodes/org-publish.el (org-publish-get-plist-from-filename):
5356         Use mapc rather than mapcar (reinstall change deleted without log
5357         entry 2007-10-22).
5359 2007-10-29  Martin Rudalics  <rudalics@gmx.at>
5361         * wdired.el (wdired-next-line, wdired-previous-line):
5362         Use next-line and previous-line wrapped in with-no-warnings.
5364 2007-10-29  Ryan Yeske  <rcyeske@gmail.com>
5366         * net/rcirc.el (rcirc-server-alist): Use keywords for parameter names.
5367         (rcirc-recent-quit-alist): New function.
5368         (rcirc): Print a better message when there is only one connected server.
5369         (rcirc-complete-nick): Do not update the nick table here.
5370         (rcirc-mode-map): Add M-o.
5371         (rcirc-current-line): Add variable.
5372         (rcirc-mode): Setup variables for line based omit.
5373         (rcirc-edit-multiline): Strip text properties.
5374         (rcirc-omit-responses): Add NICK.
5375         (rcirc-omit-threshold): Add variable.
5376         (rcirc-last-quit-line, rcirc-last-line, rcirc-elapsed-lines):
5377         Add functions.
5378         (rcirc-print): Keep track of current line.  Do not fill text if
5379         `rcirc-fill-flag' is null.  Only omit text if the last activity
5380         from the sender is more than `rcirc-omit-threshold' lines ago.
5381         (rcirc-put-nick-channel, rcirc-handler-PRIVMSG): Track line
5382         numbers instead of time.
5383         (rcirc-channel-nicks): Sort by line numbers instead of time.
5384         (rcirc-omit-mode): Add `...' when omitting text and recenter.
5385         (rcirc-handler-JOIN): Restore the joiners linestamp.
5386         (rcirc-maybe-remember-nick-quit): Add function.
5387         (rcirc-handler-QUIT): Record sender in table of recently quit nicks.
5389 2007-10-29  Juanma Barranquero  <lekktu@gmail.com>
5391         * loadhist.el (unload-feature-special-hooks):
5392         Add `delete-frame-functions' and `suspend-tty-functions'.
5394         * server.el (server-unload-function): Rename from `server-unload-hook'
5395         and adapt to new `unload-feature' functionality.  Remove hook from
5396         `kill-buffer-hook' buffer-locally.
5397         (server-unload-hook): Remove.
5398         (server-unload-function): New var; replaces `server-unload-hook'.
5400 2007-10-29  Glenn Morris  <rgm@gnu.org>
5402         * dirtrack.el (dirtrack-debug): Doc fix.
5403         (dirtrack-mode, dirtrack-debug-mode): New names for
5404         dirtrack-toggle and dirtrack-debug-toggle.  Use define-minor-mode.
5405         (dirtrack-toggle, dirtrack-debug-toggle, dirtrackp, dirtrack-debug):
5406         Make obsolete.
5407         (dirtrack-debug-message): Only print message if
5408         dirtrack-debug-mode is non-nil.  Use with-current-buffer.
5409         (dirtrack): Doc fix.  Use dirtrack-mode rather than dirtrackp.
5410         Remove dirtrack-debug checks now that dirtrack-debug-message does this.
5412 2007-10-28  Glenn Morris  <rgm@gnu.org>
5414         * emacs-lisp/bytecomp.el (byte-compile-warnings): Document `not'.
5415         (byte-compile-warnings-safe-p): Handle `not'.
5416         (byte-compile-warning-enabled-p, byte-compile-disable-warning)
5417         (byte-compile-enable-warning): New functions.
5418         (byte-compile-eval-before-compile)
5419         (byte-compile-file-form-require): Use byte-compile-disable-warning.
5420         (byte-compile-close-variables): Locally bind byte-compile-warnings,
5421         but do not modify it.
5422         (byte-compile-eval, byte-compile-obsolete)
5423         (byte-compile-warn-about-unresolved-functions)
5424         (byte-compile-file-form-defvar)
5425         (byte-compile-file-form-custom-declare-variable)
5426         (byte-compile-file-form-require)
5427         (byte-compile-file-form-defmumble, byte-compile-lambda)
5428         (byte-compile-form, byte-compile-normal-call)
5429         (byte-compile-variable-ref, byte-compile-defvar)
5430         (byte-compile-make-variable-buffer-local):
5431         Use byte-compile-warning-enabled-p.
5432         * emacs-lisp/advice.el (ad-compile-function):
5433         Use byte-compile-disable-warning.
5434         * emacs-lisp/cl.el: Move local variables to end of file, and set
5435         byte-compile-warnings to `(not cl-functions)'.
5436         * emacs-lisp/cl-compat.el: Add a local variables section, and set
5437         byte-compile-warnings to `(not cl-functions)'.
5438         * emacs-lisp/cl-macs.el: Unify local variable section, and set
5439         byte-compile-warnings to `(not cl-functions)'.
5440         (cl-do-proclaim): Use byte-compile-disable-warning and
5441         byte-compile-enable-warning.
5442         * emacs-lisp/cl-seq.el: Unify local variable section, and set
5443         byte-compile-warnings to `(not cl-functions)'.
5444         * progmodes/cc-bytecomp.el (cc-bytecomp-ignore-obsolete):
5445         Use byte-compile-disable-warning.
5447 2007-10-28  Dan Nicolaescu  <dann@ics.uci.edu>
5449         * cus-edit.el (custom-browse-insert-prefix):
5450         * emulation/edt.el (edt-x-emacs19-p): Use featurep 'xemacs.
5452 2007-10-28  Juanma Barranquero  <lekktu@gmail.com>
5454         * server.el (server-process-filter): Fix typo in docstring.
5455         (server-log): Reflow docstrings.
5456         (server-delete-client, server-kill-emacs-query-function): Doc fixes.
5457         (server-goto-line-column): Use `when'.
5459 2007-10-28  Juri Linkov  <juri@jurta.org>
5461         * isearch.el (isearch-other-meta-char): Call `isearch-edit-string'
5462         when mouse is clicked on the isearch message.
5463         (isearch-resume): Call `isearch-update' at the end.
5464         Rename argument `search' to `string' to conform to the
5465         isearch terminology.
5467 2007-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5469         Rewrite abbrev.c in Elisp.
5470         * abbrev.el (abbrev-mode): Move custom group from cus-edit.el.
5471         (abbrev-table-get, abbrev-table-put, abbrev-get)
5472         (abbrev-put, make-abbrev-table, abbrev-table-p, clear-abbrev-table)
5473         (define-abbrev, abbrev--check-chars, define-global-abbrev)
5474         (define-mode-abbrev, abbrev--active-tables, abbrev-symbol)
5475         (abbrev-expansion, abbrev--before-point, expand-abbrev)
5476         (unexpand-abbrev, abbrev--write, abbrev--describe)
5477         (insert-abbrev-table-description, define-abbrev-table):
5478         New funs, largely transcribed from abbrev.c.
5479         (abbrev-with-wrapper-hook): New macro.
5480         (abbrev-table-name-list, global-abbrev-table)
5481         (abbrev-minor-mode-table-alist, fundamental-mode-abbrev-table)
5482         (abbrevs-changed, abbrev-all-caps, abbrev-start-location)
5483         (abbrev-start-location-buffer, last-abbrev, last-abbrev-text)
5484         (last-abbrev-location, pre-abbrev-expand-hook, abbrev-expand-function):
5485         New vars, largely transcribed from abbrev.c.
5486         * cus-edit.el (abbrev-mode): Remove.  Move to abbrev.el.
5487         * cus-start.el: Remove abbrev-all-caps and pre-abbrev-expand-hook.
5488         * loadup.el: Load "abbrev.el" before "lisp-mode.el".
5490 2007-10-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5492         * ps-print.el: Now detect if text foreground and background colors are
5493         equal and replace the foreground color by another color, so the text
5494         becomes visible.  Doc fix.
5495         (ps-print-version): New version 6.8.
5496         (ps-default-fg, ps-default-bg): Docstring fix.
5497         (ps-postscript-code-directory): Fix default value code.
5498         (ps-fg-list, ps-fg-validate-p): New options.
5499         (ps-foreground-list): New var.
5500         (ps-setup, ps-begin-job, ps-plot-region): Fix code.
5502 2007-10-27  Glenn Morris  <rgm@gnu.org>
5504         * shell.el (shell-dirtrack-verbose, shell-directory-tracker): Doc fix.
5505         (shell-dirtrack-toggle): Mark as obsolete.
5506         (dirtrack-toggle, dirtrack-mode): No longer alias to
5507         shell-dirtrack-mode.
5509 2007-10-27  Jay Belanger  <jay.p.belanger@gmail.com>
5511         * calc/calc.el (math-standard-opers): Lower the precedence
5512         of negation.
5513         * calc/calc-lang.el (math-oper-table): Lower precedence of
5514         negation for C, TeX, and eqn.
5516 2007-10-27  Dan Nicolaescu  <dann@ics.uci.edu>
5518         * progmodes/cc-defs.el: Reorder conditions to avoid warnings.
5520 2007-10-27  Juanma Barranquero  <lekktu@gmail.com>
5522         * desktop.el (desktop-load-locked-desktop, desktop-base-lock-name)
5523         (desktop-not-loaded-hook): Fix :version tags.
5525 2007-10-27  Michael Albinus  <michael.albinus@gmx.de>
5527         * net/tramp.el (tramp-wrong-passwd-regexp): Tune regexp.
5528         (tramp-get-remote-tmpdir): New defun.
5529         (tramp-make-tramp-temp-file): Use it.
5530         (tramp-local-call-process): New defun.  Replace all calls of
5531         `call-process' by this when appropriate.
5532         (tramp-handle-write-region): Replace calls of `file-attributes' by
5533         `tramp-compat-file-attributes'.
5534         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
5535         Make the first command a `tramp-send-command' call, with let-bind
5536         of `tramp-end-of-output'.
5537         (tramp-version, tramp-bug, tramp-reporter-dump-variable)
5538         (tramp-load-report-modules, tramp-append-tramp-buffers):
5539         Move to tramp-cmds.el.
5541         * net/tramp-fish.el (tramp-fish-handle-copy-file)
5542         (tramp-fish-do-copy-or-rename-file)
5543         (tramp-fish-do-copy-or-rename-file-directly):
5544         * net/tramp-smb.el (tramp-smb-handle-copy-file):
5545         Add parameter PRESERVE-UID-GID.
5547 2007-10-27  Eli Zaretskii  <eliz@gnu.org>
5549         * time.el (zoneinfo-style-world-list, legacy-style-world-list):
5550         New defcustoms.
5551         (display-time-world-list): Use them as appropriate for the current
5552         value of `system-type'.
5554 2007-10-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5556         * printing.el: Pacify byte compiler, that is, no compiler warnings.
5557         Move (again) some variable definitions before use, define some fun
5558         aliases, no code change.
5559         (pr-version): New version 6.9.2.
5560         (pr-path-style, pr-auto-region, pr-menu-char-height)
5561         (pr-menu-char-width, pr-menu-lock, pr-ps-printer-alist)
5562         (pr-txt-printer-alist, pr-ps-utility-alist): Options declaration
5563         via (defvar VAR).
5564         (pr-menu-lookup, pr-menu-lock, pr-menu-alist, pr-even-or-odd-pages)
5565         (pr-menu-get-item, pr-menu-set-item-name, pr-menu-set-utility-title)
5566         (pr-menu-set-ps-title, pr-menu-set-txt-title, pr-region-active-p)
5567         (pr-do-update-menus, pr-update-mode-line, pr-f-read-string)
5568         (pr-f-set-keymap-parents, pr-keep-region-active): Fun aliases.
5569         (pr-menu-print-item, pr-ps-printer-menu-modified)
5570         (pr-txt-printer-menu-modified, pr-ps-utility-menu-modified)
5571         (pr-even-or-odd-alist): Vars definition moved.
5573 2007-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
5575         * emulation/pc-select.el (next-line-mark, next-line-nomark)
5576         (previous-line-mark, previous-line-nomark): Wrap with-no-warnings
5577         around uses of previous-line and next-line.
5579         * diff.el (diff-old-file, diff-new-file, diff-extra-args):
5580         New defvars.
5582         * textmodes/css-mode.el (comment-continue):
5583         * net/browse-url.el (url-handler-regexp):
5584         * progmodes/idlw-help.el (idlwave-system-routines):
5585         Pacify byte-compiler.
5587         * textmodes/fill.el (fill-nobreak-p): Replace obsolete alias
5588         line-move-invisible-p with its former definition: invisible-p.
5589         line-move-invisible-p was removed on 2007-08-29.
5591 2007-10-26  Juanma Barranquero  <lekktu@gmail.com>
5593         * files.el (kill-emacs-query-functions): Doc fix;
5594         `save-buffers-kill-emacs' is no longer bound to a key.
5596 2007-10-26  Richard Stallman  <rms@gnu.org>
5598         * isearch-multi.el (isearch-buffers-multi): New option.
5599         (isearch-buffers-search-fun): Test it.
5601         * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
5602         Put ps-run-clear on C-c C-l.
5604         * newcomment.el (comment-styles): New style indent-or-triple.
5605         (comment-style): Make that the default.
5606         (comment-add defvar): Doc fix.
5607         (comment-add): Delete arg EXTRA.
5608         (comment-region-default): Open code call to comment-add.
5609         Handle indent-or-triple style which uses `multi-char' for INDENT.
5611 2007-10-26  Juanma Barranquero  <lekktu@gmail.com>
5613         * eshell/em-unix.el (nil-blank-string): Doc fix.
5615 2007-10-26  John Wiegley  <johnw@newartisans.com>
5617         * eshell/em-unix.el (eshell/diff): Before calling the `diff'
5618         function, ensure that the third argument is turned into a nil if
5619         the string is otherwise completely empty (either no characters, or
5620         all tabs/spaces).  This fixes a bug from a user who found himself
5621         unable to customize `diff-switches' and still use Eshell's diff
5622         command.
5624 2007-10-26  Glenn Morris  <rgm@gnu.org>
5626         * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
5627         safe-local-variable property.
5629 2007-10-26  Gwern Branwen  <gwern0@gmail.com>  (tiny change)
5631         * net/browse-url.el (browse-url-browser-function): Delete grail.
5632         (browse-url-grail): Function and variable deleted.
5633         (browse-url-browser-function): Delete IXI Mosaic.
5634         (browse-url-default-browser): Don't try IXI Mosaic.
5635         (browse-url-iximosaic): Function deleted.
5636         (browse-url-browser-function): Delete MMM.
5637         (browse-url-default-browser): Don't try MMM.
5638         (browse-url-mmm): Function deleted.
5640 2007-10-26  Drew Adams  <drew.adams@oracle.com>
5642         * custom.el (custom-note-var-changed): New function.
5644 2007-10-25  Dan Nicolaescu  <dann@ics.uci.edu>
5646         * emulation/edt-mapper.el (edt-emacs-variant): Replace the only
5647         use with the definition.  Remove.
5649         * add-log.el (change-log-start-entry-re): New defconst.
5650         (change-log-sortable-date-at): Use it.
5651         (change-log-beginning-of-defun, change-log-end-of-defun):
5652         New functions.
5653         (change-log-mode): Use them for beginning-of-defun-function and
5654         end-of-defun-function.
5656 2007-10-25  Jonathan Yavner  <jyavner@member.fsf.org>
5658         * ses.el: Make `ses--symbolic-formulas' a safe local variable.
5659         (ses-mode-print-map): Add `c' and `t' (suggested by Gareth Rees).
5660         (ses-recalculate-cell): Deal with point being just beyond end of
5661         data area (why does this happen?)
5662         (ses-set-curcell): Ditto.
5663         (ses-column-letter): Handle columns beyond 702.  Code written by
5664         Gareth Rees.
5666 2007-10-25  Carsten Dominik  <dominik@science.uva.nl>
5668         * textmodes/org.el (org-agenda-get-restriction-and-command):
5669         Use `mapc' instead of `mapcar'.
5670         (org-agenda-list): Numeric prefix argument can specify the number
5671         of days.
5672         (remember-register, remember-buffer): Prevent byte compiler from
5673         complaining.
5674         (org-todo): Save and restore match data.
5675         (org-no-warnings): New macro.
5676         (org-columns-eval): Use `org-no-warnings'.
5678 2007-10-25  Chris Moore  <christopher.ian.moore@gmail.com>
5680         * comint.el (comint-password-prompt-regexp):
5681         Handle `[sudo] password'-style prompt.
5683 2007-10-25  Glenn Morris  <rgm@gnu.org>
5685         * custom.el (custom-declare-variable): Add :risky and :safe keywords.
5686         (defcustom): Doc fix.
5688         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re):
5689         Add `non_intrinsic'.
5690         (f90-constants-re): Add ieee modules.
5691         (f90-typedef-matcher, f90-typedec-matcher)
5692         (f90-imenu-type-matcher): New functions.
5693         (f90-font-lock-keywords-1): Give module procedures function-name face.
5694         Use `f90-typedef-matcher' for derived types.  Fix `abstract interface'.
5695         Add `use, intrinsic'.
5696         (f90-font-lock-keywords-2): Use `f90-typedec-matcher' for derived types.
5697         Move start of `enum' blocks to separate entry.
5698         (f90-start-block-re): Fix `type', `abstract interface'.
5699         (f90-imenu-generic-expression): Use `f90-imenu-type-matcher' for
5700         derived types.
5701         (f90-mode-abbrev-table): Add `abstract interface', `asynchronous',
5702         `elemental', change `enumerator'.
5703         (f90-no-block-limit): Fix `abstract interface'.
5705         * progmodes/f90.el (f90-indented-comment-re)
5706         (f90-directive-comment-re, f90-break-delimiters):
5707         * progmodes/fortran.el (fortran-comment-line-start-skip)
5708         (fortran-directive-re):
5709         * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
5710         as safe if they are strings.
5712 2007-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5714         * startup.el (window-system): Remove.  Don't make it frame-local.
5716 2007-10-24  Richard Stallman  <rms@gnu.org>
5718         * savehist.el (savehist-save): Omit unreadable elements.
5720         * loadhist.el (unload-function-defs-list): Rename from
5721         unload-function-features-list.
5722         (unload-feature-special-hooks, unload-feature): Doc fixes.
5724         * indent.el (indent-to-left-margin): If point's in the indentation,
5725         move to the end of the indentation.
5727         * cus-edit.el (customize-changed-options): Make arg optional.
5729 2007-10-24  Juanma Barranquero  <lekktu@gmail.com>
5731         * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
5733 2007-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
5735         * textmodes/org-publish.el (org-publish-attachment): Re-install
5736         accidentally deleted change.
5738 2007-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5740         * term/iris-ansi.el (iris-function-map): Move init into declaration.
5742 2007-10-24  Juanma Barranquero  <lekktu@gmail.com>
5744         * buff-menu.el (Buffer-menu-sort-column): Doc fix.
5745         (Buffer-menu-mode-map): Initialize in the declaration.
5746         (Buffer-menu-mode): Define with `define-derived-mode'.
5748 2007-10-24  Carsten Dominik  <dominik@science.uva.nl>
5750         * textmodes/org.el (org-version): Change to 5.13e.
5751         (org-agenda-file-regexp): Fix typo in docstring.
5752         (org-add-planning-info): Fix bug in parenthesis settings.
5753         (org-scan-tags): Catch the case of indirect buffers with no filename.
5754         (org-fast-tag-selection, org-export-as-ascii, org-export-as-html):
5755         Re-install switch to mapc, had been removed by accident.
5756         (org-columns-map): New binding `C-c C-o'.
5757         (org-columns-menu): Change menu text and added new entry.
5758         (org-columns-eval): Document the use of `next-line'.
5759         (org-columns-open-link): New function.
5760         (org-columns-follow-link): Remove function.
5761         (org-open-link-from-string): New function.
5762         (org-read-date-get-relative): Fix typo in docstring.
5763         (org-read-date-get-relative): Leading +/- is not optional.
5764         (org-agenda-get-restriction-and-command): Always resize window on
5765         first loop cycle.
5766         (org-agenda-open-link): Make sure the link abbreviations are
5767         present in the agenda buffer.
5768         (org-agenda-copy-local-variable): New function.
5770 2007-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5772         * vc.el (vc-update-changelog-rcs2log): Remove incorrect `backend' arg.
5774 2007-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5776         * simple.el (reindent-then-newline-and-indent): Use a `move after
5777         insert' kind of marker in the save-excursion.
5779 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5781         * textmodes/css-mode.el: Require CL.
5782         (comment-continue): Declare.
5784         * subr.el (make-variable-frame-localizable): Remove.
5785         (make-variable-frame-local): Mark obsolete.
5787 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5789         * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
5790         of the subdirs is unreadable.
5792 2007-10-23  Michael Albinus  <michael.albinus@gmx.de>
5794         * net/tramp.el (tramp-set-file-uid-gid): Protect `call-process'
5795         when we are local.
5797 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5799         * progmodes/python.el (python-current-defun): Remove left-over
5800         assignment to `start'.
5802 2007-10-23  Juanma Barranquero  <lekktu@gmail.com>
5804         * ibuf-ext.el (ibuffer-auto-update-changed): Use `dolist' rather
5805         than `mapcar'; return value is not used.
5807 2007-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
5809         * progmodes/gud.el (gdb-source-window, gud-tooltip-mode)
5810         (hl-line-mode, hl-line-sticky-flag): Pacify byte compiler.
5812 2007-10-23  Juanma Barranquero  <lekktu@gmail.com>
5814         * ibuf-ext.el (ibuffer-switch-to-saved-filters)
5815         (ibuffer-switch-to-saved-filter-groups): Doc fixes.
5817 2007-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
5819         * term/xterm.el (terminal-init-xterm): Experiment with a longer timeout.
5821 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5823         * emacs-lisp/advice.el (ad-make-advised-docstring):
5824         Add ad-advice-info text property to doc string.
5826 2007-10-23  Glenn Morris  <rgm@gnu.org>
5828         * progmodes/f90.el (f90-do-indent, f90-if-indent)
5829         (f90-type-indent, f90-program-indent, f90-associate-indent)
5830         (f90-continuation-indent, f90-comment-region)
5831         (f90-beginning-ampersand, f90-smart-end)
5832         (f90-break-before-delimiters, f90-auto-keyword-case)
5833         (f90-leave-line-no, f90-mode-hook):
5834         Give an appropriate safe-local-variable property.
5836         * progmodes/fortran.el (fortran-tab-mode-default)
5837         (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
5838         (fortran-structure-indent, fortran-continuation-indent)
5839         (fortran-comment-indent, fortran-comment-line-extra-indent)
5840         (fortran-comment-line-start)
5841         (fortran-minimum-statement-indent-fixed)
5842         (fortran-minimum-statement-indent-tab)
5843         (fortran-comment-indent-char, fortran-line-number-indent)
5844         (fortran-check-all-num-for-matching-do)
5845         (fortran-blink-matching-if, fortran-continuation-string)
5846         (fortran-comment-region, fortran-electric-line-number)
5847         (fortran-column-ruler-fixed, fortran-column-ruler-tab)
5848         (fortran-analyze-depth, fortran-break-before-delimiters):
5849         Give an appropriate safe-local-variable property.
5851 2007-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
5853         * printing.el: Move variable definitions before use.
5854         (pr-menu-char-width, pr-menu-char-height): Pacify byte compiler.
5856 2007-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5858         * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
5859         (tpu-edt-off): Use it.
5860         (tpu-edt-on): Set it.  Make sure the tpu-global-map is not already on
5861         the global-map before adding it to global-map.
5863         * menu-bar.el (global-buffers-menu-map): New var.
5864         (global-map, menu-bar-update-buffers): Use it.
5865         * msb.el (msb-menu-bar-update-buffers): Use it.
5866         (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
5867         (msb--most-recently-used-menu, msb--create-buffer-menu-2):
5868         Use with-current-buffer.
5870 2007-10-22  Juri Linkov  <juri@jurta.org>
5872         * isearch-multi.el: New file.
5874         * isearch.el (isearch-search-string): After finding the next
5875         occurrence switch to buffer isearch-buffers-current-buffer when
5876         isearch-buffers-next-buffer-function is non-nil and
5877         isearch-buffers-current-buffer is live.
5879         * add-log.el (change-log-mode): Make and set buffer-local variable
5880         isearch-buffers-next-buffer-function to change-log-next-buffer.
5881         Call isearch-buffers-minor-mode.
5882         (change-log-next-buffer): New function.
5884 2007-10-22  Bastien Guerry  <Bastien.Guerry@ens.fr>
5886         * org-export-latex.el (org-export-latex-protect-string):
5887         Renaming of `org-latex-protect'.
5888         (org-export-latex-emphasis-alist): By default, don't protect
5889         any emphasis formatter from further conversion.
5890         (org-export-latex-tables): Honor column grouping for tables.
5891         (org-export-latex-title-command): New option.
5892         (org-export-latex-treat-backslash-char): Use \textbackslash{} to
5893         export backslash character.
5895 2007-10-22  Carsten Dominik  <dominik@science.uva.nl>
5897         * textmodes/org.el (org-read-date-get-relative): New function.
5898         (org-agenda-file-regexp): New variable.
5899         (org-agenda-files): Allow directories in the variable.
5900         (org-agenda-get-restriction-and-command): New function.
5901         (org-agenda): Use `org-agenda-get-restriction-and-command'.
5902         (org-todo-blocker-hook, org-todo-trigger-hook): New hooks.
5903         (org-entry-is-todo-p, org-entry-is-done-p, org-get-todo-state):
5904         New functions.
5905         (org-entry-add-to-multivalued-property)
5906         (org-entry-remove-from-multivalued-property)
5907         (org-entry-member-in-multivalued-property): New functions.
5908         (org-remember-apply-template): Catch C-g and make sure window
5909         configuration is restored.
5910         (org-agenda-open-link): Make it work with several links in the line.
5911         (org-drawers, org-set-regexps-and-options)
5912         (org-get-current-options): Add support for a DRAWERS in-buffer option.
5913         (org-agenda-window-frame-fractions): New option.
5914         (org-fit-agenda-window): Use `org-agenda-window-frame-fractions'.
5915         (org-columns-cleanup-item, org-find-entry-with-id)
5916         (org-insert-columns-dblock, org-listtable-to-string)
5917         (org-dblock-write:columnview, org-columns-capture-view)
5918         (org-edit-headline): New functions.
5919         (org-agenda-to-appt): Require calendar.
5920         (org-entry-get-with-inheritance): Widen for search.
5921         (org-columns-display-here): Don't mark buffer as modified when
5922         adding space characters to accomodate column overlays.
5923         (org-export-as-html): Better formatting of tags in the toc.
5924         (org-columns-display-here): Make the ITEM column as compact as possible.
5925         (org-remember-templates): Customization interface improved.
5926         (org-export-with-property-drawer): Variable removed.
5927         (org-export-with-drawers): New option.
5928         (org-complex-heading-regexp): New variable.
5929         (org-sort-entries): Rewrite using `sort-subr'.
5930         (org-set-property): More appropriate completion during interactive use.
5931         (org-sort-entries): Allow sorting by property.
5932         (org-additional-option-like-keywords): Add more values.
5933         (org-sort-entries-or-items): Rename from `org-sort-entries'.
5935 2007-10-22  Carsten Dominik  <dominik@science.uva.nl>
5937         * textmodes/org.el (org-get-date-from-calendar): New function.
5938         (org-at-timestamp-p, org-timestamp-change)
5939         (org-remember-templates): First element of each entry is now a
5940         name for the template.
5941         (org-store-log-note): Check for `org-note-abort'.
5942         (org-kill-note-or-show-branches): New command.
5943         (org-fontify-priorities): New option.
5944         (org-fontify-priorities): New function.
5945         (org-cut-subtree, org-copy-subtree): New argument N to
5946         act on N sequential subtrees.
5947         (org-paste-subtree): Fix the level at which a tree is pasted.
5948         (org-fit-agenda-window): Limitations on window size removed.
5949         (org-agenda-find-same-or-today-or-agenda): Rename from
5950         `org-agenda-find-today-or-agenda'.
5951         (org-scheduled-past-days): New option.
5952         (org-agenda-scheduled-leaders)
5953         (org-agenda-deadline-leaders): New options.
5954         (org-agenda-get-deadlines): Use `org-agenda-deadline-leaders'.
5955         (org-agenda-get-scheduled): Use `org-agenda-scheduled-leaders'.
5956         (org-export-with-tags, org-export-plist-vars)
5957         (org-infile-export-plist): New "tags" option.
5958         (org-use-property-inheritance): New option.
5959         (org-cached-entry-get): Use `org-use-property-inheritance'.
5960         (org-remember-apply-template): Fix typo.
5962 2007-10-22  Michael Albinus  <michael.albinus@gmx.de>
5964         * net/tramp.el (tramp-find-shell)
5965         (tramp-open-connection-setup-interactive-shell): Improve sending
5966         initial commands.
5967         (tramp-action-terminal): Send debug message.
5968         (tramp-wait-for-shell-prompt, tramp-send-command-internal): Remove.
5969         (tramp-barf-if-no-shell-prompt): Insert code of
5970         `tramp-wait-for-shell-prompt'.
5972 2007-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5974         * term/AT386.el (terminal-init-AT386): Use input-decode-map.
5976         * term/vt200.el (terminal-init-vt200):
5977         * term/vt201.el (terminal-init-vt201):
5978         * term/vt220.el (terminal-init-vt220):
5979         * term/vt240.el (terminal-init-vt240):
5980         * term/vt300.el (terminal-init-vt300):
5981         * term/vt320.el (terminal-init-vt320):
5982         * term/vt400.el (terminal-init-vt400):
5983         * term/vt420.el (terminal-init-vt420): Use input-decode-map.
5985         * term/wyse50.el (wyse50-terminal-map): New var.
5986         (terminal-init-wyse50): Use it and input-decode-map.
5987         (enable-arrow-keys): Emasculate.
5989         * term/tvi970.el (tvi970-terminal-map): New var.
5990         (terminal-init-tvi970): Use it and input-decode-map.
5991         (tvi970-keypad-numeric): Remove.
5992         (tvi970-set-keypad-mode): Use a terminal-parameter rather than var.
5994         * term/sun.el (sun-raw-prefix): Fill as part of declaration.
5995         (terminal-init-sun): Use it and input-decode-map.
5997         * term/news.el (terminal-init-news):
5998         * term/lk201.el (terminal-init-lk201):
5999         * term/iris-ansi.el (terminal-init-iris-ansi): Use input-decode-map.
6001 2007-10-22  Sean O'Rourke  <sorourke@cs.ucsd.edu>
6003         * complete.el (PC-expand-many-files): Remove.
6004         (PC-do-completion): Call file-expand-wildcards instead of
6005         PC-expand-many-files.
6007         * net/tramp.el (tramp-handle-expand-many-files): Remove.
6008         (PC-expand-many-files): Remove advice.
6010 2007-10-22  Glenn Morris  <rgm@gnu.org>
6012         * progmodes/f90.el: Remove leading "*" from defcustom doc-strings.
6013         Add some support for Fortran 2003 syntax:
6014         (f90-type-indent): Now also applies to `enum'.
6015         (f90-associate-indent): New user option.
6016         (f90-keywords-re, f90-keywords-level-3-re, f90-procedures-re):
6017         Add some F2003 keywords.
6018         (f90-constants-re): New constant.
6019         (f90-font-lock-keywords-1): Add `associate' blocks, and `abstract
6020         Interface'.
6021         (f90-font-lock-keywords-2): Add `enumerator', `generic', `procedure',
6022         `class'.  Arguments for `type'/`class' may have spaces.  Add a new
6023         element for functions with specified types.  Add `end enum' and
6024         `select type'.  Add `implicit enumerator' and `procedure'.
6025         Add `class default' and `type is', `class is'.  Fix `go to' regexp.
6026         (f90-font-lock-keywords-3): Add `asynchronous' attribute.
6027         (f90-font-lock-keywords-4): Add `f90-constants-re'.
6028         (f90-blocks-re): Add `enum' and `associate'.
6029         (f90-else-like-re): Add `class is', `type is', and `class default'.
6030         (f90-end-type-re): Add `enum'.
6031         (f90-end-associate-re, f90-typeis-re): New constants.
6032         (f90-end-block-re): Add `enum' and `associate'.  Change from
6033         optional whitespace to end-of-word, to avoid `enumerator'.
6034         (f90-start-block-re): Add `select type', `abstract interface', and
6035         `enum'.  Avoid `type is', and `type (sometype)'.
6036         (f90-mode-abbrev-table): Add `enumerator', `protected', and `volatile'.
6037         (f90-mode): Doc fix.
6038         (f90-looking-at-select-case): Doc fix.  Add `select type'.
6039         (f90-looking-at-associate): New function.
6040         (f90-looking-at-type-like): Avoid `type is' and `type (sometype)'.
6041         Add `enum' and `abstract interface'.
6042         (f90-no-block-limit): Add `select type' and `abstract interface'.
6043         (f90-get-correct-indent, f90-calculate-indent)
6044         (f90-end-of-block, f90-beginning-of-block, f90-next-block)
6045         (f90-indent-region, f90-match-end): Handle `associate' blocks.
6047 2007-10-22  Martin Rudalics  <rudalics@gmx.at>
6049         * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
6050         Use window-full-width-p.
6052 2007-10-22  Dan Nicolaescu  <dann@ics.uci.edu>
6054         * mail/vms-pmail.el (insert-signature): Don't use end-of-buffer.
6056         * tooltip.el: Use featurep 'xemacs.
6058         * printing.el: Move variable definitions before use, no code change.
6060 2007-10-22  Juri Linkov  <juri@jurta.org>
6062         * simple.el (goto-history-element): Allow minibuffer-default to be
6063         a list of default values accessible by typing M-n in the minibuffer.
6065         * dired-x.el (dired-guess-shell-command): Put all guesses to the
6066         minibuffer default value list instead of pushing them temporarily
6067         to the history list.
6069 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
6071         * hexl.el (hexl-menu): New major mode menu.
6073 2007-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6075         * emacs-lisp/byte-opt.el (byte-optimize-featurep): Fix paren typo.
6077 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
6079         * w32-fns.el (w32-quote-process-args):
6080         * dos-w32.el (print-region-function, lpr-headers-switches)
6081         (ps-print-region-function): Pacify byte-compiler.
6083         * emulation/edt-mapper.el (function-key-map):
6084         (edt-map-key): Make it a function instead of using fset.
6085         Inline edt-gnu-map-key and edt-lucid-map-key.  Use featurep 'xemacs.
6086         (edt-gnu-map-key, edt-lucid-map-key): Remove.
6087         (edt-x-emacs-p): Remove.
6088         (edt-emacs-variant, edt-window-system, edt-xserver):
6089         Use featurep 'xemacs.
6091         * net/eudc.el: Use (featurep 'xemacs) instead of the string test.
6092         Replace eudc-xemacs-p with its definition.
6093         (eudc-xemacs-p, eudc-emacs-p, eudc-xemacs-mule-p)
6094         (eudc-emacs-mule-p): Remove.
6095         (eudc-install-menu, eudc-mode): Replace eudc-emacs-p and
6096         eudc-xemacs-p with feature tests.
6098         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-mail-keymap)
6099         (eudc-bob-url-keymap, eudc-bob-sound-keymap)
6100         (eudc-bob-generic-keymap, eudc-bob-popup-menu)
6101         (eudc-bob-toggle-inline-display):
6102         * net/eudc-hotlist.el (eudc-hotlist-emacs-menu):
6103         Replace eudc-emacs-p and eudc-xemacs-p with feature tests.
6105         * net/eudcb-ph.el (eudc-ph-open-session):
6106         Replace eudc-xemacs-mule-p with its former definition.
6108         * progmodes/octave-mod.el (octave-xemacs-p): Remove.
6109         (octave-abbrev-start): Replace octave-xemacs-p with (featurep 'xemacs).
6111         * progmodes/vera-mode.el (vera-xemacs): Remove.
6112         (vera-mode-syntax-table): Replace vera-xemacs with (featurep 'xemacs).
6114         * progmodes/vhdl-mode.el (vhdl-xemacs): Remove.
6115         (vhdl-doc-mode, vhdl-doc-variable, vhdl-compile-init)
6116         (vhdl-speedbar-initialize, vhdl-ps-print-init)
6117         (vhdl-forward-comment, vhdl-mode-map-init, vhdl-show-messages)
6118         (vhdl-emacs-22, vhdl-emacs-21): Replace vhdl-xemacs
6119         with (featurep 'xemacs).
6121         * progmodes/antlr-mode.el (cond-emacs-xemacs-macfn, defunx)
6122         (save-buffer-state-x):
6123         * obsolete/fast-lock.el (fast-lock-verbose):
6124         * emulation/viper-init.el (viper-xemacs-p)
6125         (viper-cond-compile-for-xemacs-or-emacs):
6126         * emacs-lisp/checkdoc.el (checkdoc-minor-mode-map):
6127         * ps-print.el (case-fold-search):
6128         * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs):
6129         * calculator.el (calculator-help): Use featurep 'xemacs.
6131         * progmodes/prolog.el: Undo previous change.
6132         (comint-prompt-regexp, comint-process-echoes): Pacify byte-compiler.
6134         * progmodes/dcl-mode.el:
6135         * play/yow.el:
6136         * calendar/todo-mode.el:
6137         * calendar/cal-hebrew.el:
6138         * vc-hg.el: Undo previous change.
6140         * vms-patch.el: Likewise.
6141         (print-region-function): Pacify byte-compiler.
6143 2007-10-21  Michael Albinus  <michael.albinus@gmx.de>
6145         * files.el (backup-buffer-copy): Call `copy-file' with non-nil
6146         preserve-uid-gid.
6148         * net/ange-ftp.el (ange-ftp-copy-file): Add PRESERVE-UID-GID for
6149         compatibility.  It is not used, though.
6151         * net/tramp.el (top): Put load of all tramp-* files into a dolist.
6152         Require tramp-cmds.el.
6153         (tramp-make-tramp-temp-file): We can get rid of DONT-CREATE.
6154         (tramp-handle-file-name-all-completions): Expand DIRECTORY.
6155         (tramp-do-copy-or-rename-file-directly): Make more rigid checks.
6156         (tramp-do-copy-or-rename-file-out-of-band)
6157         (tramp-maybe-open-connection): Use `make-temp-name'.  This is
6158         possible, because we don't need to create the temporary file, but
6159         we need a prefix for ssh, which has its own temporary file handling.
6160         (tramp-handle-delete-directory): Add "-f" to rmdir.
6161         (tramp-handle-dired-recursive-delete-directory): Call "rm -rf".
6162         (tramp-handle-insert-file-contents): Don't raise a tramp-error but
6163         a signal, in order to give the callee a chance to suppress.
6164         (tramp-handle-write-region): Set owner also in case of short
6165         track.  Don't use compatibility calls for `write-region' anymore.
6166         (tramp-clear-passwd): Add parameter VEC.  Adapt all callees.
6167         (tramp-append-tramp-buffers): Apply `tramp-list-tramp-buffers'.
6169         * net/tramp-cmds.el: New file.
6171         * net/tramp-gw.el (tramp-gw-basic-authentication): Apply VEC to
6172         `tramp-clear-passwd'.
6174         * net/trampver.el: Update release number.
6176 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
6178         * progmodes/gud.el (gud-target-name): Move definition before use.
6180         * progmodes/dcl-mode.el: Require imenu at compile time.
6182         * progmodes/cc-engine.el (c-maybe-stale-found-type):
6183         Pacify byte-compiler.
6185         * obsolete/fast-lock.el: Use featurep test instead of string-match.
6187         * eshell/esh-mode.el (eshell-handle-ansi-color):
6188         Require ansi-color at compile time too.
6190         * eshell/em-unix.el (eshell/info): Require info at compile time too.
6192         * w32-fns.el: Require w32-vars.
6194         * diff-mode.el (diff-refine-hunk): Require smerge-mode at compile
6195         time too.
6197 2007-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6199         * double.el ([ignore]): Use `ignore'.
6200         (double-setup): Inline into double-mode.
6201         (double-mode): Use define-minor-mode.
6203 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
6205         * textmodes/reftex.el: Move require easymenu before first use.
6206         (reftex-info): Require info at compile too.
6208         * textmodes/org-publish.el (org-publish-org-to-html)
6209         (org-publish-org-to): Require org at compile time too.
6210         (org-publish-attachment): Require at compile time too.
6212         * term/tty-colors.el (w32-tty-standard-colors):
6213         Pacify byte-compiler.
6215         * term/pc-win.el (frame-creation-function-alist): Add to this
6216         instead of setting frame-creation-function.
6218         * play/blackbox.el (bb-up, bb-down): Use forward-line.
6220         * net/rcirc.el (rcirc-markup-text-functions): Move definition earlier.
6222         * calendar/todo-mode.el: Require calendar at compile time.
6224         * calendar/cal-hebrew.el: Require holidays at compile time.
6226         * w32-vars.el: Provide w32-vars.
6228         * term/w32-win.el: Require w32-vars.
6229         (w32-color-map): Pacify byte-compiler.
6231         * loadup.el: Load w32-vars before term/w32-win.
6233 2007-10-20  Juri Linkov  <juri@jurta.org>
6235         * textmodes/fill.el (fill-paragraph): When the region is active,
6236         don't try other `or' branches regardless of the value returned by
6237         fill-region; just return t.
6239 2007-10-20  Eric S. Raymond  <esr@snark.thyrsus.com>
6241         * vc.el (vc-do-command): Condition out a misleading message when
6242         running asynchronously.
6243         (vc-deduce-fileset): New argument enables using an unregistered
6244         visited file as a singleton fileset if nothing else is available.
6245         (vc-next-action): Restore file-registering behavior.
6247 2007-10-20  Jay Belanger  <jay.p.belanger@gmail.com>
6249         * calc/README: Add recent news.
6251 2007-10-20  Dan Nicolaescu  <dann@ics.uci.edu>
6253         * term/x-win.el (x-gtk-stock-map, icon-map-list)
6254         (x-gtk-map-stock): Delete duplicated definitions from merge.
6256         * progmodes/compile.el (compilation-skip-to-next-location)
6257         (compilation-skip-threshold, compilation-skip-visited):
6258         Move definitions earlier.
6260         * play/decipher.el (decipher-keypress):
6261         * play/zone.el (zone-fall-through-ws):
6262         * play/landmark.el (lm-move-down, lm-move-up):
6263         * play/handwrite.el (handwrite):
6264         * mail/mspools.el (mspools-visit-spool):
6265         * wdired.el (wdired-next-line, wdired-previous-line):
6266         * tar-mode.el (tar-subfile-save-buffer):
6267         * scroll-lock.el (scroll-lock-next-line)
6268         (scroll-lock-previous-line):
6269         * image-dired.el (image-dired-next-line)
6270         (image-dired-previous-line):
6271         * ediff-help.el (ediff-help-message-line-length):
6272         Use forward-line.
6274         * smerge-mode.el (smerge-auto-refine):
6275         * diff-mode.el (diff-auto-refine): Add :group.
6277         * play/yow.el: Require doctor at compile time.
6279         * vmsproc.el: Provide vmsproc.
6280         (command-send-input): Use forward-line.
6282         * vms-patch.el: Require ps-print and vmsproc at compile time.
6284         * vc-mtn.el (log-view-message-re, log-view-file-re)
6285         (log-view-font-lock-keywords): Pacify byte-compiler.
6287         * vc-hg.el: Require log-view at compile time.
6289 2007-10-20  Eric S. Raymond  <esr@snark.thyrsus.com>
6291         * log-view.el (log-view-diff): Adapt log-view-diff for new VC API.
6293 2007-10-20  Glenn Morris  <rgm@gnu.org>
6295         * progmodes/f90.el (f90-font-lock-keywords-2)
6296         (f90-looking-at-type-like): Fix regexp typos.
6298 2007-10-19  Juanma Barranquero  <lekktu@gmail.com>
6300         * bs.el (bs--track-window-changes): Don't refresh the whole list.
6301         (bs-mode): Set mode-class property to special.
6303 2007-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6305         * diff-mode.el (diff-auto-refine): New var.
6306         (diff-hunk): Use it.
6307         (diff-ignore-whitespace-hunk): Rename diff-refine-ignore-spaces-hunk.
6308         (diff-refine-change): Rename from diff-fine-change.  Change it.
6309         (diff-refine-preproc): Rename from diff-fine-highlight-preproc.
6310         (diff-refine-hunk): Rename from diff-fine-highlight.
6312 2007-10-20  John Paul Wallington  <jpw@pobox.com>
6314         * help-fns.el (describe-variable-custom-version-info): New function
6315         to return variable's version or package version note.
6316         (describe-variable): Use it, display result.
6318 2007-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6320         * smerge-mode.el (smerge-auto-refine): New var.
6321         (smerge-next, smerge-prev): Use it.
6322         (smerge-batch-resolve): Ad-hoc trick for Arch's .rej files.
6324         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6325         Add `body' arg.  Cleanup the check-narrow-maybe/re-narrow-maybe mess.
6327         * vc-bzr.el (vc-bzr-diff-tree):
6328         * vc-git.el (vc-git-diff-tree):
6329         * vc-hg.el (vc-hg-diff-tree):
6330         * vc-mcvs.el (vc-mcvs-diff-tree):
6331         * vc-mtn.el (vc-mtn-diff-tree):
6332         * vc-svn.el (vc-svn-diff-tree): Remove.
6334         * vc-mtn.el (vc-mtn-revision-completion-table):
6335         * vc-cvs.el (vc-cvs-revision-completion-table):
6336         * vc-arch.el (vc-arch-revision-completion-table):
6337         * vc-hg.el (vc-hg-revision-completion-table, vc-hg-revision-table):
6338         * vc-git.el (vc-git-revision-completion-table, vc-git-revision-table):
6339         Make it work when the arg is a list of files.
6341 2007-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6343         * vc.el: Remove `diff-tree' operation, now subsumed by `diff'.
6344         Also `revision-completion-table' now takes a list of files.
6345         (vc-deduce-fileset): Remove unused var `regexp'.
6346         Only obey allow-directory-wildcard in dired buffers.
6347         (vc-default-diff-tree): Remove.
6348         (vc-diff-added-files): New var.
6349         (vc-diff-internal): Use it.  Remove arg `backend'.  Update callers.
6350         (vc-version-diff): Revert from `vc-history-diff' to the original name.
6351         Remove the `backend' arg.
6352         (vc-contains-version-controlled-file): Remove.
6353         (vc-diff): Bring it closer to the version in Emacs-22.
6354         (vc-revert): Fix typo in let-binding.
6355         (vc-default-unregister): Remove.
6356         (vc-dired-buffers-for-dir): Remove N^2 behavior.
6358 2007-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
6360         * textmodes/two-column.el (2C-split, 2C-merge):
6361         * textmodes/bib-mode.el (bib-find-key, mark-bib):
6362         * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
6363         * progmodes/etags.el (find-tag-in-order, etags-tags-apropos)
6364         * progmodes/ada-xref.el (ada-get-all-references):
6365         * obsolete/mlsupport.el (ml-next-line, ml-previous-line):
6366         * emulation/vi.el (vi-previous-line-first-nonwhite)
6367         (vi-effective-range, vi-put-before):
6368         * emulation/edt.el (edt-next-line, edt-previous-line)
6369         (edt-paragraph-forward): Use forward-line.
6371         * progmodes/etags.el (tags-apropos): Require apropos at compile
6372         time too.
6374         * progmodes/prolog.el: Require comint when compiling.
6375         (inferior-prolog-flavor): Move defvar before use.
6377 2007-10-19  Richard Stallman  <rms@gnu.org>
6379         * font-core.el (turn-on-font-lock-if-desired):
6380         Rename from `turn-on-font-lock-if-enabled'.
6381         Fully obey `font-lock-global-modes'.
6383 2007-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6385         * diff-mode.el (diff-fine-highlight-preproc): Stick to minimal changes
6386         which will not affect the behavior of things like forward-word.
6387         (diff-fine-highlight): Preserve point.
6389         * doc-view.el (doc-view-mode-map): Use remapping.
6390         Don't rebind C-v, M-v to their default value.
6391         Don't bind mouse-4 and mouse-5: it's mwheel.el's job.
6393         * smerge-mode.el: Add word-granularity refinement.
6394         (smerge-refine-forward-function, smerge-refine-ignore-whitespace)
6395         (smerge-refine-weight-hack): New vars.
6396         (smerge-refine-forward): New fun.
6397         (smerge-refine-chopup-region, smerge-refine-highlight-change): Use them.
6398         (smerge-refine-subst): Use them as well.  Preserve point.
6400 2007-10-19  Juanma Barranquero  <lekktu@gmail.com>
6402         * follow.el (follow-unload-function): New function.
6404         * loadhist.el (unload-function-features-list):
6405         Rename from `unload-hook-features-list'.
6406         (unload-hook-features-list): Add as obsolete alias.
6407         (unload-feature): Use `unload-function-features-list'
6408         and new FEATURE-unload-function.
6410 2007-10-19  Glenn Morris  <rgm@gnu.org>
6412         * bindings.el (mouse-minor-mode-menu)
6413         (minor-mode-menu-from-indicator): Move to mouse.el.
6414         * mouse.el (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
6415         Move here from bindings.el.
6417 2007-10-19  Richard Stallman  <rms@gnu.org>
6419         * help-fns.el (describe-function-1): Don't use the advice origname
6420         if it has no function definition.
6422 2007-10-18  Johan Bockg\e,Ae\e(Brd  <bojohan@gnu.org>
6424         * net/tramp.el (tramp-rfn-eshadow-update-overlay): Save excursion.
6425         Use `save-restriction' rather than `widen'.
6427 2007-10-18  Richard Stallman  <rms@gnu.org>
6429         * time.el (display-time-world-time-format): Display day # not month #.
6431 2007-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
6433         * files.el (auto-mode-alist): Don't use doc-view for PS and EPS.
6435         * doc-view.el: Remove version keyword.
6436         (doc-view-ghostscript-program, doc-view-dvipdfm-program)
6437         (doc-view-ps2pdf-program): Use executable-find.  Simplify custom type.
6438         (doc-view-ghostscript-options): Improve custom type.
6439         (doc-view-cache-directory, doc-view-conversion-buffer)
6440         (doc-view-conversion-refresh-interval): Simplify custom type.
6442 2007-10-18  Tassilo Horn  <tassilo@member.fsf.org>
6444         * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
6445         (doc-view-pdf/ps->png-sentinel, doc-view-pdf/ps->png)
6446         (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
6447         (doc-view-ps->pdf-sentinel, doc-view-ps->pdf):
6448         Remove superfluous messages.
6449         (doc-view-mode-map): Use the image-mode scrolling commands.
6450         Don't rebind C-x k.
6452 2007-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
6454         * doc-view.el (doc-view-ghostscript-options, doc-view-ps->pdf):
6455         Add comment about "-dSAFER".
6457 2007-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6459         * term/xterm.el: Don't require xt-mouse.
6460         (terminal-init-xterm): Run terminal-init-xterm-hook rather than
6461         calling turn-on-xterm-mouse-tracking-on-terminal directly.
6463         * xt-mouse.el: Don't change the global function-key-map anny more.
6464         (xterm-mouse-mode): Use terminal-init-xterm-hook.
6465         Don't use after-make-frame-functions now that term/xterm.el calls
6466         us directly.
6467         (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
6468         Use turn-*-xterm-mouse-tracking-on-terminal.  Only once per terminal.
6469         (turn-on-xterm-mouse-tracking-on-terminal): Make param optional.
6470         Setup input-decode-map and remember that xterm-mouse-mode was
6471         enabled in this terminal.
6472         (turn-off-xterm-mouse-tracking-on-terminal): Only disable on those
6473         terminals where it has been enabled.
6475         * faces.el (tty-create-frame-with-faces): Make sure not only
6476         tty-run-terminal-initialization but also set-locale-environment
6477         are run only once per terminal.
6478         (tty-run-terminal-initialization): Don't check if the terminal was
6479         already initted.
6481         * international/encoded-kb.el (encoded-kbd-setup-display): Be careful
6482         not to remove keymaps that just happen to inherit from one of ours.
6483         When setting up our keymap, make sure it won't be accidentally
6484         modified by someone else.
6486 2007-10-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
6488         * textmodes/artist.el (artist-previous-line, artist-next-line):
6489         * dired.el (dired-next-line, dired-previous-line):
6490         * progmodes/delphi.el (delphi-newline):
6491         * textmodes/org.el (org-columns-eval):
6492         Use forward-line.
6494         * emerge.el (emerge-setup): Use insert-buffer-substring.
6495         (emerge-prepare-error-list, emerge-setup-with-ancestor): Likewise.
6497 2007-10-18  Juanma Barranquero  <lekktu@gmail.com>
6499         * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
6500         (adaptive-fill-function): Doc fix.  Remove * from docstring.
6502 2007-10-18  Tom Horsley  <tom.horsley@att.net>
6504         * simple.el (interprogram-paste-function): Doc fix.
6505         (current-kill): Accept list of strings as well
6506         as single string from `interprogram-paste-function'.
6508 2007-10-18  Glenn Morris  <rgm@gnu.org>
6510         * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
6512 2007-10-18  Drew Adams  <drew.adams@oracle.com>
6514         * bindings.el (mode-line-minor-mode-keymap):
6515         Add mouse-minor-mode-menu on mouse-1.
6516         (mode-line-modes): Add mouse-1 to help-echo text.
6517         (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
6518         New functions.
6519         (mode-line-minor-mode-help): Doc fix.
6521 2007-10-17  Juri Linkov  <juri@jurta.org>
6523         * textmodes/fill.el (fill-paragraph-or-region): Remove function
6524         at the request of RMS.
6525         (fill-paragraph): Change `arg' to optional `justify'.  Add interactive
6526         arg `region'.  Fix docstring.  At the first `or' branch add call to
6527         `fill-region' if it the region is active in transient-mark-mode.
6529         * bindings.el (esc-map): Bind M-q to fill-paragraph
6530         instead of fill-paragraph-or-region.
6532         * tutorial.el (tutorial--default-keys): Replace fill-paragraph-or-region
6533         with fill-paragraph.
6535         * textmodes/ispell.el (ispell-word): Add interactive arg `region'.
6536         Fix docstring.
6538         * indent.el (indent-for-tab-command): Change interactive spec from
6539         "P" to "p".  Add check for interactive arg before indenting the
6540         active region.
6542         * files.el (auto-mode-alist): Add \\. before PDF/PS/DVI extensions.
6543         Regroup.
6545 2007-10-17  Juanma Barranquero  <lekktu@gmail.com>
6547         * emacs-lisp/find-func.el: Don't require loadhist.
6549         * loadhist.el (feature-symbols, file-provides, file-requires)
6550         (file-set-intersect, file-dependents): Simplify.
6551         (unload-feature-special-hooks): Update list of special hooks.
6553 2007-10-17  Tassilo Horn  <tassilo@member.fsf.org>
6555         * bindings.el (completion-ignored-extensions): Remove pdf and dvi
6556         extensions since they can be viewed with doc-view.
6558         * files.el (auto-mode-alist): Make doc-view-mode the default mode
6559         for pdf, ps and dvi files.
6561         * doc-view.el: Make doc-view-mode the standard mode for viewing
6562         pdf, [e]ps and dvi files and add binding C-c C-c to toggle between
6563         text and image display.  Add binding C-c C-e to switch to an
6564         editing mode.
6565         (doc-view-ghostscript-options, doc-view-ps->pdf): Add "-dSAFER" to
6566         avoid security problems when rendering files from untrusted sources.
6568 2007-10-17  Aaron Hawley  <aaronh@garden.org>
6570         * tutorial.el (tutorial--save-tutorial): Display message when tutorial
6571         position is not saved.
6573 2007-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
6575         * doc-view.el: Mention xpdf.  Fix spelling of Ghostscript.
6576         (doc-view-ghostscript-options): Fix typo in doc string.
6578 2007-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6580         * progmodes/compile.el (compilation-next-error-function): Fix timestamp
6581         handling, so compilation-fake-loc works again.
6583         * server.el (server-select-display): Nop if we do not support m-f-o-d.
6584         (server-process-filter): Revert last change.
6586         * vc.el (vc-diff-sentinel, vc-diff-internal): Revert some change in the
6587         behavior unrelated to filesets.
6589 2007-10-17  Chong Yidong  <cyd@stupidchicken.com>
6591         * longlines.el (longlines-wrap-follows-window-size): Integer value
6592         specifies wrapping margin.
6593         (longlines-mode, longlines-window-change-function):
6594         Set window-specific wrapping margin based on the above.
6596 2007-10-17  John Wiegley  <johnw@newartisans.com>
6598         * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
6600 2007-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
6602         * server.el (server-process-filter): Only set display if X11 is
6603         supported.
6605 2007-10-17  Glenn Morris  <rgm@gnu.org>
6607         * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
6608         Tweak regexp to avoid stack overflow.
6610 2007-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6612         * simple.el (reindent-then-newline-and-indent): Don't assume that
6613         indent-according-to-mode preserves point.
6615 2007-10-16  Juanma Barranquero  <lekktu@gmail.com>
6617         * bs.el (bs--make-header-match-string, bs-show-in-buffer)
6618         (bs--nth-wrapper): Simplify.
6619         (bs-select, bs--insert-one-entry): Simplify.  Use `when'.
6620         (bs-buffer-list): Simplify.  Use `when'.  Use `string-match-p'.
6621         (bs-sort-buffer-interns-are-last): Use `string-match-p'.
6622         (bs-attributes-list, bs-max-window-height, bs-must-always-show-regexp)
6623         (bs-maximal-buffer-name-column, bs-minimal-buffer-name-column)
6624         (bs-configurations, bs-default-configuration)
6625         (bs-alternative-configuration, bs-cycle-configuration-name)
6626         (bs-string-show-always, bs-string-show-never, bs-string-current)
6627         (bs-string-current-marked, bs-string-marked, bs-string-show-normally)
6628         (bs-sort-functions, bs-default-sort-name): Remove * in docstrings.
6629         (bs--redisplay, bs--goto-current-buffer, bs--current-buffer, bs-delete)
6630         (bs-apply-sort-faces, bs-next-config-aux): Use `when'.
6631         (bs--window-config-coming-from): Revert 2006-11-09 change.
6632         (bs--restore-window-config): Keep the selected frame.
6633         (bs--track-window-changes, bs--remove-hooks): New functions.
6634         (bs-mode): Use `define-derived-mode'.  Set hook to track window changes.
6635         (bs--create-header): Remove.
6636         (bs--create-header-line): New function, based on `bs--create-header'.
6637         (bs--show-header): Use `bs--create-header-line'.
6638         (bs--show-with-configuration): Revert 2006-11-09 change.
6639         Don't reuse window unless it is visible on the selected frame.
6640         Restore window configuration (possibly in a different frame)
6641         before creating any window.
6643 2007-10-16  Glenn Morris  <rgm@gnu.org>
6645         * simple.el (blink-matching-open): Don't report false errors with
6646         the `$' syntax class.
6648 2007-10-16  Richard Stallman  <rms@gnu.org>
6650         * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
6651         (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
6652         (ad-is-advised, ad-get-advice-info-field)
6653         (ad-set-advice-info-field): Use ad-get-advice-info-macro.
6655 2007-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6657         * vc-hooks.el (vc-workfile-version): Compatibility alias.
6658         (vc-default-working-revision): Compatibility for backends.
6660 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
6662         * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
6663         (filesets-ormap, filesets-sort-case-sensitive-flag)
6664         (filesets-remake-shortcut, filesets-ingroup-collect-files):
6665         Fix typos in docstrings.
6666         (filesets-conditional-sort, filesets-find-or-display-file)
6667         (filesets-data-get-name, filesets-data-get-data)
6668         (filesets-data-set, filesets-cmd-query-replace-getargs)
6669         (filesets-ingroup-collect): Doc fixes.
6671 2007-10-15  Sam Steingold  <sds@gnu.org>
6673         * mail/sendmail.el (sendmail-error-reporting-interactive)
6674         (sendmail-error-reporting-non-interactive): New variables for
6675         sendmail error reporting options to simplify support for imperfect
6676         sendmail emulators.
6677         (sendmail-send-it): Use them instead of list literals.
6679 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
6681         * help-fns.el: Revert previous change; it creates a
6682         dependency loop between advice.el and help-fns.el.
6684 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
6686         * help-fns.el: Require advice when compiling.
6688 2007-10-14  Drew Adams  <drew.adams@oracle.com>
6690         * emacs-lisp/ring.el (ring-convert-sequence-to-ring)
6691         (ring-insert+extend, ring-remove+insert+extend, ring-member)
6692         (ring-next, ring-previous): New functions.
6694 2007-10-14  Richard Stallman  <rms@gnu.org>
6696         * emacs-lisp/advice.el (documentation): Advice deleted.
6697         Doc for advised functions is now handled at C level.
6698         (ad-stop-advice, ad-start-advice): Don't enable or disable
6699         advice for `documentation'.
6700         (ad-advised-definition-docstring-regexp): Var deleted.
6701         (ad-make-advised-definition-docstring): Store orig name
6702         as text property of string.
6703         (ad-advised-definition-p): Check for text property of docstring.
6705         * help-fns.el (describe-function-1): Find source of advised functions.
6707 2007-10-14  Juri Linkov  <juri@jurta.org>
6709         * faces.el (describe-face): Allow handling a string as the face name.
6711         * textmodes/ispell.el (ispell-word): Call `ispell-region' on the
6712         active region in transient-mark-mode.
6713         (ispell-region): Change messages displayed at the start and end of
6714         the spell-checking to be the same.
6716         * startup.el (fancy-startup-tail): Say exactly what does the button
6717         dismiss ("Dismiss this startup screen").  Use text "Never show
6718         it again" for the checkbox after this button.
6719         (fancy-startup-screen, fancy-about-screen): Put point before the
6720         first link, so the user can quickly select links with the keyboard.
6721         (normal-mouse-startup-screen): Add more useful text describing how
6722         to follow a link.
6724 2007-10-14  Glenn Morris  <rgm@gnu.org>
6726         * progmodes/etags.el (select-tags-table): Disable undo in the
6727         `*Tags Table List*' buffer.
6729 2007-10-13  Eli Zaretskii  <eliz@gnu.org>
6731         * dired.el (dired-warn-writable): New face.
6732         (dired-warn-writable-face): New variable.
6733         (dired-font-lock-keywords): Use dired-warn-writable-face, instead
6734         of dired-warning-face, for group- and world-writable files.
6736 2007-10-13  Richard Stallman  <rms@gnu.org>
6738         * files.el (directory-abbrev-alist): Doc fix.
6740 2007-10-13  Jari Aalto  <jari.aalto@cante.net>
6742         * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
6744 2007-10-12  Martin Rudalics  <rudalics@gmx.at>
6746         * frame.el (set-frame-configuration): Assign name parameter only
6747         if it has been set explicitly before.
6749 2007-10-11  Tom Tromey  <tromey@redhat.com>
6751         * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
6752         frame is visible.
6754 2007-10-10  Richard Stallman  <rms@gnu.org>
6756         * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
6757         in *Backtrace*.
6759         * faces.el (face-font-selection-order): Doc fix.
6761         * loadhist.el (unload-feature): Doc fix.
6763 2007-10-13  Glenn Morris  <rgm@gnu.org>
6765         * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
6766         (octave-re-search-forward-kw, octave-re-search-backward-kw):
6767         Add doc string, and an explicit COUNT argument.
6768         (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
6769         `inc' to search functions.
6771         * faces.el (face-spec-set): When FRAME is nil, set the default for
6772         new frames (restores pre-2007-09-17 behavior).  Doc fix.
6774 2007-10-13  John W. Eaton  <jwe@octave.org>
6776         * progmodes/octave-mod.el (octave-looking-at-kw)
6777         (octave-re-search-forward-kw, octave-re-search-backward-kw):
6778         New functions.
6779         (octave-in-defun-p, calculate-octave-indent)
6780         (octave-blink-matching-block-open, octave-beginning-of-defun)
6781         (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
6782         to search for regexps that contain case-sensitive keywords.
6783         (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
6784         (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
6786 2007-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
6788         * frame.el (select-frame-set-input-focus): Fix typo "max" -> "mac".
6789         Do not use a single clause cond.
6791         * cus-start.el (all): Use test that does not match the X11 version
6792         for mac.
6794 2007-10-13  Markus Gritsch  <m.gritsch@gmail.com>  (tiny change)
6796         * progmodes/ebrowse.el (ebrowse-tree-mode): Disable undo in the
6797         BROWSE buffer.
6799 2007-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
6801         * cus-start.el (all): Undo previous change.
6803 2007-10-13  Glenn Morris  <rgm@gnu.org>
6805         * woman.el (woman0-rename): Fix paren typo.
6807         * mail/feedmail.el (feedmail-run-the-queue)
6808         (feedmail-look-at-queue-directory):
6809         * mail/reporter.el (reporter-dump-state):
6810         * net/eudc-hotlist.el (eudc-edit-hotlist):
6811         * net/eudc.el (eudc-display-records)
6812         (eudc-filter-duplicate-attributes)
6813         (eudc-distribute-field-on-records, eudc-query-form, eudc-process-form):
6814         * net/eudcb-bbdb.el (eudc-bbdb-filter-non-matching-record)
6815         (eudc-bbdb-query-internal):
6816         * net/eudcb-ldap.el (eudc-ldap-simple-query-internal):
6817         * net/socks.el (socks-build-auth-list):
6818         * progmodes/cc-cmds.el (top level):
6819         * progmodes/cc-styles.el (c-make-styles-buffer-local, c-set-style):
6820         * progmodes/cperl-mode.el (top level, cperl-imenu-addback)
6821         (cperl-write-tags, cperl-tags-treeify):
6822         * progmodes/ebnf-yac.el (ebnf-yac-token-table):
6823         * progmodes/ebnf2ps.el (ebnf-map-name, ebnf-dimensions):
6824         * progmodes/idlw-shell.el (idlwave-shell-filter-bp, top level):
6825         * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
6826         (idlwave-toolbar-remove-everywhere):
6827         * progmodes/idlwave.el (idlwave-indent-line)
6828         (idlwave-sintern-keyword-list, idlwave-scan-user-lib-files)
6829         (idlwave-write-paths, idlwave-all-method-classes)
6830         (idlwave-all-method-keyword-classes, idlwave-entry-keywords)
6831         (idlwave-fix-keywords, idlwave-display-calling-sequence)
6832         (idlwave-complete-in-buffer):
6833         * textmodes/org.el (org-export-as-html, org-export-as-ascii)
6834         (org-fast-tag-selection):
6835         * textmodes/reftex-sel.el (reftex-select-item): Use mapc rather
6836         than mapcar.
6838 2007-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
6840         * diff-mode.el (diff-fine-change): Add :group.
6842 2007-10-12  Dan Nicolaescu  <dann@ics.uci.edu>
6844         * cus-start.el (all): Use the same test as the 22.2 branch.
6846 2007-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6848         * diff-mode.el (diff-current-defun): Force recomputation of
6849         change-log-default-name.
6851 2007-10-12  Chong Yidong  <cyd@stupidchicken.com>
6853         * startup.el (fancy-startup-screen): Remove an unnecessary newline
6854         and some leftover logic regarding dedicated frames.  If showing
6855         concise startup screen, fit window to buffer.
6856         (command-line-1): If we will be using the splash screen, use
6857         find-file instead of find-file-other-window to find additional files.
6858         Comment out unused code for coping with the old sit-for behavior.
6860 2007-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6862         * term/xterm.el (xterm-function-map, xterm-alternatives-map): Use the
6863         `meta' modifier consistently, rather than using sometimes meta
6864         sometimes alt.
6866 2007-10-12  Martin Rudalics  <rudalics@gmx.at>
6868         * window.el (handle-select-window): Revert part of 2007-10-08
6869         change setting the input focus.
6871 2007-10-12  Glenn Morris  <rgm@gnu.org>
6873         * startup.el (command-line): Do not read abbrev file in batch mode.
6875         * emacs-lisp/byte-opt.el (top level):
6876         * mail/rmail.el (rmail-list-to-menu):
6877         * obsolete/hilit19.el (hilit-mode):
6878         * progmodes/cc-mode.el (c-postprocess-file-styles)
6879         (c-submit-bug-report):
6880         * textmodes/org-publish.el (org-publish-get-plist-from-filename):
6881         * textmodes/reftex.el (reftex-erase-all-selection-and-index-buffers)
6882         (reftex-access-parse-file):
6883         * textmodes/reftex-cite.el (reftex-do-citation)
6884         (reftex-insert-bib-matches):
6885         * textmodes/reftex-ref.el (reftex-offer-label-menu):
6886         * textmodes/reftex-sel.el (reftex-select-unmark):
6887         * textmodes/reftex-toc.el (reftex-toc-do-promote):
6888         * vc-mcvs.el (vc-mcvs-checkin): Use mapc rather than mapcar.
6890         * cus-edit.el (custom-variable-menu, custom-face-menu)
6891         (custom-group-menu): Check init-file-user rather than
6892         user-init-file, in case cus-edit is loaded by site-run-file.
6894 2007-10-11  Dan Nicolaescu  <dann@ics.uci.edu>
6896         * vc.el (vc-deduce-fileset): Delete unused code.
6897         (vc-next-action): Fix typos.
6899 2007-10-11  Juanma Barranquero  <lekktu@gmail.com>
6901         * bs.el (bs--mark-unmark): New function.
6902         (bs-mark-current, bs-unmark-current): Use it.
6904 2007-10-11  Eric S. Raymond  <esr@snark.thyrsus.com>
6906         * vc.el (vc-diff):
6907         (vc-diff-internal): Merge a patch by Juanma Barranquero.  Also,
6908         temporarily disable the check for his edge case of
6909         vc-diff (stopping it from grinding when called from $HOME), as
6910         it's calling some brittle code in vc-hooks.el.
6911         (with-vc-properties): Fix evaluation time of a macro argument.
6912         * ediff-vers.el (ediff-vc-internal):
6913         * vc-hooks.el:
6914         * loaddefs.el: Follow up on VC terminology change.
6916 2007-10-11  Juanma Barranquero  <lekktu@gmail.com>
6918         * follow.el (follow-stop-intercept-process-output):
6919         Use `follow-call-process-filter' rather than `process-filter'.
6920         Simplify.
6922 2007-10-11  Eric S. Raymond  <esr@snark.thyrsus.com>
6924         * vc-hooks.el (vc-registered): Robustify this function a bit
6925         against filenames with no directory component.
6927 2007-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6929         * international/characters.el: Undo unwanted and unexplained change.
6931 2007-10-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6933         * ps-print.el: Fix the usage of :foreground and :background face
6934         attributes.  Reported by Nikolaj Schumacher <n_schumacher@web.de>.
6935         (ps-print-version): New version 6.7.6.
6936         (ps-face-attributes, ps-face-attribute-list, ps-face-background):
6937         Fix code.
6938         (ps-face-foreground-color-p, ps-face-background-color-p)
6939         (ps-face-color-p): New inline funs.
6941 2007-10-10  Carsten Dominik  <dominik@science.uva.nl>
6943         * textmodes/org.el (org-additional-option-like-keywords): New constant.
6944         (org-complete): Use `org-additional-option-like-keywords'.
6945         (org-parse-local-options): New function.
6947 2007-10-10  Carsten Dominik  <dominik@science.uva.nl>
6949         * textmodes/org.el (org-in-clocktable-p): New function.
6950         (org-clock-report): Only update the table at point, or insert a new one.
6951         (org-clock-goto): New function.
6952         (org-open-file): Use `start-process-shell-command' instead of
6953         `shell-command' with an ampersand.
6954         (org-deadline, org-schedule): New argument REMOVE to remove the
6955         date from the entry.
6956         (org-agenda-schedule, org-agenda-deadline): Pass the prefix
6957         argument to `org-schedule' and `org-deadline'.
6958         (org-trim): Use the correct expressions for beginning and end of
6959         the string.
6960         (org-get-cleaned-entry): Trim the string before returning it.
6961         (org-clock-find-position): New function.
6962         (org-clock-into-drawer): New option.
6963         (org-agenda-tags-column): Rename from
6964         `org-agenda-align-tags-to-column'.
6965         (org-agenda-align-tags): Allow negative values for
6966         `org-agenda-tags-column'.
6967         (org-insert-labeled-timestamps-before-properties-drawer): Remove var.
6968         (org-agenda-to-appt): New optional argument FILTER.
6969         (org-completion-fallback-command): New variable.
6970         (org-complete): Use `org-completion-fallback-command'.
6971         (org-find-base-buffer-visiting): Catch the case that there is no
6972         buffer visiting the file.
6973         (org-property-or-variable-value): New function.
6974         (org-todo): Use `org-property-or-variable-value'
6975         (org-agenda-compact-blocks): New option.
6976         (org-prepare-agenda, org-agenda-list): Use `org-agenda-compact-blocks'.
6977         (org-agenda-schedule, org-agenda-deadline):
6978         Call `org-agenda-show-new-time'.
6979         (org-agenda-show-new-time): New argument PREFIX.
6980         (org-colgroup-info-to-vline-list): Fix but that cause a
6981         shift in the vertical lines.
6982         (org-buffer-property-keys): New argument INCLUDE-DEFAULTS.
6983         (org-maybe-renumber-ordered-list, org-cycle-list-bullet)
6984         (org-indent-item): No arg in call to `org-fix-bullet-type'.
6985         (org-fix-bullet-type): Remove argument.
6986         (org-read-date): Check for am/pm twice, to catch the end time.
6987         (org-goto-map): Use `suppress-keymap'.
6988         (org-remember-apply-template): Respect the dynamically scoped
6989         selection character.
6991 2007-10-10  Bastien Guerry  <Bastien.Guerry@ens.fr>
6993         * textmodes/org-export-latex.el (org-export-latex-protect-string):
6994         Renaming of `org-latex-protect'.
6995         (org-export-latex-emphasis-alist): By default, don't protect
6996         any emphasis formatter from further conversion.
6997         (org-export-latex-tables): Honor column grouping for tables.
6998         (org-export-latex-title-command): New option.
6999         (org-export-latex-treat-backslash-char): Use \textbackslash{} to
7000         export backslash character.
7002 2007-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7004         * frame.el (frame-inherited-parameters): Remove unused `environment'
7005         parameter, and let server.el add `client' when needed.
7007         * server.el (server-create-tty-frame)
7008         (server-create-window-system-frame): Set frame-inherited-parameters.
7010         * frame.el (frame-inherited-parameters): New var.
7011         (make-frame): Use it.
7013         * font-lock.el (lisp-font-lock-keywords-2): Remove let-environment.
7015         * env.el (let-environment): Remove.  Unused.
7016         (read-envvar-name): Simplify.
7017         (setenv): Remove unused arg `frame'.
7019         * help-fns.el (describe-variable): Add missing "  " for multiline
7020         obsolescence info and missing EOL after global value.
7022 2007-10-10  Eric S. Raymond  <esr@snark.thyrsus.com>
7024         * add-log.el:
7025         * ediff-vers.el:
7026         * log-view.el:
7027         * pcvs.el:
7028         * vc-arch.el:
7029         * vc-bzr.el:
7030         * vc-cvs.el:
7031         * vc.el:
7032         * vc-git.el:
7033         * vc-hg.el:
7034         * vc-hooks.el:
7035         * vc-mcvs.el:
7036         * vc-mtn.el:
7037         * vc-rcs.el:
7038         * vc-sccs.el:
7039         * vc-svn.el: Terminology cleanup: workfile-version -> working-revision,
7040         {find,init,next,previous,annotate-*,log}-version ->
7041         {find,init,next,previous,annotate-*,log}-revision,
7042         annotate-focus-version -> annotate-working-revision, The term
7043         'focus' is gone.  The term 'revision' is now used consistently
7044         everywhere that reference to a revision ID is intended, replacing
7045         older use of 'version'.
7047 2007-10-10  Juanma Barranquero  <lekktu@gmail.com>
7049         * follow.el: Change all instances of "Follow Mode" to "Follow
7050         mode" in docstrings and messages.
7051         (follow-menu-filter): Fix arg passed to `bound-and-true-p'.
7053 2007-10-10  Eric S. Raymond  <esr@snark.thyrsus.com>
7055         * vc.el (vc-next-action): Rewrite completely; this principal
7056         entry point now operates on a current fileset selected either
7057         explicitly via VC-Dired or implicitly by visiting a file buffer,
7058         rather than always operating on the file of the current buffer as
7059         in older versions.  Rewrite the rest of the mode to match.
7060         (with-vc-properties): Rewrite to operate on a file list.
7061         (with-vc-file): vc-checkin takes a file list argument now.
7062         (vc-post-command-functions): This hook now receives a file list.
7063         (vc-do-command): Take a either a file or a file list as argument.
7064         (vc-deduce-fileset): New function for deducing a file list to
7065         operate on.
7066         (vc-next-action-on-file, vc-next-action-dired): Remove.
7067         Merge into vc-next-action.
7068         (vc-register): Adapt to the fact that vc-start-entry now takes a
7069         file list.
7070         (vc-register-with): New function.
7071         (vc-start-entry): Take a file list argument rather than a
7072         file argument.
7073         (vc-checkout): Cope with vc-start-entry taking a file list.
7074         (vc-steal-lock): Cope with with-vc-properties taking a
7075         file list.
7076         (vc-checkin): Take a file list argument rather than a file argument.
7077         (vc-finish-logentry): Use the filelist passed by vc-start-entry.
7078         (vc-diff-internal): Rewrite for filesets.
7079         (vc-diff-sentinel): New function, tests whether changes were
7080         written into a diff buffer.
7081         (vc-diff): Rewrite for filesets.
7082         (vc-version-diff): Rewrite for filesets.
7083         (vc-print-log): Take a fileset argument.
7084         (vc-revert): Revert the entire selected fileset, not just the
7085         current buffer.
7086         (vc-rollback): Roll back the entire selected fileset, if
7087         possible.  No longer accepts a prefix argument.
7088         (vc-update): Merge new changes for the entire selected
7089         fileset, not just the current buffer.
7090         (vc-revert-file): Cope with with-vc-properties taking a file list.
7091         (vc-default-dired-state-info): Add + status suffix if the file is
7092         modified.
7093         (vc-annotate-warp-version): Use the new diff machinery.
7094         (vc-log-edit): Take a file list argument rather than a file argument.
7096 2007-10-10  Michael Albinus  <michael.albinus@gmx.de>
7098         Sync with Tramp 2.1.11.
7100         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
7101         Pacify byte compiler.
7103         * net/trampver.el: Update release number.
7105 2007-10-09  Richard Stallman  <rms@gnu.org>
7107         * play/gamegrid.el (gamegrid-setup-default-font): Use face-spec-set.
7109 2007-10-09  Juanma Barranquero  <lekktu@gmail.com>
7111         * follow.el: Require easymenu.
7112         (follow-mode-hook, follow-mode): Doc fixes.
7113         (follow-mode-off-hook): Mark as obsolete.
7115 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
7117         * window.el (mouse-autoselect-window-cancel): Don't cancel for
7118         select-window or select-frame events.
7119         (handle-select-window): When autoselecting window set input
7120         focus.  Restructure.
7122         * frame.el (focus-follows-mouse): Move to frame.c.
7123         * cus-start.el (all): Add focus-follows-mouse.
7125 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
7127         * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
7128         activate font-locking in the *buffer-selection* buffer.
7129         (bs-show-sorted): Doc fix.
7131         * bs.el (bs--get-marked-string, bs--get-modified-string)
7132         (bs--get-readonly-string, bs--get-size-string, bs--get-name)
7133         (bs--get-mode-name, bs-mode): Fix typos in docstrings.
7134         (bs--format-aux): Doc fix.
7136 2007-10-08  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
7138         * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
7140 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
7142         * progmodes/gud.el (gud-gud-gdb-command-name): New option.
7143         (gud-gdb): New function for old M-x gdb (text command mode).
7144         (gud-gdb-command-name, gdb): Move to...
7146         * progmodes/gdb-ui.el: ...here and adapt doc string.
7147         (gud-gdba-command-name, gdba): Delete.
7149 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
7151         * bs.el: Don't defvar `font-lock-verbose'.
7152         (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
7153         (bs--get-file-name): Fix typos in docstrings.
7154         (bs--show-header): Use `dolist' instead of `mapcar'.
7155         (bs-mode): Set `show-trailing-whitespace' to nil.
7156         (bs-buffer-sort-function, bs-mouse-select-other-frame)
7157         (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
7158         Doc fixes.
7160 2007-10-08  Adam Hupp  <adam@hupp.org>  (tiny change)
7162         * progmodes/gud.el (pdb): Specify file for gud-break.
7164 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
7166         * progmodes/gud.el (gdb): Make graphical mode the default and
7167         switch to text command mode if appropriate, i.e., reverse previous
7168         arrangement.
7169         (gud-gdb-marker-filter): Adapt for above change.
7171         * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
7172         gud-minor-mode and gud-marker-filter.
7173         (gdb-fullname-regexp): New variable.
7174         (gud-gdba-marker-filter): Use it to switch to text command
7175         mode if appropriate.
7177 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
7179         * progmodes/gud.el (gud-display-line): Find source buffer even when
7180         GUD buffer has its own frame.
7182 2007-10-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7184         * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
7186 2007-10-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7188         * term/x-win.el (x-gtk-stock-map): Version is 22.2.
7190 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
7192         * allout.el (allout-before-change-handler): Replace got-char by
7193         goto-char.
7195 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7197         * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
7198         Used to try and automatically enabled smerge-mode in the presence of
7199         conflicts and to call `svn resolved' when the conflicts are gone.
7200         (vc-svn-parse-status): Remember the svn-specific status.
7202 2007-10-08  Eli Zaretskii  <eliz@gnu.org>
7204         * menu-bar.el (menu-bar-search-documentation-menu): Rename from
7205         menu-bar-apropos-menu.  All users changed.
7206         (menu-bar-help-menu): Change menu symbols to better match the text
7207         displayed by the menu.
7209 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
7211         * files.el (file-name-sans-versions): Use [:alnum:] and also allow
7212         #, @, : and ^.
7214 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
7216         * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
7218         * log-view.el (log-view-mode-map): Likewise.
7220         * diff-mode.el (diff-mode-shared-map): Likewise.
7222 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
7224         * files.el (file-name-sans-versions): Also allow `A-Z'.
7226         * vc.el: Mention all supported VC backends.
7228 2007-10-08  Richard Stallman  <rms@gnu.org>
7230         * wid-edit.el (widget-specify-button): Don't merge mouse-face with
7231         neighbouring buttons.
7233 2007-10-08  Andreas Schwab  <schwab@suse.de>
7235         * files.el (file-name-sans-versions): Also allow `_'.
7237 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
7239         * files.el (file-name-sans-versions): Allow - and a-z in version names.
7241         * log-view.el (log-view-mode-map, log-view-mode-menu):
7242         Bind log-view-annotate-version.
7243         (log-view-beginning-of-defun, log-view-end-of-defun)
7244         (log-view-annotate-version): New functions.
7245         (log-view-mode): Use log-view-beginning-of-defun and
7246         log-view-end-of-defun.
7248 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7250         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
7252 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7254         * wid-edit.el (widget-image-insert): Don't merge mouse-face with
7255         neighbouring buttons.
7257         * progmodes/compile.el (compilation-error-regexp-alist-alist):
7258         Recognize gcc's use of "note" for informational messages.
7260 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7262         * textmodes/css-mode.el (css-electric-keys): electrick->electric.
7263         (css-mode): Update correspondingly.
7265 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
7267         * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
7268         Signed-off-by, Acked-by and Merge.
7270 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7272         * ediff-init.el (ediff-verbose-p): This var is not a constant.
7274 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7276         * vc-mtn.el: New file.
7278         * vc-hooks.el (vc-handled-backends): Add Mtn.
7280 2007-10-08  Eli Zaretskii  <eliz@gnu.org>
7282         * files.el (find-file, find-file-other-window)
7283         (find-file-other-frame, find-file-existing, find-file-read-only)
7284         (find-file-read-only-other-window)
7285         (find-file-read-only-other-frame)
7286         (find-alternate-file-other-window, find-alternate-file): Doc fixes.
7288 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
7290         * progmodes/gud.el (gdb-ready): New variable.
7291         (gdb): Set it to nil.  Set gud-running to nil here...
7292         (gud-common-init): ...instead of here.
7294         * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
7295         Use gdb-ready.  Discard input until GDB is ready to accept it.
7297 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
7299         * dired.el (dired-warning): Inherit from font-lock-warning-face to
7300         make it show up with eight colors.
7302 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7304         * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
7305         diffs are concatenated with no intervening line.
7307 2007-10-08  Dave Love  <fx@gnu.org>
7309         * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
7310         (python-font-lock-keywords): Update to the 2.5 version of the language.
7311         (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
7312         (python-backspace): Only behave funny in code.
7313         (python-compilation-regexp-alist): Add PDB stack trace regexp.
7314         (inferior-python-mode): Add PDB prompt regexp.
7315         (python-fill-paragraph): Refine the fenced-string regexp.
7316         (python-find-imports): Handle imports spanning several lines.
7317         (python-mode): Add `class' to hideshow support.
7319 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7321         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
7322         Use add-log-buffer-file-name-function rather than binding
7323         buffer-file-name, so we don't end up calling change-log-mode in *cvs*
7324         when `fi' is the ChangeLog file itself.
7326         * outline.el (outline-flag-region): Use front-advance.
7328 2007-10-08  Ilya Zakharevich  <ilyaz@cpan.org>
7330         * progmodes/cperl-mode.el: Merge upstream 5.23.
7331         (cperl-where-am-i): Remove function.
7332         (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
7333         (cperl-sniff-for-indent): De-invert [string] and [comment].
7334         When looking for label, skip s:m:y:tr.
7335         (cperl-indent-line): Likewise.
7336         (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
7337         (cperl-windowed-init): Wrong `ps-print' handling.
7338         Both thanks to Chong Yidong.
7339         (cperl-look-at-leading-count): Could fail with unfinished RExen.
7340         (cperl-find-pods-heres): If the second part of s()[] is missing,
7341         don't try to highlight delimiters...
7343 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7345         * progmodes/compile.el (compilation-get-file-structure): Complete last
7346         change by also using spec-directory in the puthash.
7348 2007-10-08  Riccardo Murri  <riccardo.murri@gmail.com>
7350         * vc-bzr.el (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
7351         (vc-bzr-status): Fix shadowing of variable 'status'.
7352         (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
7353         Use `expand-file-name' instead of `concat'.
7354         (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
7355         Update annotation line regexp.  Fixes launchpad.net [Bug 137435].
7357 2007-10-08  Jason Rumney  <jasonr@gnu.org>
7359         * frame.el (focus-follows-mouse): Doc-fix.  Change default on w32.
7361 2007-10-08  Richard Stallman  <rms@gnu.org>
7363         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
7364         Add `safe-local-variable' property.
7365         (lisp-body-indent): Likewise.
7367 2007-10-08  Richard Stallman  <rms@gnu.org>
7369         * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
7370         Add doc string.
7372 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
7374         * files.el (backup-buffer-copy): Try to overwrite old backup first.
7376 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
7378         * repeat.el (repeat): Use last-repeatable-command instead of
7379         real-last-command.  Run pre- and post-command hooks for
7380         self-insertion.  Update doc-string.
7382 2007-10-08  Alexandre Julliard  <julliard@winehq.org>
7384         * vc-git.el (vc-git-state): Call git-add --refresh to update the
7385         state of the file.
7386         (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
7387         (vc-git-create-repo): Fix invalid command.
7389 2007-10-08  Richard Stallman  <rms@gnu.org>
7391         * textmodes/flyspell.el (flyspell-mode):
7392         Catch errors in flyspell-mode-on.
7394 2007-10-09  Juanma Barranquero  <lekktu@gmail.com>
7396         * term/x-win.el (x-alternatives-map): Remove spurious parenthesis.
7398 2007-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7400         * international/encoded-kb.el (encoded-kbd-setup-display):
7401         Use input-decode-map rather than local-key-translation-map.
7403         * term/rxvt.el (rxvt-alternatives-map): New map.
7404         (terminal-init-rxvt): Use it.
7405         Bind rxvt-function-map in input-decode-map.
7407         * term/xterm.el (xterm-alternatives-map): New map.
7408         (terminal-init-xterm): Use it.
7409         Bind xterm-function-map in input-decode-map.
7411         * term/x-win.el (x-alternatives-map): New var.
7412         (x-setup-function-keys): Use it.
7414         * help-fns.el (describe-variable): Slightly change the layout of
7415         meta-info to separate it better from the docstring.
7416         Standardize insertion of extra empty lines in various circumstances.
7418         * diff-mode.el (diff-hunk-style): New fun.
7419         (diff-end-of-hunk): Use it.
7420         (diff-context->unified): Use the new `apply' undo element,
7421         if applicable, so as to save undo-log space.
7422         (diff-fine-change): New face.
7423         (diff-fine-highlight-preproc): New function.
7424         (diff-fine-highlight): New command.
7425         (diff-mode-map, diff-mode-menu): Add diff-fine-highlight.
7427         * smerge-mode.el (smerge-refine-chopup-region): Add `preproc' argument.
7428         (smerge-refine-highlight-change): Add `props' argument.
7429         (smerge-refine-subst): New function holding most of smerge-refine.
7430         (smerge-refine): Use it.
7432 2007-10-08  Eric S. Raymond  <esr@snark.thyrsus.com>
7434         * vc.el (vc-default-wash-log): Remove unused code, the
7435         log washers all live in the backends now.
7436         (vc-default-comment-history): Correct for the fact
7437         that wash-log is argumentless in the new API.
7439 2007-10-08  Michael Albinus  <michael.albinus@gmx.de>
7441         * net/tramp.el (tramp-find-foreign-file-name-handler): Check also host.
7442         (tramp-maybe-send-script): Apply `member' but `memq'.
7443         (tramp-advice-file-expand-wildcards): Simplify implementation.
7445 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
7447         * follow.el (follow-mode): Don't run hooks twice.  Use `when'.
7449         * mb-depth.el (minibuf-depth-indicator-function): New variable.
7450         (minibuf-depth-setup-minibuffer): Use it.
7452 2007-10-07  Glenn Morris  <rgm@gnu.org>
7454         * simple.el (bad-packages-alist): Clarify Semantic and CEDET
7455         version numbers.
7457 2007-10-06  Juri Linkov  <juri@jurta.org>
7459         * textmodes/fill.el (fill-paragraph-or-region): New function.
7461         * bindings.el (esc-map): Bind M-q to fill-paragraph-or-region
7462         instead of fill-paragraph.
7464         * tutorial.el (tutorial--default-keys): Replace fill-paragraph
7465         with fill-paragraph-or-region.  Suspend command is now the same
7466         `suspend-frame' on window systems and on tty.
7468         * image.el (image-type): Check if image-types is bound to not fail
7469         on tty.
7471         * delsel.el (delete-selection-pre-hook):
7472         * emulation/cua-base.el (cua-paste): Check if mouse-region-match
7473         is fbound to not fail on mouseless tty.
7475 2007-10-06  Michael Albinus  <michael.albinus@gmx.de>
7477         * net/tramp.el (top): Move loading of tramp-util.el and
7478         tramp-vc.el to tramp-compat.el.
7479         (tramp-make-tramp-temp-file): Complete rewrite.  Create remote
7480         temporary file if possible, in order to avoid a security hole.
7481         (tramp-do-copy-or-rename-file-out-of-band)
7482         (tramp-maybe-open-connection): Call `tramp-make-tramp-temp-file'
7483         with DONT-CREATE, because the connection is not setup yet.
7484         (tramp-handle-process-file): Rewrite temporary file handling.
7485         (tramp-completion-mode): New defvar.
7486         (tramp-completion-mode-p): Use it.
7488         * net/tramp-compat.el (top): Load tramp-util.el and tramp-vc.el.
7490         * net/tramp-fish.el (tramp-fish-handle-process-file):
7491         Rewrite temporary file handling.
7493 2007-10-06  Eric S. Raymond  <esr@snark.thyrsus.com>
7495         * vc.el: Workfile version -> focus version change.  Port various
7496         comments from new VC to reduce the noise in the diff.
7497         Patch in the new vc-create-repo function to go with the
7498         header comment about it already present.
7499         There are no changes to existing logic in this patch.
7500         (vc-revert-buffer1): Rename to vc-revert-buffer-internal.
7502 2007-10-06  Aaron Hawley  <aaronh@garden.org>
7504         * autoinsert.el (auto-insert-alist): Add a Texinfo entry.
7506 2007-10-05  Chris Moore  <dooglus@gmail.com>
7508         * server.el (server-kill-new-buffers): Doc fix.
7510 2007-10-05  John W. Eaton  <jwe@octave.org>
7512         * progmodes/octave-mod.el (octave-abbrev-table): Add "until".
7513         (octave-begin-keywords): Add "do".
7514         (octave-end-keywords): Remove "end".
7515         (octave-reserved-words): Add "end".  Remove "all_va_args",
7516         "gplot", and 'gsplot".
7517         (octave-text-functions): Remove "gset", "gshow", "set", and "show".
7518         (octave-variables): Remove "IMAGEPATH", "INFO_FILE",
7519         "INFO_PROGRAM", "LOADPATH", "__error_text__", "automatic_replot",
7520         "default_return_value", "define_all_return_values",
7521         "do_fortran_indexing", "empty_list_elements_ok",
7522         "gnuplot_has_multiplot", "implicit_str_to_num_ok",
7523         "ok_to_lose_imaginary_part", "prefer_column_vectors",
7524         "prefer_zero_one_indexing", "propagate_empty_matrices",
7525         "resize_on_range_error", "treat_neg_dim_as_zero",
7526         "warn_assign_as_truth_value", "warn_comma_in_global_decl",
7527         "warn_divide_by_zero", "warn_function_name_clash",
7528         "warn_missing_semicolon", "whitespace_in_literal_matrix".
7529         Add "DEFAULT_EXEC_PATH", "DEFAULT_LOADPATH", "IMAGE_PATH",
7530         "crash_dumps_octave_core", "sighup_dumps_octave_core",
7531         "sigterm_dumps_octave_core".
7532         (octave-block-match-alist): Remove "end" from block-end keywords.
7533         (octave-mode): Update ftp site address.
7535 2007-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
7537         * vc.el: Reorder functions, no code changes.
7539 2007-10-04  Michael Albinus  <michael.albinus@gmx.de>
7541         * net/tramp.el (tramp-make-temp-file): Move to tramp-compat.el.
7542         (tramp-do-copy-or-rename-file-directly): Handle tmpfile only in
7543         the cond clauses where needed.
7544         (tramp-handle-write-region): Rearrange code for proper handling of
7545         tmpfile.
7547         * net/tramp-compat.el (tramp-compat-make-temp-file): New defsubst.
7549         * net/tramp.el:
7550         * net/tramp-fish.el:
7551         * net/tramp-ftp.el:
7552         * net/tramp-smb.el: Rename `tramp-make-temp-file' to
7553         `tramp-compat-make-temp-file'.
7555 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
7557         * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
7559 2007-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7561         * emacs-lisp/copyright.el (copyright-update): Don't update if the file
7562         already uses a more recent copyright version than the "current" one.
7564 2007-10-03  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
7566         * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-reset-slice)
7567         (doc-view-insert-image): Minor aesthetical docstring changes.
7569 2007-10-03  Tassilo Horn  <tassilo@member.fsf.org>
7571         * doc-view.el (doc-view): Don't ignore pdf and dvi files when
7572         completing filename.
7573         (doc-view-search-internal): Docstring change.
7575 2007-10-03  Michael Albinus  <michael.albinus@gmx.de>
7577         * net/tramp.el (top): Add tramp-compat to `tramp-unload-hook'.
7578         (tramp-file-name-handler-alist):
7579         Add `tramp-handle-insert-file-contents-literally'.  Needed for XEmacs.
7580         (tramp-make-temp-file): Use `make-temp-name'.  `make-temp-file',
7581         used before, creates the file already, which is not desired.
7582         (tramp-do-copy-or-rename-file-directly): Simplify handling of
7583         temporary file.
7584         (tramp-handle-insert-file-contents): Assign the result in the
7585         short track case.
7586         (tramp-handle-insert-file-contents-literally): New defun.
7587         (tramp-completion-mode-p): Revert change from 2007-09-24.
7588         Checking for `return' etc as last character is not sufficient, for
7589         example in dired-mode when entering <g> (revert-buffer) or
7590         <s> (dired-sort).
7592         * net/tramp-compat.el (top): Add also compatibility code for loading
7593         appropriate timer package.
7594         (tramp-compat-copy-tree): Check for `subrp' and `symbol-file' in
7595         order to avoid autoloading problems.
7597         * net/tramp-fish.el:
7598         * net/tramp-smb.el: Move further compatibility code to tramp-compat.el.
7600         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Handle the case
7601         where the second parameter of `copy-file' or `rename-file' is a
7602         remote file but not via ftp.
7604 2007-10-02  Richard Stallman  <rms@gnu.org>
7606         * frame.el (cursor-in-non-selected-windows): Doc fix.
7608 2007-10-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
7610         * play/zone.el (zone): Let-bind show-trailing-whitespace to nil.
7611         Suggested by Chris Moore <christopher.ian.moore@gmail.com>.
7613 2007-10-01  Jay Belanger  <jay.p.belanger@gmail.com>
7615         * calc/calc-math.el (math-largest-emacs-expt): Handle the cases
7616         when `expt' doesn't give range errors.
7618 2007-10-01  Markus Triska  <markus.triska@gmx.at>
7620         * calc/calc-math.el (math-smallest-emacs-expt):
7621         Make the computation more robust.
7623 2007-09-30  David Kastrup  <dak@gnu.org>
7625         * startup.el (argv): Alias for `command-line-args-left' to use as
7626         `(pop argv)' inside of --eval command sequences.  Allows for
7627         passing shell commands into Emacs verbatim without need for Lisp
7628         quoting.
7630         * autorevert.el (auto-revert-handler): In `auto-revert-tail-mode',
7631         check only for changed size.
7632         (auto-revert-tail-handler): Get size from caller.  If the file has
7633         shrunk, tail the whole file again (the file presumably has been
7634         rewritten).
7636         * woman.el (woman-topic-all-completions, woman-mini-help):
7637         Fix fallout from 2007-09-07 introduction of `dolist' when the list
7638         actually was being manipulated in the loop.
7639         (woman-Cyg-to-Win, woman-pre-process-region)
7640         (woman-horizontal-escapes, woman-if-body, woman-unescape)
7641         (woman-strings, woman-special-characters, woman1-hc)
7642         (woman-change-fonts, woman-find-next-control-line):
7643         Use `match-beginning' rather than `match-string' when the result is
7644         just used as a flag.
7646 2007-09-30  Michael Albinus  <michael.albinus@gmx.de>
7648         * net/tramp-compat.el: New file.
7650         * net/tramp.el:
7651         * net/tramp-fish.el:
7652         * net/tramp-smb.el:
7653         * net/tramp-uu.el:
7654         * net/trampver.el: Move compatibility code to tramp-compat.el.
7655         Apply `mapc' instead of `mapcar' when the code needs side effects
7656         only.  Move utf-8 coding cookie to the second line.
7658 2007-09-30  Reiner Steib  <Reiner.Steib@gmx.de>
7660         * term/x-win.el (x-gtk-stock-map): Add Gnus and MH-E icons.
7661         Improve custom type.
7662         (icon-map-list): Make it customizable.  Document how to disable
7663         stock icons.
7665 2007-09-30  Richard Stallman  <rms@gnu.org>
7667         * play/zone.el (zone-hiding-modeline): Use mode-line-format.
7669 2007-09-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7671         * term/x-win.el (x-gtk-stock-map): Version is 22.2.
7673 2007-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7675         * t-mouse.el (gpm-mouse-mode): Rename from t-mouse-mode.  Rewrite.
7676         (t-mouse-mode): New compatibility alias.
7678 2007-09-28  Dan Nicolaescu  <dann@ics.uci.edu>
7680         * server.el (server-delete-client): Only delete the terminal if it
7681         is non-nil.
7683 2007-09-28  Michael Albinus  <michael.albinus@gmx.de>
7685         * net/tramp.el (with-file-property, with-connection-property):
7686         Highlight as keyword.
7687         (tramp-rfn-eshadow-setup-minibuffer)
7688         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
7689         (tramp-set-file-uid-gid, tramp-do-copy-or-rename-file-via-buffer)
7690         (tramp-do-copy-or-rename-file-directly)
7691         (tramp-do-copy-or-rename-file-out-of-band)
7692         (tramp-handle-shell-command, tramp-get-debug-buffer)
7693         (tramp-send-command-and-read, tramp-equal-remote)
7694         (tramp-get-local-gid): Pacify byte-compiler.
7695         (tramp-handle-file-name-directory): Result shall not be expanded.
7696         (tramp-find-foreign-file-name-handler): Rewrite.
7697         (tramp-dissect-file-name): Add optional parameter NODEFAULT.
7699         * net/tramp-cache.el (tramp-cache-print): Pacify byte-compiler.
7701         * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
7702         Apply `tramp-completion-mode-p'.
7703         (tramp-fish-handle-set-file-times)
7704         (tramp-fish-handle-executable-find)
7705         (tramp-fish-handle-process-file, tramp-fish-get-file-entries)
7706         (tramp-fish-retrieve-data): Pacify byte-compiler.
7708         * net/tramp-gw.el (tramp-gw-basic-authentication):
7709         Call `tramp-read-passwd' with first parameter `nil'.
7711 2007-09-28  Glenn Morris  <rgm@gnu.org>
7713         * mail/supercite.el (sc-attribs-filter-namelist): Use mapc rather
7714         than mapcar.
7716         * textmodes/tex-mode.el (tex-suscript-height-ratio)
7717         (tex-suscript-height-minimum): New customizable variables.
7718         (tex-suscript-height): New function.
7719         (superscript, subscript): Set height using tex-suscript-height
7720         rather than fixing at 0.8.
7721         (tex-fontify-script, tex-font-script-display): Add :version tag.
7723 2007-09-27  Juanma Barranquero  <lekktu@gmail.com>
7725         * progmodes/python.el (python-eldoc-function): Doc fix.
7727 2007-09-27  Glenn Morris  <rgm@gnu.org>
7729         * image.el (image-type-auto-detected-p): Doc fix.  Don't detect an
7730         image if it is not in image-type-auto-detectable, or is there with
7731         a nil value.
7733 2007-09-27  Michael Albinus  <michael.albinus@gmx.de>
7735         * net/tramp.el (tramp-maybe-open-connection): Make test for alive
7736         connection more robust.
7738 2007-09-26  Juanma Barranquero  <lekktu@gmail.com>
7740         * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
7741         Deal with the case that special &keywords are at the beginning or
7742         end of the argument list.  Also add some (incomplete) support for
7743         non-standard arglists.
7745 2007-09-26  Juanma Barranquero  <lekktu@gmail.com>
7747         * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
7748         (eldoc-message-commands, eldoc-current-idle-delay)
7749         (eldoc-function-argstring-format): Fix typos in docstrings.
7751 2007-09-26  Jay Belanger  <jay.p.belanger@gmail.com>
7753         * calc/calc-units.el (calc-convert-units)
7754         (calc-convert-temperature): Remove unnecessary colons.
7756 2007-09-26  Bastien Guerry  <bzg@altern.org>
7758         * textmodes/org-export-latex.el (org-export-latex-tables-verbatim):
7759         New function.
7760         (org-export-latex-remove-from-headlines): Name changed because of typo.
7761         (org-export-latex-quotation-marks-convention): Option removed.
7762         (org-export-latex-make-preamble): Handle the DATE option.
7763         (org-export-latex-cleaned-string): Now the only cleaning function,
7764         synched up with org.el.
7765         (org-export-latex-lists, org-export-latex-parse-list)
7766         (org-export-list-to-latex): New functions.
7768 2007-09-26  Carsten Dominik  <dominik@science.uva.nl>
7770         * textmodes/org.el (org-kill-is-subtree-p): Use `org-outline-regexp'.
7771         (org-outline-regexp): New constant.
7772         (org-remember-handler): Throw error when the target file is not in
7773         org-mode.
7774         (org-cleaned-string-for-export): No longer call
7775         `org-export-latex-cleaned-string' with an argument.
7776         (org-get-tags): Returns now a list, not a string.
7777         (org-get-tags-string): New function.
7778         (org-archive-subtree): No need to split return of `org-get-tags'.
7779         (org-set-tags, org-entry-properties): Call `org-get-tags-string'
7780         instead of `org-get-tags'.
7781         (org-agenda-format-date): Rename from `org-agenda-date-format'.
7782         (org-time-from-absolute, org-agenda-format-date-aligned): New funs.
7783         (org-compatible-face): New argument INHERITS.  Inherit from this
7784         face if possible.
7785         (org-level-1, org-level-2, org-level-3, org-level-4)
7786         (org-level-5, org-level-6, org-level-7, org-level-8)
7787         (org-special-keyword, org-drawer, org-column, org-warning)
7788         (org-archived, org-todo, org-done, org-headline-done, org-table)
7789         (org-formula, org-code, org-agenda-structure)
7790         (org-scheduled-today, org-scheduled-previously)
7791         (org-upcoming-deadline, org-time-grid): Call `org-compatible-face'
7792         in the new way.
7793         (org-get-heading): New argument NO-TAGS.
7794         (org-fast-tag-selection-include-todo): Made defvar instead of
7795         defcustom, feature is not deprecated.
7796         (org-remember-store-without-prompt): New default value t.
7797         (org-todo-log-states): New variable.
7798         (org-set-regexps-and-options): #+TODO is an alias for SEQ_TODO.
7799         Compute the log states.
7800         (org-goto-map): More commands copied from global map.  Also bind
7801         `org-occur'.
7802         (org-goto): Made into a general lookup command.
7803         (org-get-location): Complete rewrite.
7804         (org-goto-exit-command): New variable.
7805         (org-goto-selected-point): New variable.
7806         (org-goto-ret, org-goto-left, org-goto-right, org-goto-quit):
7807         Set the new variables.
7808         (org-paste-subtree): Whitespace insertion strategy revised.
7809         (org-remember-apply-template): Protect v-A from the possibility
7810         that v-a might be nil.
7811         (org-remember-handler): Insertion rules revised.
7812         (org-todo): Respect org-todo-log-states.
7813         (org-up-heading-safe): New function.
7814         (org-entry-get-with-inheritance): Use `org-up-heading-safe'.
7816 2007-09-26  Dan Nicolaescu  <dann@ics.uci.edu>
7818         * progmodes/cc-cmds.el (c-indent-line-or-region): Only indent the
7819         region if in transient-mark-mode.
7821 2007-09-26  Juanma Barranquero  <lekktu@gmail.com>
7823         * calc/calc-ext.el (calc-init-extensions, calc-reset):
7824         * calc/calc-help.el (calc-full-help):
7825         * calc/calc-misc.el (another-calc):
7826         * calc/calc-store.el (calc-var-name-map):
7827         * calc/calc-stuff.el (calc-flush-caches):
7828         * calc/calc-units.el (math-build-units-table):
7829         * calc/calc.el (calc-digit-map, calc-dispatch-map, calc-mode)
7830         (calc-quit):
7831         * calendar/icalendar.el (icalendar--format-ical-event)
7832         (icalendar--convert-ical-to-diary):
7833         * emacs-lisp/authors.el (authors):
7834         * emacs-lisp/cust-print.el (custom-print-install)
7835         (custom-print-uninstall):
7836         * emacs-lisp/disass.el (disassemble-1):
7837         * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
7838         * emacs-lisp/edebug.el (byte-compile-resolve-functions):
7839         * emacs-lisp/elint.el (elint-current-buffer, elint-check-defun-form)
7840         (elint-check-let-form, elint-check-condition-case-form)
7841         (elint-initialize):
7842         * emacs-lisp/elp.el (elp-results):
7843         * emacs-lisp/generic.el (generic-mode-internal):
7844         * emacs-lisp/re-builder.el (reb-delete-overlays):
7845         * emacs-lisp/regi.el (regi-interpret):
7846         * emacs-lisp/sregex.el (sregex--char-aux):
7847         * emulation/cua-rect.el (cua--deactivate-rectangle)
7848         (cua--highlight-rectangle, cua--rectangle-post-command):
7849         * emulation/viper-keym.el (viper-toggle-key, viper-ESC-key):
7850         * emulation/viper-macs.el (viper-describe-kbd-macros)
7851         (viper-describe-one-macro):
7852         * emulation/viper-util.el (viper-setup-master-buffer):
7853         * emulation/viper.el (set-viper-state-in-major-mode):
7854         * international/mule-diag.el (describe-current-coding-system):
7855         * language/ethio-util.el (ethio-fidel-to-sera-buffer):
7856         * mail/emacsbug.el (report-emacs-bug):
7857         * net/ange-ftp.el (ange-ftp-call-chmod, ange-ftp-parse-bs2000-listing):
7858         * obsolete/hilit19.el (hilit-unhighlight-region)
7859         (hilit-set-mode-patterns):
7860         * play/solitaire.el (solitaire-check, solitaire-solve):
7861         * play/zone.el (zone-pgm-rotate):
7862         * progmodes/ada-mode.el (ada-save-exceptions-to-file):
7863         * progmodes/ada-prj.el (ada-prj-display-page):
7864         * progmodes/delphi.el (delphi-search-directory, delphi-find-unit-file)
7865         (delphi-debug-mode-map, delphi-mode-map, delphi-mode):
7866         * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-view-exit-fn)
7867         (ebrowse-member-mode, ebrowse-save-tree-as, ebrowse-save-class):
7868         * progmodes/sh-script.el (sh-make-vars-local)
7869         (sh-reset-indent-vars-to-global-values):
7870         * progmodes/sql.el (top):
7871         * progmodes/vhdl-mode.el (vhdl-set-style, vhdl-regress-line):
7872         * progmodes/xscheme.el (top):
7873         * textmodes/artist.el (artist-mt-get-symbol-from-keyword-sub)
7874         (artist-go-retrieve-from-symbol-sub, artist-go-get-symbol-shift-sub)
7875         (artist-fc-retrieve-from-symbol-sub, artist-vaporize-line)
7876         (artist-vaporize-lines, artist-ellipse-compute-fill-info)
7877         (artist-submit-bug-report):
7878         * textmodes/flyspell.el (flyspell-delay-commands)
7879         (flyspell-deplacement-commands):
7880         * textmodes/table.el (table--generate-source-epilogue, table-insert)
7881         (table--generate-source-cells-in-a-row, table--make-cell-map)
7882         (*table--cell-describe-bindings): Use `mapc' rather than `mapcar'.
7884 2007-09-25  Juanma Barranquero  <lekktu@gmail.com>
7886         * allout.el (produce-allout-mode-map, allout-process-exposed):
7887         * ansi-color.el (ansi-color-make-color-map):
7888         * autoinsert.el (auto-insert):
7889         * bookmark.el (bookmark-bmenu-list, bookmark-show-all-annotations):
7890         * dired-aux.el (dired-create-files):
7891         * dired.el (dired-restore-desktop-buffer):
7892         * ediff-diff.el (ediff-setup-fine-diff-regions):
7893         * ediff-mult.el (ediff-intersect-directories)
7894         (ediff-redraw-directory-group-buffer, ediff-dir-diff-copy-file)
7895         (ediff-redraw-registry-buffer):
7896         * ediff-ptch.el (ediff-fixup-patch-map):
7897         * ediff-util.el (ediff-toggle-multiframe, ediff-toggle-use-toolbar)
7898         (ediff-really-quit, ediff-clear-diff-vector):
7899         * emerge.el (emerge-really-quit):
7900         * ffap.el (ffap-replace-file-component):
7901         * filecache.el (file-cache-add-directory)
7902         (file-cache-add-directory-recursively)
7903         (file-cache-add-from-file-cache-buffer, file-cache-delete-file-regexp)
7904         (file-cache-delete-directory, file-cache-files-matching-internal)
7905         (file-cache-display):
7906         * files.el (cd):
7907         * find-lisp.el (find-lisp-insert-directory):
7908         * finder.el (finder-compile-keywords):
7909         * help.el (view-emacs-news):
7910         * hi-lock.el (hi-lock-write-interactive-patterns):
7911         * ido.el (ido-to-end, ido-set-matches-1):
7912         * image-dired.el (image-dired-display-thumbs, image-dired-remove-tag)
7913         (image-dired-mark-tagged-files):
7914         * jka-cmpr-hook.el (jka-compr-get-compression-info):
7915         * printing.el (pr-eval-local-alist, pr-eval-setting-alist):
7916         * ps-print.el (ps-background, ps-begin-file)
7917         (ps-build-reference-face-lists):
7918         * simple.el (clone-buffer):
7919         * startup.el (command-line):
7920         * tempo.el (tempo-insert-template, tempo-is-user-element)
7921         (tempo-forward-mark, tempo-backward-mark):
7922         * woman.el (woman-dired-define-keys): Use `mapc' rather than `mapcar'.
7924 2007-09-25  Glenn Morris  <rgm@gnu.org>
7926         * textmodes/tex-mode.el (tex-font-script-display): Doc fix.
7928         * view.el (view-search-no-match-lines): Add a doc string.
7929         Rewrite to simplify and work better.
7931 2007-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
7933         * progmodes/cc-mode.el (c-mode-base-map):
7934         Use c-indent-line-or-region instead of c-indent-line.
7936         * indent.el (indent-for-tab-command): First check if the region is
7937         active.
7939 2007-09-24  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
7941         * whitespace.el (whitespace-tickle-timer): Don't install the timer if
7942         whitespace-rescan-timer-time is 0.
7944 2007-09-24  Karl Berry  <karl@gnu.org>
7946         * international/mule.el (coding-system-base): Fix doc string grammar.
7948 2007-09-24  Michael Albinus  <michael.albinus@gmx.de>
7950         * net/tramp.el (tramp-completion-mode-p): Rename from
7951         `tramp-completion-mode'.  Revert logic, check `return', `newline'
7952         and such alike.  Packages like Icicles tend to use other completion
7953         characters but `tab' and `space' only.
7955 2007-09-24  Adam Hupp  <adam@hupp.org>
7957         * progmodes/python.el (run-python): Import emacs module without
7958         waiting; prevents lockup on error.
7960 2007-09-23  Richard Stallman  <rms@gnu.org>
7962         * mail/sendmail.el (mail-bury): Delete the frame
7963         if this frame looks like it was made for this message.
7965         * completion.el (completion-separator-self-insert-command)
7966         (completion-separator-self-insert-autofilling):
7967         If `self-insert-command' has been remapped, use the substitute.
7969         * simple.el (copy-region-as-kill): Doc fix.
7971         * textmodes/org.el (org-confirm-shell-link-function)
7972         (org-confirm-elisp-link-function): Doc fixes.
7974 2007-09-23  Glenn Morris  <rgm@gnu.org>
7976         * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
7978 2007-09-23  Dan Nicolaescu  <dann@ics.uci.edu>
7980         * term/w32-win.el (w32-drag-n-drop): Use mapc instead of mapcar.
7982         * term/tvi970.el (terminal-init-tvi970): Likewise.
7984         * term/sun-mouse.el (print-mouse-format): Likewise.
7986         * term/sun.el (scroll-down-in-place, scroll-up-in-place):
7987         Use forward-line instead of previous-line and next-line.
7989 2007-09-22  Juri Linkov  <juri@jurta.org>
7991         * textmodes/org.el (org-confirm-shell-link-function): Doc fix.
7993         * tutorial.el (tutorial--default-keys): Update standard bindings:
7994         rename `iconify-or-deiconify-frame' to `suspend-frame',
7995         and `save-buffers-kill-emacs' to `save-buffers-kill-terminal'.
7997 2007-09-22  Juri Linkov  <juri@jurta.org>
7999         * startup.el (fancy-startup-text, fancy-about-text, fancy-startup-tail):
8000         Add help-echo to external links and to links without description.
8001         (fancy-splash-insert): Use help-echo from the 3rd element of the
8002         link specification list, or "Follow this link" if it's nil.  Doc fix.
8004 2007-09-22  Juri Linkov  <juri@jurta.org>
8006         * startup.el (command-line): Rename `inhibit-startup-message' to
8007         `inhibit-startup-screen'.
8008         (fancy-about-text): Use shorter label for "Ordering Manuals".
8009         (fancy-startup-tail): Add optional arg `concise'.  When `concise'
8010         is nil, display a line with "To start..." and 3 links to useful
8011         tasks.  Display the "Dismiss" button and "Don't show this message
8012         again" only when concise is non-nil.
8013         (fancy-startup-screen): Call `fancy-startup-tail' with optional
8014         arg `concise'.  If CONCISE is non-nil, display a concise version
8015         of the splash screen in another window.  Otherwise, switch to the
8016         startup buffer in the same window.
8017         (startup-echo-area-message): Change displayed binding from
8018         C-h C-p (describe-project) to C-h C-a (about-emacs), and change
8019         text "about the GNU system and GNU/Linux" to "about GNU Emacs and
8020         the GNU system".
8021         (display-startup-screen): Fix buffer name from "*About GNU Emacs*"
8022         to "*GNU Emacs*".
8023         (display-about-screen): Don't check the existence of the buffer
8024         "*About GNU Emacs*".
8025         (display-splash-screen): Make alias to `display-startup-screen'.
8026         (command-line-1): Rename `inhibit-startup-message' to
8027         `inhibit-startup-screen'.  Inhibit startup screen when Emacs is
8028         started with command line options "-f", "-funcall", "-e", "-eval",
8029         "-execute", "-insert", "-find-file", "-file", "-visit".
8030         Inhibit startup screen when Emacs is started with a file name only
8031         on tty (i.e. don't inhibit it when started with a file name like
8032         "emacs FILE..." on a window system).
8033         (command-line-1): Simplify logic of displaying the startup screen:
8034         if file-count > 0, then display the concise version in another
8035         window, otherwise display full version in the same window.
8037         * help.el (help-map): Bind C-h C-a to about-emacs.
8038         (help-for-help-internal): Add C-a description to C-h help text.
8040 2007-09-22  Dan Nicolaescu  <dann@ics.uci.edu>
8042         * emacs-lisp/checkdoc.el (checkdoc-force-docstrings-flag)
8043         (checkdoc-permit-comma-termination-flag): Autoload the
8044         safe-local-variable setting.
8046         * bookmark.el (bookmark-xemacsp): Remove.
8047         (bookmark-make): Don't use bookmark-xemacsp,
8048         use (featurep 'xemacs) instead.
8050         * speedbar.el (speedbar-frame-mode)
8051         (speedbar-frame-reposition-smartly)
8052         (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
8053         (speedbar-check-vc): Remove use of non-existent variable
8054         dframe-xemacsp, use (featurep 'xemacs) instead.
8056         * indent.el (indent-for-tab-command): Indent the region if
8057         transient-mark-mode and the region is active.
8059 2007-09-21  Francesco Potort\e,Al\e(B  <pot@gnu.org>
8061         * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
8062         add inferior-octave-directory-tracker to the buffer-local value
8063         of comint-input-filter-functions.
8065 2007-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
8067         * xt-mouse.el (xterm-mouse-mode): Re-enable suspend-tty-functions.
8069 2007-09-21  Juanma Barranquero  <lekktu@gmail.com>
8071         * frame.el (suspend-frame): Call `iconify-or-deiconify-frame' also
8072         on w32 frames.
8074 2007-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8076         * startup.el (normal-top-level): Remove DISPLAY from
8077         process-environment to let it be computed dynamically in callproc.c.
8079         * frame.el (frame-initialize, make-frame):
8080         * faces.el (tty-set-up-initial-frame-faces):
8081         * env.el (setenv): Don't set display-environment-variable.
8083         * server.el (server-getenv-from): Remove.  Use getenv-internal instead.
8084         (server-create-tty-frame): Don't set unused `tty' property.
8085         Set `display' instead of display-environment-variable.
8086         (server-create-window-system-frame): No display-environment-variable.
8088 2007-09-21  Michael Albinus  <michael.albinus@gmx.de>
8090         * rfn-eshadow.el (rfn-eshadow-setup-minibuffer-hook)
8091         (rfn-eshadow-update-overlay-hook): New defvars.
8092         (rfn-eshadow-setup-minibuffer, rfn-eshadow-update-overlay):
8093         Run the hooks.
8095         * net/tramp.el (tramp-rfn-eshadow-overlay): New defvar.
8096         (tramp-rfn-eshadow-setup-minibuffer)
8097         (tramp-rfn-eshadow-update-overlay): New defuns.  Hook into
8098         rfn-eshadow.el.
8100         * net/tramp-smb.el (tramp-smb-errors): Add error message for call
8101         timeout.
8103 2007-09-21  Glenn Morris  <rgm@gnu.org>
8105         * obsolete/sun-fns.el (emacs-quit-menu): Remove emacstool-related code.
8106         * term/sun-mouse.el (suspend-emacstool): Remove.
8107         * term/sun.el: Remove emacstool-related code.
8109         * emacs-lisp/bytecomp.el (byte-compile-warnings)
8110         (byte-compile-warnings-safe-p): Add `mapcar'.
8111         (byte-compile-warning-types): Add mapcar and make-local.
8112         (byte-compile-normal-call): Add option to suppress mapcar warning.
8113         (top-level): Use mapc rather than mapcar in eval-when-compile.
8115         * textmodes/tex-mode.el (tex-validate-region): Handle escaped parens.
8116         (tex-next-unmatched-eparen, tex-last-unended-eparen): New functions.
8117         (latex-forward-sexp-1, latex-backward-sexp-1): Doc fix.
8118         Handle escaped parens.
8119         (latex-forward-sexp): Doc fix.
8121         * eshell/esh-mode.el (eshell-output-filter-functions):
8122         Add eshell-postoutput-scroll-to-bottom.
8124         * loadup.el: Remove termdev.
8126         * progmodes/fortran.el (fortran-mode-abbrev-table, fortran-line-length):
8127         * progmodes/f90.el (f90-mode-abbrev-table): Use mapc rather than mapcar.
8129 2007-09-21  Markus Triska  <markus.triska@gmx.at>
8131         * emacs-lisp/bytecomp.el (byte-compile-normal-call): Warn when
8132         `mapcar' is called for effect.
8134 2007-09-21  Kevin Ryde  <user42@zip.com.au>
8136         * international/mule.el (sgml-html-meta-auto-coding-function):
8137         Bind `case-fold-search' to t.
8139 2007-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8141         * termdev.el: Remove.
8143         * frame.el (get-device-terminal): New function.  Moved from termdev.el.
8144         (frames-on-display-list): Use it.
8146         * bindings.el: Bind C-z to suspend-frame instead of suspend-emacs.
8148         * termdev.el (terminal-id): Ask terminal-live-p before giving up.
8150 2007-09-20  Richard Stallman  <rms@gnu.org>
8152         * newcomment.el (comment-add): If EXTRA, double `comment-add' value.
8154 2007-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8156         * add-log.el (add-log-current-defun): Fix thinko w.r.t derived-mode-p.
8158 2007-09-20  Glenn Morris  <rgm@gnu.org>
8160         * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
8161         motion functions, rather than hard-coding "\n\n".
8162         (tex-validate-region): Check for eobp, to speed up.
8163         (tex-next-unmatched-end): Doc fix.
8165 2007-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8167         * files.el (auto-mode-alist): Use archive-mode for .rar files.
8169         * international/mule.el (auto-coding-alist): Rar archives are binary.
8171         * arc-mode.el: Add basic support for Rar.
8172         (archive-find-type): Recognize Rar's signature.
8173         (archive-desummarize): New fun.
8174         (archive-summarize): Use it to restore the buffer's data in case
8175         someone wants to switch to some other major mode.
8176         (archive-resummarize): Use it as well.
8177         (archive-rar-summarize, archive-rar-extract): New functions.
8179         * filesets.el: Remove spurious * in docstrings.
8180         (filesets-running-xemacs): Remove.  Use (featurep 'xemacs) instead.
8181         (filesets-conditional-sort): Remove unused arg `simply-do-it'.
8182         (filesets-ingroup-collect): Remove unused arg `depth'.
8183         (filesets-update): Remove unused arg `version'.
8185         * finder.el (finder-compile-keywords): Fix up comment style.
8186         (finder-mouse-face-on-line): previous-line -> forward-line.
8188         * recentf.el: Remove spurious * in docstrings.
8189         (recentf-save-list): Fix up comment style.
8191         * progmodes/octave-mod.el: Remove spurious * in docstrings.
8192         (octave-mode-map): Move init into declaration and remove \t binding.
8193         (octave-mode-startup-message): Remove unused var.
8194         (octave-scan-blocks): Remove unused arg `from'.
8195         (octave-forward-block, octave-down-block, octave-up-block):
8196         Update callers.
8198         * progmodes/meta-mode.el (meta-mode-syntax-table): Move init into decl.
8199         (meta-mode-map): Likewise and remove \t binding.
8201         * net/snmp-mode.el: Remove spurious * in docstrings.
8202         (snmp-rfc1155-types, snmp-rfc1213-types, snmp-rfc1902-types)
8203         (snmp-rfc1903-types, snmp-rfc1155-access, snmp-rfc1902-access)
8204         (snmp-rfc1212-status, snmp-rfc1902-status): Remove list wrappers now
8205         that completion accepts lists of strings.
8206         (snmp-mode-syntax-table): Move initialization into declaration.
8207         (snmp-mode-map): Likewise and remove \t binding.
8208         (snmp-common-mode): Set tab-always-indent according to snmp-t-a-i.
8209         (snmp-indent-line, snmp-mode-imenu-create-index): Remove unused var.
8210         (snmp-indent-command): Remove.
8212         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Use the default TAB
8213         binding, so tab-always-indent works right.
8215 2007-09-19  Johannes Weiner  <hannes@saeurebad.de>
8217         * net/browse-url.el (browse-url-elinks-new-window): New function.
8218         (browse-url-elinks): Use browse-url-elinks-new-window.
8219         Accept optional second argument `new-window'.  Fix typo in doc-string.
8220         (browse-url-elinks-sentinel): Use browse-url-elinks-new-window.
8221         Improve error message.
8223 2007-09-19  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
8225         * net/browse-url.el (browse-url-url-encode-chars): Use the right
8226         parameter name in the function body.
8227         Reported by Johannes Weiner.
8229 2007-09-19  Glenn Morris  <rgm@gnu.org>
8231         * net/socks.el (socks-open-network-stream): Signal an explicit
8232         error if the port associated with a service string can't be found.
8234         * textmodes/tex-mode.el (tex-terminate-paragraph):
8235         Use backward-paragraph.
8237 2007-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8239         * server.el (server-running-p): New function.
8241 2007-09-18  Jason Rumney  <jasonr@gnu.org>
8243         * term/w32-win.el (w32-focus-frame): Make obsolete alias for
8244         x-focus-frame.
8246         * frame.el (select-frame-set-input-focus, select-frame-by-name):
8247         Use x-focus-frame for w32.
8249 2007-09-17  David Kastrup  <dak@gnu.org>
8251         * textmodes/tex-mode.el (tex-verbatim-environments):
8252         Eliminate CL dependency.
8254 2007-09-17  Richard Stallman  <rms@gnu.org>
8256         * newcomment.el (comment-add): New arg EXTRA.
8257         (comment-region-default): Pass EXTRA if not indenting lines.
8259 2007-09-17  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
8261         * net/browse-url.el (browse-url-url-encode-chars): New function.
8262         URL-encode some chars in a string.
8263         (browse-url-encode-url): Rewrite using the previous function.
8264         (browse-url-file-url): Use `browse-url-url-encode-chars'.
8265         (browse-url-elinks-sentinel): Fix typo.
8266         (browse-url-new-window-flag): Doc change.
8268 2007-09-17  Glenn Morris  <rgm@gnu.org>
8270         * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
8271         filename from `--file-line-error', if it is available.
8273 2007-09-17  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
8275         * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
8276         TeX `--file-line-error' format.
8278 2007-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
8280         * xt-mouse.el: Delete add-hook calls that were moved to
8281         xterm-mouse-mode.
8282         (xterm-mouse-mode): Disable resume-tty-functions, explain why it
8283         does not work.
8285 2007-09-17  Richard Stallman  <rms@gnu.org>
8287         * cus-face.el (custom-theme-set-faces): Undo previous change.
8289         * faces.el (face-spec-set): When FRAME nil, look up each frame in SPEC.
8291 2007-09-17  Glenn Morris  <rgm@gnu.org>
8293         * textmodes/tex-mode.el (tex-region): Simplify previous change,
8294         handling the case where the region is not in `tex-main-file'.
8295         (tex-region-1): Delete.
8296         (tex-region-header): New function, doing the header part of the
8297         old tex-region-1.
8299 2007-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8301         * simple.el (newline): Simplify use of prefix-numeric-value.
8302         (line-move-partial): Remove unused var `ppos'.
8303         (line-move-1): Replace 9999 with most-positive-fixnum.
8304         (move-end-of-line): Use more efficient single-property search.
8305         (move-beginning-of-line): Remove unused var `start'.
8306         (blink-matching-open): Restructure in a more functional style.
8308 2007-09-16  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
8310         * calendar/holidays.el (list-holidays): Remove the cyclic alias.
8312 2007-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8314         * server.el (server-clients): Only keep procs, no properties any more.
8315         (server-client): Remove.
8316         (server-client-get, server-client-set): Remove, replace all callers by
8317         process-get and process-put resp.
8318         (server-clients-with, server-add-client, server-delete-client)
8319         (server-create-tty-frame, server-create-window-system-frame)
8320         (server-process-filter, server-execute, server-visit-files)
8321         (server-buffer-done, server-kill-buffer-query-function)
8322         (server-kill-emacs-query-function, server-switch-buffer)
8323         (server-save-buffers-kill-terminal): Update accordingly.
8325         * server.el (server-with-environment): Simplify.
8326         (server-select-display, server-unselect-display): Re-add functions that
8327         seem to have been lost in the multi-tty merge.
8328         (server-eval-and-print, server-create-tty-frame)
8329         (server-create-window-system-frame, server-goto-toplevel)
8330         (server-execute, server-return-error): New functions extracted from
8331         server-process-filter.
8332         (server-execute-continuation): New functions.
8333         (server-process-filter): Restructure so that all arguments are analysed
8334         first and then acted upon in a subsequent stage.  This way
8335         server-goto-toplevel can be executed later, when we know if
8336         it's necessary.
8337         Remove the "-version" and "-version-good" support.
8339 2007-09-16  Drew Adams  <drew.adams@oracle.com>
8341         * cus-edit.el (custom-face-edit-activate): Doc fix.
8343 2007-09-16  Glenn Morris  <rgm@gnu.org>
8345         * calendar/cal-menu.el, calendar/calendar.el, calendar/diary-lib.el:
8346         Following cal-bahai renaming, update all instances of
8347         list-bahai-diary-entries to diary-bahai-list-entries,
8348         mark-bahai-diary-entries to diary-bahai-mark-entries,
8349         calendar-goto-bahai-date to calendar-bahai-goto-date,
8350         insert-bahai-diary-entry to diary-bahai-insert-entry,
8351         insert-monthly-bahai-diary-entry to diary-bahai-insert-monthly-entry,
8352         insert-yearly-bahai-diary-entry to diary-bahai-insert-yearly-entry, and
8353         calendar-print-bahai-date to calendar-bahai-print-date.
8355         * textmodes/tex-mode.el (tex-region): Handle the case where the
8356         region is not in `tex-main-file'.  Move the old code that applies
8357         to both cases...
8358         (tex-region-1): ...to this new function.
8360 2007-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8362         * vc.el (vc-process-sentinel): New function.
8363         (vc-exec-after): Use it instead of using ugly hackish analysis and
8364         construction of Elisp code.
8365         (vc-sentinel-movepoint): New dynamically scoped var.
8366         (vc-print-log, vc-annotate): Set it to move the user's point.
8368         * vc-cvs.el (vc-cvs-annotate-time): Use inhibit-read-only and
8369         inhibit-modification-hooks.
8371         * calendar/cal-bahai.el (mark-bahai-diary-entries): Fix up typo.
8372         (calendar-bahai-print-date, calendar-bahai-goto-date)
8373         (diary-bahai-list-entries, diary-bahai-insert-entry):
8374         New names to clean up the namespace a bit more.
8375         (calendar-goto-bahai-date, calendar-print-bahai-date): Compat aliases.
8377 2007-09-15  Glenn Morris  <rgm@gnu.org>
8379         * calendar/holidays.el (holiday-list): Rename it back to
8380         `list-holidays', but leave `holiday-list' as an alias.
8382         * textmodes/bibtex-style.el (bibtex-style-indent-basic): Specify a
8383         custom group.
8385         * textmodes/css-mode.el (css): New custom group.
8386         (css-electrick-keys, css-selector, css-property)
8387         (css-indent-offset): Specify custom group.
8389 2007-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8391         * pcvs.el (cvs-tags-list, cvs-retrieve-revision, cvs-find-modif)
8392         (cvs-execute-single-file): Use process-file.
8393         (cvs-run-process): Use start-file-process.
8395 2007-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
8397         * xt-mouse.el (xterm-mouse-mode): Add hooks here not at the top
8398         level.  Remove the hooks when turning off the mode.
8400         * term/xterm.el: Require xt-mouse at compile time.
8401         (terminal-init-xterm): Turn on xterm mouse tracking for this
8402         terminal if xterm-mouse-mode is enabled.
8404 2007-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
8406         * term/xterm.el (xterm-function-map): Replace bindings that were
8407         deleted by the merge.
8409 2007-09-14  Ulf Jasper  <ulf.jasper@web.de>
8411         * play/bubbles.el (bubbles-version): Bump value to "0.5".
8412         (bubbles-mode-map): Move define-key statements here.
8413         (bubbles-game-theme-menu): Ditto.
8414         (bubbles-graphics-theme-menu): Ditto.
8415         (bubbles-menu): Ditto.
8416         (bubbles-mode): Initialize buffer-undo-list, redisplay.
8417         (bubbles--initialize): Reset buffer-undo-list, redisplay.
8418         (bubbles-plop): Set buffer-undo-list, redisplay.
8419         (bubbles-undo): Reset buffer-undo-list, redisplay.
8420         (bubbles--show-images): Take care of missing text properties.
8422 2007-09-14  Glenn Morris  <rgm@gnu.org>
8424         * startup.el (fancy-startup-text, fancy-about-text): Fix face
8425         quoting.
8427         * calendar/cal-hebrew.el, calendar/cal-menu.el
8428         * calendar/calendar.el, calendar/diary-lib.el
8429         * calendar/holidays.el: Rename all instances of
8430         list-calendar-holidays callers to calendar-list-holidays,
8431         list-holidays to holiday-list, check-calendar-holidays to
8432         calendar-check-holidays, mark-calendar-holidays to
8433         calendar-mark-holidays, and filter-visible-calendar-holidays to
8434         holiday-filter-visible-calendar.
8436 2007-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
8438         * term/xterm.el (xterm-function-map): Add C-M- bindings.
8440 2007-09-13  Sascha Wilde  <wilde@sha-bang.de>  (tiny change)
8442         * play/bubbles.el (bubbles--initialize-images): Fix bug:
8443         Use transparent background for empty cells in graphics mode.
8445 2007-09-13  Jari Aalto  <jari.aalto@cante.net>
8447         * man.el (Man-default-man-entry): At end of line, continue looking
8448         to the next line for possible end of hyphenated command.
8450 2007-09-13  Chris Moore  <dooglus@gmail.com>
8452         * shell.el (shell-resync-dirs): Don't move the cursor relative to
8453         the command being edited.
8455 2007-09-12  Jim Meyering  <jim@meyering.net>  (tiny change)
8457         * emacs-lisp/copyright.el (copyright-names-regexp): Doc fix: typo.
8459 2007-09-12  Dan Nicolaescu  <dann@ics.uci.edu>
8461         * term/xterm.el (xterm-function-map): Add bindings for M-S- and
8462         C-M-S- keys.
8464         * term/rxvt.el (rxvt-function-map): Initialize in the declaration.
8466 2007-09-12  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
8468         * net/browse-url.el (browse-url-encode-url): Fix an infinite loop.
8469         New argument `filename-p' to use one set of confusing chars or another.
8470         (browse-url-file-url): Use the argument.
8471         Suggested by Johannes Weiner.
8473 2007-09-12  Romain Francoise  <romain@orebokech.com>
8475         * cus-start.el (all): Revert 2007-09-08 change.
8477 2007-09-12  Aaron Hawley  <aaronh@garden.org>
8479         * jka-cmpr-hook.el (jka-compr-compression-info-list): Use gzip to
8480         extract .Z files, since it is more common than uncompress.
8482 2007-09-12  Glenn Morris  <rgm@gnu.org>
8484         * textmodes/org-publish.el (org-publish-org-to-html): Remove
8485         duplicate function definition.
8487 2007-09-10  Chris Moore  <dooglus@gmail.com>
8489         * diff-mode.el (diff-sanity-check-hunk):
8490         Also accept single-line hunks.
8492 2007-09-10  Chong Yidong  <cyd@stupidchicken.com>
8494         * startup.el (startup-screen-inhibit-startup-screen)
8495         (pure-space-overflow-message): New vars.
8496         (fancy-splash-insert): Allow functions for face and link specs.
8497         (fancy-splash-head): Remove unused arg.  Move splash text...
8498         (fancy-startup-text, fancy-about-text): ...here.
8499         (fancy-startup-tail): Rename from fancy-splash-tail.
8500         (fancy-startup-screen, fancy-about-screen): Split off from
8501         fancy-splash-screens.
8502         (display-startup-screen): New function.
8503         (display-about-screen): Rename from display-splash-screen.
8504         (command-line-1): Use concise startup screen if necessary.
8506 2007-09-10  Thien-Thi Nguyen  <ttn@gnuvola.org>
8508         * net/browse-url.el (browse-url-encode-url): Use copy-sequence.
8509         Reported by Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>.
8511 2007-09-10  Dave Love  <fx@gnu.org>
8513         * outline.el (outline-4, outline-5, outline-7):
8514         Move font-lock-builtin-face down from 4 to 7 to better keep the
8515         progression of color brightness, and to better match Org-mode's faces.
8517 2007-09-10  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
8519         * progmodes/meta-mode.el (meta-font-lock-keywords)
8520         (font-lock-match-meta-declaration-item-and-skip-to-next)
8521         (meta-comment-indent, meta-indent-previous-line)
8522         (meta-indent-unfinished-line, meta-beginning-of-defun)
8523         (meta-end-of-defun, meta-common-initialization): Handle \f.
8524         (meta-indent-unfinished-line): Do not handle a `%' in a string as
8525         a comment-start.
8527         * files.el (file-modes-char-to-who, file-modes-char-to-right)
8528         (file-modes-rights-to-number): Auxiliary functions for symbolic to
8529         numeric notation of file modes.
8530         (file-modes-symbolic-to-number): New.  Convert symbolic modes to its
8531         numeric value.
8532         (read-file-modes): New.  Read either an octal value of a file mode or a
8533         symbolic value, and return its numeric value.
8535         * dired-aux.el (dired-do-chmod): Change to use the built-in
8536         `set-file-modes' and the previous symbolic mode parsing functions.
8538 2007-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8540         * textmodes/texinfo.el: Remove spurious * in docstrings.
8541         (texinfo-mode-syntax-table, texinfo-mode-map):
8542         Initialize in the declaration.
8544         * tmm.el: Remove spurious * in docstrings.
8545         (tmm-prompt): Use with-current-buffer.
8547         * vcursor.el: Remove spurious * in docstrings.
8548         (vcursor-map): Initialize in the declaration.
8549         (vcursor-use-vcursor-map): Use define-minor-mode.
8550         (vcursor-toggle-vcursor-map): Keep as an obsolete alias.
8552         * wid-browse.el (widget-browse-mode-map, widget-minor-mode-map):
8553         Initialize in the declaration.
8554         (widget-minor-mode): Use define-minor-mode.
8556         * woman.el (woman-mode-map, woman-syntax-table):
8557         Initialize in the declaration.
8559 2007-09-09  Tassilo Horn  <tassilo@member.fsf.org>
8561         * doc-view.el: New file.
8563 2007-09-09  Juri Linkov  <juri@jurta.org>
8565         * Makefile.in (update-authors): Add etc/ to AUTHORS.
8567         * makefile.w32-in (update-authors): Add etc/ to AUTHORS.
8569         * startup.el (initial-buffer-choice): Rename choice "Splash screen"
8570         to "Startup screen".  Fix docstring.
8571         (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
8572         (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
8573         (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
8574         (initial-scratch-message): Fix docstring.
8575         (fancy-startup-text): Move link to Emacs Manual below Emacs Guided
8576         Tour (which is a kind of tutorial and will be next to Emacs Tutorial).
8577         Add link to "Customize Startup" and set interval between links to
8578         5 spaces.
8579         (fancy-about-text): Add links "Authors" and "Contributing".
8580         (fancy-splash-head): Add text "Welcome to " on the startup screen,
8581         and "This is " on the about screen.  Add link to
8582         "http://www.gnu.org/software/emacs/" for "GNU Emacs".
8583         For the about screen move emacs version to the header from
8584         `fancy-splash-tail' (as it's done already for normal about screen).
8585         (fancy-splash-tail): Insert emacs version only for startup screen.
8586         (normal-splash-screen): Remove duplicate empty lines.
8587         (normal-about-screen): Add links "Authors" and "Contributing".
8589         * menu-bar.el (menu-bar-help-menu):
8590         Move "About Emacs" and "About GNU" to the end of the Help menu.
8591         Move "Emacs Psychotherapist" after "Send Bug Report...".
8592         Move "External Packages" after "Find Emacs Packages".
8594 2007-09-09  Michael Albinus  <michael.albinus@gmx.de>
8596         * net/tramp.el (top): Remove declarations of `tramp-gw-*' symbols,
8597         they are useless with the byte compiler.
8598         (tramp-make-temp-file, tramp-make-tramp-temp-file): Move up.
8599         (tramp-do-copy-or-rename-file-directly): Rearrange let-bindings.
8600         (tramp-compute-multi-hops): Mask `tramp-gw-*' symbols.
8601         (tramp-file-name-real-host, tramp-file-name-port)
8602         (tramp-find-method, tramp-find-user, tramp-find-host): Make them
8603         defuns.
8605         * net/tramp-cache.el (top): Improve error message when
8606         `tramp-persistency-file-name' is corrupted.
8608 2007-09-09  Carsten Dominik  <dominik@science.uva.nl>
8610         * textmodes/org.el (org-re): Also replace the :alpha: class.
8611         (org-todo-tag-alist): Variable removed.
8612         (org-todo-key-alist, org-todo-key-trigger): New variables.
8613         (org-use-fast-todo-selection): New option.
8614         (org-log-done): Docstring fixed.
8615         (org-deadline-warning-days): New default value 14.
8616         (org-edit-timestamp-down-means-later): New option.
8617         (org-tag-alist): Docstring fixed.
8618         (org-fast-tag-selection-include-todo): New option.
8619         (org-export-language-setup): New languages added.
8620         (org-set-regexps-and-options): Compute the new variables.
8621         (org-paste-subtree): Cleaning up.
8622         (org-remember-apply-template): New escape %A.
8623         (org-todo): Call fast TODO selection.
8624         (org-fast-todo-selection): New function.
8625         (org-add-log-note): Allow prefix for abort exit.
8626         (org-at-property-p, org-entry-properties)
8627         (org-columns-get-autowidth-alist): Use :alpha: class.
8628         (org-get-wdays): New function.
8629         (org-agenda-remove-date): New variable.
8630         (org-agenda-get-deadlines): Use `org-get-wdays'.
8631         (org-agenda-get-deadlines): Reverse ee before returning.
8632         (org-format-agenda-item): New argument REMOVE-RE.
8633         (org-agenda-convert-date): Baha'i calendar added.
8634         (org-infile-export-plist): Also find DATE line.
8635         (org-get-min-level): New function.
8636         (org-export-as-html, org-export-as-ascii): Use the date format.
8637         (org-shiftup, org-shiftdown): Use.
8638         `org-edit-timestamp-down-means-later'.
8639         (org-assign-fast-keys): New function.
8641 2007-09-08  Fredrik Axelsson  <f.axelsson@gmail.com>
8643         * cus-start.el (all): Add prefer-window-split-horizontally from
8644         window.c.
8646 2007-09-08  Eli Zaretskii  <eliz@gnu.org>
8648         * net/browse-url.el (browse-url-galeon): Fix last change.
8649         (top-level): Require cl when compiling.
8651 2007-09-08  Carsten Dominik  <dominik@science.uva.nl>
8653         * textmodes/org-export-latex.el: arch-tag restored.
8655         * textmodes/org-publish.el: arch-tag restored.
8657 2007-09-08  Masatake YAMATO  <jet@gyve.org>
8659         * progmodes/which-func.el (which-func-modes): Add diff-mode.
8661         * progmodes/cc-langs.el: Support new keywords added to
8662         objective-c frontend of gcc.
8663         (c-simple-stmt-kwds): Add @throw.
8664         (c-block-stmt-2-kwds): Add @synchronized.
8665         (c-block-stmt-1-kwds): Add @finally and @try.
8667 2007-09-07  Carsten Dominik  <dominik@science.uva.nl>
8669         * textmodes/org.el (org-edit-timestamp-down-means-later): New option.
8670         (org-agenda-after-show-hook): New variable.
8671         (org-columns-compile-format)
8672         (org-columns-get-autowidth-alist, org-buffer-property-keys)
8673         (org-entry-properties, org-at-property-p): Allow [:alnum:] in
8674         property names.
8675         (org-get-wdays): New function.
8677 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8679         * simple.el (normal-erase-is-backspace-setup-frame): Massage.
8681         * term/xterm.el (xterm-function-map): Initialize in the declaration.
8683         * vc-arch.el (vc-arch-checkin): Fix typo.
8685 2007-09-07  Johan Bockg\e,Ae\e(Brd  <bojohan@gnu.org>
8687         * cus-face.el (custom-theme-set-faces): Set face attributes
8688         locally for each frame.
8690 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8692         * progmodes/fortran.el (fortran-mode): Set font-lock-syntactic-keywords
8693         via font-lock-defaults.
8695         * emacs-lisp/bytecomp.el (byte-compile-log-file): Check major-mode via
8696         derived-mode-p.
8698 2007-09-07  Thien-Thi Nguyen  <ttn@gnuvola.org>
8700         * progmodes/autoconf.el (autoconf-definition-regexp):
8701         Handle optional square brackets around definition name.
8703 2007-09-07  Johannes Weiner  <hannes@saeurebad.de>
8705         * net/browse-url.el (browse-url-browser-function): Add elinks.
8706         (browse-url-elinks-wrapper): New option.
8707         (browse-url-encode-url, browse-url-elinks)
8708         (browse-url-elinks-sentinel): New functions.
8709         (browse-url-file-url, browse-url-netscape, browse-url-mozilla)
8710         (browse-url-firefox, browse-url-galeon, browse-url-epiphany):
8711         Use new function browse-url-encode-url.
8713 2007-09-07  Glenn Morris  <rgm@gnu.org>
8715         * version.el (emacs-version): Revert 2007-08-29 change: no need to
8716         say if multi-tty is present.
8718 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8720         * cus-start.el (split-window-preferred-function): Add custom info.
8722         * calendar/holidays.el (holiday-list, calendar-check-holidays)
8723         (calendar-mark-holidays, calendar-list-holidays)
8724         (holiday-filter-visible-calendar): New names to clean up namespace.
8725         (filter-visible-calendar-holidays, list-calendar-holidays)
8726         (mark-calendar-holidays, check-calendar-holidays, list-holidays):
8727         Add compatibility aliases.
8728         (calendar-check-holidays, calendar-mark-holidays)
8729         (calendar-holiday-list, holiday-filter-visible-calendar): Use dolist.
8730         (holiday-sexp): Replace append with list.
8731         (holiday-filter-visible-calendar): Replace append with push.
8733         * woman.el: Remove spurious * in docstrings.
8734         (woman-mini-help, woman-non-underline-faces, woman0-rename)
8735         (woman-topic-all-completions-merge, woman-file-name-all-completions)
8736         (woman-select-symbol-fonts, woman-expand-directory-path): Use dolist.
8737         (woman-write-directory-cache, woman-display-extended-fonts)
8738         (WoMan-log-begin, WoMan-log-1): Use with-current-buffer.
8739         (woman-really-find-file): Use pop-to-buffer if switch-to-buffer fails.
8740         (woman-mode): Use inhibit-read-only.
8741         (woman-negative-vertical-space): Use dotimes.
8742         (woman2-tagged-paragraph, woman-tab-to-tab-stop): Use insert-char.
8744 2007-09-06  Romain Francoise  <romain@orebokech.com>
8746         * vc-bzr.el (vc-bzr-admin-lastrev): New defconst.
8747         (vc-bzr-workfile-version): Use it.
8749 2007-09-06  Sean O'Rourke  <sorourke@cs.ucsd.edu>
8751         * complete.el (PC-do-completion): Don't try to treat
8752         empty string as an abbreviation.
8754 2007-09-06  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
8756         * help-fns.el (describe-variable): Keep doc's text properties.
8758 2007-09-06  Dan Nicolaescu  <dann@ics.uci.edu>
8760         * vc.el (vc-default-diff-tree): Pass a list to the diff vc command
8761         instead of a file.
8763 2007-09-06  Glenn Morris  <rgm@gnu.org>
8765         * emacs-lisp/checkdoc.el (checkdoc-minor-mode-string): New.
8766         (checkdoc-minor-mode): Allow user to specify lighter via
8767         checkdoc-minor-mode-string.
8769 2007-09-05  Richard Stallman  <rms@gnu.org>
8771         * startup.el (fancy-startup-text): Rename from fancy-splash-text.
8772         Several items removed, simplified, or put on one line.
8773         (fancy-about-text): Add substantial contents, part of startup text.
8774         (fancy-splash-head): Make "GNU" or "GNU/Linux" a link.
8775         (normal-splash-screen): Call normal-mouse-startup-screen,
8776         normal-no-mouse-startup-screen, or normal-about-screen.
8777         (normal-mouse-startup-screen): New fn, broken out, shortened.
8778         (normal-no-mouse-startup-screen): New fn, broken out.
8779         (normal-about-screen): New function, contents all new.
8781 2007-09-05  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
8783         * emacs-lisp/rx.el (rx): Fix typo in docstring.
8785 2007-09-05  Glenn Morris  <rgm@gnu.org>
8787         * cus-edit.el (custom-buffer-create-internal): Check tool-bar-mode
8788         is bound.
8790 2007-09-05  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
8792         * emacs-lisp/advice.el (ad-make-advised-docstring): Highlight note
8793         in doc string.
8795 2007-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
8797         * server.el (server-start, server-unload-hook): Undo previous change.
8799         * xt-mouse.el: Undo previous change.
8801 2007-09-04  Juri Linkov  <juri@jurta.org>
8803         * startup.el (fancy-about-text): New variable.
8804         (fancy-splash-delay, fancy-splash-max-time): Remove user options.
8805         (fancy-current-text, fancy-splash-stop-time)
8806         (fancy-splash-outer-buffer): Remove variables.
8807         (fancy-splash-head, fancy-splash-tail): Add new optional argument
8808         `startup' and use it to conditionally display different texts for
8809         Startup and About screens.  Don't display Help commands on the About
8810         screen.
8811         (fancy-splash-screens-1): Remove function and move its content to
8812         `fancy-splash-screens' to the part that dislpays the About screen.
8813         (exit-splash-screen): Don't treat specially exiting from
8814         alternating screens.
8815         (fancy-splash-screens): Rename argument `static' to `startup'.
8816         Fix docstring.  Remove code for displaying alternating screens.
8817         Use arg `startup' in calls to `fancy-splash-head', `fancy-splash-tail'.
8818         Remove let-bind for `fancy-splash-outer-buffer' and add let-bind
8819         for `inhibit-read-only'.
8820         (normal-splash-screen): Rename argument `static' to `startup'.
8821         Fix docstring.  Use argument `startup' to conditionally display
8822         different texts for Startup and About screens.  Don't display Help
8823         commands on the About screen.  Remove `unwind-protect' `sit-for'
8824         delay and `kill-buffer' after it.
8825         (display-startup-echo-area-message): Remove call to
8826         `use-fancy-splash-screens-p' because image.el is preloaded and
8827         doesn't display "Loading image... done".
8828         (display-splash-screen): Rename argument `static' to `startup'.
8829         Fix docstring.
8831 2007-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
8833         * server.el (server-start, server-unload-hook):
8834         suspend-tty-functions has been renamed to suspend-tty-hook.
8836         * xt-mouse.el: Likewise.  resume-tty-functions has been renamed to
8837         resume-tty-hook.
8839 2007-09-03  Emanuele Giaquinta  <e.giaquinta@glauco.it>  (tiny change)
8841         * loadup.el: Fix merge problem, only load "button" once.
8843 2007-09-03  Glenn Morris  <rgm@gnu.org>
8845         * vc-svn.el (vc-svn-print-log): If there is only one file, use
8846         "Working file:" as the prefix, for the sake of
8847         log-view-current-file.
8849 2007-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
8851         * term/xterm.el (xterm-modify-other-keys-terminal-list): New variable.
8852         (xterm-turn-on-modify-other-keys): Only turn on modify-other-keys
8853         if the selected frames is in
8854         xterm-modify-other-keys-terminal-list.
8855         (xterm-turn-off-modify-other-keys): Add an optional frame
8856         parameter.  Only turn off modify-other-keys if FRAME is in
8857         xterm-modify-other-keys-terminal-list.
8858         (xterm-remove-modify-other-keys): New function.
8859         (terminal-init-xterm): Use it.  Deal with delete-frame hook.
8860         Add the selected frame to xterm-modify-other-keys-terminal-list.
8862 2007-09-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8864         * term/x-win.el (x-gtk-stock-map): Map diropen to system-file-manager.
8865         (icon-map-list): New variable.
8866         (x-gtk-map-stock): Use icon-map-list.
8868 2007-09-02  Romain Francoise  <romain@orebokech.com>
8870         * log-view.el (log-view-current-file): Balance parens.
8872 2007-09-02  Glenn Morris  <rgm@gnu.org>
8874         * comint.el (comint-mode): Don't set scroll-conservatively.
8876         * eshell/em-unix.el (eshell/time): Stringify and flatten the
8877         non-command arguments.
8879         * log-view.el (log-view-current-file): Give a more explicit error
8880         if log-view-file-re fails to find a match.
8882 2007-09-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
8884         * emacs-lisp/bytecomp.el (byte-recompile-directory):
8885         Fix bug: Don't expand top-level file name more than once.
8886         Reported by Dmitry Antipov <dmantipov@yandex.ru>.
8888 2007-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8890         * server.el (server-process-filter): Don't display the splash screen.
8891         It's annoying enough on the initial screen and becomes positively
8892         obnoxious here.
8894 2007-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
8896         * emacs-lisp/avl-tree.el: Use defstruct rather than macros.
8897         Change naming to use "avl-tree--" for internal functions.
8899 2007-08-31  Dan Nicolaescu  <dann@ics.uci.edu>
8901         * term/x-win.el (x-menu-bar-open): Delete duplicated function from
8902         the merge.
8903         (global-set-key): Delete f10 mapping, now done in menu-bar.el.
8904         (provide): Move to the end of file.
8906         * vc-svn.el (vc-svn-diff-tree): Pass a list to vc-svn-diff.
8908 2007-08-31  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
8910         * textmodes/flyspell.el (flyspell-mark-duplications-exceptions):
8911         New variable.  List of exceptions for the duplicated word rule.
8912         (flyspell-mark-duplications-flag): Mention it.
8913         (flyspell-word): Treat it.
8915         * files.el (create-file-buffer): If the filename sans directory starts
8916         with spaces, remove them.
8918 2007-08-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8920         * term/x-win.el (x-gtk-stock-map): Add etc/images to keys.
8921         (x-gtk-map-stock): Use two directory elements when matching
8922         file name.
8924 2007-08-31  James Wright  <james@chumsley.org>
8926         * eshell/em-unix.el (eshell/info): New function.
8928 2007-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
8930         * frame.el (frame-initialize, make-frame):
8931         * server.el (server-process-filter):
8932         * faces.el (tty-set-up-initial-frame-faces): Don't set
8933         term-environment-variable since it's not used any more.
8935         * env.el (setenv): Don't treat $TERM specially.
8937         * startup.el (normal-top-level): Set $TERM to `dumb' so that unless
8938         stated otherwise, subprocesses do not send back escape sequences
8939         corresponding to the terminal from which Emacs was started.
8941 2007-08-31  Thien-Thi Nguyen  <ttn@gnuvola.org>
8943         * calculator.el: Require cl for compilation.
8945 2007-08-30  Daniel Pfeiffer  <occitan@esperanto.org>
8947         * outline.el (outline-font-lock-levels): Comment out unused var.
8948         (outline-font-lock-face): Wrap around face list to handle any
8949         nesting depth gracefully.
8951 2007-08-30  Michael Albinus  <michael.albinus@gmx.de>
8953         * net/ange-ftp.el: Add ange-ftp property to `set-file-modes' and
8954         `set-file-times'.
8956 2007-08-30  Carsten Dominik  <dominik@science.uva.nl>
8958         * textmodes/org.el (org-export-visible): Fix drawers before export.
8959         (org-do-sort): Allow sorting by priority.
8960         (org-agenda-files): Ignore non-existing files.
8961         (org-agenda-skip-unavailable-files): New variable.
8962         (org-ellipsis): All a face as value.
8963         (org-mode): Interprete the face value of `org-ellipsis'.
8964         (org-archive-save-context-info): New option.
8965         (org-archive-subtree): Store context info in archived entry.
8966         (org-fast-tag-selection-can-set-todo-state): New variable.
8967         (org-fast-tag-selection): Allow setting TODO states through this
8968         interface.
8969         (org-cycle): Docstring updated.
8970         (org-todo-keyword-faces): New option.
8971         (org-get-todo-face): New function.
8972         (org-set-font-lock-defaults, org-agenda-highlight-todo):
8973         Use `org-get-todo-face'.
8974         (org-switch-to-buffer-other-window): New function.
8975         (org-table-edit-field, org-table-show-reference)
8976         (org-table-edit-formulas, org-add-log-note)
8977         (org-fast-tag-selection, org-agenda, org-prepare-agenda)
8978         (org-timeline): Use `org-switch-to-buffer-other-window' instead of
8979         `switch-to-buffer-other-window' to make sure that the temporary
8980         windows show up on the current frame.
8981         (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
8982         (org-get-entries-from-diary, org-replace-region-by-html):
8983         Don't allow pop-up frames.
8984         (org-agenda-get-deadlines, org-agenda-get-scheduled):
8985         Fix problems with time-of-day.
8986         (org-export-get-title-from-subtree): New function.
8987         (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
8988         with listing items that are DONE.
8989         (org-change-tag-in-region): New command.
8990         (org-agenda-skip-scheduled-if-done)
8991         (org-agenda-skip-deadline-if-done): Docstring clarified.
8992         (org-mode): Hide drawers on startup.
8993         (org-get-todo-face): New function.
8994         (org-todo-keyword-faces): New option.
8995         (org-set-regexps-and-options): Use `org-remove-keyword-keys'.
8996         (org-remove-keyword-keys): New function.
8998 2007-08-30  Jari Aalto  <jari.aalto@cante.net>  (tiny change)
9000         * progmodes/grep.el (grep-find-ignored-directories):
9001         Add monotone _MTN bookkeeping directory in workspaces.
9002         Add RCS control directory.  List items in alphabetical order.
9004         * progmodes/grep.el (grep-files-aliases): Add cc alias.
9005         Sort items in alphabetical order.  Fix parens.
9007 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
9009         * vc-hg.el (vc-hg-extra-menu-map): New variable.
9010         (vc-hg-extra-menu, vc-hg-outgoing, vc-hg-incoming, vc-hg-push)
9011         (vc-hg-pull): New functions.
9012         (vc-hg-outgoing-mode, vc-hg-incoming-mode): New derived modes.
9014         * term/mac-win.el: Don't require url, only autoloaded url
9015         functions are used in this file.
9017 2007-08-29  Andreas Schwab  <schwab@suse.de>
9019         * shell.el (shell): Return correct value from interactive spec.
9021 2007-08-29  Glenn Morris  <rgm@gnu.org>
9023         * version.el (emacs-version): Increase to 23.0.50.
9025 2007-08-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9027         * term/x-win.el (x-gtk-stock-map): :version changed to 23.1.
9029 2007-08-29  Juri Linkov  <juri@jurta.org>
9031         * loadup.el: Add "button" loading after "faces" and move "startup"
9032         to load after "button".
9034 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
9036         * loadup.el: Load term/mac-win on a Mac using Carbon.
9038         * term/mac-win.el: Provide mac-win.
9039         (mac-initialized): New variable.
9040         (mac-initialize-window-system): New function.  Move global setup here.
9041         (handle-args-function-alist, frame-creation-function-alist):
9042         (window-system-initialization-alist): Add mac entries.
9043         (x-setup-function-keys): New function containing all the
9044         top level function key definitions.
9046         * term/x-win.el (x-menu-bar-open): Use accelerate-menu.
9048         * env.el (read-envvar-name): Don't consider the environment frame param.
9050         * env.el (setenv):
9051         * frame.el (frame-initialize, make-frame):
9052         * faces.el (tty-set-up-initial-frame-faces):
9053         * server.el (server-process-filter): Set
9054         display-environment-variable and term-environment-variable.
9056         * server.el (server-process-filter): Set COLORFGBG and COLORTERM.
9058 2007-08-29  Jason Rumney  <jasonr@gnu.org>
9060         * loadup.el: Only load term/x-win when X is compiled in.
9061         Load term/w32-win and dependencies on windows-nt.
9063         * term/w32-win.el: Reorder to match x-win.el more closely.
9064         Provide w32-win.  Don't throw error when global window-system not w32.
9065         (internal-face-interactive): Remove obsolete function.
9066         (x-setup-function-keys): Use local-function-key-map.
9067         (w32-initialized): New variable.
9068         (w32-initialize-window-system): Set it.
9069         Move more global setup here.
9070         (x-setup-function-keys): New function.
9071         (w32-initialize-window-system): Move non function key global setup here.
9072         (x-cut-buffer-max): Remove.
9073         (w32-initialize-window-system): New function.
9074         (handle-args-function-alist, frame-creation-function-alist):
9075         (window-system-initialization-alist): Add w32 entries.
9077 2007-08-29  David Kastrup  <dak@gnu.org>
9079         * env.el (getenv): Pass frame to getenv-internal.
9081 2007-08-29  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
9083         * version.el (emacs-version): Show if multi-tty is present.
9085         * loadup.el: Delay loading env; mule-conf gets confused by cl
9086         during bootstrap.  Also load termdev and term/x-win.
9088         * bindings.el (mode-line-client): New variable.
9089         (help-echo): Add it to the default mode-line format.
9091         * cus-start.el: Remove bogus window-system reference from GTK test.
9093         * progmodes/ebrowse.el (ebrowse-electric-list-mode-map)
9094         (ebrowse-electric-position-mode-map):
9095         * ebuff-menu.el (electric-buffer-menu-mode-map):
9096         * echistory.el (electric-history-map): Bind C-z to `suspend-frame',
9097         not `suspend-emacs'.
9099         * ediff-wind.el (ediff-setup-windows-automatic): New function.
9100         (ediff-window-setup-function): Use it as default.
9102         * files.el (save-buffers-kill-terminal): New function.
9103         (ctl-x-map): Change binding of C-x C-c to save-buffers-kill-terminal.
9105         * font-lock.el (lisp-font-lock-keywords-2): Add `let-environment'
9106         and `with-selected-frame'.
9108         * help-fns.el (describe-variable): Describe frame-local variables
9109         correctly.
9111         * simple.el (normal-erase-is-backspace-mode): Rewrite for multiple
9112         display support.
9113         (normal-erase-is-backspace-setup-frame): New function.
9115         * subr.el (with-selected-frame): New function.
9116         (read-quoted-char): Use terminal-local binding of
9117         local-function-key-map instead of function-key-map.
9119         * talk.el (talk): New function.
9120         (talk-handle-delete-frame): New function.
9121         (talk-add-display): Open a new frame only if FRAME was not a frame.
9123         * termdev.el: New file.
9125         * menu-bar.el (menu-bar-open): New function.  Bind it to f10.
9126         * term/x-win.el: Don't bind f10.
9127         * tmm.el: Remove autoload binding for f10.
9129         * international/encoded-kb.el (encoded-kbd-setup-display): Use
9130         `set-input-meta-mode'.  Fix broken condition before set-input-mode.
9131         Store the saved input method as a terminal parameter.  Add keymap
9132         parameter.  Use it instead of changing key-translation-map directly.
9133         (saved-key-translation-map, encoded-kbd-mode, saved-input-mode):
9134         Remove.
9135         (encoded-kbd-setup-display): New function.
9137         * international/mule-cmds.el (set-locale-environment): Fix getenv
9138         call.  Use save-buffers-kill-terminal.  Ignore window-system; always
9139         set the keyboard coding system.  Add DISPLAY parameter.
9140         (set-display-table-and-terminal-coding-system): Add DISPLAY
9141         parameter.  Pass it to set-terminal-coding-system.
9143         * international/mule.el (keyboard-coding-system): Test for
9144         encoded-kbd-setup-display, not encoded-kbd-mode.
9145         (set-terminal-coding-system, set-keyboard-coding-system): Add
9146         DISPLAY parameter.
9147         (set-keyboard-coding-system): Use encoded-kbd-setup-display.
9149         * term/README: Update.
9151         * term/linux.el (terminal-init-linux): Use `set-input-meta-mode'.
9153         * term/x-win.el (x-setup-function-keys): New function.  Move
9154         function-key-map tweaks here.  Protect against multiple calls on
9155         the same terminal.  Use terminal-local binding of
9156         local-function-key-map instead of function-key-map.
9157         (x-initialize-window-system): Make a copy of pure list.  Pass a
9158         frame getenv.
9160         * term/vt200.el, term/vt201.el, term/vt220.el, term/vt240.el:
9161         * term/vt300.el, term/vt320.el, term/vt400.el, term/vt420.el:
9162         * term/AT386.el, term/internal.el, term/iris-ansi.el, term/lk201.el:
9163         * term/mac-win.el, term/news.el, term/rxvt.el, term/sun.el:
9164         * term/tvi970.el, term/wyse50.el: Use terminal-local binding of
9165         local-function-key-map instead of function-key-map.
9167         * term/rxvt.el, term/xterm.el: Speed up load time by protecting
9168         `substitute-key-definition' and `define-key' calls against
9169         multiple execution.  Use terminal-local binding of
9170         local-function-key-map instead of function-key-map.  Pass a frame
9171         to getenv.
9173         * edmacro.el (edmacro-format-keys):
9174         * emulation/cua-base.el (cua--pre-command-handler):
9175         * isearch.el (isearch-other-meta-char):
9176         * xt-mouse.el: Use terminal-local binding of
9177         local-function-key-map instead of function-key-map.
9179         * fringe.el (set-fringe-mode): Simplify and fix using
9180         `modify-all-frames-parameters'.
9181         * scroll-bar.el (set-scroll-bar-mode): Ditto.
9182         * tool-bar.el (tool-bar-mode): Ditto.  Remove 'tool-bar-map length
9183         check before calling `tool-bar-setup'.
9184         (tool-bar-setup): New variable.
9185         (tool-bar-setup): Use it to guard against multiple calls.  Add
9186         optional frame parameter, and select that frame before adding items.
9187         (toggle-tool-bar-mode-from-frame): New function.
9189         * menu-bar.el (toggle-menu-bar-mode-from-frame): New function.
9190         (menu-bar-showhide-menu): Use toggle-menu-bar-mode-from-frame and
9191         toggle-tool-bar-mode-from-frame to change "Menu-bar" and
9192         "Tool-bar" toggles to reflect the state of the current frame.
9193         (menu-bar-mode): Simplify and fix using `modify-all-frames-parameters'.
9195         * env.el: Require cl for byte compilation (for `block' and `return').
9196         (environment, setenv-internal): New functions.
9197         (let-environment): New macro.
9198         (setenv, getenv): Add optional terminal parameter.  Update docs.
9199         (setenv): Use setenv-internal.  Always set process-environment.
9200         Handle `local-environment-variables'.
9201         (read-envvar-name, setenv, getenv): Use frame parameters
9202         to store the local environment, not terminal parameters.  Include
9203         `process-environment' as well.
9205         * faces.el (tty-run-terminal-initialization): New function.
9206         (tty-create-frame-with-faces): Use it.  Set up faces and
9207         background mode only after the terminal has been initialized.
9208         Call terminal-init-*.  Don't load the initialization file more
9209         than once.  Call set-locale-environment.
9210         (frame-set-background-mode): Handle the 'background-mode terminal
9211         parameter.
9212         (tty-find-type): New function.
9213         (x-create-frame-with-faces): Remove bogus check for
9214         first frame.  Call `tool-bar-setup'.  Don't make frame visible
9215         until we are done setting up all its parameters.  Call
9216         x-setup-function-keys.
9218         * frame.el (make-frame): Always inherit 'environment and 'client
9219         parameters.  Set up the 'environment frame parameter, when needed.
9220         Also inherit 'client parameter.  Don't override explicitly
9221         specified values with inherited ones.  Add 'terminal frame
9222         parameter.  Append window-system-default-frame-alist to parameters
9223         before calling frame-creation-function.
9224         (frame-initialize): Copy the environment from the initial frame.
9225         (window-system-default-frame-alist): Enhance doc string.
9226         (frame-notice-user-settings): Don't put 'tool-bar-lines in
9227         `default-frame-alist' when initial frame is on a tty.
9228         (modify-all-frames-parameters): Simplify using `assq-delete-all'.
9229         Remove specified parameters from `window-system-default-frame-alist'.
9230         (make-frame-on-tty, framep-on-display, suspend-frame):
9231         Extend doc string, update parameter names.
9232         (frames-on-display-list): Use terminal-id to get the display id.
9233         (frame-notice-user-settings): Extend to apply
9234         settings in `window-system-default-frame-alist' as well.
9235         (terminal-id, terminal-parameters, terminal-parameter)
9236         (set-terminal-parameter, terminal-handle-delete-frame): New functions.
9237         (delete-frame-functions): Add to `delete-frame-functions' hook.
9238         (blink-cursor-mode): Adapt blink-cursor-mode default
9239         value from startup.el.
9240         (make-frame-on-display): Protect condition on x-initialized when
9241         x-win.el is not loaded.  Update doc.
9242         (suspend-frame): Use display-controlling-tty-p to decide between
9243         suspend-emacs and suspend-tty.
9244         (frames-on-display-list): Update for display ids.
9245         (framep-on-display): Ditto.
9246         (suspend-frame): Use display-name, not frame-tty-name.
9247         (selected-terminal): New function.
9249         * server.el: Use `device' instead of `display' or `display-id' in
9250         variable and client parameter names.
9251         (server-select-display): Remove (unused).
9252         (server-tty-live-p, server-handle-delete-tty): Remove.
9253         (server-unquote-arg, server-quote-arg, server-buffer-clients):
9254         Update docs.
9255         (server-getenv-from, server-with-environment, server-send-string)
9256         (server-save-buffers-kill-terminal): New functions.
9257         (server-delete-client): Handle quits in kill-buffer.  Don't kill
9258         modified buffers.  Add extra logging.  Delete frames after
9259         deleting the tty.  Clear 'client parameter before deleting a frame.
9260         Use delete-display, not delete-tty.
9261         (server-visit-files): Don't set `server-existing-buffer' if the
9262         buffer already has other clients.  Return list of buffers
9263         created.  Update doc.  Don't set client-record when nowait.
9264         (server-handle-delete-frame): Delete the client if this was its
9265         last frame.  Check that the frame is alive.  Remove bogus comment.
9266         Add note on possible race condition.  Delete tty clients, if needed.
9267         (server-handle-suspend-tty): Use server-send-string.  Kill the
9268         client in case of errors from process-send-string.  Use the display
9269         parameter.
9270         (server-unload-hook): Remove obsolete delete-tty hook.
9271         (server-start): Ask before restarting if the old server still has
9272         clients.  Add feedback messages.  Remove obsolete delete-tty hook.
9273         (server-process-filter): Use server-send-string.  Accept `-dir'
9274         command.  Switch to *scratch* immediately after creating the frame,
9275         before evaluating any -evals.  Protect `display-splash-screen'
9276         call in a condition-case.  Explain why.  Call
9277         `display-startup-echo-area-message' before
9278         `display-splash-screen'.  Don't display the splash screen when no
9279         frame was created.  Show the Emacs splash screen and startup echo
9280         area message.  Display the *scratch* buffer by default.  Store the
9281         local environment in a frame (not terminal) parameter.  Do not try
9282         to decode environment strings.  Fix reference to the 'display
9283         frame parameter.  Change syntax of environment variables.  Put
9284         environment into terminal parameters, not client parameters.  Use
9285         a dummy client with --no-wait's X frames.  In `-position LINE'
9286         handler, don't ruin the request string until the line number is
9287         extracted.  Log opened files.  Handle -current-frame command.
9288         Don't create frames when it is given.  Don't bind X frames to the
9289         client when we are in -no-wait mode.  Set locale environment
9290         variables from client while creating tty frames.  Disable call to
9291         configure-display-for-locale.  When processing -position command,
9292         don't change the request string until the parameters are
9293         extracted.  Don't try to create an X frame when Emacs does not
9294         support it.  Improve logging.  Temporarily set ncurses-related
9295         environment variables to those of the client while creating a new
9296         tty frame.  Select buffers opened by nowait clients, don't leave
9297         them buried under others.  Set the display parameter, and use it
9298         when appropriate.
9300         * startup.el (display-startup-echo-area-message): Handle
9301         `inhibit-startup-echo-area-message' here.
9302         (command-line-1): Moved from here.
9303         (fancy-splash-screens): Use `overriding-local-map' instead of
9304         `overriding-terminal-local-map' for now; the latter doesn't work
9305         right, it looses keypresses to another terminal.  Use
9306         `overriding-terminal-local-map' to set up keymap.  Install a
9307         `delete-frame-functions' hook to catch `delete-frame' events.
9308         Ignore `select-window' events to cope better with
9309         `focus-follows-mouse'.  Don't switch back to the original buffer
9310         if the splash frame has been killed.  Restore previous buffer, even
9311         if it's *scratch*.
9312         (normal-splash-screen): Don't let-bind `mode-line-format'; it
9313         changes the global binding - setq it instead.  Use
9314         `save-buffers-kill-terminal'.
9315         (display-splash-screen): Don't do anything if the splash screen is
9316         already displayed elsewhere.
9317         (fancy-splash-exit, fancy-splash-delete-frame): New functions.
9318         (command-line): Replace duplicated code with a call to
9319         tty-run-terminal-initialization.  Don't load the terminal
9320         initialization file more than once.  Remove call to nonexistent
9321         function `set-locale-translation-file-name'.
9323         * xt-mouse.el (xterm-mouse-x, xterm-mouse-y): Convert to terminal
9324         parameters.
9325         (xterm-mouse-position-function, xterm-mouse-event): Update.
9326         (xterm-mouse-mode): Don't depend on current value of window-system.
9327         (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
9328         Update for multi-tty.
9329         (turn-on-xterm-mouse-tracking-on-terminal)
9330         (turn-off-xterm-mouse-tracking-on-terminal)
9331         (xterm-mouse-handle-delete-frame): New functions.
9332         (delete-frame-functions, after-make-frame-functions)
9333         (suspend-tty-functions, resume-tty-functions): Install extra hooks
9334         for multi-tty.
9336 2007-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9338         * simple.el (invisible-p): Remove: implemented in C now.
9339         (line-move-invisible-p): Remove obsolete alias.
9341 2007-08-28  Juri Linkov  <juri@jurta.org>
9343         * image-mode.el (image-type): New variable.
9344         (image-mode): Set default major mode name to "Image[text]".
9345         (image-minor-mode): Change LIGHTER to display image-type in the
9346         mode line.
9347         (image-minor-mode): Set default image-type to "text".
9348         (image-toggle-display): After switching to text mode, set
9349         image-type to "text" and major mode name to "Image[text]".
9350         After switching to image mode, set image-type to actual image
9351         type, and add image type to major mode name.  Let-bind the same
9352         variable names as arguments of `image-type' and `create-image'.
9353         Bind `type' to the result of `image-type' and use it as arg
9354         of `create-image' to not determine the image type twice.
9356 2007-08-28  Michael Albinus  <michael.albinus@gmx.de>
9358         * net/tramp.el (tramp-handle-set-file-times): Flush the file properties.
9359         (tramp-set-file-uid-gid, tramp-get-local-uid)
9360         (tramp-get-local-gid): New defuns.
9361         (tramp-handle-copy-file): Handle new parameter PRESERVE-UID-GID.
9362         (tramp-do-copy-or-rename-file): New parameter PRESERVE-UID-GID.
9363         Improve fast track.
9364         (tramp-do-copy-or-rename-file-directly): Sync parameter list with
9365         the other tramp-do-copy-or-rename-file-* functions.  Major rewrite.
9366         (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
9367         (tramp-handle-write-region): Improve fast track.
9368         (tramp-handle-file-remote-p): IDENTIFICATION can also be `localname'.
9369         (tramp-maybe-open-connection): Let `process-adaptive-read-buffering'
9370         be nil.
9372 2007-08-28  Ivan Kanis  <apple@kanis.eu>
9374         * time.el: New feature to display several time zones in a buffer.
9375         (display-time-world-mode, display-time-world-display)
9376         (display-time-world, display-time-world-timer): New functions.
9377         (display-time-world-list, display-time-world-time-format)
9378         (display-time-world-buffer-name, display-time-world-timer-enable)
9379         (display-time-world-timer-second, display-time-world-mode-map):
9380         New variables.
9382 2007-08-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9384         * term/x-win.el (x-gtk-stock-map): New variable.
9385         (x-gtk-map-stock): New function.
9387         * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
9388         prev/next-node.
9390 2007-08-28  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>  (tiny change)
9392         * play/gamegrid.el (gamegrid-init): Set line-spacing to 0.
9394 2007-08-28  Glenn Morris  <rgm@gnu.org>
9396         * progmodes/cc-langs.el (c-constant-kwds): Add java: null, true, false.
9398 2007-08-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
9400         * progmodes/modula2.el (m2-definition, m2-module):
9401         Don't use previous-line.  Reported by T. V. Raman.
9403 2007-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9405         * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
9406         argument to tool-bar-mode call.
9408 2007-08-27  Glenn Morris  <rgm@gnu.org>
9410         * diff-mode.el (diff-find-file-name): Only accept regular files,
9411         to rule out /dev/null, directories, etc.
9413         * vc-svn.el (vc-svn-diff): If the repository version of all the
9414         files is the same as the specified OLDVERS, do a local diff.
9416 2007-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9418         * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
9419         of buffers in uniquify-managed.
9421         * simple.el (invisible-p): Rename from text-invisible-p.
9422         Update callers.
9424 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9426         * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
9427         (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
9428         (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
9429         (cperl-etags-goto-tag-location): Use new style backquotes.
9431         * net/browse-url.el: Remove spurious * in custom docstrings.
9432         (browse-url-filename-alist): Use new-style backquote.
9434         * emacs-lisp/backquote.el (backquote-unquote-symbol)
9435         (backquote-splice-symbol): Clarify they're not new-style unquotes.
9437         * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
9438         (\,@): Backslash the , and ,@ which are not new-style unquotes.
9440         * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
9442         * net/socks.el (socks-username/password-auth-filter):
9443         Remove unused vars `state' and `desired-len'.
9444         (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
9445         (socks-wait-for-state-change): Use new-style backquotes.
9447         * pcvs.el (cvs-mode-status): Fix long-standing typo.
9449         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
9450         backquotes after each `read' rather than once per buffer.
9452         * dframe.el: Remove spurious * in custom docstrings.
9453         (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
9454         (dframe-xemacs20p): Remove, inline at the sole use point.
9455         (defface): Don't defvar the face, don't use old-style backquote.
9456         (defcustom): Don't use old-style backquote.
9457         (dframe-frame-parameter, dframe-mouse-event-p):
9458         Make it obvious that it's always defined.
9459         (dframe-popup-kludge): New function to replace
9460         dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
9461         (dframe-frame-mode, dframe-set-timer-internal)
9462         (dframe-mouse-set-point): Remove use of with-no-warnings from
9463         XEmacs-specific code.
9464         (dframe-set-timer-internal): Fix very old bug with
9465         post-command-idle-hook.
9467         * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
9469 2007-08-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
9471         * emacs-lisp/avl-tree.el: New file.
9473 2007-08-26  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
9475         * hi-lock.el (hi-lock-unface-buffer): Show a x-menu only if the mouse
9476         was used.
9478 2007-08-26  Sean O'Rourke  <seano@cs.ucsd.edu>
9480         * complete.el (PC-do-completion): Make RET accept a non-unique but
9481         complete expansion again.
9483 2007-08-26  Thien-Thi Nguyen  <ttn@gnuvola.org>
9485         * eshell/esh-opt.el (eshell-eval-using-options):
9486         Add debug declaration.
9488 2007-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
9490         * log-view.el (log-view-toggle-mark-entry): Add docstring.
9491         (log-view-get-marked): Likewise.
9493         * vc-hooks.el (vc-registered): Use mapc instead of mapcar.
9494         (vc-delete-automatic-version-backups): Likewise.
9496         * vc.el (vc-dired-buffers-for-dir): Likewise.
9498 2007-08-25  Dan Nicolaescu  <dann@ics.uci.edu>
9500         * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
9501         safe-local-variable setting.
9502         * progmodes/perl-mode.el (perl-indent-level): Likewise.
9504         * log-view.el (log-view-marked-list): Delete variable.
9505         (log-view-mode): Don't use it.
9506         (log-view-toggle-mark-entry): Likewise, simplify.
9507         (log-view-current-tag): Don't return properties.
9508         (log-view-get-marked): New function.
9510 2007-08-25  Alexandre Julliard  <julliard@winehq.org>
9512         * vc-git.el (vc-git-mode-line-string): New function.
9514 2007-08-25  Alan Mackenzie  <acm@muc.de>
9516         * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
9517         new language variable.
9519         * progmodes/cc-engine.el (c-brace-anchor-point): new function.
9520         (c-add-stmt-syntax): Give accurate anchor points for "namespace",
9521         "extern" etc., rather than BOI.  Fix addition of spurious
9522         syntactic-symbol 'defun-block-intro, replacing it with
9523         'innamespace, etc.
9525 2007-08-25  Juri Linkov  <juri@jurta.org>
9527         * files.el (auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el.
9529         * image-mode.el: Add autoloads to put associations in auto-mode-alist:
9530         associate "\\.x[bp]m\\'" with c-mode and image-mode-maybe, and
9531         "\\.svgz?\\'" with xml-mode and image-mode-maybe.
9533         * image.el (image-type-header-regexps): Use more complex regexp for svg.
9534         (image-type-file-name-regexps): Add ("\\.svgz?\\'" . svg).
9535         (image-type-auto-detectable): Add (svg . maybe).
9537         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add .svgz
9538         to treat it like .tgz.
9540         * calendar/cal-bahai.el: Add file coding cookie.
9542 2007-08-25  Reiner Steib  <Reiner.Steib@gmx.de>
9544         * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
9545         Don't behave differently when executed via M-x.  Add doc string.
9547         * sort.el (sort-fold-case, sort-numeric-base): Mark as
9548         safe-local-variable.
9550 2007-08-25  Jay Belanger  <jay.p.belanger@gmail.com>
9552         * calc/calc-forms.el (var-TimeZone): Make nil explicitly
9553         the default value.
9554         (math-calendar-tzinfo): New variable.
9555         (math-get-calendar-tzinfo): New function.
9556         (calcFunc-tzone, calcFunc-dst): Use Emacs's calendar
9557         to get information when zone is nil.
9559 2007-08-24  Dan Nicolaescu  <dann@ics.uci.edu>
9561         * log-view.el (log-view-toggle-mark-entry): New function.
9562         (log-view-mode-map): Bind it.
9563         (log-view-marked-list): New variable.
9564         (log-view-mode): Make it local.
9566 2007-08-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
9568         * play/zone.el (zone-pgm-rat-race): New func.
9569         (zone-programs): Add `zone-pgm-rat-race'.
9571 2007-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9573         * emacs-lisp/byte-opt.el (byte-optimize-if): Don't presume `clause' is
9574         a list.
9576 2007-08-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
9578         * progmodes/hideshow.el (hs-match-data): Delete alias.
9579         (hs-hide-block-at-point, hs-find-block-beginning)
9580         (hs-show-block): Use `match-data' directly.
9582 2007-08-24  Martin Rudalics  <rudalics@gmx.at>
9584         * format.el (format-alist): Fix typo in doc-string.
9586 2007-08-24  Michael Albinus  <michael.albinus@gmx.de>
9588         * net/tramp.el (tramp-local-host-p): New defun.
9589         (tramp-handle-file-local-copy, tramp-handle-write-region):
9590         Implement fast track when being on the local host.
9591         (tramp-file-name-handler): Don't set "started" property.  It shall
9592         be reserved for the "ftp" method.
9593         (tramp-make-copy-program-file-name): Use `tramp-file-name-real-host'.
9595         * net/tramp-ftp.el (top): Autoload `tramp-set-connection-property'.
9596         (tramp-ftp-file-name-handler): Set "started" property.
9598 2007-08-24  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
9600         * files.el (backup-buffer-copy): Don't wrap delete in
9601         condition-case, only try to delete if file exists.
9603 2007-08-24  Glenn Morris  <rgm@gnu.org>
9605         * files.el (backup-buffer-copy): Revert 2007-08-22 change.
9607         * startup.el (tutorial-directory): Set with eval-at-startup so it
9608         gets the right value in an installed Emacs.
9610 2007-08-24  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
9612         * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): New face.
9613         (eldoc-highlight-function-argument): Use it.
9615 2007-08-23  Masatake YAMATO  <jet@gyve.org>
9617         * progmodes/cc-fonts.el (gtkdoc-font-lock-doc-comments): Highlight
9618         name of parameters in document body.
9620 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9622         * emacs-lisp/bytecomp.el (byte-compile-output-docform)
9623         (byte-compile-output-as-comment): Use with-current-buffer rather than
9624         a weird set-buffer&prog1 combination.
9626         * emacs-lisp/byte-opt.el (byte-optimize-if): Move `progn' out of the
9627         test so as to optimise cases where the `progn's result is constant.
9629 2007-08-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
9631         * locate.el (locate-get-file-positions):
9632         Use line-beginning-position and line-end-position.
9634 2007-08-23  John Wiegley  <johnw@newartisans.com>
9636         * calendar/cal-bahai.el: Added in the diacriticals that were
9637         missing for many of the month names.
9639 2007-08-22  Jason Rumney  <jasonr@gnu.org>
9641         * vc-hooks.el (vc-menu-map-filter): Reapply 2007-08-06 bugfix.
9643 2007-08-22  Chong Yidong  <cyd@stupidchicken.com>
9645         * image-mode.el (image-minor-mode): Use image-mode-text-map.
9647 2007-08-22  Sean O'Rourke  <sorourke@cs.ucsd.edu>
9649         * dabbrev.el (dabbrev--progress-reporter): New variable.
9650         (dabbrev--scanning-message): Delete func.
9651         (dabbrev--find-expansion): Use a progress reporter
9652         instead of dabbrev--scanning-message.
9654 2007-08-22  Michael Albinus  <michael.albinus@gmx.de>
9656         * comint.el (comint-exec-1): Raise an error if
9657         `start-file-process' does not return a process object.
9659         * shell.el (shell): Prompt for `default-directory' if it is a
9660         remote file name, and if called with a prefix arg.
9662 2007-08-22  Sam Steingold  <sds@gnu.org>
9664         * pcvs.el (cvs-vc-command-advice): Fix a typo in code (file->files).
9666 2007-08-22  Carsten Dominik  <dominik@science.uva.nl>
9668         * textmodes/org-export-latex.el: New file.
9670         * textmodes/org-publish.el (org-publish-org-to-latex): New function.
9672         * textmodes/org.el (org-agenda-skip): Allow a form for
9673         `org-agenda-skip-function'.
9674         (org-agenda-redo): Re-use local settings.
9675         (org-agenda): Store local settings.
9676         (org-agenda-deadline-faces): New option.
9677         (org-agenda-deadline-face): New function.
9678         (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
9679         entries on their due date.
9680         (org-agenda-get-timestamps): No longer handle the due dates of
9681         schedules and deadline items.
9682         (org-insert-link-global, org-open-at-point-global): New commands.
9683         (org-export-as-ascii): Call `org-cleaned-string-for-export' with a
9684         :for-ascii parameter.
9685         (org-skip-comments): Function removed.
9686         (org-cleaned-string-for-export): Handle special table lines.
9687         (org-global-properties): New option.
9688         (org-entry-get-with-inheritance): Check global properties.
9689         (org-local-properties): New variable.
9690         (org-set-regexps-and-options): Find the #+PROPERTY line.
9691         (org-link-types): Change type into variable (was constant).
9692         (org-make-link-regexps): New function.
9693         (org-link-re-with-space, org-link-re-with-space2)
9694         (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
9695         (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
9696         these regular expressions happens now in the function
9697         `org-make-link-regexps'.
9698         (org-store-link): Call the functions in
9699         `org-store-link-functions'.
9700         (org-add-link-type): New function.
9701         (org-store-link-functions): New variable.
9702         (org-activate-tags): Force matches to be in headlines.
9703         (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
9704         (org-columns-display-here): Make sure this works in a narrowed
9705         buffer by checking for point-min.
9706         (org-columns-display-here): Make the rest of the line intangible,
9707         so that point never can be there.
9708         (org-cleaned-string-for-export): Use `with-current-buffer'.
9709         (org-replace-region-by-html): Use `with-current-buffer'.
9710         (org-unfontify-region, org-do-occur, org-columns-display-here)
9711         (org-columns-remove-overlays, org-columns-quit)
9712         (org-columns-edit-value, org-columns-next-allowed-value)
9713         (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
9714         (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
9715         (org-agenda-todo, org-agenda-change-all-lines)
9716         (org-agenda-align-tags, org-agenda-priority)
9717         (org-agenda-set-tags, org-agenda-toggle-archive-tag)
9718         (org-agenda-show-new-time, org-cleaned-string-for-export)
9719         (org-export-grab-title-from-buffer)
9720         (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
9721         instead of `buffer-read-only'.
9722         (org-export-as-html): Set `coding-system-for-write'.
9723         (org-remember-store-without-prompt): New option.
9724         (org-archive-subtree): Fixed bug with modifying TODO keyword.
9725         (org-beginning-of-line): Also treat C-a special in items.
9726         (org-table-convert-refs-to-rc): Fixed problem with column
9727         reference after "..".
9728         (org-columns-compute): Don't mark buffer modified because of text
9729         properties.
9730         (org-batch-store-agenda-views): Use the variable
9731         `default-directory', not the function.
9732         (org-clock-out-if-current): Respect `org-clock-out-when-done'.
9733         (org-clock-out-when-done): New option.
9734         (org-html-entities): Added HTML entities for smileys.
9736 2007-08-22  Glenn Morris  <rgm@gnu.org>
9738         * image.el (create-image): Doc fix.
9740         * startup.el (tutorial-directory): New constant.
9741         (fancy-splash-text): Tutorials now in tutorial-directory.
9742         * tutorial.el (help-with-tutorial): Tutorials now in
9743         tutorial-directory.
9745 2007-08-22  Michael Albinus  <michael.albinus@gmx.de>
9747         * net/tramp.el (top): Require cl.el, when `copy-tree' is not available
9748         otherwise.
9749         (tramp-get-remote-path): New defun.  Replace occurrences of
9750         `tramp-default-remote-path' by this function.
9751         (tramp-set-remote-path): Move most of the code to
9752         `tramp-get-remote-path'.
9753         (tramp-get-ls-command, tramp-get-remote-id): Don't check for not
9754         existing directories, this is done already in
9755         `tramp-get-remote-path'.
9757 2007-08-22  Paul Pogonyshev  <pogonyshev@gmx.net>
9759         * image-file.el (image-file-name-extensions): Add "svg".
9760         * image.el (image-type-header-regexps): Add svg entry.
9762 2007-08-22  Glenn Morris  <rgm@gnu.org>
9764         * files.el (backup-buffer-copy): Check backup directory is
9765         writable, to avoid infloop deleting old backup.
9767         * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
9768         movemail related variables.
9769         (rmail-insert-inbox-text): Use only rmail-movemail-program, which
9770         will now be set before this is called.
9772 2007-08-21  Juri Linkov  <juri@jurta.org>
9774         * delsel.el (delete-selection-pre-hook):
9775         * emulation/cua-base.el (cua-paste): Use `mouse-region-match'
9776         instead of checking last-command.
9778 2007-08-21  Juri Linkov  <juri@jurta.org>
9780         * loadup.el: Preload "button".
9782 2007-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9784         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9785         Add previous-line and next-line.
9787         * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
9788         (vc-arch-find-file-not-found-hook): Remove, it's now the default.
9790         * vc-hooks.el (vc-menu-entry): New var.
9791         (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
9792         (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
9793         (vc-menu-map): Declare and initialize in one step.
9794         (vc-menu-map-filter): Move&rename from menu-bar.el:menu-bar-vc-filter.
9796         * menu-bar.el (vc-menu-map): Don't setup any more.
9797         Instead, just create the proper spot in the menu.
9799 2007-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9801         * smerge-mode.el (smerge-resolve): New arg `safe'.
9802         (smerge-resolve-all, smerge-batch-resolve): New function.
9803         (smerge-refine): Make sure `diff' returns the expected result.
9804         (smerge-parsep-re): New const.
9805         (smerge-mode): Use it to adjust paragraph-separate.
9807         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
9808         Correctly match / regexp matchers as first char on a line when
9809         fontifying only that line.
9811         * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
9813 2007-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9815         * vc-bzr.el: Don't fiddle with vc-handled-backend.
9816         (vc-bzr-registered): Don't redundantly protect against
9817         file-error.  Actually use the format-specific code.
9818         (vc-bzr-buffer-nonblank-p): Remove.
9819         (vc-bzr-status): Change `kindchange' -> `kindchanged'.
9821 2007-08-20  Juri Linkov  <juri@jurta.org>
9823         * startup.el (fancy-splash-text): Change multiple tabs into one
9824         tab.  Remove "Useful File menu items" section (with "Exit Emacs"
9825         and "Recover Crashed Session").
9826         (fancy-splash-screens): Set tab-width to 22.
9827         (normal-splash-screen): Replace literal tabs with \t and
9828         fix whitespace.  Remove "Useful File menu items" section (with
9829         "Exit Emacs" and "Recover Crashed Session").
9831 2007-08-20  Johannes Weiner  <hannes@saeurebad.de>  (tiny change)
9833         * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
9834         extracted from `eval-last-sexp-1'.
9835         (eval-last-sexp-1): Call `preceding-sexp'.
9837 2007-08-20  Thien-Thi Nguyen  <ttn@gnuvola.org>
9839         * vc-rcs.el (vc-rcs-annotate-command):
9840         Fix bug introduced 2007-07-18T16:32:40Z!esr@snark.thyrsus.com:
9841         Add back :vc-annotate-prefix propertization.
9843 2007-08-20  Andreas Schwab  <schwab@suse.de>
9845         * mail/rmail.el (rmail-autodetect): Doc fix.
9847 2007-08-19  Juri Linkov  <juri@jurta.org>
9849         * startup.el (normal-splash-screen): Add more links.
9851 2007-08-19  Juri Linkov  <juri@jurta.org>
9853         * startup.el (splash-screen-keymap): Rename from `fancy-splash-keymap'
9854         because it's common to both types of splash screen: fancy and normal.
9855         Bind SPC to scroll-up, DEL to scroll-down and `q' to exit-splash-screen.
9856         (exit-splash-screen): Rename from `fancy-splash-quit'.
9857         Use `quit-window' instead of `kill-buffer'.
9858         (fancy-splash-head): Use make-button to insert GNU image link.
9859         (fancy-splash-screens, normal-splash-screen): Rename " About GNU
9860         Emacs" to "*About GNU Emacs*", and " GNU Emacs" to "*GNU Emacs*".
9861         (normal-splash-screen): Put "Browse manuals" on the same line with
9862         "Emacs manual".  Remove descriptions from "Useful tasks" and put
9863         all links in two columns on two lines.
9865 2007-08-19  Michael Kifer  <kifer@cs.stonybrook.edu>
9867         * emulation/viper.el (viper-remove-hooks): Remove some additional
9868         viper hooks when the user calls viper-go-away.
9869         (viper-go-away): Restore the default of default-major-mode.
9870         Save the value of default-major-mode before vaperization.
9872         * emulation/viper-cmd.el: Replace error "" with "Viper bell".
9874         * emulation/viper-ex.el: Replace error "" with "Viper bell".
9876         * ediff-util.el (ediff-make-temp-file): Use the coding system of the
9877         buffer for which file is created.
9879 2007-08-19  Glenn Morris  <rgm@gnu.org>
9881         * Makefile.in (custom-deps, finder-data, autoloads, recompile)
9882         (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
9883         than $(EMACS), so that EMACSLOADPATH is set.  Prevents any system
9884         shadow files messing up the compilation.
9886 2007-08-18  Glenn Morris  <rgm@gnu.org>
9888         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Add doc
9889         string.  Also apply eldoc-argument-case in the help-split-fundoc
9890         case.  Adapt for changed behavior of eldoc-function-argstring,
9891         eldoc-function-argstring-format, and
9892         eldoc-highlight-function-argument.
9893         (eldoc-highlight-function-argument): Handle nil INDEX argument,
9894         just call eldoc-docstring-format-sym-doc in that case.
9895         (eldoc-function-argstring): Change the behavior.  Now it converts
9896         an argument list to a string.
9897         (eldoc-function-argstring-format): Change the behavior.  Now it
9898         applies `eldoc-argument-case' to a string.
9900         * progmodes/scheme.el (scheme-mode-variables): Set
9901         font-lock-comment-start-skip.
9903 2007-08-18  Martin Rudalics  <rudalics@gmx.at>
9905         * progmodes/ada-mode.el (ada-create-syntax-table): Move
9906         set-syntax-table from here to ...
9907         (ada-mode): ... here.  Do not change global value of
9908         comment-multi-line.  Call new function
9909         ada-initialize-syntax-table-properties and add new function
9910         ada-handle-syntax-table-properties to font-lock-mode-hook.
9911         (ada-deactivate-properties, ada-initialize-properties): Replace
9912         by new functions ...
9913         (ada-handle-syntax-table-properties)
9914         (ada-initialize-syntax-table-properties)
9915         (ada-set-syntax-table-properties): ... to set up syntax-table
9916         properties uniformly, independently from whether font-lock-mode
9917         is enabled or not.  Handle read-only buffers and do not change
9918         undo-list when setting syntax-table properties.
9919         (ada-after-change-function): Use ada-set-syntax-table-properties.
9921 2007-08-18  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
9923         * progmodes/meta-mode.el (meta-indent-calculate-last): Remove.
9924         (meta-indent-current-nesting): Use a computation of the nesting
9925         instead.
9926         (meta-indent-current-indentation): Indentation is given according
9927         to nesting and if the previous line was finished or not.
9928         (meta-indent-unfinished-line): Tell if the current line ends with
9929         a finished expression.
9930         (meta-indent-looking-at-code): Like `looking-at', but checks if
9931         the point is in a string before.
9932         (meta-indent-level-count): Use it.  Don't count parenthesis as it's
9933         done in the nesting function.
9934         (meta-indent-in-string-p): Tell if the current point is in a
9935         string.
9936         (meta-indent-calculate): Treat b-o-b as a special case.  Use the
9937         previous functions.
9939 2007-08-17  Thien-Thi Nguyen  <ttn@gnuvola.org>
9941         * emacs-lisp/copyright.el (copyright-limit): New defsubst.
9942         (copyright-update-year, copyright-update)
9943         (copyright-fix-years): Use it.
9945 2007-08-17  Kimit Yada  <kimitto@gmail.com>  (tiny change)
9947         * emacs-lisp/copyright.el (copyright-update-year):
9948         Fix bug: Handle nil copyright-limit.
9950 2007-08-17  Jay Belanger  <jay.p.belanger@gmail.com>
9952         * calc/calc-units.el (math-standard-units): Give exact
9953         conversion for tsp.
9955         * calc/calc.el (math-bignum-digit-length): Compute the
9956         appropriate value.
9958         * calc/calc-bin.el (math-bignum-logb-digit-size)
9959         (math-bignum-digit-power-of-two):
9960         * calc/calc-comb.el (math-small-factorial-table):
9961         * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
9962         (math-approx-gamma-const):
9963         * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0)
9964         (math-besY1, math-bernoulli-b-cache):
9965         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
9966         Remove `eval-when-compile's.
9968 2007-08-17  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
9970         * progmodes/cperl-mode.el (cperl-look-at-leading-count)
9971         (cperl-find-pods-heres): Fix an error when typing expressions like
9972         `s{a}{b}'.
9974 2007-08-17  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
9976         * mail/emacsbug.el (report-emacs-bug): Remove the last number of
9977         `emacs-version', use the topic prefix ``version; ''.  Make MS-DOS
9978         a special case (there's no build number).
9980 2007-08-17  T. V. Raman  <raman@users.sf.net>  (tiny change)
9982         * completion.el (symbol-under-point, symbol-before-point)
9983         (symbol-before-point-for-complete): Use buffer-substring-no-properties.
9985 2007-08-17  Glenn Morris  <rgm@gnu.org>
9987         * progmodes/compile.el (compilation-get-file-structure): Make use
9988         of the directory part when checking for an existing entry, to
9989         handle files with same basename in different directories.
9991 2007-08-17  Jay Belanger  <jay.p.belanger@gmail.com>
9993         * calc/calc.el (calc-language-alist): Add texinfo-mode.
9995 2007-08-16  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9997         * ps-print.el (ps-header-font-size, ps-header-title-font-size)
9998         (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
9999         (ps-paragraph-spacing): Docstring fix.
10001 2007-08-16  Glenn Morris  <rgm@gnu.org>
10003         * ps-print.el (ps-font-size): Doc fix.
10005 2007-08-16  Richard Stallman  <rms@gnu.org>
10007         * emacs-lisp/copyright.el (copyright-names-regexp): Add custom group.
10009 2007-08-15  Juri Linkov  <juri@jurta.org>
10011         * startup.el (initialization): Change parent group from `internal'
10012         to `environment'.
10013         (initial-buffer-choice): New variable.
10014         (command-line): Revert 2007-07-02 change that sets
10015         buffer-offer-save in *scratch* and enables auto-save in it.
10016         (fancy-splash-text): Add links to existing items.  Add new items
10017         with links for useful tasks.  Move information about Control-g to
10018         fancy-splash-head.  Move "Emacs Guided Tour" to the end.
10019         (fancy-splash-keymap): New variable.
10020         (fancy-splash-last-input-event): Remove variable.
10021         (fancy-splash-insert): Add processing of `:link' element.
10022         (fancy-splash-head): Replace "Type Control-l to begin editing"
10023         with "Type `q' to exit".
10024         (fancy-splash-screens-1): Let-bind inhibit-read-only to t.
10025         (fancy-splash-default-action, fancy-splash-special-event-action):
10026         Remove functions.
10027         (fancy-splash-quit): New function.
10028         (fancy-splash-screens): Rename input arg from `hide-on-input' to
10029         `static' and reverse the condition of its usage.  Don't preserve
10030         original values of `minor-mode-map-alist',
10031         `emulation-mode-map-alists', `special-event-map'.
10032         Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
10033         Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
10034         Remove processing of special events.  Use local key map
10035         `fancy-splash-keymap'.  Set buffer to read-only.
10036         (normal-splash-screen): Rename input arg from `hide-on-input' to
10037         `static' and reverse the condition of its usage.
10038         Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
10039         Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
10040         Add links to existing items.  Add new items with links for useful
10041         tasks.  Use local key map `fancy-splash-keymap'.
10042         (display-splash-screen): Rename input arg from `hide-on-input' to
10043         `static'.
10044         (about-emacs): Add alias to display-splash-screen.
10045         (command-line-1): Use `initial-buffer-choice'.
10047         * menu-bar.el (menu-bar-help-menu):
10048         * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
10049         item to about-emacs instead of display-splash-screen.
10051 2007-08-15  Jay Belanger  <jay.p.belanger@gmail.com>
10053         * calc/calc-units.el (math-standard-units): Update values.
10054         Put in exact, rational values when possible.
10055         (math-unit-prefixes): Replace floats with powers of ten.
10056         (math-standard-units-systems): Replace floats with integers.
10057         (math-make-unit-string): Remove extra spaces in output.
10059 2007-08-15  Glenn Morris  <rgm@gnu.org>
10061         * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
10062         sloppier, for the sake of GNU Mailman.
10063         (rmail-digest-rfc1153): Initialize `result' correctly.
10065 2007-08-15  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
10067         * mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; '
10068         in the mail title.  Suggested by Reiner Steib.
10070 2007-08-14  Chris Hecker  <checker@d6.com>  (tiny change)
10072         * calc/calc-aent.el (calc-do-quick-calc): Add binary
10073         representation of integers to the list of outputs.
10075 2007-08-14  Glenn Morris  <rgm@gnu.org>
10077         * simple.el (bad-packages-alist): New constant.
10078         (bad-package-check): New function.  Together, these two add elements
10079         to `after-load-alist' to check for problematic external packages.
10080         * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
10082 2007-08-14  Jay Belanger  <jay.p.belanger@gmail.com>
10084         * calc/calc-units.el (math-get-standard-units)
10085         (math-get-units, math-make-unit-string)
10086         (math-get-default-units, math-put-default-units): New functions.
10087         (math-default-units-table): New variable.
10088         (calc-convert-units, calc-convert-temperature): Add machinery
10089         to supply default values.
10091 2007-08-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10093         * emulation/tpu-edt.el: Add tpu-extras's autoloads.
10094         (tpu-gold-map, tpu-global-map): Comment-out the bindings to nil.
10095         (tpu-gold-map): Bind F to tpu-cursor-free-mode.
10096         (minibuffer-local-map): Use funkey symbols rather than esc-sequence.
10098         * emulation/tpu-extras.el: Remove spurious * in docstrings.
10099         Put its autoloads into tpu-edt.el rather than loaddefs.el.
10100         (tpu-cursor-free-mode): Rename from tpu-cursor-free.
10101         Make into a proper minor-mode.
10102         (tpu-backward-char, tpu-next-line, tpu-previous-line)
10103         (tpu-next-end-of-line, tpu-current-end-of-line): Use new name.
10104         (tpu-trim-line-ends-if-needed): Rename from tpu-before-save-hook.
10105         (tpu-set-cursor-free, tpu-set-cursor-bound):
10106         Delegate to tpu-cursor-free-mode.
10107         (tpu-next-line, tpu-previous-line, tpu-forward-line)
10108         (tpu-backward-line, tpu-scroll-window-down, tpu-scroll-window-up):
10109         Use line-move or forward-line instead of next-line-internal.
10111 2007-08-13  Nick Roberts  <nickrob@snap.net.nz>
10113         * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
10115 2007-08-12  Richard Stallman  <rms@gnu.org>
10117         * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
10118         (cvs-execute-single-file): Use new name split-string-and-unquote.
10119         (cvs-header-msg): Use new name combine-and-quote-strings.
10121         * emulation/vi.el (vi-next-line): Ignore return value of line-move.
10123         * progmodes/gud.el (gud-common-init): Use new name
10124         split-string-and-unquote.
10126         * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
10127         in javac regexp.
10129         * pcvs-util.el (cvs-qtypedesc-strings): Use new names
10130         combine-and-quote-strings and split-string-and-unquote.
10132         * subr.el (combine-and-quote-strings): Rename from strings->string.
10133         (split-string-and-unquote): Rename from string->strings.
10135 2007-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10137         * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
10138         to buffer-local settings.
10140         * emacs-lisp/backquote.el (backquote-delay-process): New function.
10141         (backquote-process): Add internal arg `level'.  Use the two to
10142         correctly handle nested backquotes.
10144 2007-08-09  Riccardo Murri  <riccardo.murri@gmail.com>
10146         * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
10147         (vc-bzr-state-words): Add "kind changed" state word.
10148         (vc-bzr-status): New function.  Return Bzr idea of file status,
10149         which is different from VC's.
10150         (vc-bzr-state): Use vc-bzr-status.
10151         (vc-workfile-unchanged-p): Use vc-bzr-status.
10152         (vc-bzr-revert): Use synchronous process; expect exitcode 0.
10153         (vc-dired-state): Process "kind changed" state word.
10155 2007-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10157         * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
10159         * vc-rcs.el (vc-rcs-find-file-not-found-hook):
10160         Move from vc-default-find-file-not-found-hook.
10162 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10164         * man.el: Remove spurious * in docstrings.
10165         Merge defvars and toplevel setq-defaults.
10166         (Man-highlight-references0): Limit=nil rather than point-max.
10167         (Man-mode-map): Move initialization into the declaration.
10168         (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
10169         (Man-view-header-file): Use expand-file-name rather than concat.
10170         (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
10172         * man.el (Man-next-section): Make sure we do not move backward.
10174 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10176         * files.el (auto-mode-alist): Use the purecopied text (duh!).
10178 2007-08-08  Glenn Morris  <rgm@gnu.org>
10180         * Replace `iff' in doc-strings and comments.
10182 2007-08-08  Martin Rudalics  <rudalics@gmx.at>
10184         * dired.el (dired-pop-to-buffer):
10185         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
10186         * calendar/calendar.el (generate-calendar-window):
10187         * progmodes/compile.el (compilation-set-window-height):
10188         * textmodes/two-column.el (2C-two-columns, 2C-merge):
10189         Use window-full-width-p instead of comparing frame-width and
10190         window-width.
10192         * progmodes/compile.el (compilation-find-buffer): Remove extra
10193         argument in call to compilation-buffer-internal-p.
10195 2007-08-07  Tom Tromey  <tromey@redhat.com>
10197         * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
10198         Add safe-local-variable property.
10200 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
10202         * image-mode.el (image-toggle-display): Use image-refresh.
10204 2007-08-07  Riccardo Murri  <riccardo.murri@gmail.com>
10206         * vc-bzr.el: Remove comments about vc-bzr.el being a modified
10207         unofficial version.
10208         (vc-bzr-command): Remove redundant setting of process-connection-type.
10209         (vc-bzr-admin-checkout-format-file): Add autoload.
10210         (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
10211         (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
10212         (vc-bzr-registered): Compare dirstate format tag with known good
10213         value, abort parsing if match fails.  Warn user in docstring.
10214         (vc-bzr-workfile-version): Case for different Bzr branch formats.
10215         See bzrlib/branch.py in Bzr sources.
10216         (vc-bzr-diff): First argument FILES may be a string rather than a list.
10217         (vc-bzr-shell-command): Remove in favor of
10218         vc-bzr-command-discarding-stderr.
10219         (vc-bzr-command-discarding-stderr): New function.
10221 2007-08-06  Riccardo Murri  <riccardo.murri@gmail.com>
10223         * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
10224         program, and return nil.
10225         (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
10226         (vc-bzr-state): Look for path names relative to the repository
10227         root after status keyword.
10228         (vc-bzr-file-name-relative): New function.
10229         (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
10230         depend on it.
10231         (vc-bzr-admin-dirname, ...-checkout-format-file)
10232         (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
10233         files that we now parse directly for speed.
10234         (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
10235         (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
10236         (vc-bzr-state): "bzr status" successful only if exitcode is 0.
10237         (vc-bzr-root): Use `vc-bzr-shell-command'.  Stderr may contain
10238         Bzr warnings, so we must discard it.
10239         (vc-bzr-workfile-version): Speedup counting lines from
10240         `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
10241         if that file doesn't exist.
10242         (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
10243         `vc-bzr-root-dir' for speed.  Add `vc-bzr-admin-dirname' (not ".bzr"!)
10244         to `vc-directory-exclusion-list'.
10245         (vc-bzr-shell-command): New function.
10247 2007-08-06  Tom Tromey  <tromey@redhat.com>
10249         * diff-mode.el (diff-unified->context, diff-reverse-direction)
10250         (diff-fixup-modifs): Typo in docstring.
10252 2007-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10254         * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
10255         count-screen-lines.
10256         (tpu-edt-off): Disable relevant pieces of advice.
10258         * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
10259         tpu-write-file-hook.  Activate it with add-hook on buffer-save-hook.
10260         (newline, newline-and-indent, do-auto-fill): Use advice instead of
10261         redefining the function.
10262         (tpu-set-scroll-margins): Activate the pieces of advice.
10264 2007-08-06  Martin Rudalics  <rudalics@gmx.at>
10266         * help.el (resize-temp-buffer-window): Use window-full-width-p
10267         instead of comparing frame-width and window-width.
10269 2007-08-13  Stephen Leake  <stephen_leake@stephe-leake.org>
10271         * pcvs-parse.el (cvs-parse-table): Handle additional instance of
10272         optional quotes around files in NEED-UPDATE . REMOVED case.
10274         * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
10275         (ada-treat-cmd-string): Improve error message.
10276         (ada-do-file-completion): Call `ada-require-project-file', so
10277         project variables are set properly.
10278         (ada-prj-find-prj-file): Delete Emacs 20.2 support.
10279         (ada-gnatfind-buffer-name): New constant.
10280         (ada-find-any-references): Use new constant.  Set buffer name
10281         properly in compilation-start.  Toggle read-only properly.
10282         (ada-find-in-src-path): Fix spelling error in docstring.
10284         * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
10285         by zero error.
10287 2007-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10289         * emacs-lisp/autoload.el (autoload-print-form): Use print-quoted.
10291 2007-08-12  Richard Stallman  <rms@gnu.org>
10293         * progmodes/sh-script.el (sh): Delete group `unix'.
10295         * progmodes/gud.el (gud): Change to group `processes'.
10297 2007-08-11  Glenn Morris  <rgm@gnu.org>
10299         * progmodes/compile.el (compilation-buffer-name): Don't check
10300         compilation-arguments.  It is superfluous, and the variable isn't
10301         even set when this function is called.
10303 2007-08-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10305         * term/mac-win.el (mac-ae-reopen-application): New function.
10306         (mac-apple-event-map): Bind "reopen application" Apple event to it.
10308 2007-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10310         * textmodes/tex-mode.el (tex-font-lock-unfontify-region): Fix to
10311         take tex-font-script-display into account.
10312         (tex-font-script-display, tex-font-lock-suscript): Change from a cons
10313         cell to a list of 2 elements to simplify the unfontify code.
10315 2007-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10317         * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
10318         (ps-begin-job): Use ps-default-fg and ps-default-bg only when
10319         ps-print-color-p is neither nil nor black-white.  Reported by Christian
10320         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
10322 2007-08-08  Andreas Schwab  <schwab@suse.de>
10324         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
10325         self-insert-command, not self-insert.
10327 2007-08-08  Glenn Morris  <rgm@gnu.org>
10329         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Make second
10330         argument optional, for backwards compatibility, and only highlight
10331         args when present.  Fix symbol name typo (doc/args).
10333         * help-mode.el (help-make-xrefs): Search for symbol constituents,
10334         rather than just `-'.
10336 2007-08-07  Jay Belanger  <jay.p.belanger@gmail.com>
10338         * calc/calc-units.el (calc-convert-temperature):
10339         Use `/' to create fractions.
10341 2007-08-07  Michael Albinus  <michael.albinus@gmx.de>
10343         * net/tramp.el (tramp-wrong-passwd-regexp): Make the regexp more
10344         global matching.
10345         (tramp-handle-shell-command): Handle OUTPUT-BUFFER and
10346         ERROR-BUFFER more robust.  Display output.
10347         (tramp-file-name-handler): Add a connection property when we found
10348         a foreign file name handler.  This allows backends like ftp to
10349         profit also from usr/host name completion based on connection
10350         cache.
10351         (tramp-send-command-and-read): Search for trash after the regexp
10352         until eol only.  In XEmacs, there is a problem with \n.
10354         * net/tramp-cache.el (top): Read persistent connection history
10355         when cache is empty.
10357 2007-08-07  Nic Ferrier  <nferrier@tapsellferrier.co.uk>  (tiny change)
10359         * net/tramp.el (tramp-handle-process-file): Fix bug inserting
10360         resulting output.
10362 2007-08-07  Sam Steingold  <sds@gnu.org>
10364         * progmodes/compile.el (compilation-start): Pass nil as startfile
10365         to comint-exec.
10367 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
10369         * longlines.el (longlines-decoded): New variable.
10370         (longlines-mode): Avoid encoding or decoding the buffer twice.
10372 2007-08-07  Martin Rudalics  <rudalics@gmx.at>
10374         * format.el (format-insert-file): Make sure that at most one undo
10375         entry is recorded for the insertion.  Inhibit point-motion and
10376         modification hooks around call to insert-file-contents.
10378 2007-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10380         * vc.el (vc-annotate): Select temp-buffer before running vc-exec-after.
10381         Select the buffer's window before moving point.
10383 2007-08-07  Richard Stallman  <rms@gnu.org>
10385         * term.el (term): Remove parent group `unix'.
10387         * simple.el (default-indent-new-line): New function.
10388         It calls comment-line-break-function if there are comments.
10389         (do-auto-fill): Use that.
10391 2007-08-07  Sean O'Rourke  <sorourke@cs.ucsd.edu>
10393         * complete.el (PC-lisp-complete-symbol): Complete symbol around point.
10394         (PC-do-completion): Add "acronym completion" for symbols and
10395         filenames, so e.g. "mvbl" expands to "make-variable-buffer-local".
10397 2007-08-06  Sam Steingold  <sds@gnu.org>
10399         * mouse.el (mouse-buffer-menu): Pass mode-name through
10400         format-mode-line because it may be a list,
10401         e.g., (sgml-xml-mode "XML" "SGML"), and not a string.
10403 2007-08-06  Vinicius Jose Latorre  <viniciusig@ig.com.br>
10405         * printing.el (pr-update-menus): Docstring fix.
10407 2007-08-06  Jason Rumney  <jasonr@gnu.org>
10409         * menu-bar.el (menu-bar-vc-filter): Use vc-call-backend.
10411         * vc-hooks.el (vc-call): Add doc string.
10413 2007-08-06  Michael Albinus  <michael.albinus@gmx.de>
10415         * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
10416         process-filter.
10418 2007-08-06  Kenichi Handa  <handa@m17n.org>
10420         * international/quail.el: Wrap (require 'help-mode) by
10421         eval-when-compile.
10422         (quail-help-init): New function.
10423         (quail-help): Call quail-help-init.
10424         (quail-store-decode-map-key): Change it to a function.
10426 2007-08-05  Jason Rumney  <jasonr@gnu.org>
10428         * vc.el (vc-rollback): Add norevert argument back.
10429         (vc-revert-buffer): Add back as obsolete alias.
10431 2007-08-05  Peter Povinec  <ppovinec@yahoo.com>  (tiny change)
10433         * term.el: Honor term-default-fg-color and term-default-bg-color
10434         settings when modifying term-current-face.
10435         (term-default-fg-color, term-default-bg-color): Initialize from
10436         default term-current-face.
10437         (term-mode, term-reset-terminal): Set term-current-face with
10438         term-default-fg-color and term-default-bg-color.
10439         (term-handle-colors-array): term-current-face has term-default-fg-color
10440         and term-default-bg-color after reset escape sequence.
10441         (term-handle-colors-array): Set term-current-color with
10442         term-default-fg/bg-color instead of ansi-term-color-vector when the
10443         index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
10445 2007-08-05  Jay Belanger  <jay.p.belanger@gmail.com>
10447         * calc/calc-nlfit.el (math-nlfit-curve): Remove unnecessary variables.
10448         (math-nlfit-givens): Let bind free variables.
10450 2007-08-05  Vinicius Jose Latorre  <viniciusig@ig.com.br>
10452         * printing.el: Require lpr and ps-print when loading printing package.
10453         Reported by Glenn Morris <rgm@gnu.org>.
10455 2007-08-05  Michael Albinus  <michael.albinus@gmx.de>
10457         * files.el (set-auto-mode): Handle also remote files wrt
10458         `auto-mode-alist'.
10460 2007-08-04  Jay Belanger  <jay.p.belanger@gmail.com>
10462         * calc/calcalg3.el (calc-curve-fit): Add support for nonlinear
10463         curves and plotting.
10465         * calc/calc-nlfit.el: New file.
10467 2007-08-04  Glenn Morris  <rgm@gnu.org>
10469         * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
10470         zero, not nil, when the library is first loaded.  Check for a file
10471         that has been modified on disk.
10473         * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
10474         Remove duplicate defvar preventing initialization.
10475         (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
10477 2007-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10479         * diff-mode.el (diff-font-lock-keywords): Fix up false positives.
10480         (diff-beginning-of-file): Adjust to the fact that diff-file-header-re
10481         may match up to 4 lines.
10482         (diff-beginning-of-file-and-junk): Rewrite.
10484 2007-08-03  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10486         * printing.el: Evaluate require only during compilation.
10487         (pr-version): New version 6.9.1.
10488         (deactivate-mark): Replace (defvar VAR nil) by (defvar VAR).
10489         (pr-global-menubar): Fix code.
10491 2007-08-03  Dan Nicolaescu  <dann@ics.uci.edu>
10493         * term.el (term-erase-in-display): Fix case when point is not at
10494         the beginning of the line.
10496 2007-08-03  Jay Belanger  <jay.p.belanger@gmail.com>
10498         * calc/calc-ext.el (math-get-value, math-get-sdev)
10499         (math-contains-sdev): New functions.
10501         * calc/calc-graph.el (calc-graph-format-data)
10502         (calc-graph-add-curve): Check for error forms.
10503         (calc-graph-set-styles): Add option for error forms.
10505 2007-08-03  Miles Bader  <miles@gnu.org>
10507         * vc-hooks.el (vc-handled-backends): Change capitalization of VC
10508         backend names for new backends to `Git', `Hg', and `Bzr'.
10509         * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
10510         not `HG'.
10511         * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
10512         name, not `GIT'.
10513         * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
10514         (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
10516 2007-08-03  Richard Stallman  <rms@gnu.org>
10518         * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
10519         to update deleted flag.
10521         * cus-edit.el (customize-apropos, customize-apropos-options)
10522         (customize-apropos-faces, customize-apropos-groups): Improve prompt.
10524         * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
10526         * startup.el (fancy-splash-head, startup-echo-area-message):
10527         Change message text.
10529         * emulation/tpu-edt.el (next-line-internal): Setting deleted.
10530         All callers use line-move.
10532         * progmodes/compile.el (compilation-find-buffer): Return current
10533         buffer immediately if suitable.
10534         (compile, compilation-buffer-name, compilation-start): Doc fixes.
10536 2007-08-03  Daiki Ueno  <ueno@unixuser.org>
10538         * faces.el (face-normalize-spec): New function.
10539         (frame-set-background-mode): Normalize face-spec before calling
10540         face-spec-match-p.
10542 2007-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10544         * server.el (server-window): Add switch-to-buffer-other-frame option.
10546 2007-08-03  Glenn Morris  <rgm@gnu.org>
10548         * cus-edit.el (customize-apropos): Make the error message indicate
10549         what kind of thing the user was trying to customize.
10551         * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
10553         * progmodes/fortran.el (fortran-font-lock-syntactic-keywords):
10554         Fix off-by-one error in previous change.
10556 2007-08-03  Drew Adams  <drew.adams@oracle.com>
10558         * emacs-lisp/pp.el (pp-eval-expression): Add progress message.
10559         Make buffer writable.
10561 2007-08-01  Jay Belanger  <jay.p.belanger@gmail.com>
10563         * calc/calc-math.el (math-sqrt-raw, math-sin-raw-2)
10564         (math-cos-raw-2, math-arctan-raw, math-ln-raw):
10565         Use native Emacs functions, when appropriate.
10567 2007-08-01  Dan Nicolaescu  <dann@ics.uci.edu>
10568             Stefan Monnier  <monnier@iro.umontreal.ca>
10570         * vc.el: Document new VC operation `extra-menu'.
10572         * vc-hooks.el (vc-default-extra-menu): New function.
10574         * menu-bar.el (menu-bar-vc-filter): New function.
10575         (menu-bar-tools-menu): Use it as a filter.
10577 2007-08-01  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
10579         * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
10581 2007-08-01  Glenn Morris  <rgm@gnu.org>
10583         * progmodes/fortran.el: Remove leading `*' from all defcustom doc
10584         strings.
10585         (fortran-tab-mode-default): Remove needless autoload.
10586         (fortran-tab-mode-string): Add help-echo and mouse properties, and
10587         mark as risky.
10588         (fortran-line-length): New buffer-local variable, safe if integer.
10589         (fortran-if-start-re, fortran-end-prog-re1, fortran-end-prog-re):
10590         Change from variables to constants.
10591         (fortran-font-lock-syntactic-keywords): Delete as a variable,
10592         replace with a new function definition.
10593         (fortran-mode): Use fortran-line-length, and
10594         fortran-font-lock-syntactic-keywords as a function.  Add a
10595         hack-local-variables-hook function.
10596         (fortran-line-length, fortran-hack-local-variables): New functions.
10597         (fortran-window-create, fortran-strip-sequence-nos): Doc fix.
10598         Use fortran-line-length rather than 72.
10599         (fortran-window-create-momentarily): Doc fix.
10601 2007-07-31  Drew Adams  <drew.adams@oracle.com>  (tiny change)
10603         * cus-edit.el (custom-group-value-create, custom-goto-parent):
10604         Fix parent groups link.
10606 2007-07-31  Paul Pogonyshev  <pogonyshev@gmx.net>
10608         * progmodes/python.el (python-current-defun): Adjust to never fall
10609         into infinite loop.
10611 2007-07-31  Stefan Monnier  <monnier@iro.umontreal.ca>
10613         * pcvs.el (cvs-vc-command-advice): Handle the new fileset case.
10615 2007-07-29  Kimit Yada  <kimitto@gmail.com>  (tiny change)
10617         * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
10618         (copyright-fix-years, copyright): Correctly handle the case where
10619         copyright-limit is nil.
10621 2007-07-28  Konstantin Novitsky  <knovitsk@Bear.com>  (tiny change)
10623         * progmodes/python.el (run-python): Fix path separator under w32.
10625 2007-07-30  Richard Stallman  <rms@gnu.org>
10627         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
10628         Treat non-break space as whitespace in Lisp.
10630 2007-07-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10632         * vc.el (vc-dired-hook): Use inhibit-read-only.
10634         * progmodes/compile.el (compilation-forget-errors):
10635         Reset compilation-auto-jump-to-next.
10637 2007-07-30  Michael Olson  <mwolson@gnu.org>
10639         * cus-edit.el (custom-group-save): Fix void function definition
10640         error.  Thanks to Zhang Wei for the report.
10642         * ps-print.el: Check in trivial changes to the autoloads section
10643         caused by the build process.  These autoloads really ought to be
10644         placed in a separate file, methinks.
10646 2007-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10648         * calendar/calendar.el (calendar-mode): Make sure
10649         displayed-(month|year) are set.
10650         (calendar-basic-setup): Display buffer before adjusting window sizes.
10651         (generate-calendar-window): Use inhibit-read-only.  Simplify.
10652         Generate buffer and set displayed-month and displayed-year before
10653         calling update-calendar-mode-line.
10655 2007-07-29  Michael Albinus  <michael.albinus@gmx.de>
10657         * net/tramp.el:
10658         * net/tramp-uu.el:
10659         * net/trampver.el: Use utf-8 encoding with coding cookie.
10661         * net/tramp-cache.el:
10662         * net/tramp-fish.el:
10663         * net/tramp-ftp.el:
10664         * net/tramp-gw.el:
10665         * net/tramp-smb.el: Remove coding cookie.
10667         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
10668         Flush buffer file-name's file property.
10669         (tramp-handle-file-remote-p): The first parameter is FILENAME.
10671         * net/trampver.el: Update release number.
10673 2007-07-29  Juri Linkov  <juri@jurta.org>
10675         * dired.el (dired-mode-map): Bind C-x C-q to dired-toggle-read-only.
10676         Filter out menu item "Edit File Names" `wdired-change-to-wdired-mode'
10677         when major-mode is not dired-mode.
10678         (dired-toggle-read-only): New function.
10679         (dired-recursive-deletes): Remove obsolete comments about old
10680         default value.
10681         (dired-do-flagged-delete, dired-do-delete): Refill docstring.
10683         * wdired.el (wdired-exit): New function.
10684         (wdired-mode-map): Bind C-x C-q to wdired-exit.
10686 2007-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10688         * cus-edit.el (customize-read-group): New fun.
10689         (customize-group-other-window, customize-face-other-window):
10690         Prompt before delegating to customize-(group|face).
10691         Bind pop-up-windows rather than use the other-window argument.
10692         (customize-group, customize-face): Prompt from the interactive spec.
10693         Remove args `prompt-for-group' and `other-window'.
10695         * emacs-lisp/advice.el (ad-interactive-form): Re-introduce.
10696         (ad-body-forms, ad-advised-interactive-form): Revert this part of
10697         last change.
10699 2007-07-28  Masatake YAMATO  <jet@gyve.org>
10701         * vc.el (vc-dired-mode): Add a menu for VC related operation.
10702         Use backend name as the menu label.  Suggested by David Kastrup.
10704 2007-07-28  Alan Mackenzie  <acm@muc.de>
10706         Fix problem with modes derived from CC Mode:
10707         * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
10708         macro to cc-langs.
10709         (c-init-language-vars-for): Remove call to above macro.
10710         * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
10711         been moved to here.
10712         (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
10714 2007-07-28  Eli Zaretskii  <eliz@gnu.org>
10716         * net/trampver.el: Fix the `coding' cookie.
10718 2007-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
10720         * vc-git.el (vc-git-print-log): Support both the old single file
10721         interface and the new one.
10723 2007-07-28  Nick Roberts  <nickrob@snap.net.nz>
10725         * bindings.el (mode-line-remote): Use updated %@ construct.
10727 2007-07-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10729         * calendar/cal-bahai.el (calendar-bahai-month-name-array)
10730         (calendar-bahai-epoch, calendar-bahai-leap-year-p)
10731         (calendar-bahai-leap-base, calendar-bahai-prompt-for-date)
10732         (diary-list-bahai-entries, diary-bahai-mark-entries)
10733         (calendar-bahai-mark-date-pattern, diary-insert-bahai-entry)
10734         (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
10735         New names to clean up namespace.
10736         (list-bahai-diary-entries, mark-bahai-diary-entries)
10737         (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
10738         (insert-yearly-bahai-diary-entry, mark-bahai-calendar-date-pattern):
10739         Add compatibility aliases.
10741         * calendar/appt.el: Don't wrap defvar within eval-when-compile.
10743         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right)
10744         (calendar-scroll-left-three-months)
10745         (calendar-scroll-right-three-months): Clean up namespace.
10746         (scroll-calendar-left, scroll-calendar-right)
10747         (scroll-calendar-left-three-months)
10748         (scroll-calendar-right-three-months): Add compatibility aliases.
10750         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
10751         Behave like mouse-scroll-calendar-* when used from the mouse.
10753         * calendar/cal-menu.el (cal-menu-scroll-menu)
10754         (cal-menu-global-mouse-menu):
10755         * calendar/calendar.el (calendar-mode-map):
10756         Use new calendar-scroll-* names.
10757         (mouse-scroll-calendar-left, mouse-scroll-calendar-right):
10758         Remove.  Use calendar-scroll-* directly instead.
10760 2007-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10762         * emacs-lisp/advice.el (ad-interactive-p, ad-interactive-form): Remove.
10763         (ad-body-forms, ad-advised-interactive-form, ad-make-cache-id)
10764         (ad-make-advised-definition, ad-cache-id-verification-code):
10765         Use commandp and interactive-form instead.
10767 2007-07-26  Dan Nicolaescu  <dann@ics.uci.edu>
10769         * vc-git.el: Relicense to GPLv3 or later.
10770         (vc-directory-exclusion-list, vc-handled-backends): Remove.
10772         * vc-hooks.el (vc-handled-backends): Add GIT.
10774         * vc.el (vc-directory-exclusion-list): Add .git.
10776 2007-07-26  Alexandre Julliard  <julliard@winehq.org>
10778         * vc-git.el (vc-git-revision-table)
10779         (vc-git-revision-completion-table): New functions.
10781 2007-07-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10783         * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
10784         * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
10785         * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
10786         * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
10787         * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
10788         * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
10789         New command actions for EPS header and EPS footer.
10791         * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
10792         footer.  Fix some problems with one-or-more, zero-or-more and
10793         alternative constructions generation.  Some log messages
10794         implementation.  Doc fix.
10795         (ebnf-version): New version 4.4.
10796         (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
10797         (ebnf-eps-footer, ebnf-log): New options.
10798         (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
10799         (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
10800         (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
10801         (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
10802         (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New funs.
10803         (ebnf-style-custom-list, ebnf-style-database): Put new values.
10804         (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
10805         (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
10806         (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
10807         (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
10808         (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
10809         (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
10810         (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
10811         (ebnf-non-terminal-dimension, ebnf-special-dimension)
10812         (ebnf-terminal-dimension1, ebnf-repeat-dimension)
10813         (ebnf-except-dimension, ebnf-alternative-dimension)
10814         (ebnf-optional-dimension, ebnf-one-or-more-dimension)
10815         (ebnf-zero-or-more-dimension, ebnf-sequence-dimension): Insert log
10816         message fun.
10817         (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
10818         (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
10819         (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
10820         (ebnf-terminal-dimension1, ebnf-alternative-dimension)
10821         (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
10822         (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
10823         (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
10824         compatibility with Emacs 20 & 21.
10825         (ebnf-eps-header-comment, ebnf-eps-footer-comment)
10826         (ebnf-eps-file-alist, ebnf-basic-width-extra)
10827         (ebnf-basic-empty-height): New vars.
10828         (ebnf-prologue): Fix PostScript code.
10829         (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
10830         (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
10831         (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
10832         (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
10834 2007-07-25  Glenn Morris  <rgm@gnu.org>
10836         * Relicense all FSF files to GPLv3 or later.
10838         * COPYING: Switch to GPLv3.
10840 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10842         * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
10843         Replace it with another one which disables undo before calling
10844         erase-buffer and then turns it back on if needed.
10846 2007-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
10848         * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
10850 2007-07-24  Glenn Morris  <rgm@gnu.org>
10852         * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
10853         (cal-tex-rules, cal-tex-buffer, cal-tex-24)
10854         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
10855         (cal-tex-cursor-week, cal-tex-cursor-week2)
10856         (cal-tex-cursor-week-iso, cal-tex-week-hours)
10857         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
10858         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
10859         (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
10861 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10863         * calendar/calendar.el (calendar-mode-map): Move initialization
10864         into declaration.  Add menu bindings (used to be done in cal-menu).
10865         (calendar-mode): Don't add an activate-menubar-hook.
10867         * calendar/cal-menu.el: Break dependency on calendar.el (i.e. do not
10868         modify calendar-mode-map), use easy-menu, and make sure that C-h k
10869         can be used on the menu entries.
10870         (cal-menu-holiday-window-suffix, cal-menu-set-date-title): New funs.
10871         (cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
10872         (cal-menu-goto-menu, cal-menu-scroll-menu): New consts.
10873         (cal-menu-context-mouse-menu, cal-menu-global-mouse-menu): New menus.
10874         (calendar-flatten, cal-menu-update): Remove.
10875         (calendar-mouse-insert-hebrew-diary-entry)
10876         (calendar-mouse-insert-islamic-diary-entry)
10877         (calendar-mouse-insert-bahai-diary-entry):
10878         Remove (fold into cal-menu-diary-menu).
10879         (calendar-mouse-2-date-menu, calendar-mouse-cal-tex-menu)
10880         (cal-tex-mouse-filofax): Remove (fold into cal-menu-context-mouse-menu).
10881         (calendar-mouse-3-map): Remove (turn into cal-menu-global-mouse-menu).
10882         (calendar-mouse-view-diary-entries): Minor simplifications.
10883         (calendar-event-to-date): Use with-current-buffer.
10885 2007-07-25  Nick Roberts  <nickrob@snap.net.nz>
10887         * add-log.el (change-log-redate): Remove (not needed anymore and
10888         doesn't appear to work).
10890 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10892         * frame.el: Use mapc and dolist instead of mapcar where possible.
10893         (close-display-connection): New command.
10895 2007-07-25  Alexandre Julliard  <julliard@winehq.org>
10897         * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
10898         (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
10900 2007-07-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10902         * ps-print.el (ps-multibyte-buffer): Docstring fix.
10904         * ps-mule.el: Doc fix.
10905         (ps-multibyte-buffer, ps-mule-font-info-database-default)
10906         (ps-mule-external-libraries, ps-mule-begin-job): Docstring fix.
10908 2007-07-25  Glenn Morris  <rgm@gnu.org>
10910         * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays)
10911         (cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start)
10912         (cal-tex-daily-end, cal-tex-hook)
10913         (cal-tex-cal-one-month, cal-tex-cal-multi-month)
10914         (cal-tex-year, cal-tex-cursor-week, cal-tex-cursor-week2)
10915         (cal-tex-cursor-week-iso, cal-tex-week-hours)
10916         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
10917         (cal-tex-cursor-day, cal-tex-insert-preamble): Doc fix.
10918         (cal-tex-day-prefix, cal-tex-day-name-format)
10919         (cal-tex-cal-one-month, cal-tex-cal-multi-month, cal-tex-myday)
10920         (cal-tex-caldate, cal-tex-LaTeX-hourbox)
10921         (cal-tex-LaTeX-subst-list): Change from variables to constants.
10922         (cal-tex-preamble, cal-tex-arg, cal-tex-nl): Simplify with `format'.
10923         (cal-tex-cursor-filofax-year, cal-tex-weekly4-box): Use \textbf,
10924         etc, rather than \bf.
10925         (cal-tex-mini-calendar): Fix typos in previous change.
10926         (cal-tex-latexify-list): Remove inner let binding.
10927         (cal-tex-end-document, cal-tex-banner): Use multi-line
10928         cal-tex-comment.
10929         (cal-tex-comment): Handle embedded newlines.
10930         (cal-tex-LaTeXify-string): Use substring-no-properties.
10932 2007-07-25  Joakim Verona  <joakim@verona.se>  (tiny change)
10934         * progmodes/compile.el (compilation-error-regexp-alist-alist):
10935         Add support for the Maden build tool.
10937 2007-07-25  William Xu  <william.xwl@gmail.com>  (tiny change)
10939         * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
10941 2007-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10943         * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
10945 2007-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
10947         * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
10948         C-x C-q.
10950         * vc-git.el (vc-git-print-log): Fix previous change.
10952 2007-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10954         * window.el (save-selected-window): Minor optimization.
10955         (bw-adjust-window): If operation failed, try with a smaller delta.
10956         (window-fixed-size-p): New function.
10957         (window-area-factor): New var.
10958         (balance-windows-area): New command.
10960         * ps-mule.el (ps-multibyte-buffer): Docstring fixes.
10961         (ps-mule-encode-ethiopic): Make it clear that it's always defined.
10962         (ps-mule-prepare-font-for-components, ps-mule-encode-header-string)
10963         (ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes.
10964         (ps-mule-begin-job): Use dolist.
10966 2007-07-24  Michael Albinus  <michael.albinus@gmx.de>
10968         * subr.el (start-file-process-shell-command)
10969         (process-file-shell-command): New defuns.
10971         * progmodes/compile.el (compilation-start):
10972         Apply `start-file-process-shell-command'.
10974 2007-07-24  Alexandre Julliard  <julliard@winehq.org>
10976         * vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix typos.
10978 2007-07-24  Alan Mackenzie  <acm@muc.de>
10980         * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
10981         Initialise byte-compile-unresolved-functions before rather than
10982         after a compilation.
10983         (byte-compile-unresolved-functions): Amplify doc string.
10985 2007-07-24  Glenn Morris  <rgm@gnu.org>
10987         * startup.el (normal-splash-screen): Use `emacs-copyright'.
10989         * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
10990         (cal-tex-rules, cal-tex-buffer, cal-tex-24)
10991         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
10992         (cal-tex-cursor-week, cal-tex-cursor-week2)
10993         (cal-tex-cursor-week-iso, cal-tex-week-hours)
10994         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
10995         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
10996         (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
10998         * calendar/cal-tex.el: Remove leading `*' from defcustom docs.
10999         (cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
11000         (cal-tex-day-name-format, cal-tex-cal-one-month)
11001         (cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
11002         (cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
11003         (cal-tex-mini-calendar, cal-tex-em): Doc fix.
11004         (cal-tex-list-holidays, cal-tex-cursor-year)
11005         (cal-tex-cursor-year-landscape, cal-tex-year)
11006         (cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
11007         (cal-tex-cursor-month, cal-tex-insert-days)
11008         (cal-tex-insert-day-names, cal-tex-insert-blank-days)
11009         (cal-tex-first-blank-p, cal-tex-cursor-week)
11010         (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
11011         (cal-tex-week-hours, cal-tex-cursor-week-monday)
11012         (cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
11013         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
11014         (cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
11015         (cal-tex-latexify-list, cal-tex-previous-month)
11016         (cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
11017         modernization, including using dotimes rather than
11018         calendar-for-loop.
11019         (cal-tex-LaTeX-subst-list): Remove `@'.
11020         (cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf):
11021         Use \textit and \textbf rather than \em and \it.
11023         * calendar/cal-bahai.el (list-bahai-diary-entries)
11024         * calendar/cal-hebrew.el (list-hebrew-diary-entries)
11025         * calendar/cal-islam.el (list-islamic-diary-entries)
11026         * calendar/calendar.el (generate-calendar, generate-calendar-month)
11027         * calendar/diary-lib.el (diary-list-entries)
11028         (mark-calendar-date-pattern): Use `dotimes' rather than
11029         `calendar-for-loop'.
11031         * calendar/calendar.el (calendar-for-loop): Doc fix.
11033 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11035         * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
11036         underlying file is uptodate.
11038 2007-07-23  Christopher J. Madsen  <cjm@cjmweb.net>
11040         * replace.el (perform-replace): Use isearch-no-upper-case-p.
11042 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11044         * vc-hooks.el (vc-mode-line-map): New const.
11045         (vc-mode-line): Use it.
11047 2007-07-23  Alexandre Julliard  <julliard@winehq.org>
11049         * vc-git.el (vc-git-delete-file, vc-git-rename-file)
11050         (vc-git-unregister): New functions.
11051         (vc-git-find-version): Use the result of ls-files as a parameter
11052         for cat-file.
11054 2007-07-23  Michael Albinus  <michael.albinus@gmx.de>
11056         * net/tramp.el (tramp-perl-file-attributes)
11057         (tramp-perl-directory-files-and-attributes)
11058         (tramp-handle-file-attributes-with-stat)
11059         (tramp-handle-directory-files-and-attributes-with-stat)
11060         (tramp-convert-file-attributes): Handle huge file sizes.
11062 2007-07-23  Juri Linkov  <juri@jurta.org>
11064         * isearch.el (isearch-message-function): New variable.
11065         (isearch-update, isearch-search): Use it.
11067         * simple.el (goto-history-element): New function created from
11068         next-history-element.
11069         (next-history-element): Most code moved to goto-history-element.
11070         Call goto-history-element with (- minibuffer-history-position n).
11071         (previous-history-element): Call goto-history-element with (+
11072         minibuffer-history-position n).
11073         (minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
11074         (minibuffer-history-isearch-message-overlay): New buffer-local variable.
11075         (minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
11076         (minibuffer-history-isearch-search, minibuffer-history-isearch-message)
11077         (minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
11078         (minibuffer-history-isearch-pop-state): New functions.
11080 2007-07-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
11082         * vc-hooks.el (vc-stay-local-p): Fix bug: Avoid remove-if-not.
11083         Also, if FILE is a list, return non-nil if any of its elements
11084         should stay local.  Update docstring.
11086 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11088         * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25
11089         change by reverting a small part.
11091 2007-07-23  Richard Stallman  <rms@gnu.org>
11093         * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
11095 2007-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
11097         * vc-git.el (vc-git-checkin): Delete unused parameter and the code
11098         handling it.  Use vc-git-command.
11099         (vc-git-find-version, vc-git-diff-tree): New functions.
11100         (vc-git-revert): Use vc-git-command.
11101         (vc-git--run-command): Delete.
11103 2007-07-23  Alexandre Julliard  <julliard@winehq.org>
11105         * vc-git.el (vc-git-workfile-unchanged-p): Update comment.
11107 2007-07-20  Kenichi Handa  <handa@m17n.org>
11109         * international/utf-8.el (utf-8-post-read-conversion):
11110         Temporarily bind utf-8-compose-scripts to nil while running
11111         *-compose-region functions.
11113 2007-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
11115         * vc-git.el: Update status.
11116         (vc-directory-exclusion-list): Use eval-after-load.
11118 2007-07-22  Nick Roberts  <nickrob@snap.net.nz>
11120         * bindings.el (mode-line-remote): New variable.
11121         (help-echo): Add to default values of mode-line-format.
11123         * files.el: Mark mode-line-remote as risky.
11125 2007-07-22  Juri Linkov  <juri@jurta.org>
11127         * isearch.el (isearch-edit-string): Save old point and
11128         isearch-other-end to old-point and old-other-end before reading
11129         the search string from minibuffer.  After exiting minibuffer set
11130         point to old-other-end if point and the search direction is the
11131         same as before reading the search string.
11132         (isearch-del-char): Don't set isearch-yank-flag to t.  Put point
11133         to isearch-other-end.  Instead of isearch-search-and-update call
11134         three functions isearch-search, isearch-push-state and isearch-update.
11136 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
11138         * vc-git.el (vc-git-register, vc-git-checkin): Use vc-git-command,
11139         deal with multiple file arguments.
11140         (vc-git-print-log): Deal with multiple file arguments.
11142 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11144         * diff-mode.el (diff-refine-ignore-spaces-hunk): Rename from
11145         diff-refine-hunk.  Adjust users.
11146         (diff-unified-hunk-p, diff-splittable-p): New functions.
11147         (diff-mode-menu): Use it to disable Split when it doesn't work.
11149 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
11151         * diff-mode.el (diff-mode-menu): New entries.
11153 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11155         * diff-mode.el (diff-unified->context): Use the new `apply' undo entry
11156         if applicable, so as to save undo-log space.
11158         * diff-mode.el (diff-find-file-name): Add arg `batch'.
11160         * diff-mode.el (diff-beginning-of-file-and-junk): New function.
11161         (diff-file-kill): Use it.
11162         (diff-beginning-of-hunk): Add arg `try-harder' using it.
11163         (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
11164         Use it so they find the hunk even when we're in the file header.
11166 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
11168         * vc-git.el (vc-git-revision-granularity, vc-git-root)
11169         (vc-git-command, vc-git-dir-state, vc-git-dired-state-info)
11170         (vc-git-create-repo): New functions.
11171         (vc-git-registered): New autoloaded function definition.
11172         (vc-git-registered): Use vc-git-root.
11173         (vc-git-responsible-p): New defalias.
11174         (vc-git-annotate-extract-revision-at-line): Uncomment.
11175         (vc-git-print-log): Add the file name to the log.
11176         (vc-git-log-view-mode): New derived mode.
11177         (vc-git-diff, vc-git-annotate-command): Use vc-git-command.
11179 2007-07-22  Michael Albinus  <michael.albinus@gmx.de>
11181         * progmodes/grep.el (grep-compute-defaults): Keep default values.
11183 2007-07-22  Ralf Angeli  <angeli@caeruleus.net>
11185         * textmodes/reftex.el (reftex-access-parse-file): Create parse
11186         file in a way that does not interfere with recentf mode.
11187         (reftex-access-parse-file): Do not risk destroying an existing
11188         buffer.
11190 2007-07-22  Alexandre Julliard  <julliard@winehq.org>
11192         * vc-git.el: New file.
11194 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11196         * textmodes/tex-mode.el (tex-font-script-display): Change default.
11198 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
11200         * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
11201         for branches and new files.
11203         * vc-hooks.el (vc-default-mode-line-string): Move mouse-face and
11204         local-map handling ...
11205         (vc-mode-line): ... here.  Improve handling of help-echo.
11207         * vc.el (mode-line-string): Document help-echo usage.
11209 2007-07-22  Michael Albinus  <michael.albinus@gmx.de>
11211         Sync with Tramp 2.1.10.
11213         * net/tramp.el (tramp-get-ls-command): Fix typo.
11215         * net/trampver.el: Update release number.
11217 2007-07-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11219         * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
11221         * term/x-win.el (x-handle-no-bitmap-icon): New function.
11223 2007-07-22  Martin Rudalics  <rudalics@gmx.at>
11225         * add-log.el (change-log-fill-parenthesized-list): New function.
11226         (change-log-indent): Call change-log-fill-parenthesized-list.
11227         (change-log-fill-paragraph): Bind fill-indent-according-to-mode to t.
11228         Have lines with leading asterisk start a paragraph.
11230 2007-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
11232         * calc/calc-math.el (math-emacs-precision)
11233         (math-largest-emacs-expt, math-smallest-emacs-expt):
11234         New variables.
11235         (math-use-emacs-fn): New function.
11236         (math-exp-raw): Evaluate with `math-use-emacs-fn', when
11237         appropriate.
11239 2007-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
11241         * image-dired.el (image-dired-sane-db-file): New func.
11242         (image-dired-write-tags, image-dired-remove-tag)
11243         (image-dired-list-tags, image-dired-write-comments)
11244         (image-dired-get-comment, image-dired-mark-tagged-files)
11245         (image-dired-create-gallery-lists): Call new func.
11246         Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
11248 2007-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
11250         * vc-hg.el (vc-hg-dir-state): Fix loop.
11251         (vc-hg-print-log): Fix expected return value for vc-hg-command.
11252         (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
11253         (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
11254         (vc-hg-revert): Likewise.
11255         (vc-hg-revision-table, vc-hg-revision-completion-table): New
11256         functions.
11258 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11260         * add-log.el (change-log-resolve-conflict): Don't lose data if the
11261         merge fails.
11263 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
11265         * progmodes/compile.el (compilation-auto-jump-to-first-error):
11266         Add group and version.
11268 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11270         * add-log.el (add-log-file-name): Use file-relative-name.
11271         (add-change-log-entry): Delay reading
11272         add-log-(full-name|mailing-address) to after we've switched to the
11273         ChangeLog buffer so we get the right value.
11274         (add-change-log-entry, add-log-current-defun, change-log-merge):
11275         Use derived-mode-p rather than checking major-mode directly.
11277         * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
11278         name for buffer-file-name if it refers to a directory.
11280         * vc-arch.el (vc-arch-diff): Fix last change.
11282         * progmodes/compile.el (compilation-start): Remember the original
11283         directory in a buffer-local compilation-directory.
11284         (compile): Set the global value of compilation-directory.
11285         (recompile): Use compilation-directory even in the compilation buffer.
11287 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
11289         * vc-hg.el (vc-hg-diff): Use vc-hg-command.
11291 2007-07-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11293         * ps-print.el: Problem with foreground and background color when
11294         printing a buffer with and without faces.  Reported by Christian
11295         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
11296         (ps-print-version): New version 6.7.5.
11297         (ps-default-fg): Change default value to nil, so black color is used
11298         when a face does not specify a foreground color.
11299         (ps-default-bg): Change default value to nil, so white color is used
11300         for background color.
11301         (ps-begin-job): Fix code.
11303 2007-07-20  Eli Zaretskii  <eliz@gnu.org>
11305         * makefile.w32-in (install-lisp-SH): Don't create subdirectories
11306         in $(INSTALL_DIR)/lisp/ if they already exist.
11308 2007-07-20  Dhruva Krishnamurthy  <dhruvakm@gmail.com>  (tiny change)
11310         * makefile.w32-in (install-lisp-CMD): Don't create subdirectories
11311         in $(INSTALL_DIR)/lisp/ if they already exist.
11313 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11315         * progmodes/vera-mode.el (vera-re-search-forward)
11316         (vera-re-search-backward): Remove use of store-match-data.
11317         (vera-mode-map): Move initialization into declaration.
11319         * progmodes/flymake.el (flymake-buildfile-dirs): Remove.
11320         (flymake-find-buildfile): Use locate-dominating-file.
11322         * vc.el (vc-delistify): Use mapconcat.
11323         (vc-do-command): Minor simplification.
11324         (vc-expand-dirs): Use push.
11326         * vc-mcvs.el (vc-mcvs-create-repo):
11327         * vc-cvs.el (vc-cvs-create-repo): Remove.
11329         * vc-hooks.el (vc-find-root): Fix case where `file' is the current
11330         directory and the root as well.
11332 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
11334         * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
11335         instead of a file.
11337         * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
11338         (vc-hg-registered): Replace if with when.
11339         (vc-hg-state): Deal with nonexistent files and handle removed files.
11340         (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
11341         (vc-hg-checkout): Re-enable.
11342         (vc-hg-create-repo): Fix typos.
11343         (vc-hg-print-log): Fix for multiple files.
11344         (vc-hg-workfile-unchanged-p): New function.
11346         * vc.el: Fix typo.
11347         (vc-print-log): Fix call to print-log.
11348         (vc-default-comment-history): Likewise.
11349         (vc-directory-exclusion-list): Add .hg and .bzr.
11350         (vc-diff-internal): Pass a list instead of a file.
11352         * vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
11354         * vc-bzr.el (vc-bzr-create-repo): New function.
11356 2007-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11358         * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
11359         `file' from which to start the search.
11361 2007-07-19  Eric S. Raymond  <esr@snark.thyrsus.com>
11363         * vc-cvs.el (vc-cvs-checkin, vc-cvs-diff): Finish transition from
11364         having a single file argument to having a list of files as the
11365         first argument.
11367 2007-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11369         * files.el (locate-dominating-file): New function.
11371 2007-07-18  Michael Albinus  <michael.albinus@gmx.de>
11373         * progmodes/grep.el (grep-host-defaults-alist): New defvar.
11374         (grep-compute-defaults): Use it.
11376 2007-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11378         * uniquify.el: Docstring fixes.
11380 2007-07-18  Eric S. Raymond  <esr@snark.thyrsus.com>
11382         * vc.el (revision-granularity, create-repo): Document new vc
11383         backend properties.
11384         (vc-rollback): Renamed from vc-cancel-version.  Update references.
11385         Pass a list instead of a file.
11386         (vc-revert): Renamed from vc-revert-buffer.  Update references.
11387         (vc-delistify, vc-expand-dirs): New functions.
11388         (vc-do-command): Rename FILE to FILE-OR-LIST and deal with a list
11389         of files instead of a single file.
11390         (vc-position-context, vc-resync-window, vc-diff-internal)
11391         (vc-print-log): Pass a list instead of a file.
11393         * vc-hooks.el (vc-stay-local-p, vc-backend)
11394         (vc-backend-subdirectory-name): Work on a file list, not a single
11395         file.
11396         (vc-workfile-version): Update docstring.
11397         (vc-menu-map): Use vc-rollback instead of vc-cancel-version and
11398         vc-revert instead of vc-revert-buffer.
11399         (vc-prefix-map): Likewise.  Bind vc-update.
11401         * vc-svn.el (vc-svn-revision-granularity, vc-svn-create-repo)
11402         (vc-svn-wash-log): New functions.
11403         (vc-svn-register, vc-svn-checkin, vc-svn-print-log)
11404         (vc-svn-command): Deal with a list of files, not a single file.
11406         * vc-rcs.el (vc-rcs-revision-granularity, vc-rcs-create-repo)
11407         (vc-rcs-wash-log): New functions.
11408         (vc-rcs-register, vc-rcs-checkin, vc-rcs-diff, vc-rcs-print-log):
11409         Deal with a list of files, not a single file.
11410         (vc-rcs-rollback): Likewise.  Rename from vc-rcs-cancel-version.
11412         * vc-sccs.el (vc-sccs-revision-granularity, vc-sccs-wash-log): New
11413         functions.
11414         (vc-sccs-register, vc-sccs-checkin, vc-sccs-diff): Deal with a
11415         list of files, not a single file.
11417         * vc-mcvs.el (vc-mcvs-revision-granularity, vc-mcvs-create-repo):
11418         New functions.
11419         (vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-print-log)
11420         (vc-mcvs-diff): Deal with a list of files, not a single file.
11422         * vc-hg.el (vc-hg-revision-granularity, vc-hg-create-repo): New
11423         functions.
11424         (vc-hg-print-log): Deal with a list of files, not a single file.
11425         (vc-hg-diff-tree): New function, replace defalias with the same
11426         name.
11427         (vc-hg-register, vc-hg-checkin, vc-hg-command): Rename FILE to
11428         FILES to denote that it is a file list, not a single file.
11430         * vc-cvs.el (vc-cvs-create-repo, vc-cvs-wash-log): New functions.
11431         (vc-cvs-register, vc-cvs-checkin): Deal with a list of files, not
11432         a single file.
11433         (vc-cvs-print-log, vc-cvs-command): Rename FILE to FILES to denote
11434         that it is a file list, not a single file.
11435         (vc-cvs-diff): Likewise.  Simplify.
11437         * vc-arch.el (vc-arch-register, vc-arch-checkin, vc-arch-diff):
11438         Deal with a list of files, not a single file.
11440         * vc-bzr.el (vc-bzr-register, vc-bzr-command, vc-bzr-checkin)
11441         (vc-bzr-print-log): Update FILE parameter name to denote that it
11442         is a file list, not a single file.
11443         (vc-bzr-diff): Likewise.  Use the car of files.
11445 2007-07-18  Juanma Barranquero  <lekktu@gmail.com>
11447         * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
11448         (follow-delete-other-windows-and-split, follow-recenter)
11449         (follow-windows-aligned-p, follow-point-visible-all-windows-p)
11450         (follow-redisplay, follow-estimate-first-window-start)
11451         (follow-xemacs-scrollbar-support, follow-intercept-process-output):
11452         Fix typos in docstrings.
11454 2007-07-18  Martin Rudalics  <rudalics@gmx.at>
11456         * add-log.el (change-log-mode): Use fill-nobreak-predicate to
11457         avoid that filling introduces lines with a single asterisk.
11459         * kmacro.el (kmacro-end-macro): When ignoring empty macro
11460         avoid incorrect kmacro-ring-empty-p messages.
11461         Reported by Michael Schierl <schierlm@gmx.de>.
11463 2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
11465         * vc.el: Add more info about the vc-registered function.
11467 2007-07-17  Michael Albinus  <michael.albinus@gmx.de>
11469         * files.el (file-remote-p): Introduce optional parameter
11470         IDENTIFICATION.
11472         * recentf.el (recentf-keep-default-predicate): Adapt call of
11473         `file-remote-p'.
11475         * progmodes/grep.el (grep-probe): Use `process-file'.
11476         (grep-compute-defaults): Handle variables host specific.
11478         * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
11479         parameter IDENTIFICATION.
11481         * net/tramp.el (tramp-handle-file-remote-p): Handle optional
11482         parameter IDENTIFICATION.
11483         (tramp-handle-set-file-times): New defun.  Replaces `tramp-touch'.
11484         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
11485         Add entry for `set-file-times'.
11486         (tramp-do-copy-or-rename-file-via-buffer)
11487         (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
11488         (tramp-handle-unhandled-file-name-directory): Rewrite.
11489         (tramp-convert-file-attributes): Add error handling when inode is
11490         extraordinary big.
11491         (tramp-get-inode): Change parameter from FILE to VEC.
11492         (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
11493         is nil.  This is according to the specification.  Goto (point-max)
11494         when ready.
11495         (tramp-handle-shell-command): Rewrite completely, using
11496         `process-file' and `start-file-process'.
11497         (tramp-methods, tramp-find-shell)
11498         (tramp-open-connection-setup-interactive-shell)
11499         (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
11500         var.  Reported by Steve Youngs <steve@sxemacs.org>.
11502         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
11503         entry for `set-file-times'.  Rename `start-process' into
11504         `start-file-process'.  Remove `call-process' entry.
11505         (tramp-fish-handle-set-file-times): New defun.
11506         (tramp-fish-handle-executable-find): Use `process-file'.
11507         (tramp-fish-handle-process-file): New defun.  Replaces
11508         `tramp-fish-handle-call-process'.
11509         (tramp-fish-do-copy-or-rename-file-directly): Use
11510         `set-file-times'.
11511         (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
11513         * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
11514         `tramp-get-inode' parameter.
11516 2007-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11518         * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
11519         (vc-bzr-post-command-function): Remove.  Version 0.8 is already old
11520         nowadays, and by the time Emacs-23 comes out, nobody will even remember
11521         it has ever existed.
11523 2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
11525         * vc.el: Undo previous change.
11527 2007-07-16  Eli Zaretskii  <eliz@gnu.org>
11529         * makefile.w32-in (clean): Don't delete *~.
11531 2007-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11533         * textmodes/tex-mode.el (tex-verbatim-environments):
11534         Add safe-local-variable property.
11535         (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
11536         when starting font-lock rather than when loading tex-mode.el.
11538         * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
11539         whole $( rather than just the $.  Rename from sh-quoted-subshell.
11540         (sh-font-lock-syntactic-keywords): Adjust call accordingly.
11542 2007-07-16  Thien-Thi Nguyen  <ttn@gnuvola.org>
11544         * bookmark.el (bookmark-maybe-sort-alist): Don't modify
11545         bookmark-alist.  Instead, if not sorting, simply return it.
11546         (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
11547         for its return value, not for its side effect.
11549         * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
11550         case of alignment under a constant symbol, find and consider
11551         the sexp actually at indentation to be the "last sexp".
11553 2007-07-16  Drew Adams  <drew.adams@oracle.com>
11555         * mouse.el (mouse-yank-secondary): Better error message if no
11556         secondary selection.
11558 2007-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
11560         * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
11562         * term/xterm.el (xterm-turn-on-modify-other-keys)
11563         (xterm-turn-off-modify-other-keys): New functions.
11564         (terminal-init-xterm): Enable the modifyOtherKeys feature if the
11565         terminal supports it.
11567 2007-07-16  Thien-Thi Nguyen  <ttn@gnuvola.org>
11569         * bookmark.el (bookmark-show-all-annotations):
11570         Make sure each inserted annotation ends with newline.
11572 2007-07-15  Richard Stallman  <rms@gnu.org>
11574         * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
11576         * tutorial.el (tutorial--find-changed-keys):
11577         Handle C-x specially like ESC.
11579 2007-07-15  Aaron Hawley  <aaronh@garden.org>
11581         * tar-mode.el (tar-get-descriptor): No error for zero-length file.
11583 2007-07-15  Juri Linkov  <juri@jurta.org>
11585         * delsel.el (delete-selection-pre-hook):
11586         * emulation/cua-base.el (cua-paste): Before a yank command,
11587         check also whether last-command is one of mouse-save-then-kill,
11588         mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
11590 2007-07-15  Michael Albinus  <michael.albinus@gmx.de>
11592         * recentf.el (recentf-keep-default-predicate): New defun.
11593         (recentf-keep): Use it as initial value.
11595 2007-07-15  Karl Fogel  <kfogel@red-bean.com>
11597         * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
11598         thus restoring bookmark bindings to three slots under C-x r.  See
11599         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
11601 2007-07-15  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
11603         * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
11605 2007-07-15  Jason Rumney  <jasonr@gnu.org>
11607         * w32-fns.el (set-default-process-coding-system): Use dos line ends
11608         for input to cmdproxy on all versions of Windows.
11609         Use dos line ends for input to plink.
11611         * comint.el (comint-simple-send): Concat newline before sending.
11612         (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
11614 2007-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11616         * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
11617         safe-local-variable setting.
11619 2007-07-14  David Kastrup  <dak@gnu.org>
11621         * emacs-lisp/advice.el (defadvice): Doc fix.
11623 2007-07-14  Juanma Barranquero  <lekktu@gmail.com>
11625         * subr.el (when, unless): Doc fix.
11627 2007-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
11629         * replace.el (match): Use yellow1 instead of yellow.
11631         * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
11632         red.
11634         * pcvs-info.el (cvs-unknown): Likewise.
11636 2007-07-13  Eli Zaretskii  <eliz@gnu.org>
11638         * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
11639         (install): Use them to copy all *.el files before *.elc.
11641 2007-07-13  Drew Adams  <drew.adams@oracle.com>
11643         * bookmark.el (bookmark-jump-other-window): New function.
11644         (bookmark-map): Bind it to "o".
11646         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
11647         and its thread contains discussion about this change.
11648         The original patch was slightly tweaked by Karl Fogel
11649         <kfogel@red-bean.com> before committing.
11651 2007-07-13  Karl Fogel  <kfogel@red-bean.com>
11653         * bookmark.el: Shorten some comments to fit within 80 lines.
11655 2007-07-13  Karl Fogel  <kfogel@red-bean.com>
11657         * bookmark.el: Don't define bookmark keys under the "C-xr" map;
11658         instead, make "C-xp" a prefix for bookmark-map.  Patch by Drew
11659         Adams <drew.adams@oracle.com>, mildly tweaked by me.  See
11660         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
11662 2007-07-13  Carsten Dominik  <dominik@science.uva.nl>
11664         * textmodes/org.el: Bug fixes.
11665         (org-end-of-line): Move to end of line if in headline without tags.
11667 2007-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11669         * vc-hooks.el: Remove spurious * in docstrings.
11670         (vc-handled-backends): Add BZR.
11672         * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
11674 2007-07-12  Davis Herring  <herring@lanl.gov>
11676         * desktop.el (desktop-buffer-info, desktop-save):
11677         Use `desktop-dirname' instead of `dirname'.
11679 2007-07-12  Paul Pogonyshev  <pogonyshev@gmx.net>
11681         * progmodes/which-func.el (which-func-modes): Add `python-mode'.
11683         * progmodes/python.el (python-which-func-length-limit): New var.
11684         (python-which-func): New function.
11685         (python-current-defun): Add optional `length-limit' and try to fit
11686         computed function name to that length.
11687         (python-mode): Hook `python-which-func' up.
11689 2007-07-12  Sean O'Rourke  <sorourke@cs.ucsd.edu>  (tiny change)
11691         * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
11693         * comint.el (comint-dynamic-complete-as-filename):
11694         Use read-file-name-completion-ignore-case.
11696 2007-07-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11698         * comint.el (comint-dynamic-list-filename-completions):
11699         Use read-file-name-completion-ignore-case.
11701         * vc-cvs.el: Require CL.
11702         (vc-cvs-revision-table, vc-cvs-revision-completion-table):
11703         New functions to provide completion of revision names.
11705         * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
11706         (vc-cvs-annotate-first-line-re): New const.
11707         (vc-cvs-annotate-process-filter): New fun.
11708         (vc-cvs-annotate-command): Use them and run the command asynchronously.
11710 2007-07-12  Paul Pogonyshev  <pogonyshev@gmx.net>
11712         * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
11713         (eldoc-print-current-symbol-info): Adjust for changed helper
11714         function signatures.
11715         (eldoc-get-fnsym-args-string): Add `args' argument.  Use new
11716         `eldoc-highlight-function-argument'.
11717         (eldoc-highlight-function-argument): New function.
11718         (eldoc-get-var-docstring): Format documentation with
11719         `font-lock-variable-name-face'.
11720         (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
11721         where suited.
11722         (eldoc-fnsym-in-current-sexp): Return a list with argument index.
11723         (eldoc-beginning-of-sexp): Return number of skipped sexps.
11725 2007-07-11  Michael Albinus  <michael.albinus@gmx.de>
11727         * progmodes/compile.el (compilation-start): `start-process' must
11728         still be redefined when calling `start-process-shell-command'.
11730         * progmodes/gud.el (gud-file-name): When `default-directory' is a
11731         remote file name, prepend its remote part to the filename.
11732         (gud-common-init): When `default-directory' is a remote file name,
11733         make the filename relative to it.
11734         Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
11736 2007-07-11  Dan Nicolaescu  <dann@ics.uci.edu>
11738         * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
11739         mouse binding and a tooltip.
11741 2007-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11743         * menu-bar.el (vc-menu-map): New defalias.
11745 2007-07-10  Richard Stallman  <rms@gnu.org>
11747         * emacs-lisp/lisp-mode.el (eval-defun):
11748         Explain special handling of `defface'.
11750 2007-07-10  Jim Meyering  <jim@meyering.net>  (tiny change)
11752         * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
11754         * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
11756 2007-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11758         * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
11760         * vc-arch.el (vc-arch-complete): Remove.
11761         (vc-arch-revision-completion-table): Use complete-with-action.
11763         * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
11764         (complete-with-action): New function.
11765         (dynamic-completion-table): Use it.
11767 2007-07-10  Michael Albinus  <michael.albinus@gmx.de>
11769         * comint.el (make-comint, make-comint-in-buffer)
11770         (comint-exec-1): Replace `start-process' by `start-file-process'.
11772         * progmodes/compile.el (compilation-start): Revert redefining
11773         `start-process'.
11775 2007-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11777         * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
11778         with EOLs when generating MD5 checksums.
11780         * follow.el: Don't change the global map from the follow-mode-map
11781         defvar, but from the toplevel.  Use easy-menu to unify the Emacs and
11782         XEmacs code.
11783         (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
11784         since `follow-mode' should be used instead for that.
11786         * emacs-lisp/easymenu.el (easy-menu-binding): New function.
11787         (easy-menu-do-define): Use it.
11788         (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
11790         * progmodes/compile.el (compilation-auto-jump-to-first-error)
11791         (compilation-auto-jump-to-next): New vars.
11792         (compilation-auto-jump): New function.
11793         (compilation-error-properties): Use them to jump to first error.
11794         (compilation-start): Set the var if requested.
11796         * emacs-lisp/autoload.el (update-directory-autoloads): Remove
11797         duplicates without also removing entries from other directories.
11799 2007-07-10  Carsten Dominik  <dominik@science.uva.nl>
11801         * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
11802         Remember span as default.
11803         (org-columns-edit-value): Rename from `org-column-edit'.
11804         (org-columns-display-here-title): Rename from
11805         `org-overlay-columns-title'.
11806         (org-columns-remove-overlays): Rename from org-remove-column-overlays.
11807         (org-columns-get-autowidth-alist): Rename from
11808         `org-get-columns-autowidth-alist'.
11809         (org-columns-display-here): Rename from `org-overlay-columns'.
11810         (org-columns-new-overlay): Rename from `org-new-column-overlay'.
11811         (org-columns-quit): Rename from `org-column-quit'.
11812         (org-columns-show-value): Rename from `org-column-show-value'.
11813         (org-columns-content, org-columns-widen)
11814         (org-columns-next-allowed-value)
11815         (org-columns-edit-allowed, org-columns-store-format)
11816         (org-columns-uncompile-format, org-columns-redo)
11817         (org-columns-edit-attributes, org-delete-property)
11818         (org-set-property, org-columns-update)
11819         (org-columns-compute, org-columns-eval)
11820         (org-columns-not-in-agenda, org-columns-compute-all)
11821         (org-property-next-allowed-value)
11822         (org-columns-compile-format)
11823         (org-fill-paragraph-experimental)
11824         (org-string-to-number, org-property-action)
11825         (org-columns-move-left, org-columns-new)
11826         (org-column-number-to-string)
11827         (org-property-previous-allowed-value)
11828         (org-at-property-p, org-columns-delete)
11829         (org-columns-previous-allowed-value)
11830         (org-columns-move-right, org-columns-narrow)
11831         (org-property-get-allowed-values)
11832         (org-verify-version, org-column-string-to-number)
11833         (org-delete-property-globally): New functions.
11834         (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
11835         (org-columns-overlays): Rename from `org-column-overlays'.
11836         (org-columns-map): Rename from `org-column-map'.
11837         (org-columns-current-maxwidths): Rename from
11838         `org-current-columns-maxwidths'.
11839         (org-columns-begin-marker, org-columns-current-fmt-compiled)
11840         (org-previous-header-line-format)
11841         (org-columns-inhibit-recalculation)
11842         (org-columns-top-level-marker): New variables.
11843         (org-columns-default-format): Rename from `org-default-columns-format'.
11844         (org-property-re): New constant.
11846 2007-07-10  Guanpeng Xu  <herberteuler@hotmail.com>
11848         * subr.el (looking-at-p, string-match-p): New functions.
11850 2007-07-09  Reiner Steib  <Reiner.Steib@gmx.de>
11852         * textmodes/tex-mode.el (tex-fontify-script)
11853         (tex-font-script-display): New variables to make display of
11854         superscripts and subscripts customizable.
11855         (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
11857 2007-07-09  Richard Stallman  <rms@gnu.org>
11859         * isearch.el (isearch-edit-string): Call to isearch-push-state
11860         after the search.
11862 2007-07-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11864         * window.el (fit-window-to-buffer): Remove setting of window-min-height
11865         to 1 as enlarge-window uses the value to resize/shrink windows other
11866         than WINDOW if needed.
11868 2007-07-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11870         * cus-start.el (file-coding-system-alist): Fix custom type.
11872 2007-07-08  Chong Yidong  <cyd@stupidchicken.com>
11874         * longlines.el (longlines-wrap-region): Avoid marking buffer as
11875         modified.
11876         (longlines-auto-wrap, longlines-window-change-function):
11877         Remove unnecessary calls to set-buffer-modified-p.
11879 2007-07-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11881         * cus-start.el (file-coding-system-alist): Fix custom type.
11883 2007-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11885         * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
11886         (vc-cvs-checkout): Remove last arg now unused; simplify.
11888 2007-07-08  Michael Albinus  <michael.albinus@gmx.de>
11890         * files.el (file-remote-p): Introduce optional parameter CONNECTED.
11892         * net/tramp.el:
11893         * net/tramp-ftp.el:
11894         * net/tramp-smb.el:
11895         * net/tramp-uu.el:
11896         * net/trampver.el: Migrate to Tramp 2.1.
11898         * net/tramp-cache.el:
11899         * net/tramp-fish.el:
11900         * net/tramp-gw.el: New Tramp packages.
11902         * net/tramp-util.el:
11903         * net/tramp-vc.el: Removed.
11905         * net/ange-ftp.el: Add ange-ftp property to 'start-file-process.
11906         (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
11908         * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
11910         * progmodes/compile.el (compilation-start): Redefine
11911         `start-process' temporarily when `default-directory' is remote.
11912         Remove case of synchronous compilation, this won't happen ever.
11913         (compilation-setup): Make local variable `comint-file-name-prefix'
11914         for remote compilation.
11916 2007-07-08  Martin Rudalics  <rudalics@gmx.at>
11918         * novice.el (disabled-command-function): Fit window to buffer to
11919         make last line visible.
11920         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
11922         * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
11923         when handling the terminating event.
11925 2007-07-07  Jay Belanger  <jay.p.belanger@gmail.com>
11927         * calc/calc.el (math-read-number-simple): Remove leading 0s.
11928         (math-bignum-digit-length): Change to optimal value.
11930         * calc/calc-bin.el (math-bignum-logb-digit-size)
11931         (math-bignum-digit-power-of-two): Evaluate when compiled.
11933         * calc/calc-comb.el (math-small-factorial-table)
11934         (math-init-random-base, math-prime-test): Remove unnecessary calls
11935         to `math-read-number-simple'.
11937         * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
11938         (math-approx-gamma-const): Add docstrings.
11940         * calc/calc-forms.el (math-julian-date-beginning)
11941         (math-julian-date-beginning-int): New constants.
11942         (math-format-date-part, math-parse-standard-date, calcFunc-julian):
11943         Use the new constants.
11945         * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
11947         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
11948         Add docstrings.
11950 2007-07-07  Tom Tromey  <tromey@redhat.com>
11952         * vc.el (vc-annotate): Jump to line and output message only after the
11953         process is really all done.
11955 2007-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11957         * vc.el (vc-exec-after): Don't move point from the sentinel.
11958         Forcefully read all the remaining text in the pipe upon process exit.
11959         (vc-annotate-display-autoscale, vc-annotate-lines):
11960         Don't stop at the first unrecognized line.
11961         (vc-annotate-display-select): Run autoscale after the process is done
11962         since it depends on the whole result.
11964 2007-07-07  Eli Zaretskii  <eliz@gnu.org>
11966         * term/w32-win.el (menu-bar-open): New function.
11967         Bind <f10> to it.
11969 2007-07-07  Michael Albinus  <michael.albinus@gmx.de>
11971         * simple.el (start-file-process): New defun.
11973 2007-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11975         * files.el (find-file-confirm-nonexistent-file): Rename from
11976         find-file-confirm-inexistent-file.  Update users.
11978         * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
11979         format of autoload block where the file's time-stamp is replaced by its
11980         MD5 checksum.
11981         (autoload-generate-file-autoloads): Use MD5 checksum instead of
11982         time-stamp for secondary autoloads files.
11983         (update-directory-autoloads): Remove duplicate entries.
11984         Use time-less-p for time-stamps, as done in autoload-find-destination.
11986 2007-07-07  Jay Belanger  <jay.p.belanger@gmail.com>
11988         * calc/calc.el (math-read-number): Replace number by variable.
11989         (math-read-number-simple): Properly parse small integers.
11991 2007-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
11993         * vc.el: Fix doc for the checkout function.
11995 2007-07-06  Dan Nicolaescu  <dann@ics.uci.edu>
11997         * vc-hg.el (vc-hg-root): New function.
11998         (vc-hg-registered): Use it.
11999         (vc-hg-diff-tree): New defalias.
12000         (vc-hg-responsible-p): Likewise.
12001         (vc-hg-checkout): Comment out, not needed.
12002         (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
12003         (vc-hg-find-version, vc-hg-next-version): New functions.
12005 2007-07-06  Andreas Schwab  <schwab@suse.de>
12007         * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
12008         dynamic bindings around the evaluation of the expression.
12009         Reported by Jay Belanger <jay.p.belanger@gmail.com>.
12011 2007-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12013         * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
12014         Run before-revert-hook.  Suggested by Denis Bueno <denbuen@sandia.gov>.
12015         Use run-hooks rather than run-mode-hooks.
12017 2007-07-05  Jay Belanger  <jay.p.belanger@gmail.com>
12019         * calc/calc-comb.el (math-random-digit): Rename to
12020         `math-random-three-digit-number'.
12021         (math-random-digits): Don't depend on representation of integer.
12023         * calc/calc-bin.el (math-bignum-logb-digit-size)
12024         (math-bignum-digit-power-of-two): New constants.
12025         (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
12026         (math-not-bignum, math-clip-bignum): Use the constants
12027         `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
12028         instead of their values.
12029         (math-clip): Use math-small-integer-size instead of its value.
12031         * calc/calc.el (math-add-bignum): Replace number by constant.
12033 2007-07-05  Chong Yidong  <cyd@stupidchicken.com>
12035         * wid-edit.el (widget-documentation-string-value-create):
12036         Insert indentation spaces.
12038 2007-07-05  Thien-Thi Nguyen  <ttn@gnuvola.org>
12040         * emacs-lisp/byte-opt.el: Revert last change.
12042 2007-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
12044         * vc-hooks.el (vc-handled-backends): Add HG.
12046         * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
12048 2007-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12050         * complete.el (PC-do-complete-and-exit): Add support for the new
12051         `confirm-only' confirmation mode.
12053 2007-07-05  Chong Yidong  <cyd@stupidchicken.com>
12055         * cus-edit.el (custom-commands): New variable.
12056         (custom-tool-bar-map): New variable.  Initialize using
12057         `custom-commands'.
12058         (custom-mode): Use `custom-tool-bar-map'.
12059         (custom-buffer-create-internal): Insert action buttons only if
12060         tool bar is not used.  Use `custom-commands'.
12061         (Custom-help, custom-command-apply): New function.
12062         (custom-command-apply, Custom-set, Custom-save)
12063         (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
12064         Use `custom-command-apply' instead of duplicating code.
12065         (customize-group-other-window): Call `customize-group' instead of
12066         duplicating code.
12067         (customize-face-other-window): Call `customize-face' instead of
12068         duplicating code.
12069         (customize-group, customize-face): Add optional args for opening
12070         in another window.
12071         (custom-variable-tag): Don't inherit `variable-pitch' face.
12072         (custom-group-tag): Inherit `variable-pitch' face.
12073         (custom-variable-value-create): Set documentation indentation.
12074         (custom-group-value-create): Make group name a link, instead of
12075         using an extra "go to group" button.
12076         (custom-prompt-variable, custom-group-set, custom-group-save)
12077         (custom-group-reset-current, custom-group-reset-saved)
12078         (custom-group-reset-standard): Minor cleanup.
12080 2007-07-05  Thien-Thi Nguyen  <ttn@gnuvola.org>
12082         * Makefile.in (bootstrap-prepare): When copying from
12083         ldefs-boot.el, make sure loaddefs.el is writeable.
12085         (bootstrap-prepare): Make $(lisp)/ps-print.el
12086         and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
12088 2007-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
12090         * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
12091         only caller, and delete.
12092         (vc-hg-state): Deal with exceptions and only parse the output on
12093         successful return.
12094         (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
12095         caller, and delete.
12096         (vc-hg-workfile-version): Deal with exceptions and only parse the
12097         output on successful return.
12098         (vc-hg-revert): New function.
12100 2007-07-04  Jay Belanger  <jay.p.belanger@gmail.com>
12102         * calculator.el (calculator-expt): Use more cases to determine
12103         the value.
12105 2007-07-03  Dan Nicolaescu  <dann@ics.uci.edu>
12107         * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
12108         file names.
12110 2007-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
12112         * calculator.el (calculator-expt, calculator-integer-p):
12113         New functions.
12114         (calculator-fact): Check to see if the factorial will be too
12115         large before computing it.
12116         (calculator-initial-operators): Use `calculator-expt' to
12117         compute "^".
12118         (calculator-mode): Mention that results which are too large
12119         will return inf.
12120         * calc/calc-comb.el (math-small-factorial-table): Replace list
12121         by vector.
12123 2007-07-03  David Kastrup  <dak@gnu.org>
12125         * shell.el: On request of the authors, remove their addresses for
12126         the sake of bug reports, and add the developer list address as
12127         maintainer information.
12129 2007-07-03  Richard Stallman  <rms@gnu.org>
12131         * files.el (make-directory): Doc fix.
12132         (find-file-confirm-inexistent-file): Make it a defcustom.
12133         Make nil the default.
12135 2007-07-02  Richard Stallman  <rms@gnu.org>
12137         * startup.el (command-line): Set buffer-offer-save in *scratch*
12138         and enable auto-save in it.
12140 2007-07-02  Carsten Dominik  <dominik@science.uva.nl>
12142         * textmodes/org.el (orgstruct-mode-map): New variable.
12143         (orgstruct-mode): New minor mode.
12144         (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
12145         (orgstruct-make-binding, org-context-p, org-get-local-variables)
12146         (org-run-like-in-org-mode): New functions.
12147         (org-cycle-list-bullet): New command.
12148         (org-special-properties, org-property-start-re)
12149         (org-property-end-re): New constants.
12150         (org-with-point-at): New macro.
12151         (org-get-property-block, org-entry-properties, org-entry-get)
12152         (org-entry-delete, org-entry-get-with-inheritance)
12153         (org-entry-put, org-buffer-property-keys): New functions.
12154         (org-insert-property-drawer): New command.
12155         (org-entry-property-inherited-from): New variable.
12156         (org-column): New face.
12157         (org-column-overlays, org-current-columns-fmt)
12158         (org-current-columns-maxwidths, org-column-map): New variables.
12159         (org-column-menu): New menu.
12160         (org-new-column-overlay, org-overlay-columns)
12161         (org-overlay-columns-title, org-remove-column-overlays)
12162         (org-column-show-value, org-column-quit, org-column-edit):
12163         New functions.
12164         (org-columns, org-agenda-columns): New commands.
12165         (org-get-columns-autowidth-alist): New functions.
12166         (org-properties): New customize group.
12167         (org-default-columns-format): New option.
12168         (org-priority): Realign tags after changing priority.
12169         (org-preserve-lc): New macro.
12170         (org-update-checkbox-count): Catch case when there is no headline.
12171         (org-agenda-quit): Remove any column overlays.
12172         (org-beginning-of-item-list): Fixed bug when non-item line is
12173         indented too deep.
12174         (org-cached-props): New variable.
12175         (org-cached-entry-get): New function.
12176         (org-make-tags-matcher): Handle property matches.
12177         (org-table-recalculate): Swap evaluation order: Field formula
12178         first, then column formulas, but don't allow them to overwrite the
12179         field formulas.
12180         (org-table-eval-formula): New argument untouchable.
12181         (org-table-put-field-property): New function.
12183 2007-07-02  Martin Rudalics  <rudalics@gmx.at>
12185         * help-mode.el (help-make-xrefs): Skip spaces too when
12186         skipping tabs.
12188         * ffap.el (dired-at-point-prompter): Improve prompt in
12189         list-directory case.
12191 2007-07-01  Richard Stallman  <rms@gnu.org>
12193         * files.el (find-file-visit-truename): Fix safe-local-variable value.
12195 2007-07-01  Richard Stallman  <rms@gnu.org>
12197         * cus-start.el (max-mini-window-height): Added.
12199 2007-07-01  Sean O'Rourke  <sorourke@cs.ucsd.edu>  (tiny change)
12201         * complete.el (partial-completion-mode): Remove advice of
12202         read-file-name-internal.
12203         (PC-do-completion): Rebind minibuffer-completion-table.
12204         (PC-read-file-name-internal): New function doing what
12205         read-file-name-internal advice did.
12207 2007-07-01  Paul Pogonyshev  <pogonyshev@gmx.net>
12209         * emacs-lisp/byte-opt.el: Set `binding-is-magic'
12210         property on a few symbols.
12211         (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
12212         (byte-optimize-lapcode): Remove bindings that are not referenced
12213         and certainly will not effect through dynamic scoping.
12215 2007-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12217         * files.el (find-file-confirm-inexistent-file): New var.
12218         (find-file, find-file-other-window, find-file-other-frame)
12219         (find-file-read-only, find-file-read-only-other-window)
12220         (find-file-read-only-other-frame): Use it.
12222 2007-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12224         * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
12226 2007-06-29  Juanma Barranquero  <lekktu@gmail.com>
12228         * generic-x.el (generic-define-mswindows-modes)
12229         (generic-define-unix-modes, apache-log-generic-mode)
12230         (bat-generic-mode-keymap, java-manifest-generic-mode)
12231         (show-tabs-generic-mode): Fix typos in docstrings.
12233 2007-06-29  Ryan Yeske  <rcyeske@gmail.com>
12235         * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
12236         (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
12237         (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
12238         (rcirc-print): Never ignore messages from ourself.
12240 2007-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12242         * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
12243         syntax as well.  Reported by Juri Linkov <juri@jurta.org>.
12245 2007-06-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12247         * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
12248         replace-regexp-in-string.
12250 2007-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12252         * emacs-lisp/cl.el: Set edebug and indentation before loading
12253         cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
12255 2007-06-28  Andreas Schwab  <schwab@suse.de>
12257         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
12258         $(lisp)/subdirs.el.
12260 2007-06-28  Juanma Barranquero  <lekktu@gmail.com>
12262         * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
12263         the speedbar frame if nil; that deletes the current frame or
12264         causes an error if it is the only frame.
12265         Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
12267 2007-06-28  Kevin Ryde  <user42@zip.com.au>
12269         * textmodes/nroff-mode.el: Groff \# comments.
12270         (nroff-mode-syntax-table): \# comment intro,
12271         plain # as punct per global table.
12272         (nroff-font-lock-keywords): Add # as a single char escape.
12273         (nroff-mode): In comment-start-skip, match \#.
12275 2007-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12277         * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
12278         (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
12279         point-min == 1.
12281 2007-06-28  Nick Roberts  <nickrob@snap.net.nz>
12283         * pcvs-util.el (cvs-strings->string, cvs-string->strings):
12284         Rename and move to...
12286         * subr.el (strings->string, string->strings): ...here.
12288         * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
12289         (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
12291         * progmodes/gud.el (gud-common-init): Call string->strings instead
12292         of split-string.
12294 2007-06-27  Michael Albinus  <michael.albinus@gmx.de>
12296         * dired-aux.el: Remove `dired-call-process'.
12297         (dired-check-process): Call `process-file'.
12299         * wdired.el (wdired-do-perm-changes): Call `process-file'.
12301         * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
12302         `ange-ftp-process-file'.
12304 2007-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12306         * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
12308         * emacs-lisp/cl-extra.el:
12309         * emacs-lisp/cl-seq.el:
12310         * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
12311         Add autoload cookies on all defs autoloaded manually in cl.el.
12313         * emacs-lisp/cl-loaddefs.el: New file.
12315         * textmodes/texinfmt.el (texinfo-raisesections-alist)
12316         (texinfo-lowersections-alist): Merge definition and declaration.
12317         (texinfo-start-of-header, texinfo-end-of-header): Remove.
12318         (texinfo-format-syntax-table): Merge init into declaration.
12319         (texinfo-format-parse-line-args, texinfo-format-parse-args)
12320         (texinfo-format-parse-defun-args, texinfo-format-node)
12321         (texinfo-push-stack, texinfo-multitable-widths)
12322         (texinfo-define-info-enclosure, texinfo-alias)
12323         (texinfo-format-defindex, batch-texinfo-format): Use push.
12324         (texinfo-footnote-number): Remove duplicate declaration.
12326         * ps-print.el: Update with auto-generated autoloads.
12328         * ps-mule.el: Set generated-autoload-file to "ps-print.el".
12330 2007-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12332         * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
12333         relative to current dir for file-local settings.
12334         (autoload-generate-file-autoloads): Add `outfile' arg.
12335         (update-directory-autoloads): Use it to directly call
12336         autoload-generate-file-autoloads instead of going through
12337         update-file-autoloads so we avoid redundant searches and so we can know
12338         the set of buffers changed so we can save them all.
12340         * emacs-lisp/autoload.el (autoload-find-destination): Return nil
12341         rather than throwing `up-to-date'.
12342         (autoload-generate-file-autoloads): Adjust correspondingly.
12343         (update-file-autoloads): Be careful to let-bind
12344         autoload-modified-buffers and adjust to new calling conventions.
12345         (autoload-modified-buffers): Make it a dynamically scoped var.
12346         (update-directory-autoloads): Use file-relative-name instead of
12347         autoload-trim-file-name.
12348         (autoload-insert-section-header): Don't use autoload-trim-file-name
12349         since the file is already relative now.
12350         (autoload-trim-file-name): Remove.
12352         * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
12353         (vc-arch-complete, vc-arch--version-completion-table)
12354         (vc-arch-revision-completion-table): New functions to provide
12355         completion of revision names.
12356         (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
12357         (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
12358         to let the user trim the revlib.
12360         * vc.el: Add new VC operation `revision-completion-table'.
12361         (vc-default-revision-completion-table): New function.
12362         (vc-version-diff, vc-version-other-window): Use it to provide
12363         completion of revision names if the backend provides it.
12365         * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
12367         * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
12368         of newer .svn/entries.
12370 2007-06-25  David Kastrup  <dak@gnu.org>
12372         * calc/calc-poly.el (math-padded-polynomial)
12373         (math-partial-fractions): Add some function comments.
12375 2007-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12377         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
12378         Make `outbuf' optional.
12379         (update-file-autoloads): Use it.
12381 2007-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12383         * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
12384         (autoload-find-destination): Keep it uptodate.
12385         (autoload-save-buffers): New fun.
12386         (update-file-autoloads): Use it.  Re-add the "up to date" message.
12388         * emacs-lisp/autoload.el: Refactor for upcoming changes.
12389         (autoload-find-destination): New function extracted from
12390         update-file-autoloads.
12391         (update-file-autoloads): Use it.
12392         (autoload-generate-file-autoloads): New function extracted from
12393         generate-file-autoloads.  Use file-relative-name.  Delay computation of
12394         output-start to the first cookie.  Remove done-any, replaced by
12395         output-start.
12396         (generate-file-autoloads): Use it.
12398 2007-06-24  Jay Belanger  <jay.p.belanger@gmail.com>
12400         * calc/calc-comb.el (math-init-random-base, math-prime-test):
12401         Use math-read-number-simple to insert constants.
12402         (math-prime-test): Redo calculation of sum.
12404         * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
12406         * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
12407         math-scale-bignum-3.
12408         (math-isqrt-bignum): Use math-scale-bignum-digit-size and
12409         math-bignum-digit-size.
12410         (math-isqrt-small): Add another possible initial guess.
12412 2007-06-23  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12414         * textmodes/bibtex.el (bibtex-entry-format): New options
12415         `whitespace', `braces', and `string'.
12416         (bibtex-field-braces-alist, bibtex-field-strings-alist)
12417         (bibtex-field-braces-opt, bibtex-field-strings-opt)
12418         (bibtex-cite-matcher-alist): New variables.
12419         (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
12420         (bibtex-flash-head): Use blink-matching-delay.
12421         (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
12422         (bibtex-format-entry, bibtex-reformat): Handle new options of
12423         bibtex-entry-format.
12424         (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
12425         New functions.
12426         (bibtex-complete-internal): Do not display messages while
12427         minibuffer is used.  Do not leave around a completions buffer
12428         that is out of date.
12429         (bibtex-copy-summary-as-kill): New optional arg.
12430         (bibtex-font-lock-url): New optional arg no-button.
12431         (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
12432         (bibtex-url): Allow multiple URLs per entry.
12434 2007-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12436         * emacs-lisp/autoload.el (autoload-generated-file): New function.
12437         (update-file-autoloads, update-directory-autoloads): Use it.
12438         (autoload-file-load-name): New function.
12439         (generate-file-autoloads, update-file-autoloads): Use it.
12440         (autoload-find-file): Accept non-absolute argument.  Set default-dir.
12441         (generate-file-autoloads): If the autoloaded form is malformed,
12442         indicate the problem with a warning instead of aborting.
12444 2007-06-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
12446         * simple.el (next-error-recenter): Accept `(4)' as well;
12447         also, specify `integer' instead of `number'.
12449 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
12451         * ls-lisp.el (insert-directory): If an invalid regexp error is
12452         thrown, try using FILE as a literal file name, not a wildcard.
12454 2007-06-23  Juanma Barranquero  <lekktu@gmail.com>
12456         * ruler-mode.el (ruler-mode): Prevent clobbering the original
12457         `header-line-format' when reentering ruler mode.
12459 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
12461         * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
12462         FILE exists as a file.
12464 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
12466         * calc/calc.el (math-bignum-digit-length)
12467         (math-bignum-digit-size, math-small-integer-size):
12468         New constants.
12469         (math-normalize, math-bignum-big, math-make-float)
12470         (math-div10-bignum, math-scale-left, math-scale-left-bignum)
12471         (math-scale-right, math-scale-right-bignum, math-scale-rounding)
12472         (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
12473         (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
12474         (math-quotient, math-div-bignum, math-div-bignum-digit)
12475         (math-div-bignum-part, math-format-bignum-decimal)
12476         (math-read-bignum): Use math-bignum-digit-length,
12477         math-bignum-digit-size and math-small-integer-size.
12479         * calc/calc-ext.el (math-fixnum-big): Use the variable
12480         math-bignum-digit-size.
12482 2007-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
12484         * log-view.el (log-view-mode-menu): New menu.
12486 2007-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12488         * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
12489         differently.
12491         * vc-hg.el (vc-hg-registered): Add an autoloaded version.
12492         (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
12494 2007-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
12496         * vc-hg.el (vc-hg-print-log): Insert the file name.
12497         (vc-hg-log-view-mode): Fontify the file name.
12499 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
12501         * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
12502         (calcFunc-julian): Fix incorrect number used in calculations.
12504 2007-06-22  Thien-Thi Nguyen  <ttn@gnuvola.org>
12506         * simple.el (next-error-recenter): New defcustom.
12507         (next-error, next-error-internal): Recenter if specified,
12508         immediately prior to running `next-error-hook'.
12510         * progmodes/hideshow.el (hs-show-block): Use line-end-position.
12511         (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
12513         * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
12515 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
12517         * calc/calc-comb.el (math-small-factorial-table): New variable.
12518         (calcFunc-fact): Use `math-small-factorial-table'.
12520         * calc/calc-ext.el (math-defcache): Allow forms to evaluate
12521         initial values.
12522         (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
12523         New variables to use in caches.
12525         * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
12526         (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
12528         * calc/calc-func.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
12529         (math-bernoulli-b-cache): Use math-read-number-simple to insert
12530         bignums.
12532         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
12533         New variables to use in caches.
12535 2007-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
12537         * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
12539         * vc-hg.el (vc-hg-log-view-mode): New mode.
12541 2007-06-21  Jay Belanger  <jay.p.belanger@gmail.com>
12543         * calc/calc.el (math-read-number-simple): New function.
12545 2007-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12547         * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
12548         (vera-font-lock-match-item): Fix doc string.
12549         (vera-in-comment-p): Remove unused function.
12550         (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
12551         use `syntax-ppss'.
12552         (vera-forward-syntactic-ws): Fix argument order.
12553         (vera-prepare-search): Use `with-syntax-table'.
12554         (vera-indent-line): Fix doc string.
12555         (vera-electric-tab): Fix doc string.
12556         (vera-expand-abbrev): Define alias instead of using `fset'.
12557         (vera-comment-uncomment-region): Use `comment-start-skip'.
12559 2007-06-21  Carsten Dominik  <dominik@science.uva.nl>
12561         * textmodes/org.el (org-export-with-footnotes): New option.
12562         (org-export-as-html): Fix replacement bug for XEmacs.
12563         (org-agenda-default-appointment-duration): New option.
12565 2007-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
12567         * vc-hg.el: Add to do items.
12568         (vc-hg-diff): Add support for comparing different revisions.
12569         (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
12570         (vc-hg-annotate-extract-revision-at-line)
12571         (vc-hg-previous-version, vc-hg-checkin): New functions.
12572         (vc-hg-annotate-re): New constant.
12574 2007-06-20  Jay Belanger  <jay.p.belanger@gmail.com>
12576         * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
12578 2007-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12580         * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
12581         buffer-local value of log-view-*-re if applicable.
12583         * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
12584         Use vc-bzr-command rather than the ill defined vc-bzr-command*.
12585         (vc-bzr-command*): Remove both (incompatible) versions.
12586         (vc-bzr-do-command*): Remove.
12587         (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
12588         Remove by folding into its only caller vc-bzr-command.
12589         (vc-bzr-command): Always set the environment, even when ineffective.
12590         (vc-bzr-version): Minor fix up.
12591         (vc-bzr-admin-dirname): New var.
12592         (vc-bzr-bzr-dir): Remove.
12593         (vc-bzr-root-dir): New fun.
12594         (vc-bzr-registered): Use it.  Add an autoloaded version.
12595         (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
12596         (vc-bzr-view-log-function): Remove.
12597         (vc-bzr-log-view-mode): New major mode to replace it.
12598         (vc-bzr-print-log): Only activate the old hack if needed.
12600         * vc.el (vc-default-log-view-mode): New function.
12601         (vc-print-log): Add new `log-view-mode' VC operation.
12603 2007-06-20  Juanma Barranquero  <lekktu@gmail.com>
12605         * ido.el (ido-find-file-in-dir): Don't signal an error for
12606         empty directories.
12608         * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
12610         * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
12611         directory where the desktop file was found, as the docstring says.
12612         (desktop-kill): Use `read-directory-name'.
12614 2007-06-20  Alan Mackenzie  <acm@muc.de>
12616         * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
12617         When removing lines, also remove the \n.  Correction of patch of
12618         2007-04-21.
12620 2007-06-20  Martin Rudalics  <rudalics@gmx.at>
12622         * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
12623         event is not a cons cell.  Do not unread drag-mouse-1 events.
12624         Select right window in check whether space was stolen from
12625         window above.
12627         * help-mode.el (help-make-xrefs): Adjust position of new forward
12628         button.
12630 2007-06-20  Riccardo Murri  <riccardo.murri@gmail.com>
12632         * vc-bzr.el (vc-bzr-with-process-environment)
12633         (vc-bzr-std-process-invocation): New macros.
12634         (vc-bzr-command, vc-bzr-command*): Use them.
12635         (vc-bzr-with-c-locale): Remove.
12636         (vc-bzr-dir-state): Replace its use with vc-bzr-command.
12637         (vc-bzr-buffer-nonblank-p): New function.
12638         (vc-bzr-state-words): New const.
12639         (vc-bzr-state): Look for `bzr status' keywords in output.
12640         Display everything else as a warning message to the user.
12641         Fix status report with bzr >= 0.15.
12643 2007-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
12645         * vc-hg.el (vc-hg-global-switches): Simplify.
12646         (vc-hg-state): Handle more states.
12647         (vc-hg-diff): Fix doc-string.
12648         (vc-hg-register): New function.
12649         (vc-hg-checkout): Likewise.
12651 2007-06-20  Reto Zimmermann  <reto@gnu.org>
12653         * progmodes/vera-mode.el: New file.
12655 2007-06-19  Jay Belanger  <jay.p.belanger@gmail.com>
12657         * calc/calc.el (calc-multiplication-has-precendence):
12658         New variable.
12659         (math-standard-ops, math-standard-ops-p, math-expr-ops):
12660         New functions.
12661         (math-expr-opers): Define using math-standard-ops rather than
12662         math-standard-opers.
12663         * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
12664         equal the function math-standard-ops rather than the variable
12665         math-standard-opers.
12666         (calc-algebraic-entry): Let math-expr-opers equal
12667         math-standard-ops or math-expr-ops, as appropriate.
12668         (math-expr-read-level, math-read-factor): Let math-expr-opers
12669         equal math-expr-ops.
12670         * calc/calc-embed.el (calc-embedded-finish-edit):
12671         Let math-expr-opers equal the function math-standard-ops
12672         rather than the variable math-standard-opers.
12673         * calc/calc-ext.el (math-read-plain-expr)
12674         (math-format-flat-expr-fancy): Let math-expr-opers equal the
12675         function math-standard-ops rather than the variable
12676         math-standard-opers.
12677         * calc/calc-lang.el (calc-set-language, math-read-big-rec):
12678         Let math-expr-opers equal the function math-standard-ops rather
12679         than the variable math-standard-opers.
12680         * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
12681         equal the function math-standard-ops rather than the variable
12682         math-standard-opers.
12683         * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
12684         equal the function math-standard-ops rather than the variable
12685         math-standard-opers.
12686         * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
12687         math-expr-ops.
12689 2007-06-19  Ivan Kanis  <apple@kanis.eu>
12691         * vc-hg.el: New file.
12693 2007-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12695         * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
12696         with font-lock-multiline.
12698 2007-06-17  Glenn Morris  <rgm@gnu.org>
12700         * lpr.el (lpr-page-header-switches): Move %s to separate element
12701         for correct quoting.  Doc fix.
12703 2007-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12705         * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
12706         than setting sgml-xml-mode.
12707         (sgml-mode, html-mode): Set sgml-xml-mode.
12708         (sgml-skip-tag-backward): Tell if we skipped over matched tags.
12709         (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
12710         (sgml-electric-tag-pair-before-change-function)
12711         (sgml-electric-tag-pair-flush-overlays): New functions.
12712         (sgml-electric-tag-pair-mode): New minor mode.
12713         (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
12714         (sgml-calculate-indent): Use assoc-string.
12716 2007-06-16  Karl Fogel  <kfogel@red-bean.com>
12718         * thingatpt.el (thing-at-point-email-regexp): Don't require two
12719         chars before the "@" in an email address.  Andreas Roehler noticed
12720         this problem.
12722 2007-06-15  Karl Fogel  <kfogel@red-bean.com>
12724         * thingatpt.el: Add support for email addresses (`email').
12725         (thing-at-point, bounds-of-thing-at-point): Document `email' support.
12726         (thing-at-point-email-regexp): New variable.
12727         (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
12728         properties on this symbol, with lambda forms for values.
12730 2007-06-15  Masatake YAMATO  <jet@gyve.org>
12732         * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
12734         * vc.el (vc-dired-hook): Check the backend returned from
12735         `vc-responsible-backend' can really handle `subdir'.
12737 2007-06-15  Chong Yidong  <cyd@stupidchicken.com>
12739         * wid-edit.el (widget-add-documentation-string-button):
12740         Fix handling of documentation indent.
12742 2007-06-15  Miles Bader  <miles@fencepost.gnu.org>
12744         * mb-depth.el: New file.
12746 2007-06-15  Masatake YAMATO  <jet@gyve.org>
12748         * vc.el (vc-dired-mode): Show backend name as part of mode name.
12750 2007-06-14  Chong Yidong  <cyd@stupidchicken.com>
12752         * wid-edit.el (widget-default-create): Move ?h handling here...
12753         (widget-default-format-handler): ...from here.
12754         (widget-docstring, widget-add-documentation-string-button): New funs.
12755         (documentation-string): Add :visibility-widget property.
12756         (widget-documentation-string-value-create): Use it.
12758         * cus-edit.el (custom-split-regexp-maybe): Simplify.
12759         (custom-buffer-create-internal): Simplify message.
12760         (custom-variable-tag): Reduce height to normal.
12761         (custom-variable-value-create, custom-face-value-create)
12762         (custom-visibility): New widget.
12763         (custom-visibility): New face.
12764         (custom-group-value-create):
12765         Call widget-add-documentation-string-button, using `custom-visibility'.
12767 2007-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12769         * emacs-lisp/bytecomp.el (byte-compile-current-group)
12770         (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
12771         change.  Apparently the "warning even if the group is implicit" is
12772         a feature rather than a bug.
12774 2007-06-14  Michael Kifer  <kifer@cs.stonybrook.edu>
12776         * emulation/viper.el (viper-describe-key-ad)
12777         (viper-describe-key-briefly-ad): Different advices for Emacs and XEmacs.
12778         Compile them conditionally.
12779         (viper-version): Belated version change.
12781 2007-06-14  Juanma Barranquero  <lekktu@gmail.com>
12783         * follow.el (follow-all-followers, follow-generic-filter):
12784         * pcomplete.el (pcomplete-restore-windows):
12785         * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
12786         (x-dnd-drop-data):
12787         * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
12788         * progmodes/python.el (python-complete-symbol):
12789         * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
12791 2007-06-13  Ryan Yeske  <rcyeske@gmail.com>
12793         * net/rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
12794         around bright and dim regexps.  Make sure bright and dim matches
12795         use word anchors.  Send text through rcirc-markup functions.
12796         (rcirc-url-regexp): Add single quote character.
12797         (rcirc-connect): Write logs to disk on auto-save-hook.
12798         Make server a non-optional argument.
12799         (rcirc-log-alist): New variable.
12800         (rcirc-log-directory): Make customizable.
12801         (rcirc-log-flag): New customizable variable.
12802         (rcirc-log): New function.
12803         (rcirc-print): Use above function.
12804         (rcirc-log-write): New function.
12805         (rcirc-generate-new-buffer-name): Strip text properties.
12806         (rcirc-switch-to-buffer-function): Remove variable.
12807         (rcirc-last-non-irc-buffer): Remove variable.
12808         (rcirc-non-irc-buffer): Add function.
12809         (rcirc-next-active-buffer): Use above function.
12810         (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
12811         (rcirc-handler-ctcp-KEEPALIVE): Add handler.
12812         (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
12813         (rcirc-omit-mode): Add minor-mode.
12814         (rcirc-mode-map): Change C-c C-o binding.
12815         (rcirc-mode): Clear mode-line-process.  Use a custom
12816         fill-paragraph-function.  Set up buffer-invisibility-spec.
12817         (rcirc-response-formats): Remove timestamp code.
12818         (rcirc-omit-responses): Add variable.
12819         (rcirc-print): Don't put the overlay arrow on potentially omitted
12820         lines.  Log line to disk.  Record activity for private messages
12821         from /dim nicks.  Facify the fill-prefix with rcirc-timestamp face.
12822         (rcirc-jump-to-first-unread-line): Print message if there is no
12823         unread text.
12824         (rcirc-clear-unread): New function.
12825         (rcirc-markup-text-functions): Add variable.
12826         (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
12827         (rcirc-debug): Don't mess with window configuration.
12828         (rcirc-send-message): Send message before printing locally.
12829         Add SILENT argument, do not print message if non-nil.
12830         (rcirc-visible-buffers): New function and variable.
12831         (rcirc-window-configuration-change-1): Add function.
12832         (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
12833         server buffer.
12834         (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
12835         (rcirc-fill-paragraph): Add function.
12836         (rcirc-record-activity, rcirc-window-configuration-change-1):
12837         Only update the activity string if it has actually changed.
12838         (rcirc-update-activity-string): Remove padding characters from the
12839         mode-line string.
12840         (rcirc-disconnect-buffer): New function to be called when a
12841         channel is parted or the user quits.
12842         (rcirc-server-name): Warn when the server-name hasn't been set.
12843         (rcirc-window-configuration-change): Postpone work until
12844         post-command-hook.
12845         (rcirc-window-configuration-change-1): Update mode-line and
12846         overlay arrows here.
12847         (rcirc-authenticate): Fixc hanserv identification.
12848         (rcirc-default-server): Remove variable.
12849         (rcirc): Connect according to rcirc-connections.
12850         (rcirc-connections): Add variable.
12851         (rcirc-startup-channels-alist): Remove variable.
12852         (rcirc-startup-channels): Remove function.
12854 2007-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12856         * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
12858 2007-06-13  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>  (tiny change)
12860         * term/xterm.el (terminal-init-xterm): Escape parens in character
12861         constants.
12863 2007-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12865         * progmodes/sh-script.el: Remove unneeded * from docstrings.
12866         Use [:alpha:] and [:alnum:] where applicable.
12867         (sh-quoted-subshell): Rewrite to correctly
12868         handle nested mixes of `...' and $(...).
12869         (sh-apply-quoted-subshell): Remove.
12870         (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
12872         * vc-arch.el (vc-arch-command): Remove bzr.  It's a different program.
12874 2007-06-13  Michael Kifer  <kifer@cs.stonybrook.edu>
12876         * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
12877         previous change.
12879 2007-06-12  Tom Tromey  <tromey@redhat.com>
12881         * subr.el (user-emacs-directory): New defconst.
12882         * cmuscheme.el (scheme-start-file):
12883         * shell.el (shell):
12884         * completion.el (save-completions-file-name):
12885         * custom.el (custom-theme-directory):
12886         * term/x-win.el (emacs-session-filename):
12887         * filesets.el (filesets-menu-cache-file):
12888         * thumbs.el (thumbs-thumbsdir):
12889         * server.el (server-auth-dir):
12890         * image-dired.el (image-dired-dir):
12891         (image-dired-db-file):
12892         (image-dired-temp-image-file):
12893         (image-dired-gallery-dir):
12894         (image-dired-temp-rotate-image-file):
12895         * play/gamegrid.el (gamegrid-user-score-file-directory):
12896         * savehist.el (savehist-file):
12897         * tutorial.el (tutorial--saved-dir):
12898         * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
12900 2007-06-12  Ralf Angeli  <angeli@caeruleus.net>
12902         * scroll-lock.el (scroll-lock-mode): Doc fix.
12904 2007-06-12  Michael Kifer  <kifer@cs.stonybrook.edu>
12906         * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
12908         * ediff-init.el: Doc strings.
12910 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12912         * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
12913         (byte-compile-file): Bind it.
12914         (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
12915         group argument is provided implicitly.
12916         (byte-compile-format-warn, byte-compile-from-buffer)
12917         (byte-compile-insert-header): Don't hardcode point-min==1.
12918         (byte-compile-file-form-require): Remove unused var old-load-list.
12919         (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
12921 2007-06-12  Michael Kifer  <kifer@cs.stonybrook.edu>
12923         * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
12924         Display error messages.
12925         (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
12926         Get rid of cl.el dependencies.
12928         * emulation/viper-init.el (viper-suppress-input-method-change-message):
12929         New variable.
12930         (viper-activate-input-method-action)
12931         (viper-inactivate-input-method-action):
12932         Use viper-suppress-input-method-change-message.
12934         * emulation/viper-kem.el (viper-vi-basic-map): Disable the bindings
12935         for C-s, C-r.
12937         * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
12938         Use viper-replace-overlay-cursor-color instead of
12939         viper-replace-overlay-cursor-color.
12940         (viper-sit-for-short): Use sit-for with 3 arguments.
12942         * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
12943         (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
12944         to gud-mode.
12946         * ediff-mult.el (ediff-meta-buffer-brief-message)
12947         (ediff-meta-buffer-verbose-message): New variables.
12948         (ediff-meta-buffer-message): Variable deleted.
12949         (ediff-verbose-help-enabled): New variable.
12950         (ediff-toggle-verbose-help-meta-buffer): New function.
12951         (ediff-redraw-directory-group-buffer): Made aware of short/verbose
12952         message options.
12954         * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
12955         (ediff-fixup-patch-map): Improve heuristic.
12957 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12959         * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
12960         (log-view-font-lock-keywords): Simplify.
12961         (log-view-current-file, log-view-current-tag): Simplify.
12963 2007-06-12  Sam Steingold  <sds@gnu.org>
12965         * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
12967 2007-06-12  Juanma Barranquero  <lekktu@gmail.com>
12969         * desktop.el (desktop-load-locked-desktop): New option.
12970         (desktop-read): Use it.
12971         (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
12972         Use `when'.
12974 2007-06-12  Davis Herring  <herring@lanl.gov>
12976         * desktop.el (desktop-save-mode-off): New function.
12977         (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
12978         (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
12979         (desktop-claim-lock, desktop-release-lock): New functions.
12980         (desktop-kill): Tell `desktop-save' that this is the last save.
12981         Release the lock afterwards.
12982         (desktop-buffer-info): New function.
12983         (desktop-save): Use it.  Run `desktop-save-hook' where the doc
12984         says to.  Detect conflicts, and manage the lock.
12985         (desktop-read): Detect conflicts.  Manage the lock.
12987 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12989         * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
12991         * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
12992         (tpu-lucid-emacs-p): Remove.  Use (featurep 'xemacs) instead.
12993         (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
12994         (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
12995         keysyms rather than byte sequences.
12996         (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
12998 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13000         * font-lock.el (font-lock-add-keywords): In case font-lock was only
13001         half-activated, forcefully activate it completely.
13003 2007-06-11  Richard Stallman  <rms@gnu.org>
13005         * cus-edit.el (custom-variable-type): Doc fix.
13007 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13009         * progmodes/sh-script.el (sh-font-lock-backslash-quote)
13010         (sh-font-lock-flush-syntax-ppss-cache): New functions.
13011         (sh-font-lock-syntactic-keywords): Use them to distinguish the
13012         different possible cases for \'.
13014         * complete.el (PC-bindings): Don't bind things already bound in the
13015         parent keymap.
13017         * textmodes/bibtex-style.el: New file.
13019 2007-06-11  Riccardo Murri  <riccardo.murri@gmail.com>
13021         * vc-bzr.el: New file.
13023 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13025         * vc-svn.el (vc-svn-program): New var.
13026         (vc-svn-command): Use it.
13028 2007-06-11  Juanma Barranquero  <lekktu@gmail.com>
13030         * server.el (server-switch-buffer): Remove redundant check.
13032 2007-06-10  Martin Rudalics  <rudalics@gmx.at>
13034         * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
13035         Match against file-name-nondirectory.
13036         Fix text on user customization variables.
13037         Reported by Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>.
13039 2007-06-09  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
13041         * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
13043 2007-06-09  Davis Herring  <herring@lanl.gov>
13045         * desktop.el (desktop-minor-mode-table): Doc fix.
13047 2007-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13049         * textmodes/css-mode.el (css-navigation-syntax-table):
13050         Use set-char-table-range so it also works in the unicode branch.
13052 2007-06-08  Nick Roberts  <nickrob@snap.net.nz>
13054         * help-mode.el (help-xref-forward-stack)
13055         (help-xref-stack-forward-item, help-forward-label): New variables.
13056         (help-forward): New button type.
13057         (help-setup-xref): Initialise help-xref-forward-stack.
13058         (help-make-xrefs): Add forward button, if appropriate.
13059         (help-xref-go-back): Push item on forward stack.
13060         (help-xref-go-forward, help-go-forward): New functions.
13062 2007-06-07  Chong Yidong  <cyd@stupidchicken.com>
13064         * dired.el (dired-mode-map): Remove spurious separator.
13066 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
13068         * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
13070         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
13071         * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
13073 2007-06-07  Carsten Dominik  <dominik@science.uva.nl>
13075         * textmodes/org.el: Version number fixed.
13077 2007-06-07  Glenn Morris  <rgm@gnu.org>
13079         * version.el (emacs-copyright): New constant.
13080         * startup.el (fancy-splash-tail): Use emacs-copyright.
13081         * calc/calc-help.el (calc-full-help): Use emacs-copyright.
13083         * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
13084         `make-local'.
13085         (byte-compile-warnings-safe-p): Add `make-local'.
13086         (byte-compile-make-variable-buffer-local):
13087         Allow byte-compile-warnings to suppress this warning.
13089         * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
13090         format of "menu" description.
13091         (tutorial--find-changed-keys): Describe the specific menu a
13092         command is in.
13094         * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
13095         Rewrite compatibility functions to silence byte-compiler.
13097 2007-06-07  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
13099         * mail/rmailsum.el (rmail-summary-save-buffer): New command.
13100         (rmail-summary-mode-map): Add rmail-summary-save-buffer.
13102 2007-06-07  Eric M. Ludlam  <eric@siege-engine.com>
13104         * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
13106 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
13108         * progmodes/ebrowse.el (ebrowse-member-table):
13109         * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
13110         (org-batch-agenda-csv): Fix typos in docstrings.
13112 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
13114         * international/mule-cmds.el (toggle-enable-multibyte-characters)
13115         (sort-coding-systems, search-unencodable-char): Doc fixes.
13116         (coding-system-change-eol-conversion, set-default-coding-systems)
13117         (prefer-coding-system, find-multibyte-characters, princ-list)
13118         (leim-list-entry-regexp, set-input-method, locale-language-names)
13119         (input-method-exit-on-first-char, exit-language-environment-hook)
13120         (locale-charset-language-names): Fix typos in docstrings.
13122 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
13124         * pgg.el (pgg-sign-region, pgg-sign):
13125         * ses.el (ses-call-printer):
13126         * calendar/icalendar.el (icalendar--diarytime-to-isotime):
13127         * textmodes/org.el (org-cycle): Fix typos in docstrings.
13129 2007-06-06  Carsten Dominik  <dominik@science.uva.nl>
13131         * textmodes/org.el (org-export-region-as-html)
13132         (org-replace-region-by-html, org-number-to-letters)
13133         (org-table-fedit-finish, org-normalize-color)
13134         (org-table-fedit-ref-right, org-date-to-gregorian)
13135         (org-table-fedit-move, org-table-convert-refs-to-rc)
13136         (org-calendar-holiday, org-table-fedit-toggle-ref-type)
13137         (org-write-agenda, org-colgroup-info-to-vline-list)
13138         (org-agenda-todo-previousset, org-defkey, org-encode-for-stdout)
13139         (org-indent-line-function, org-export-as-html-to-buffer)
13140         (org-store-agenda-views, org-update-mode-line)
13141         (org-find-if, org-delete-all)
13142         (org-table-fedit-convert-buffer, org-emphasize)
13143         (org-uniquify, org-table-fedit-lisp-indent)
13144         (org-table-fedit-scroll, org-get-todo-sequence-head)
13145         (org-table-fedit-scroll-down, org-table-fedit-line-down)
13146         (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
13147         (org-table-fedit-toggle-coordinates, org-dvipng-color)
13148         (org-table-fedit-line-up, org-table-fedit-ref-down)
13149         (org-table-formula-from-user, org-mode-flyspell-verify)
13150         (org-cycle-show-empty-lines, org-ctrl-c-ret)
13151         (org-table-formula-to-user, org-diary-to-ical-string)
13152         (orgtbl-export, org-table-fedit-post-command)
13153         (org-closed-in-range, org-shiftcontrolright)
13154         (org-table-convert-refs-to-an, org-table-hline-and-move)
13155         (org-table-formula-less-p, org-format-table-ascii)
13156         (org-agenda-get-sexps, org-shift-refpart)
13157         (org-diary-sexp-entry, org-time-string-to-absolute)
13158         (org-table-show-reference, org-letters-to-number)
13159         (org-fix-agenda-info, org-table-fedit-ref-up)
13160         (org-table-fedit-shift-reference, org-table-fedit-abort)
13161         (org-closest-date, org-shiftcontrolleft)
13162         (org-at-heading-or-item-p, org-rematch-and-replace)
13163         (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
13164         New functions.
13165         (org-table-edit-scroll-down, org-finish-edit-formulas)
13166         (org-table-edit-next-field, org-abort-edit-formulas)
13167         (org-font-lock-level, org-export-find-first-heading-line)
13168         (org-table-edit-line-down, org-table-edit-backward-field)
13169         (org-edit-formula-lisp-indent, org-table-edit-move)
13170         (org-check-log-option, org-this-word)
13171         (org-table-edit-line-up, org-table-edit-formulas-post-command)
13172         (org-agenda-file-to-end, org-expand-file-name)
13173         (org-fake-empty-table-line, org-table-edit-scroll)
13174         (org-toggle-log-option, org-show-reference): Function removed.
13175         (org-inhibit-invisibility, org-table-formula-make-cmp-string):
13176         New defsubsts.
13177         (org-unmodified, org-batch-store-agenda-views)
13178         (org-batch-agenda-csv): New macro.
13179         (org-agenda-export): New customization group.
13180         (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
13181         (org-highest-priority, org-agenda-exporter-settings)
13182         (org-log-done-with-time, org-replace-disputed-keys)
13183         (org-format-latex-header, org-export-table-header-tags)
13184         (org-cycle-separator-lines, org-export-table-data-tags)
13185         (org-icalendar-include-sexps)
13186         (org-empty-line-terminates-plain-lists)
13187         (org-log-repeat, org-special-ctrl-a)
13188         (org-table-use-standard-references, org-disputed-keys)
13189         (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
13190         (org-agenda-export-html-style): New option.
13191         (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
13192         (org-CUA-compatible): Option removed.
13193         (org-agenda-structure, org-sexp-date): New face.
13194         (org-todo-keywords-for-agenda, org-not-done-keywords)
13195         (org-planning-or-clock-line-re, org-agenda-name)
13196         (org-table-colgroup-info, org-todo-sets)
13197         (constants-unit-system, org-clock-mode-line-entry)
13198         (org-mode-line-timer, org-table-current-begin-pos)
13199         (org-todo-keywords-1, org-mode-line-string)
13200         (org-table-clean-did-remove-column, org-table-fedit-map)
13201         (org-clock-heading, org-table-buffer-is-an)
13202         (org-agenda-info, org-done-keywords)
13203         (org-done-keywords-for-agenda, org-todo-heads)
13204         (org-todo-kwd-alist, org-clock-start-time): New variable.
13205         (org-todo-kwd-priority-p, org-edit-formulas-map)
13206         (org-repeat-re, org-todo-kwd-max-priority)
13207         (org-version, org-done-string)
13208         (org-table-clean-did-remove-column-1, org-disputed-keys):
13209         Remove variables.
13210         (org-table-translate-regexp, org-repeat-re, org-version): New consts.
13211         (org-ts-lengths): Constant removed.
13212         (org-follow-gnus-link): Don't ask how many articles to read.
13213         (org-export-find-first-export-line): Rename from
13214         `org-export-find-first-heading'.
13215         Use `org-export-skip-text-before-1st-heading'.
13216         (org-table-fedit-post-command): Rename from
13217         `org-table-edit-formulas-post-command'.
13218         (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
13219         (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
13220         (org-table-fedit-lisp-indent): Rename from
13221         `org-edit-formula-lisp-indent'.
13222         (org-table-show-reference): Rename from `org-show-reference'.
13223         (org-table-store-formulas): Use `org-table-formula-less-p'.
13224         (org-table-edit-formulas): Position cursor to current field equation.
13225         (org-update-checkbox-count, org-hide-archived-subtrees)
13226         (org-timestamp-up-day, org-timestamp-down-day)
13227         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
13228         (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
13229         (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
13230         (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
13231         Let `org-on-heading-p' also check for invisible heading.
13232         (org-read-date): Match am/pm times.
13233         (org-eval-in-calendar): Fix default date in prompt.
13235 2007-06-05  Chong Yidong  <cyd@stupidchicken.com>
13237         * files.el (auto-mode-alist): Separate "ChangeLog.1" and
13238         "ChangeLog.a" entries, giving the latter lower priority.
13240 2007-06-05  Juanma Barranquero  <lekktu@gmail.com>
13242         * faces.el (face-id): If the argument is a face alias,
13243         return the ID of the target face.
13245 2007-06-05  Michael Albinus  <michael.albinus@gmx.de>
13247         * net/socks.el (top): Remove unnecessary copyright line.
13249 2007-06-04  Chong Yidong  <cyd@stupidchicken.com>
13251         * longlines.el (longlines-auto-wrap): Handle argument correctly.
13253 2007-06-04  Michael Albinus  <michael.albinus@gmx.de>
13255         * net/socks.el: New file, taken from w3 repository.
13256         (top): Update Copyright.  Don't load cl.el.
13257         (all): Replace `case' by `cond', `string-to-int' by
13258         `string-to-number', and `process-kill-without-query' by
13259         `set-process-query-on-exit-flag'.
13260         (socks-char-int): Remove defalias and all occurrences.
13262 2007-06-04  Juanma Barranquero  <lekktu@gmail.com>
13264         * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
13265         Fix typos in docstrings.
13266         (compilation-search-path, compilation-buffer-name-function): Doc fixes.
13267         (compilation-finish-function): Fix typo in obsolescence declaration.
13269 2007-06-03  Sam Steingold  <sds@gnu.org>
13271         * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
13272         handle unending automatic recompilation of changed files (`omake -P').
13273         (compilation-loop): VISITED is now 5th CDR.
13274         (compilation-next-error-function): Set TIMESTAMP.
13276 2007-06-03  Sam Steingold  <sds@gnu.org>
13278         * files.el (kill-buffer-ask): New function.
13279         (kill-some-buffers): Use it.
13280         (kill-matching-buffers): New user command.
13282 2007-06-01  David Kastrup  <dak@gnu.org>
13284         * dired.el (dired-recursive-deletes, dired-recursive-copies):
13285         Change default to `top'.
13287 2007-05-31  Richard Stallman  <rms@gnu.org>
13289         * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
13291 2007-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
13293         * textmodes/css-mode.el: New file.
13295 2007-05-30  Michael Olson  <mwolson@gnu.org>
13297         * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
13298         died and we are trying to send a signal to it.  The program using
13299         tq.el should periodically check to see whether the process has
13300         died and react appropriately -- this is not the responsibility of
13301         tq.el, and is consistent with the rest of the tq.el source code.
13303 2007-05-29  Martin Rudalics  <rudalics@gmx.at>
13305         * textmodes/table.el (table--point-entered-cell-function)
13306         (table--point-left-cell-function):
13307         Bind `inhibit-point-motion-hooks' to t.
13309 2007-05-29  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
13311         * emacs-lisp/rx.el (rx): Doc fix.
13313 2007-05-28  Juanma Barranquero  <lekktu@gmail.com>
13315         * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
13317 2007-05-28  Michael Albinus  <michael.albinus@gmx.de>
13319         Sync with Tramp 2.0.56.
13321         * net/tramp.el:
13322         * net/tramp-ftp.el:
13323         * net/tramp-smb.el:
13324         * net/tramp-util.el:
13325         * net/tramp-vc.el:
13326         Don't load cl.el, because that pollutes the namespace.  Replace cl
13327         macros by their implementations where necessary.  Requested by
13328         Richard Stallman <rms@gnu.org>.
13330         * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
13331         doesn't exist.
13332         (with-parsed-tramp-file-name): Protect debug spec during compilation.
13333         (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
13334         (tramp-file-name-p, tramp-file-name-multi-method)
13335         (tramp-file-name-method, tramp-file-name-user)
13336         (tramp-file-name-host, tramp-file-name-localname): New defuns,
13337         replacing defstruct `tramp-file-name'.
13338         (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
13339         (tramp-dissect-file-name, tramp-dissect-multi-file-name):
13340         Apply `vector' instead of `make-tramp-file-name'.
13341         (tramp-handle-make-auto-save-file-name):
13342         Apply `tramp-temporary-file-directory' for compatibility reasons.
13343         (tramp-completion-mode): Use `natnump' instead of `wholenump'
13344         because of XEmacs.
13345         (tramp-completion-mode): `last-input-event' is nil when XEmacs is
13346         started.
13348 2007-05-28  Chong Yidong  <cyd@stupidchicken.com>
13350         * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
13352 2007-05-27  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
13354         * log-edit.el (log-edit-changelog-paragraph): Return point-max
13355         as the end of the ChangeLog paragraph when it ends without a line
13356         termination.
13358 2007-05-27  Ryan Yeske  <rcyeske@gmail.com>
13360         * net/webjump.el (webjump-sample-sites):
13361         Add simple Wikipedia query.
13363 2007-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13365         * emacs-lisp/derived.el (define-derived-mode): Remove bogus
13366         compatibility code.
13368         * emacs-lisp/copyright.el (copyright-names-regexp): New var.
13369         (copyright-update-year): Use it.
13371         * edmacro.el (edmacro-format-keys): Use current-active-maps.
13373         * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
13374         Add indentation and debugging info.  Fix up comment convention.
13376         * cus-dep.el (custom-make-dependencies): Simplify.
13378         * composite.el (compose-region, decompose-region):
13379         Use inhibit-read-only and restore-buffer-modified-p.
13381         * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
13382         (xterm-mouse-event): Use it.
13384 2007-05-25  Juanma Barranquero  <lekktu@gmail.com>
13386         * bs.el (bs-cycle-previous): Don't modify the cycle list until
13387         `switch-to-buffer' has returned succesfully.
13388         (bs-cycle-next): Ditto.  Also, don't bury the buffer when the
13389         window is dedicated (it could iconify the frame).
13391 2007-05-25  Miles Bader  <miles@fencepost.gnu.org>
13393         * vc-hooks.el (vc-find-root): Fix file attribute test.
13395 2007-05-24  Richard Stallman  <rms@gnu.org>
13397         * textmodes/flyspell.el (flyspell-correct-word-before-point):
13398         Don't let opoint be nil.
13399         (flyspell-emacs-popup): Explicit error if no dialogs.
13401 2007-05-24  Chong Yidong  <cyd@stupidchicken.com>
13403         * image-mode.el (image-forward-hscroll, image-backward-hscroll)
13404         (image-next-line, image-previous-line, image-scroll-up)
13405         (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
13406         New functions.
13407         (image-mode-map): Remap motion commands.
13408         (image-mode-text-map): New keymap for viewing images as text.
13409         (image-mode): Use image-mode-map.
13410         (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
13412 2007-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13414         * textmodes/fill.el (canonically-space-region): Make the second arg
13415         a marker if it's not already the case.
13417 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
13419         * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
13420         (tar-get-descriptor): Handle type 55, an extended pax header.
13422 2007-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13424         * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
13425         to confuse outline-minor-mode.
13427 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
13429         * tar-mode.el (tar-file-name-handler): New function.
13430         (tar-extract): Bind file-name-handler-alist to it to force
13431         find-buffer-file-type-coding-system behave as if the file being
13432         extracted existed.  Use last-coding-system-used to force
13433         buffer-file-coding-system to what decode-coding-region actually
13434         used to decode the file.
13436 2007-05-23  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
13438         * progmodes/compile.el (compilation-handle-exit):
13439         `compilation-finish-function' may change the current buffer.
13441 2007-05-22  Richard Stallman  <rms@gnu.org>
13443         * files.el (set-auto-mode): Doc fix.
13445 2007-05-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13447         * help-fns.el (find-source-lisp-file): New function.
13448         (describe-function-1): Use find-source-lisp-file to find source
13449         file in compile tree.
13451 2007-05-22  Eli Zaretskii  <eliz@gnu.org>
13453         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
13455 2007-05-22  Juanma Barranquero  <lekktu@gmail.com>
13457         * emacs-lisp/easy-mmode.el (define-minor-mode)
13458         (easy-mmode-define-navigation): Fix typos in docstrings.
13460 2007-05-22  Glenn Morris  <rgm@gnu.org>
13462         * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
13464 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13466         * mail/mail-extr.el (mail-extract-address-components):
13467         Recognize non-ASCII characters except for NBSP as words.
13469 2007-05-21  Trent Buck  <trentbuck@gmail.com>  (tiny change)
13471         * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
13472         (rcirc-print): Handle `window-width'.
13473         (rcirc-buffer-maximum-lines): Doc fix.
13475 2007-05-21  Chong Yidong  <cyd@stupidchicken.com>
13477         * image-mode.el (image-toggle-display): Don't clear image cache.
13478         Only use filename in image spec if the file is readable.
13479         Call image-refresh.
13481         * image.el (image-type-from-file-name, image-type): Simplify.
13482         (image-type-auto-detected-p): Don't scan auto-mode-alist.
13484         * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
13485         (magic-fallback-mode-alist): Add image-type-auto-detected-p.
13487 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
13489         * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
13490         is an error.
13492         * term/linux.el (terminal-init-linux): Don't signal an error
13493         if gpm isn't running.
13495 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
13497         * t-mouse.el: Reduce to a minor-mode macro call.
13498         (t-mouse-mode): Remove the lighter.
13500         * term/linux.el (terminal-init-linux): Enable t-mouse by default.
13502 2007-05-19  Dan Nicolaescu  <dann@ics.uci.edu>
13504         * files.el (auto-mode-alist): Change the regexp so that
13505         ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
13507 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
13509         * Version 22.1 released.
13511 2007-05-19  Chong Yidong  <cyd@stupidchicken.com>
13513         * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
13514         changes.
13516 2007-05-19  Kevin Ryde  <user42@zip.com.au>
13518         * info.el (Info-fontify-node): Fontify https as well as http and ftp.
13520 2007-05-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
13522         * textmodes/sgml-mode.el: Revert last change.
13524 2007-05-18  Richard Stallman  <rms@gnu.org>
13526         * simple.el (push-mark): Doc fix.
13528 2007-05-18  Rob Riepel  <riepel@Stanford.EDU>
13530         * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
13531         tpu-global-map.
13532         (tpu-original-global-map): Variable deleted.
13533         (tpu-control-keys-map): New keymap variable.
13534         (tpu-set-control-keys): Use tpu-reset-control-keys rather than
13535         setting keymapping directly.
13536         (tpu-reset-control-keys): Use tpu-control-keys-map instead of
13537         tpu-global-map.
13538         (tpu-edt-on): Activate the tpu-global-map.
13539         (tpu-edt-off): Deactivate the tpu-global-map.
13541 2007-05-18  Ryan Yeske  <rcyeske@gmail.com>
13543         * textmodes/ispell.el (ispell-get-word): Return markers
13544         for start and end positions.
13545         (ispell-word): Assume END is a marker.
13547 2007-05-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13549         * printing.el: Group together all XEmacs/Emacs definitions.
13550         (pr-version): New version 6.9.
13551         (pr-global-menubar, pr-menu-char-height, pr-menu-char-width): New funs.
13552         (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
13553         (pr-menu-bind): Fix code.
13554         (pr-e-frame-char-height, pr-e-frame-char-width)
13555         (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
13556         (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
13557         (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
13558         (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
13559         (pr-x-event-y-pixel): Aliases eliminated.
13560         (pr-xemacs-global-menubar): Macro moved.
13561         (current-menubar, current-mouse-event, zmacs-region-stays)
13562         (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
13563         (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
13564         Vars moved.
13565         (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
13566         (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
13567         (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
13568         (pr-menu-set-utility-title, pr-even-or-odd-pages)
13569         (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
13570         (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name): Funs
13571         moved.
13573 2007-05-17  Christian Plate  <cplate@web.de>  (tiny change)
13575         * textmodes/sgml-mode.el (sgml-tag):
13576         Fix bug: Call sgml-transformation-function.
13578 2007-05-17  Martin Rudalics  <rudalics@gmx.at>
13580         * hilit-chg.el (highlight-changes-rotate-faces): Don't set
13581         modified flag of buffer.  Use `inhibit-modification-hooks'.
13583 2007-05-16  Richard Stallman  <rms@gnu.org>
13585         * buff-menu.el (Buffer-menu-sort-column): Doc fix.
13587 2007-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13589         * files.el (magic-mode-alist, magic-fallback-mode-alist):
13590         Move the *ml, Postscript, and XmCD entries to the fallback part.
13592         * files.el (magic-fallback-mode-alist):
13593         Rename from file-start-mode-alist.
13595 2007-05-16  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
13597         * progmodes/compile.el (compilation-handle-exit): Quote first
13598         argument of `run-hook-with-args'.
13600 2007-05-16  Juanma Barranquero  <lekktu@gmail.com>
13602         * buff-menu.el (Buffer-menu-sort-column):
13603         * dabbrev.el (dabbrev-upcase-means-case-search):
13604         * dired.el (dired-recursive-deletes, dired-recursive-copies):
13605         * info.el (Info-current-subfile):
13606         * ls-lisp.el (ls-lisp-verbosity):
13607         * msb.el (msb-menu-cond):
13608         * pcvs.el (cvs-dired-use-hook):
13609         * simple.el (set-mark-command-repeat-pop):
13610         * time.el (display-time-24hr-format, display-time-mail-file):
13611         Doc fixes.
13613         * tutorial.el (get-lang-string, tutorial--find-changed-keys):
13614         * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
13616         * view.el (view-inhibit-help-message): Fix typo in docstring.
13617         (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
13619 2007-05-16  Martin Rudalics  <rudalics@gmx.at>
13621         * textmodes/ispell.el (ispell-start-process): Defend against bad
13622         default-directory.
13624 2007-05-14  Eli Zaretskii  <eliz@gnu.org>
13626         * mail/rmail.el (rmail-convert-to-babyl-format): Check
13627         content-transfer-encoding _last_, because it's its position that
13628         we need as value of base64-header-field-end.
13630 2007-05-14  Juanma Barranquero  <lekktu@gmail.com>
13632         * files.el (mode-require-final-newline, require-final-newline)
13633         (enable-local-variables, enable-local-eval): Doc fixes.
13635 2007-05-13  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13637         * ps-print.el: Use default color when foreground or background color
13638         are unspecified.  Reported by Leo <sdl.web@gmail.com>.
13639         (ps-print-version): New version 6.7.4.
13640         (ps-rgb-color): New argument.  Use default color when color is
13641         unspecified.
13642         (ps-begin-job): Fix code.
13644 2007-05-12  Chong Yidong  <cyd@stupidchicken.com>
13646         * longlines.el (longlines-mode): Make longlines-auto-wrap
13647         buffer-local.  Add hooks unconditionally.
13648         (longlines-auto-wrap): Toggle wrapping.
13649         (longlines-after-change-function)
13650         (longlines-post-command-function): Check longlines-auto-wrap.
13652 2007-05-12  Nick Roberts  <nickrob@snap.net.nz>
13654         * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
13655         (xterm-mouse-translate): Use it.
13657 2007-05-10  Richard Stallman  <rms@gnu.org>
13659         * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
13660         (iso-cvt-write-only): Likewise.
13662         * emacs-lisp/easy-mmode.el (define-minor-mode):
13663         Fix generated doc string.
13665         * startup.el (fancy-splash-text): Add URL of guided tour.
13666         Adjust horizontal and vertical whitespace.
13668         * progmodes/compile.el (compilation-handle-exit):
13669         Use run-hook-with-args to run compilation-finish-functions.
13671         * files.el (file-start-mode-alist): New variable.
13672         (magic-mode-regexp-match-limit): Doc fix.
13673         (set-auto-mode): Handle file-start-mode-alist.
13674         A little cleanup of structure.
13676         * dabbrev.el (dabbrev-eliminate-newlines):
13677         Renamed from dabbrev--eliminate-newlines.  All uses changed.
13679 2007-05-10  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
13681         * man.el (Man-next-section): Don't consider the last line of the page
13682         as being part of any section.
13684 2007-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13686         * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
13687         can take any number of values.
13689 2007-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
13691         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
13692         to the list of citation commands.
13694 2007-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
13696         * vc-hooks.el (vc-find-root): Stop searching when the user changes.
13698 2007-05-09  Edward O'Connor  <hober0@gmail.com>  (tiny change)
13700         * progmodes/python.el (python-font-lock-keywords)
13701         (python-open-block-statement-p, python-mode): Add support for the new
13702         "with" keyword.
13704 2007-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13706         * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
13707         the exact opposite of diff-goto-source.
13709         * emacs-lisp/advice.el (ad-special-forms): Remove.
13710         (ad-special-form-p): Use subr-arity.
13712         * newcomment.el (comment-search-forward): Make sure we search forward.
13713         (comment-enter-backward): Try and distinguish the non-matching case at
13714         EOB from the non-matching case with a missing comment-end-skip for
13715         a 2-char comment ender.
13716         (comment-choose-indent): New function extracted from comment-indent.
13717         Improve the alignment algorithm.
13718         (comment-indent): Use it.
13720         * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
13721         XML style Processing Instructions.
13722         (sgml-parse-tag-backward): Handle XML-style PIs.  Also ensure progress.
13723         (sgml-calculate-indent): Handle `pi' context.
13725         * vc.el: Ensure that update-changelog issues an error when used with
13726         a backend that does not implement it.
13727         (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
13728         Remove `backend' argument.  Use expand-file-name.
13729         (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
13731         * progmodes/python.el (python-end-of-block): Revert last change.
13732         (python-end-of-statement): Make sure we move *forward*.
13734 2007-05-08  Richard Stallman  <rms@gnu.org>
13736         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
13737         Don't include non-self-insert commands in the exception for `-'.
13739 2007-05-08  David Reitter  <david.reitter@gmail.com>
13741         * progmodes/python.el (python-guess-indent): Check non-nullness
13742         before comparing indent against the 2..8 interval.
13744 2007-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13746         * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
13747         available.
13749 2007-05-06  Richard Stallman  <rms@gnu.org>
13751         * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
13753 2007-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13755         * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
13756         rather than storing their value in the revert-buffer function.
13758 2007-05-04  Nick Roberts  <nickrob@snap.net.nz>
13760         * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
13761         when disabling t-mouse-mode.
13763 2007-05-01  Davis Herring  <herring@lanl.gov>
13765         * calendar/timeclock.el: Update version number.
13766         (timeclock-modeline-display): Mention timeclock-use-display-time
13767         in explanatory message.
13768         (timeclock-in): Fix non-interactive workday specifications.
13769         (timeclock-log): Don't kill the log buffer if it already existed.
13770         Suppress warnings when finding the log.  Don't check for a nil
13771         project twice.  Run hooks after killing the buffer (if applicable).
13772         (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
13773         was geometric).  All uses changed.
13774         (timeclock-generate-report): Support prefix argument.
13776 2007-05-03  Ryan Yeske  <rcyeske@gmail.com>
13778         * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
13779         disconnections.
13781 2007-05-01  Romain Francoise  <romain@orebokech.com>
13783         * dired-x.el: Revert 2007-04-06 change.
13785 2007-04-29  Stephen Berman  <Stephen.Berman@gmx.net>
13787         * find-dired.el (find-dired-filter): Propertize all text down to eob.
13789 2007-04-29  Richard Stallman  <rms@gnu.org>
13791         * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
13793 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13795         * progmodes/cc-mode.el (c-before-change): Use point-min rather
13796         than 1.
13798 2007-04-28  Richard Stallman  <rms@gnu.org>
13800         * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
13802 2007-04-28  Nick Roberts  <nickrob@snap.net.nz>
13804         * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
13805         don't put stop on toolbar.
13807 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13809         * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
13811 2007-04-28  Eli Zaretskii  <eliz@gnu.org>
13813         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
13814         instead of $(lisp)/mh-e.
13816 2007-04-28  Glenn Morris  <rgm@gnu.org>
13818         * image-dired.el (image-dired-cmd-create-thumbnail-options)
13819         (image-dired-cmd-create-temp-image-options): Replace option
13820         +profile "*" with -strip.
13822 2007-04-27  Chong Yidong  <cyd@stupidchicken.com>
13824         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
13825         Use window-start and window-end.
13827 2007-04-27  Andreas Schwab  <schwab@suse.de>
13829         * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
13831 2007-04-27  Eli Zaretskii  <eliz@gnu.org>
13833         * textmodes/fill.el (fill-paragraph): Doc fix.
13835 2007-04-26  Luc Teirlinck  <teirllm@dms.auburn.edu>
13837         * locate.el (locate-in-alternate-database): Doc fix.
13839 2007-04-26  Glenn Morris  <rgm@gnu.org>
13841         * button.el (button): Use underline if supported, else fall back
13842         to color.
13844         * version.el (emacs-version): Increase to 22.1.50.
13846 2007-04-25  Richard Stallman  <rms@gnu.org>
13848         * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
13850 2007-04-25  J.D. Smith  <jdsmith@as.arizona.edu>
13852         * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
13853         (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
13854         pushing mark.
13855         (idlwave-current-routine): Don't push mark.
13857 2007-04-25  Mathias Dahl  <mathias.dahl@gmail.com>
13859         * image-dired.el (image-dired-display-image): Derive image-type from
13860         filename rather than assuming jpeg, in case no resizing was needed.
13862 2007-04-25  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
13864         * custom.el (defface): Doc fix.
13866 See ChangeLog.12 for earlier changes.
13868 ;; Local Variables:
13869 ;; coding: iso-2022-7bit
13870 ;; add-log-time-zone-rule: t
13871 ;; End:
13873     Copyright (C) 2007, 2008  Free Software Foundation, Inc.
13875   This file is part of GNU Emacs.
13877   GNU Emacs is free software; you can redistribute it and/or modify
13878   it under the terms of the GNU General Public License as published by
13879   the Free Software Foundation; either version 3, or (at your option)
13880   any later version.
13882   GNU Emacs is distributed in the hope that it will be useful,
13883   but WITHOUT ANY WARRANTY; without even the implied warranty of
13884   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13885   GNU General Public License for more details.
13887   You should have received a copy of the GNU General Public License
13888   along with GNU Emacs; see the file COPYING.  If not, write to the
13889   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
13890   Boston, MA 02110-1301, USA.
13892 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af