]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
Merge from emacs--rel--22
[gnu-emacs] / lisp / ChangeLog
index 8a9c9f3f2c60a58c9641d67dc264b899a7724d5b..7b43346100c605c827a14acffa346ea326cdf6db 100644 (file)
@@ -1,3 +1,263 @@
+2008-01-31  Jason Rumney  <jasonr@gnu.org>
+
+       * term/w32-win.el (image-library-alist): Prefer libxpm.dll.
+
+2008-01-30  Nick Roberts  <nickrob@snap.net.nz>
+
+       * progmodes/gdb-ui.el (gdb-var-set-format-regexp): New constant.
+       (gdb-var-set-format-handler): New function.
+       (gdb-var-set-format): Use it.
+
+2008-01-31  Juanma Barranquero  <lekktu@gmail.com>
+
+       * linum.el (linum-unload-function): New function.
+
+2008-01-30  Juanma Barranquero  <lekktu@gmail.com>
+
+       * emacs-lisp/check-declare.el (check-declare-directory):
+       * emacs-lisp/authors.el (authors): Use `find-program' and
+       `grep-program' instead of hardcoded program names.
+
+       * emacs-lisp/cl-loaddefs.el: Update.
+
+2008-01-30  Tassilo Horn  <tassilo@member.fsf.org>
+
+       * info.el (Info-bookmark-make-cell, Info-bookmark-jump): New functions.
+       Implement bookmark support the new make-cell/handler way.
+       (Info-mode): Bind bookmark-make-cell-function to
+       Info-bookmark-make-cell buffer locally.
+
+2008-01-30  Richard Stallman  <rms@gnu.org>
+
+       * progmodes/etags.el (tags-query-replace): Delete unused optional args.
+       Doc fix.
+
+       * files.el (hack-local-variables): Don't query about fake variables.
+
+2008-01-30  Markus Triska  <markus.triska@gmx.at>
+
+       * linum.el: New file.
+
+2008-01-29  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/tramp.el (tramp-methods): Use "-H" option for "sudo".
+       Suggested by Trent W. Buck <trentbuck@gmail.com>.  Make ("%h")
+       a single element in "plinkx".
+       (tramp-handle-shell-command): Reuse "*Async Shell Command*" or
+       "*Shell Command Output*" buffers.  Check, whether there is already
+       an asynchronous process running.  Display always the buffer of the
+       asynchronous process.
+       (tramp-compute-multi-hops): Adapt error message.
+
+2008-01-29  Alan Mackenzie  <acm@muc.de>
+
+       * progmodes/cc-langs.el (c-specifier-key): Exclude "template"
+       from this regexp; part of same fix as next change to cc-engine.el.
+
+       * progmodes/cc-engine.el (c-guess-basic-syntax, CASE 5A.5): Anchor
+       the "{" of a template function correctly on "template", not the
+       following "<".
+
+       * progmodes/cc-defs.el (c-version): Increase to 5.31.5.
+
+2008-01-29  Tassilo Horn  <tassilo@member.fsf.org>
+
+       * doc-view.el (doc-view-mode): Adapt to i-m-current-[vh]scroll
+       being an alist now.
+
+       * image-mode.el (image-mode-current-vscroll)
+       (image-mode-current-hscroll): Add doc strings.
+       (image-set-window-vscroll, image-set-window-hscroll)
+       (image-reset-current-vhscroll, image-mode): Adapt to
+       i-m-current-[vh]scroll being an alist now.
+
+2008-01-29  Martin Rudalics  <rudalics@gmx.at>
+
+       * emacs-lisp/find-func.el (find-function-search-for-symbol):
+       Strip extension from .emacs.el to make sure symbol is searched
+       in .emacs too.
+
+2008-01-29  Tassilo Horn  <tassilo@member.fsf.org>
+
+       * doc-view.el (doc-view-mode): Use facilities below to
+       restore [vh]scroll when switching buffers.
+
+       * image-mode.el (image-mode-current-vscroll)
+       (image-mode-current-hscroll): New variables.
+       (image-set-window-hscroll, image-set-window-vscroll): New functions.
+       (image-forward-hscroll, image-next-line, image-bol, image-eol)
+       (image-bob, image-eob): Use them.
+       (image-reset-current-vhscroll): New function.
+       (image-mode): Make new variables buffer-local and reset [vh]scroll
+       on window configuration changes.
+
+2008-01-27  Nick Roberts  <nickrob@snap.net.nz>
+
+       * progmodes/gdb-ui.el (gdb-create-define-alist): Don't call
+       gdb-cpp-define-alist-program if file is nil (currently only
+       " *partial-output-...").
+
+2008-01-27  Richard Stallman  <rms@gnu.org>
+
+       * allout.el: Many doc fixes.
+       (allout-encrypt-string): Fix error message.
+
+2008-01-26  Eli Zaretskii  <eliz@gnu.org>
+
+       * progmodes/etags.el (tags-query-replace): Doc fix.
+
+2008-01-25  Juanma Barranquero  <lekktu@gmail.com>
+
+       * allout.el (allout-unload-function): New function.
+
+2008-01-25  Juanma Barranquero  <lekktu@gmail.com>
+
+       * allout.el (allout-prefix-data): Doc fix.
+       (allout-show-current-subtree): Reflow docstring.
+       (allout-use-mode-specific-leader, allout-use-hanging-indents)
+       (produce-allout-mode-map, allout-overlay-interior-modification-handler)
+       (allout-next-heading, allout-previous-heading, allout-rebullet-heading)
+       (allout-rebullet-topic, allout-rebullet-topic-grunt, allout-kill-topic)
+       (allout-copy-topic-as-kill, allout-listify-exposed)
+       (allout-process-exposed, allout-encrypted-key-info)
+       (allout-update-passphrase-mnemonic-aids)
+       (allout-next-topic-pending-encryption)
+       (allout-tests-globally-true): Fix typos in docstrings.
+
+2008-01-23  Jason Rumney  <jasonr@gnu.org>
+
+       * lpr.el (printer-name): Do not set on MS Windows.
+
+2008-01-28  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/tramp.el (tramp-handle-shell-command): Use "/bin/sh -c" for
+       the command.
+
+2008-01-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
+
+       * whitespace.el: Moved to obsolete dir.
+
+       * blank-mode.el: New version 9.2.  Replace whitespace funs by aliases
+       in blank-mode.
+       (whitespace-buffer): New fun.
+       (whitespace-region): Alias for whitespace-buffer, because there is no
+       blank-region fun.
+       (whitespace-cleanup): Alias for blank-cleanup.
+       (whitespace-cleanup-region): Alias for blank-cleanup-region.
+
+2008-01-27  Juanma Barranquero  <lekktu@gmail.com>
+
+       * server.el (server-log-time-function): Doc fix.
+       (server-buffer): Fix typo in docstring.
+
+2008-01-27  Martin Rudalics  <rudalics@gmx.at>
+
+       * view.el (view-buffer): Explain in doc-string why exit-action
+       should not be set to kill-buffer.
+
+       * arc-mode.el (archive-extract):
+       * tar-mode.el (tar-extract): Use kill-buffer-if-not-modified as
+       exit-action when viewing the buffer.
+
+2008-01-27  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * add-log.el (change-log-search-file-name): Work harder to find
+       the correct file name.
+       (change-log-find-file): Fix typo.
+       (change-log-start-entry-re): Move definition earlier.
+
+2007-01-27  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * add-log.el (change-log-search-file-name, change-log-find-file):
+       New function.
+       (change-log-font-lock-keywords): Move file name matching ...
+       (change-log-file-names-re): ... here.  New defconst.
+       (change-log-mode-map): New binding C-c C-f to change-log-find-file.
+
+2008-01-27  Alan Mackenzie  <acm@muc.de>
+
+       * progmodes/cc-awk.el, progmodes/cc-engine.el: Correct typos,
+       enhance comments.
+
+2008-01-27  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/tramp.el (tramp-compute-multi-hops): In case of su(do)?
+       methods, the host name must be a local host.
+
+2008-01-27  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * vc.el: Add TODO item about not defaulting to RCS.
+
+       * server.el (server-process-filter): Check for non-nil before
+       calling file-directory-p.
+
+2008-01-27  Alan Mackenzie  <acm@muc.de>
+
+       * progmodes/cc-vars.el (c-hanging-braces-alist): New element for
+       arglist-cont-nonempty.
+
+       * progmodes/cc-cmds.el (c-brace-newlines): Determine the newlines
+       for a brace with syntax arglist-cont-nonempty.
+
+       * progmodes/cc-styles.el (c-style-alist): Add elements for
+       arglist-cont-nonempty into 5 styles (gnu, ellemtel, linux, python,
+       awk).
+
+2008-01-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
+
+       * button.el (define-button-type): Clarify type of NAME in docstring.
+
+2008-01-26  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * server.el (server-buffer): New const.
+       (server-log): New var.
+       (server-log): Use them.
+       (server-process-filter): (Try to) run the continuation in the same cwd
+       as the client's.
+
+2008-01-26  Alan Mackenzie  <acm@muc.de>
+
+       * progmodes/cc-defs.el (c-save-buffer-state):
+       Bind buffer-file-name and buffer-file-truename to nil, to prevent
+       primitives generating "buffer is read only" messages.
+
+2008-01-20  Ulf Jasper  <ulf.jasper@web.de>
+
+       * icalendar.el (icalendar-version): Increase to "0.17".
+       (icalendar-import-format): Doc fix.  Allow function type.
+       (icalendar--read-element): Doc fix.
+       (icalendar--parse-summary-and-rest): Doc fix.  Handle function
+       type icalendar-import-format.  Make regexps non-greedy.
+       (icalendar--format-ical-event): Handle function type
+       icalendar-import-format.
+       (icalendar-import-format-sample): New function.
+
+2008-01-26  Thien-Thi Nguyen  <ttn@gnuvola.org>
+
+       * vc.el (vc-exec-after): For mode-line-process highlighting, if
+       `compile' is not available, fall back to font-lock-warning-face.
+
+2008-01-26  Phil Sung  <psung@mit.edu>  (tiny change)
+
+       * wdired.el (wdired-get-filename): Change `(1+ beg)' to `beg' so
+       that the filename end is found even when the filename is empty.
+       Fixes error and spurious newlines when marking files for deletion.
+
+2008-01-26  Martin Rudalics  <rudalics@gmx.at>
+
+       * subr.el (find-tag-default): Simplify using exclusively
+       skip-syntax-backward/-forward.
+
+2008-01-26  Michael Albinus  <michael.albinus@gmx.de>
+
+       * vc.el (vc-directory, vc-update-change-log): Remove check for
+       Tramp.  Both functions work for it, though pretty slow
+       (`vc-directory').  Maybe the implementation can be optimized.
+
+       * net/tramp.el (tramp-dissect-file-name): Raise an error when
+       Tramp 2.0 syntax is used.
+       Suggested by Trent W. Buck <trentbuck@gmail.com>.
+
 2008-01-26  Eli Zaretskii  <eliz@gnu.org>
 
        * ls-lisp.el (ls-lisp-insert-directory): If -n switch is used,
 
        * blank-mode.el: New version 9.1.  Handle "long" line tail
        visualization.  Doc fix.
-       (blank-line-length): Renamed to blank-line-column.
+       (blank-line-length): Rename to blank-line-column.
        (blank-chars-value-list, blank-toggle-option-alist, blank-help-text):
        Initialization fix.
        (blank-replace-spaces-by-tabs): New fun.
 2008-01-24  Michael Albinus  <michael.albinus@gmx.de>
 
        * net/tramp.el (tramp-do-copy-or-rename-file): Flush the cache of
-       the source file in case of `rename'.  Reported by Pete Forman
-       <pete.forman@westerngeco.com>.
+       the source file in case of `rename'.
+       Reported by Pete Forman <pete.forman@westerngeco.com>.
 
 2008-01-24  Ken Manheimer  <ken.manheimer@gmail.com>
 
        (kill-buffer-if-not-modified): New function.
        (view-file): Don't kill the buffer if it is modified.
 
-       * progmodes/ebrowse.el (ebrowse-view-file-other-window):
-       Delete function.
-       (ebrowse-view/find-file-and-search-pattern): Call
-       view-file-other-window instead of ebrowse-view-file-other-window.
+       * progmodes/ebrowse.el (ebrowse-view-file-other-window): Delete.
+       (ebrowse-view/find-file-and-search-pattern):
+       Call view-file-other-window instead of ebrowse-view-file-other-window.
        (ebrowse-view-file-other-frame): Don't call
        current-window-configuration.  Fix second argument in the call to
        view-mode-enter.  Doc fix.
 
 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
 
-       * files.el (safe-local-eval-forms): Mark
-       (add-hook 'write-file-hooks 'time-stamp) as safe.
+       * files.el (safe-local-eval-forms):
+       Mark (add-hook 'write-file-hooks 'time-stamp) as safe.
 
 2008-01-23  Nick Roberts  <nickrob@snap.net.nz>
 
 
        * repeat.el (repeat-undo-count): New variable.
        (repeat): For self-insertions make undo boundary only after 20
-       repetitions.  Inhibit point recording when repeat-repeat-char is
-       non-nil.
+       repetitions.  Inhibit point recording unless repeat-repeat-char is nil.
 
 2008-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
 
        Require tramp-cmds.el.
        (tramp-make-tramp-temp-file): We can get rid of DONT-CREATE.
        (tramp-handle-file-name-all-completions): Expand DIRECTORY.
-        (tramp-do-copy-or-rename-file-directly): Make more rigid checks.
+       (tramp-do-copy-or-rename-file-directly): Make more rigid checks.
        (tramp-do-copy-or-rename-file-out-of-band)
        (tramp-maybe-open-connection): Use `make-temp-name'.  This is
        possible, because we don't need to create the temporary file, but