]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
Remove * in docstrings.
[gnu-emacs] / lisp / ChangeLog
index 00a8d47255361b965ebb1cd16de363a0ad65b7ea..aa2fb64ad60cab3bf265089ae915b9695a933401 100644 (file)
@@ -1,9 +1,93 @@
+2006-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * progmodes/prolog.el: Remove * in docstrings.
+       (prolog-program-name): Add SWI prolog.
+       (prolog-mode-menu): New menu.
+       (prolog-mode): Set comment-add.
+       (prolog-indent-line): Simplify.  Use indent-line-to.
+       (inferior-prolog-buffer): New var.
+       (inferior-prolog-run, inferior-prolog-process): New funs.
+       (run-prolog, switch-to-prolog): Rewrite, using them.
+       (prolog-consult-region): Use inferior-prolog-buffer.
+       (inferior-prolog-load-file): New function.
+       (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
+
+       * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
+       last word, if it's not the end of the paragraph.
+
+       * files.el (abbreviate-file-name): Don't mistakenly match newlines in
+       file name.
+
+2006-09-06  Ralf Angeli  <angeli@caeruleus.net>
+
+       * frame.el (display-mm-dimensions-alist): New defcustom.
+       (display-mm-height, display-mm-width): Use it.
+
+2006-09-06  Simon Josefsson  <jas@extundo.com>
+
+       * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
+
+2006-09-06  Nick Roberts  <nickrob@snap.net.nz>
+
+       * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
+       (gdb-var-list-children-regexp-1): Tweak regexps to catch full
+       string values.
+
+2006-09-06  Kim F. Storm  <storm@cua.dk>
+
+       * simple.el (line-move-partial): New function to do vscrolling for
+       partially visible images / tall lines.  Rewrite based on code
+       previously in line-move.  Simplify backwards vscrolling.
+       (line-move): Use it.  Simplify.
+
+2006-09-05  Kim F. Storm  <storm@cua.dk>
+
+       * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
+
+2006-09-05  Chong Yidong  <cyd@stupidchicken.com>
+
+       * progmodes/compile.el (compilation-error-regexp-alist-alist):
+       Process the `gcc-include' after the `gnu' rule.
+
+2006-09-05  Kim F. Storm  <storm@cua.dk>
+
+       * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
+
+2006-09-05  Daiki Ueno  <ueno@unixuser.org>
+
+       * pgg.el (pgg-clear-string): Alias to clear-string for backward
+       compatibility.
+
+       * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
+       inhibit-redisplay; encode passphrase with locale-coding-system.
+
+2006-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
+
+2006-09-05  Nick Roberts  <nickrob@snap.net.nz>
+
+       * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
+       (gdb-var-list-children-regexp): Make type field optional.
+
+       * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
+       e.g public, protected in C++.
+
+2006-09-04  John Paul Wallington  <jpw@pobox.com>
+
+       * simple.el (completion-show-help): New defcustom.
+       (completion-setup-function): Heed it.
+
 2006-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
 
        * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
 
 2006-09-04  Richard Stallman  <rms@gnu.org>
 
+       * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
+       (rsf-min-region-to-spam-list): Doc fix.
+       (rsf-add-content-type-field): Doc fix.
+
        * simple.el (kill-region): Explicitly test there is a region.
 
 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>