diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 812 |
1 files changed, 809 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1e4298f970e..bf16d16fde8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,806 @@ | |||
| 1 | 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks. | ||
| 4 | |||
| 5 | 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de> | ||
| 6 | |||
| 7 | * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble | ||
| 8 | by field delimiters. | ||
| 9 | |||
| 10 | 2005-06-15 David Ponce <david@dponce.com> | ||
| 11 | |||
| 12 | * tree-widget.el: eval-and-compile inlined functions so they will | ||
| 13 | be available at run-time too. | ||
| 14 | (tree-widget-super-format-handler) | ||
| 15 | (tree-widget-format-handler): Remove. | ||
| 16 | (tree-widget-value-create): Handle the :indent property. | ||
| 17 | |||
| 18 | 2005-06-15 Miles Bader <miles@gnu.org> | ||
| 19 | |||
| 20 | * progmodes/which-func.el (which-func): Only inherit | ||
| 21 | `font-lock-function-name-face' when that makes sense against the | ||
| 22 | default mode-line face, otherwise set the face color explicitly. | ||
| 23 | |||
| 24 | * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl | ||
| 25 | faces instead of (non-existent) variables. | ||
| 26 | |||
| 27 | 2005-06-14 Miles Bader <miles@gnu.org> | ||
| 28 | |||
| 29 | * progmodes/ld-script.el (ld-script-location-counter): | ||
| 30 | Remove "-face" suffix from face name. | ||
| 31 | (ld-script-location-counter-face): | ||
| 32 | New backward-compatibility alias for renamed face. | ||
| 33 | (ld-script-location-counter-face): Use renamed face. | ||
| 34 | |||
| 35 | * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array) | ||
| 36 | (cperl-hash): Remove "-face" suffix from face names. | ||
| 37 | (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face): | ||
| 38 | New backward-compatibility aliases for renamed faces. | ||
| 39 | (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init) | ||
| 40 | (cperl-ps-print-face-properties): Use renamed cperl-mode faces. | ||
| 41 | |||
| 42 | * progmodes/which-func.el (which-func): Remove "-face" suffix from face | ||
| 43 | name. | ||
| 44 | (which-func-face): New backward-compatibility alias for renamed face. | ||
| 45 | (which-func-format): Use renamed which-func face. | ||
| 46 | |||
| 47 | * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue) | ||
| 48 | (vhdl-function, vhdl-directive, vhdl-reserved-word) | ||
| 49 | (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face | ||
| 50 | names. | ||
| 51 | (vhdl-speedbar-entity, vhdl-speedbar-architecture) | ||
| 52 | (vhdl-speedbar-configuration, vhdl-speedbar-package) | ||
| 53 | (vhdl-speedbar-library, vhdl-speedbar-instantiation) | ||
| 54 | (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected) | ||
| 55 | (vhdl-speedbar-architecture-selected) | ||
| 56 | (vhdl-speedbar-configuration-selected) | ||
| 57 | (vhdl-speedbar-package-selected) | ||
| 58 | (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face | ||
| 59 | names. | ||
| 60 | (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5): | ||
| 61 | Use renamed faces. | ||
| 62 | (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face) | ||
| 63 | (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face) | ||
| 64 | (vhdl-translate-off-face): Variables renamed to remove "font-lock-". | ||
| 65 | Use renamed faces. | ||
| 66 | (syntax-alist): Don't use "font-lock-" or "-face" in generated face | ||
| 67 | names. | ||
| 68 | (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces. | ||
| 69 | (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity) | ||
| 70 | (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit) | ||
| 71 | (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line) | ||
| 72 | (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line) | ||
| 73 | (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces. | ||
| 74 | |||
| 75 | * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from | ||
| 76 | face name. | ||
| 77 | (sh-heredoc-face): New backward-compatibility alias for renamed face. | ||
| 78 | (sh-heredoc-face): Use renamed sh-heredoc face. | ||
| 79 | |||
| 80 | * progmodes/idlw-help.el (idlwave-help-link): | ||
| 81 | Remove "-face" suffix from face name. | ||
| 82 | (idlwave-help-link-face): | ||
| 83 | New backward-compatibility alias for renamed face. | ||
| 84 | (idlwave-highlight-linked-completions): Use renamed idlwave-help faces. | ||
| 85 | |||
| 86 | * progmodes/idlw-shell.el (idlwave-shell-bp-face) | ||
| 87 | (idlwave-shell-disabled-bp): Remove "-face" suffix from face names. | ||
| 88 | (idlwave-shell-bp-face, idlwave-shell-disabled-bp): | ||
| 89 | New backward-compatibility aliases for renamed faces. | ||
| 90 | (idlwave-shell-disabled-breakpoint-face) | ||
| 91 | (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces. | ||
| 92 | |||
| 93 | * progmodes/flymake.el (flymake-errline, flymake-warnline): | ||
| 94 | Remove "-face" suffix from face names. | ||
| 95 | (flymake-errline-face, flymake-warnline-face): | ||
| 96 | New backward-compatibility aliases for renamed faces. | ||
| 97 | (flymake-highlight-line): Use renamed flymake faces. | ||
| 98 | |||
| 99 | * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class) | ||
| 100 | (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute) | ||
| 101 | (ebrowse-member-class, ebrowse-progress): | ||
| 102 | Remove "-face" suffix from face names. | ||
| 103 | (ebrowse-tree-mark-face, ebrowse-root-class-face) | ||
| 104 | (ebrowse-file-name-face, ebrowse-default-face) | ||
| 105 | (ebrowse-member-attribute-face, ebrowse-member-class-face) | ||
| 106 | (ebrowse-progress-face): | ||
| 107 | New backward-compatibility aliases for renamed faces. | ||
| 108 | (ebrowse-show-progress, ebrowse-show-file-name-at-point) | ||
| 109 | (ebrowse-set-mark-props, ebrowse-draw-tree-fn) | ||
| 110 | (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn) | ||
| 111 | (ebrowse-draw-member-short-fn): Use renamed ebrowse faces. | ||
| 112 | |||
| 113 | * progmodes/antlr-mode.el (antlr-default, antlr-keyword, antlr-syntax) | ||
| 114 | (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref) | ||
| 115 | (antlr-literal): Remove "-face" suffix and "font-lock-" from face names. | ||
| 116 | (antlr-font-lock-default-face, antlr-font-lock-keyword-face) | ||
| 117 | (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face) | ||
| 118 | (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face) | ||
| 119 | (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): | ||
| 120 | New backward-compatibility aliases for renamed faces. | ||
| 121 | (antlr-default-face, antlr-keyword-face, antlr-syntax-face) | ||
| 122 | (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face) | ||
| 123 | (antlr-tokenref-face, antlr-literal-face): Variables renamed to remove | ||
| 124 | "font-lock-". Use renamed antlr-mode faces. | ||
| 125 | (antlr-font-lock-additional-keywords): Use renamed faces. | ||
| 126 | Replace literal face-names with face variable references. | ||
| 127 | |||
| 128 | * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from | ||
| 129 | face name. | ||
| 130 | (Buffer-menu-buffer-face): New backward-compatibility alias for | ||
| 131 | renamed face. | ||
| 132 | (list-buffers-noselect): Use renamed Buffer-menu-buffer face. | ||
| 133 | |||
| 134 | 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org> | ||
| 135 | |||
| 136 | * progmodes/make-mode.el (makefile-space, makefile-makepp-perl): | ||
| 137 | Eliminate "-face" suffix. | ||
| 138 | (makefile-targets): Inherit from font-lock-function-name-face and | ||
| 139 | eliminate "-face" suffix. | ||
| 140 | (makefile-shell): Remove attributes and eliminate "-face" suffix. | ||
| 141 | (makefile-*-font-lock-keywords): Append makefile-targets in rule | ||
| 142 | actions, instead of prepending, to make it less visible. | ||
| 143 | (makefile-previous-dependency, makefile-match-dependency): | ||
| 144 | Don't match a target on a continuation line. | ||
| 145 | |||
| 146 | * files.el (auto-mode-alist): Put Makefile in gmake mode. | ||
| 147 | |||
| 148 | 2005-06-15 Nick Roberts <nickrob@snap.net.nz> | ||
| 149 | |||
| 150 | * progmodes/gdb-ui.el (gdb-tooltip-print): | ||
| 151 | Respect tooltip-use-echo-area. | ||
| 152 | (menu): Re-order menu items. | ||
| 153 | |||
| 154 | * progmodes/gud.el (tooltip-use-echo-area): Remove alias. | ||
| 155 | Define in tooltip.el. | ||
| 156 | (gud-tooltip-process-output): Respect tooltip-use-echo-area. | ||
| 157 | (gud-tooltip-tips): Respect tooltip-use-echo-area and | ||
| 158 | gud-tooltip-echo-area. | ||
| 159 | |||
| 160 | * tooltip.el (tooltip-use-echo-area): Restore from gud.el for | ||
| 161 | backward compatibility and make obsolete. | ||
| 162 | (tooltip-help-tips): Use tooltip-use-echo-area. | ||
| 163 | (tooltip-show-help-function): Rename to... | ||
| 164 | (tooltip-show-help): ...this, because it is a function. | ||
| 165 | (tooltip-mode, tooltip-help-message): Call tooltip-show-help. | ||
| 166 | |||
| 167 | 2005-06-14 Luc Teirlinck <teirllm@auburn.edu> | ||
| 168 | |||
| 169 | * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode) | ||
| 170 | (edebug-print-length, edebug-print-level, edebug-print-circle) | ||
| 171 | (edebug-modify-breakpoint, edebug-eval-last-sexp) | ||
| 172 | (edebug-eval-print-last-sexp): Doc fixes. | ||
| 173 | |||
| 174 | 2005-06-14 Kim F. Storm <storm@cua.dk> | ||
| 175 | |||
| 176 | * ido.el (ido-mode): Make a new keymap every time we enable ido, | ||
| 177 | as the coverage buffer/file/both may change. | ||
| 178 | |||
| 179 | 2005-06-14 Lute Kamstra <lute@gnu.org> | ||
| 180 | |||
| 181 | * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks | ||
| 182 | and run-mode-hooks. Simplify. | ||
| 183 | |||
| 184 | * mail/rmailedit.el (rmail-edit-mode): | ||
| 185 | * progmodes/octave-inf.el (inferior-octave-mode): | ||
| 186 | * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks. | ||
| 187 | |||
| 188 | * recentf.el (recentf-dialog-mode): Use kill-all-local-variables | ||
| 189 | and run-mode-hooks. | ||
| 190 | (recentf-edit-list, recentf-open-files): Don't call | ||
| 191 | kill-all-local-variables directly. | ||
| 192 | |||
| 193 | * emacs-lisp/debug.el (debug-on-entry): Fix docstring. | ||
| 194 | |||
| 195 | 2005-06-14 Juanma Barranquero <lekktu@gmail.com> | ||
| 196 | |||
| 197 | * emacs-lisp/byte-run.el (make-obsolete) | ||
| 198 | (define-obsolete-function-alias): Rename arguments FUNCTION and | ||
| 199 | NEW to OBSOLETE-NAME and CURRENT-NAME respectively. | ||
| 200 | (make-obsolete-variable, define-obsolete-variable-alias): | ||
| 201 | Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME | ||
| 202 | respectively. | ||
| 203 | |||
| 204 | * isearchb.el (isearchb-activate): | ||
| 205 | * pcvs.el (cvs-mode): | ||
| 206 | * ses.el (ses-load): | ||
| 207 | * vc-arch.el (vc-arch-checkin, vc-arch-diff): | ||
| 208 | * net/tramp.el (tramp-find-file-exists-command) | ||
| 209 | (tramp-find-shell): | ||
| 210 | * progmodes/ada-mode.el (ada-create-case-exception) | ||
| 211 | (ada-create-case-exception-substring, ada-make-subprogram-body): | ||
| 212 | * progmodes/idlw-shell.el (idlwave-shell-move-to-bp): | ||
| 213 | * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help): | ||
| 214 | * progmodes/vhdl-mode.el (vhdl-speedbar-place-component): | ||
| 215 | * textmodes/org.el (org-promote, org-evaluate-time-range) | ||
| 216 | (org-agenda-next-date-line, org-agenda-previous-date-line) | ||
| 217 | (org-agenda-error, org-open-at-point, org-table-move-row) | ||
| 218 | (org-format-table-table-html-using-table-generate-source) | ||
| 219 | (org-shiftcursor-error, org-ctrl-c-ctrl-c): | ||
| 220 | * textmodes/reftex.el (reftex-access-scan-info): | ||
| 221 | * textmodes/reftex-toc.el (reftex-toc-dframe-p) | ||
| 222 | (reftex-toc-promote-prepare): Follow error conventions. | ||
| 223 | |||
| 224 | * diff-mode.el (diff-mode): Fix typo in docstring. | ||
| 225 | |||
| 226 | * forms.el (forms--intuit-from-file): Fix reference to | ||
| 227 | `forms-number-of-fields' in error message. | ||
| 228 | (forms-print): Fix quoting in error message. | ||
| 229 | |||
| 230 | * forms.el (forms-mode): | ||
| 231 | * emulation/vi.el (vi-goto-insert-state): | ||
| 232 | * progmodes/flymake.el (flymake-new-err-info) | ||
| 233 | (flymake-start-syntax-check-for-current-buffer) | ||
| 234 | (flymake-simple-cleanup): | ||
| 235 | * eshell/esh-var.el (eshell/export): | ||
| 236 | * progmodes/gud.el (xdb): | ||
| 237 | * textmodes/flyspell.el (flyspell-incorrect-hook) | ||
| 238 | (flyspell-maybe-correct-transposition) | ||
| 239 | (flyspell-maybe-correct-doubling): Fix quoting in docstring. | ||
| 240 | |||
| 241 | 2005-06-13 Luc Teirlinck <teirllm@auburn.edu> | ||
| 242 | |||
| 243 | * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in | ||
| 244 | minibuffer prompt. | ||
| 245 | |||
| 246 | 2005-06-13 Kim F. Storm <storm@cua.dk> | ||
| 247 | |||
| 248 | * subr.el (add-to-ordered-list): New defun. | ||
| 249 | |||
| 250 | * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to | ||
| 251 | add cua--keymap-alist to emulation-mode-map-alists. | ||
| 252 | |||
| 253 | 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 254 | |||
| 255 | * subr.el (complete-in-turn): New macro. | ||
| 256 | (dynamic-completion-table, lazy-completion-table): Add debug info. | ||
| 257 | |||
| 258 | * faces.el (read-face-name): Use complete-in-turn complete non-aliases | ||
| 259 | in preference to face aliases. | ||
| 260 | |||
| 261 | * textmodes/fill.el (fill-match-adaptive-prefix): New function. | ||
| 262 | (fill-context-prefix): Use it to avoid guessing absurdly long prefixes. | ||
| 263 | Remove unused vars `start' and `firstline'. | ||
| 264 | (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p. | ||
| 265 | (justify-current-line, fill-individual-paragraphs): Remove unused vars. | ||
| 266 | |||
| 267 | 2005-06-13 Eli Zaretskii <eliz@gnu.org> | ||
| 268 | |||
| 269 | * cus-start.el (all): Don't complain about missing GTK-related | ||
| 270 | variables, unless either `gtk' is boundp or this isn't a | ||
| 271 | `windows-nt' build. | ||
| 272 | |||
| 273 | 2005-06-13 Lute Kamstra <lute@gnu.org> | ||
| 274 | |||
| 275 | * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and | ||
| 276 | run-mode-hooks. | ||
| 277 | |||
| 278 | * ediff-mult.el (ediff-meta-mode): | ||
| 279 | * ediff-util.el (ediff-mode): Use run-mode-hooks. | ||
| 280 | |||
| 281 | * ledit.el (ledit-mode): Use delay-mode-hooks. | ||
| 282 | |||
| 283 | * woman.el (woman-mode-line-format): Delete constant. | ||
| 284 | (woman-mode-map): Initialize it properly. | ||
| 285 | (woman-mode): Set mode-class property to special. | ||
| 286 | Use delay-mode-hooks and run-mode-hooks. Use the right keymap. | ||
| 287 | Set major-mode and mode-name. Don't set mode-line-format directly. | ||
| 288 | (Man-getpage-in-background): Don't reference woman-mode-line-format. | ||
| 289 | |||
| 290 | * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty | ||
| 291 | string argument obsolete. | ||
| 292 | |||
| 293 | 2005-06-13 Carsten Dominik <dominik@science.uva.nl> | ||
| 294 | |||
| 295 | * textmodes/org.el (org-CUA-compatible): New option. | ||
| 296 | (org-disputed-keys): New variable. | ||
| 297 | (org-key): New function. | ||
| 298 | (orgtbl-make-binding): Add docstring to the created function. | ||
| 299 | (org-mode): Set paragraph start/separate regexps. | ||
| 300 | (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers. | ||
| 301 | (org-archive-location, org-archive-mark-done) | ||
| 302 | (org-archive-stamp-time): New options. | ||
| 303 | (org-archive-subtree): New command. | ||
| 304 | (org-fill-paragraph): New function. | ||
| 305 | (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'. | ||
| 306 | (org-fake-empty-table-line): Function removed. | ||
| 307 | (org-format-org-table-html): Do not create empty table lines at | ||
| 308 | separator lines. Improved table header treatment. | ||
| 309 | (org-link-format): New option. | ||
| 310 | (org-make-link): New function. | ||
| 311 | (org-insert-link, org-store-link): Use org-make-link. | ||
| 312 | (org-open-file): Quote file name for shell command, to allow | ||
| 313 | spaces in file names. | ||
| 314 | (org-link-regexp): Fix bug with mailto link. | ||
| 315 | (org-link-maybe-angles-regexp, org-protected-link-regexp): | ||
| 316 | New constants. | ||
| 317 | (org-export-as-html): Deal with the optional angles around a link. | ||
| 318 | Better treatment of file: links. | ||
| 319 | (org-open-at-point): Replace @{ and @} with < and >. | ||
| 320 | (org-run-mode-hooks): Function removed. | ||
| 321 | (org-agenda-mode): No longer use `org-run-mode-hooks'. | ||
| 322 | |||
| 323 | 2005-06-13 Nick Roberts <nickrob@snap.net.nz> | ||
| 324 | |||
| 325 | * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use | ||
| 326 | MI command -data-list-register-values. | ||
| 327 | (gdb-post-prompt): Indent properly. | ||
| 328 | |||
| 329 | 2005-06-13 Juanma Barranquero <lekktu@gmail.com> | ||
| 330 | |||
| 331 | * hilit-chg.el (highlight-changes-colors): Rename from | ||
| 332 | `highlight-changes-colours'. | ||
| 333 | (highlight-changes-colours): Keep as obsolete alias. | ||
| 334 | (highlight-changes-face-list): Doc fix. | ||
| 335 | (hilit-chg-make-list): Use `highlight-changes-colors'. | ||
| 336 | |||
| 337 | 2005-06-12 Mark A. Hershberger <mah@everybody.org> | ||
| 338 | |||
| 339 | * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in | ||
| 340 | defun-prompt-regexp. | ||
| 341 | |||
| 342 | 2005-06-12 Eli Zaretskii <eliz@gnu.org> | ||
| 343 | |||
| 344 | * loadup.el: Don't say we are dumping under 2 names on windows-nt | ||
| 345 | and cygwin. | ||
| 346 | |||
| 347 | * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH): | ||
| 348 | Don't use an old loaddefs.el, as in Makefile.in. | ||
| 349 | |||
| 350 | 2005-06-12 Lute Kamstra <lute@gnu.org> | ||
| 351 | |||
| 352 | * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el. | ||
| 353 | |||
| 354 | * man.el (Man-mode-map): Initialize it properly. | ||
| 355 | (Man-mode): Set mode-class property to special. | ||
| 356 | |||
| 357 | * calendar/calendar.el (calendar-mode): Use run-mode-hooks. | ||
| 358 | |||
| 359 | 2005-06-11 Luc Teirlinck <teirllm@auburn.edu> | ||
| 360 | |||
| 361 | * menu-bar.el (menu-bar-make-toggle): Remove stray backslash. | ||
| 362 | A newline is needed in the docstring there. | ||
| 363 | |||
| 364 | * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry): | ||
| 365 | Doc fixes. | ||
| 366 | |||
| 367 | 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br> | ||
| 368 | |||
| 369 | * printing.el: Doc fix. The menubar is no more changed when printing | ||
| 370 | is loaded, it only changes when pr-menu-bind or pr-update-menus is | ||
| 371 | called. Now, the menubar changing will work in Emacs 20, 21 and 22. | ||
| 372 | (pr-version): New version number (6.8.4). | ||
| 373 | (pr-menu-bind): New command. | ||
| 374 | (pr-update-menus): Docstring and code fix. | ||
| 375 | (pr-menu-print-item): Now is a global var in Emacs and XEmacs. | ||
| 376 | Docstring fix. | ||
| 377 | (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command) | ||
| 378 | (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix. | ||
| 379 | |||
| 380 | 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org> | ||
| 381 | |||
| 382 | * emacs-lisp/ewoc.el: Doc fixes for public funcs: | ||
| 383 | "Returns" to "return", document useful return values, etc. | ||
| 384 | |||
| 385 | 2005-06-11 Alan Mackenzie <acm@muc.de> | ||
| 386 | |||
| 387 | * fill.el (fill-context-prefix): Try `adaptive-fill-function' | ||
| 388 | BEFORE `adaptive-fill-regexp' when determining a fill prefix. | ||
| 389 | (adaptive-file-function): Minor amendment to doc-string. | ||
| 390 | |||
| 391 | 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE> | ||
| 392 | |||
| 393 | * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size) | ||
| 394 | (thumbs-relief, thumbs-margin, thumbs-image-resizing-step): | ||
| 395 | Fix :type--it is `integer', not `string'. | ||
| 396 | |||
| 397 | * faces.el (modeline-highlight): Rename from (the erroneous) | ||
| 398 | `modeline-higilight'. | ||
| 399 | |||
| 400 | 2005-06-11 Lute Kamstra <lute@gnu.org> | ||
| 401 | |||
| 402 | * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy | ||
| 403 | lisp-interaction-mode-map but make it the parent. | ||
| 404 | (edebug-eval-mode): Use define-derived-mode. | ||
| 405 | |||
| 406 | 2005-06-11 Andreas Schwab <schwab@suse.de> | ||
| 407 | |||
| 408 | * bindings.el: Add binding of `ESC functionkey' for every | ||
| 409 | `M-functionkey'. | ||
| 410 | * hexl.el (hexl-mode-map): Likewise. | ||
| 411 | |||
| 412 | 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change) | ||
| 413 | |||
| 414 | * progmodes/compile.el (compilation-error-regexp-alist-alist) | ||
| 415 | [msft]: update regexp for newer msft compilers. | ||
| 416 | |||
| 417 | 2005-06-10 Mark A. Hershberger <mah@everybody.org> | ||
| 418 | |||
| 419 | * xml.el (start-chars, xml-parse-dtd): Add the ability to skip | ||
| 420 | ATTLIST portions of included DTDs. | ||
| 421 | (xml-parse-dtd): Eliminate use of inefficient match-data. | ||
| 422 | |||
| 423 | 2005-06-10 Miles Bader <miles@gnu.org> | ||
| 424 | |||
| 425 | * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial) | ||
| 426 | (mpuz-text): Remove "-face" suffix from face names. | ||
| 427 | (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face) | ||
| 428 | (mpuz-text-face): New backward-compatibility aliases for renamed faces. | ||
| 429 | (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces. | ||
| 430 | |||
| 431 | * play/gomoku.el (gomoku-O, gomoku-X): | ||
| 432 | Remove "-face" suffix from face names. | ||
| 433 | (gomoku-font-lock-O-face, gomoku-font-lock-X-face): | ||
| 434 | New backward-compatibility aliases for renamed faces. | ||
| 435 | (gomoku-font-lock-keywords): Use renamed gomoku faces. | ||
| 436 | |||
| 437 | 2005-06-10 Juanma Barranquero <lekktu@gmail.com> | ||
| 438 | |||
| 439 | * thumbs.el: Fixes for changes of 2005-06-09. | ||
| 440 | (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable | ||
| 441 | as a directory. | ||
| 442 | (thumbs-thumbname): Remove directory separator from format string; | ||
| 443 | `thumbs-thumbsdir' now returns a valid directory name. | ||
| 444 | (thumbs-temp-dir): New defsubst. | ||
| 445 | (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image): | ||
| 446 | Use it. | ||
| 447 | |||
| 448 | * cus-edit.el (minibuffer): | ||
| 449 | * files.el (make-backup-file-name-function): | ||
| 450 | * filesets.el (filesets-external-viewers): | ||
| 451 | * hilit-chg.el (highlight-changes-colours) | ||
| 452 | (highlight-changes-face-list, highlight-changes-rotate-faces): | ||
| 453 | * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode): | ||
| 454 | * kmacro.el (kmacro-call-macro): | ||
| 455 | * log-edit.el (log-edit-changelog-full-paragraphs): | ||
| 456 | * mouse.el (mouse-1-click-follows-link): | ||
| 457 | * skeleton.el (skeleton-autowrap): | ||
| 458 | * subr.el (insert-for-yank-1): | ||
| 459 | * tempo.el (tempo-insert-region): | ||
| 460 | * terminal.el (terminal-emulator): | ||
| 461 | * time.el (display-time-mail-face): | ||
| 462 | * vc.el (vc-annotate): | ||
| 463 | * vcursor.el (vcursor-copy-line): | ||
| 464 | * woman.el (woman-bold-headings, woman-ignore) | ||
| 465 | (woman-default-faces, woman-monochrome-faces): | ||
| 466 | * calendar/todo-mode.el (todo-insert-threshold): | ||
| 467 | * emulation/pc-select.el (pc-select-selection-keys-only) | ||
| 468 | (pc-selection-mode): | ||
| 469 | * emulation/vip.el (vip-find-char-forward): | ||
| 470 | * emulation/viper-cmd.el (viper-find-char-forward): | ||
| 471 | * international/mule-cmds.el (select-safe-coding-system-accept-default-p) | ||
| 472 | (input-method-exit-on-invalid-key): | ||
| 473 | * international/mule-diag.el (describe-coding-system): | ||
| 474 | * international/ucs-tables.el (unify-8859-on-encoding-mode): | ||
| 475 | * net/browse-url.el (browse-url-xterm-program): | ||
| 476 | * obsolete/lazy-lock.el (lazy-lock-mode): | ||
| 477 | * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt) | ||
| 478 | (cperl-mode): | ||
| 479 | * progmodes/cpp.el (cpp-face-light-name-list) | ||
| 480 | (cpp-face-dark-name-list): | ||
| 481 | * progmodes/delphi.el (delphi-newline-always-indents): | ||
| 482 | Fix spellings in docstrings. | ||
| 483 | |||
| 484 | * ido.el (ido-mode, ido-file-extensions-order) | ||
| 485 | (ido-default-file-method, ido-default-buffer-method) | ||
| 486 | (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook) | ||
| 487 | (ido-decorations, ido-read-file-name-as-directory-commands) | ||
| 488 | (ido-read-file-name-non-ido, ido-work-directory-list) | ||
| 489 | (ido-ignore-item-temp-list, ido-current-directory) | ||
| 490 | (ido-magic-forward-char, ido-enter-find-file) | ||
| 491 | (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer) | ||
| 492 | (ido-find-file, ido-read-buffer): Fix typos in docstrings. | ||
| 493 | |||
| 494 | 2005-06-10 Lute Kamstra <lute@gnu.org> | ||
| 495 | |||
| 496 | * play/dunnet.el (dun-mode): Use define-derived-mode. | ||
| 497 | (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an | ||
| 498 | obsolete alias. | ||
| 499 | |||
| 500 | * play/doctor.el (doctor-mode-map): Remove defvar. | ||
| 501 | (doctor-mode): Use define-derived-mode. | ||
| 502 | |||
| 503 | * mail/mspools.el (mspools-mode): | ||
| 504 | * net/eudc-hotlist.el (eudc-hotlist-mode): | ||
| 505 | * play/blackbox.el (blackbox-mode): Use run-mode-hooks. | ||
| 506 | |||
| 507 | 2005-06-10 Miles Bader <miles@gnu.org> | ||
| 508 | |||
| 509 | * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate): | ||
| 510 | Remove "-face" suffix from face names. | ||
| 511 | (flyspell-incorrect-face, flyspell-duplicate-face): | ||
| 512 | New backward-compatibility aliases for renamed faces. | ||
| 513 | (flyspell-mode-on, make-flyspell-overlay) | ||
| 514 | (flyspell-highlight-incorrect-region) | ||
| 515 | (flyspell-highlight-duplicate-region) | ||
| 516 | (flyspell-display-next-corrections) | ||
| 517 | (flyspell-auto-correct-previous-word): Use renamed flyspell faces. | ||
| 518 | |||
| 519 | * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix | ||
| 520 | from face name. | ||
| 521 | (texinfo-heading-face): New backward-compatibility alias for | ||
| 522 | renamed face. | ||
| 523 | (texinfo-heading-face): Use renamed texinfo-heading face. | ||
| 524 | |||
| 525 | * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face" | ||
| 526 | suffix from face names. | ||
| 527 | (tex-math-face, tex-verbatim-face): | ||
| 528 | New backward-compatibility aliases for renamed faces. | ||
| 529 | (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces. | ||
| 530 | (tex-insert-quote): Use `tex-verbatim-face' variable instead of | ||
| 531 | literal face name. | ||
| 532 | |||
| 533 | * textmodes/table.el (table-cell): Remove "-face" suffix from face | ||
| 534 | name. | ||
| 535 | (table-cell-face): New backward-compatibility alias for renamed face. | ||
| 536 | (table--put-cell-face-property, table--update-cell-face): | ||
| 537 | Use renamed table-cell face. | ||
| 538 | |||
| 539 | * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix | ||
| 540 | from face name. | ||
| 541 | (sgml-namespace-face): New backward-compatibility alias for | ||
| 542 | renamed face. | ||
| 543 | (sgml-namespace-face): Use renamed sgml-namespace face. | ||
| 544 | |||
| 545 | * textmodes/org.el (org-level-1, org-level-2, org-level-3) | ||
| 546 | (org-level-4, org-level-5, org-level-6, org-level-7) | ||
| 547 | (org-level-8, org-warning, org-headline-done) | ||
| 548 | (org-deadline-announce, org-scheduled-today) | ||
| 549 | (org-scheduled-previously, org-link, org-done, org-table) | ||
| 550 | (org-time-grid): Remove "-face" suffix from face names. | ||
| 551 | (org-level-1-face, org-level-2-face, org-level-3-face) | ||
| 552 | (org-level-4-face, org-level-5-face, org-level-6-face) | ||
| 553 | (org-level-7-face, org-level-8-face, org-warning-face) | ||
| 554 | (org-headline-done-face, org-deadline-announce-face) | ||
| 555 | (org-scheduled-today-face, org-scheduled-previously-face) | ||
| 556 | (org-link-face, org-done-face, org-table-face) | ||
| 557 | (org-time-grid-face): | ||
| 558 | New backward-compatibility aliases for renamed faces. | ||
| 559 | (org-level-faces, org-set-font-lock-defaults, org-timeline) | ||
| 560 | (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines) | ||
| 561 | (org-agenda-get-timestamps, org-agenda-get-scheduled) | ||
| 562 | (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces. | ||
| 563 | |||
| 564 | * emulation/viper-init.el (viper-search, viper-replace-overlay) | ||
| 565 | (viper-minibuffer-emacs, viper-minibuffer-insert) | ||
| 566 | (viper-minibuffer-vi): Remove "-face" suffix from face names. | ||
| 567 | (viper-search-face, viper-replace-overlay-face) | ||
| 568 | (viper-minibuffer-emacs-face, viper-minibuffer-insert-face) | ||
| 569 | (viper-minibuffer-vi-face): | ||
| 570 | New backward-compatibility aliases for renamed faces. | ||
| 571 | (viper-search-face, viper-replace-overlay-face) | ||
| 572 | (viper-minibuffer-emacs-face, viper-minibuffer-insert-face) | ||
| 573 | (viper-minibuffer-vi-face): Use renamed viper faces. | ||
| 574 | |||
| 575 | * emacs-lisp/testcover.el (testcover-nohits, testcover-1value): | ||
| 576 | Remove "-face" suffix from face names. | ||
| 577 | (testcover-nohits-face, testcover-1value-face): | ||
| 578 | New backward-compatibility aliases for renamed faces. | ||
| 579 | (testcover-mark): Use renamed testcover faces. | ||
| 580 | |||
| 581 | * calendar/diary-lib.el (diary-button): Remove "-face" suffix from | ||
| 582 | face name. | ||
| 583 | (diary-button-face): New backward-compatibility alias for renamed face. | ||
| 584 | (diary-entry): Use renamed diary-button face. | ||
| 585 | |||
| 586 | * calendar/calendar.el (diary, calendar-today, holiday) | ||
| 587 | (mark-visible-calendar-date): Remove "-face" suffix from face names. | ||
| 588 | (diary-face, calendar-today-face, holiday-face): | ||
| 589 | New backward-compatibility aliases for renamed faces. | ||
| 590 | (eval-after-load "facemenu", diary-entry-marker) | ||
| 591 | (calendar-today-marker, calendar-holiday-marker, diary-face): | ||
| 592 | Use renamed calendar faces. | ||
| 593 | |||
| 594 | * compare-w.el (compare-windows): Remove "-face" suffix from face name. | ||
| 595 | (compare-windows-face): New backward-compatibility alias for | ||
| 596 | renamed face. | ||
| 597 | (compare-windows-highlight): Use renamed compare-windows face. | ||
| 598 | |||
| 599 | * strokes.el (strokes-char): Remove "-face" suffix from face name. | ||
| 600 | (strokes-char-face): New backward-compatibility alias for renamed face. | ||
| 601 | (strokes-encode-buffer): Use renamed strokes-char face. | ||
| 602 | |||
| 603 | * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown) | ||
| 604 | (cvs-handled, cvs-need-action, cvs-marked, cvs-msg): | ||
| 605 | Remove "-face" suffix from face names. | ||
| 606 | (cvs-header-face, cvs-filename-face, cvs-unknown-face) | ||
| 607 | (cvs-handled-face, cvs-need-action-face, cvs-marked-face) | ||
| 608 | (cvs-msg-face): New backward-compatibility aliases for renamed faces. | ||
| 609 | (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp): | ||
| 610 | Use renamed pcvs faces. | ||
| 611 | * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces. | ||
| 612 | * pcvs-defs.el (cvs-mode-map): Likewise. | ||
| 613 | * cvs-status.el (cvs-status-font-lock-keywords): Likewise. | ||
| 614 | |||
| 615 | * info.el (info-title-1, info-title-2, info-title-3) | ||
| 616 | (info-title-4): Remove "-face" suffix from and downcase face names. | ||
| 617 | (Info-title-1-face, Info-title-2-face, Info-title-3-face) | ||
| 618 | (Info-title-4-face): | ||
| 619 | New backward-compatibility aliases for renamed faces. | ||
| 620 | (Info-fontify-node): Use renamed info faces. | ||
| 621 | |||
| 622 | * hilit-chg.el (highlight-changes, highlight-changes-delete): | ||
| 623 | Remove "-face" suffix from face names. | ||
| 624 | (highlight-changes-face, highlight-changes-delete-face): | ||
| 625 | New backward-compatibility aliases for renamed faces. | ||
| 626 | (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov) | ||
| 627 | (hilit-chg-make-list): Use renamed highlight-changes faces. | ||
| 628 | |||
| 629 | * generic-x.el (show-tabs-tab, show-tabs-space): | ||
| 630 | Remove "-face" suffix from face names. | ||
| 631 | (show-tabs-tab-face, show-tabs-space-face): | ||
| 632 | New backward-compatibility aliases for renamed faces. | ||
| 633 | (show-tabs-generic-mode-font-lock-defaults-1) | ||
| 634 | (show-tabs-generic-mode-font-lock-defaults-2): | ||
| 635 | Use renamed show-tabs faces. | ||
| 636 | |||
| 637 | * smerge-mode.el (smerge-mine, smerge-other, smerge-base) | ||
| 638 | (smerge-markers): Remove "-face" suffix from face names. | ||
| 639 | (smerge-mine-face, smerge-other-face, smerge-base-face) | ||
| 640 | (smerge-markers-face): | ||
| 641 | New backward-compatibility aliases for renamed faces. | ||
| 642 | (smerge-mine-face, smerge-other-face, smerge-base-face) | ||
| 643 | (smerge-markers-face): Use renamed smerge faces. | ||
| 644 | |||
| 645 | * log-view.el (log-view-file, log-view-message): | ||
| 646 | Remove "-face" suffix from face names. | ||
| 647 | (log-view-file-face, log-view-message-face): | ||
| 648 | New backward-compatibility aliases for renamed faces. | ||
| 649 | (log-view-file-face, log-view-message-face): Use renamed log-view faces. | ||
| 650 | |||
| 651 | * paren.el (show-paren-match, show-paren-mismatch): | ||
| 652 | Remove "-face" suffix from face names. | ||
| 653 | (show-paren-match-face, show-paren-mismatch-face): | ||
| 654 | New backward-compatibility aliases for renamed faces. | ||
| 655 | (show-paren-function): Use renamed show-paren faces. | ||
| 656 | |||
| 657 | * ruler-mode.el (ruler-mode-default, ruler-mode-pad) | ||
| 658 | (ruler-mode-margins, ruler-mode-fringes) | ||
| 659 | (ruler-mode-column-number, ruler-mode-fill-column) | ||
| 660 | (ruler-mode-comment-column, ruler-mode-goal-column) | ||
| 661 | (ruler-mode-tab-stop, ruler-mode-current-column): | ||
| 662 | Remove "-face" suffix from face names. | ||
| 663 | (ruler-mode-default-face, ruler-mode-pad-face) | ||
| 664 | (ruler-mode-margins-face, ruler-mode-fringes-face) | ||
| 665 | (ruler-mode-column-number-face, ruler-mode-fill-column-face) | ||
| 666 | (ruler-mode-comment-column-face, ruler-mode-goal-column-face) | ||
| 667 | (ruler-mode-tab-stop-face, ruler-mode-current-column-face): | ||
| 668 | New backward-compatibility aliases for renamed faces. | ||
| 669 | (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes) | ||
| 670 | (ruler-mode-column-number, ruler-mode-fill-column) | ||
| 671 | (ruler-mode-comment-column, ruler-mode-goal-column) | ||
| 672 | (ruler-mode-tab-stop, ruler-mode-current-column) | ||
| 673 | (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed faces. | ||
| 674 | |||
| 675 | * whitespace.el (whitespace-highlight): Remove "-face" suffix from | ||
| 676 | face name. | ||
| 677 | (whitespace-highlight-the-space): Use renamed face. | ||
| 678 | (whitespace-highlight-face): New backward-compatibility alias for | ||
| 679 | renamed face. | ||
| 680 | |||
| 681 | * woman.el (woman-italic, woman-bold, woman-unknown) | ||
| 682 | (woman-addition, woman-symbol-face): | ||
| 683 | Remove "-face" suffix from face names. | ||
| 684 | (woman-italic-face, woman-bold-face, woman-unknown-face) | ||
| 685 | (woman-addition-face): | ||
| 686 | New backward-compatibility aliases for renamed faces. | ||
| 687 | (woman-default-faces, woman-monochrome-faces, woman-man-buffer) | ||
| 688 | (woman-decode-region, woman-replace-match) | ||
| 689 | (woman-display-extended-fonts, woman-special-characters) | ||
| 690 | (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH): | ||
| 691 | Use renamed woman faces. | ||
| 692 | |||
| 693 | * longlines.el (longlines-visible-face): Face removed. | ||
| 694 | |||
| 695 | * diff-mode.el (diff-header, diff-file-header, diff-index) | ||
| 696 | (diff-hunk-header, diff-removed, diff-added, diff-changed) | ||
| 697 | (diff-function, diff-context, diff-nonexistent): Remove "-face" | ||
| 698 | suffix from face names. | ||
| 699 | (diff-header-face, diff-file-header-face, diff-index-face) | ||
| 700 | (diff-hunk-header-face, diff-removed-face, diff-added-face) | ||
| 701 | (diff-changed-face, diff-function-face, diff-context-face) | ||
| 702 | (diff-nonexistent-face): New backward-compatibility aliases for | ||
| 703 | renamed faces. | ||
| 704 | (diff-header-face, diff-file-header-face) | ||
| 705 | (diff-index, diff-index-face, diff-hunk-header) | ||
| 706 | (diff-hunk-header-face, diff-removed, diff-removed-face) | ||
| 707 | (diff-added, diff-added-face, diff-changed-face, diff-function) | ||
| 708 | (diff-function-face, diff-context-face, diff-nonexistent) | ||
| 709 | (diff-nonexistent-face): Use renamed diff-mode faces. | ||
| 710 | |||
| 711 | * progmodes/compile.el (compilation-warning-face) | ||
| 712 | (compilation-info-face): Remove "-face" suffix from face names. | ||
| 713 | (compilation-warning-face, compilation-info-face): | ||
| 714 | New backward-compatibility aliases for renamed faces. | ||
| 715 | (compilation-warning-face, compilation-info-face): | ||
| 716 | Use renamed compilation faces. | ||
| 717 | |||
| 718 | * add-log.el (change-log-date, change-log-name) | ||
| 719 | (change-log-email, change-log-file, change-log-list) | ||
| 720 | (change-log-conditionals, change-log-function) | ||
| 721 | (change-log-acknowledgement): Remove "-face" suffix from face names. | ||
| 722 | (change-log-date-face, change-log-name-face) | ||
| 723 | (change-log-email-face, change-log-file-face) | ||
| 724 | (change-log-list-face, change-log-conditionals-face) | ||
| 725 | (change-log-function-face, change-log-acknowledgement-face): | ||
| 726 | New backward-compatibility aliases for renamed faces. | ||
| 727 | (change-log-font-lock-keywords): Use renamed change-log faces. | ||
| 728 | |||
| 729 | * cus-edit.el (custom-invalid, custom-rogue, custom-modified) | ||
| 730 | (custom-set, custom-changed, custom-saved, custom-button) | ||
| 731 | (custom-button-pressed, custom-documentation, custom-state) | ||
| 732 | (custom-comment, custom-comment-tag, custom-variable-tag) | ||
| 733 | (custom-variable-button, custom-face-tag, custom-group-tag-1) | ||
| 734 | (custom-group-tag): Remove "-face" suffix from face names. | ||
| 735 | (custom-magic-alist, custom-magic-value-create) | ||
| 736 | (custom-group-sample-face-get, custom-mode): Use renamed custom faces. | ||
| 737 | (custom-invalid-face, custom-rogue-face, custom-modified-face) | ||
| 738 | (custom-set-face, custom-changed-face, custom-saved-face) | ||
| 739 | (custom-button-face, custom-button-pressed-face) | ||
| 740 | (custom-documentation-face, custom-state-face) | ||
| 741 | (custom-comment-face, custom-comment-tag-face) | ||
| 742 | (custom-variable-tag-face, custom-variable-button-face) | ||
| 743 | (custom-face-tag-face, custom-group-tag-face-1) | ||
| 744 | (custom-group-tag-face): | ||
| 745 | New backward-compatibility aliases for renamed faces. | ||
| 746 | |||
| 747 | * wid-edit.el (widget-documentation, widget-button) | ||
| 748 | (widget-field, widget-single-line-field, widget-inactive) | ||
| 749 | (widget-button-pressed): "-face" suffix removed from face names. | ||
| 750 | (widget-documentation-face, widget-button-face) | ||
| 751 | (widget-field-face, widget-single-line-field-face) | ||
| 752 | (widget-inactive-face, widget-button-pressed-face): | ||
| 753 | New backward-compatibility aliases for renamed faces. | ||
| 754 | (widget-documentation-face, widget-button-face) | ||
| 755 | (widget-button-pressed-face, widget-specify-field) | ||
| 756 | (widget-specify-inactive): Use renamed widget faces. | ||
| 757 | |||
| 758 | 2005-06-10 Kenichi Handa <handa@m17n.org> | ||
| 759 | |||
| 760 | * term/x-win.el (x-clipboard-yank): Remove condition-case | ||
| 761 | wrapping. | ||
| 762 | |||
| 763 | 2005-06-11 Kenichi Handa <handa@m17n.org> | ||
| 764 | |||
| 765 | * add-log.el (change-log-font-lock-keywords): Make the regexp for | ||
| 766 | date lines stricter. | ||
| 767 | |||
| 768 | 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change) | ||
| 769 | |||
| 770 | * term/x-win.el (x-clipboard-yank): Use x-selection-value instead | ||
| 771 | of x-get-selection. | ||
| 772 | |||
| 773 | 2005-06-10 Juanma Barranquero <lekktu@gmail.com> | ||
| 774 | |||
| 775 | * comint.el (comint-mode, comint-snapshot-last-prompt): | ||
| 776 | * frame.el (frame-current-scroll-bars): | ||
| 777 | * term.el (term-mode, term-check-proc, term-input-sender) | ||
| 778 | (term-simple-send, term-extract-string, term-word) | ||
| 779 | (term-match-partial-filename): | ||
| 780 | * window.el (window-current-scroll-bars): | ||
| 781 | * emulation/cua-base.el (cua-normal-cursor-color) | ||
| 782 | (cua-read-only-cursor-color, cua-overwrite-cursor-color) | ||
| 783 | (cua-global-mark-cursor-color): | ||
| 784 | * mail/undigest.el (rmail-forward-separator-regex): | ||
| 785 | Fix typos in docstrings. | ||
| 786 | |||
| 787 | * comint.el (comint-check-proc, make-comint-in-buffer) | ||
| 788 | (comint-source-default): Doc fixes. | ||
| 789 | |||
| 790 | * term.el (term-send-string): Improve argument/docstring | ||
| 791 | consistency. | ||
| 792 | |||
| 793 | 2005-06-09 Luc Teirlinck <teirllm@auburn.edu> | ||
| 794 | |||
| 795 | * comint.el (comint-send-input): Bind `inhibit-read-only' around | ||
| 796 | call to `delete-region'. | ||
| 797 | (comint-mode-hook): Do not enable Font Lock by default. | ||
| 798 | |||
| 799 | 2005-06-09 Lute Kamstra <lute@gnu.org> | ||
| 800 | |||
| 801 | * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode | ||
| 802 | could be void. | ||
| 803 | |||
| 1 | 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca> | 804 | 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 805 | ||
| 3 | * emacs-lisp/debug.el (debugger-will-be-back): New var. | 806 | * emacs-lisp/debug.el (debugger-will-be-back): New var. |
| @@ -9,6 +812,9 @@ | |||
| 9 | 812 | ||
| 10 | 2005-06-09 Juanma Barranquero <lekktu@gmail.com> | 813 | 2005-06-09 Juanma Barranquero <lekktu@gmail.com> |
| 11 | 814 | ||
| 815 | * window.el (shrink-window-if-larger-than-buffer) | ||
| 816 | (window-size-fixed): Fix typo in docstring. | ||
| 817 | |||
| 12 | * thumbs.el: Don't set `auto-image-file-mode'. Do not create the | 818 | * thumbs.el: Don't set `auto-image-file-mode'. Do not create the |
| 13 | thumbnails directory on loading. | 819 | thumbnails directory on loading. |
| 14 | (thumbs-conversion-program): Use `eq' to check the system type, | 820 | (thumbs-conversion-program): Use `eq' to check the system type, |
| @@ -9719,7 +10525,7 @@ | |||
| 9719 | * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses | 10525 | * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses |
| 9720 | icon diropen. New tool bar item find-file-existing uses icon open. | 10526 | icon diropen. New tool bar item find-file-existing uses icon open. |
| 9721 | 10527 | ||
| 9722 | * dired.el (dired-read-dir-and-switches): Call read-driectory-name | 10528 | * dired.el (dired-read-dir-and-switches): Call read-directory-name |
| 9723 | instead of read-file-name. | 10529 | instead of read-file-name. |
| 9724 | 10530 | ||
| 9725 | 2004-11-02 Ulf Jasper <ulf.jasper@web.de> | 10531 | 2004-11-02 Ulf Jasper <ulf.jasper@web.de> |
| @@ -17838,8 +18644,8 @@ | |||
| 17838 | 18644 | ||
| 17839 | 2004-01-21 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 18645 | 2004-01-21 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
| 17840 | 18646 | ||
| 17841 | * term/x-win.el: Call menu-bar-enable-clipboard and make Paste | 18647 | * term/x-win.el (x-clipboard-yank, menu-bar-edit-menu): Call |
| 17842 | use clipboard first. | 18648 | menu-bar-enable-clipboard and make Paste use clipboard first. |
| 17843 | 18649 | ||
| 17844 | 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca> | 18650 | 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca> |
| 17845 | 18651 | ||