]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
index b26216ab59d0199827d202f8c64bf55f53f06230..02b3cef22bf9ccf6c03ba9e213fc73050e6a4156 100644 (file)
@@ -1,3 +1,267 @@
+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
+       blank-mode in some buffers (like *info* buffers).  Reported by Juanma
+       Barranquero <lekktu@gmail.com>.  Eliminate `-face' suffix of all
+       blank-mode faces.  Doc fix.  New version 8.1.
+       (blank-turn-on, blank-turn-off): Replace (and CONDITION BODY) by (when
+       CONDITION BODY).
+       (blank-space-face): Face/option name replaced by blank-space.
+       (blank-hspace-face): Face/option name replaced by blank-hspace.
+       (blank-tab-face): Face/option name replaced by blank-tab.
+       (blank-newline-face): Face/option name replaced by blank-newline.
+       (blank-trailing-face): Face/option name replaced by blank-trailing.
+       (blank-line-face): Face/option name replaced by blank-line.
+       (blank-space-before-tab-face): Face/option name replaced by
+       blank-space-before-tab.
+       (blank-color-on, blank-color-off, blank-display-char-on): Fix code.
+
+2008-01-20  Glenn Morris  <rgm@gnu.org>
+
+       * progmodes/python.el: Quote all calls to "auxiliary skeleton"s to
+       prevent infloops.
+
+2008-01-20  Martin Svenson  <phromo@gmail.com>  (tiny change)
+
+       * progmodes/python.el (python-imports): Default to "None".
+
+2008-01-19  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * progmodes/sh-script.el (sh-basic-offset):
+       * progmodes/cc-vars.el (c-syntactic-indentation)
+       (c-syntactic-indentation-in-macros): Mark as safe.
+
+2008-01-19  Juanma Barranquero  <lekktu@gmail.com>
+
+       * blank-mode.el (blank-style, blank-chars, blank-hspace-regexp)
+       (blank-space-regexp, blank-tab-regexp, blank-trailing-regexp)
+       (blank-space-before-tab-regexp, blank-global-modes, blank-mode)
+       (global-blank-mode): Doc fixes.
+       (blank, blank-space-face, blank-hspace-face, blank-tab-face)
+       (blank-newline-face, blank-trailing-face, blank-line-face)
+       (blank-space-before-tab-face, blank-display-mappings)
+       (blank-chars-value-list, blank-style-value-list, blank-toggle-options)
+       (global-blank-toggle-options, blank-help-text, blank-interactive-char)
+       (blank-turn-on, blank-turn-off, blank-color-on, blank-color-off):
+       Fix typos in docstrings.
+
+2008-01-18  Richard Stallman  <rms@gnu.org>
+
+       * icomplete.el (icomplete-get-keys):
+       Look up KEYS using all maps in proper buffer.
+
+2008-01-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
+           Miles Bader  <miles@gnu.org>
+
+       * blank-mode.el: New file.  Minor mode to visualise TAB,
+       (HARD) SPACE, NEWLINE.  Miles Bader <miles@gnu.org> wrote the original
+       code for handling display table (via visws.el package), his code was
+       modified, but the main idea was kept.
+
+2008-01-16  Alan Mackenzie  <acm@muc.de>
+
+       * progmodes/cc-vars.el (c-constant-symbol): Put this defun inside
+       an eval-and-compile, so as to permit byte-compiling (e.g. in
+       bootstrap).
+
+2008-01-16  Juanma Barranquero  <lekktu@gmail.com>
+
+       * frame.el (display-mm-height, display-mm-width):
+       * whitespace.el (whitespace-check-leading-whitespace)
+       (whitespace-check-trailing-whitespace)
+       (whitespace-check-spacetab-whitespace)
+       (whitespace-check-indent-whitespace)
+       (whitespace-check-ateol-whitespace):
+       * progmodes/ada-xref.el (ada-convert-file-name): Fix typo in docstring.
+
+2008-01-16  Glenn Morris  <rgm@gnu.org>
+
+       * comint.el (comint-regexp-arg): Fix no-input case.
+
+2008-01-16  Ulf Jasper  <ulf.jasper@web.de>
+
+       * calendar/icalendar.el (icalendar-export-file)
+       (icalendar-import-file): Restore significant trailing whitespace
+       in `interactive' prompts.
+
+2008-01-15  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * vc-arch.el (vc-arch-delete-rej-if-obsolete): Remove the
+       after-save-hook so that it is not called multiple times.
+
+       * vc-svn.el (vc-svn-resolve-when-done): Likewise.
+
+2008-01-15  Glenn Morris  <rgm@gnu.org>
+
+       * diff-mode.el (diff-end-of-hunk): Revert 2008-01-08 change.
+
+2008-01-14  Alan Mackenzie  <acm@muc.de>
+
+       * progmodes/cc-vars.el (c-constant-symbol): New function which
+       supersedes c-const-symbol.  During a customize-.. call it enables
+       an element of (e.g.) c-hanging-braces alist to have its name
+       displayed, even when the default value of c-h-b etc. doesn't
+       include the elemnt.  Replace uses of the old function by the new.
+
+       * progmodes/cc-vars.el (c-hanging-braces-alist): Remove the
+       obscure non-working fragment ":value c-".
+
+       * progmodes/cc-engine.el (c-guess-basic-syntax): prevent a macro
+       call inside a struct being recognised as a K&R argument.
+
+2008-01-14  Jason Rumney  <jasonr@gnu.org>
+
+       * image.el (image-type): Use image-type-from-file-name (from trunk
+       2007-05-21  Chong Yidong  <cyd@stupidchicken.com>).
+
+2008-01-12  Glenn Morris  <rgm@gnu.org>
+
+       * woman.el (woman-parse-numeric-arg): Change handling of `==':
+       can be interned without a function definition.
+
+2008-01-12  Eli Zaretskii  <eliz@gnu.org>
+
+       * view.el (view-file-other-window, view-file-other-frame): Don't
+       kill the buffer if it is modified.  Doc fixes.
+       (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.
+       (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-11  Richard Stallman  <rms@gnu.org>
+
+       * subr.el (atomic-change-group): Prevent undo list truncation.
+
+2008-01-11  Martin Rudalics  <rudalics@gmx.at>
+
+       * cus-start.el (all): Add missing version entries.
+
+2008-01-10  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * files.el (safe-local-eval-forms): Mark
+       (add-hook 'write-file-hooks 'time-stamp) as safe.
+
+2008-01-10  Nick Roberts  <nickrob@snap.net.nz>
+
+       * comint.el (comint-insert-input): Set point first.
+
+       * progmodes/gdb-ui.el (gdb-dequeue-input): Make doubly sure
+       session doesn't hang because gdb-pending-triggers is non-nil.
+       (gdb-frame-handler): Use buffer-file-name instead of
+       buffer-name in case of duplicate file names.
+
+2008-01-10  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * progmodes/verilog-mode.el (verilog-mode-map): Don't bind C-M-a,
+       C-M-e and C-M-h for emacs, they work by default.
+       (verilog-emacs-features): Remove.
+       (verilog-setup-dual-comments, verilog-populate-syntax-table):
+       Remove.  Move syntax table initialization ...
+       (verilog-mode-syntax-table): ... here.
+       (verilog-mode): Don't initialize the syntax table here.
+       (verilog-mark-defun): Only do something useful for XEmacs, emacs
+       does not need it.
+
 2008-01-10  Glenn Morris  <rgm@gnu.org>
 
        * shell.el (shell-dirtrack-verbose, shell-mode)
 
        * vc-hg.el (vc-hg-diff): Don't pass an empty string.
 
-2008-01-09  Wilson Snyder <wsnyder@wsnyder.org>
+2008-01-09  Wilson Snyder  <wsnyder@wsnyder.org>
 
        * progmodes/verilog-mode.el (top-level): Fix spacing.
        (verilog-mode-version, verilog-mode-release-date): Update version
        (verilog-re-search-backward, verilog-re-search-forward-quick)
        (verilog-re-search-backward-quick, verilog-get-beg-of-line)
        (verilog-get-end-of-line, verilog-within-string): Move definitions
-       before first use. No code changes.
+       before first use.  No code changes.
 
 2007-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
 
        (verilog-emacs-features, verilog-auto-ascii-enum)
        (verilog-insert-indices): Escape braces in doc strings.
 
-2007-12-08  Michael McNamara <mac@verilog.com>
-           Wilson Snyder <wsnyder@wsnyder.org>
+2007-12-08  Michael McNamara  <mac@verilog.com>
+           Wilson Snyder  <wsnyder@wsnyder.org>
 
        * progmodes/verilog-mode.el: New file.
 
        path.  Rewrite function in `cond' style for readability.
 
        Suggested by: Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>.
-       (The path shortening, that is, not the rearrarangement.)
+       (The path shortening, that is, not the rearrangement.)
 
 2007-01-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>