*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
index 7633804..02b3cef 100644 (file)
@@ -1,3 +1,97 @@
+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  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-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-26  Eli Zaretskii  <eliz@gnu.org>
+
+       * progmodes/etags.el (tags-query-replace): Doc fix.
+
+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  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
+
+       * blank-mode.el: New version 9.1.  Handle "long" line tail
+       visualization.  Doc fix.
+       (blank-line-length): Renamed to blank-line-column.
+       (blank-chars-value-list, blank-toggle-option-alist, blank-help-text):
+       Initialization fix.
+       (blank-replace-spaces-by-tabs): New fun.
+       (blank-cleanup, blank-cleanup-region, blank-color-on): Code fix.
+
+2008-01-25  Juanma Barranquero  <lekktu@gmail.com>
+
+       * allout.el (allout-unload-function): New function.
+
+2008-01-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
+
+       * blank-mode.el: New version 9.0.  New commands to clean up some blank
+       problems like trailing blanks.  New faces and regexp for visualizing
+       the blank problems.  Doc fix.
+       (blank-chars, blank-global-modes, blank-chars-value-list)
+       (blank-toggle-option-alist, blank-help-text): Initialization fix.
+       (blank-indentation, blank-empty, blank-space-after-tab): New faces.
+       (blank-indentation, blank-empty, blank-space-after-tab)
+       (blank-indentation-regexp, blank-empty-at-bob-regexp)
+       (blank-empty-at-eob-regexp, blank-space-after-tab-regexp): New options.
+       (blank-cleanup, blank-cleanup-region): New commands.
+       (blank-color-on): Code fix.
+
+2008-01-25  Sven Joachim  <svenjoac@gmx.de>
+
+       * view.el (kill-buffer-if-not-modified): Don't pass t to
+       buffer-modified-p.
+
+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-24  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * vc.el (vc-version-diff): Make sure we shrink the right window.
+
+2008-01-23  Jason Rumney  <jasonr@gnu.org>
+
+       * lpr.el (printer-name): Do not set on MS Windows.
+
 2008-01-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
 
        * blank-mode.el: Fix a problem of cleaning blank faces when turning off
        * progmodes/python.el: Quote all calls to "auxiliary skeleton"s to
        prevent infloops.
 
-2008-01-20  Martin Svenson <phromo@gmail.com>  (tiny change)
+2008-01-20  Martin Svenson  <phromo@gmail.com>  (tiny change)
 
        * progmodes/python.el (python-imports): Default to "None".