]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
* dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
[gnu-emacs] / lisp / ChangeLog
index 1b550db3d6b11a24ae037a70d0a160281ff9464d..68533f8e89eace187974e2c81b2ed0573fff176e 100644 (file)
@@ -1,5 +1,126 @@
+2011-07-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
+       to "\\sw\\|\\s_" (bug#358).
+
+       * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
+       (dired-unmark-backward): Ditto.
+       (dired-flag-backup-files): Ditto.
+
+       * dired-x.el (dired-mark-sexp): Ditto.
+
+2011-07-06  Richard Stallman  <rms@gnu.org>
+
+       * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
+       (rmail-mime-entity): New arg TRUNCATED.
+       (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
+       New functions.
+       (rmail-mime-save): Warn if entity is truncated.
+       (rmail-mime-toggle-hidden): Likewise, for showing.
+       (rmail-mime-process-multipart): Record when an entity is truncated.
+
+       * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
+       if ENTITY is a string.
+
+2011-07-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
+       of faces when `M-C-x'-ing their definitions (bug#8378).  Also
+       clean up the code slightly.
+
+       * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
+       because that makes the colours go away.
+
+       * mail/sendmail.el (send-mail-function): Change the default to
+       `sendmail-query-once'.
+       (sendmail-query-once): Add an autoload cookie.
+
+       * net/network-stream.el (network-stream-open-starttls): Try using
+       a plain connection even if the server offered STARTTLS, and we
+       kinda wanted to use it, if Emacs doesn't have any STARTTLS
+       capability.  This should make smtpmail.el work in slightly more
+       configurations.
+
+2011-07-06  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
+       New defun.
+       * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
+
+2011-07-06  Michael R. Mauger  <mmaug@yahoo.com>
+
+       * progmodes/sql.el: Version 3.0
+       (sql-product-alist): Added product :completion-object,
+       :completion-column, and :statement attributes.
+       (sql-mode-menu, sql-interactive-mode-map): Fixed List entries.
+       (sql-mode-syntax-table): Mark all punctuation.
+       (sql-font-lock-keywords-builder): Temporarily removed fallback on
+       ansi keywords.
+       (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
+       (sql-mode-oracle-font-lock-keywords): Improved.
+       (sql-oracle-show-reserved-words): New function for development.
+       (sql-product-font-lock): Simplify for source code buffers.
+       (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
+       New functions.
+       (sql-highlight-product): Set product specific syntax table.
+       (sql-mode-map): Added statement movement functions.
+       (sql-ansi-statement-starters, sql-oracle-statement-starters): New
+       variable.
+       (sql-statement-regexp, sql-beginning-of-statement)
+       (sql-end-of-statement, sql-signum): New functions.
+       (sql-buffer-live-p, sql=find-sqli-buffer): Added CONNECTION
+       parameter.
+       (sql-show-sqli-buffer): Bug fix.
+       (sql-interactive-mode): Store connection data as buffer local.
+       (sql-connect): Added NEW-NAME parameter.  Redesigned interaction
+       with sql-interactive-mode.
+       (sql-save-connection): Save buffer local settings.
+       (sql-connection-menu-filter): Changed menu entry name.
+       (sql-product-interactive): Bug fix.
+       (sql-preoutput-hold): New variable.
+       (sql-interactive-remove-continuation-prompt): Bug fixes.
+       (sql-debug-redirect): New variable.
+       (sql-str-literal): New function.
+       (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
+       Redesigned.
+       (sql-oracle-save-settings, sql-oracle-restore-settings)
+       (sql-oracle-list-all, sql-oracle-list-table): New functions.
+       (sql-completion-object, sql-completion-column)
+       (sql-completion-sqlbuf): New variables.
+       (sql-build-completions-1, sql-build-completions)
+       (sql-try-completion): New functions.
+       (sql-read-table-name): Use them.
+       (sql-contains-names): New buffer local variable.
+       (sql-list-all, sql-list-table): Use it.
+       (sql-oracle-completion-types): New variable.
+       (sql-oracle-completion-object, sql-sqlite-completion-object)
+       (sql-postgres-completion-object): New functions.
+
+2011-07-06  Glenn Morris  <rgm@gnu.org>
+
+       * window.el (pop-to-buffer): Doc fix.
+
+2011-07-06  Markus Heiser  <markus.heiser@darmarit.de>  (tiny change)
+
+       * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
+
+2011-07-06  Chong Yidong  <cyd@stupidchicken.com>
+
+       * window.el (special-display-popup-frame): Doc fix (Bug#8853).
+
+       * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
+
+2011-07-05  Chong Yidong  <cyd@stupidchicken.com>
+
+       * button.el (button): Inherit from link face.  Suggested by Dan
+       Nicolaescu.
+
 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
 
+       * progmodes/gdb-mi.el: Fit in 80 columns.
+       (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
+       switch-to-buffer.
+
        * progmodes/which-func.el (which-func-ff-hook): Don't output a message
        if imenu is simply not configured (bug#8941).
 
        (allout-widgets-mode): Include allout-widgets-after-undo-function
        on the new allout-post-undo-hook.
 
-
 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):