diff options
| author | Miles Bader | 2006-05-02 05:51:52 +0000 |
|---|---|---|
| committer | Miles Bader | 2006-05-02 05:51:52 +0000 |
| commit | fe682fb2f05fcbd9fcd2d12c2110719adcfcb58a (patch) | |
| tree | 2a89d2d9ea2689cfe80a7618885cdd9f449761dd /lisp/ChangeLog | |
| parent | 7e635d0ed3c42e6e779821f5c0c1c62289f4c1ee (diff) | |
| parent | 6cf93749317c2e18f850cd0f47f905895e850bfc (diff) | |
| download | emacs-fe682fb2f05fcbd9fcd2d12c2110719adcfcb58a.tar.gz emacs-fe682fb2f05fcbd9fcd2d12c2110719adcfcb58a.zip | |
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-58
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 239-258)
- Update from CVS
- (Ffield_beginning, find_field): Undo change of 2006-04-23.
- Rcirc patch from Ryan Yeske
- Merge from gnus--rel--5.10
- Clean up lisp/gnus/ChangeLog a bit
* gnus--rel--5.10 (patch 91-98)
- Merge from emacs--devo--0
- Update from CVS
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 367 |
1 files changed, 331 insertions, 36 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 56ee9cb71e6..b39bebc7215 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,6 +1,303 @@ | |||
| 1 | 2006-05-01 Richard Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C, | ||
| 4 | M-r, M-R, M-A, M-SPC or M-DEL. | ||
| 5 | (diff-mode-map): diff-refine-hunk now on C-c C-w | ||
| 6 | (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u. | ||
| 7 | |||
| 8 | * help-mode.el (help-mode): view-exit-action calls delete-window | ||
| 9 | only when it is safe and possible. | ||
| 10 | |||
| 11 | * simple.el (undo-outer-limit-truncate): Put quotes around buffer name | ||
| 12 | in messages. | ||
| 13 | |||
| 14 | * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes. | ||
| 15 | |||
| 16 | * tool-bar.el (tool-bar-setup): Put Help and Preferences items | ||
| 17 | in the default tool-bar-map. | ||
| 18 | |||
| 19 | 2006-05-01 Michael Albinus <michael.albinus@gmx.de> | ||
| 20 | |||
| 21 | * net/tramp.el (tramp-completion-file-name-handler-alist) | ||
| 22 | (tramp-run-real-handler, tramp-completion-run-real-handler) | ||
| 23 | (tramp-completion-handle-file-name-all-completions) | ||
| 24 | (tramp-completion-handle-file-name-completion): Autoload them. | ||
| 25 | (tramp-completion-handle-file-exists-p) | ||
| 26 | (tramp-completion-handle-file-name-directory) | ||
| 27 | (tramp-completion-handle-file-name-nondirectory) | ||
| 28 | (tramp-completion-handle-expand-file-name): Remove them. | ||
| 29 | (tramp-handle-file-name-directory): Return the real directory | ||
| 30 | name. Returning "/" only doesn't need to be necessary any longer. | ||
| 31 | (tramp-file-name-handler): Make special attention when in hostname | ||
| 32 | completion mode. | ||
| 33 | (tramp-completion-file-name-handler): Revert patch from | ||
| 34 | 2006-04-28. | ||
| 35 | (tramp-register-file-name-handlers): Register | ||
| 36 | `tramp-completion-file-name-handler' only when | ||
| 37 | `partial-completion-mode is enabled. | ||
| 38 | (tramp-completion-handle-file-name-all-completions): Delete | ||
| 39 | directory part from results. | ||
| 40 | (tramp-get-completion-methods, tramp-get-completion-user-host): | ||
| 41 | Discard deleting "/", it doesn't work after the change of | ||
| 42 | `tramp-handle-file-name-directory' above. | ||
| 43 | |||
| 44 | 2006-05-01 Kim F. Storm <storm@cua.dk> | ||
| 45 | |||
| 46 | * progmodes/grep.el (grep-expand-template): Use save-match-data. | ||
| 47 | |||
| 48 | 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 49 | |||
| 50 | * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop): Use | ||
| 51 | select-frame-set-input-focus instead of raise-frame. | ||
| 52 | (global-map): Bind M-drag-n-drop to mac-drag-n-drop. | ||
| 53 | |||
| 54 | 2006-05-01 Nick Roberts <nickrob@snap.net.nz> | ||
| 55 | |||
| 56 | * progmodes/gud.el (gud-def): Add %c case. | ||
| 57 | (gud-speedbar-buttons): Don'bind case-fold-search unnecessarily. | ||
| 58 | (gud-format-command): Make match case sensitive. Match on %F. | ||
| 59 | |||
| 60 | 2006-04-30 Glenn Morris <rgm@gnu.org> | ||
| 61 | |||
| 62 | * calendar/cal-tex.el (cal-tex-preamble-extra): New variable. | ||
| 63 | (cal-tex-preamble): Use cal-tex-preamble-extra. | ||
| 64 | (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather | ||
| 65 | than alias `list-diary-entries'. | ||
| 66 | |||
| 67 | 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 68 | |||
| 69 | * help-fns.el (describe-variable): Add info about safe local variables. | ||
| 70 | |||
| 71 | 2006-04-29 Richard Stallman <rms@gnu.org> | ||
| 72 | |||
| 73 | * bindings.el (mode-line-format): help-echo doc fixes. | ||
| 74 | |||
| 75 | * net/tramp.el (tramp-file-name-handler-alist): Delete | ||
| 76 | expand-file-name and other operations that can cause spurious loading. | ||
| 77 | |||
| 78 | 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 79 | |||
| 80 | * files.el (safe-local-variable-p): Remove support for the special | ||
| 81 | value t. | ||
| 82 | |||
| 83 | * textmodes/paragraphs.el (sentence-end-without-space): | ||
| 84 | Fix safety predicate. | ||
| 85 | (sentence-end-double-space, sentence-end-without-period) | ||
| 86 | (paragraph-ignore-fill-prefix): | ||
| 87 | * textmodes/fill.el (colon-double-space): | ||
| 88 | * abbrev.el (abbrev-mode): Tighten the safety predicate. | ||
| 89 | |||
| 90 | * subr.el (booleanp): New fun. | ||
| 91 | |||
| 92 | * textmodes/reftex-vars.el (reftex-guess-label-type): | ||
| 93 | Tighten the safety predicate. | ||
| 94 | |||
| 95 | 2006-04-28 Kim F. Storm <storm@cua.dk> | ||
| 96 | |||
| 97 | * progmodes/grep.el (defgroup grep): Doc fix. | ||
| 98 | (grep-auto-highlight): Remove. | ||
| 99 | (grep-template): New defcustom. | ||
| 100 | (grep-find-template): Rename from grep-tree-template. | ||
| 101 | (grep-files-aliases): Rename from grep-tree-files-aliases. | ||
| 102 | Remove "all" alias, add "l" alias. | ||
| 103 | (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove. | ||
| 104 | (grep-find-ignored-directories): New defcustom to replace | ||
| 105 | grep-tree-ignore-CVS-directories, to facilitate ignoring | ||
| 106 | subdirectories for multiple version control systems. | ||
| 107 | (grep-mode-map): Add Recursive grep item to GREP menu. | ||
| 108 | (grep-regexp-history, grep-files-history): New defvars. | ||
| 109 | (grep-probe): New helper function. | ||
| 110 | (grep-compute-defaults): Use it to simplify code. | ||
| 111 | Adapt to name changes. | ||
| 112 | Use `.' as base in grep-find-template rather than <D>. | ||
| 113 | (grep): Remove superfluous highlight-regexp arg. Fix doc. | ||
| 114 | Call grep-compute-defaults unconditionally. | ||
| 115 | (grep-expand-keywords): New defconst. | ||
| 116 | (grep-expand-template): Rename from grep-expand-command-macros. | ||
| 117 | Simplify via grep-expand-keywords. Look at case-fold-search instead | ||
| 118 | of grep-tree-ignore-case to add -i option. | ||
| 119 | Bind case-fold-search to nil while matching keywords. | ||
| 120 | (grep-tree-last-regexp, grep-tree-last-files): Remove. | ||
| 121 | (grep-read-regexp, grep-read-files): New helper functions. | ||
| 122 | (rgrep): Rename from grep-tree. Rework to use proper histories. | ||
| 123 | Adapt to changes in defcustoms and functions above. | ||
| 124 | (lgrep): New command, as grep, but using same interactive api as rgrep. | ||
| 125 | |||
| 126 | 2006-04-28 Michael Albinus <michael.albinus@gmx.de> | ||
| 127 | |||
| 128 | * net/tramp.el (tramp-completion-file-name-handler): | ||
| 129 | Disable Tramp's functionality while loading Tramp itself. | ||
| 130 | (tramp-register-file-name-handlers): That's a defsubst now. | ||
| 131 | Code from `tramp-repair-jka-compr' moved here. Apply it via | ||
| 132 | `after-init-hook'. | ||
| 133 | (tramp-repair-jka-compr): Remove. | ||
| 134 | |||
| 135 | 2006-04-27 Jay Belanger <belanger@truman.edu> | ||
| 136 | |||
| 137 | * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to | ||
| 138 | read expression when `math-read-big-expr' doesn't work. | ||
| 139 | |||
| 140 | 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de> | ||
| 141 | |||
| 142 | * startup.el (command-line-1): Display warning when | ||
| 143 | pure-space-overflow is non-nil. | ||
| 144 | |||
| 145 | 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de> | ||
| 146 | |||
| 147 | * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as | ||
| 148 | risky. | ||
| 149 | |||
| 150 | 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de> | ||
| 151 | |||
| 152 | * textmodes/bibtex.el (bibtex-url): New optional arg no-browse. | ||
| 153 | Return the URL or nil if none can be generated. | ||
| 154 | |||
| 155 | 2006-04-27 Nick Roberts <nickrob@snap.net.nz> | ||
| 156 | |||
| 157 | * progmodes/gud.el (gud-comint-buffer): Move forward to stop | ||
| 158 | byte compiler warnings. | ||
| 159 | (gud-basic-call, gud-find-expr): Let user select an expression | ||
| 160 | for printing. Print expression as well as value in GUD buffer. | ||
| 161 | |||
| 162 | 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com> | ||
| 163 | |||
| 164 | * allout.el: Remove local autoload declaration for | ||
| 165 | pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el. | ||
| 166 | (allout-show-bodies, allout-header-prefix, allout-primary-bullet) | ||
| 167 | (allout-plain-bullets-string, allout-distinctive-bullets-string) | ||
| 168 | (allout-use-mode-specific-leader, allout-old-style-prefixes) | ||
| 169 | (allout-stylish-prefixes, allout-numbered-bullet) | ||
| 170 | (allout-file-xref-bullet, allout-presentation-padding) | ||
| 171 | (allout-use-hanging-indents, allout-reindent-bodies): Mark as | ||
| 172 | safe-local-variable with suitable value spec, and add autoload | ||
| 173 | cookie for loaddefs inclusion. We now use an explicit spec everywhere. | ||
| 174 | (move-beginning-of-line, move-end-of-line): Repair so these compat | ||
| 175 | functions now actually resituate the point, when appropriate. | ||
| 176 | |||
| 177 | 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 178 | |||
| 179 | * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping. | ||
| 180 | |||
| 181 | * add-log.el (add-log-iso8601-time-zone): Make parameter optional. | ||
| 182 | (add-log-iso8601-time-string): Fix call to format-time-string. | ||
| 183 | |||
| 184 | 2006-04-26 Kim F. Storm <storm@cua.dk> | ||
| 185 | |||
| 186 | * subr.el (posn-string, posn-image, posn-object): Doc fix. | ||
| 187 | |||
| 188 | 2006-04-26 Masatake YAMATO <jet@gyve.org> | ||
| 189 | |||
| 190 | * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table): | ||
| 191 | Add support for "//" style comments. Remove `b' flag | ||
| 192 | from ?* in `asm-mode-syntax-table'. | ||
| 193 | |||
| 194 | 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 195 | |||
| 196 | * follow.el: Use (featurep 'xemacs) everywhere. | ||
| 197 | (follow-mode): Use define-minor-mode. | ||
| 198 | (follow-mode-map): Move initialization into the declaration. | ||
| 199 | Use command remapping. | ||
| 200 | (follow-emacs-version-xemacs-p): Remove. | ||
| 201 | (follow-submit-feedback): Remove. | ||
| 202 | |||
| 203 | * allout.el (allout-layout, allout-passphrase-verifier-string) | ||
| 204 | (allout-passphrase-hint-string): Tighten up a bit the safety predicate. | ||
| 205 | |||
| 206 | * textmodes/reftex-vars.el (reftex-vref-is-default) | ||
| 207 | (reftex-fref-is-default, reftex-guess-label-type): | ||
| 208 | Tighten up a bit the safety predicate. | ||
| 209 | |||
| 210 | * textmodes/paragraphs.el (sentence-end-double-space) | ||
| 211 | (sentence-end-without-period, sentence-end-without-space) | ||
| 212 | (page-delimiter, paragraph-ignore-fill-prefix): | ||
| 213 | Tighten up a bit the safety predicate. | ||
| 214 | |||
| 215 | * textmodes/fill.el (colon-double-space): Tighten up the safety pred. | ||
| 216 | |||
| 217 | * progmodes/python.el (python-continuation-line-p) | ||
| 218 | (python-beginning-of-statement): syntax-ppss may return | ||
| 219 | a negative depth. | ||
| 220 | (python-mode): Don't forcefully enable font-lock. | ||
| 221 | |||
| 222 | * time-stamp.el (time-stamp-start, time-stamp-end) | ||
| 223 | (time-stamp-inserts-lines): Tighten up a bit the safety predicate. | ||
| 224 | |||
| 225 | * add-log.el: Remove spurious * in docstrings. | ||
| 226 | (add-log-time-zone-rule): Rename from change-log-time-zone-rule. | ||
| 227 | (add-change-log-entry): Use it here, since it's not specific | ||
| 228 | to iso8601. | ||
| 229 | (add-log-iso8601-time-string): Don't use it here any more. | ||
| 230 | (change-log-indent-text, change-log-indent): Rename from add-log-*. | ||
| 231 | |||
| 232 | * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate. | ||
| 233 | |||
| 234 | 2006-04-25 Ryan Yeske <rcyeske@gmail.com> | ||
| 235 | |||
| 236 | * net/rcirc.el (rcirc-print): Revert last change with ignored nicks. | ||
| 237 | (rcirc-toggle-low-priority): Doc fix. | ||
| 238 | (rcirc-handler-NOTICE): Remove beginning of line anchor in | ||
| 239 | ChanServ regexp. | ||
| 240 | (rcirc-startup-channels-alist): Connect to #rcirc by default, not | ||
| 241 | #emacs. | ||
| 242 | (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables. | ||
| 243 | (rcirc-decode-coding-system): Use utf-8 as the default. | ||
| 244 | (rcirc-multiline-minor-mode): Set the fill-column. | ||
| 245 | (rcirc-format-response-string): Display bright and dim nicks. | ||
| 246 | (rcirc-browse-url): Update interactive spec to fill ARG. | ||
| 247 | (rcirc-bright-nick, rcirc-dim-nick): Add faces. | ||
| 248 | (rcirc-print): Ignore dim-nick messages wrt modeline-activity. | ||
| 249 | |||
| 250 | 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu> | ||
| 251 | |||
| 252 | * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching | ||
| 253 | case for @Article, etc. | ||
| 254 | |||
| 255 | 2006-04-23 Michael Albinus <michael.albinus@gmx.de> | ||
| 256 | |||
| 257 | * net/tramp.el (tramp-register-file-name-handlers): New defun. | ||
| 258 | Added with autoload cookie. | ||
| 259 | (tramp-unload-file-name-handlers): Rename from | ||
| 260 | `tramp-unload-file-name-handler-alist'. | ||
| 261 | |||
| 262 | 2006-04-23 Romain Francoise <romain@orebokech.com> | ||
| 263 | |||
| 264 | * comint.el (comint-match-partial-filename): Doc fix. | ||
| 265 | |||
| 266 | 2006-04-21 Glenn Morris <rgm@gnu.org> | ||
| 267 | |||
| 268 | * calendar/cal-menu.el (calendar-mode-map): Refer to | ||
| 269 | `diary-view-entries' rather than alias `view-diary-entries'. | ||
| 270 | * calendar/diary-lib.el (view-other-diary-entries): Ditto. | ||
| 271 | |||
| 272 | 2006-04-21 Luc Teirlinck <teirllm@auburn.edu> | ||
| 273 | |||
| 274 | * progmodes/antlr-mode.el (antlr-default): | ||
| 275 | * cus-edit.el (custom-documentation): | ||
| 276 | * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec | ||
| 277 | in defface. | ||
| 278 | |||
| 279 | 2006-04-21 Kim F. Storm <storm@cua.dk> | ||
| 280 | |||
| 281 | * image.el (image-type): New defun split out of create-image. | ||
| 282 | (create-image): Use it. | ||
| 283 | |||
| 284 | 2006-04-21 Carsten Dominik <dominik@science.uva.nl> | ||
| 285 | |||
| 286 | * textmodes/org.el (org-mode-map): Catch conflict with old allout.el. | ||
| 287 | (org-open-at-point): Remove the "...done" message to keep output | ||
| 288 | in the echo area visible. | ||
| 289 | (org-export-as-xoxo): Fix call to `indent-region'. | ||
| 290 | |||
| 291 | 2006-04-21 Kevin Ryde <user42@zip.com.au> | ||
| 292 | |||
| 293 | * international/mule.el (keyboard-coding-system): defcustom | ||
| 294 | info-link fixes: "Specify Coding" has been split, keyboard now in | ||
| 295 | "Terminal Coding", and "Single-Byte Character Support" is now | ||
| 296 | "Unibyte Mode". | ||
| 297 | |||
| 1 | 2006-04-21 Nick Roberts <nickrob@snap.net.nz> | 298 | 2006-04-21 Nick Roberts <nickrob@snap.net.nz> |
| 2 | 299 | ||
| 3 | * progmodes/gdb-ui.el (gdb-data-list-register-values-handler): | 300 | * progmodes/gdb-ui.el (gdb-data-list-register-values-handler): |
| 4 | Use font-lock-warning-face for any errors e.g. no stack. | 301 | Use font-lock-warning-face for any errors e.g. no stack. |
| 5 | (gdb-stack-list-locals-handler): Display any errors e.g. no stack. | 302 | (gdb-stack-list-locals-handler): Display any errors e.g. no stack. |
| 6 | 303 | ||
| @@ -13,26 +310,26 @@ | |||
| 13 | 310 | ||
| 14 | 2006-04-20 Carsten Dominik <dominik@science.uva.nl> | 311 | 2006-04-20 Carsten Dominik <dominik@science.uva.nl> |
| 15 | 312 | ||
| 16 | * textmodes/org.el: (org-deadline-announce): Face removed. | 313 | * textmodes/org.el (org-deadline-announce): Face removed. |
| 17 | (org-level-faces, org-n-levels): Converted to constant. | 314 | (org-level-faces, org-n-levels): Convert to constant. |
| 18 | (org-compatible-face): New function. | 315 | (org-compatible-face): New function. |
| 19 | (org-hide, org-level-1, org-level-2, org-level-3, org-level-4) | 316 | (org-hide, org-level-1, org-level-2, org-level-3, org-level-4) |
| 20 | (org-level-5, org-level-6, org-level-7, org-level-8) | 317 | (org-level-5, org-level-6, org-level-7, org-level-8) |
| 21 | (org-special-keyword, org-warning, org-headline-done, org-link) | 318 | (org-special-keyword, org-warning, org-headline-done, org-link) |
| 22 | (org-date, org-tag, org-todo, org-done, org-table, org-formula) | 319 | (org-date, org-tag, org-todo, org-done, org-table, org-formula) |
| 23 | (org-scheduled-today, org-scheduled-previously, org-time-grid): | 320 | (org-scheduled-today, org-scheduled-previously, org-time-grid): |
| 24 | Face definition revised for better color tty support. | 321 | Face definition revised for better color tty support. |
| 25 | (org-bold-re, org-italic-re, org-underline-re): New constants. | 322 | (org-bold-re, org-italic-re, org-underline-re): New constants. |
| 26 | (org-set-font-lock-defaults): Use the new constants. | 323 | (org-set-font-lock-defaults): Use the new constants. |
| 27 | (org-agenda-highlight-todo): New function. | 324 | (org-agenda-highlight-todo): New function. |
| 28 | (org-agenda-todo): Fixed bug with point at end of line. | 325 | (org-agenda-todo): Fix bug with point at end of line. |
| 29 | (org-agenda-change-all-lines, org-finalize-agenda-entries): | 326 | (org-agenda-change-all-lines, org-finalize-agenda-entries): |
| 30 | Fontify TODO keywords. | 327 | Fontify TODO keywords. |
| 31 | (org-insert-link): Preserve relative path in ../ links. | 328 | (org-insert-link): Preserve relative path in ../ links. |
| 32 | (org-export-as-html): Convert links pointing to .org files into | 329 | (org-export-as-html): Convert links pointing to .org files into |
| 33 | links that will work beteen the exported HTML files. | 330 | links that will work beteen the exported HTML files. |
| 34 | (org-todo-list): Fix bug when arg=0. | 331 | (org-todo-list): Fix bug when arg=0. |
| 35 | (org-insert-heading): More fine-tuning. | 332 | (org-insert-heading): More fine-tuning. |
| 36 | 333 | ||
| 37 | 2006-04-19 Romain Francoise <romain@orebokech.com> | 334 | 2006-04-19 Romain Francoise <romain@orebokech.com> |
| 38 | 335 | ||
| @@ -49,12 +346,11 @@ | |||
| 49 | when moving off either end of the input history ring. | 346 | when moving off either end of the input history ring. |
| 50 | (comint-delete-input): New function, used by | 347 | (comint-delete-input): New function, used by |
| 51 | `comint-previous-input' and others. | 348 | `comint-previous-input' and others. |
| 52 | (comint-previous-matching-input): Use | 349 | (comint-previous-matching-input): |
| 53 | `coming-delete-input'. Save the partial input if leaving the | 350 | Use `coming-delete-input'. Save the partial input if leaving the |
| 54 | edit line. Goto point-max before deleting input to avoid | 351 | edit line. Goto point-max before deleting input to avoid |
| 55 | partial input fragments hanging around. | 352 | partial input fragments hanging around. |
| 56 | (comint-restore-input): New function, used by | 353 | (comint-restore-input): New function, used by `comint-previous-input'. |
| 57 | `comint-previous-input', and bound to "C-c C-j". | ||
| 58 | 354 | ||
| 59 | 2006-04-18 Luc Teirlinck <teirllm@auburn.edu> | 355 | 2006-04-18 Luc Teirlinck <teirllm@auburn.edu> |
| 60 | 356 | ||
| @@ -62,8 +358,7 @@ | |||
| 62 | 358 | ||
| 63 | 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu> | 359 | 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu> |
| 64 | 360 | ||
| 65 | * progmodes/python.el (python-mode): Add support for | 361 | * progmodes/python.el (python-mode): Add support for hs-minor-mode. |
| 66 | hs-minor-mode. | ||
| 67 | 362 | ||
| 68 | 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de> | 363 | 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de> |
| 69 | 364 | ||
| @@ -141,7 +436,7 @@ | |||
| 141 | (gdb-frame-address): Re-use to identify frame for watch expression. | 436 | (gdb-frame-address): Re-use to identify frame for watch expression. |
| 142 | (gdb-var-list, gdb-var-create-handler): Add frame address for root | 437 | (gdb-var-list, gdb-var-create-handler): Add frame address for root |
| 143 | variables. | 438 | variables. |
| 144 | (gdb-init-1, gdb-source, gdb-post-prompt, ) | 439 | (gdb-init-1, gdb-source, gdb-post-prompt) |
| 145 | (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address. | 440 | (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address. |
| 146 | (gdb-frame-handler): Get gdb-frame-address. | 441 | (gdb-frame-handler): Get gdb-frame-address. |
| 147 | 442 | ||
| @@ -222,7 +517,7 @@ | |||
| 222 | 517 | ||
| 223 | 2006-04-13 Carsten Dominik <dominik@science.uva.nl> | 518 | 2006-04-13 Carsten Dominik <dominik@science.uva.nl> |
| 224 | 519 | ||
| 225 | * textmodes/org.el: (org-set-regexps-and-options) | 520 | * textmodes/org.el (org-set-regexps-and-options) |
| 226 | (org-get-current-options): Better names for the startup folding | 521 | (org-get-current-options): Better names for the startup folding |
| 227 | options. | 522 | options. |
| 228 | 523 | ||
| @@ -231,7 +526,7 @@ | |||
| 231 | * vc.el (vc-annotate): Arrange for point to end up at the same | 526 | * vc.el (vc-annotate): Arrange for point to end up at the same |
| 232 | line number as in the original, but only when using a new buffer. | 527 | line number as in the original, but only when using a new buffer. |
| 233 | 528 | ||
| 234 | 2006-04-12 Davis Herring <herring@lanl.gov> (tiny change) | 529 | 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change) |
| 235 | 530 | ||
| 236 | * files.el (hack-one-local-variable-eval-safep): | 531 | * files.el (hack-one-local-variable-eval-safep): |
| 237 | Recognize `edebug-form-spec' for `put', but only if it passes | 532 | Recognize `edebug-form-spec' for `put', but only if it passes |
| @@ -245,7 +540,7 @@ | |||
| 245 | 540 | ||
| 246 | 2006-04-13 Carsten Dominik <dominik@science.uva.nl> | 541 | 2006-04-13 Carsten Dominik <dominik@science.uva.nl> |
| 247 | 542 | ||
| 248 | * textmodes/org.el: (org-ctrl-c-ctrl-c): Improve documentation string. | 543 | * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string. |
| 249 | (org-agenda-mouse-1-follows-link) | 544 | (org-agenda-mouse-1-follows-link) |
| 250 | (org-mouse-1-follows-link): New options. | 545 | (org-mouse-1-follows-link): New options. |
| 251 | (org-format-agenda-item): Fix bug if TAGS is nil. | 546 | (org-format-agenda-item): Fix bug if TAGS is nil. |
| @@ -2437,7 +2732,7 @@ | |||
| 2437 | (describe-key-briefly-internal, describe-key-internal): | 2732 | (describe-key-briefly-internal, describe-key-internal): |
| 2438 | Functions merged back into their callers. | 2733 | Functions merged back into their callers. |
| 2439 | 2734 | ||
| 2440 | 2006-02-13 Martin Rudalics <rudalics@gmx.at> (tiny change) | 2735 | 2006-02-13 Martin Rudalics <rudalics@gmx.at> |
| 2441 | 2736 | ||
| 2442 | * info.el (info-xref-visited): Inherit from info-xref too. | 2737 | * info.el (info-xref-visited): Inherit from info-xref too. |
| 2443 | (Info-set-mode-line): Replace occurrences of `%' by `%%' | 2738 | (Info-set-mode-line): Replace occurrences of `%' by `%%' |
| @@ -3585,7 +3880,7 @@ | |||
| 3585 | * add-log.el (add-change-log-entry, change-log-merge): | 3880 | * add-log.el (add-change-log-entry, change-log-merge): |
| 3586 | Conditionally use `hard-newline'. | 3881 | Conditionally use `hard-newline'. |
| 3587 | 3882 | ||
| 3588 | 2006-01-13 Martin Rudalics <rudalics@gmx.at> (tiny change) | 3883 | 2006-01-13 Martin Rudalics <rudalics@gmx.at> |
| 3589 | 3884 | ||
| 3590 | * wid-edit.el (widget-field-end): If the overlay is no longer | 3885 | * wid-edit.el (widget-field-end): If the overlay is no longer |
| 3591 | associated with a buffer, behave as if the overlay didn't exist. | 3886 | associated with a buffer, behave as if the overlay didn't exist. |
| @@ -4595,7 +4890,7 @@ | |||
| 4595 | display-multi-frame-p, use selected-frame when menu-updating-frame | 4890 | display-multi-frame-p, use selected-frame when menu-updating-frame |
| 4596 | is nil. | 4891 | is nil. |
| 4597 | 4892 | ||
| 4598 | 2005-12-20 Davis Herring <herring@lanl.gov> (tiny change) | 4893 | 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change) |
| 4599 | 4894 | ||
| 4600 | * align.el (align-rules-list): Use [ \t] instead of \s- | 4895 | * align.el (align-rules-list): Use [ \t] instead of \s- |
| 4601 | for column separators in text mode. | 4896 | for column separators in text mode. |
| @@ -4675,7 +4970,7 @@ | |||
| 4675 | * emacs-lisp/edebug.el (edebug-safe-prin1-to-string): | 4970 | * emacs-lisp/edebug.el (edebug-safe-prin1-to-string): |
| 4676 | Capture error from printing circular structures. | 4971 | Capture error from printing circular structures. |
| 4677 | 4972 | ||
| 4678 | 2005-12-17 Martin Rudalics <rudalics@gmx.at> (tiny change) | 4973 | 2005-12-17 Martin Rudalics <rudalics@gmx.at> |
| 4679 | 4974 | ||
| 4680 | * wid-edit.el (widget-checkbox-action): Clear undo info. | 4975 | * wid-edit.el (widget-checkbox-action): Clear undo info. |
| 4681 | 4976 | ||
| @@ -6658,7 +6953,7 @@ | |||
| 6658 | scrolling the help window. Doc fix. | 6953 | scrolling the help window. Doc fix. |
| 6659 | (help-return-method): Doc fix. | 6954 | (help-return-method): Doc fix. |
| 6660 | 6955 | ||
| 6661 | 2005-12-03 Martin Rudalics <rudalics@gmx.at> (tiny change) | 6956 | 2005-12-03 Martin Rudalics <rudalics@gmx.at> |
| 6662 | 6957 | ||
| 6663 | * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug | 6958 | * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug |
| 6664 | whereby names of length one or names starting with a | 6959 | whereby names of length one or names starting with a |
| @@ -7212,7 +7507,7 @@ | |||
| 7212 | 7507 | ||
| 7213 | * custom.el (defcustom): Update link types in docstring. | 7508 | * custom.el (defcustom): Update link types in docstring. |
| 7214 | 7509 | ||
| 7215 | 2005-11-20 Martin Rudalics <rudalics@gmx.at> (tiny change) | 7510 | 2005-11-20 Martin Rudalics <rudalics@gmx.at> |
| 7216 | 7511 | ||
| 7217 | * custom.el (defgroup): Add doc-string-elt info. | 7512 | * custom.el (defgroup): Add doc-string-elt info. |
| 7218 | 7513 | ||
| @@ -7485,7 +7780,7 @@ | |||
| 7485 | 7780 | ||
| 7486 | * apropos.el (apropos-calc-scores): Use apropos-pattern. | 7781 | * apropos.el (apropos-calc-scores): Use apropos-pattern. |
| 7487 | 7782 | ||
| 7488 | 2005-11-16 Martin Rudalics <rudalics@gmx.at> (tiny change) | 7783 | 2005-11-16 Martin Rudalics <rudalics@gmx.at> |
| 7489 | 7784 | ||
| 7490 | * wid-edit.el (color): Enclose %t in %{...%}. | 7785 | * wid-edit.el (color): Enclose %t in %{...%}. |
| 7491 | 7786 | ||
| @@ -14401,7 +14696,7 @@ | |||
| 14401 | * emulation/edt-mapper.el (edt-save-function-key-map) | 14696 | * emulation/edt-mapper.el (edt-save-function-key-map) |
| 14402 | (EDT-key-name): `defvar' to silence the byte-compiler. | 14697 | (EDT-key-name): `defvar' to silence the byte-compiler. |
| 14403 | 14698 | ||
| 14404 | 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change) | 14699 | 2005-07-02 Martin Rudalics <rudalics@gmx.at> |
| 14405 | 14700 | ||
| 14406 | * font-lock.el (font-lock-regexp-grouping-backslash): Rename from | 14701 | * font-lock.el (font-lock-regexp-grouping-backslash): Rename from |
| 14407 | font-lock-regexp-backslash. Doc fix. | 14702 | font-lock-regexp-backslash. Doc fix. |