diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 220 |
1 files changed, 218 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6ec351d98c5..26e8bec7937 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,219 @@ | |||
| 1 | 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org> | ||
| 2 | |||
| 3 | * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a | ||
| 4 | defcustom again for backwards compatibility. | ||
| 5 | |||
| 6 | * simple.el (shell-command-on-region): Fill. | ||
| 7 | |||
| 8 | * dired-aux.el (dired-kill-line): Add a doc string. | ||
| 9 | |||
| 10 | * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults | ||
| 11 | to "\\sw\\|\\s_" (bug#358). | ||
| 12 | |||
| 13 | * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770). | ||
| 14 | (dired-unmark-backward): Ditto. | ||
| 15 | (dired-flag-backup-files): Ditto. | ||
| 16 | |||
| 17 | * dired-x.el (dired-mark-sexp): Ditto. | ||
| 18 | |||
| 19 | 2011-07-06 Richard Stallman <rms@gnu.org> | ||
| 20 | |||
| 21 | * mail/rmailmm.el: Give entity a new slot, TRUNCATED. | ||
| 22 | (rmail-mime-entity): New arg TRUNCATED. | ||
| 23 | (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated): | ||
| 24 | New functions. | ||
| 25 | (rmail-mime-save): Warn if entity is truncated. | ||
| 26 | (rmail-mime-toggle-hidden): Likewise, for showing. | ||
| 27 | (rmail-mime-process-multipart): Record when an entity is truncated. | ||
| 28 | |||
| 29 | * mail/rmailmm.el (rmail-search-mime-message): Don't get confused | ||
| 30 | if ENTITY is a string. | ||
| 31 | |||
| 32 | 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org> | ||
| 33 | |||
| 34 | * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation | ||
| 35 | of faces when `M-C-x'-ing their definitions (bug#8378). Also | ||
| 36 | clean up the code slightly. | ||
| 37 | |||
| 38 | * progmodes/grep.el (rgrep): Don't bind `process-connection-type', | ||
| 39 | because that makes the colours go away. | ||
| 40 | |||
| 41 | * mail/sendmail.el (send-mail-function): Change the default to | ||
| 42 | `sendmail-query-once'. | ||
| 43 | (sendmail-query-once): Add an autoload cookie. | ||
| 44 | |||
| 45 | * net/network-stream.el (network-stream-open-starttls): Try using | ||
| 46 | a plain connection even if the server offered STARTTLS, and we | ||
| 47 | kinda wanted to use it, if Emacs doesn't have any STARTTLS | ||
| 48 | capability. This should make smtpmail.el work in slightly more | ||
| 49 | configurations. | ||
| 50 | |||
| 51 | 2011-07-06 Michael Albinus <michael.albinus@gmx.de> | ||
| 52 | |||
| 53 | * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window): | ||
| 54 | New defun. | ||
| 55 | * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it. | ||
| 56 | |||
| 57 | 2011-07-06 Michael R. Mauger <mmaug@yahoo.com> | ||
| 58 | |||
| 59 | * progmodes/sql.el: Version 3.0 | ||
| 60 | (sql-product-alist): Added product :completion-object, | ||
| 61 | :completion-column, and :statement attributes. | ||
| 62 | (sql-mode-menu, sql-interactive-mode-map): Fixed List entries. | ||
| 63 | (sql-mode-syntax-table): Mark all punctuation. | ||
| 64 | (sql-font-lock-keywords-builder): Temporarily removed fallback on | ||
| 65 | ansi keywords. | ||
| 66 | (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions. | ||
| 67 | (sql-mode-oracle-font-lock-keywords): Improved. | ||
| 68 | (sql-oracle-show-reserved-words): New function for development. | ||
| 69 | (sql-product-font-lock): Simplify for source code buffers. | ||
| 70 | (sql-product-syntax-table, sql-product-font-lock-syntax-alist): | ||
| 71 | New functions. | ||
| 72 | (sql-highlight-product): Set product specific syntax table. | ||
| 73 | (sql-mode-map): Added statement movement functions. | ||
| 74 | (sql-ansi-statement-starters, sql-oracle-statement-starters): New | ||
| 75 | variable. | ||
| 76 | (sql-statement-regexp, sql-beginning-of-statement) | ||
| 77 | (sql-end-of-statement, sql-signum): New functions. | ||
| 78 | (sql-buffer-live-p, sql=find-sqli-buffer): Added CONNECTION | ||
| 79 | parameter. | ||
| 80 | (sql-show-sqli-buffer): Bug fix. | ||
| 81 | (sql-interactive-mode): Store connection data as buffer local. | ||
| 82 | (sql-connect): Added NEW-NAME parameter. Redesigned interaction | ||
| 83 | with sql-interactive-mode. | ||
| 84 | (sql-save-connection): Save buffer local settings. | ||
| 85 | (sql-connection-menu-filter): Changed menu entry name. | ||
| 86 | (sql-product-interactive): Bug fix. | ||
| 87 | (sql-preoutput-hold): New variable. | ||
| 88 | (sql-interactive-remove-continuation-prompt): Bug fixes. | ||
| 89 | (sql-debug-redirect): New variable. | ||
| 90 | (sql-str-literal): New function. | ||
| 91 | (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute): | ||
| 92 | Redesigned. | ||
| 93 | (sql-oracle-save-settings, sql-oracle-restore-settings) | ||
| 94 | (sql-oracle-list-all, sql-oracle-list-table): New functions. | ||
| 95 | (sql-completion-object, sql-completion-column) | ||
| 96 | (sql-completion-sqlbuf): New variables. | ||
| 97 | (sql-build-completions-1, sql-build-completions) | ||
| 98 | (sql-try-completion): New functions. | ||
| 99 | (sql-read-table-name): Use them. | ||
| 100 | (sql-contains-names): New buffer local variable. | ||
| 101 | (sql-list-all, sql-list-table): Use it. | ||
| 102 | (sql-oracle-completion-types): New variable. | ||
| 103 | (sql-oracle-completion-object, sql-sqlite-completion-object) | ||
| 104 | (sql-postgres-completion-object): New functions. | ||
| 105 | |||
| 106 | 2011-07-06 Glenn Morris <rgm@gnu.org> | ||
| 107 | |||
| 108 | * window.el (pop-to-buffer): Doc fix. | ||
| 109 | |||
| 110 | 2011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change) | ||
| 111 | |||
| 112 | * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653). | ||
| 113 | |||
| 114 | 2011-07-06 Chong Yidong <cyd@stupidchicken.com> | ||
| 115 | |||
| 116 | * window.el (special-display-popup-frame): Doc fix (Bug#8853). | ||
| 117 | |||
| 118 | * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833). | ||
| 119 | |||
| 120 | 2011-07-05 Chong Yidong <cyd@stupidchicken.com> | ||
| 121 | |||
| 122 | * button.el (button): Inherit from link face. Suggested by Dan | ||
| 123 | Nicolaescu. | ||
| 124 | |||
| 125 | 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 126 | |||
| 127 | * progmodes/gdb-mi.el: Fit in 80 columns. | ||
| 128 | (gdb-setup-windows, gdb-restore-windows): Avoid other-window and | ||
| 129 | switch-to-buffer. | ||
| 130 | |||
| 131 | * progmodes/which-func.el (which-func-ff-hook): Don't output a message | ||
| 132 | if imenu is simply not configured (bug#8941). | ||
| 133 | |||
| 134 | 2011-07-05 Ken Manheimer <ken.manheimer@gmail.com> | ||
| 135 | |||
| 136 | * allout.el (allout-post-undo-hook): New allout outline-change | ||
| 137 | event hook to signal undo activity. | ||
| 138 | (allout-post-command-business): Run allout-post-undo-hook if an | ||
| 139 | undo just occurred. | ||
| 140 | (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes. | ||
| 141 | * allout-widgets.el (allout-widgets-after-undo-function): | ||
| 142 | Ensure the integrity of the current item's decoration after it has been | ||
| 143 | in the vicinity of an undo. | ||
| 144 | (allout-widgets-mode): Include allout-widgets-after-undo-function | ||
| 145 | on the new allout-post-undo-hook. | ||
| 146 | |||
| 147 | 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 148 | |||
| 149 | * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table): | ||
| 150 | Let define-derived-mode define it. | ||
| 151 | * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating | ||
| 152 | cycles of abbrev-table inheritance (bug#8998). | ||
| 153 | |||
| 154 | 2011-07-05 Roland Winkler <winkler@gnu.org> | ||
| 155 | |||
| 156 | * textmodes/bibtex.el: Add support for biblatex. | ||
| 157 | (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist) | ||
| 158 | (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist) | ||
| 159 | (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re) | ||
| 160 | (bibtex-entry-alist, bibtex-field-alist): New variables. | ||
| 161 | (bibtex-entry-field-alist): Obsolete alias for | ||
| 162 | bibtex-BibTeX-entry-alist. | ||
| 163 | (bibtex-entry-alist, bibtex-field-alist): New widgets. | ||
| 164 | (bibtex-set-dialect): New command. | ||
| 165 | (bibtex-entry-type, bibtex-entry-head) | ||
| 166 | (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type): | ||
| 167 | Bind via bibtex-set-dialect. | ||
| 168 | (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook) | ||
| 169 | (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual) | ||
| 170 | (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis) | ||
| 171 | (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished): | ||
| 172 | Define via bibtex-set-dialect. | ||
| 173 | (bibtex-name-in-field, bibtex-remove-OPT-or-ALT): | ||
| 174 | Obey bibtex-no-opt-remove-re. | ||
| 175 | (bibtex-vec-push, bibtex-vec-incr): New functions. | ||
| 176 | (bibtex-format-entry, bibtex-field-list) | ||
| 177 | (bibtex-print-help-message, bibtex-validate) | ||
| 178 | (bibtex-search-entries): Use new format of bibtex-entry-alist. | ||
| 179 | |||
| 180 | 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 181 | |||
| 182 | * progmodes/compile.el (compilation-goto-locus): | ||
| 183 | * net/tramp-cmds.el (tramp-append-tramp-buffers): | ||
| 184 | * bs.el (bs-cycle-next, bs-cycle-previous): | ||
| 185 | * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window): | ||
| 186 | * bindings.el (mode-line-other-buffer): | ||
| 187 | * autoinsert.el (auto-insert): | ||
| 188 | * arc-mode.el (archive-extract): | ||
| 189 | * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer. | ||
| 190 | |||
| 191 | 2011-07-05 Juanma Barranquero <lekktu@gmail.com> | ||
| 192 | |||
| 193 | * emacs-lock.el (emacs-lock-mode): Fix typo in variable name. | ||
| 194 | Fix check of `emacs-lock-unlockable-modes'. | ||
| 195 | Coerce true values of `emacs-lock--try-unlocking' to t. | ||
| 196 | |||
| 197 | 2011-07-05 Juanma Barranquero <lekktu@gmail.com> | ||
| 198 | |||
| 199 | * obsolete/old-emacs-lock.el: Rename from emacs-lock.el. | ||
| 200 | * emacs-lock.el: New file. | ||
| 201 | |||
| 202 | 2011-07-05 Julien Danjou <julien@danjou.info> | ||
| 203 | |||
| 204 | * textmodes/rst.el (rst-define-level-faces): Use `facep' rather | ||
| 205 | than `boundp' to check if face is set. | ||
| 206 | |||
| 207 | 2011-07-05 Juanma Barranquero <lekktu@gmail.com> | ||
| 208 | |||
| 209 | * register.el (registerv-make): | ||
| 210 | * window.el (window-min-height): Fix typos in docstrings. | ||
| 211 | |||
| 212 | 2011-07-05 Jan Djärv <jan.h.d@swipnet.se> | ||
| 213 | |||
| 214 | * dynamic-setting.el (dynamic-setting-handle-config-changed-event): | ||
| 215 | Update doc string. | ||
| 216 | |||
| 1 | 2011-07-04 Juanma Barranquero <lekktu@gmail.com> | 217 | 2011-07-04 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 218 | ||
| 3 | * server.el (server-execute): Catch quit and call | 219 | * server.el (server-execute): Catch quit and call |
| @@ -38,8 +254,8 @@ | |||
| 38 | according to whether there are or aren't any plain-text topics | 254 | according to whether there are or aren't any plain-text topics |
| 39 | pending encryption. | 255 | pending encryption. |
| 40 | 256 | ||
| 41 | (allout-inhibit-auto-save-info-for-decryption): Adjust | 257 | (allout-inhibit-auto-save-info-for-decryption): |
| 42 | buffer-saved-size and some allout state to inhibit auto-saves if | 258 | Adjust buffer-saved-size and some allout state to inhibit auto-saves if |
| 43 | there are plain-text topics pending encryption. | 259 | there are plain-text topics pending encryption. |
| 44 | 260 | ||
| 45 | (allout-maybe-resume-auto-save-info-after-encryption): Adjust | 261 | (allout-maybe-resume-auto-save-info-after-encryption): Adjust |