| | 1 | 2005-09-09 Eli Zaretskii <eliz@gnu.org> |
|---|
| | 2 | |
|---|
| | 3 | * cus-start.el (all): Don't complain about fringe-related |
|---|
| | 4 | built-ins if fringes are not supported. Ditto about |
|---|
| | 5 | selection-related built-ins. Fix the test for GTK-related |
|---|
| | 6 | built-ins. |
|---|
| | 7 | |
|---|
| | 8 | * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)") |
|---|
| | 9 | ("Postscript Print Buffer", "Print Region", "Save As...") |
|---|
| | 10 | ("Save", "Insert File...", "Open Directory...") |
|---|
| | 11 | ("Open File...", "Visit New File..."") |
|---|
| | 12 | ("Truncate Long Lines in this Buffer"): Don't look at |
|---|
| | 13 | menu-updating-frame if this display does not support multiple |
|---|
| | 14 | frames. |
|---|
| | 15 | |
|---|
| | 16 | 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE> |
|---|
| | 17 | |
|---|
| | 18 | * mail/sendmail.el (default-sendmail-coding-system): Doc fix. |
|---|
| | 19 | |
|---|
| | 20 | 2005-09-09 Emilio Lopes <eclig@gmx.net> |
|---|
| | 21 | |
|---|
| | 22 | * woman.el: Format- and whitespace-related changes. |
|---|
| | 23 | |
|---|
| | 24 | 2005-09-09 Eli Zaretskii <eliz@gnu.org> |
|---|
| | 25 | |
|---|
| | 26 | * woman.el: Fix my email address. |
|---|
| | 27 | |
|---|
| | 28 | 2005-09-08 Richard M. Stallman <rms@gnu.org> |
|---|
| | 29 | |
|---|
| | 30 | * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var. |
|---|
| | 31 | (sh-mode): Locally set skeleton-pair-default-alist. |
|---|
| | 32 | |
|---|
| | 33 | * progmodes/make-mode.el (makefile-add-log-defun): Trim the result. |
|---|
| | 34 | |
|---|
| | 35 | * progmodes/flymake.el: Require `compile' unconditionally. |
|---|
| | 36 | |
|---|
| | 37 | * mail/sendmail.el (send-mail-function): Add Mailclient alternative. |
|---|
| | 38 | |
|---|
| | 39 | * woman.el (woman-file-name): Provide a default, not initial input. |
|---|
| | 40 | |
|---|
| | 41 | * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props. |
|---|
| | 42 | |
|---|
| | 43 | * font-lock.el (font-lock-support-mode): Doc fix. |
|---|
| | 44 | |
|---|
| | 45 | * descr-text.el (describe-property-list): Handle non-symbol prop names. |
|---|
| | 46 | |
|---|
| | 47 | 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca> |
|---|
| | 48 | |
|---|
| | 49 | * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$. |
|---|
| | 50 | Use with-current-buffer. |
|---|
| | 51 | (ange-ftp-gwp-start): Remove unused var `gw-user'. |
|---|
| | 52 | (ange-ftp-guess-hash-mark-size): Remove unused var `result'. |
|---|
| | 53 | (ange-ftp-insert-directory): Remove unused var `short'. |
|---|
| | 54 | (ange-ftp-file-name-sans-versions): Remove unused var `host-type'. |
|---|
| | 55 | |
|---|
| | 56 | 2005-08-30 Richard M. Stallman <rms@gnu.org> |
|---|
| | 57 | |
|---|
| | 58 | * simple.el (blink-matching-open): Get rid of text props from |
|---|
| | 59 | the string shown in echo area. Don't permanently set point. |
|---|
| | 60 | Some rearrangements. |
|---|
| | 61 | |
|---|
| | 62 | * files.el (risky-local-variable-p): |
|---|
| | 63 | Match `-predicates' and `-commands. |
|---|
| | 64 | |
|---|
| | 65 | * cus-edit.el (custom-buffer-sort-alphabetically): Default to t. |
|---|
| | 66 | (custom-save-all): Visit the file if necessary; |
|---|
| | 67 | kill the buffer if we created it. |
|---|
| | 68 | (custom-save-delete): Don't visit file or kill buffer here. |
|---|
| | 69 | |
|---|
| | 70 | 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de> |
|---|
| | 71 | |
|---|
| | 72 | * recentf.el (recentf-filename-handler): Add custom choice |
|---|
| | 73 | `abbreviate-file-name'. |
|---|
| | 74 | |
|---|
| | 75 | * msb.el (msb--very-many-menus): Fix typo. |
|---|
| | 76 | |
|---|
| | 77 | * disp-table.el (standard-display-european): Don't set |
|---|
| | 78 | enable-multibyte-characters to nil. |
|---|
| | 79 | |
|---|
| | 80 | 2005-09-08 David Ponce <david@dponce.com> |
|---|
| | 81 | |
|---|
| | 82 | * recentf.el (recentf-show-file-shortcuts-flag): New option. |
|---|
| | 83 | (recentf-expand-file-name): Doc fix. |
|---|
| | 84 | (recentf-dialog-mode-map): Define digit shortcuts. |
|---|
| | 85 | (recentf--files-with-key): New variable. |
|---|
| | 86 | (recentf-show-digit-shortcut-filter): New function. |
|---|
| | 87 | (recentf-open-files-items): New function. |
|---|
| | 88 | (recentf-open-files): Use it. |
|---|
| | 89 | (recentf-open-file-with-key): New command. |
|---|
| | 90 | |
|---|
| | 91 | 2005-09-07 Michael Albinus <michael.albinus@gmx.de> |
|---|
| | 92 | |
|---|
| | 93 | * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'. |
|---|
| | 94 | (Man-getpage-in-background-advice): Remove defadvice; it isn't |
|---|
| | 95 | necessary any longer with the remapped command. |
|---|
| | 96 | (Man-bgproc-sentinel-advice): Remove defadvice which counts |
|---|
| | 97 | formatting time only. |
|---|
| | 98 | |
|---|
| | 99 | * net/tramp.el (tramp-action-password) |
|---|
| | 100 | (tramp-multi-action-password): Compile the password prompt from |
|---|
| | 101 | `method', `user' and `host'. Sometimes it isn't obvious which |
|---|
| | 102 | password to enter, for example with remote files offered by |
|---|
| | 103 | recentf.el, or with multiple steps. Suggested by Robert Marshall |
|---|
| | 104 | <robert@chezmarshall.freeserve.co.uk>. |
|---|
| | 105 | |
|---|
| | 106 | 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca> |
|---|
| | 107 | |
|---|
| | 108 | * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords): |
|---|
| | 109 | Fix regexp for when "s///" is at the beginning of line. |
|---|
| | 110 | |
|---|
| | 111 | 2005-09-07 Jay Belanger <belanger@truman.edu> |
|---|
| | 112 | |
|---|
| | 113 | * calc/calc-poly.el (math-expand-term): Multiply out any powers |
|---|
| | 114 | when in matrix mode. |
|---|
| | 115 | |
|---|
| | 116 | 2005-09-08 Chong Yidong <cyd@stupidchicken.com> |
|---|
| | 117 | |
|---|
| | 118 | * buff-menu.el (Buffer-menu-sort-by-column): New function. |
|---|
| | 119 | Suggested by Kim F. Storm. |
|---|
| | 120 | (Buffer-menu-sort-button-map): Global keymap for sort buttons. |
|---|
| | 121 | (Buffer-menu-make-sort-button): Use global keymap. |
|---|
| | 122 | |
|---|
| | 123 | 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca> |
|---|
| | 124 | |
|---|
| | 125 | * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use |
|---|
| | 126 | non-anonymous functions. |
|---|
| | 127 | |
|---|
| | 128 | 2005-09-06 Chong Yidong <cyd@stupidchicken.com> |
|---|
| | 129 | |
|---|
| | 130 | * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks |
|---|
| | 131 | when using a header line. Otherwise, use mouse-1-click-follows-link. |
|---|
| | 132 | |
|---|
| | 133 | * mouse.el (mouse-drag-header-line): Do nothing if the header-line |
|---|
| | 134 | can't be moved; don't signal an error. |
|---|
| | 135 | |
|---|
| | 136 | 2005-09-05 Chong Yidong <cyd@stupidchicken.com> |
|---|
| | 137 | |
|---|
| | 138 | * cus-theme.el (custom-theme-write-faces): Save the current face |
|---|
| | 139 | spec, not the defface spec. |
|---|
| | 140 | |
|---|
| | 141 | * custom.el (custom-known-themes): Clarify meaning of "standard". |
|---|
| | 142 | (custom-push-theme): Save old values in the standard theme. |
|---|
| | 143 | (disable-theme): Correct typo. |
|---|
| | 144 | (custom-face-theme-value) Deleted unused function. |
|---|
| | 145 | (custom-theme-recalc-face): Rewritten to treat enable/disable properly. |
|---|
| | 146 | |
|---|
| | 147 | 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca> |
|---|
| | 148 | |
|---|
| | 149 | * progmodes/compile.el (compilation-goto-locus): Take into account |
|---|
| | 150 | iconified frames when determining whether the buffer is |
|---|
| | 151 | already visible. |
|---|
| | 152 | Don't reset window height if the window already existed. |
|---|
| | 153 | |
|---|
| | 154 | 2005-09-04 Chong Yidong <cyd@stupidchicken.com> |
|---|
| | 155 | |
|---|
| | 156 | * custom.el (load-theme): Rename from require-theme. |
|---|
| | 157 | Add interactive spec. |
|---|
| | 158 | (enable-theme): Rename from custom-enable-theme. |
|---|
| | 159 | Add interactive spec. |
|---|
| | 160 | (disable-theme): Rename from custom-disable-theme. |
|---|
| | 161 | Add interactive spec. |
|---|
| | 162 | (custom-make-theme-feature): Doc fix. |
|---|
| | 163 | (custom-theme-directory): Doc fix. |
|---|
| | 164 | (provide-theme): Call enable-theme. |
|---|
| | 165 | |
|---|
| | 166 | 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca> |
|---|
| | 167 | |
|---|
| | 168 | * obsolete/lazy-lock.el (lazy-lock-mode): |
|---|
| | 169 | * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on |
|---|
| | 170 | font-lock-mode if it's off. Print a warning instead. |
|---|
| | 171 | |
|---|
| | 172 | * progmodes/compile.el (compilation-start): Ignore errors if the |
|---|
| | 173 | process died before we get to send-eof. |
|---|
| | 174 | |
|---|
| | 175 | * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file): |
|---|
| | 176 | Undo last change. Enclosing the result in quotes broke things on Unix |
|---|
| | 177 | since tex-send-command passes it through shell-quote-argument. |
|---|
| | 178 | (tex-send-command): Pass `file' through convert-standard-filename |
|---|
| | 179 | when possible. |
|---|
| | 180 | (tex-uptodate-p): Handle the case where TeX hasn't put additional |
|---|
| | 181 | info in a transcript. |
|---|
| | 182 | |
|---|
| | 183 | 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu> |
|---|
| | 184 | |
|---|
| | 185 | * term/xterm.el (terminal-init-xterm): Add eval-when-compile to |
|---|
| | 186 | fix compilation warning. Reorder the key definitions to group |
|---|
| | 187 | together keys emitted by the current version of xterm. |
|---|
| | 188 | |
|---|
| | 189 | * progmodes/vhdl-mode.el (vhdl-highlight-faces) |
|---|
| | 190 | (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face): |
|---|
| | 191 | Reorder predicates to correct min-color usage. |
|---|
| | 192 | |
|---|
| | 193 | 2005-09-01 Chong Yidong <cyd@stupidchicken.com> |
|---|
| | 194 | |
|---|
| | 195 | * longlines.el (longlines-mode): Inhibit read-only when encoding. |
|---|
| | 196 | Kill local variables when longlines-mode is turned off. |
|---|
| | 197 | |
|---|
| | 198 | 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca> |
|---|
| | 199 | |
|---|
| | 200 | * international/mule-cmds.el (set-locale-environment): Soothe compiler. |
|---|
| | 201 | |
|---|
| | 202 | * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el. |
|---|
| | 203 | |
|---|
| | 204 | * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el. |
|---|
| | 205 | |
|---|
| | 206 | * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove. |
|---|
| | 207 | (font-lock-lines-before): Change default to being inactive. |
|---|
| | 208 | (font-lock-default-fontify-region): Obey font-lock-lines-before. |
|---|
| | 209 | (font-lock-after-change-function): Don't handle f-l-lines-before here. |
|---|
| | 210 | |
|---|
| | 211 | 2005-08-31 Michael Albinus <michael.albinus@gmx.de> |
|---|
| | 212 | |
|---|
| | 213 | * net/tramp.el (tramp-handle-make-auto-save-file-name): |
|---|
| | 214 | Deactivate temporarily advice if active (not needed for Emacs 22, |
|---|
| | 215 | but for backwards compatibility). |
|---|
| | 216 | (tramp-exists-file-name-handler): Rewrite. First implementation |
|---|
| | 217 | was too simple. |
|---|
| | 218 | (tramp-advice-make-auto-save-file-name): |
|---|
| | 219 | Call `tramp-handle-make-auto-save-file-name' (again, just for |
|---|
| | 220 | backwards compatibility). |
|---|
| | 221 | |
|---|
| | 222 | 2005-08-31 Reto Zimmermann <reto@gnu.org> |
|---|
| | 223 | |
|---|
| | 224 | * progmodes/vhdl-mode.el |
|---|
| | 225 | (vhdl-update-sensitivity-list): Handle multi-dimensional array access. |
|---|
| | 226 | (vhdl-end-p): Fix indentation bug "else" after "-- when". |
|---|
| | 227 | (vhdl-set-default-project): New function (easier setting of default). |
|---|
| | 228 | (vhdl-port-copy): Handle extended identifiers for generics. |
|---|
| | 229 | (vhdl-compiler-alist): Better description for error message regexp. |
|---|
| | 230 | (vhdl-make): Query for target, use previous as default. |
|---|
| | 231 | (vhdl-port-copy): Fix port copy for port names starting with "signal". |
|---|
| | 232 | (vhdl-font-lock-keywords-2): Fix fontification for record |
|---|
| | 233 | el. assign. |
|---|
| | 234 | (vhdl-speedbar-make-subpack-line): Add package body link. |
|---|
| | 235 | (vhdl-generate-makefile-1): Not include itself as dependency. |
|---|
| | 236 | (vhdl-font-lock-init): Highlight c-preprocessor directives. |
|---|
| | 237 | (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives. |
|---|
| | 238 | (vhdl-get-syntactic-context): Handle c-preprocessor directives. |
|---|
| | 239 | (vhdl-update-sensitivity-list): Start scan at opening parenthesis. |
|---|
| | 240 | (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop). |
|---|
| | 241 | (vhdl-update-sensitivity-list-buffer): Add string argument for `error'. |
|---|
| | 242 | (vhdl-import-project): Add string argument for `error'. |
|---|
| | 243 | (vhdl-compose-configuration) |
|---|
| | 244 | (vhdl-compose-configuration-architecture): Add configuration |
|---|
| | 245 | declaration generation. |
|---|
| | 246 | (vhdl-scan-directory-contents): Scan for block/generate hierarchy. |
|---|
| | 247 | (vhdl-trailer-re): Add "record" keyword (better indentation). |
|---|
| | 248 | (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of |
|---|
| | 249 | "[^ \t-\"]+". |
|---|
| | 250 | (vhdl-font-lock-keywords-2): Not highlight formal parameter after '|'. |
|---|
| | 251 | (vhdl-testbench-entity-file-name) |
|---|
| | 252 | (vhdl-testbench-architecture-file-name): Allow separate |
|---|
| | 253 | customization of testbench file names. |
|---|
| | 254 | (vhdl-beginning-of-block): Handle optional subprogram parameter list. |
|---|
| | 255 | (vhdl-get-visible-signals): Allow newline within alias declaration. |
|---|
| | 256 | (vhdl-update-sensitivity-list): Signal read only on certain attributes. |
|---|
| | 257 | (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes). |
|---|
| | 258 | (member-ignore-case): Alias for missing function in XEmacs. |
|---|
| | 259 | (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC. |
|---|
| | 260 | (vhdl-update-sensitivity-list): Ignore case on read signals. |
|---|
| | 261 | (vhdl-replace-string): Adjust case only for file names. |
|---|
| | 262 | (vhdl-update-sensitivity-list): Fix search for read signals. |
|---|
| | 263 | (vhdl-update-sensitivity-list): Exclude formal parameters. |
|---|
| | 264 | (vhdl-get-visible-signals): Include aliases of signals. |
|---|
| | 265 | (vhdl-get-visible-signals): Fix signal name searching. |
|---|
| | 266 | (vhdl-port-flatten, vhdl-port-reverse-direction): Better message. |
|---|
| | 267 | (vhdl-fixup-whitespace-region): Fix for character |
|---|
| | 268 | literals (e.g. ':'). |
|---|
| | 269 | |
|---|
| | 270 | 2005-08-31 Juanma Barranquero <lekktu@gmail.com> |
|---|
| | 271 | |
|---|
| | 272 | * ansi-color.el (comint-last-output-start): |
|---|
| | 273 | * bs.el (font-lock-verbose): |
|---|
| | 274 | * diff-mode.el (add-log-buffer-file-name-function): |
|---|
| | 275 | * dired-x.el (vm-folder-directory): |
|---|
| | 276 | * faces.el (help-xref-stack-item): |
|---|
| | 277 | * files.el (font-lock-keywords): |
|---|
| | 278 | * find-lisp.el (dired-buffers, dired-subdir-alist): |
|---|
| | 279 | * ido.el (cua-inhibit-cua-keys): |
|---|
| | 280 | * log-view.el (cvs-minor-wrap-function): |
|---|
| | 281 | * outline.el (font-lock-warning-face): |
|---|
| | 282 | * simple.el (compilation-current-error): |
|---|
| | 283 | * speedbar.el (ange-ftp-path-format, efs-path-regexp) |
|---|
| | 284 | (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow): |
|---|
| | 285 | * tooltip.el (comint-prompt-regexp): |
|---|
| | 286 | * w32-fns.el (explicit-shell-file-name): |
|---|
| | 287 | * term/mac-win.el (mac-charset-info-alist) |
|---|
| | 288 | (mac-services-selection, mac-system-script-code): |
|---|
| | 289 | * term/tty-colors.el (msdos-color-values): |
|---|
| | 290 | * term/w32-win.el (xlfd-regexp-registry-subnum): |
|---|
| | 291 | * term/x-win.el (x-keysym-table, x-selection-timeout) |
|---|
| | 292 | (x-session-id, x-session-previous-id): |
|---|
| | 293 | * textmodes/ispell.el (mail-yank-prefix): |
|---|
| | 294 | * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header): |
|---|
| | 295 | * textmodes/org.el (calc-embedded-close-formula) |
|---|
| | 296 | (calc-embedded-open-formula) |
|---|
| | 297 | (font-lock-unfontify-region-function): |
|---|
| | 298 | * textmodes/reftex-global.el (isearch-next-buffer-function) |
|---|
| | 299 | (TeX-master): |
|---|
| | 300 | * textmodes/reftex.el (font-lock-keywords): |
|---|
| | 301 | * textmodes/tex-mode.el (font-lock-comment-face) |
|---|
| | 302 | (font-lock-doc-face): |
|---|
| | 303 | * textmodes/texinfo.el (outline-heading-alist): |
|---|
| | 304 | Add defvars. |
|---|
| | 305 | |
|---|
| | 306 | * textmodes/artist.el (x-pointer-crosshair): Add defvar. |
|---|
| | 307 | (artist-spray-chars, artist-mode-init, artist-replace-string) |
|---|
| | 308 | (artist-select-erase-char, artist-vap-find-endpoints-horiz) |
|---|
| | 309 | (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne) |
|---|
| | 310 | (artist-vap-find-endpoints-nwse): "?\ " -> "?\s". |
|---|
| | 311 | |
|---|
| | 312 | * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar. |
|---|
| | 313 | (conf-align-assignments): "?\ " -> "?\s". |
|---|
| | 314 | |
|---|
| | 315 | * textmodes/reftex-index.el (TeX-master): Add defvar. |
|---|
| | 316 | (reftex-index-phrases-marker): Move up defvar. |
|---|
| | 317 | |
|---|
| | 318 | * textmodes/reftex-toc.el (zmacs-regions): Add defvar. |
|---|
| | 319 | (reftex-toc-include-labels-indicator) |
|---|
| | 320 | (reftex-toc-include-index-indicator) |
|---|
| | 321 | (reftex-toc-max-level-indicator): Move up declarations. |
|---|
| | 322 | |
|---|
| | 323 | * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list |
|---|
| | 324 | of args to `tramp-run-real-handler', even if it's empty in this case. |
|---|
| | 325 | |
|---|
| | 326 | 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
|---|
| | 327 | |
|---|
| | 328 | * dired.el (dired-move-to-filename-regexp): Add date format for |
|---|
| | 329 | Mac OS X 10.3 in East Asian locales. |
|---|
| | 330 | |
|---|
| | 331 | 2005-08-31 Michael Albinus <michael.albinus@gmx.de> |
|---|
| | 332 | |
|---|
| | 333 | * files.el (make-auto-save-file-name): Add file name handler call |
|---|
| | 334 | if applicable. |
|---|
| | 335 | |
|---|
| | 336 | * net/tramp.el (tramp-file-name-handler-alist) |
|---|
| | 337 | (tramp-file-name-for-operation): Add `make-auto-save-file-name'. |
|---|
| | 338 | (tramp-handle-make-auto-save-file-name): Rename from |
|---|
| | 339 | `tramp-make-auto-save-file-name'. |
|---|
| | 340 | (tramp-exists-file-name-handler): New defun. |
|---|
| | 341 | (tramp-advice-make-auto-save-file-name): Make defadvice only when |
|---|
| | 342 | `make-auto-save-file-name' is not a magic file name operation. |
|---|
| | 343 | |
|---|
| | 344 | 2005-08-30 Richard M. Stallman <rms@gnu.org> |
|---|
| | 345 | |
|---|
| | 346 | * files.el (risky-local-variable-p): |
|---|
| | 347 | Match `-predicates' and `-commands. |
|---|
| | 348 | |
|---|
| | 349 | * cus-edit.el (custom-buffer-sort-alphabetically): Default to t. |
|---|
| | 350 | (custom-save-all): Visit the file if necessary; |
|---|
| | 351 | kill the buffer if we created it. |
|---|
| | 352 | (custom-save-delete): Don't visit file or kill buffer here. |
|---|
| | 353 | |
|---|
| | 354 | 2005-08-30 Carsten Dominik <dominik@science.uva.nl> |
|---|
| | 355 | |
|---|
| | 356 | * textmodes/org.el (org-special-keyword): New face. |
|---|
| | 357 | (org-table-copy-down, org-table-eval-formula) |
|---|
| | 358 | (org-table-recalculate, org-init-section-numbers): |
|---|
| | 359 | Use `string-to-number' instead of `string-to-int'. |
|---|
| | 360 | (org-get-location): Use `insert-buffer-substring' instead of |
|---|
| | 361 | `insert-buffer'. |
|---|
| | 362 | (org-modify-diary-entry-string): New function. |
|---|
| | 363 | (org-get-entries-from-diary): Set the hook for `add-to-diary-list'. |
|---|
| | 364 | (org-disable-agenda-to-diary): Rename from `org-disable-diary'. |
|---|
| | 365 | (org-toggle-fixed-width-section): Use QUOTE keyword if there is no |
|---|
| | 366 | active region. |
|---|
| | 367 | (org-export-as-html): Handle QUOTE keyword. |
|---|
| | 368 | (org-quote-string): New option. |
|---|
| | 369 | (org-bookmark-jump-unhide): New function, used for |
|---|
| | 370 | `bookmark-after-jump-hook'. |
|---|
| | 371 | (org-diary-default-entry): Apply only when not called through |
|---|
| | 372 | `org-agenda'. |
|---|
| | 373 | |
|---|
| | 374 | 2005-08-30 Juanma Barranquero <lekktu@gmail.com> |
|---|
| | 375 | |
|---|
| | 376 | * net/eudc.el (mode-popup-menu): |
|---|
| | 377 | * play/handwrite.el (ps-printer-name, ps-lpr-command): |
|---|
| | 378 | * progmodes/ada-mode.el (compile-auto-highlight) |
|---|
| | 379 | (skeleton-further-elements): |
|---|
| | 380 | * progmodes/autoconf.el (font-lock-syntactic-keywords): |
|---|
| | 381 | * progmodes/cmacexp.el (msdos-shells): |
|---|
| | 382 | * progmodes/compile.el (font-lock-extra-managed-props) |
|---|
| | 383 | (font-lock-keywords, font-lock-maximum-size) |
|---|
| | 384 | (font-lock-support-mode): |
|---|
| | 385 | * progmodes/grep.el (font-lock-lines-before): |
|---|
| | 386 | * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info): |
|---|
| | 387 | * progmodes/mixal-mode.el (compile-command): |
|---|
| | 388 | * progmodes/perl-mode.el (font-lock-comment-face) |
|---|
| | 389 | (font-lock-doc-face, font-lock-string-face): |
|---|
| | 390 | * progmodes/prolog.el (comint-prompt-regexp): |
|---|
| | 391 | * progmodes/sh-script.el (font-lock-comment-face) |
|---|
| | 392 | (font-lock-set-defaults, font-lock-string-face): |
|---|
| | 393 | * progmodes/sql.el (font-lock-keyword-face) |
|---|
| | 394 | (font-lock-set-defaults, font-lock-string-face): |
|---|
| | 395 | * progmodes/vhdl-mode.el (compilation-file-regexp-alist) |
|---|
| | 396 | (itimer-version, lazy-lock-defer-contextually) |
|---|
| | 397 | (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly): |
|---|
| | 398 | Add defvars. |
|---|
| | 399 | |
|---|
| | 400 | * progmodes/cperl-mode.el (cperl-electric-lbrace) |
|---|
| | 401 | (cperl-electric-keyword, cperl-electric-pod) |
|---|
| | 402 | (cperl-electric-backspace, cperl-forward-re) |
|---|
| | 403 | (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s". |
|---|
| | 404 | (vc-rcs-header, vc-sccs-header): Add defvars. |
|---|
| | 405 | |
|---|
| | 406 | * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s". |
|---|
| | 407 | (font-lock-syntactic-keywords, gud-find-expr-function): |
|---|
| | 408 | Add defvars. |
|---|
| | 409 | |
|---|
| | 410 | * progmodes/gdb-ui.el (tool-bar-map): Add defvar. |
|---|
| | 411 | (gdb-frame-parameters): Declare before use. |
|---|
| | 412 | |
|---|
| | 413 | * progmodes/gud.el (gdb-active-process, gdb-define-alist) |
|---|
| | 414 | (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values) |
|---|
| | 415 | (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars. |
|---|
| | 416 | (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s". |
|---|
| | 417 | |
|---|
| | 418 | * progmodes/idlw-help.el (browse-url-generic-args): Add defvar. |
|---|
| | 419 | (idlwave-help-with-source): Use `insert-buffer-substring', not |
|---|
| | 420 | `insert-buffer'. |
|---|
| | 421 | |
|---|
| | 422 | 2005-08-29 Juri Linkov <juri@jurta.org> |
|---|
| | 423 | |
|---|
| | 424 | * outline.el (hide-entry, hide-leaves, outline-toggle-children): |
|---|
| | 425 | Put outline-back-to-heading function call inside save-excursion. |
|---|
| | 426 | |
|---|
| | 427 | 2005-08-29 Juanma Barranquero <lekktu@gmail.com> |
|---|
| | 428 | |
|---|
| | 429 | * man.el (Man-init-defvars, Man-translate-references) |
|---|
| | 430 | (Man-support-local-filenames, Man-highlight-references): |
|---|
| | 431 | * progmodes/sql.el (sql-interactive-mode): |
|---|
| | 432 | * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings. |
|---|
| | 433 | |
|---|
| | 434 | * emacs-lisp/checkdoc.el (compilation-error-regexp-alist) |
|---|
| | 435 | (compilation-mode-font-lock-keywords): Add defvars. |
|---|
| | 436 | (checkdoc-interactive-loop): "?\ " -> "?\s". |
|---|
| | 437 | |
|---|
| | 438 | * emacs-lisp/lisp-mode.el (font-lock-comment-face) |
|---|
| | 439 | (font-lock-doc-face, font-lock-string-face) |
|---|
| | 440 | (font-lock-keywords-case-fold-search): Add defvars. |
|---|
| | 441 | (emacs-lisp-mode-syntax-table): "?\ " -> "?\s". |
|---|
| | 442 | |
|---|
| | 443 | * obsolete/sun-fns.el (mouse-select-or-drag-move-point): |
|---|
| | 444 | Don't pass X and Y (they are ignored anyway). |
|---|
| | 445 | (mouse-set-mark, mouse-select-window, mouse-delete-other-windows) |
|---|
| | 446 | (mouse-delete-window): Make arguments optional. |
|---|
| | 447 | |
|---|
| | 448 | * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'. |
|---|
| | 449 | (caesar-translate-table, minor-modes, news-buffer-save) |
|---|
| | 450 | (news-group-name, news-minor-modes): Add defvars. |
|---|
| | 451 | |
|---|
| | 452 | * emacs-lisp/lselect.el (mouse-highlight-priority) |
|---|
| | 453 | (x-lost-selection-functions, zmacs-regions): |
|---|
| | 454 | * emacs-lisp/pp.el (font-lock-verbose): |
|---|
| | 455 | * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function): |
|---|
| | 456 | * emacs-lisp/tcover-ses.el (ses-initial-global-parameters) |
|---|
| | 457 | (ses-mode-map): |
|---|
| | 458 | * emacs-lisp/tcover-unsafep.el (safe-functions): |
|---|
| | 459 | * international/mule-cmds.el (mac-system-coding-system) |
|---|
| | 460 | (mac-system-locale): |
|---|
| | 461 | * language/ethio-util.el (rmail-current-message) |
|---|
| | 462 | (rmail-message-vector): |
|---|
| | 463 | * language/thai-util.el (thai-auto-composition-mode): |
|---|
| | 464 | * mail/metamail.el (rmail-current-message, rmail-message-vector): |
|---|
| | 465 | * mail/mspools.el (rmail-inbox-list, vm-crash-box) |
|---|
| | 466 | (vm-folder-directory, vm-init-file, vm-init-file-loaded) |
|---|
| | 467 | (vm-primary-inbox, vm-spool-files): |
|---|
| | 468 | * mail/rmail.el (deleted-head, font-lock-fontified) |
|---|
| | 469 | (mail-abbrev-syntax-table, mail-abbrevs, messages-head) |
|---|
| | 470 | (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message) |
|---|
| | 471 | (total-messages): |
|---|
| | 472 | * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p) |
|---|
| | 473 | (rmail-summary-mode-map): |
|---|
| | 474 | * mail/rmailkwd.el (rmail-buffer, rmail-current-message) |
|---|
| | 475 | (rmail-last-label, rmail-last-multi-labels) |
|---|
| | 476 | (rmail-summary-vector, rmail-total-messages): |
|---|
| | 477 | * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list): |
|---|
| | 478 | * mail/rmailsum.el (msgnum): |
|---|
| | 479 | * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer) |
|---|
| | 480 | (rmail-current-message): |
|---|
| | 481 | * obsolete/fast-lock.el (font-lock-face-list): |
|---|
| | 482 | * obsolete/rnewspost.el (mail-reply-buffer): |
|---|
| | 483 | * obsolete/scribe.el (compile-command): |
|---|
| | 484 | * obsolete/x-menu.el (x-process-mouse-hook): Add defvars. |
|---|
| | 485 | |
|---|
| | 486 | 2005-08-28 John Paul Wallington <jpw@gnu.org> |
|---|
| | 487 | |
|---|
| | 488 | * ibuf-ext.el (ibuffer-auto-update-changed): |
|---|
| | 489 | Use `frame-or-buffer-changed-p' to check whether we need to update. |
|---|
| | 490 | (ibuffer-auto-mode): Don't advise `get-buffer-create' and |
|---|
| | 491 | `kill-buffer'. Initialise `ibuffer-auto-buffers-changed' |
|---|
| | 492 | as a `frame-or-buffer-changed-p' state vector instead. |
|---|
| | 493 | |
|---|
| | 494 | 2005-08-27 Romain Francoise <romain@orebokech.com> |
|---|
| | 495 | |
|---|
| | 496 | * textmodes/makeinfo.el (makeinfo-compile): |
|---|
| | 497 | Use `compilation-start'. Set `next-error-function' according to |
|---|
| | 498 | `disable-errors'. |
|---|
| | 499 | (makeinfo-next-error): New function. |
|---|
| | 500 | (makeinfo-region): Adjust to new `makeinfo-compile' prototype. |
|---|
| | 501 | (makeinfo-buffer): Likewise. |
|---|
| | 502 | |
|---|
| | 503 | * progmodes/compile.el (compilation-start): Add autoload cookie. |
|---|
| | 504 | |
|---|
| | 505 | * progmodes/antlr-mode.el: Don't autoload `compilation-start'. |
|---|
| | 506 | * textmodes/sgml-mode.el: Likewise. |
|---|
| | 507 | * progmodes/python.el: Likewise. |
|---|
| | 508 | |
|---|
| | 509 | 2005-08-27 Eli Zaretskii <eliz@gnu.org> |
|---|
| | 510 | |
|---|
| | 511 | * simple.el (blink-matching-paren-distance): Document the meaning |
|---|
| | 512 | of nil value, and allow to customize to nil. |
|---|
| | 513 | |
|---|
| | 514 | * eshell/esh-ext.el (eshell-windows-shell-file): Look for |
|---|
| | 515 | command.com, not command.exe. |
|---|
| | 516 | |
|---|
| | 517 | 2005-08-26 John Wiegley <johnw@newartisans.com> |
|---|
| | 518 | |
|---|
| | 519 | * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the |
|---|
| | 520 | code around a bit so that an extraneous nil argument is not added |
|---|
| | 521 | to a command when no args are given. |
|---|
| | 522 | |
|---|
| | 523 | * eshell/esh-arg.el (eshell-parse-double-quote): If a |
|---|
| | 524 | double-quoted argument resolves to nil, return it as an empty |
|---|
| | 525 | string rather than as nil. This made it impossible to pass "" to |
|---|
| | 526 | a shell script as a null string argument. |
|---|
| | 527 | |
|---|
| | 528 | 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca> |
|---|
| | 529 | |
|---|
| | 530 | * outline.el (outline-invent-heading): New fun. |
|---|
| | 531 | (outline-promote, outline-demote): Use it. |
|---|
| | 532 | (outline-move-subtree-down): Remove unused vars `re' and `txt'. |
|---|
| | 533 | (outline-end-of-subtree): Remove unused var `opoint'. |
|---|
| | 534 | |
|---|
| | 535 | 2005-08-26 David Reitter <david.reitter@gmail.com> |
|---|
| | 536 | |
|---|
| | 537 | * menu-bar.el (truncate-lines, write-file, print-buffer) |
|---|
| | 538 | (ps-print-buffer-faces, ps-print-buffer, split-window): |
|---|
| | 539 | Disable menu items when the frame they refer to is invisible, or when |
|---|
| | 540 | they refer to a buffer and the minibuffer is selected. |
|---|
| | 541 | |
|---|
| | 542 | 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com> |
|---|
| | 543 | |
|---|
| | 544 | * progmodes/flymake.el (flymake-highlight-err-lines): |
|---|
| | 545 | Use save-excursion around flymake-highlight-line to preserve point. |
|---|
| | 546 | |
|---|
| | 547 | 2005-08-26 Eli Zaretskii <eliz@gnu.org> |
|---|
| | 548 | |
|---|
| | 549 | * progmodes/octave-mod.el: Change Author and Maintainer address. |
|---|
| | 550 | (octave-maintainer-address): Change Kurt's email address. |
|---|
| | 551 | * progmodes/octave-inf.el: Change Author and Maintainer address. |
|---|
| | 552 | * progmodes/octave-hlp.el: Change Author and Maintainer address. |
|---|
| | 553 | |
|---|