diff options
| author | Gerd Moellmann | 2000-08-10 09:21:43 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-08-10 09:21:43 +0000 |
| commit | bea56df720fefe48dec35e63dbe358780796fb24 (patch) | |
| tree | fba3fcbeccadc850f5b6a7bb83dc00dd16cbbe3e /lisp/ChangeLog | |
| parent | 6a94510a734274882cfb89bdda6fab9143ca8bd5 (diff) | |
| download | emacs-bea56df720fefe48dec35e63dbe358780796fb24.tar.gz emacs-bea56df720fefe48dec35e63dbe358780796fb24.zip | |
*** empty log message ***
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 10023 |
1 files changed, 1 insertions, 10022 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1dd9be0aab9..1c976b4cd03 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -6108,10025 +6108,4 @@ | |||
| 6108 | (image-type-from-file-header): Use it. | 6108 | (image-type-from-file-header): Use it. |
| 6109 | (create-image): Add parameter DATA-P. | 6109 | (create-image): Add parameter DATA-P. |
| 6110 | 6110 | ||
| 6111 | 1999-12-31 Richard M. Stallman <rms@gnu.org> | 6111 | See ChangeLog.8 for earlier changes. |
| 6112 | |||
| 6113 | * echistory.el (electric-command-history): Call Command-history-setup | ||
| 6114 | and command-history-mode using their new conventions. | ||
| 6115 | |||
| 6116 | * chistory.el (Command-history-setup): Don't switch buffers. Take | ||
| 6117 | no args, and do not set major-mode, mode-name or the local map. | ||
| 6118 | (command-history-mode): New function, does some of those things | ||
| 6119 | Command-history-setup used to do. | ||
| 6120 | (list-command-history): Call command-history-mode, not | ||
| 6121 | Command-history-setup. | ||
| 6122 | (command-history): Renamed from command-history-mode. | ||
| 6123 | |||
| 6124 | 1999-12-31 Richard M. Stallman <rms@gnu.org> | ||
| 6125 | |||
| 6126 | * arc-mode.el (archive-mode-map): Bind q to quit-window. | ||
| 6127 | |||
| 6128 | 1999-12-31 William M. Perry <wmperry@aventail.com> | ||
| 6129 | |||
| 6130 | * image.el (defimage): Images with the `:data' keyword should be | ||
| 6131 | considered valid as well. | ||
| 6132 | |||
| 6133 | 1999-12-31 Richard M. Stallman <rms@gnu.org> | ||
| 6134 | |||
| 6135 | * dired.el (dired-get-filename): Don't call file-name-absolute-p | ||
| 6136 | with FILE if FILE is nil. | ||
| 6137 | |||
| 6138 | 1999-12-30 Richard M. Stallman <rms@gnu.org> | ||
| 6139 | |||
| 6140 | * simple.el (choose-completion-string): In minibuffer, | ||
| 6141 | do not delete the prompt string. | ||
| 6142 | |||
| 6143 | 1999-12-30 Gerd Moellmann <gerd@gnu.org> | ||
| 6144 | |||
| 6145 | * bindings.el (make-mode-line-mouse-sensitive): Copy keymap | ||
| 6146 | assigned to mode-line-mode-menu because bindings.el is dumped with | ||
| 6147 | Emacs, and thus the lists used for menu-item definition will be | ||
| 6148 | copied to pure space. Emacs' menu code (parse_menu_item) doesn't | ||
| 6149 | like pure menu item definitions. | ||
| 6150 | |||
| 6151 | * expand.el (expand-abbrev-hook): Return t if expansion was | ||
| 6152 | done, nil otherwise. | ||
| 6153 | |||
| 6154 | 1999-12-29 Richard M. Stallman <rms@gnu.org> | ||
| 6155 | |||
| 6156 | * tar-mode.el (tar-mode-map): Bind q to quit-window, not tar-quit. | ||
| 6157 | (tar-quit): Function deleted. | ||
| 6158 | |||
| 6159 | 1999-12-29 Thien-Thi Nguyen <ttn@delysid.gnu.org> | ||
| 6160 | |||
| 6161 | * progmodes/hideshow.el (hs-minor-mode-menu): Fix omission bug; | ||
| 6162 | was used but not declared. | ||
| 6163 | |||
| 6164 | (hs-discard-overlays, hs-isearch-show, hs-isearch-show-temporary, | ||
| 6165 | hs-find-block-beginning): Add or modify docstrings. | ||
| 6166 | |||
| 6167 | (hs-isearch-show): Rewrite. | ||
| 6168 | |||
| 6169 | 1999-12-28 Gerd Moellmann <gerd@gnu.org> | ||
| 6170 | |||
| 6171 | * icomplete.el (icomplete-exhibit): Adapt to prompt in buffer. | ||
| 6172 | |||
| 6173 | * progmodes/cc-cmds.el (c-fill-paragraph): Don't delete white | ||
| 6174 | space in front of a C-style comment end. | ||
| 6175 | |||
| 6176 | 1999-12-28 Eli Zaretskii <eliz@is.elta.co.il> | ||
| 6177 | |||
| 6178 | * startup.el (command-line-1): Make mode line mouse-sensitive for | ||
| 6179 | the MS-DOS version as well. | ||
| 6180 | |||
| 6181 | 1999-12-28 Gerd Moellmann <gerd@gnu.org> | ||
| 6182 | |||
| 6183 | * bs.el: New file. | ||
| 6184 | |||
| 6185 | 1999-12-28 Richard M. Stallman <rms@gnu.org> | ||
| 6186 | |||
| 6187 | * textmodes/ispell.el (ispell-process-line): | ||
| 6188 | Add local var line-offset to adjust for the change | ||
| 6189 | in positions within the line, due to previous replacements. | ||
| 6190 | |||
| 6191 | 1999-12-27 Richard M. Stallman <rms@gnu.org> | ||
| 6192 | |||
| 6193 | * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region): | ||
| 6194 | Doc fixes. | ||
| 6195 | |||
| 6196 | 1999-12-27 Gerd Moellmann <gerd@gnu.org> | ||
| 6197 | |||
| 6198 | * add-log.el (change-log-version-number-regexp-list) | ||
| 6199 | (change-log-version-info-enabled): Change :version to 21.1. | ||
| 6200 | (toplevel): Require CL when compiling. | ||
| 6201 | |||
| 6202 | 1999-12-27 Jari Aalto <jari.aalto@poboxes.com> | ||
| 6203 | |||
| 6204 | * add-log.el (change-log-version-number-regexp-list): Added tag | ||
| 6205 | :version 20.6 | ||
| 6206 | (change-log-version-info-enabled): Added tag :version 20.6 | ||
| 6207 | |||
| 6208 | 1999-12-27 Jari Aalto <jari.aalto@poboxes.com> | ||
| 6209 | |||
| 6210 | * add-log.el: More general version number search with | ||
| 6211 | user-configurable regexp list. | ||
| 6212 | (change-log-version-number-regexp-list): New user variable. | ||
| 6213 | (change-log-find-version): Rewritten. Use user-configurable | ||
| 6214 | version numbering regexp list | ||
| 6215 | change-log-version-number-regexp-list. | ||
| 6216 | (change-log-find-version): Renamed to | ||
| 6217 | change-log-version-number-search | ||
| 6218 | (add-log-file-name-function): New. | ||
| 6219 | (change-log-search-vc-number): Added END paramaeter. Added doc | ||
| 6220 | string to function. | ||
| 6221 | (change-log-version-rcs): Renamed. Was | ||
| 6222 | change-log-search-vc-number. | ||
| 6223 | |||
| 6224 | 1999-12-26 Thien-Thi Nguyen <ttn@delysid.gnu.org> | ||
| 6225 | |||
| 6226 | * progmodes/compile.el (compilation-goto-locus): Delete hideshow | ||
| 6227 | overlays if they interfere. | ||
| 6228 | (compilation-find-file): Make intangible overlays tangible. | ||
| 6229 | |||
| 6230 | * progmodes/hideshow.el: Generally, synch w/ maintainer | ||
| 6231 | version 5.9. | ||
| 6232 | |||
| 6233 | (hs-show-hidden-short-form): Delete var; hard-code uses as `t'. | ||
| 6234 | |||
| 6235 | (hs-minor-mode-hook): Don't initialize. | ||
| 6236 | |||
| 6237 | (hs-special-modes-alist): Rewrite value and docstring. | ||
| 6238 | |||
| 6239 | (hs-minor-mode-prefix): Delete unused var. | ||
| 6240 | |||
| 6241 | (hs-block-start-mdata-select): New var, buffer local. | ||
| 6242 | |||
| 6243 | (hs-headline): New var. | ||
| 6244 | |||
| 6245 | (hs-match-data, hs-forward-sexp): New funcs. | ||
| 6246 | |||
| 6247 | (hs-hide-comment-region): New func. | ||
| 6248 | |||
| 6249 | (hs-discard-overlays, hs-flag-region, hs-hide-block-at-point, | ||
| 6250 | hs-safety-is-job-n, hs-hide-initial-comment-block, | ||
| 6251 | hs-inside-comment-p, hs-grok-mode-type, hs-find-block-beginning, | ||
| 6252 | hs-hide-level-recursive, hs-life-goes-on, hs-already-hidden-p, | ||
| 6253 | hs-c-like-adjust-block-beginning, hs-hide-all, hs-show-all, | ||
| 6254 | hs-hide-block, hs-show-block, hs-show-region, hs-hide-level, | ||
| 6255 | hs-mouse-toggle-hiding, hs-minor-mode): Rewrite. | ||
| 6256 | |||
| 6257 | (hs-isearch-show): Renamed from `hs-isearch-open-invisible'. | ||
| 6258 | (hs-isearch-show-temporary): New funcs. | ||
| 6259 | |||
| 6260 | (hs-show-block-at-point, java-hs-forward-sexp): Delete funcs. | ||
| 6261 | |||
| 6262 | (hs-hide-all, hs-mouse-toggle-hiding): Don't autoload. | ||
| 6263 | |||
| 6264 | When constructing menu, use `[(shift button2)]' notation. | ||
| 6265 | |||
| 6266 | 1999-12-25 Richard M. Stallman <rms@gnu.org> | ||
| 6267 | |||
| 6268 | * jka-compr.el (jka-compr-info-file-magic-bytes): New function. | ||
| 6269 | (jka-compr-compression-info-list): Add new elt to each vector. | ||
| 6270 | (jka-compr-write-region): Don't compress the data if it is | ||
| 6271 | already compressed. | ||
| 6272 | |||
| 6273 | * jka-compr.el (jka-compr-really-do-compress): New variable. | ||
| 6274 | (jka-compr-insert-file-contents): Set jka-compr-really-do-compress | ||
| 6275 | if visiting. | ||
| 6276 | (jka-compr-write-region): Set jka-compr-really-do-compress | ||
| 6277 | if visiting. Test it when deciding to compress. | ||
| 6278 | |||
| 6279 | 1999-12-22 Gerd Moellmann <gerd@gnu.org> | ||
| 6280 | |||
| 6281 | * progmodes/sh-script.el (sh-mode): Don't call sh-set-shell | ||
| 6282 | with third argument t. | ||
| 6283 | |||
| 6284 | 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com> | ||
| 6285 | |||
| 6286 | * antlr-mode.el: Version 1.2 is released. | ||
| 6287 | (antlr): This package has a web page. | ||
| 6288 | |||
| 6289 | 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com> | ||
| 6290 | |||
| 6291 | * antlr-mode.el: Menu/keymap additions for commenting/uncommenting | ||
| 6292 | regions. Suggested by Dale Davis <Dale_Davis@securify.com>. | ||
| 6293 | (antlr-mode-map): New binding [C-c C-c]. | ||
| 6294 | (antlr-mode-menu): New entries. | ||
| 6295 | |||
| 6296 | 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com> | ||
| 6297 | |||
| 6298 | * antlr-mode.el: Respect Emacs conventions. | ||
| 6299 | ((require 'cl)): Only use during compilation. | ||
| 6300 | (antlr-language-for-option): New function to avoid using `find'. | ||
| 6301 | (antlr-mode): Use it. | ||
| 6302 | (antlr-with-syntax-table): Define new instead using XEmacs' one. | ||
| 6303 | (antlr-imenu-create-index-function): Change accordingly. | ||
| 6304 | (antlr-inside-rule-p): Ditto. | ||
| 6305 | (antlr-end-of-rule): Ditto. | ||
| 6306 | (antlr-end-of-body): Ditto. | ||
| 6307 | (antlr-beginning-of-rule): Ditto. | ||
| 6308 | (antlr-indent-line): Ditto. | ||
| 6309 | |||
| 6310 | 1999-11-21 Christoph Wedler <Christoph.Wedler@sap.com> | ||
| 6311 | |||
| 6312 | * antlr-mode.el: Really use `antlr-tab-offset-alist'. | ||
| 6313 | (antlr-set-tabs): Don't use hard-coded values. | ||
| 6314 | |||
| 6315 | * antlr-mode.el: Minor navigation changes. Not perfect, but this | ||
| 6316 | won't be possible without a huge time penalty. | ||
| 6317 | (antlr-skip-exception-part): Be more specific. | ||
| 6318 | (antlr-skip-file-prelude): Don't skip action prelude of next rule. | ||
| 6319 | Renamed from `antlr-skip-grammar-header'. | ||
| 6320 | (antlr-next-rule): Change accordingly. | ||
| 6321 | (antlr-end-of-body): Ditto. Better error message. | ||
| 6322 | (antlr-beginning-of-body): Better error message. | ||
| 6323 | (antlr-imenu-create-index-function): Skip rule action prelude. | ||
| 6324 | |||
| 6325 | * antlr-mode.el: Minor syntax highlighting changes. | ||
| 6326 | (antlr-font-lock-default-face): Deletia. | ||
| 6327 | (antlr-font-lock-tokendef-face): Changed color. | ||
| 6328 | (antlr-font-lock-tokenref-face): Changed color. | ||
| 6329 | (antlr-font-lock-literal-face): Changed color. | ||
| 6330 | (antlr-font-lock-additional-keywords): Minor changes. | ||
| 6331 | |||
| 6332 | 1999-12-20 Carsten Dominik <cd@gnu.org> | ||
| 6333 | |||
| 6334 | * progmodes/idlwave.el: New file. | ||
| 6335 | |||
| 6336 | * progmodes/idlwave-rinfo.el: New file. | ||
| 6337 | |||
| 6338 | * progmodes/idlwave-shell.el: New file. | ||
| 6339 | |||
| 6340 | * progmodes/idlwave-toolbar.el: New file. | ||
| 6341 | |||
| 6342 | * files.el (auto-mode-alist): idlwave-mode default for .pro files. | ||
| 6343 | |||
| 6344 | 1999-12-21 Gerd Moellmann <gerd@gnu.org> | ||
| 6345 | |||
| 6346 | * progmodes/cwarn.el: New file. | ||
| 6347 | |||
| 6348 | 1999-12-19 Gerd Moellmann <gerd@gnu.org> | ||
| 6349 | |||
| 6350 | * bindings.el (completion-ignored-extensions): Add .pdf. | ||
| 6351 | |||
| 6352 | 1999-12-19 Eli Zaretskii <eliz@is.elta.co.il> | ||
| 6353 | |||
| 6354 | * version.el: Put the version info into binary on MS-DOS as well. | ||
| 6355 | |||
| 6356 | 1999-12-19 Gerd Moellmann <gerd@gnu.org> | ||
| 6357 | |||
| 6358 | * emacs-lisp/debug.el (debugger-continue): Don't continue if | ||
| 6359 | debugger-may-continue is nil. | ||
| 6360 | |||
| 6361 | 1999-12-18 Dave Love <fx@gnu.org> | ||
| 6362 | |||
| 6363 | * emacs-lisp/cl-macs.el: Remove conditional definition of | ||
| 6364 | eval-when-compile. Don't specify abs, expt, gethash, | ||
| 6365 | hash-table-count, hash-table-p as side-effect-free here. | ||
| 6366 | (cl-emacs-type): Don't declare. | ||
| 6367 | (cl-compile-time-init): Remove Emacs 18 compiler patch. | ||
| 6368 | (cl-parse-loop-clause): Remove compatibility code. | ||
| 6369 | |||
| 6370 | * emacs-lisp/byte-opt.el: Don't put optimization info on `eql'. | ||
| 6371 | (side-effect-free-fns): Add gethash, hash-table-count. | ||
| 6372 | (side-effect-and-error-free-fns): Add hash-table-p. | ||
| 6373 | |||
| 6374 | * emacs-lisp/cl.el: Remove Emacs 18 compatibility code. Prepend | ||
| 6375 | `cl-' to autoload names for some hash functions. Don't autoload | ||
| 6376 | eval-when-compile. Don't provide mini-cl. | ||
| 6377 | (cl-emacs-type): Remove. | ||
| 6378 | (cl-map-extents): Remove compatibility code. | ||
| 6379 | |||
| 6380 | * emacs-lisp/float.el: Bind free variables. | ||
| 6381 | |||
| 6382 | * emacs-lisp/bytecomp.el (byte-compile-constp): Include keywords. | ||
| 6383 | |||
| 6384 | 1999-12-16 Gerd Moellmann <gerd@gnu.org> | ||
| 6385 | |||
| 6386 | * bindings.el (completion-ignored-extensions): Add .tfm. | ||
| 6387 | |||
| 6388 | 1999-12-16 Dave Love <fx@gnu.org> | ||
| 6389 | |||
| 6390 | * faces.el (set-face-attribute): Purecopy the attributes set. | ||
| 6391 | |||
| 6392 | * custom.el (custom-declare-variable): Purecopy value. | ||
| 6393 | |||
| 6394 | * emacs-lisp/bytecomp.el (byte-compile-bound-variables): Doc fix. | ||
| 6395 | (byte-extrude-byte-code-vectors): Use remprop. | ||
| 6396 | (byte-compile-lambda): Check that arg is a lambda. | ||
| 6397 | |||
| 6398 | 1999-11-16 Anders Lindgren <AndersL@andersl.com> | ||
| 6399 | |||
| 6400 | * font-lock.el: System for adding and removing keywords. | ||
| 6401 | Both local (previously added keyword) and global keywords | ||
| 6402 | can be removed. | ||
| 6403 | (font-lock-remove-keywords): New user-level function. | ||
| 6404 | (font-lock-update-removed-keyword-alist): New internal function. | ||
| 6405 | (font-lock-removed-keywords-alist): New variable. | ||
| 6406 | (font-lock-add-keywords): Updates `font-lock-removed-keywords-alist'. | ||
| 6407 | Empty `font-lock-keywords-alist' when `append' is `set' to avoid | ||
| 6408 | growing datastructures. | ||
| 6409 | (font-lock-set-defaults): Removes keywords stored in | ||
| 6410 | `font-lock-removed-keywords-alist' after local keywords added. | ||
| 6411 | |||
| 6412 | 1999-12-16 Anders Lindgren <andersl@andersl.com> | ||
| 6413 | |||
| 6414 | * font-lock.el (c-keywords, c++-keywords): Better "case" support for | ||
| 6415 | complex constant expressions, e.g. "case 1<<A_BIT_NO:". | ||
| 6416 | |||
| 6417 | * font-lock.el (c-keywords): Only highlight preprocessor | ||
| 6418 | directives when spelled correctly. | ||
| 6419 | |||
| 6420 | * font-lock.el (font-lock-match-c++-structor-declaration, | ||
| 6421 | c++-keywords): Fontify constructors and destructors with function | ||
| 6422 | face inside C++ class declarations. | ||
| 6423 | |||
| 6424 | 1999-12-16 Gerd Moellmann <gerd@gnu.org> | ||
| 6425 | |||
| 6426 | * progmodes/sh-script.el (sh-mode): If there is no #!-line, use | ||
| 6427 | the shell from sh-shell-file. | ||
| 6428 | |||
| 6429 | * font-lock.el (java-keywords): Add Javadoc tags as of JDK 1.2.1. | ||
| 6430 | |||
| 6431 | 1999-12-16 Eli Zaretskii <eliz@is.elta.co.il> | ||
| 6432 | |||
| 6433 | * ls-lisp.el (ls-lisp-insert-directory): Print an explicit message | ||
| 6434 | if one of the files specified cannot be accessed by | ||
| 6435 | file-attributes. Do not strip any leading directories from the | ||
| 6436 | file names, to behave more like `ls' does. | ||
| 6437 | |||
| 6438 | * dired.el (dired-get-filename): Handle absolute file names. | ||
| 6439 | (dired-readin-insert): If argument is a cons, don't print | ||
| 6440 | "wildcard" on the ``total'' line. | ||
| 6441 | |||
| 6442 | 1999-12-15 Eli Zaretskii <eliz@is.elta.co.il> | ||
| 6443 | |||
| 6444 | * faces.el (face-read-integer, read-face-attribute) | ||
| 6445 | (color-defined-p, color-values): Allow color values unspecified-fg | ||
| 6446 | and unspecified-bg, handle them as unspecified. | ||
| 6447 | |||
| 6448 | 1999-12-15 Carsten Dominik <dominik@astro.uva.nl> | ||
| 6449 | |||
| 6450 | * textmodes/reftex.el: (reftex-compile-variables): respect new | ||
| 6451 | structure of `reftex-index-macro' | ||
| 6452 | (reftex-compile-variables): Use the changed structure of | ||
| 6453 | `reftex-label-alist'. | ||
| 6454 | |||
| 6455 | * textmodes/reftex-vars.el (reftex-index-math-format, | ||
| 6456 | (reftex-toc-max-level): New option. | ||
| 6457 | reftex-index-phrases-search-whole-words, | ||
| 6458 | reftex-index-phrases-case-fold-search, | ||
| 6459 | reftex-index-phrases-skip-indexed-matches, | ||
| 6460 | reftex-index-phrases-wrap-long-lines, | ||
| 6461 | reftex-index-phrases-sort-prefers-entry, | ||
| 6462 | reftex-index-phrases-sort-in-blocks): New options. | ||
| 6463 | (reftex-index-macros): Option structure changed. | ||
| 6464 | (reftex-index-macros-builtin): Added `repeat' item to each entry. | ||
| 6465 | (reftex-label-alist): Additional item in each entry to specify if | ||
| 6466 | the environment should be listed in the TOC. | ||
| 6467 | (eval-when-compile (require 'cl)) added. | ||
| 6468 | |||
| 6469 | * textmodes/reftex-index.el (reftex-index-selection-or-word): No | ||
| 6470 | longer deals with "repeat". | ||
| 6471 | (reftex-index): "repeat property in `reftex-index-macro-alist' is | ||
| 6472 | now used. | ||
| 6473 | (reftex-index-phrases-comment-regexp, | ||
| 6474 | reftex-index-phrases-macrodef-regexp, | ||
| 6475 | reftex-index-phrases-phrase-regexp1, | ||
| 6476 | reftex-index-phrases-phrase-regexp2, | ||
| 6477 | reftex-index-phrases-phrase-regexp12, reftex-index-phrases-help): | ||
| 6478 | New constants. | ||
| 6479 | (reftex-index-phrases-macro-data, reftex-index-phrases-files, | ||
| 6480 | reftex-index-phrases-font-lock-keywords, | ||
| 6481 | reftex-index-phrases-font-lock-defaults, reftex-index-phrases-map, | ||
| 6482 | reftex-index-phrases-restrict-file): New variables. | ||
| 6483 | (reftex-index-phrase-selection-or-word, | ||
| 6484 | reftex-index-visit-phrases-buffer, | ||
| 6485 | reftex-index-initialize-phrases-buffer, | ||
| 6486 | reftex-index-phrases-save-and-return, reftex-index-phrases-mode, | ||
| 6487 | reftex-index-next-phrase, reftex-index-this-phrase, | ||
| 6488 | reftex-index-all-phrases, reftex-index-region-phrases, | ||
| 6489 | reftex-index-phrases-parse-header, | ||
| 6490 | reftex-index-phrases-toggle-restricted, reftex-index-new-phrase, | ||
| 6491 | reftex-index-find-next-conflict-phrase, reftex-index-phrases-info, | ||
| 6492 | reftex-index-phrases-set-macro-key, reftex-index-sort-phrases, | ||
| 6493 | reftex-compare-phrase-lines, reftex-index-make-phrase-regexp, | ||
| 6494 | reftex-index-simplify-phrase, reftex-index-phrases-find-dup-re, | ||
| 6495 | reftex-index-make-replace-string, | ||
| 6496 | reftex-query-index-phrase-globally, reftex-query-index-phrase, | ||
| 6497 | reftex-index-phrase-match-is-indexed, | ||
| 6498 | reftex-index-phrases-fixup-line, | ||
| 6499 | reftex-index-phrases-replace-space, | ||
| 6500 | reftex-index-select-phrases-macro): New functions. | ||
| 6501 | (reftex-index-globalize, reftex-index-globally): functions removed | ||
| 6502 | (eval-when-compile (require 'cl)) added. | ||
| 6503 | |||
| 6504 | * textmodes/reftex-toc.el (reftex-toc-mode): Create new indicator | ||
| 6505 | for max level. | ||
| 6506 | (reftex-toc-max-level-indicator): New variable. | ||
| 6507 | (reftex-toc-max-level): New command. | ||
| 6508 | (reftex-toc-map): New keybinding `t'. | ||
| 6509 | (reftex-toc-help): Constant updated. | ||
| 6510 | (eval-when-compile (require 'cl)) added. | ||
| 6511 | |||
| 6512 | * textmodes/reftex-ref.el (reftex-offer-label-menu): Prefix to | ||
| 6513 | `t' command key can change `reftex-toc-max-level' | ||
| 6514 | (eval-when-compile (require 'cl)) added. | ||
| 6515 | |||
| 6516 | * textmode/reftex-sel (reftex-insert-docstruct): Respect | ||
| 6517 | `reftex-toc-max-level' | ||
| 6518 | (eval-when-compile (require 'cl)) added. | ||
| 6519 | |||
| 6520 | * textmodes/reftex-auc.el (eval-when-compile (require 'cl)) | ||
| 6521 | added. | ||
| 6522 | |||
| 6523 | * textmodes/reftex-vcr.el (eval-when-compile (require 'cl)) | ||
| 6524 | added. | ||
| 6525 | |||
| 6526 | * textmodes/reftex-cite.el (reftex-citep, reftex-citet): New | ||
| 6527 | commands. | ||
| 6528 | (reftex-citation, reftex-do-citation, | ||
| 6529 | reftex-figure-out-cite-format): Additional argument FORMAT-KEY to | ||
| 6530 | preselect a citation format. | ||
| 6531 | (eval-when-compile (require 'cl)) added. | ||
| 6532 | |||
| 6533 | * textmodes/reftex-parse.el (reftex-context-substring): Optional | ||
| 6534 | parameter to-end | ||
| 6535 | (reftex-section-info): Deal with environment matches. | ||
| 6536 | (eval-when-compile (require 'cl)) added. | ||
| 6537 | |||
| 6538 | * reftex-global.el (eval-when-compile (require 'cl)) added. | ||
| 6539 | |||
| 6540 | 1999-12-15 Kenichi Handa <handa@etl.go.jp> | ||
| 6541 | |||
| 6542 | The following changes are for the new composition mechanism. We | ||
| 6543 | have deleted `composition' charset and composite characters, | ||
| 6544 | instead introduced a special text property `composition'. | ||
| 6545 | |||
| 6546 | * composite.el: New file. | ||
| 6547 | |||
| 6548 | * ps-mule.el: Define encode-composition-rule and find-composition | ||
| 6549 | for Emacs 20.4 and the earlier versions. | ||
| 6550 | (ps-mule-init-external-library): Just require a feature for | ||
| 6551 | external libraries. | ||
| 6552 | (ps-mule-prologue): Postscript code modified for new composition. | ||
| 6553 | (ps-mule-find-wrappoint): New arg COMPOSITION. | ||
| 6554 | (ps-mule-plot-string): Delete code for composite characaters. | ||
| 6555 | (ps-mule-plot-composition): New funcion. | ||
| 6556 | (ps-mule-prepare-font-for-components): New function. | ||
| 6557 | (ps-mule-plot-components): New function. | ||
| 6558 | (ps-mule-composition-prologue-generated): Renamed from | ||
| 6559 | ps-mule-cmpchar-prologue-generated. | ||
| 6560 | (ps-mule-composition-prologue): New named from | ||
| 6561 | ps-mule-cmpchar-prologue. Modified for new composition. | ||
| 6562 | (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar, | ||
| 6563 | ps-mule-prepare-cmpchar-font): Deleted. | ||
| 6564 | (ps-mule-string-encoding): New arg NO-SETFONT. | ||
| 6565 | (ps-mule-bitmap-prologue): In Postscript code of BuildGlyphCommon, | ||
| 6566 | check Composing, not Cmpchar | ||
| 6567 | (ps-mule-initialize): Set ps-mule-composition-prologue-generated | ||
| 6568 | to nil. | ||
| 6569 | (ps-mule-begin-job): Check existence of new composition. | ||
| 6570 | |||
| 6571 | * ps-print.el (ps-plot-region): Handle new composition. | ||
| 6572 | |||
| 6573 | * simple.el (what-cursor-position): Show "(composed)" if the | ||
| 6574 | character is composed. | ||
| 6575 | |||
| 6576 | * international/characters.el: Fix cateogries of Lao symbols. | ||
| 6577 | |||
| 6578 | * international/fontset.el (vertical-centering-font-regexp): New | ||
| 6579 | variable. | ||
| 6580 | |||
| 6581 | * international/mule.el (mule-version): Updated to 5.0 (AOI). | ||
| 6582 | (mule-version-date): Updated to 1999.12.7. | ||
| 6583 | (with-category-table): New macro. | ||
| 6584 | |||
| 6585 | * international/mule-cmds.el (encode-coding-char): Don't check | ||
| 6586 | composite character. | ||
| 6587 | |||
| 6588 | * international/mule-conf.el (iso-2022-7bit, iso-2022-7bit-ss2 | ||
| 6589 | iso-2022-7bit-lock, iso-2022-7bit-lock-ss2, iso-2022-8bit-ss2, | ||
| 6590 | x-ctext): Give `composition' property t. | ||
| 6591 | |||
| 6592 | * international/mule-util.el (set-nested-alist): Set BRANCHES (if | ||
| 6593 | non-nil) at the tail of ALIST. | ||
| 6594 | (compose-region, decompose-region, decompse-string, | ||
| 6595 | reference-point-alist, compose-chars): Moved to composite.el. | ||
| 6596 | (compose-chars-component, compose-chars-rule, | ||
| 6597 | decompose-composite-char): Deleted. | ||
| 6598 | |||
| 6599 | * international/quail.el (quail-install-map): New optional arg | ||
| 6600 | NAME. | ||
| 6601 | (quail-get-translation): If DEF is a symbol but not a function, | ||
| 6602 | ignore it. | ||
| 6603 | (quail-start-translation): Put a key sequence undefined in the | ||
| 6604 | translation keymap in unread-command-events, not generated-events. | ||
| 6605 | Return parameterized event (compose-last-chars N) if the input | ||
| 6606 | characters should be composed. | ||
| 6607 | (quail-map-definition): If DEF is t, treat it as nil. | ||
| 6608 | (quail-delete-last-char): Delete the quail region. | ||
| 6609 | (quail-show-translations): Don't show list of translations if the | ||
| 6610 | quail package is deterministic. | ||
| 6611 | (quail-completion-max-depth): New variable. | ||
| 6612 | (quail-completion-1): Pay attention to the above variable. Fix | ||
| 6613 | for the case that a translation is a function. | ||
| 6614 | (quail-map-from-table, quail-map-from-table-1, | ||
| 6615 | quail-map-from-table-2): New functions. | ||
| 6616 | (quail-lookup-map-and-concat): New function | ||
| 6617 | |||
| 6618 | * language/devan-util.el: Mostly rewritten. | ||
| 6619 | |||
| 6620 | * language/lao.el: Register lao-composition-function in | ||
| 6621 | composition-function-table. | ||
| 6622 | |||
| 6623 | * language/lao-util.el: Mostly rewritten. | ||
| 6624 | |||
| 6625 | * language/thai.el: Register thai-composition-function in | ||
| 6626 | composition-function-table. | ||
| 6627 | (thai-tis620): Delete `pre-write-conversion' property. | ||
| 6628 | |||
| 6629 | * language/thai-util.el: (thai-category-table): Make it by | ||
| 6630 | make-category-table. | ||
| 6631 | (thai-composition-pattern): New variable. | ||
| 6632 | (thai-compose-region, thai-compose-string): Use | ||
| 6633 | with-category-table. | ||
| 6634 | (thai-post-read-conversion): Just call thai-compose-region. | ||
| 6635 | (thai-pre-write-conversion): Deleted. | ||
| 6636 | (thai-composition-function): New funciton. | ||
| 6637 | |||
| 6638 | * language/tibet-util.el: Most functions rewritten. | ||
| 6639 | (tibetan-char-p): Renamed from tibetan-char-examin. | ||
| 6640 | (tibetan-composable-examin) (tibetan-complete-char-examin) | ||
| 6641 | (tibetan-vertical-stacking) (tibetan-composition): Deleted. | ||
| 6642 | (tibetan-add-components): New function. | ||
| 6643 | (tibetan-composition-function): New function. | ||
| 6644 | |||
| 6645 | * language/tibetan.el: Register tibetan-composition-function in | ||
| 6646 | composition-function-table. | ||
| 6647 | (tibetan-composable-pattern): New variable. | ||
| 6648 | (tibetan-subjoined-transcription-alist): Change key "R" to "+R". | ||
| 6649 | (tibetan-precomposition-rule-alist): Move punctuations to | ||
| 6650 | tibetan-punctuation-transcription-alist and | ||
| 6651 | tibetan-obsolete-glyphs. | ||
| 6652 | (tibetan-punctuation-transcription-alist): New variable. | ||
| 6653 | (tibetan-obsolete-glyphs): New variable. | ||
| 6654 | (tibetan-regexp): Improve the initialization code. | ||
| 6655 | |||
| 6656 | * textmodes/fill.el (fill-find-break-point): Delete codes for | ||
| 6657 | composite characters. | ||
| 6658 | (fill-region-as-paragraph): Likewise. | ||
| 6659 | |||
| 6660 | 1999-12-14 Gerd Moellmann <gerd@gnu.org> | ||
| 6661 | |||
| 6662 | * international/mule-cmds.el (default-input-method): Specify | ||
| 6663 | that it should be set after current-language-environment. | ||
| 6664 | |||
| 6665 | * custom.el (custom-handle-keyword): Add :set-after. | ||
| 6666 | (custom-add-dependencies): New function. | ||
| 6667 | (custom-set-variables): Take dependencies between args into | ||
| 6668 | account. | ||
| 6669 | |||
| 6670 | * battery.el (battery): Doc fix. | ||
| 6671 | |||
| 6672 | 1999-12-12 Gerd Moellmann <gerd@gnu.org> | ||
| 6673 | |||
| 6674 | * progmodes/cc-make.el: Removed. | ||
| 6675 | |||
| 6676 | 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | ||
| 6677 | |||
| 6678 | * Release of cc-mode 5.26 | ||
| 6679 | |||
| 6680 | 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | ||
| 6681 | |||
| 6682 | * cc-cmds.el (c-forward-conditional): Handle an arbitrary | ||
| 6683 | target depth. Optionally count #else lines as clause limits, | ||
| 6684 | as suggested by don provan <provan@lucent.com>. #elif | ||
| 6685 | handling fixed. | ||
| 6686 | |||
| 6687 | * cc-cmds.el (c-up-conditional-with-else, c-down-conditional) | ||
| 6688 | (c-down-conditional-with-else): New commands that uses the | ||
| 6689 | added functionality in `c-forward-conditional'. | ||
| 6690 | |||
| 6691 | 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | ||
| 6692 | |||
| 6693 | * cc-align.el (c-lineup-comment): Preserve the alignment with | ||
| 6694 | a comment on the previous line instead of preserving the | ||
| 6695 | comment-column. | ||
| 6696 | |||
| 6697 | 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | ||
| 6698 | |||
| 6699 | * Fixes to IDL mode after input from Eric Eide | ||
| 6700 | <eeide@cs.utah.edu>: | ||
| 6701 | * cc-engine.el (c-beginning-of-statement-1): Allow | ||
| 6702 | `c-conditional-key' to be nil, for the benefit of IDL mode. | ||
| 6703 | * cc-engine.el (c-guess-basic-syntax): Ditto. | ||
| 6704 | cc-langs.el (C-IDL-class-key): Fixed. Don't match `class' | ||
| 6705 | but do match CORBA 2.3 `valuetype'. | ||
| 6706 | * cc-langs.el (c-IDL-access-key): New defconst. Should be nil | ||
| 6707 | for IDL. | ||
| 6708 | * cc-langs.el (c-IDL-conditional-key): New defconst. Should | ||
| 6709 | be nil for IDL. | ||
| 6710 | * cc-langs.el (c-IDL-comment-start-regexp): New defconst. | ||
| 6711 | Like C++. | ||
| 6712 | * cc-mode.el (idl-mode): Use new `c-IDL-*' defconsts. Also, | ||
| 6713 | set `c-method-key' and `c-baseclass-key' to nil. | ||
| 6714 | |||
| 6715 | 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | ||
| 6716 | |||
| 6717 | * cc-menus.el (cc-imenu-c++-generic-expression): Match classes | ||
| 6718 | with nonhanging open braces. | ||
| 6719 | |||
| 6720 | 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | ||
| 6721 | |||
| 6722 | * cc-align.el: Added docstrings to all lineup functions. | ||
| 6723 | |||
| 6724 | * cc-align.el (c-lineup-java-throws): Handle a hanging throws | ||
| 6725 | keyword. | ||
| 6726 | |||
| 6727 | * cc-align.el (c-lineup-C-comments): Handle free form text | ||
| 6728 | comments. Use c-comment-prefix-regexp and comment-start-skip | ||
| 6729 | instead of hardcoded regexps. | ||
| 6730 | |||
| 6731 | 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | ||
| 6732 | |||
| 6733 | * cc-cmds.el (c-beginning-of-defun, c-end-of-defun): Fixed eob | ||
| 6734 | behavior and return value as documented. | ||
| 6735 | |||
| 6736 | 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | ||
| 6737 | |||
| 6738 | * Changes for new style variable init system: | ||
| 6739 | * cc-langs.el (c-common-init): Dito. | ||
| 6740 | * cc-styles.el: c-offsets-alist moved to cc-vars.el since it's | ||
| 6741 | now customizable. | ||
| 6742 | * cc-vars.el: Style variables may now take a value | ||
| 6743 | 'set-from-style to make them take their value from the style | ||
| 6744 | system. This value is now the default on all these variables. | ||
| 6745 | * cc-vars.el (c-valid-offset): New function to verify a | ||
| 6746 | syntactic symbol offset setting. | ||
| 6747 | * cc-vars.el (c-offsets-alist): Variable moved from | ||
| 6748 | cc-styles.el since it's now customizable in a similar way to | ||
| 6749 | the other style variables. | ||
| 6750 | * cc-vars.el (c-old-style-variable-behavior): New variable to | ||
| 6751 | revert to the old style init behavior. | ||
| 6752 | |||
| 6753 | * cc-vars.el (c-file-style, c-file-offsets): Made always | ||
| 6754 | buffer local. | ||
| 6755 | |||
| 6756 | * cc-menus.el (cc-imenu-c++-generic-expression): Don't match | ||
| 6757 | the throws clause that might follow the function prototype in | ||
| 6758 | C++. | ||
| 6759 | |||
| 6760 | 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | ||
| 6761 | |||
| 6762 | * cc-defs.el (c-beginning-of-macro): Fixed bug where point | ||
| 6763 | could move forward for macros that doesn't start in column 0. | ||
| 6764 | |||
| 6765 | 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | ||
| 6766 | |||
| 6767 | * cc-align.el (c-indent-multi-line-block, | ||
| 6768 | c-lineup-whitesmith-in-block): Two new lineup functions for | ||
| 6769 | use in whitesmith style. | ||
| 6770 | |||
| 6771 | * cc-styles.el (c-style-alist): More fixes to whitesmith | ||
| 6772 | style. It should now handle all different braces uniformly in | ||
| 6773 | both hanging and non-hanging cases. | ||
| 6774 | |||
| 6775 | 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | ||
| 6776 | |||
| 6777 | * cc-cmds.el (c-indent-exp): Use a marker to save point to | ||
| 6778 | make it stay in the same position relative to the surrounding | ||
| 6779 | text. | ||
| 6780 | |||
| 6781 | * cc-cmds.el (c-fill-paragraph): Force the line comment prefix | ||
| 6782 | when adaptive-fill-mode doesn't manage to get it correct. | ||
| 6783 | |||
| 6784 | * cc-menus.el (cc-imenu-java-generic-expression): Handle types | ||
| 6785 | with dotted notation, e.g. foo.bar.Gnu. | ||
| 6786 | |||
| 6787 | * cc-mode.el (c-initialize-cc-mode): Wrap all function calls | ||
| 6788 | within unwind-protect (previously only some were wrapped so it | ||
| 6789 | would be possible to register mode initialization when full | ||
| 6790 | initialization did not finish). | ||
| 6791 | |||
| 6792 | * cc-styles.el (c-style-alist): Corrected the brace placement | ||
| 6793 | in the whitesmith style. Thanks to Sean Luke | ||
| 6794 | <seanl@cs.umd.edu>. Also extended the bsd and whitesmith | ||
| 6795 | styles with consistent brace placement for all constructs. | ||
| 6796 | |||
| 6797 | 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | ||
| 6798 | |||
| 6799 | * cc-cmds.el (c-context-line-break): Continue C++ comments too | ||
| 6800 | when point is in the middle of them. | ||
| 6801 | |||
| 6802 | * cc-cmds.el: Line breaking and paragraph filling code | ||
| 6803 | rewritten: | ||
| 6804 | (c-guess-fill-prefix): New function that uses various | ||
| 6805 | heuristics to guess the comment prefix. | ||
| 6806 | (c-fill-paragraph): Rewritten to use `c-guess-fill-prefix'. | ||
| 6807 | It now assumes adaptive filling is active to preserve the line | ||
| 6808 | prefix inside comments. | ||
| 6809 | (c-indent-new-comment-line): Replacement for the now | ||
| 6810 | obsolete `c-comment-line-break-function' that uses | ||
| 6811 | `c-guess-fill-prefix' when appropriate. It now observes the | ||
| 6812 | setting of `comment-multi-line', which has effect in C-style | ||
| 6813 | block comments. | ||
| 6814 | |||
| 6815 | * cc-cmds.el (c-context-line-break): New function intended to | ||
| 6816 | be put on RET. It's essentially `newline-and-indent', but | ||
| 6817 | continues C block comments with the appropriate line prefix. | ||
| 6818 | |||
| 6819 | * cc-cmds.el (c-do-auto-fill): New function put on | ||
| 6820 | `normal-auto-fill-function' to implement the | ||
| 6821 | `c-ignore-auto-fill' variable. | ||
| 6822 | |||
| 6823 | * cc-cmds.el (c-beginning-of-statement): Use | ||
| 6824 | `c-comment-prefix-regexp' to avoid ending up inside the | ||
| 6825 | comment prefix. Better handling of comment starters and | ||
| 6826 | enders. Catch comments better when traversing code. Stop at | ||
| 6827 | preprocessor directives. | ||
| 6828 | |||
| 6829 | * cc-defs.el (c-forward-comment): New subst to hide platform | ||
| 6830 | dependent quirks in `forward-comment'. | ||
| 6831 | |||
| 6832 | * cc-engine.el (c-literal-limits): Added NOT-IN-DELIMITER | ||
| 6833 | argument. | ||
| 6834 | (c-literal-limits-fast): Implemented NEAR and NOT-IN-DELIMITER | ||
| 6835 | arguments. Activate this function by default when | ||
| 6836 | `parse-partial-sexp' supports it (currently Emacs 20.x). | ||
| 6837 | |||
| 6838 | * cc-engine.el (c-guess-basic-syntax): Anchor the `c' syntax | ||
| 6839 | on the comment opener to make constants usable as lineup | ||
| 6840 | arguments. | ||
| 6841 | |||
| 6842 | * cc-align.el (c-lineup-C-comments): Fixes to handle the | ||
| 6843 | changed anchor position in the `c' syntactic symbol. Handle | ||
| 6844 | more than stars in the comment prefix; use the new variable | ||
| 6845 | `c-comment-prefix-regexp'. Don't indent text not preceded by | ||
| 6846 | a comment prefix to the right of the comment opener if it's | ||
| 6847 | long. | ||
| 6848 | |||
| 6849 | * cc-langs.el: Fixes to mode initialization for new line | ||
| 6850 | breaking and paragraph filling method. Adaptive fill mode is | ||
| 6851 | now activated at startup instead of deactivated. The | ||
| 6852 | variables used for adaptive filling and paragraph movement are | ||
| 6853 | also changed to incorporate the value of | ||
| 6854 | `c-comment-prefix-regexp'. `substitute-key-definition' is | ||
| 6855 | used to override some functions in the global map instead of | ||
| 6856 | overriding their default bindings. | ||
| 6857 | |||
| 6858 | * cc-mode.el (java-mode): Modify `paragraph-start' for the | ||
| 6859 | javadoc markup at mode init. | ||
| 6860 | |||
| 6861 | * cc-mode.el (c-setup-filladapt): A new convenience function | ||
| 6862 | to configure Kyle E. Jones' Filladapt mode for CC Mode. This | ||
| 6863 | function is intended to be used explicitly by the end user | ||
| 6864 | only. | ||
| 6865 | |||
| 6866 | * cc-vars.el (c-comment-prefix-regexp): New variable used to | ||
| 6867 | recognize the comment fill prefix inside comments. | ||
| 6868 | (c-block-comment-prefix): New name for | ||
| 6869 | `c-comment-contiuation-stars', which is now obsolete. It's | ||
| 6870 | generalized to handle any character sequence. | ||
| 6871 | (c-ignore-auto-fill): New variable used to selectively disable | ||
| 6872 | Auto Fill mode in specific contexts. | ||
| 6873 | |||
| 6874 | 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | ||
| 6875 | |||
| 6876 | * cc-cmds.el (c-comment-indent): Leave at least one space | ||
| 6877 | between the comment and the last nonblank character in the | ||
| 6878 | case where we look at the indentation of the comment on the | ||
| 6879 | previous line (case 4). | ||
| 6880 | |||
| 6881 | * cc-engine.el (c-beginning-of-statement-1): Added ``' to the | ||
| 6882 | list of characters that may start a statement (it's a sort of | ||
| 6883 | prefix operator in Pike, and isn't used at all in any of the | ||
| 6884 | other languages). | ||
| 6885 | |||
| 6886 | 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | ||
| 6887 | |||
| 6888 | * cc-engine.el (c-guess-basic-syntax): Report brace list opens | ||
| 6889 | inside continued statements as statement-cont instead of | ||
| 6890 | brace-list-open. The reason is that one normally adjusts | ||
| 6891 | brace-list-open for brace lists as top-level constructs, and | ||
| 6892 | brace lists inside statements is a completely different | ||
| 6893 | context. Case 10B.2 changed. Also changed (the somewhat | ||
| 6894 | esoteric) case 9A to cope with this. | ||
| 6895 | |||
| 6896 | 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | ||
| 6897 | |||
| 6898 | * cc-cmds.el (c-electric-brace): Added electric handling of | ||
| 6899 | the open brace for brace-elseif-brace. | ||
| 6900 | |||
| 6901 | 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | ||
| 6902 | |||
| 6903 | * cc-defs.el (c-with-syntax-table): New macro to easily switch | ||
| 6904 | syntax tables temporarily. | ||
| 6905 | |||
| 6906 | * cc-engine.el (c-guess-basic-syntax): Handle template and | ||
| 6907 | member init argument lists split over several lines. Case 5D | ||
| 6908 | changed. | ||
| 6909 | |||
| 6910 | * cc-langs.el (c-Java-javadoc-paragraph-start): Added new tag | ||
| 6911 | @throws introduced in Javadoc 1.2. | ||
| 6912 | |||
| 6913 | * cc-menus.el (cc-imenu-java-generic-expression): Applied | ||
| 6914 | patch from RMS to avoid infinite backtracking. | ||
| 6915 | |||
| 6916 | 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | ||
| 6917 | |||
| 6918 | * cc-align.el (c-lineup-arglist): Handle "arglists" surrounded | ||
| 6919 | by [ ]. | ||
| 6920 | |||
| 6921 | 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | ||
| 6922 | |||
| 6923 | * cc-align.el (c-lineup-dont-change): Compensate properly for | ||
| 6924 | the column in langelem. | ||
| 6925 | |||
| 6926 | * cc-engine.el (c-syntactic-information-on-region): New | ||
| 6927 | function to help debugging the syntactic analysis. | ||
| 6928 | |||
| 6929 | 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | ||
| 6930 | |||
| 6931 | * cc-align.el (c-lineup-template-args): Handle nested template | ||
| 6932 | arglists. | ||
| 6933 | |||
| 6934 | * cc-langs.el (c++-template-syntax-table): New syntax table | ||
| 6935 | that makes `<' and `>' parenthesis characters, which is useful | ||
| 6936 | to switch to temporarily when analyzing template arglists. | ||
| 6937 | |||
| 6938 | * cc-styles.el: Changed default alignment of labels in the | ||
| 6939 | java style to conform to the examples in the Java Language | ||
| 6940 | Specification. | ||
| 6941 | |||
| 6942 | * cc-styles.el (c-offsets-alist): Use `c-lineup-template-args' | ||
| 6943 | by default. | ||
| 6944 | |||
| 6945 | 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | ||
| 6946 | |||
| 6947 | * cc-engine.el (c-guess-basic-syntax): Pike allows a comma | ||
| 6948 | immediately before the closing paren in an arglist, so don't | ||
| 6949 | check that in Pike mode. Case 7A changed. | ||
| 6950 | |||
| 6951 | 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | ||
| 6952 | |||
| 6953 | * cc-cmds.el (c-indent-region): Fixed bug where comment-only | ||
| 6954 | lines were ignored under certain conditions. | ||
| 6955 | |||
| 6956 | 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | ||
| 6957 | |||
| 6958 | * cc-align.el (c-lineup-template-args): New function for | ||
| 6959 | aligning continued template argument lists. | ||
| 6960 | |||
| 6961 | * cc-engine.el (c-guess-basic-syntax): Fix for member init | ||
| 6962 | lists containing function arglists split over several lines. | ||
| 6963 | Case 5D.1 changed. | ||
| 6964 | |||
| 6965 | * cc-engine.el (c-guess-basic-syntax): Fixed bug where | ||
| 6966 | template-args-cont didn't get recognized when the first | ||
| 6967 | arglist opener line doesn't contain a template argument. New | ||
| 6968 | case 5K. | ||
| 6969 | |||
| 6970 | 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | ||
| 6971 | |||
| 6972 | * cc-defs.el (c-point): Changed from subst to macro for | ||
| 6973 | efficiency. | ||
| 6974 | (c-beginning-of-defun-1, c-end-of-defun-1): New | ||
| 6975 | beginning-of-defun/end-of-defun wrappers separated from | ||
| 6976 | c-point. | ||
| 6977 | |||
| 6978 | * cc-menus.el (imenu-generic-expression, | ||
| 6979 | imenu-case-fold-search, imenu-progress-message): Dummy | ||
| 6980 | definitions to avoid compiler warnings if imenu can't be | ||
| 6981 | loaded. | ||
| 6982 | * cc-menus.el (cc-imenu-init): New function called at mode | ||
| 6983 | init. | ||
| 6984 | * cc-mode.el (c-mode, c++-mode, objc-mode, java-mode): Moved | ||
| 6985 | imenu initializations to cc-imenu-init. | ||
| 6986 | |||
| 6987 | 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | ||
| 6988 | |||
| 6989 | * cc-engine.el (c-guess-basic-syntax): Slightly better check | ||
| 6990 | for lambda-intro-cont in Pike mode. Case 6 changed. | ||
| 6991 | |||
| 6992 | * cc-engine.el (c-looking-at-inexpr-block): Fixed bug where | ||
| 6993 | anything following "new Foo()" was considered an anonymous | ||
| 6994 | class body in Java mode. | ||
| 6995 | |||
| 6996 | 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org> | ||
| 6997 | |||
| 6998 | * cc-cmds.el (c-comment-line-break-function): When breaking in | ||
| 6999 | a string, don't insert a new line. | ||
| 7000 | |||
| 7001 | 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org> | ||
| 7002 | |||
| 7003 | * cc-engine.el (c-at-toplevel-p): New interface function which | ||
| 7004 | returns information useful to add-on authors. It tells you | ||
| 7005 | whether you're at a toplevel statement or not. | ||
| 7006 | |||
| 7007 | 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org> | ||
| 7008 | |||
| 7009 | * cc-cmds.el (c-comment-line-break-function): It is possible | ||
| 7010 | that forward-line does not land us at the bol, say if we're on | ||
| 7011 | the last line in a file. In that case, do a | ||
| 7012 | back-to-indentation instead of a forward-comment -1. | ||
| 7013 | |||
| 7014 | 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | ||
| 7015 | |||
| 7016 | * cc-engine.el (c-beginning-of-statement-1): Don't catch | ||
| 7017 | "default:" as normal label in case 4. | ||
| 7018 | |||
| 7019 | 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | ||
| 7020 | |||
| 7021 | * cc-engine.el (c-guess-basic-syntax): Use c-bitfield-key to | ||
| 7022 | recognize continued bitfield declarations. Case 5D.1 changed. | ||
| 7023 | * cc-langs.el: New variable c-bitfield-key. | ||
| 7024 | * cc-mode.el: New variable c-bitfield-key. | ||
| 7025 | |||
| 7026 | 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | ||
| 7027 | |||
| 7028 | * cc-engine.el (c-inside-bracelist-p): Tighter test for Java | ||
| 7029 | anonymous array expressions (i.e. "new Foo[] {.. bracelist | ||
| 7030 | ..}"). | ||
| 7031 | |||
| 7032 | 1999-12-12 Dave Love <fx@gnu.org> | ||
| 7033 | |||
| 7034 | * mail/footnote.el: Require cl when compiling. Don't autoload | ||
| 7035 | keymap and minor-mode-alist stuff. Don't set zmacs-region-stays. | ||
| 7036 | (footnote-insert-text-marker, Footnote-insert-pointer-marker): | ||
| 7037 | Avoid `acons'. | ||
| 7038 | (footnote-mode-line-string, Footnote-add-footnote): Remove | ||
| 7039 | autoload cookie. | ||
| 7040 | |||
| 7041 | 1999-12-12 Richard Sharman <rsharman@pobox.com> | ||
| 7042 | |||
| 7043 | * sh-script.el: Fix for when font-lock mode is active. | ||
| 7044 | (sh-font-lock-unfontify-region-function): New function. | ||
| 7045 | |||
| 7046 | 1999-12-12 Eli Zaretskii <eliz@is.elta.co.il> | ||
| 7047 | |||
| 7048 | * menu-bar.el (menu-bar-edit-menu): Define the Spell submenu even | ||
| 7049 | if start-process is not bound, since Ispell now supports such | ||
| 7050 | platforms as well. | ||
| 7051 | |||
| 7052 | 1999-12-12 Gerd Moellmann <gerd@gnu.org> | ||
| 7053 | |||
| 7054 | * mail/rmailsum.el (rmail-summary-mode-map): Bind RET to | ||
| 7055 | rmail-summary-goto-msg. | ||
| 7056 | |||
| 7057 | * files.el (after-find-file): Fix previous change. | ||
| 7058 | |||
| 7059 | 1999-12-11 Dave Love <fx@gnu.org> | ||
| 7060 | |||
| 7061 | * help.el (where-is): Use `commandp' as predicate for | ||
| 7062 | `completing-read' | ||
| 7063 | |||
| 7064 | 1999-12-10 Richard M. Stallman <rms@gnu.org> | ||
| 7065 | |||
| 7066 | * cus-edit.el (custom-save-delete): Delete all occurrences, | ||
| 7067 | leave point where the first occurrence was. | ||
| 7068 | (custom-save-faces): Insert a newline at the end of the comment. | ||
| 7069 | Avoid a double newline there. | ||
| 7070 | If final closeparen is at bol, put a space before it. | ||
| 7071 | (custom-save-variables): Likewise. | ||
| 7072 | (custom-file): Doc fix. | ||
| 7073 | |||
| 7074 | 1999-12-10 Gerd Moellmann <gerd@gnu.org> | ||
| 7075 | |||
| 7076 | * dos-w32.el (file-name-buffer-file-type-alist): Add `$' at end of | ||
| 7077 | regexp matching image and audio files. | ||
| 7078 | |||
| 7079 | 1999-12-09 Dave Love <fx@gnu.org> | ||
| 7080 | |||
| 7081 | * mail/footnote.el: New file. | ||
| 7082 | |||
| 7083 | 1999-12-09 Gerd Moellmann <gerd@gnu.org> | ||
| 7084 | |||
| 7085 | * files.el (after-find-file): Use auto-save-visited-file-name if | ||
| 7086 | set. | ||
| 7087 | |||
| 7088 | * mail/feedmail.el (feedmail-find-eoh): Take | ||
| 7089 | feedmail-queue-alternative-mail-header-separator into account. | ||
| 7090 | |||
| 7091 | 1999-12-09 Stefan Monnier <monnier@cs.yale.edu> | ||
| 7092 | |||
| 7093 | * smerge-mode.el: New file. | ||
| 7094 | |||
| 7095 | * font-lock.el (font-lock-multiline): New variable. | ||
| 7096 | (font-lock-add-keywords): Rename `major-mode' into `mode'. | ||
| 7097 | (font-lock-remove-keywords): Added a dummy `mode' argument for | ||
| 7098 | potential future support. | ||
| 7099 | (font-lock-fontify-anchored-keywords, | ||
| 7100 | (font-lock-fontify-keywords-region): Only handle multiline strings | ||
| 7101 | if necessary (avoids a pathological behavior in (f.ex) diff-mode). | ||
| 7102 | |||
| 7103 | 1999-12-08 Richard M. Stallman <rms@gnu.org> | ||
| 7104 | |||
| 7105 | * bookmark.el (bookmark-bmenu-mode-map): Bind RET like f. | ||
| 7106 | |||
| 7107 | * dired-aux.el (dired-insert-subdir): Add autoload cookie. | ||
| 7108 | |||
| 7109 | 1999-12-07 Dave Love <fx@gnu.org> | ||
| 7110 | |||
| 7111 | * help.el (view-emacs-problems): New command, bound to C-h P. | ||
| 7112 | |||
| 7113 | * menu-bar.el (menu-bar-manuals-menu): Add view-emacs-problems. | ||
| 7114 | |||
| 7115 | 1999-12-07 Stefan Monnier <monnier@cs.yale.edu> | ||
| 7116 | |||
| 7117 | * diff-mode.el (diff-mode-shared-map): Fset'd and doc change. | ||
| 7118 | (diff-minor-mode, diff-minor-mode-prefix, diff-minor-mode-map): | ||
| 7119 | New code to support the minor mode version. | ||
| 7120 | (diff-recenter): New function. | ||
| 7121 | (diff-next-hunk, diff-next-file): Use it. | ||
| 7122 | (diff-remembered-files-alist): New var. | ||
| 7123 | (diff-merge-strings): New function. | ||
| 7124 | (diff-find-file-name): Make it smarter and use the user's input more. | ||
| 7125 | (diff-mode): Cosmetic changes. | ||
| 7126 | |||
| 7127 | * files.el (save-some-buffers): Turn EXITING into the more general | ||
| 7128 | PRED argument to allow specifying a subset of buffers. | ||
| 7129 | |||
| 7130 | * simple.el (kill-region): Use the new `delete-and-extract-region' | ||
| 7131 | rather than the undo log (which is incorrect with *-change-functions). | ||
| 7132 | |||
| 7133 | * font-lock.el (font-lock-default-fontify-region): Fix subtle | ||
| 7134 | off-by-one problem that could force re-fontifying the whole buffer. | ||
| 7135 | (font-lock-remove-keywords): New function. | ||
| 7136 | (font-lock-add-keywords): Use the new function to ensure idempotence. | ||
| 7137 | |||
| 7138 | 1999-12-06 Michael Kifer <kifer@cs.sunysb.edu> | ||
| 7139 | |||
| 7140 | * viper-cmd.el (viper-minibuffer-standard-hook, | ||
| 7141 | viper-minibuffer-real-start): Mew functions. | ||
| 7142 | (viper-read-string-with-history,viper-file-add-suffix, | ||
| 7143 | viper-trim-replace-chars-to-delete-if-necessary): Adapt to the | ||
| 7144 | change in the status of the minibuffer prompt. | ||
| 7145 | |||
| 7146 | 1999-12-06 Gerd Moellmann <gerd@gnu.org> | ||
| 7147 | |||
| 7148 | * comint.el (comint-redirect-results-list) | ||
| 7149 | (comint-redirect-results-list-from-process): Remove interactive | ||
| 7150 | spec. | ||
| 7151 | |||
| 7152 | 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il> | ||
| 7153 | |||
| 7154 | * info.el (info-node, info-menu-5, info-xref): Define colors for | ||
| 7155 | Info faces if the display supports them. | ||
| 7156 | |||
| 7157 | 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il> | ||
| 7158 | |||
| 7159 | Changes for automatic remapping of X colors on terminal frames: | ||
| 7160 | |||
| 7161 | * term/pc-win.el (msdos-setup-initial-frame): New function, run by | ||
| 7162 | term-setup-hook. Call msdos-remember-default-colors and | ||
| 7163 | msdos-handle-reverse-video. | ||
| 7164 | (msdos-face-setup): Parts of code moved to | ||
| 7165 | msdos-setup-initial-frame. | ||
| 7166 | (msdos-handle-reverse-video): New function, modeled after | ||
| 7167 | x-handle-reverse-video. | ||
| 7168 | (make-msdos-frame): Don't use initial-frame-alist and | ||
| 7169 | default-frame-alist. Call msdos-handle-reverse-video. | ||
| 7170 | (msdos-color-aliases): Remove. | ||
| 7171 | (msdos-color-translate, msdos-approximate-color): Remove. | ||
| 7172 | (msdos-color-values): Use 16-bit RGB values. RGB values updated | ||
| 7173 | for better approximation of X colors. | ||
| 7174 | (msdos-face-setup): Call tty-color-clear. Remove code that sets | ||
| 7175 | up tty-color-alist (it is now on startup.el). | ||
| 7176 | (x-display-color-p, x-color-defined-p, x-color-values, | ||
| 7177 | x-defined-colors, face-color-supported-p, face-color-gray-p): | ||
| 7178 | Remove. | ||
| 7179 | |||
| 7180 | * facemenu.el (facemenu-read-color, list-colors-display): Use | ||
| 7181 | defined-colors for all frame types. | ||
| 7182 | (facemenu-color-equal): Use color-values for all frame types. | ||
| 7183 | |||
| 7184 | * faces.el (read-face-attribute): For :foreground and :background | ||
| 7185 | attributes and frames on character terminals, translate the color | ||
| 7186 | to the closest supported one before looking it up in the list of | ||
| 7187 | valid values. | ||
| 7188 | (face-valid-attribute-values): Call defined-colors for all types | ||
| 7189 | of frames. | ||
| 7190 | (defined-colors, color-defined-p, color-values, display-color-p): | ||
| 7191 | New finctions. | ||
| 7192 | (x-defined-colors, x-color-defined-p, x-color-values, | ||
| 7193 | x-display-color-p): Aliases for the above. | ||
| 7194 | |||
| 7195 | * startup.el (command-line): Register terminal colors for frame | ||
| 7196 | types other than x and w32, but only if the terminal supports | ||
| 7197 | colors. Call tty-color-define instead of face-register-tty-color. | ||
| 7198 | |||
| 7199 | * term/x-win.el (xw-defined-colors): Renamed from | ||
| 7200 | x-defined-colors. | ||
| 7201 | * term/w32-win.el (xw-defined-colors): Likewise. | ||
| 7202 | |||
| 7203 | * term/tty-colors.el: New file. | ||
| 7204 | * loadup.el: Load term/tty-colors. | ||
| 7205 | |||
| 7206 | 1999-12-06 Dave Love <fx@gnu.org> | ||
| 7207 | |||
| 7208 | * ffap.el: Autoload the ffap alias directly. | ||
| 7209 | |||
| 7210 | 1999-12-06 Inge Frick <inge@nada.kth.se> | ||
| 7211 | |||
| 7212 | * dired-aux.el (dired-do-shell-command): Changed documentation. | ||
| 7213 | (dired-shell-stuff-it): A `?' in COMMAND has now the same | ||
| 7214 | meaning as `*'. | ||
| 7215 | |||
| 7216 | 1999-12-06 Gerd Moellmann <gerd@gnu.org> | ||
| 7217 | |||
| 7218 | * simple.el (insert-buffer): Doc fix. | ||
| 7219 | |||
| 7220 | * apropos.el (apropos-mode): Add autoload cookie. | ||
| 7221 | |||
| 7222 | 1999-12-06 Sam Steingold <sds@goems.com> | ||
| 7223 | |||
| 7224 | * progmodes/etags.el (etags-tags-completion-table): Modified the | ||
| 7225 | regexp to allow for the CL symbols starting with `+*'. | ||
| 7226 | (tags-completion-table): Doc fix (it's an obarray, not an alist). | ||
| 7227 | (tags-completion-table, tags-recognize-empty-tags-table): Remove | ||
| 7228 | `function' quoting lambda. | ||
| 7229 | (tags-with-face): New macro. | ||
| 7230 | (list-tags, tags-apropos): Use it. | ||
| 7231 | (tags-apropos-additional-actions): New user option. | ||
| 7232 | (etags-tags-apropos-additional): Use it. | ||
| 7233 | (tags-apropos): Call etags-tags-apropos-additional. | ||
| 7234 | (tags-apropos-verbose): New user option. | ||
| 7235 | (etags-tags-apropos): Use it. | ||
| 7236 | (visit-tags-table-buffer, next-file): Use `unless'. | ||
| 7237 | (recognize-empty-tags-table): Renamed to | ||
| 7238 | tags-recognize-empty-tags-table. | ||
| 7239 | (complete-tag): Call tags-complete-tag bypassing try-completion. | ||
| 7240 | |||
| 7241 | 1999-12-06 Kenichi Handa <handa@etl.go.jp> | ||
| 7242 | |||
| 7243 | * international/mule.el (set-buffer-file-coding-system): Docstring | ||
| 7244 | modified. | ||
| 7245 | |||
| 7246 | 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de> | ||
| 7247 | |||
| 7248 | * textmodes/bibtex.el (bibtex-hs-forward-sexp): Added to support | ||
| 7249 | using the hideshow package. | ||
| 7250 | (hs-special-modes-alist): Added entry for bibtex to allow the use | ||
| 7251 | of the hideshow package. | ||
| 7252 | (bibtex-hide-entry-bodies): Deleted as hiding of entry bodies is | ||
| 7253 | not longer provided by bibtex.el directly. Instead the hideshow | ||
| 7254 | package should be used. | ||
| 7255 | (bibtex-mode-map, bibtex-edit-menu, bibtex-mode): Delete | ||
| 7256 | references to bibtex-hide-entry-bodies. | ||
| 7257 | |||
| 7258 | 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de> | ||
| 7259 | |||
| 7260 | * textmodes/bibtex.el: Copyright notice is up to date. Moved | ||
| 7261 | maintainer information closer to the beginning of the bibtex.el | ||
| 7262 | file. | ||
| 7263 | (bibtex-maintainer-salutation): New constant. | ||
| 7264 | (bibtex-version): New constant. | ||
| 7265 | (bibtex-submit-bug-report): Use bibtex-version and | ||
| 7266 | bibtex-maintainer-salutation. | ||
| 7267 | (bibtex-entry-field-alist): Made booktitle field optional for | ||
| 7268 | @inproceedings entries when crossreferenced. | ||
| 7269 | (bibtex-entry-field-alist): Added booktitle field to proceedings | ||
| 7270 | entry type (for cross referencing). Thanks to Wagner Toledo Correa | ||
| 7271 | for the suggestion. | ||
| 7272 | (bibtex-string-file-path): Fixed typo. | ||
| 7273 | |||
| 7274 | 1999-12-05 Carsten Dominik <dominik@strw.leidenuniv.nl> | ||
| 7275 | |||
| 7276 | * textmodes/bibtex.el (bibtex-mode-map): Reserved the key `C-c &' | ||
| 7277 | for reftex.el. | ||
| 7278 | (bibtex-edit-menu): Added `reftex-view-crossref-from-bibtex' | ||
| 7279 | to menu. | ||
| 7280 | |||
| 7281 | 1999-12-04 Dave Love <fx@gnu.org> | ||
| 7282 | |||
| 7283 | * delsel.el: Revert previous change -- region is significant to | ||
| 7284 | skeleton. | ||
| 7285 | |||
| 7286 | 1999-12-04 Michael Kifer <kifer@cs.sunysb.edu> | ||
| 7287 | |||
| 7288 | * viper-cmd.el (viper-change-state): Use | ||
| 7289 | viper-ESC-moves-cursor-back to decide whether to move the cursor | ||
| 7290 | back. | ||
| 7291 | |||
| 7292 | 1999-12-03 Kenichi Handa <handa@mule.m17n.org> | ||
| 7293 | |||
| 7294 | * international/mule-util.el (truncate-string-to-width): Docsting | ||
| 7295 | fixed. | ||
| 7296 | |||
| 7297 | 1999-12-02 Stefan Monnier <monnier@cs.yale.edu> | ||
| 7298 | |||
| 7299 | * emacs-lisp/lisp-mnt.el (lm-header-multiline): Fix spurious | ||
| 7300 | use of `cond'. | ||
| 7301 | (lm-with-file): Move all the find-file...kill-buffer stuff into | ||
| 7302 | this macro. Make it use `find-file-noselect' and make it kill | ||
| 7303 | the buffer only if it wasn't already displayed somewhere. | ||
| 7304 | (lm-summary, lm-authors, lm-maintainer, lm-creation-date) | ||
| 7305 | (lm-last-modified-date, lm-version, lm-keywords, lm-adapted-by) | ||
| 7306 | (lm-commentary, lm-verify, lm-synopsis): Use lm-with-file. | ||
| 7307 | (lm-commentary): Fix to handle the case when the change log is | ||
| 7308 | at the end of the file. | ||
| 7309 | |||
| 7310 | 1999-12-02 Kenichi Handa <handa@etl.go.jp> | ||
| 7311 | |||
| 7312 | * international/mule.el (charsetp): Fix typo in docstring. | ||
| 7313 | |||
| 7314 | * international/mule-diag.el (list-coding-categories): Fix typo; | ||
| 7315 | automatic -> autoload. | ||
| 7316 | |||
| 7317 | 1999-12-02 Gerd Moellmann <gerd@gnu.org> | ||
| 7318 | |||
| 7319 | * vc.el (vc-update-change-log): Look for rcs2log under | ||
| 7320 | exec-directory. | ||
| 7321 | |||
| 7322 | * emacs-lisp/lisp-mode.el (lisp-mode-variables): Change | ||
| 7323 | outline-regexp, add outline-level. | ||
| 7324 | (lisp-outline-level): New. | ||
| 7325 | |||
| 7326 | * calendar/appt.el (appt-convert-time): Handle "12:MMam", | ||
| 7327 | remove extraneous string-match. | ||
| 7328 | |||
| 7329 | * finder.el (finder-commentary): Activate Finder mode. | ||
| 7330 | |||
| 7331 | 1999-12-01 Anders Lindgren <andersl@andersl.com> | ||
| 7332 | |||
| 7333 | * autorevert.el (auto-revert-buffers): Auto-revert mode was turned | ||
| 7334 | off when reverting buffers that contained mode specifiers. | ||
| 7335 | `revert-buffer' is now called with non-nil PRESERVE-MODES | ||
| 7336 | argument. | ||
| 7337 | |||
| 7338 | 1999-12-01 Dave Love <fx@gnu.org> | ||
| 7339 | |||
| 7340 | * delsel.el: Grok skeleton-pair-insert-maybe. | ||
| 7341 | |||
| 7342 | 1999-11-30 Richard M. Stallman <rms@gnu.org> | ||
| 7343 | |||
| 7344 | * progmodes/cperl-mode.el (cperl-under-as-char): | ||
| 7345 | Use nil as default. | ||
| 7346 | |||
| 7347 | 1999-11-30 Gerd Moellmann <gerd@gnu.org> | ||
| 7348 | |||
| 7349 | * speedbar.el (toplevel): Remove compatibility code for Emacs | ||
| 7350 | versions without custom.el. | ||
| 7351 | |||
| 7352 | 1999-11-30 Dave Love <fx@gnu.org> | ||
| 7353 | |||
| 7354 | * progmodes/fortran.el (fortran-strip-sequence-nos): New command. | ||
| 7355 | |||
| 7356 | * autoinsert.el: Minor doc fixes. | ||
| 7357 | (auto-insert): Return nil. | ||
| 7358 | |||
| 7359 | * faces.el (set-face-documentation): Purecopy STRING. | ||
| 7360 | |||
| 7361 | 1999-11-29 Dave Love <fx@gnu.org> | ||
| 7362 | |||
| 7363 | * derived.el: Doc fixes, remove old backquote syntax. | ||
| 7364 | |||
| 7365 | * cus-edit.el (custom-save-variables, custom-save-faces): Write a | ||
| 7366 | comment warning about editing. | ||
| 7367 | |||
| 7368 | * help.el (help-mode-hook): Define. | ||
| 7369 | |||
| 7370 | 1999-11-29 Gerd Moellmann <gerd@gnu.org> | ||
| 7371 | |||
| 7372 | * emacs-lisp/edebug.el (edebug-make-enter-wrapper): Correct | ||
| 7373 | invalid translation of old-style backquote syntax to new syntax. | ||
| 7374 | |||
| 7375 | 1999-11-28 Eli Zaretskii <eliz@is.elta.co.il> | ||
| 7376 | |||
| 7377 | * Makefile (DONTCOMPILE): Add term/internal.el. | ||
| 7378 | |||
| 7379 | 1999-11-26 Dave Love <fx@gnu.org> | ||
| 7380 | |||
| 7381 | * comint.el: Fix last change. | ||
| 7382 | |||
| 7383 | * emacs-lisp/advice.el: Fix last change. | ||
| 7384 | |||
| 7385 | 1999-11-26 Richard M. Stallman <rms@gnu.org> | ||
| 7386 | |||
| 7387 | * cus-edit.el (Custom-reset-standard): Doc fix. | ||
| 7388 | (custom-variable-reset-standard): Doc fix. | ||
| 7389 | (custom-face-reset-standard): Doc fix. | ||
| 7390 | (custom-face-menu): "Reset to Standard" => "Erase Customization". | ||
| 7391 | (custom-variable-menu): Likewise. | ||
| 7392 | (custom-reset-menu): Likewise. | ||
| 7393 | (custom-buffer-create-internal): Likewise. | ||
| 7394 | |||
| 7395 | 1999-11-26 Dave Love <fx@gnu.org> | ||
| 7396 | |||
| 7397 | * progmodes/make-mode.el (makefile-mode-hook): Customize. | ||
| 7398 | |||
| 7399 | * font-lock.el: Doc fixes. | ||
| 7400 | |||
| 7401 | * menu-bar.el (menu-bar-mode): Customize. | ||
| 7402 | |||
| 7403 | * cus-start.el: Add use-dialog-box. | ||
| 7404 | |||
| 7405 | * add-log.el (change-log-mode-hook): Customize. | ||
| 7406 | (add-log-current-defun): Use | ||
| 7407 | fortran-{beginning,end}-of-subprogram. | ||
| 7408 | |||
| 7409 | 1999-11-26 Richard M. Stallman <rms@gnu.org> | ||
| 7410 | |||
| 7411 | * emacs-lisp/advice.el: Many doc fixes. | ||
| 7412 | |||
| 7413 | * comint.el (comint-preoutput-filter-functions): Doc fix. | ||
| 7414 | |||
| 7415 | 1999-11-26 Richard M. Stallman <rms@gnu.org> | ||
| 7416 | |||
| 7417 | * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine): | ||
| 7418 | Improve messages for capitalization of arg names, | ||
| 7419 | for flag variables, for t and nil, for imperatives. | ||
| 7420 | Call them imperatives rather than infinitives sans "to". | ||
| 7421 | (checkdoc-common-verbs-wrong-voice): Add "moves". | ||
| 7422 | (checkdoc-message-text-engine): Improve messages for y-or-n-p. | ||
| 7423 | |||
| 7424 | * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine): | ||
| 7425 | Don't convert comments from 3-semicolon to 2-semicolon. | ||
| 7426 | That is a matter of style. | ||
| 7427 | (checkdoc-triple-semi-comment-check-flag): Variable deleted. | ||
| 7428 | (checkdoc-comments): Don't bind that variable. | ||
| 7429 | |||
| 7430 | 1999-11-26 Richard M. Stallman <rms@gnu.org> | ||
| 7431 | |||
| 7432 | * files.el (write-file-hooks): Doc fix. | ||
| 7433 | |||
| 7434 | 1999-11-26 Gerd Moellmann <gerd@gnu.org> | ||
| 7435 | |||
| 7436 | * progmodes/f90.el (f90-abbrev-start): Use `eq' instead of `='. | ||
| 7437 | |||
| 7438 | 1999-11-25 Dave Love <fx@gnu.org> | ||
| 7439 | |||
| 7440 | * hippie-exp.el: Require comint when compiling. | ||
| 7441 | (hippie-expand): Add :links. | ||
| 7442 | (hippie-expand-try-functions-list): Customize. | ||
| 7443 | |||
| 7444 | 1999-11-24 Michael Kifer <kifer@cs.sunysb.edu> | ||
| 7445 | |||
| 7446 | * viper*el: Replaced old-style backquotes. | ||
| 7447 | |||
| 7448 | * ediff*el: Replaced old-style backquotes. | ||
| 7449 | |||
| 7450 | * ediff-merge | ||
| 7451 | (ediff-looks-like-combined-merge,ediff-get-combined-region): | ||
| 7452 | Changed to support the new format for ediff-combination-pattern. | ||
| 7453 | |||
| 7454 | * ediff-diff (ediff-set-fine-overlays-in-one-buffer): | ||
| 7455 | Changed to support the new format for ediff-combination-pattern. | ||
| 7456 | |||
| 7457 | 1999-11-24 Dave Love <fx@gnu.org> | ||
| 7458 | |||
| 7459 | * custom.el (custom-declare-group): Purecopy DOC. | ||
| 7460 | (custom-handle-keyword): Purecopy VALUE. | ||
| 7461 | (custom-add-link): Purecopy WIDGET. | ||
| 7462 | (custom-add-version): Purecopy VERSION. | ||
| 7463 | (custom-add-load): Purecopy LOAD. | ||
| 7464 | |||
| 7465 | * cus-face.el (custom-declare-face): Purecopy DOC. | ||
| 7466 | |||
| 7467 | * info.el: | ||
| 7468 | (Info-build-node-completions, Info-search, Info-follow-reference) | ||
| 7469 | (Info-complete-menu-item, Info-menu, Info-index, Info-get-token) | ||
| 7470 | (Info-find-emacs-command-nodes): Avoid properties on matched text | ||
| 7471 | which may appear in minibuffer. | ||
| 7472 | |||
| 7473 | 1999-11-24 Gerd Moellmann <gerd@gnu.org> | ||
| 7474 | |||
| 7475 | * locate.el (locate-with-filter): Doc fix. | ||
| 7476 | |||
| 7477 | 1999-11-24 Alex Schroeder <alex@gnu.org> | ||
| 7478 | |||
| 7479 | * sql.el (sql-find-sqli-buffer): New function. | ||
| 7480 | (sql-set-sqli-buffer-generally): New function. | ||
| 7481 | (sql-set-sqli-buffer): Better checking of new-buffer. | ||
| 7482 | (sql-copy-column): Add comma after INTO clause, too. | ||
| 7483 | |||
| 7484 | 1999-11-24 Alex Schroeder <alex@gnu.org> | ||
| 7485 | |||
| 7486 | * sql.el (sql-imenu-generic-expression): New, used to set | ||
| 7487 | imenu-generic-expression. | ||
| 7488 | |||
| 7489 | * sql.el (sql-mode): Use ?_ and ?. instead of 95 and 46 when | ||
| 7490 | setting font-lock-defaults' SYNTAX-ALIST. Set | ||
| 7491 | imenu-generic-expression, imenu-case-fold-search, and | ||
| 7492 | imenu-syntax-alist. | ||
| 7493 | |||
| 7494 | * sql.el (sql-interactive-mode): Use ?_ and ?. instead of 95 | ||
| 7495 | and 46 when setting font-lock-defaults' SYNTAX-ALIST. | ||
| 7496 | |||
| 7497 | 1999-11-23 Andrew Innes <andrewi@gnu.org> | ||
| 7498 | |||
| 7499 | * w32-win.el (w32-drag-n-drop): Load files in current window, if | ||
| 7500 | drop coords aren't over a specific window. | ||
| 7501 | |||
| 7502 | 1999-11-23 Vinicius Jose Latorre <vinicius@cpqd.com.br> | ||
| 7503 | |||
| 7504 | * ps-print.el: Define mule funs without checking if mule package is | ||
| 7505 | loaded. | ||
| 7506 | (ps-print-version): New version number (5.0.1). | ||
| 7507 | (ps-header-dirpart): Now uses abbreviate-file-name. | ||
| 7508 | |||
| 7509 | 1999-11-23 Dave Love <fx@gnu.org> | ||
| 7510 | |||
| 7511 | * progmodes/fortran.el (fortran-comment-line-start): Renamed from | ||
| 7512 | comment-line-start. | ||
| 7513 | (fortran-comment-line-start-skip): Renamed from | ||
| 7514 | comment-line-start-skip. | ||
| 7515 | (fortran-mode-map): Use renamed functions. Add manual and custom | ||
| 7516 | entries to menu. | ||
| 7517 | (fortran-mode-hook): Customize. | ||
| 7518 | (fortran-comment-indent-function): Renamed from | ||
| 7519 | fortran-comment-hook. | ||
| 7520 | (delete-horizontal-regexp): Function deleted. | ||
| 7521 | (fortran-electric-line-number): Simplified. | ||
| 7522 | (fortran-beginning-of-subprogram): Renamed from | ||
| 7523 | beginning-of-fortran-subprogram. | ||
| 7524 | (fortran-end-of-subprogram): Renamed from | ||
| 7525 | end-of-fortran-subprogram. | ||
| 7526 | (fortran-mark-subprogram): Renamed from mark-fortran-subprogram. | ||
| 7527 | (fortran-previous-statement, fortran-next-statement): Simplified. | ||
| 7528 | (fortran-blink-match): New function. | ||
| 7529 | (fortran-blink-matching-if, fortran-blink-matching-do): Use it. | ||
| 7530 | (fortran-indent-to-column): Don't use delete-horizontal-regexp. | ||
| 7531 | (fortran-find-comment-start-skip, fortran-is-in-string-p): Use | ||
| 7532 | line-end-position. | ||
| 7533 | (fortran-fill): No longer interactive. Simplified. | ||
| 7534 | (fortran-break-line): Simplified. | ||
| 7535 | (fortran-analyze-file-format): Use char-after, not looking-at. | ||
| 7536 | |||
| 7537 | * emacs-lisp/find-func.el (find-function-regexp): Use | ||
| 7538 | `define-minor-mode' after easy-menu change. | ||
| 7539 | |||
| 7540 | 1999-11-23 Gerd Moellmann <gerd@gnu.org> | ||
| 7541 | |||
| 7542 | * comint.el: Add redirection.from active comint buffers into | ||
| 7543 | another buffer. Written by Peter Breton. | ||
| 7544 | |||
| 7545 | 1999-11-23 Stefan Monnier <monnier@cs.yale.edu> | ||
| 7546 | |||
| 7547 | * emacs-lisp/autoload.el (make-autoload): Recognize the new | ||
| 7548 | `define-minor-mode'. | ||
| 7549 | (define-minor-mode): Specify `doc-string-elt'. | ||
| 7550 | |||
| 7551 | * emacs-lisp/easy-mmode.el: Changed maintainer. | ||
| 7552 | (easy-mmode-define-toggle): New BODY arg; Never append `-mode'; | ||
| 7553 | Use defcustom for the hooks; Improve the auto-generated docstrings. | ||
| 7554 | (easy-mmode-define-minor-mode): Renamed `define-minor-mode'. | ||
| 7555 | (define-minor-mode): Add BODY arg; Only declare the keymap if | ||
| 7556 | provided; Improve the auto-generated docstrings. | ||
| 7557 | |||
| 7558 | 1999-11-22 Gerd Moellmann <gerd@gnu.org> | ||
| 7559 | |||
| 7560 | * textmodes/text-mode.el (text-mode): Construct paragraph-start so | ||
| 7561 | that the leading `^' is at the start. This is necessary because | ||
| 7562 | paragraphs.el tries to remove anchors, but can find them only if | ||
| 7563 | they are the first character. | ||
| 7564 | |||
| 7565 | * progmodes/antlr-mode.el: New file. | ||
| 7566 | |||
| 7567 | * calendar/calendar.el: Fix autoload for | ||
| 7568 | calendar-absolute-from-astro. Add autoload for | ||
| 7569 | calendar-print-astro-day-number. | ||
| 7570 | |||
| 7571 | 1999-11-21 Anders Lindgren <andersl@andersl.com> | ||
| 7572 | |||
| 7573 | * follow.el: Use modern backquote syntax. Minor comment update. | ||
| 7574 | |||
| 7575 | 1999-11-21 Gerd Moellmann <gerd@gnu.org> | ||
| 7576 | |||
| 7577 | * simple.el (with-syntax-table): Don't switch buffers. | ||
| 7578 | |||
| 7579 | * emacs-lisp/edebug.el, emacs-lisp/cust-print.el, | ||
| 7580 | progmodes/hideif.el: Use new backquote syntax. | ||
| 7581 | |||
| 7582 | 1999-11-21 Ken Manheimer <klm@python.org> | ||
| 7583 | |||
| 7584 | * icomplete.el (icomplete-completions): Use an explicit variable | ||
| 7585 | `icomplete-prospects-length', obviating the need to use an | ||
| 7586 | apparently faulty throw/catch arrangement. | ||
| 7587 | |||
| 7588 | 1999-11-21 Eli Zaretskii <eliz@is.elta.co.il> | ||
| 7589 | |||
| 7590 | * term/internal.el (IT-display-table-setup): Don't overstep | ||
| 7591 | character code 255. | ||
| 7592 | |||
| 7593 | 1999-11-20 Kenichi Handa <handa@mule.m17n.org> | ||
| 7594 | |||
| 7595 | * ps-mule.el (ps-mule-font-info-database-bdf): Default BDF font | ||
| 7596 | for the charset chinese-sisheng is 7bit encoding, not 8bit. | ||
| 7597 | |||
| 7598 | 1999-11-19 Stefan Monnier <monnier@cs.yale.edu> | ||
| 7599 | |||
| 7600 | * scroll-bar.el (scroll-bar-toolkit-scroll): Add handling of the | ||
| 7601 | `ratio' event for Xaw and Xaw3d(without arrows) scrollbars. | ||
| 7602 | |||
| 7603 | * files.el (auto-mode-alist): Add patterns for diff-mode. | ||
| 7604 | |||
| 7605 | * complete.el (PC-do-complete-and-exit): Use minibuffer-prompt-end | ||
| 7606 | to detect an empty prompt. | ||
| 7607 | |||
| 7608 | 1999-11-18 Dave Love <fx@gnu.org> | ||
| 7609 | |||
| 7610 | * simple.el (input-mode-8-bit): Fix the customization. | ||
| 7611 | |||
| 7612 | 1999-11-18 Gerd Moellmann <gerd@gnu.org> | ||
| 7613 | |||
| 7614 | * international/iso-acc.el (iso-languages): Add more | ||
| 7615 | characters for Portuguese. | ||
| 7616 | |||
| 7617 | * speedbar.el: Clean up comment at the start of the file. | ||
| 7618 | Remove RCS id. | ||
| 7619 | |||
| 7620 | * progmodes/compile.el (compilation-parse-errors): Use | ||
| 7621 | compilation-buffer-p instead of testing major-mode. | ||
| 7622 | |||
| 7623 | 1999-11-18 Dave Pearson <davep@hagbard.demon.co.uk> | ||
| 7624 | |||
| 7625 | * quickurl.el Added defcustom of quickurl-completion-ignore-case. | ||
| 7626 | (quickurl-ask): completion-ignore-case is set to the value of | ||
| 7627 | quickurl-completion-ignore-case for the duration of the call to | ||
| 7628 | completing-read. | ||
| 7629 | |||
| 7630 | 1999-11-18 Richard M. Stallman <rms@gnu.org> | ||
| 7631 | |||
| 7632 | * mail/rmailedit.el (rmail-cease-edit): Run rmail-mode-hook. | ||
| 7633 | |||
| 7634 | 1999-11-18 Kenichi Handa <handa@etl.go.jp> | ||
| 7635 | |||
| 7636 | * ps-vars.el: Renamed from ps-print-def.el. Provide ps-vars | ||
| 7637 | instead of ps-print-def. | ||
| 7638 | |||
| 7639 | * ps-print.el: Require ps-vars instead of ps-print-def. | ||
| 7640 | |||
| 7641 | * ps-mule.el: Require ps-vars instead of ps-print-def. | ||
| 7642 | |||
| 7643 | 1999-11-17 Gerd Moellmann <gerd@gnu.org> | ||
| 7644 | |||
| 7645 | * simple.el (with-syntax-table): Save buffer explicitly instead of | ||
| 7646 | using save-excursion. | ||
| 7647 | |||
| 7648 | 1999-11-16 Gerd Moellmann <gerd@gnu.org> | ||
| 7649 | |||
| 7650 | * mail/supercite.el: New maintainer. | ||
| 7651 | |||
| 7652 | 1999-11-16 Reto Zimmermann <reto@synopsys.com> | ||
| 7653 | |||
| 7654 | * progmodes/vhdl-mode.el: Use new backquote syntax. | ||
| 7655 | |||
| 7656 | 1999-11-16 Gerd Moellmann <gerd@gnu.org> | ||
| 7657 | |||
| 7658 | * simple.el (with-syntax-table): New. | ||
| 7659 | |||
| 7660 | 1999-11-15 Sam Steingold <sds@ksp.com> | ||
| 7661 | |||
| 7662 | * dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax. | ||
| 7663 | |||
| 7664 | 1999-02-22 Sam Steingold <sds@goems.com> | ||
| 7665 | |||
| 7666 | * goto-addr.el (goto-address-at-mouse, | ||
| 7667 | goto-address-find-address-at-point): Use compose-mail. | ||
| 7668 | (goto-address-mail-method): Removed variable. | ||
| 7669 | (goto-address-send-using-mh-e, goto-address-send-using-mhe, | ||
| 7670 | goto-address-send-using-mail): Removed functions. | ||
| 7671 | |||
| 7672 | 1998-11-03 Sam Steingold <sds@goems.com> | ||
| 7673 | |||
| 7674 | * simple.el (backward-delete-char-untabify): | ||
| 7675 | backward-delete-char-untabify-method can be `all' now - to delete | ||
| 7676 | hungrily including newlines. | ||
| 7677 | |||
| 7678 | 1999-11-15 Sam Steingold <sds@ksp.com> | ||
| 7679 | |||
| 7680 | * mail/rnews.el, mail/mh-utils.el: Use the new backquote syntax. | ||
| 7681 | |||
| 7682 | 1999-11-15 Dave Love <fx@gnu.org> | ||
| 7683 | |||
| 7684 | * cus-edit.el (customize-face, customize-face-other-window): | ||
| 7685 | Require match from completing-read. | ||
| 7686 | (custom-buffer-done-function): Default to custom-bury-buffer, not | ||
| 7687 | bury-buffer. | ||
| 7688 | |||
| 7689 | 1999-11-15 Gerd Moellmann <gerd@gnu.org> | ||
| 7690 | |||
| 7691 | * mail/rmail.el, iswitchb.el, hippie-exp.el, | ||
| 7692 | progmodes/cperl-mode.el: Use new backquote syntax. | ||
| 7693 | |||
| 7694 | 1998-09-14 Michael Ernst <mernst@alum.mit.edu> | ||
| 7695 | |||
| 7696 | * uniquify.el: Use new backquote syntax. | ||
| 7697 | |||
| 7698 | 1999-11-14 Markus Rost <rost@ias.edu> | ||
| 7699 | |||
| 7700 | * ispell.el (ispell-dictionary-alist): Fix type by adding koi8-r | ||
| 7701 | as in ispell-local-dictionary-alist. | ||
| 7702 | |||
| 7703 | 1999-11-14 Alex Schroeder <alex@gnu.org> | ||
| 7704 | |||
| 7705 | * ansi-color.el (ansi-color-apply): Updated regexps to include | ||
| 7706 | highlighted face. | ||
| 7707 | |||
| 7708 | 1999-01-14 Johan Vromans <jvromans@squirrel.nl> | ||
| 7709 | |||
| 7710 | * forms.el (forms--make-format-elt-using-text-properties): | ||
| 7711 | Treat `intangible' differently. | ||
| 7712 | |||
| 7713 | * forms.el: Use new backquote syntax. | ||
| 7714 | |||
| 7715 | 1999-11-13 Gerd Moellmann <gerd@gnu.org> | ||
| 7716 | |||
| 7717 | * textmodes/scribe.el (scribe-mode): Doc-fix. | ||
| 7718 | |||
| 7719 | 1999-11-13 Peter Breton <pbreton@ne.mediaone.net> | ||
| 7720 | |||
| 7721 | * net-utils.el (run-network-program, net-utils-run-program): Use | ||
| 7722 | the new backquote syntax. | ||
| 7723 | (smbclient-program, smbclient-program-options) | ||
| 7724 | (smbclient-prompt-regexp, smbclient-font-lock-keywords): New | ||
| 7725 | variables | ||
| 7726 | (smbclient, smbclient-list-shares): New functions | ||
| 7727 | |||
| 7728 | 1999-11-12 Sam Steingold <sds@ksp.com> | ||
| 7729 | |||
| 7730 | * emulation/viper-init.el (viper-deflocalvar, viper-loop) | ||
| 7731 | (viper-buffer-live-p, viper-kbd-buf-alist, viper-kbd-buf-pair) | ||
| 7732 | (viper-kbd-buf-definition, viper-kbd-mode-alist) | ||
| 7733 | (viper-kbd-mode-pair, viper-kbd-mode-definition) | ||
| 7734 | (viper-kbd-global-pair, viper-kbd-global-definition): | ||
| 7735 | Use the new backquote syntax. | ||
| 7736 | |||
| 7737 | * emulation/viper-cmd.el (viper-test-com-defun) | ||
| 7738 | (viper-prefix-arg-value, viper-prefix-arg-com): | ||
| 7739 | Use the new backquote syntax. | ||
| 7740 | |||
| 7741 | * emacs-lisp/debug.el (debugger-env-macro): | ||
| 7742 | Use the new backquote syntax. | ||
| 7743 | |||
| 7744 | * emacs-lisp/easymenu.el (easy-menu-make-symbol): | ||
| 7745 | Use the new backquote syntax. | ||
| 7746 | |||
| 7747 | * calendar/calendar.el (calendar-remove-frame-by-deleting): | ||
| 7748 | New user variable. | ||
| 7749 | (calendar-hide-window): Use it. | ||
| 7750 | (increment-calendar-month, calendar-for-loop, calendar-sum): | ||
| 7751 | Use the new backquote syntax. | ||
| 7752 | |||
| 7753 | 1999-11-12 Andrew Innes <andrewi@gnu.org> | ||
| 7754 | |||
| 7755 | * select.el (x-set-selection): Call buffer-substring, not | ||
| 7756 | substring. Also fix docstring | ||
| 7757 | |||
| 7758 | 1999-11-12 Peter Kleiweg <kleiweg@let.rug.nl> | ||
| 7759 | |||
| 7760 | * progmodes/ps-mode.el (ps-mode-submit-bug-report): Added list | ||
| 7761 | of customizable variables to bug report message. Added | ||
| 7762 | system-type to package name in bug report. | ||
| 7763 | |||
| 7764 | 1999-11-12 Gerd Moellmann <gerd@gnu.org> | ||
| 7765 | |||
| 7766 | * buff-menu.el (list-buffers-noselect): Use abbreviate-file-name | ||
| 7767 | to display file names. | ||
| 7768 | |||
| 7769 | 1999-11-11 Gerd Moellmann <gerd@gnu.org> | ||
| 7770 | |||
| 7771 | * mwheel.el: Fix copyright notice, don't require 'cl at run time. | ||
| 7772 | |||
| 7773 | * isearch.el: Add lazy-highlighting feature. | ||
| 7774 | |||
| 7775 | 1999-11-10 Peter Kleiweg <kleiweg@let.rug.nl> | ||
| 7776 | |||
| 7777 | * progmodes/ps-mode.el (ps-mode-maintainer-address): New | ||
| 7778 | constant. | ||
| 7779 | (ps-mode-submit-bug-report): New function. Entry added to menu. | ||
| 7780 | |||
| 7781 | 1999-11-10 William M. Perry <wmperry@aventail.com> | ||
| 7782 | |||
| 7783 | * mwheel.el: New file to support the new style wheeled mice. | ||
| 7784 | |||
| 7785 | 1999-11-10 Gerd Moellmann <gerd@gnu.org> | ||
| 7786 | |||
| 7787 | * startup.el (initial-scratch-message): Add ";;" to the front of | ||
| 7788 | lines in the message. | ||
| 7789 | |||
| 7790 | * files.el (file-local-copy): Remove optional BUFFER argument | ||
| 7791 | because that's not used by anything. | ||
| 7792 | |||
| 7793 | * mail/mh-comp.el (mh-smail-batch): If TO is nil, use "" as | ||
| 7794 | to-address. | ||
| 7795 | |||
| 7796 | 1999-11-08 Markus Rost <rost@ias.edu> | ||
| 7797 | |||
| 7798 | * wid-edit.el (widget-button-click): Wrap with save-excursion | ||
| 7799 | to restore track-mouse in the correct buffer. | ||
| 7800 | |||
| 7801 | 1999-11-08 Gerd Moellmann <gerd@gnu.org> | ||
| 7802 | |||
| 7803 | * mail/mh-e.el: Changed maintainer to billcurtis@hotmail.com. | ||
| 7804 | |||
| 7805 | 1999-11-08 Peter Kleiweg <kleiweg@let.rug.nl> | ||
| 7806 | |||
| 7807 | * progmodes/ps-mode.el (ps-mode-print-function): Changed default | ||
| 7808 | lpr-command to "lp" for some system-types. (copied from lpr.el | ||
| 7809 | Emacs version 20.2.1). | ||
| 7810 | |||
| 7811 | 1999-11-04 Markus Rost <rost@ias.edu> | ||
| 7812 | |||
| 7813 | * simple.el (comment-region): Strip off white space at end of | ||
| 7814 | comment-start. | ||
| 7815 | |||
| 7816 | 1999-11-04 Gerd Moellmann <gerd@gnu.org> | ||
| 7817 | |||
| 7818 | * faces.el (secondary-selection): Fix wrong color name. | ||
| 7819 | |||
| 7820 | 1999-11-04 John Tobey <jtobey@epsilondev.com> | ||
| 7821 | |||
| 7822 | * gud.el (gud-perldb-massage-args): Handle the case "perl -e 0", | ||
| 7823 | the default when invoking perldb in a non-Perl buffer, and other | ||
| 7824 | cases involving -e or --. | ||
| 7825 | |||
| 7826 | 1999-11-04 Gerd Moellmann <gerd@gnu.org> | ||
| 7827 | |||
| 7828 | * simple.el (previous-matching-history-element) | ||
| 7829 | (next-history-element): Use delete-field instead of erase-field. | ||
| 7830 | |||
| 7831 | * isearch.el (isearch-ring-advance-edit, isearch-complete-edit): | ||
| 7832 | Use delete-field instead of erase-field. | ||
| 7833 | |||
| 7834 | * faces.el (secondary-selection): Change background to yellow. | ||
| 7835 | |||
| 7836 | * complete.el (PC-do-completion): Use minibuffer-prompt-end to | ||
| 7837 | find the start of the text. Use field-string to read the user | ||
| 7838 | input. | ||
| 7839 | |||
| 7840 | 1999-11-03 Gerd Moellmann <gerd@gnu.org> | ||
| 7841 | |||
| 7842 | * faces.el (make-face-bold, make-face-unbold, make-face-italic) | ||
| 7843 | (make-face-unitalic, make-face-bold-italic): Add NOERROR argument | ||
| 7844 | for compatibility with old face implementation. | ||
| 7845 | |||
| 7846 | * isearch.el (isearch-complete-edit, isearch-ring-advance-edit): | ||
| 7847 | Use erase-field instead of erase-buffer. | ||
| 7848 | |||
| 7849 | * frame.el (blink-cursor-mode, blink-cursor-end): Use | ||
| 7850 | internal-show-cursor with new interface. | ||
| 7851 | (blink-cursor-timer-function): New. | ||
| 7852 | (blink-cursor-start): Use blink-cursor-timer-function. | ||
| 7853 | |||
| 7854 | 1999-11-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | ||
| 7855 | |||
| 7856 | * calendar.el (redraw-calendar): Move to nearest date before | ||
| 7857 | redrawing. | ||
| 7858 | |||
| 7859 | * diary-lib.el (simple-diary-display): Reset modeline even if | ||
| 7860 | there are no diary entries since the diary buffer may be displayed. | ||
| 7861 | |||
| 7862 | 1999-11-03 Richard M. Stallman <rms@gnu.org> | ||
| 7863 | |||
| 7864 | * emacs-lisp/debug.el (debug): If noninteractive, display the | ||
| 7865 | backtrace using `message', then exit Emacs. | ||
| 7866 | (debugger-batch-max-lines): New variable. | ||
| 7867 | (debugger-setup-buffer): New subroutine, broken out of `debug'. | ||
| 7868 | Change the messages put at the start, to say that the debugger | ||
| 7869 | was entered. | ||
| 7870 | |||
| 7871 | 1999-11-02 Sam Steingold <sds@ksp.com> | ||
| 7872 | |||
| 7873 | * progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp. | ||
| 7874 | |||
| 7875 | 1999-11-01 John Tobey <jtobey@epsilondev.com> | ||
| 7876 | |||
| 7877 | * gud.el: (gud-perldb-massage-args): Massage correctly in the | ||
| 7878 | presence of perl switches other than "-e". | ||
| 7879 | |||
| 7880 | 1999-11-01 Markus Rost <rost@ias.edu> | ||
| 7881 | |||
| 7882 | * dired-x.el (dired-smart-shell-command): Use | ||
| 7883 | shell-command-history as in shell-command. | ||
| 7884 | |||
| 7885 | 1999-11-01 Richard M. Stallman <rms@gnu.org> | ||
| 7886 | |||
| 7887 | * userlock.el (ask-user-about-lock): Doc fix. | ||
| 7888 | |||
| 7889 | * frame.el: Doc fixes. | ||
| 7890 | |||
| 7891 | 1999-11-01 Gerd Moellmann <gerd@gnu.org> | ||
| 7892 | |||
| 7893 | * frame.el (blink-cursor-mode): Call internal-show-cursor instead | ||
| 7894 | of show-cursor. | ||
| 7895 | (blink-cursor-start, blink-cursor-end): Ditto. | ||
| 7896 | |||
| 7897 | * textmodes/tex-mode.el (tex-default-mode): Changed to latex-mode. | ||
| 7898 | |||
| 7899 | 1999-11-01 Richard M. Stallman <rms@gnu.org> | ||
| 7900 | |||
| 7901 | * window.el (walk-windows): If ALL-FRAMES is a frame, | ||
| 7902 | start on that frame. Use save-selected-window. | ||
| 7903 | |||
| 7904 | 1999-11-01 Gerd Moellmann <gerd@gnu.org> | ||
| 7905 | |||
| 7906 | * simple.el (end-of-buffer): Use window-end to find the window end | ||
| 7907 | instead of vertical-motion because this handles variable-height | ||
| 7908 | lines correctly. | ||
| 7909 | |||
| 7910 | 1999-11-01 Michael Kifer <kifer@cs.sunysb.edu> | ||
| 7911 | |||
| 7912 | * ediff.el: Version change. | ||
| 7913 | |||
| 7914 | * ediff-util.el (ediff-cleanup-mess): Fixed the case of dead windows. | ||
| 7915 | make sure you are in a good frame before deleting other | ||
| 7916 | windows. | ||
| 7917 | (ediff-file-checked-in-p): Don't consider CVS | ||
| 7918 | files checked in. | ||
| 7919 | (ediff-make-temp-file,ediff-make-empty-tmp-file): Make sure you | ||
| 7920 | are writing to a newly created empty file. | ||
| 7921 | |||
| 7922 | * ediff-mult.el (ediff-show-session-group-hook): New default. | ||
| 7923 | |||
| 7924 | * ediff-vers.el (ediff-pcl-cvs-view-revision): | ||
| 7925 | First cd to the file directory. reportedly works | ||
| 7926 | better with remote files. | ||
| 7927 | |||
| 7928 | * ediff-vers.el (ediff-pcl-cvs-internal, ediff-pcl-cvs-merge-internal): | ||
| 7929 | Use file-name-nondirectory when passing files to CVS. | ||
| 7930 | |||
| 7931 | * ediff-diff.el (ediff-cmp-options): New variable. | ||
| 7932 | (ediff-same-file-contents): Use ediff-cmp-options. | ||
| 7933 | |||
| 7934 | * ediff-ptch.el (ediff-prompt-for-patch-buffer, | ||
| 7935 | ediff-get-patch-buffer): Use current buffer if it appears to be a | ||
| 7936 | patch. | ||
| 7937 | |||
| 7938 | * viper-keym.el: Fixed calls to viper-ex, change key C-c g to C-c | ||
| 7939 | C-g | ||
| 7940 | |||
| 7941 | * viper-util.el (viper-nontrivial-find-file-function): Deleted. | ||
| 7942 | (viper-glob-unix-files, viper-glob-mswindows-files): New functions. | ||
| 7943 | (viper-save-cursor-color,viper-restore-cursor-color): | ||
| 7944 | Improved cursor color handling. | ||
| 7945 | (viper-get-saved-cursor-color-in-replace-mode, | ||
| 7946 | viper-get-saved-cursor-color-in-insert-mode): New functions for | ||
| 7947 | better cursor color handling. | ||
| 7948 | |||
| 7949 | * viper-ex.el (ex-read,ex-edit): | ||
| 7950 | Fixes for correct interpretation of #,%. | ||
| 7951 | (viper-ex): Now works correctly when called from other functions. | ||
| 7952 | (viper-glob-function): New variable. | ||
| 7953 | (viper-ex): Save excursion before doing :global. | ||
| 7954 | |||
| 7955 | * viper-mous.el (viper-counting-clicks-p): Bug fixes. | ||
| 7956 | |||
| 7957 | * viper-cmd.el (viper-post-command-sentinel, | ||
| 7958 | viper-insert-state-post-command-sentinel, | ||
| 7959 | viper-insert-state-pre-command-sentinel): Takes better care of | ||
| 7960 | cursor colors. | ||
| 7961 | |||
| 7962 | * viper.el: Version change. | ||
| 7963 | |||
| 7964 | 1999-10-31 Rajesh Vaidheeswarran <rv@dsmit.com> | ||
| 7965 | |||
| 7966 | * whitespace.el (whitespace-update-modeline): Bugfix to ensure | ||
| 7967 | that the modeline display was updated *only* when | ||
| 7968 | `whitespace-display-in-modeline' was set, not otherwise. | ||
| 7969 | |||
| 7970 | 1999-10-30 Gerd Moellmann <gerd@gnu.org> | ||
| 7971 | |||
| 7972 | * textmodes/sgml-mode.el (sgml-char-names): Change "half" to | ||
| 7973 | "frac12". | ||
| 7974 | |||
| 7975 | * emacs-lisp/advice.el (ad-activate-on): Make it an alias for | ||
| 7976 | ad-activate. | ||
| 7977 | |||
| 7978 | 1999-10-30 Rajesh Vaidheeswarran <rv@dsmit.com> | ||
| 7979 | |||
| 7980 | * whitespace.el: Test for existence of `defcustom' and `defgroup' | ||
| 7981 | using fboundp instead of assuming that these are not present in | ||
| 7982 | particular flavors of emacs. | ||
| 7983 | (whitespace-version): Update to 2.8 | ||
| 7984 | (whitespace-display-in-modeline): Add custom variable to control | ||
| 7985 | displaying the whitespace errors on the modeline based on | ||
| 7986 | suggestion from <klaus.berndl@sdm.de> | ||
| 7987 | (whitespace-buffer): Now returns `t' if unclean and `nil' if | ||
| 7988 | clean, to enable using as a hook function, as suggested by Puneet | ||
| 7989 | Goel <puneet@computer.org> | ||
| 7990 | (whitespace-buffer): Fix a subtle bug that cleaned up only if | ||
| 7991 | quiet was not set, even with whitespace-auto-cleanup set. | ||
| 7992 | (whitespace-mode-line): Now uses less modeline real estate and | ||
| 7993 | shows whitespaces as W:<x>!<y> where <x> is any type of whitespace | ||
| 7994 | which is present in the file, and <y> is any type of whitespace | ||
| 7995 | whose check has been suppressed by setting | ||
| 7996 | `whitespace-check-<whitespace-type>' to nil. | ||
| 7997 | (whitespace-unchecked-whitespaces): New function to return the | ||
| 7998 | list of whitespaces for whom checks have been suppressed. | ||
| 7999 | (whitespace-display-unchecked-whitespaces): Renamed to | ||
| 8000 | `whitespace-update-modeline' to reflect its functionality. | ||
| 8001 | |||
| 8002 | 1999-10-30 Gerd Moellmann <gerd@gnu.org> | ||
| 8003 | |||
| 8004 | * progmodes/compile.el (compilation-error-regexp-alist): | ||
| 8005 | Undo previous change. | ||
| 8006 | |||
| 8007 | 1999-10-28 Dave Love <fx@gnu.org> | ||
| 8008 | |||
| 8009 | * help.el (help-follow): Make arg optional again and really | ||
| 8010 | default to point. | ||
| 8011 | |||
| 8012 | 1999-10-28 Gerd Moellmann <gerd@gnu.org> | ||
| 8013 | |||
| 8014 | * paths.el (rmail-file-name): Make it an option. | ||
| 8015 | |||
| 8016 | * progmodes/ada-mode.el, progmodes/ada-prj.el, | ||
| 8017 | progmodes/ada-stmt.el, progmodes/ada-xref.el: Doc-string and | ||
| 8018 | comment fixes. | ||
| 8019 | |||
| 8020 | * progmodes/compile.el (compilation-error-regexp-alist): Recognize | ||
| 8021 | MIPS Pro 7.3 compiler error message syntax. | ||
| 8022 | |||
| 8023 | 1999-10-27 Dave Love <fx@gnu.org> | ||
| 8024 | |||
| 8025 | * progmodes/compile.el: Checkdoc-inspired fixes. | ||
| 8026 | |||
| 8027 | 1999-10-27 Gerd Moellmann <gerd@gnu.org> | ||
| 8028 | |||
| 8029 | * lpr.el (print-buffer): Doc-string fix. | ||
| 8030 | |||
| 8031 | 1999-10-27 Dave Love <fx@gnu.org> | ||
| 8032 | |||
| 8033 | * emacs-lisp/advice.el: Doc fixes. | ||
| 8034 | (ad-lemacs-p): Removed. | ||
| 8035 | (advice): Add :link to defgroup. | ||
| 8036 | |||
| 8037 | 1999-10-27 Kenichi Handa <handa@etl.go.jp> | ||
| 8038 | |||
| 8039 | * ange-ftp.el (ange-ftp-insert-file-contents): Don't change | ||
| 8040 | last-coding-system-used by the call of ange-ftp-set-ascii-mode. | ||
| 8041 | |||
| 8042 | 1999-10-24 Richard M. Stallman <rms@gnu.org> | ||
| 8043 | |||
| 8044 | * window.el (walk-windows): If ALL-FRAMES is a frame, | ||
| 8045 | start on that frame. Use save-selected-window. | ||
| 8046 | |||
| 8047 | 1999-10-27 Richard M. Stallman <rms@gnu.org> | ||
| 8048 | |||
| 8049 | * emacs-lisp/advice.el (ad-activate-internal): Renamed from | ||
| 8050 | ad-activate. All callers changed, including those in data.c. | ||
| 8051 | (ad-activate-internal-off): Renamed from ad-activate-off. | ||
| 8052 | All uses changed. | ||
| 8053 | (ad-activate): Renamed from ad-activate-on. All uses changed. | ||
| 8054 | (ad-start-advice, ad-stop-advice, ad-recover-normality): | ||
| 8055 | Alter the definition of ad-activate-internal, not ad-activate. | ||
| 8056 | |||
| 8057 | 1999-10-26 Gerd Moellmann <gerd@gnu.org> | ||
| 8058 | |||
| 8059 | * startup.el (command-line-1): Add support for command line | ||
| 8060 | arguments `file' and `execute'. Fix handling of `visit'. | ||
| 8061 | |||
| 8062 | 1999-10-26 Kenichi Handa <handa@etl.go.jp> | ||
| 8063 | |||
| 8064 | * international/mule-cmds.el (read-input-method-name): Handle the | ||
| 8065 | case that the arg DEFAULT is symbol. | ||
| 8066 | |||
| 8067 | * international/mule-diag.el (mule-diag): Handle the case that | ||
| 8068 | default-input-method is symbol. | ||
| 8069 | |||
| 8070 | 1999-10-26 Gerd Moellmann <gerd@gnu.org> | ||
| 8071 | |||
| 8072 | * textmodes/tildify.el: New file. | ||
| 8073 | |||
| 8074 | 1999-10-25 Sam Steingold <sds@ksp.com> | ||
| 8075 | |||
| 8076 | * Makefile (compile-files): Fixed the "tr" strings. | ||
| 8077 | (EMACS): Set to ../src/emacs. | ||
| 8078 | |||
| 8079 | 1999-10-25 Gerd Moellmann <gerd@gnu.org> | ||
| 8080 | |||
| 8081 | * info.el (Info-build-node-completions): Add '("*") to the | ||
| 8082 | completion list. | ||
| 8083 | |||
| 8084 | 1999-10-25 Richard M. Stallman <rms@gnu.org> | ||
| 8085 | |||
| 8086 | * frame.el (auto-raise-mode): When enabling the mode, | ||
| 8087 | immediately raise the selected frame. | ||
| 8088 | |||
| 8089 | * indent.el (indent-region): Doc fix. | ||
| 8090 | |||
| 8091 | * comint.el (comint-output-filter): Make the Comint buffer current | ||
| 8092 | for the comint-preoutput-filter-functions. | ||
| 8093 | |||
| 8094 | * mail/reporter.el: Doc fix. | ||
| 8095 | |||
| 8096 | 1999-10-24 Stephen Eglen <stephen@gnu.org> | ||
| 8097 | |||
| 8098 | * progmodes/octave-mod.el (octave-auto-indent): Remove :version so | ||
| 8099 | that Octave lisp files can also run under XEmacs 20. | ||
| 8100 | (require 'custom) added so that files can run under Emacs 19.34. | ||
| 8101 | |||
| 8102 | * iswitchb.el (iswitchb-default-keybindings): No need to use | ||
| 8103 | read-kbd-macro in keybindings. | ||
| 8104 | |||
| 8105 | 1999-10-23 Dave Love <fx@gnu.org> | ||
| 8106 | |||
| 8107 | * elide-head.el: New file. | ||
| 8108 | |||
| 8109 | 1999-10-23 Gerd Moellmann <gerd@gnu.org> | ||
| 8110 | |||
| 8111 | * Makefile (compile-files, backup-compiled-files): New targets. | ||
| 8112 | (bootstrap, bootstrap-clean): Ditto. | ||
| 8113 | |||
| 8114 | 1999-10-22 Paul Eggert <eggert@twinsun.com> | ||
| 8115 | |||
| 8116 | * international/mule-cmds.c (locale-language-names): | ||
| 8117 | Use Latin-1 (not Latin-3) for Afrikaans, Galician. | ||
| 8118 | Use Latin-5 (not Cyrillic-ISO) for Byelorussian, Bulgarian, | ||
| 8119 | Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet). | ||
| 8120 | Use Latin-8 for Welsh. | ||
| 8121 | Use Latin-1 for English if "en" is explicitly specified. | ||
| 8122 | Use Latin-1 for Scots Gaelic, Tagalog. | ||
| 8123 | Use Latin-1 (not Latin-4) for Greenlandic. | ||
| 8124 | Use Latin-1 (not Latin-2) for Albanian. | ||
| 8125 | (locale-preferred-coding-systems, locale-language-names): | ||
| 8126 | Remove generic ISO 8859 locales; locale-charset-language-names now | ||
| 8127 | does this. | ||
| 8128 | (locale-charset-language-names): New variable. | ||
| 8129 | (set-locale-environment): Use language name specified by | ||
| 8130 | locale-charset-language-names if its charsets disagree with the | ||
| 8131 | language name specified by locale-language-names. | ||
| 8132 | |||
| 8133 | 1999-10-22 Dave Love <fx@gnu.org> | ||
| 8134 | |||
| 8135 | * make-mode.el: Minor doc fixes. | ||
| 8136 | |||
| 8137 | * latin-9.el: Avoid non-ASCII characters to prevent loadup failure. | ||
| 8138 | |||
| 8139 | 1999-10-21 Dave Love <fx@gnu.org> | ||
| 8140 | |||
| 8141 | * loadup.el: Add latin-8, latin-9. | ||
| 8142 | |||
| 8143 | 1999-10-20 Paul Eggert <eggert@twinsun.com> | ||
| 8144 | |||
| 8145 | * disp-table.el (standard-display-european): Remove undocumented | ||
| 8146 | arg AUTO; no longer used by startup.el. Do not attempt to treat | ||
| 8147 | all non-English language environments as coding system names. | ||
| 8148 | Instead, use the downcased language environment name as a coding | ||
| 8149 | system name if it is one; otherwise, use latin-1. | ||
| 8150 | |||
| 8151 | 1999-10-20 Gerd Moellmann <gerd@gnu.org> | ||
| 8152 | |||
| 8153 | * dired.el (dired-move-to-filename-regexp): Fix long comment lines | ||
| 8154 | that were split so that part of the comment appeared as Lisp code. | ||
| 8155 | |||
| 8156 | 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br> | ||
| 8157 | |||
| 8158 | * ps-bdf.el: Doc fix. | ||
| 8159 | |||
| 8160 | * ps-print-def.el: New file: common definitions for all parts of | ||
| 8161 | ps-print. | ||
| 8162 | (ps-multibyte-buffer): Moved from ps-mule. | ||
| 8163 | |||
| 8164 | * ps-mule.el: File dependence fix. | ||
| 8165 | (ps-multibyte-buffer): Moved to ps-print-def. | ||
| 8166 | |||
| 8167 | * ps-print.el: Doc fix, better customization. | ||
| 8168 | (ps-print-region-function, ps-number-of-columns, ps-spool-tumble) | ||
| 8169 | (ps-print-color-p, ps-printing-region-p, ps-n-up-database) | ||
| 8170 | (ps-end-file): Doc fix. | ||
| 8171 | (ps-setup, ps-begin-file): Fun fix. | ||
| 8172 | (postscript): New group. | ||
| 8173 | (ps-zebra-gray, ps-banner-page-when-duplexing): New vars. | ||
| 8174 | (ps-print-prologue-1): Adjust PostScript programming. | ||
| 8175 | (ps-print): Adjust group hierarchy. | ||
| 8176 | (ps-print-n-up, ps-print-zebra, ps-print-background, | ||
| 8177 | ps-print-printer) | ||
| 8178 | (ps-print-page): New subgroups. | ||
| 8179 | (ps-print-prologue-header, ps-printer-name, ps-lpr-command) | ||
| 8180 | (ps-lpr-switches, ps-page-dimensions-database, ps-paper-type) | ||
| 8181 | (ps-landscape-mode, ps-print-control-characters, ps-n-up-printing) | ||
| 8182 | (ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling, ps-zebra-stripes) | ||
| 8183 | (ps-zebra-stripe-height, ps-print-background-image) | ||
| 8184 | (ps-print-background-text, ps-spool-config): Adjust customization. | ||
| 8185 | (dos-ps-printer): Definition eliminated. | ||
| 8186 | |||
| 8187 | 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br> | ||
| 8188 | |||
| 8189 | * ps-mule.el: Doc fix, define functions properly if mule package is | ||
| 8190 | loaded or not. | ||
| 8191 | (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Define properly if | ||
| 8192 | mule package is loaded or not. | ||
| 8193 | |||
| 8194 | * ps-print.el: Doc fix, n-up printing. | ||
| 8195 | (ps-print-version): New version number (5.0). | ||
| 8196 | (ps-page-dimensions-database): Added document media. | ||
| 8197 | (ps-n-up-printing, ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling) | ||
| 8198 | (ps-page-order, ps-printing-region-p): New vars. | ||
| 8199 | (ps-n-up-printing, ps-n-up-filling, ps-header-sheet, ps-end-job): New | ||
| 8200 | funs. | ||
| 8201 | (ps-page-dimensions-get-media, ps-n-up-landscape, ps-n-up-lines) | ||
| 8202 | (ps-n-up-columns, ps-n-up-missing, ps-n-up-xcolumn, ps-n-up-ycolumn) | ||
| 8203 | (ps-n-up-xline, ps-n-up-yline, ps-n-up-repeat, ps-n-up-end) | ||
| 8204 | (ps-n-up-xstart, ps-n-up-ystart): New macros. | ||
| 8205 | (ps-print-begin-sheet-hook): New hook. | ||
| 8206 | (ps-boundingbox-re, ps-n-up-database, ps-n-up-filling-database): New | ||
| 8207 | const. | ||
| 8208 | (ps-setup, ps-begin-file, ps-get-buffer-name, ps-begin-job) | ||
| 8209 | (ps-end-file, ps-dummy-page, ps-generate): Fix funs. | ||
| 8210 | (ps-print-prologue-1): Adjust PostScript programming for n-up printing. | ||
| 8211 | (ps-count-lines): Changed to defun. | ||
| 8212 | (ps-header-page): Changed to defsubst, fix fun. | ||
| 8213 | (ps-printing-region): Doc fix, adjust programming code. | ||
| 8214 | (ps-output-boolean, ps-background-pages, ps-background-text) | ||
| 8215 | (ps-background-image, ps-background, ps-get-boundingbox): Adjust | ||
| 8216 | programming code. | ||
| 8217 | |||
| 8218 | 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br> | ||
| 8219 | |||
| 8220 | * ps-print.el: Doc fix, duplex and setpagedevice configuration. | ||
| 8221 | (ps-print-version): New version number (4.2). | ||
| 8222 | (ps-spool-config, ps-spool-tumble): New vars. | ||
| 8223 | (ps-print-prologue-1): Changed to defconst, adjust PostScript | ||
| 8224 | programming, new PostScript procedure to handle errors. | ||
| 8225 | (ps-print-prologue-2): Changed to defconst. | ||
| 8226 | (ps-print-duplex-feature): New const: duplex and tumble setting. | ||
| 8227 | (ps-setup, ps-begin-file): Fix funs. | ||
| 8228 | (ps-boolean-capitalized): New fun. | ||
| 8229 | |||
| 8230 | 1999-10-19 Stefan Monnier <monnier@cs.yale.edu> | ||
| 8231 | |||
| 8232 | * Makefile (dontcompilefiles): Obsoleted. | ||
| 8233 | (DONTCOMPILE): Added emacs-lisp/cl-specs.el. | ||
| 8234 | (EL): Unused. | ||
| 8235 | (temacs): Removed (unused). | ||
| 8236 | (cus-load.el, finder-inf.el, loaddefs.el): New targets to build a dummy | ||
| 8237 | version of the file (necessary for the update to work properly). | ||
| 8238 | (autoloads): Force the use of `pwd`/loaddefs.el. | ||
| 8239 | (updates); Redefined in terms of other targets to reduce redundancy. | ||
| 8240 | (.el.elc): New default rule, just in case you want it. | ||
| 8241 | (compile): Use a single invocation of Emacs. | ||
| 8242 | (bootstrap-compile); Unneeded. | ||
| 8243 | (autoloads-with-other-emacs): Unneeded now that autoloads is fixed. | ||
| 8244 | |||
| 8245 | 1999-10-19 Dave Love <fx@gnu.org> | ||
| 8246 | |||
| 8247 | * emacs-lisp/eval-reg.el: Removed -- not now needed by edebug. | ||
| 8248 | |||
| 8249 | 1999-10-19 Sam Steingold <sds@ksp.com> | ||
| 8250 | |||
| 8251 | * map-ynp.el (map-y-or-n-p): Remove extraneous `not' to | ||
| 8252 | comply with the comment. | ||
| 8253 | |||
| 8254 | 1999-10-19 Gerd Moellmann <gerd@gnu.org> | ||
| 8255 | |||
| 8256 | * autorevert.el (auto-revert-mode): Make auto-revert-mode | ||
| 8257 | permanent-local. | ||
| 8258 | |||
| 8259 | 1999-10-19 Peter Kleiweg <kleiweg@let.rug.nl> | ||
| 8260 | |||
| 8261 | * progmodes/ps-mode.el (ps-mode-print-function): Fix default | ||
| 8262 | value: \"lpr\" changed to "lpr" | ||
| 8263 | (ps-mode-version): New constant | ||
| 8264 | (ps-mode-show-version): New function, added key in ps-mode-map | ||
| 8265 | (ps-run-messages): Removed | ||
| 8266 | (ps-run-font-lock-keywords-2): New defcustom variable replacing | ||
| 8267 | ps-run-messages. These keywords now include the value of | ||
| 8268 | ps-run-prompt, making its fontification customizable. | ||
| 8269 | (ps-run-init): Removed \\n from docstring, it is now added when | ||
| 8270 | the value is used | ||
| 8271 | (ps-run-font-lock-keywords-1): Added checking for initial ^ in | ||
| 8272 | ps-run-prompt | ||
| 8273 | (ps-mode): Added ps-run-font-lock-keywords-2 to list of | ||
| 8274 | customizable variables in doc-string (its equivalent | ||
| 8275 | ps-run-messages was missing in previous version of the doc-string) | ||
| 8276 | (ps-run-mode): Simplified assignment to font-lock-defaults, using | ||
| 8277 | symbols only | ||
| 8278 | |||
| 8279 | 1999-10-19 Alex Schroeder <alex@gnu.org> | ||
| 8280 | |||
| 8281 | * ansi-color.el: Complete rewrite. | ||
| 8282 | |||
| 8283 | 1999-10-19 Paul Eggert <eggert@twinsun.com> | ||
| 8284 | |||
| 8285 | Fix bootstrapping problems. | ||
| 8286 | Use the system locale to specify Emacs locale defaults. | ||
| 8287 | |||
| 8288 | * international/mule-cmds.el (global-map): | ||
| 8289 | Do not use backquote, because that makes a bootstrapping | ||
| 8290 | problem if you need to recompile all Lisp files using interpreted code. | ||
| 8291 | * international/mule.el (charset-id, charset-bytes, | ||
| 8292 | charset-dimension, charset-chars, charset-width, | ||
| 8293 | charset-direction, charset-iso-final-char, | ||
| 8294 | charset-iso-graphic-plane, charset-reverse-charset, | ||
| 8295 | charset-short-name, charset-long-name, charset-description, | ||
| 8296 | charset-plist): Likewise. | ||
| 8297 | * subr.el (save-match-data): Likewise. | ||
| 8298 | |||
| 8299 | * international/mule-cmds.el | ||
| 8300 | (set-display-table-and-terminal-coding-system): New function, | ||
| 8301 | containing code migrated out of set-language-environment. | ||
| 8302 | (set-language-environment, set-locale-environment): Use it. | ||
| 8303 | (locale-translation-file-name): Moved here from startup.el. | ||
| 8304 | (locale-language-names, locale-preferred-coding-systems): | ||
| 8305 | New vars. | ||
| 8306 | (locale-name-match, set-locale-environment): New functions. | ||
| 8307 | |||
| 8308 | * language/japan-util.el (setup-japanese-environment-internal): | ||
| 8309 | Prefer japanese-iso-8bit if the system-type is usg-unix-v. | ||
| 8310 | |||
| 8311 | * startup.el (iso-8859-n-locale-regexp): Remove. | ||
| 8312 | (locale-translation-file-name): Move to mule-cmds.el. | ||
| 8313 | (command-line): Move locale-stuff into set-locale-environment. | ||
| 8314 | |||
| 8315 | 1999-10-18 Dave Love <fx@gnu.org> | ||
| 8316 | |||
| 8317 | * abbrev.el (add-abbrev, inverse-add-abbrev) | ||
| 8318 | (expand-region-abbrevs): Remove properties from buffer text. | ||
| 8319 | |||
| 8320 | 1999-10-17 Gerd Moellmann <gerd@gnu.org> | ||
| 8321 | |||
| 8322 | * iswitchb.el (iswitchb-exhibit): Extract user-input only | ||
| 8323 | from the mini-buffer, without the prompt. | ||
| 8324 | |||
| 8325 | * simple.el (minibuffer-prompt-end): Return the position | ||
| 8326 | after the prompt, not the position of that last character | ||
| 8327 | of the prompt. | ||
| 8328 | |||
| 8329 | 1999-10-17 Miles Bader <miles@gnu.org> | ||
| 8330 | |||
| 8331 | * simple.el: Doc fixes. | ||
| 8332 | |||
| 8333 | 1999-10-17 Miles Bader <miles@gnu.org> | ||
| 8334 | |||
| 8335 | * simple.el (previous-matching-history-element, next-history-element): | ||
| 8336 | Change to work correctly even if the point is in the prompt. | ||
| 8337 | (choose-completion-string): Likewise. | ||
| 8338 | (minibuffer-prompt-width): New function (compatibility with old subr). | ||
| 8339 | |||
| 8340 | * textmodes/paragraphs.el (forward-sentence, forward-paragraph): | ||
| 8341 | When constraining the final position to the current field, | ||
| 8342 | don't use the ONLY-IN-LINE mode of constrain-to-field. | ||
| 8343 | |||
| 8344 | 1999-10-17 Miles Bader <miles@gnu.org> | ||
| 8345 | |||
| 8346 | * simple.el (line-move): Supply new ESCAPE-FROM-EDGE argument to | ||
| 8347 | constrain-to-field. | ||
| 8348 | * textmodes/paragraphs.el (forward-sentence): Likewise. | ||
| 8349 | |||
| 8350 | 1999-10-17 Miles Bader <miles@gnu.org> | ||
| 8351 | |||
| 8352 | * simple.el (line-move): Use constrain-to-field to avoid | ||
| 8353 | moving into a prompt. | ||
| 8354 | (previous-complete-history-element): Clarify doc string. | ||
| 8355 | (next-complete-history-element): Likewise. | ||
| 8356 | Use field-beginning instead of point-min. | ||
| 8357 | (next-matching-history-element): Use field-beginning and | ||
| 8358 | erase-field instead of point-min and erase-buffer. | ||
| 8359 | * textmodes/paragraphs.el | ||
| 8360 | (forward-paragraph, forward-sentence): Likewise. | ||
| 8361 | (backward-kill-paragraph, backward-kill-sentence): Remove code to | ||
| 8362 | constrain the kill to an field, as the movement commands now | ||
| 8363 | do this. | ||
| 8364 | |||
| 8365 | 1999-10-17 Miles Bader <miles@gnu.org> | ||
| 8366 | |||
| 8367 | * simple.el (previous-matching-history-element): Get the | ||
| 8368 | minibuffer input with field-string instead of buffer-string. | ||
| 8369 | (choose-completion-string): Likewise. | ||
| 8370 | (next-history-element): Likewise. | ||
| 8371 | Erase the minibuffer input with erase-field, not erase-buffer. | ||
| 8372 | Use field-beginning to find the beginning of the input. | ||
| 8373 | * textmodes/paragraphs.el (backward-kill-sentence): | ||
| 8374 | Remove minibuffer-prompt hack. | ||
| 8375 | Constrain to any input field. | ||
| 8376 | |||
| 8377 | 1999-10-17 Sam Steingold <sds@ksp.com> | ||
| 8378 | |||
| 8379 | * bindings.el (completion-ignored-extensions): Added ".sparcf" | ||
| 8380 | for CMUCL on sparc and ".ufsl" for LispWorks. | ||
| 8381 | (bound-and-true-p): Bugfix: free variable `v'. | ||
| 8382 | |||
| 8383 | 1999-10-16 Dave Love <d.love@dl.ac.uk> | ||
| 8384 | |||
| 8385 | * emacs-lisp/edebug.el (edebug-install-read-eval-functions) | ||
| 8386 | (edebug-uninstall-read-eval-functions): Use load-read-function, | ||
| 8387 | avoiding elisp-eval. | ||
| 8388 | |||
| 8389 | 1999-10-16 Sam Steingold <sds@ksp.com> | ||
| 8390 | |||
| 8391 | * emacs-lisp/cl-indent.el (common-lisp-indent-function): Use `eq' | ||
| 8392 | instead of `eql'. | ||
| 8393 | |||
| 8394 | 1999-10-14 Stefan Monnier <monnier@cs.yale.edu> | ||
| 8395 | |||
| 8396 | * ange-ftp.el (ange-ftp-make-tmp-name, ange-ftp-del-tmp-name): | ||
| 8397 | * browse-url.el (browse-url-of-buffer, browse-url-delete-temp-file), | ||
| 8398 | (browse-url-temp-file-list, browse-url-delete-temp-file-list): | ||
| 8399 | * ediff-util.el (ediff-make-temp-file): | ||
| 8400 | * ediff-vers.el (ediff-pcl-cvs-view-revision): | ||
| 8401 | * emerge.el (emerge-make-temp-file): | ||
| 8402 | * jka-compr.el (jka-compr-make-temp-name, jka-compr-delete-temp-file): | ||
| 8403 | * vc.el (vc-update-change-log): | ||
| 8404 | * mail/mailpost.el (post-mail-send-it): | ||
| 8405 | * mail/metamail.el (metamail-region): | ||
| 8406 | * progmodes/cmacexp.el (c-macro-expansion): | ||
| 8407 | * textmodes/makeinfo.el (makeinfo-region): Use make-temp-file. | ||
| 8408 | |||
| 8409 | 1999-10-15 Gerd Moellmann <gerd@gnu.org> | ||
| 8410 | |||
| 8411 | * smtpmail.el (smtpmail-via-smtp): Add support for | ||
| 8412 | automatically appending a domain to RCPT TO: addresses. | ||
| 8413 | |||
| 8414 | 1999-10-14 Richard M. Stallman <rms@gnu.org> | ||
| 8415 | |||
| 8416 | * dired.el (dired-insert-directory): Insert the amount of | ||
| 8417 | free space after the total size. | ||
| 8418 | (dired-free-space-program, dired-free-space-args): New variables. | ||
| 8419 | |||
| 8420 | 1999-10-14 Karl Heuer <kwzh@gnu.org> | ||
| 8421 | |||
| 8422 | * mail/rmail.el (rmail-pop-password-error): Add new pattern. | ||
| 8423 | |||
| 8424 | 1999-10-14 Dave Love <fx@gnu.org> | ||
| 8425 | |||
| 8426 | * international/characters.el: | ||
| 8427 | * international/fontset.el: | ||
| 8428 | * international/mule-conf.el: Add latin-iso8859-1[45]. | ||
| 8429 | |||
| 8430 | * language/european.el: Add Latin-8, Latin-9. Modify some doc | ||
| 8431 | strings. | ||
| 8432 | |||
| 8433 | * startup.el (iso-8859-n-locale-regexp): Modify for Latin-[89]. | ||
| 8434 | (command-line): Detect Latin-[89] locales. | ||
| 8435 | |||
| 8436 | 1999-10-13 Stefan Monnier <monnier@cs.yale.edu> | ||
| 8437 | |||
| 8438 | * international/mule-cmds.el (select-safe-coding-system) | ||
| 8439 | (leim-list-header): Avoid the use of strings that start with backslash | ||
| 8440 | newline since lread.c:read1 has a hack to turn those strings into | ||
| 8441 | integer 0 during the loadup.el process. | ||
| 8442 | |||
| 8443 | * diff-mode.el (diff-find-file-name): Use `Index:' preferentially. | ||
| 8444 | |||
| 8445 | 1999-10-13 Dave Love <fx@gnu.org> | ||
| 8446 | |||
| 8447 | * image.el (insert-image): Copy the image spec and add an | ||
| 8448 | intangible property. | ||
| 8449 | |||
| 8450 | 1999-10-13 Stefan Monnier <monnier@cs.yale.edu> | ||
| 8451 | |||
| 8452 | * help.el (help-xref-interned): Make it also work on variable-only | ||
| 8453 | and function-only symbols. | ||
| 8454 | (help-make-xrefs): Take advantage of the new `help-xref-interned'. | ||
| 8455 | (help-follow): If the point under mouse is not highlighted, try | ||
| 8456 | `help-xref-interned' on the pointed-to symbol anyway. | ||
| 8457 | |||
| 8458 | * info.el (Info-on-current-buffer): New entry point. | ||
| 8459 | (Info-find-node): Split into two for Info-on-current-buffer to | ||
| 8460 | hook into it. | ||
| 8461 | (Info-current-file, Info-set-mode-line, Info-up): | ||
| 8462 | Info-current-file can now be t. | ||
| 8463 | (Info-clone-buffer-hook): Function for `clone-buffer'. | ||
| 8464 | (Info-goto-node, Info-menu, Info-mode-map, Info-mode): | ||
| 8465 | Make `clone-buffer' available in various ways to the user. | ||
| 8466 | |||
| 8467 | 1999-10-12 Stefan Monnier <monnier@cs.yale.edu> | ||
| 8468 | |||
| 8469 | * simple.el (shell-command, shell-command-on-region): Use | ||
| 8470 | make-temp-file. | ||
| 8471 | (clone-buffer, clone-process, clone-buffer-hook): New functions. | ||
| 8472 | |||
| 8473 | * subr.el (with-current-buffer): Don't use backquotes to avoid | ||
| 8474 | bootstrapping problems. | ||
| 8475 | |||
| 8476 | * loadup.el (load-path): Add subdirs for bootstrapping. | ||
| 8477 | (docstrings): Ignore errors during bootstrapping. | ||
| 8478 | (args): New `bootstrap' argument (for use in place of `dump'). | ||
| 8479 | |||
| 8480 | 1999-10-12 Emmanuel Briot <briot@gnat.com> | ||
| 8481 | |||
| 8482 | * ada-stmt.el: Doc-string fixes. | ||
| 8483 | |||
| 8484 | 1999-10-12 Gerd Moellmann <gerd@gnu.org> | ||
| 8485 | |||
| 8486 | * recentf.el: New file. | ||
| 8487 | |||
| 8488 | * ps-mode.el: New file. | ||
| 8489 | |||
| 8490 | * files.el (auto-mode-alist): Add ps-mode for .eps and .ps, | ||
| 8491 | case insensitive. | ||
| 8492 | |||
| 8493 | 1999-10-12 Richard Sharman <rsharman@pobox.com> | ||
| 8494 | |||
| 8495 | * sh-script.el: Added support for indenting existing scripts. | ||
| 8496 | (sh-mode-map): Added new bindings. | ||
| 8497 | (sh-mode): Updated mode doc-string for new commands, added | ||
| 8498 | make-local-variable calls, initialize mode-specific variables. | ||
| 8499 | (sh-indent-line): Renamed to sh-basic-indent-line; sh-indent-line | ||
| 8500 | is now a different function. | ||
| 8501 | (sh-header-marker): Changed docstring. | ||
| 8502 | (sh-set-shell): Initialize mode-specific variables. | ||
| 8503 | (sh-case, sh-for, sh-if, sh-indexed-loop, sh-repeat, sh-select) | ||
| 8504 | (sh-tmp-file, sh-until, sh-until, sh-while, sh-while-getopts): | ||
| 8505 | Changed these define-skeleton calls to work with user-specified | ||
| 8506 | indentation settings. | ||
| 8507 | (sh-basic-indent-line, sh-blink, sh-calculate-indent) | ||
| 8508 | (sh-check-paren-in-case, sh-check-rule, sh-do-nothing) | ||
| 8509 | (sh-electric-hash, sh-electric-less, sh-electric-rparen) | ||
| 8510 | (sh-find-prev-matching, sh-find-prev-switch, sh-get-indent-info) | ||
| 8511 | (sh-get-indent-var-for-line, sh-get-kw, sh-get-word) | ||
| 8512 | (sh-goto-match-for-done, sh-goto-matching-case, sh-goto-matching-if) | ||
| 8513 | (sh-guess-basic-offset, sh-handle-after-case-label) | ||
| 8514 | (sh-handle-prev-case, sh-handle-prev-case-alt-end, sh-handle-prev-do) | ||
| 8515 | (sh-handle-prev-done, sh-handle-prev-else, sh-handle-prev-esac) | ||
| 8516 | (sh-handle-prev-fi, sh-handle-prev-if, sh-handle-prev-open) | ||
| 8517 | (sh-handle-prev-rc-case, sh-handle-prev-then, sh-handle-this-close) | ||
| 8518 | (sh-handle-this-do, sh-handle-this-done, sh-handle-this-else) | ||
| 8519 | (sh-handle-this-esac, sh-handle-this-fi, sh-handle-this-rc-case) | ||
| 8520 | (sh-handle-this-then, sh-help-string-for-variable) | ||
| 8521 | (sh-in-comment-or-string, sh-indent-line, sh-learn-buffer-indent) | ||
| 8522 | (sh-learn-line-indent, sh-load-style, sh-make-vars-local, sh-mark-init) | ||
| 8523 | (sh-mark-line, sh-mkword-regexpr, sh-mkword-regexp) | ||
| 8524 | (sh-must-be-shell-mode, sh-must-support-indent, sh-name-style) | ||
| 8525 | (sh-prev-line, sh-prev-stmt, sh-prev-thing, sh-read-variable) | ||
| 8526 | (sh-remove-our-text-properties, sh-rescan-buffer) | ||
| 8527 | (sh-reset-indent-vars-to-global-values, sh-safe-backward-sexp) | ||
| 8528 | (sh-safe-forward-sexp, sh-save-styles-to-buffer, sh-scan-buffer) | ||
| 8529 | (sh-scan-case, sh-search-word, sh-set-char-syntax) | ||
| 8530 | (sh-set-here-doc-region, sh-set-indent, sh-set-var-value) | ||
| 8531 | (sh-show-indent, sh-this-is-a-continuation, sh-var-value): New | ||
| 8532 | functions. | ||
| 8533 | (sh-debug, sh-electric-rparen-needed, sh-here-doc-syntax) | ||
| 8534 | (sh-indent-supported, sh-kw, sh-kw-alist, sh-kws-for-done) | ||
| 8535 | (sh-learned-buffer-hook, sh-make-vars-local, sh-regexp-for-done) | ||
| 8536 | (sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist) | ||
| 8537 | (sh-var-list): New variables. | ||
| 8538 | |||
| 8539 | 1999-10-12 Dave Pearson <davep@hagbard.demon.co.uk> | ||
| 8540 | |||
| 8541 | * quickurl.el (quickurl-list-insert): `count-lines' was returning | ||
| 8542 | a value one line to high if the cursor wasn't at the start of a | ||
| 8543 | line. A `beginning-of-line' is now performed before making the | ||
| 8544 | call to `count-lines'. | ||
| 8545 | |||
| 8546 | 1999-10-11 Stefan Monnier <monnier@cs.yale.edu> | ||
| 8547 | |||
| 8548 | * diff-mode.el (vc-backend-diff): Get rid of the autoloaded advice. | ||
| 8549 | |||
| 8550 | 1999-10-09 Stefan Monnier <monnier@cs.yale.edu> | ||
| 8551 | |||
| 8552 | * Makefile (setwins): Abstract out the command to find subdirectories | ||
| 8553 | and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base). | ||
| 8554 | (custom-deps, finder-data, autoloads, update-subdirs, updates) | ||
| 8555 | (autoloads-with-other-emacs): Use it. | ||
| 8556 | |||
| 8557 | * diff-mode.el: New file. A mode for viewing/editing context diffs. | ||
| 8558 | |||
| 8559 | 1999-10-09 Gerd Moellmann <gerd@gnu.org> | ||
| 8560 | |||
| 8561 | * Makefile (bootstrap-compile): New target. Compile Lisp | ||
| 8562 | files with ../src/temacs. | ||
| 8563 | |||
| 8564 | 1999-10-08 Dave Love <fx@gnu.org> | ||
| 8565 | |||
| 8566 | * ange-ftp.el: Require dired when compiling. | ||
| 8567 | (ange-ftp-normal-login): Allow EFS-style port specification. | ||
| 8568 | |||
| 8569 | 1999-10-08 Simon Marshall <simon@gnu.org> | ||
| 8570 | |||
| 8571 | * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function. | ||
| 8572 | (regexp-opt-group): Use it to get common suffixes in STRINGS. | ||
| 8573 | If STRINGS is nil, return "" rather than nil. | ||
| 8574 | |||
| 8575 | 1999-10-08 Gerd Moellmann <gerd@gnu.org> | ||
| 8576 | |||
| 8577 | * Makefile (compile): Compile files one by one. Set load-path to | ||
| 8578 | current directory and subdirectories when compiling. | ||
| 8579 | |||
| 8580 | 1999-10-08 Gerd Moellmann <gerd@gnu.org> | ||
| 8581 | |||
| 8582 | * Makefile (EMACSOPT, DONTCOMPILE, EL): New. | ||
| 8583 | (emacs): Use it everywhere instead of EMACS. | ||
| 8584 | (compile): New target. Compile all Lisp files from scratch. | ||
| 8585 | (recompile): New target. Recompile lisp directory. | ||
| 8586 | (autoloads-with-other-emacs): New target. Build loaddefs.el with | ||
| 8587 | an Emacs executable not built in the current directory tree. | ||
| 8588 | |||
| 8589 | 1999-10-07 Peter Breton <pbreton@ne.mediaone.net> | ||
| 8590 | |||
| 8591 | * filecache.el (file-cache-completion-ignore-case): New variable, | ||
| 8592 | defaulting to the value of completion-ignore-case. | ||
| 8593 | (file-cache-minibuffer-complete): Use it. | ||
| 8594 | (file-cache-files-matching, file-cache-files-matching-internal): | ||
| 8595 | New functions. | ||
| 8596 | |||
| 8597 | 1999-10-07 Emmanuel Briot <briot@gnat.com> | ||
| 8598 | |||
| 8599 | * ada-xref.el: New file | ||
| 8600 | |||
| 8601 | * ada-prj.el: New file | ||
| 8602 | |||
| 8603 | * ada-stmt.el (ada-stmt-add-to-ada-menu): New function | ||
| 8604 | |||
| 8605 | * ada-stmt.el (ada-subprogram-body): Correctly find the name of the | ||
| 8606 | subprogram being created. | ||
| 8607 | |||
| 8608 | * ada-mode.el (ada-get-indent-*, ada-indent-current, ada-goto-*, | ||
| 8609 | ada-indent-newline-indent): Rewritten to support the new indentation | ||
| 8610 | scheme | ||
| 8611 | |||
| 8612 | * ada-mode.el (ada-case-read-exceptions, ada-create-case-exceptions): | ||
| 8613 | New functions | ||
| 8614 | |||
| 8615 | * ada-mode.el (ada-fill-comment-paragraph): Add support for the | ||
| 8616 | justification parameter | ||
| 8617 | |||
| 8618 | * ada-mode.el (ada-make-body, ada-gen-treat-proc, | ||
| 8619 | ada-make-subprogram-body): Rewritten to benefit from the gnatstub | ||
| 8620 | external program | ||
| 8621 | |||
| 8622 | 1999-10-07 Dave Love <fx@gnu.org> | ||
| 8623 | |||
| 8624 | * bindings.el (bound-and-true-p): New macro. | ||
| 8625 | (make-mode-line-mouse-sensitive): Don't require easymenu. | ||
| 8626 | |||
| 8627 | 1999-10-07 Gerd Moellmann <gerd@gnu.org> | ||
| 8628 | |||
| 8629 | * custom.el (defface): Extend documentation for new values of | ||
| 8630 | `type'. | ||
| 8631 | |||
| 8632 | * faces.el (face-spec-set-match-display): Recognize `type' of | ||
| 8633 | `motif', `lucid', `x-toolkit'. | ||
| 8634 | (menu): New face. | ||
| 8635 | |||
| 8636 | 1999-10-05 Dave Love <fx@gnu.org> | ||
| 8637 | |||
| 8638 | * files.el: Recognize temporary crontab files. | ||
| 8639 | |||
| 8640 | * info.el: Require jka-compr when compiling. | ||
| 8641 | (Info-suffix-list): Add bzip2 files (non-ms-dos only). | ||
| 8642 | |||
| 8643 | 1999-10-04 Dave Love <fx@gnu.org> | ||
| 8644 | |||
| 8645 | * cus-start.el: Add x-stretch-cursor, indicate-empty-lines, | ||
| 8646 | scroll-up-aggressively, scroll-down-aggressively. | ||
| 8647 | |||
| 8648 | * time.el (display-time-mode): Add autoload cookie. | ||
| 8649 | |||
| 8650 | * rect.el (delete-extract-rectangle): Doc fix from verna. | ||
| 8651 | |||
| 8652 | * help-macro.el (three-step-help): Customize. | ||
| 8653 | |||
| 8654 | 1999-10-04 Richard M. Stallman <rms@gnu.org> | ||
| 8655 | |||
| 8656 | * hexl.el (hexlify-buffer): Move point in proper range | ||
| 8657 | if it is too large. | ||
| 8658 | (hexl-after-revert-hook): Update hexl-max-address. | ||
| 8659 | (hexl-address-to-marker): Doc fix. | ||
| 8660 | |||
| 8661 | 1999-10-03 Dave Love <fx@gnu.org> | ||
| 8662 | |||
| 8663 | * image.el (defimage): Remove redundant code. Substitute file in | ||
| 8664 | image plist. | ||
| 8665 | |||
| 8666 | 1999-10-02 Andre Spiegel <spiegel@inf.fu-berlin.de> | ||
| 8667 | |||
| 8668 | * vc.el (vc-backend-checkout): Use coding system 'no-conversion | ||
| 8669 | when doing with-temp-file. | ||
| 8670 | |||
| 8671 | 1999-10-01 Dave Love <fx@gnu.org> | ||
| 8672 | |||
| 8673 | * cus-edit.el (custom-comment-create): Fill :from and :to slots. | ||
| 8674 | |||
| 8675 | * help.el: Require view when compiling. | ||
| 8676 | (view-emacs-FAQ): Use Info version. | ||
| 8677 | |||
| 8678 | 1999-09-29 Ken'ichi Handa <handa@gnu.org> | ||
| 8679 | |||
| 8680 | * ps-mule.el (ps-mule-font-info-database-ps): Typo fixed | ||
| 8681 | (normat->normal). Use correct font names for Korean | ||
| 8682 | (Munhwa-Regular-KSC-EUC-H and Munhwa-Bold-KSC-EUC-H). | ||
| 8683 | |||
| 8684 | 1999-09-29 Kenichi Handa <handa@etl.go.jp> | ||
| 8685 | |||
| 8686 | * language/cyrillic.el (cyrillic-koi8-r-decode-table): Map 8-bit | ||
| 8687 | code not used by KOI8 to the same 8-bit code instead of mapping to | ||
| 8688 | SPC. | ||
| 8689 | (cyrillic-alternativnyj-decode-table): Likewise. | ||
| 8690 | |||
| 8691 | 1999-09-29 Alex Schroeder <alex@gnu.org> | ||
| 8692 | |||
| 8693 | * sql.el (sql-imenu-generic-expression): Aew, used to set | ||
| 8694 | imenu-generic-expression. | ||
| 8695 | (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting | ||
| 8696 | font-lock-defaults' SYNTAX-ALIST. Set imenu-generic-expression, | ||
| 8697 | imenu-case-fold-search, and imenu-syntax-alist. | ||
| 8698 | (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when | ||
| 8699 | setting font-lock-defaults' SYNTAX-ALIST. | ||
| 8700 | |||
| 8701 | 1999-09-28 Richard M. Stallman <rms@gnu.org> | ||
| 8702 | |||
| 8703 | * map-ynp.el (map-y-or-n-p): If we read -1, for end of keyboard | ||
| 8704 | macro, try again. | ||
| 8705 | |||
| 8706 | 1999-09-28 Dave Love <fx@gnu.org> | ||
| 8707 | |||
| 8708 | * cus-edit.el (custom-comment): Change widget definition. | ||
| 8709 | (custom-comment-create, custom-comment-show) | ||
| 8710 | (custom-comment-invisible-p): Don't use :comment-overlay. | ||
| 8711 | (custom-comment-hide): New function. | ||
| 8712 | (custom-variable-set, custom-variable-save) | ||
| 8713 | (custom-variable-reset-standard, custom-face-set) | ||
| 8714 | (custom-face-save): Use it. | ||
| 8715 | |||
| 8716 | 1999-09-27 Richard M. Stallman <rms@gnu.org> | ||
| 8717 | |||
| 8718 | * hexl.el (hexl-mode): Do nothing if already in hexl mode. | ||
| 8719 | |||
| 8720 | 1999-09-27 Richard M. Stallman <rms@gnu.org> | ||
| 8721 | |||
| 8722 | * faces.el (region): Doc fix. | ||
| 8723 | |||
| 8724 | 1999-09-27 Dave Love <fx@gnu.org> | ||
| 8725 | |||
| 8726 | * isearch.el (isearch): Add :links in defgroup. | ||
| 8727 | (isearch-mode-map): Bind mouse-2 to isearch-mouse-yank. | ||
| 8728 | (isearch-switch-frame-handler): Comment out (unused). | ||
| 8729 | (isearch-yank-x-selection, isearch-ring-advance-edit): Doc fix. | ||
| 8730 | (isearch-ring-retreat-edit): Doc fix. | ||
| 8731 | (isearch-mouse-yank): New command. | ||
| 8732 | (isearch-last-command-char): Removed. Callers changed to use | ||
| 8733 | last-command-char. | ||
| 8734 | (isearch-char-to-string): Removed. Callers changed to use | ||
| 8735 | char-to-string. | ||
| 8736 | |||
| 8737 | 1999-09-26 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru> | ||
| 8738 | |||
| 8739 | * ispell.el (ispell-dictionary-alist-6): Don't use "-C" | ||
| 8740 | option for Russian. | ||
| 8741 | |||
| 8742 | 1999-09-25 Gerd Moellmann <gerd@gnu.org> | ||
| 8743 | |||
| 8744 | * faces.el (face-differs-from-default-p): Compare face | ||
| 8745 | attributes individually. | ||
| 8746 | |||
| 8747 | * image.el (put-image, insert-image): Add string argument. | ||
| 8748 | |||
| 8749 | 1999-09-24 Gerd Moellmann <gerd@gnu.org> | ||
| 8750 | |||
| 8751 | * ange-ftp.el (ange-ftp-date-regexp): Make it work for | ||
| 8752 | LANG=de_DE.iso88591 on HPUX 11.0. | ||
| 8753 | |||
| 8754 | * dired.el (dired-move-to-filename-regexp): Make it work | ||
| 8755 | for LANG=de_DE.iso88591 on HPUX 11.0. | ||
| 8756 | |||
| 8757 | 1999-09-24 Richard M. Stallman <rms@gnu.org> | ||
| 8758 | |||
| 8759 | * info.el (info-initialize): Don't test existence of ALTERNATIVE | ||
| 8760 | if we know for some other reason it should not be used. | ||
| 8761 | |||
| 8762 | * emacs-lisp/edebug.el (edebug-outside-current-prefix-arg): | ||
| 8763 | New variable. | ||
| 8764 | (edebug-recursive-edit): Save current-prefix-arg there, | ||
| 8765 | bind it, and set it back at the end. | ||
| 8766 | (edebug-outside-excursion): Restore and update the outside | ||
| 8767 | value of current-prefix-arg. | ||
| 8768 | (edebug-emacs-version-specific): Delete support for Epoch. | ||
| 8769 | |||
| 8770 | 1999-09-24 Howard Melman <howard@silverstream.com> | ||
| 8771 | |||
| 8772 | * imenu.el (imenu-after-jump-hook): New variable. | ||
| 8773 | (imenu): Run menu-after-jump-hook. | ||
| 8774 | (imenu-name-lookup-function): New variable. | ||
| 8775 | * imenu.el (imenu--in-alist): Use those variables. | ||
| 8776 | |||
| 8777 | 1999-09-24 Carsten Dominik <cd@gnu.org> | ||
| 8778 | |||
| 8779 | * textmodes/reftex-parse.el (reftex-parse-from-file): Scan for | ||
| 8780 | multiple thebibliography environments. | ||
| 8781 | |||
| 8782 | * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug | ||
| 8783 | with recentering window. | ||
| 8784 | (reftex-extract-bib-entries-from-thebibliography, | ||
| 8785 | reftex-offer-bib-menu,reftex-bibtex-selection-callback): Deal | ||
| 8786 | with multiple thebibliography environments. | ||
| 8787 | |||
| 8788 | * textmodes/reftex-vars.el | ||
| 8789 | (reftex-section-levels): Function allowed as cdr. | ||
| 8790 | (reftex-max-section-depth) New option. | ||
| 8791 | |||
| 8792 | * textmodes/reftex-vcr.el (reftex-view-cr-cite): Deal | ||
| 8793 | with multiple thebibliography environments. | ||
| 8794 | |||
| 8795 | 1999-09-23 Gerd Moellmann <gerd@gnu.org> | ||
| 8796 | |||
| 8797 | * iswitchb.el (iswitchb-complete): Use minibuffer-prompt-end | ||
| 8798 | instead of point-min in call to delete-region. | ||
| 8799 | |||
| 8800 | 1999-09-22 Andre Spiegel <spiegel@inf.fu-berlin.de> | ||
| 8801 | |||
| 8802 | * vc.el (vc-backend-checkout): Use with-temp-file when checking | ||
| 8803 | out into arbitrary file names. | ||
| 8804 | |||
| 8805 | 1999-09-19 Ken'ichi Handa <handa@gnu.org> | ||
| 8806 | |||
| 8807 | * language/european.el ("Turkish"): New language environment. | ||
| 8808 | |||
| 8809 | 1999-09-19 Dave Love <fx@gnu.org> | ||
| 8810 | |||
| 8811 | * delim-col.el: New file. | ||
| 8812 | |||
| 8813 | 1999-09-17 Richard Stallman <rms@gnu.org> | ||
| 8814 | |||
| 8815 | * files.el (after-find-file): When visiting a backup file, | ||
| 8816 | make it read-only. | ||
| 8817 | |||
| 8818 | * apropos.el (apropos-symbol-face): Non-nil even for ttys. | ||
| 8819 | (apropos-keybinding-face, apropos-label-face): Likewise. | ||
| 8820 | (apropos-property-face, apropos-match-face): Likewise. | ||
| 8821 | (apropos-label-properties): New variable. | ||
| 8822 | (apropos-print-doc): Use apropos-label-properties. | ||
| 8823 | (apropos-print): Set apropos-label-properties. | ||
| 8824 | |||
| 8825 | 1999-09-15 Richard Stallman <rms@gnu.org> | ||
| 8826 | |||
| 8827 | * winner.el: Use aref instead of sref. | ||
| 8828 | |||
| 8829 | * whitespace.el (whitespace-mode, whitespace-mode-line): Add defvars. | ||
| 8830 | |||
| 8831 | 1999-09-14 Gerd Moellmann <gerd@gnu.org> | ||
| 8832 | |||
| 8833 | * lisp-mode.el (eval-last-sexp): Use prin1 instead of print. | ||
| 8834 | |||
| 8835 | 1999-09-14 Richard Stallman <rms@gnu.org> | ||
| 8836 | |||
| 8837 | * font-lock.el (lisp-font-lock-keywords-1): Recognize an autoload | ||
| 8838 | cookie, even if followed by a letter. | ||
| 8839 | |||
| 8840 | 1999-09-14 Stephen Eglen <stephen@gnu.org> | ||
| 8841 | |||
| 8842 | * progmodes/octave-inf.el (inferior-octave-startup): Ensure -i and | ||
| 8843 | --no-line-editing are passed to Octave by including them here | ||
| 8844 | rather than storing them in inferior-octave-startup-args. | ||
| 8845 | |||
| 8846 | 1999-09-14 Eli Zaretskii <eliz@gnu.org> | ||
| 8847 | |||
| 8848 | * textmodes/texinfo.el (texinfo-font-lock-keywords): Add uref, | ||
| 8849 | command, option, env and sc. | ||
| 8850 | |||
| 8851 | * subr.el (shell-quote-argument): Quote argument with double | ||
| 8852 | quotes for ms-dos. | ||
| 8853 | |||
| 8854 | 1999-09-14 Richard Stallman <rms@gnu.org> | ||
| 8855 | |||
| 8856 | * simple.el (eval-expression-print-level): New variable. | ||
| 8857 | (eval-expression-print-length): New variable. | ||
| 8858 | (eval-expression-debug-on-error): New variable. | ||
| 8859 | (eval-expression): Bind print-level, print-length and | ||
| 8860 | debug-on-error from those vars. | ||
| 8861 | |||
| 8862 | * emacs-lisp/lisp-mode.el (eval-defun, eval-last-sexp): | ||
| 8863 | Bind print-level, print-length and debug-on-error. | ||
| 8864 | |||
| 8865 | 1999-09-14 Inge Frick <inge@nada.kth.se> | ||
| 8866 | |||
| 8867 | * dired.el (dired-recursive-deletes): New custom variable. | ||
| 8868 | (dired-re-no-dot): New variable. | ||
| 8869 | (dired-delete-file): New function deletes files and directories | ||
| 8870 | recursively. | ||
| 8871 | (dired-internal-do-deletions): Use `dired-delete-file' to delete files. | ||
| 8872 | |||
| 8873 | * dired-aux.el (dired-recursive-copies): New custom variable. | ||
| 8874 | (dired-handle-overwrite): Broke a long line. | ||
| 8875 | (dired-copy-file): Call `dired-copy-file-recursive' instead of | ||
| 8876 | `copy-file'. | ||
| 8877 | (dired-copy-file-recursive): New function. Copy directories | ||
| 8878 | recursively. | ||
| 8879 | (dired-do-create-files): Added support for generalized directory | ||
| 8880 | target. How-to function may now return a function. New fluid | ||
| 8881 | variable `dired-one-file'. | ||
| 8882 | (dired-copy-how-to-fn): New variable. | ||
| 8883 | (dired-do-copy): Bind `dired-recursive-copies' to preserve it. | ||
| 8884 | Use dired-copy-how-to-fn as how-to argument to dired-do-create-files. | ||
| 8885 | (dired-do-copy-regexp): No recursive copies. | ||
| 8886 | |||
| 8887 | 1999-09-14 Rajesh Vaidheeswarran <rv@dsmit.com> | ||
| 8888 | |||
| 8889 | * whitespace.el (whitespace-version): Update version to 2.4 | ||
| 8890 | |||
| 8891 | * whitespace.el: Add customization variables to conditionally test | ||
| 8892 | any of the five whitespaces, per request from Rune Kleveland | ||
| 8893 | <runekl@math.uio.no> and Klaus Berndl <berndl@sdm.de>. | ||
| 8894 | |||
| 8895 | * whitespace.el (whitespace-spacetab-regexp): Fix doc string. | ||
| 8896 | |||
| 8897 | * whitespace.el (whitespace-modes): Add `change-log-mode' to the | ||
| 8898 | list of modes to be checked for bogus whitespaces. | ||
| 8899 | |||
| 8900 | * whitespace.el (whitespace-rescan-timer-time): Update | ||
| 8901 | documentation. | ||
| 8902 | |||
| 8903 | * whitespace.el (whitespace-display-unchecked-whitespaces): | ||
| 8904 | New function to update modeline with untested whitespaces. | ||
| 8905 | |||
| 8906 | * whitespace.el (whitespace-buffer): Test only whitespaces whose | ||
| 8907 | checking is turned on, and update modeline using the newly created | ||
| 8908 | `whitespace-display-unchecked-whitespaces'. | ||
| 8909 | |||
| 8910 | * whitespace.el (whitespace-cleanup): Cleanup only whitespaces | ||
| 8911 | whose checking is turned on, and update modeline using the newly | ||
| 8912 | created `whitespace-display-unchecked-whitespaces'. | ||
| 8913 | |||
| 8914 | * whitespace.el (whitespace-describe): Update documentation. | ||
| 8915 | |||
| 8916 | * whitespace.el (whitespace-tickle-timer): Test if | ||
| 8917 | `whitespace-rescan-timer-time' is non-zero before tickling timer. | ||
| 8918 | |||
| 8919 | 1999-09-13 Dave Love <fx@gnu.org> | ||
| 8920 | |||
| 8921 | * hideif.el (hide-ifdef-mode): Add autoload cookie. | ||
| 8922 | |||
| 8923 | * checkdoc.el (checkdoc-display-status-buffer): Avoid Help mode | ||
| 8924 | for temp buffer. | ||
| 8925 | (checkdoc-this-string-valid): Don't assume default comment-start. | ||
| 8926 | |||
| 8927 | 1999-09-13 Gerd Moellmann <gerd@gnu.org> | ||
| 8928 | |||
| 8929 | * rsz-mini.el: Remove code, keep the interface. | ||
| 8930 | |||
| 8931 | 1999-09-13 Dave Love <fx@gnu.org> | ||
| 8932 | |||
| 8933 | * help.el (help-highlight-p): Doc fix. | ||
| 8934 | |||
| 8935 | * faces.el (mode-line, header-line, tool-bar): Add :version. | ||
| 8936 | (highlight, secondary-selection): Add :group. | ||
| 8937 | (trailing-whitespace): Add :group, :version. | ||
| 8938 | |||
| 8939 | * wid-edit.el: Remove some compatibility code and checks. | ||
| 8940 | (widget-specify-field, widget-specify-button): Don't use XEmacs | ||
| 8941 | properties. | ||
| 8942 | (widget-overlay-inactive): Change error message. | ||
| 8943 | (widget-button-pressed-face): New variable. | ||
| 8944 | (widget-button-click): Use it. | ||
| 8945 | (widget-documentation-link-add): Specify mouse and button faces. | ||
| 8946 | (widget-echo-help-mouse, widget-stop-mouse-tracking): Functions | ||
| 8947 | removed now the functionality is built in. | ||
| 8948 | |||
| 8949 | * cus-edit.el: Don't define-widget-keywords. | ||
| 8950 | (multimedia): New group. | ||
| 8951 | (custom-last): Function removed. | ||
| 8952 | (custom-quote): Add vectorp case, comment out characterp case. | ||
| 8953 | (custom-buffer-done-function, custom-raised-buttons): New option. | ||
| 8954 | (Custom-buffer-done): New function. | ||
| 8955 | (custom-buffer-create-internal): Obey custom-raised-buttons, | ||
| 8956 | Custom-buffer-done. | ||
| 8957 | (custom-button-face): Make it `released-button'. | ||
| 8958 | (custom-button-pressed-face): Make it `pressed-button' | ||
| 8959 | (custom-mode-map): Bind "q" to Custom-buffer-done. | ||
| 8960 | (custom-mode): Deal with raised/pressed buttons. | ||
| 8961 | |||
| 8962 | Changes from Didier Verna: | ||
| 8963 | (custom-prompt-variable): Optional third arg makes prompt for a | ||
| 8964 | comment string. | ||
| 8965 | (customize-set-value, customize-set-variable, | ||
| 8966 | customize-save-variable): Optional prefix makes function handle | ||
| 8967 | variable comments. | ||
| 8968 | (customize-customized, customize-saved, custom-variable-state-set) | ||
| 8969 | (custom-variable-set, custom-variable-save, custom-face-state-set) | ||
| 8970 | (custom-variable-reset-saved, custom-variable-reset-standard) | ||
| 8971 | (custom-face-set, custom-face-save, custom-face-reset-saved) | ||
| 8972 | (custom-face-reset-standard, customize-save-customized): Handle | ||
| 8973 | custom comments. | ||
| 8974 | (custom-comment-face, custom-comment-tag-face): New face. | ||
| 8975 | (custom-comment): New widget. | ||
| 8976 | (custom-comment-create, custom-comment-delete) | ||
| 8977 | (custom-comment-value-set, custom-comment-show) | ||
| 8978 | ()custom-comment-invisible-p): New functions. | ||
| 8979 | (custom-variable-value-create, custom-face-value-create): Create a | ||
| 8980 | comment field widget. | ||
| 8981 | (custom-variable-menu, custom-face-menu): New entry for custom | ||
| 8982 | comment. | ||
| 8983 | (custom-face-value-create): Remove compatibility code. | ||
| 8984 | (custom-save-variables, custom-save-faces): Possibly save custom | ||
| 8985 | comments. | ||
| 8986 | |||
| 8987 | * cus-face.el (custom-face-attributes): Simplify :underline, | ||
| 8988 | :overline, :inverse-video cases. Fix up :box case (probably needs | ||
| 8989 | more work). | ||
| 8990 | |||
| 8991 | Change from Didier Verna: | ||
| 8992 | (custom-set-faces): The arguments can now have a custom comment as | ||
| 8993 | fourth argument. | ||
| 8994 | |||
| 8995 | * custom.el: Don't define-widget-keywords. | ||
| 8996 | Change from Didier Verna: | ||
| 8997 | (custom-set-variables): The arguments can now have a | ||
| 8998 | custom comment as fifth element. | ||
| 8999 | |||
| 9000 | 1999-09-13 Richard Stallman <rms@gnu.org> | ||
| 9001 | |||
| 9002 | * info.el (Info-find-node): Cope better if guesspos is too large. | ||
| 9003 | |||
| 9004 | 1999-09-12 Gerd Moellmann <gerd@gnu.org> | ||
| 9005 | |||
| 9006 | * iswitchb.el (iswitchb-exhibit): Use buffer-string instead | ||
| 9007 | of buffer-substring because buffer-string doesn't copy the | ||
| 9008 | prompt. | ||
| 9009 | |||
| 9010 | * faces.el (mode-line): Replaces `modeline'. | ||
| 9011 | (toplevel): Make `modeline' an alias for `mode-line'. | ||
| 9012 | |||
| 9013 | 1999-09-12 Gerd Moellmann <gerd@gnu.org> | ||
| 9014 | |||
| 9015 | * gs.el: Change `ghostscript' to `postscript' in comment. | ||
| 9016 | |||
| 9017 | 1999-09-11 Rob Riepel <riepel@Stanford.EDU> | ||
| 9018 | |||
| 9019 | * emulation/tpu-edt.el (tpu-version): New version. | ||
| 9020 | (tpu-search-overlay, tpu-replace-overlay): New variables. | ||
| 9021 | (tpu-search-highlight, tpu-toggle-direction): New functions. | ||
| 9022 | (tpu-lm-replace): Set tpu-replace-overlay. | ||
| 9023 | (tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post | ||
| 9024 | command hook. | ||
| 9025 | |||
| 9026 | 1999-09-11 Richard Stallman <rms@gnu.org> | ||
| 9027 | |||
| 9028 | * isearch.el (isearch-mode-map): Undo previous change. | ||
| 9029 | |||
| 9030 | * emacs-lisp/lisp-mode.el (eval-last-sexp): If after ?\LETTER, | ||
| 9031 | use all of that as the sexp. | ||
| 9032 | |||
| 9033 | * files.el (find-file-noselect): Catch errors in file-expand-wildcards, | ||
| 9034 | and use the initial argument as file name directly. | ||
| 9035 | Likewise if nothing matches. | ||
| 9036 | |||
| 9037 | 1999-09-11 Ivar Rummelhoff <ivarru@math.uio.no> | ||
| 9038 | |||
| 9039 | * winner.el: Major changes. Avoid changing point and mark. | ||
| 9040 | Save configurations after they change, not before. | ||
| 9041 | |||
| 9042 | 1999-09-10 Keisuke Nishida <kxn30@po.cwru.edu> | ||
| 9043 | |||
| 9044 | * emacs-lisp/bytecomp.el (byte-compile-output-docform): | ||
| 9045 | Bind print-continuous-numbering and print-number-table. | ||
| 9046 | |||
| 9047 | 1999-09-10 Dave Love <fx@gnu.org> | ||
| 9048 | |||
| 9049 | * bindings.el (debug-ignored-errors): Restore BBDB stuff. | ||
| 9050 | |||
| 9051 | 1999-09-09 Richard Stallman <rms@gnu.org> | ||
| 9052 | |||
| 9053 | * whitespace.el: Finish making it fit Emacs conventions. | ||
| 9054 | Add autoloads. | ||
| 9055 | |||
| 9056 | 1999-09-09 Eli Zaretskii <eliz@is.elta.co.il> | ||
| 9057 | |||
| 9058 | * generic-x.el (bat-generic-mode): "::"-style comments don't | ||
| 9059 | need to begin with "-". Fix the font-lock definitions of ON/OFF | ||
| 9060 | after BREAK/VERIFY. Remove built-in commands like CALL and ECHO | ||
| 9061 | from the list of keywords. Add DO to the list of keywords. | ||
| 9062 | |||
| 9063 | 1999-09-09 Dave Love <fx@gnu.org> | ||
| 9064 | |||
| 9065 | * emacs-lisp/byte-opt.el (byte-optimize-backward-char): | ||
| 9066 | (byte-optimize-backward-word): New optimizations. | ||
| 9067 | (side-effect-free-fns, side-effect-and-error-free-fns): Add | ||
| 9068 | entries. | ||
| 9069 | |||
| 9070 | 1999-09-09 Gerd Moellmann <gerd@gnu.org> | ||
| 9071 | |||
| 9072 | * image.el (put-image): Remove optional buffer parameter. | ||
| 9073 | |||
| 9074 | * faces.el (face-italic-p): Return t only for values `italic' | ||
| 9075 | and `oblique'. | ||
| 9076 | |||
| 9077 | * mouse.el (mouse-drag-mode-line-1): Extension of former | ||
| 9078 | mouse-drag-mode-line that also drags the header line. | ||
| 9079 | (mouse-drag-mode-line): Call it. | ||
| 9080 | (mouse-drag-header-line): New. | ||
| 9081 | (toplevel): Bind down-mouse-1 on header lines to | ||
| 9082 | mouse-drage-header-line. | ||
| 9083 | |||
| 9084 | 1999-09-08 Gerd Moellmann <gerd@gnu.org> | ||
| 9085 | |||
| 9086 | * bindings.el (mode-line-unbury-buffer): Use aref instead of sref. | ||
| 9087 | (make-mode-line-mouse-sensitive): Replace `top-line' by | ||
| 9088 | `header-line'. | ||
| 9089 | |||
| 9090 | 1998-09-08 Michael Ernst <mernst@alum.mit.edu> | ||
| 9091 | |||
| 9092 | * help.el (describe-function-1): Don't return empty string for keymaps. | ||
| 9093 | |||
| 9094 | * fill.el (fill-region-as-paragraph, canonically-space-region): | ||
| 9095 | Respect colon-double-space at end of line. | ||
| 9096 | |||
| 9097 | 1999-09-08 Stephen Gildea <gildea@alum.mit.edu> | ||
| 9098 | |||
| 9099 | * files.el (backup-by-copying-when-privileged-mismatch): New variable. | ||
| 9100 | (backup-buffer): Use it. | ||
| 9101 | |||
| 9102 | 1999-09-08 Peter Breton <pbreton@ne.mediaone.net> | ||
| 9103 | |||
| 9104 | * generic-x.el (generic-define-unix-modes): Added new modes: | ||
| 9105 | inetd-conf-generic-mode, etc-services-generic-mode, | ||
| 9106 | etc-passwd-generic-mode. These are all defined for Unix by default. | ||
| 9107 | (apache-generic-mode): Use an imenu-generic-expression to list | ||
| 9108 | Configuration keywords. | ||
| 9109 | (samba-generic-mode): Use both ; and # as comment characters. | ||
| 9110 | (samba-generic-mode): Font-lock expressions now highlight name | ||
| 9111 | value pairs. | ||
| 9112 | (bat-generic-mode): Keywords are now case-insensitive through | ||
| 9113 | font-lock-defaults setting. | ||
| 9114 | (java-properties-generic-mode): Supports both ! and # as comment | ||
| 9115 | characters. | ||
| 9116 | (java-properties-generic-mode): Added an imenu-generic-expression | ||
| 9117 | (java-properties-generic-mode): Reworked to support the various | ||
| 9118 | different ways to separate name and value (viz, '=', ':' and | ||
| 9119 | whitespace). | ||
| 9120 | (show-tabs-generic-mode): Added this new generic-mode. | ||
| 9121 | |||
| 9122 | 1999-09-08 Richard Stallman <rms@gnu.org> | ||
| 9123 | |||
| 9124 | * progmodes/inf-lisp.el: Moved from top directory. | ||
| 9125 | |||
| 9126 | * tar-mode.el (tar-header-block-tokenize): | ||
| 9127 | Use `when' instead of `and'. Fix some clobbered text. | ||
| 9128 | |||
| 9129 | * gud.el (gud-make-debug-menu): Make a child for the | ||
| 9130 | local menu, for its menu bar, and the debug menu. | ||
| 9131 | (gdb, sdb, dbx, xdb, perldb, pdb, jdb): | ||
| 9132 | Use the history in the simple way. | ||
| 9133 | |||
| 9134 | 1999-09-07 Kenichi Handa <handa@etl.go.jp> | ||
| 9135 | |||
| 9136 | * language/korea-util.el (default-korean-keyboard): Initialize it | ||
| 9137 | according to the environment variable HANGUL_KEYBOARD_TYPE. | ||
| 9138 | |||
| 9139 | 1999-09-07 Richard Stallman <rms@gnu.org> | ||
| 9140 | |||
| 9141 | * subr.el (make-temp-file): New function. | ||
| 9142 | |||
| 9143 | 1999-09-07 Stefan Monnier <monnier@cs.yale.edu> | ||
| 9144 | |||
| 9145 | * font-lock.el (font-lock-multiline): New text property contains | ||
| 9146 | a boolean to indicate if the char is part of a multiline match. | ||
| 9147 | (font-lock-default-fontify-region): Extend the region appropriately | ||
| 9148 | for multiline keywords. | ||
| 9149 | (font-lock-default-unfontify-region): Also remove the new | ||
| 9150 | font-lock-multiline text property. | ||
| 9151 | (font-lock-fontify-anchored-keywords): Mark multiline anchored matches. | ||
| 9152 | (font-lock-fontify-keywords-region): Mark multiline regexp matches. | ||
| 9153 | |||
| 9154 | 1999-09-07 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | ||
| 9155 | |||
| 9156 | * diary-lib.el (list-diary-entries): Make sure two-digit years | ||
| 9157 | have leading zeros. | ||
| 9158 | |||
| 9159 | 1999-09-07 Gerd Moellmann <gerd@gnu.org> | ||
| 9160 | |||
| 9161 | * faces.el (face-set-after-frame-default): Initialize some | ||
| 9162 | attributes of some faces from frame parameters. | ||
| 9163 | |||
| 9164 | * faces.el (scroll-bar, border, cursor, mouse): New faces. | ||
| 9165 | |||
| 9166 | 1999-09-07 Gerd Moellmann <gerd@gnu.org> | ||
| 9167 | |||
| 9168 | * faces.el (fringe): Replaces face `margin'. | ||
| 9169 | |||
| 9170 | 1999-09-07 Dave Love <fx@gnu.org> | ||
| 9171 | |||
| 9172 | * tar-mode.el (tar-header-block-tokenize): Bind linkname. | ||
| 9173 | |||
| 9174 | 1999-09-07 Richard Stallman <rms@gnu.org> | ||
| 9175 | |||
| 9176 | * subr.el (push): Doc fix. | ||
| 9177 | |||
| 9178 | 1999-09-06 Richard Stallman <rms@gnu.org> | ||
| 9179 | |||
| 9180 | * vc.el (vc-annotate-display): Use < 69 not < 70 | ||
| 9181 | to distinguish 20YY from 19YY. | ||
| 9182 | |||
| 9183 | * timezone.el (timezone-parse-date): Use < 69 not < 70 | ||
| 9184 | to distinguish 20YY from 19YY. | ||
| 9185 | |||
| 9186 | * tar-mode.el (tar-extract): Don't assume buffer is visiting a file. | ||
| 9187 | |||
| 9188 | 1999-09-07 Dave Pearson <davep@hagbard.demon.co.uk> | ||
| 9189 | |||
| 9190 | * quickurl.el: (quickurl-list-focused-line): Removed. | ||
| 9191 | (quickurl-list-insert): Now works out the focused line using | ||
| 9192 | `count-lines' instead of using `quickurl-list-focused-line'. | ||
| 9193 | |||
| 9194 | 1999-09-06 Richard Stallman <rms@gnu.org> | ||
| 9195 | |||
| 9196 | * mail/rmail.el (rmail-retry-failure): Unconditionally move | ||
| 9197 | to beginning of message. | ||
| 9198 | |||
| 9199 | 1999-09-06 Dave Love <fx@gnu.org> | ||
| 9200 | |||
| 9201 | * isearch.el (isearch-mode-map): Add mouse-2. | ||
| 9202 | |||
| 9203 | * mail/rmail.el (rmail-read-password): Deleted. | ||
| 9204 | (rmail-get-pop-password): Use read-password. | ||
| 9205 | |||
| 9206 | * quickurl.el: Don't conditionally define caddr. | ||
| 9207 | (quickurl-url-comment): Use nth, not caddr in function and | ||
| 9208 | defsetf. | ||
| 9209 | |||
| 9210 | 1999-09-06 Richard Stallman <rms@gnu.org> | ||
| 9211 | |||
| 9212 | * auto-show.el: Doc fixes. | ||
| 9213 | |||
| 9214 | 1999-09-06 Stephen Eglen <stephen@gnu.org> | ||
| 9215 | |||
| 9216 | * progmodes/octave-inf.el (inferior-octave-startup-args): Add | ||
| 9217 | --no-line-editing so that TABs in source files are not interpreted | ||
| 9218 | as completion requests. | ||
| 9219 | |||
| 9220 | 1999-09-06 Gerd Moellmann <gerd@gnu.org> | ||
| 9221 | |||
| 9222 | * hscroll.el, auto-show.el: Remove all code, keep the public | ||
| 9223 | interface as no-ops. | ||
| 9224 | |||
| 9225 | * faces.el (face-bold-p): Don't return t if face has lighter | ||
| 9226 | weight than normal. | ||
| 9227 | |||
| 9228 | 1999-09-06 Eli Zaretskii <eliz@gnu.org> | ||
| 9229 | |||
| 9230 | * startup.el (command-line): Make small-temporary-file-directory | ||
| 9231 | be nil except on ms-dos. | ||
| 9232 | |||
| 9233 | * files.el (small-temporary-file-directory): Ditto. Also doc fix. | ||
| 9234 | |||
| 9235 | * progmodes/sh-script.el (sh-tmp-file): For sh, use $TMPDIR if it | ||
| 9236 | is defined. | ||
| 9237 | |||
| 9238 | * dired.el (dired-re-dir, dired-re-sym): Don't match DOS drive | ||
| 9239 | letters with a colon after d or l. | ||
| 9240 | |||
| 9241 | 1999-09-06 Dave Love <fx@gnu.org> | ||
| 9242 | |||
| 9243 | * emacs-lisp/byte-opt.el (byte-boolean-vars): Removed. (Now | ||
| 9244 | primitive.) | ||
| 9245 | |||
| 9246 | 1999-09-05 Richard Stallman <rms@gnu.org> | ||
| 9247 | |||
| 9248 | * vc.el (vc-annotate-display): Treat 2-digit years under 70 as 20YY. | ||
| 9249 | |||
| 9250 | * textmodes/paragraphs.el (backward-kill-sentence): | ||
| 9251 | Don't test minibuffer-prompt-end here. | ||
| 9252 | (forward-sentence): Do handle it here. | ||
| 9253 | (backward-kill-paragraph): Don't test it here. | ||
| 9254 | (forward-paragraph): Handle it here. | ||
| 9255 | |||
| 9256 | * mouse.el (font-menu-add-default): Simplify code. | ||
| 9257 | |||
| 9258 | 1999-09-05 Gerd Moellmann <gerd@gnu.org> | ||
| 9259 | |||
| 9260 | * faces.el (header-line): Renamed from `top-line'. | ||
| 9261 | |||
| 9262 | 1999-09-05 Gerd Moellmann <gerd@gnu.org> | ||
| 9263 | |||
| 9264 | * faces.el (tool-bar): Change face `toolbar' to `tool-bar'. | ||
| 9265 | |||
| 9266 | 1999-09-04 Richard Stallman <rms@gnu.org> | ||
| 9267 | |||
| 9268 | * whitespace.el: New file. | ||
| 9269 | |||
| 9270 | 1999-09-04 Dave Love <fx@gnu.org> | ||
| 9271 | |||
| 9272 | * paths.el: Make some doc strings obey the make-docfile convention. | ||
| 9273 | |||
| 9274 | * bindings.el: Likewise. | ||
| 9275 | (debug-ignored-errors): Remove BBDB ones. | ||
| 9276 | |||
| 9277 | 1999-09-03 Richard Stallman <rms@gnu.org> | ||
| 9278 | |||
| 9279 | * mail/mh-comp.el (mh-forward): Get new subject line from the original, | ||
| 9280 | not from the draft to forward. | ||
| 9281 | |||
| 9282 | * emacs-lisp/autoload.el (make-autoload): Handle defun* like defun. | ||
| 9283 | |||
| 9284 | 1999-09-03 Dave Love <fx@gnu.org> | ||
| 9285 | |||
| 9286 | * double.el (double-mode): Customize the variable. | ||
| 9287 | |||
| 9288 | 1999-09-03 Kenichi Handa <handa@etl.go.jp> | ||
| 9289 | |||
| 9290 | * international/characters.el: Delete duplicated code. | ||
| 9291 | |||
| 9292 | 1999-09-02 Richard Stallman <rms@gnu.org> | ||
| 9293 | |||
| 9294 | * indent.el (indent-relative): Doc fix. | ||
| 9295 | |||
| 9296 | * quickurl.el (quickurl): Doc fix. | ||
| 9297 | |||
| 9298 | 1999-09-02 Gerd Moellmann <gerd@gnu.org> | ||
| 9299 | |||
| 9300 | * faces.el (margin): Change background to "gray" for mono (this is | ||
| 9301 | drawn with a stipple pattern). | ||
| 9302 | |||
| 9303 | 1999-09-02 Gerd Moellmann <gerd@gnu.org> | ||
| 9304 | |||
| 9305 | * simple.el (next-history-element): Use minibuffer-prompt-end once | ||
| 9306 | again. Remove test for minibuffer-prompt-in-buffer. | ||
| 9307 | |||
| 9308 | 1999-09-02 Eli Zaretskii <eliz@gnu.org> | ||
| 9309 | |||
| 9310 | * files.el (small-temporary-file-directory): New variable. | ||
| 9311 | |||
| 9312 | * startup.el (command-line): Compute the value of | ||
| 9313 | small-temporary-file-directory. | ||
| 9314 | |||
| 9315 | * ediff-init.el (ediff-temp-file-prefix): Use | ||
| 9316 | small-temporary-file-directory if non-nil. | ||
| 9317 | |||
| 9318 | * vc.el (vc-update-change-log): Likewise. | ||
| 9319 | |||
| 9320 | * progmodes/cmacexp.el (c-macro-expansion): Likewise. | ||
| 9321 | |||
| 9322 | * simple.el (shell-command, shell-command-on-region): Use | ||
| 9323 | make-temp-name properly. Use small-temporary-file-directory if | ||
| 9324 | non-nil, otherwise temporary-file-directory, to generate temporary | ||
| 9325 | files. | ||
| 9326 | |||
| 9327 | * dos-w32.el (direct-print-region-helper): Use | ||
| 9328 | temporary-file-directory. (From Stefan Monnier.) | ||
| 9329 | |||
| 9330 | 1999-09-02 Richard Stallman <rms@gnu.org> | ||
| 9331 | |||
| 9332 | * progmodes/asm-mode.el (asm-mode): Set comment-start properly | ||
| 9333 | from asm-comment-char. | ||
| 9334 | (asm-font-lock-keywords): Recognize instruction width suffixes. | ||
| 9335 | |||
| 9336 | 1999-09-01 Richard Stallman <rms@gnu.org> | ||
| 9337 | |||
| 9338 | * play/fortune.el: New file. | ||
| 9339 | |||
| 9340 | 1999-08-31 Dave Love <fx@gnu.org> | ||
| 9341 | |||
| 9342 | * help.el (help-make-xrefs): Don't lose on non-empty blank line | ||
| 9343 | after key table. | ||
| 9344 | |||
| 9345 | * emacs-lisp/byte-opt.el (byte-boolean-vars): Add several w32 and | ||
| 9346 | redisplay variables. | ||
| 9347 | |||
| 9348 | * subr.el (push): Fix typo. | ||
| 9349 | |||
| 9350 | 1999-08-30 Kevin Blake <kblake@ticnet.com> | ||
| 9351 | |||
| 9352 | * emacs-lisp/ring.el: Many doc fixes. | ||
| 9353 | (ring-size, ring-copy): New functions. | ||
| 9354 | |||
| 9355 | 1999-08-29 Richard Stallman <rms@gnu.org> | ||
| 9356 | |||
| 9357 | * progmodes/etags.el (tags-loop-continue): | ||
| 9358 | After tags-loop-operate returns, force skip to next file. | ||
| 9359 | |||
| 9360 | * mail/mail-extr.el (mail-extr-all-letters-but-separators) | ||
| 9361 | (mail-extr-first-letters, mail-extr-last-letters): | ||
| 9362 | Use character classes [:alpha:] and [:alnum:]. | ||
| 9363 | |||
| 9364 | * subr.el (push, pop): New macros. | ||
| 9365 | |||
| 9366 | * progmodes/compile.el (compilation-error-regexp-alist): | ||
| 9367 | New item for SGI IRIX MipsPro compilers. | ||
| 9368 | |||
| 9369 | * speedbar.el (speedbar-directory-buttons): Recognize | ||
| 9370 | device names when checking for file names. | ||
| 9371 | |||
| 9372 | * array.el (array-reconfigure-rows): Use generate-new-buffer. | ||
| 9373 | |||
| 9374 | * emacs-lisp/lisp-mode.el (eval-defun): Expand macros, | ||
| 9375 | and specially handle defvar inside their expansions. | ||
| 9376 | (eval-defun-1): New subroutine. | ||
| 9377 | |||
| 9378 | * progmodes/compile.el (compilation-error-regexp-alist): | ||
| 9379 | Fix the Perl -w entry to allow period after line number. | ||
| 9380 | Don't allow newlines in file name, but allow them after line number | ||
| 9381 | for Perl debugging traces. | ||
| 9382 | |||
| 9383 | * which-func.el (which-func-cleanup-function): New variable. | ||
| 9384 | (which-function): Call that function. | ||
| 9385 | |||
| 9386 | * emacs-lisp/find-func.el (find-function-regexp): Allow a ) or ( | ||
| 9387 | to end a function name. | ||
| 9388 | |||
| 9389 | * informat.el (Info-tagify): Don't insert more than one newline | ||
| 9390 | before the tag table. | ||
| 9391 | |||
| 9392 | 1999-08-29 Stefan Monnier <monnier@cs.yale.edu> | ||
| 9393 | |||
| 9394 | * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather | ||
| 9395 | than make-temp-name, use match-string-no-properties, and eliminate | ||
| 9396 | a quadratic behavior when building bibtex-strings. | ||
| 9397 | |||
| 9398 | 1999-08-29 Alex Schroeder <alex@gnu.org> | ||
| 9399 | |||
| 9400 | * comint.el (comint-input-ring-separator): New variable. | ||
| 9401 | (comint-read-input-ring): Doc change; use | ||
| 9402 | comint-input-ring-separator when reading file. | ||
| 9403 | (comint-write-input-ring): Use | ||
| 9404 | comint-input-ring-separator when writing file. | ||
| 9405 | |||
| 9406 | 1999-08-29 Marc Girod <girod@shire.ntc.nokia.com> | ||
| 9407 | |||
| 9408 | * informat.el (Info-tagify): Start by widening. | ||
| 9409 | Match node headers that don't list the file name, | ||
| 9410 | and more kinds of page separations. | ||
| 9411 | Strip properties during tagification. | ||
| 9412 | Use start of node header line as tag's position. | ||
| 9413 | Fix the "done" message. | ||
| 9414 | |||
| 9415 | (Info-validate): Save and restore match data around narrowing down. | ||
| 9416 | |||
| 9417 | 1999-08-28 Richard M. Stallman <rms@gnu.org> | ||
| 9418 | |||
| 9419 | * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode): | ||
| 9420 | On repeated call, override previous values put into | ||
| 9421 | minor-mode-map-alist and minor-mode-alist. | ||
| 9422 | |||
| 9423 | 1999-08-28 Michael Ernst <mernst@alum.mit.edu> | ||
| 9424 | |||
| 9425 | * dired-x.el (dired-guess-shell-alist-default): Support bzip2 format. | ||
| 9426 | |||
| 9427 | 1999-08-27 Andreas Schwab <schwab@gnu.org> | ||
| 9428 | |||
| 9429 | * vc.el (vc-backend-merge-news): Fix regexp to also match P marker | ||
| 9430 | from cvs update. | ||
| 9431 | |||
| 9432 | 1999-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | ||
| 9433 | |||
| 9434 | * calendar/calendar.el (calendar-move-hook): New hook. | ||
| 9435 | |||
| 9436 | * calendar/cal-move.el: Call the new hook in every movement function. | ||
| 9437 | |||
| 9438 | * calendar/calendar.el (calendar-goto-astro-day-number): Autoload | ||
| 9439 | the right function name. | ||
| 9440 | |||
| 9441 | 1999-08-26 Stephen Gildea <gildea@alum.mit.edu> | ||
| 9442 | |||
| 9443 | * time-stamp.el: Put quote-backquote around all symbol names | ||
| 9444 | in doc strings, for mousing. | ||
| 9445 | (time-stamp): Support multi-line patterns. | ||
| 9446 | (time-stamp-inserts-lines): New variable. | ||
| 9447 | (time-stamp-count): New variable. | ||
| 9448 | (time-stamp-string-preprocess): Fixed bug where "%%a" becomes | ||
| 9449 | "Thu" instead of "%a". | ||
| 9450 | |||
| 9451 | 1999-08-25 Gerd Moellmann <gerd@gnu.org> | ||
| 9452 | |||
| 9453 | * simple.el (kill-word): Undo previous change. | ||
| 9454 | |||
| 9455 | 1999-08-25 Gerd Moellmann <gerd@gnu.org> | ||
| 9456 | |||
| 9457 | * jit-lock.el (jit-lock-function): Extend the fontified range | ||
| 9458 | to the beginning of the line containing the range start and | ||
| 9459 | the beginning of the line following the range end. | ||
| 9460 | |||
| 9461 | 1999-08-24 Dave Love <fx@gnu.org> | ||
| 9462 | |||
| 9463 | * timezone.el: Move provide to end. | ||
| 9464 | (timezone-parse-date): Simplify somewhat. Assume 2-digit years | ||
| 9465 | <70 are 2000+. | ||
| 9466 | (timezone-parse-time): Simplify somewhat. | ||
| 9467 | |||
| 9468 | 1999-08-24 Gerd Moellmann <gerd@gnu.org> | ||
| 9469 | |||
| 9470 | * faces.el (margin): Renamed from bitmap-area. | ||
| 9471 | |||
| 9472 | 1999-08-24 Alex Schroeder <alex@gnu.org> | ||
| 9473 | |||
| 9474 | * sql.el: Doc changes. | ||
| 9475 | (sql-sybase): Use sql-server instead of sql-database. | ||
| 9476 | |||
| 9477 | 1999-08-23 Dave Love <fx@gnu.org> | ||
| 9478 | |||
| 9479 | * rect.el: Add/fix various doc strings. Add `*' to all the | ||
| 9480 | interactive specs. | ||
| 9481 | |||
| 9482 | 1999-08-21 Gerd Moellmann <gerd@gnu.org> | ||
| 9483 | |||
| 9484 | * jit-lock.el (jit-lock-function): Use line-beginning-position. | ||
| 9485 | Don't unwind-protect font-lock-fontify-region. | ||
| 9486 | |||
| 9487 | * paragraphs.el (backward-kill-paragraph): Don't move | ||
| 9488 | point into mini-buffer prompt. | ||
| 9489 | (backward-kill-sentence): Ditto. | ||
| 9490 | |||
| 9491 | * simple.el (next-history-element): Use minibuffer-prompt-end. | ||
| 9492 | Remove test for minibuffer-prompt-in-buffer. | ||
| 9493 | (kill-word): Don't move point into mini-buffer prompt. | ||
| 9494 | |||
| 9495 | 1999-08-21 Dave Love <fx@gnu.org> | ||
| 9496 | |||
| 9497 | * Makefile: Exclude CVS dirs like RCS. | ||
| 9498 | |||
| 9499 | 1999-08-19 Dave Love <fx@gnu.org> | ||
| 9500 | |||
| 9501 | * tooltip.el (tooltip-mode): Customize this, per convention. | ||
| 9502 | (tooltip-active): Option deleted. | ||
| 9503 | |||
| 9504 | * font-lock.el (global-font-lock-mode): Autoload. Add :initialize. | ||
| 9505 | |||
| 9506 | * hanoi.el, page-ext.el: Declare dynamic vars. | ||
| 9507 | |||
| 9508 | * term.el: Avoid ange-ftp related compilation warnings. | ||
| 9509 | |||
| 9510 | 1999-08-18 Gerd Moellmann <gerd@gnu.org> | ||
| 9511 | |||
| 9512 | * font-lock.el (font-lock-support-mode): Make `jit-lock-mode' | ||
| 9513 | the default so that beginners can benefit from it without | ||
| 9514 | searching in manuals. | ||
| 9515 | |||
| 9516 | 1999-08-18 Ray Blaak <blaak@gnu.org> | ||
| 9517 | |||
| 9518 | * progmodes/delphi.el: Consider assembly sections as blocks, to | ||
| 9519 | indent them better. Make auto-indent on newline optional. | ||
| 9520 | |||
| 9521 | 1999-08-17 Gerd Moellmann <gerd@gnu.org> | ||
| 9522 | |||
| 9523 | * bindings.el (mode-line-modified): Look up key binding for C-x | ||
| 9524 | C-q. If it's bound call that binding, otherwise call | ||
| 9525 | toggle-read-only. | ||
| 9526 | |||
| 9527 | 1999-08-17 Dave Love <fx@gnu.org> | ||
| 9528 | |||
| 9529 | * info.el (info): Doc fix. | ||
| 9530 | |||
| 9531 | * finder.el (finder-known-keywords): Add `multimedia'. | ||
| 9532 | |||
| 9533 | * apropos.el: Don't capitalize custom group name. | ||
| 9534 | |||
| 9535 | * info-look.el: Remove compatibility code. | ||
| 9536 | (info-lookup-guess-default*): DTRT for point at start of symbol. | ||
| 9537 | (info-complete): Don't lose with point not at end of symbol. | ||
| 9538 | |||
| 9539 | 1999-08-16 Gerd Moellmann <gerd@gnu.org> | ||
| 9540 | |||
| 9541 | * term.el (toplevel): Make face `term-default' an empty face. | ||
| 9542 | The code relied on the fact that Emacs ignored invalid faces in | ||
| 9543 | face text properties in 20.4. | ||
| 9544 | |||
| 9545 | 1999-08-16 Richard M. Stallman <rms@gnu.org> | ||
| 9546 | |||
| 9547 | * subr.el (point-at-eol, point-at-bol): New aliases. | ||
| 9548 | |||
| 9549 | * simple.el: Functions reordered. | ||
| 9550 | |||
| 9551 | * rect.el (delete-rectangle-line): Use line-end-position. | ||
| 9552 | |||
| 9553 | 1999-08-16 Karl Heuer <kwzh@gnu.org> | ||
| 9554 | |||
| 9555 | * subr.el (assoc-ignore-case, assoc-ignore-representation): Moved | ||
| 9556 | here from simple.el. | ||
| 9557 | |||
| 9558 | 1999-08-16 Dave Love <fx@gnu.org> | ||
| 9559 | |||
| 9560 | * mouse.el: Provide `mldrag' for compatibility. | ||
| 9561 | (mldrag-drag-mode-line, mldrag-drag-vertical-line): New aliases, | ||
| 9562 | marked obsolete. | ||
| 9563 | |||
| 9564 | * mldrag.el: Removed since the features are in mouse.el. | ||
| 9565 | |||
| 9566 | * jka-compr.el (auto-compression-mode): New variable for | ||
| 9567 | customization. | ||
| 9568 | |||
| 9569 | * bindings.el (mode-line-mule-info): Doc fix. | ||
| 9570 | |||
| 9571 | * msb.el (msb--choose-file-menu): Use `completion-ignore-case' in | ||
| 9572 | name comparisons. | ||
| 9573 | |||
| 9574 | * files.el (interpreter-mode-alist): Add make, guile, clisp. | ||
| 9575 | (find-file): Doc fix. | ||
| 9576 | |||
| 9577 | 1999-08-16 Carsten Dominik <cd@gnu.org> | ||
| 9578 | |||
| 9579 | * textmodes/reftex.el: Most of the code moved to other files. | ||
| 9580 | * textmodes/reftex-auc.el: New file, split out from reftex.el | ||
| 9581 | * textmodes/reftex-cite.el: New file, split out from reftex.el | ||
| 9582 | * textmodes/reftex-global.el: New file, split out from reftex.el | ||
| 9583 | * textmodes/reftex-index.el: New file, split out from reftex.el | ||
| 9584 | * textmodes/reftex-parse.el: New file, split out from reftex.el | ||
| 9585 | * textmodes/reftex-ref.el: New file, split out from reftex.el | ||
| 9586 | * textmodes/reftex-sel.el: New file, split out from reftex.el | ||
| 9587 | * textmodes/reftex-toc.el: New file, split out from reftex.el | ||
| 9588 | * textmodes/reftex-vars.el: New file, split out from reftex.el | ||
| 9589 | * textmodes/reftex-vcr.el: New file, split out from reftex.el | ||
| 9590 | |||
| 9591 | 1999-08-16 Carsten Dominik <cd@gnu.org> | ||
| 9592 | |||
| 9593 | * textmodes/reftex.el: (reftex-pop-to-bibtex-entry): Fixed | ||
| 9594 | conflict with pop-up-frames. | ||
| 9595 | (reftex-special-environment-parsers): New constant. | ||
| 9596 | (reftex-label-alist): car of an entry can also be a function. | ||
| 9597 | (reftex-what-special-env): Cew function. | ||
| 9598 | (reftex-label-location): Call `reftex-what-special-env'. | ||
| 9599 | (reftex-compile-variables): Check for symbol in | ||
| 9600 | `reftex-label-alist'. | ||
| 9601 | (reftex-what-environment): Fixed bug with stacked environments of | ||
| 9602 | same kind (e.g. enumerate). | ||
| 9603 | (reftex-process-string): Preserve default directory. | ||
| 9604 | (reftex-label-alist-builtin): Changed prefixes of endnote and | ||
| 9605 | footnote. Also the magic words. | ||
| 9606 | (reftex-reference): Interprete new option | ||
| 9607 | `reftex-fref-is-default'. | ||
| 9608 | (reftex-replace-prefix-escapes): Interprete new `%S' format. | ||
| 9609 | (reftex-toc-mouse-view-line): Command removed (had no binding). | ||
| 9610 | (reftex-everything-regexp): New function. | ||
| 9611 | (reftex-nearest-match): Made better. | ||
| 9612 | (reftex-toc-find-section): Use new version of | ||
| 9613 | `reftex-nearest-match'. | ||
| 9614 | (reftex-insert-docstruct): Adapted to work with the index stuff. | ||
| 9615 | (reftex-parse-from-file): Find index entries as well. | ||
| 9616 | (reftex-toc-toggle-index): New function | ||
| 9617 | (reftex-toc-map): `i' is now used to togle the index, File | ||
| 9618 | boundaries has been moved to `F'. | ||
| 9619 | (reftex-select-label-map): Toggling display of file boundaries is | ||
| 9620 | now on the `F' key, for consistency with `reftex-toc-map'. | ||
| 9621 | (reftex-erase-all-selection-and-index-buffers): Renamed from | ||
| 9622 | `reftex-erase-all-selection-buffer'. Now also kills the index | ||
| 9623 | buffers. | ||
| 9624 | (reftex-viewing-cross-references): Customization group renamed | ||
| 9625 | from reftex-viewing-cross-references-and-citations. | ||
| 9626 | (reftex-index-macro-regexp, | ||
| 9627 | reftex-find-index-entry-regexp-format): New variables | ||
| 9628 | (reftex-macros-with-index): New variable | ||
| 9629 | (reftex-add-index-macros): New function | ||
| 9630 | (reftex-renumber-simple-labels, reftex-translate): Allow for | ||
| 9631 | multiple labels in a single ref command. | ||
| 9632 | (reftex-index-support): New customization group | ||
| 9633 | (reftex-support-index, reftex-index-special-chars, | ||
| 9634 | reftex-index-macros, reftex-index-default-macro, | ||
| 9635 | reftex-index-default-tag, reftex-index-math-format, | ||
| 9636 | reftex-index-section-letters, reftex-index-include-context, | ||
| 9637 | reftex-index-follow-mode, reftex-index-header-face, | ||
| 9638 | reftex-index-section-face, reftex-index-tag-face, | ||
| 9639 | reftex-index-face): New options | ||
| 9640 | (reftex-index-map, reftex-index-menu, reftex-last-index-file, | ||
| 9641 | reftex-index-tag, reftex-index-return-marker, | ||
| 9642 | reftex-index-restriction-indicator, reftex-index-restriction-data, | ||
| 9643 | reftex-index-macro-regexp, reftex-index-level-re, | ||
| 9644 | reftex-index-key-end-re, reftex-find-index-entry-regexp-format, | ||
| 9645 | reftex-everything-regexp-no-index, reftex-index-re, | ||
| 9646 | reftex-macros-with-index, reftex-index-macro-alist): New variables | ||
| 9647 | (reftex-index-help, reftex-index-macros-builtin, | ||
| 9648 | reftex-key-to-index-macro-alist, reftex-query-index-macro-prompt, | ||
| 9649 | reftex-query-index-macro-help): New constants | ||
| 9650 | (reftex-index-selection-or-word, reftex-index, | ||
| 9651 | reftex-default-index, reftex-update-default-index, | ||
| 9652 | reftex-index-complete-tag, reftex-index-select-tag, | ||
| 9653 | reftex-index-complete-key, reftex-index-update-taglist, | ||
| 9654 | reftex-index-globally, reftex-index-mode, reftex-index-show-entry, | ||
| 9655 | reftex-display-index, reftex-insert-index, | ||
| 9656 | reftex-index-insert-new-letter, reftex-get-restriction, | ||
| 9657 | reftex-index-pre-command-hook, reftex-index-post-command-hook, | ||
| 9658 | reftex-index-show-help, reftex-index-next, reftex-index-previous, | ||
| 9659 | reftex-index-toggle-follow, reftex-index-toggle-context, | ||
| 9660 | reftex-index-view-entry, reftex-index-goto-entry-and-hide, | ||
| 9661 | reftex-index-goto-entry, reftex-index-mouse-goto-line-and-hide, | ||
| 9662 | reftex-index-quit, reftex-index-quit-and-kill, | ||
| 9663 | reftex-index-goto-toc, reftex-index-rescan, reftex-index-Rescan, | ||
| 9664 | reftex-index-revert, reftex-index-switch-index-tag, | ||
| 9665 | reftex-index-restrict-to-section, reftex-index-widen, | ||
| 9666 | reftex-index-restriction-forward, | ||
| 9667 | reftex-index-restriction-backward, reftex-index-visit-location, | ||
| 9668 | reftex-index-analyze-entry, reftex-index-globalize, | ||
| 9669 | reftex-index-edit, reftex-index-toggle-range-beginning, | ||
| 9670 | reftex-index-toggle-range-end, reftex-index-edit-key, | ||
| 9671 | reftex-index-edit-attribute, reftex-index-edit-visual, | ||
| 9672 | reftex-index-edit-part, reftex-index-level-down, | ||
| 9673 | reftex-index-level-up, reftex-index-kill, reftex-index-undo, | ||
| 9674 | reftex-index-change-entry, reftex-index-goto-letter, | ||
| 9675 | reftex-add-index-macros, reftex-ensure-index-support, | ||
| 9676 | reftex-index-info-safe, reftex-index-info): New functions. | ||
| 9677 | |||
| 9678 | |||
| 9679 | 1999-08-15 Richard M. Stallman <rms@gnu.org> | ||
| 9680 | |||
| 9681 | * paren.el (show-paren-mode): Support making show-paren-mode | ||
| 9682 | a buffer-local variable. Don't check for a window system. | ||
| 9683 | (show-paren-function): Check whether show-paren-function is | ||
| 9684 | enabled in current buffer; do the right thing if not. | ||
| 9685 | Don't check for a window system. | ||
| 9686 | (show-paren-mode): Make it a user variable. | ||
| 9687 | |||
| 9688 | * add-log.el (add-log-current-defun): Exclude all trailing whitespace. | ||
| 9689 | Handle `enum' like `struct'. | ||
| 9690 | |||
| 9691 | * server.el (server-process-filter): If a client visits no buffers, | ||
| 9692 | close it immediately before recording it. | ||
| 9693 | |||
| 9694 | * mail/mail-utils.el (mail-unquote-printable): Make it autoload. | ||
| 9695 | Optimize by calling concat just once. Handle =\n sequence. | ||
| 9696 | (mail-unquote-printable-region): New command. | ||
| 9697 | (mail-quote-printable): Make it autoload. | ||
| 9698 | |||
| 9699 | 1999-08-15 Karl Heuer <kwzh@gnu.org> | ||
| 9700 | |||
| 9701 | * progmodes/octave-mod.el (octave-maintainer-address): Use gnu.org. | ||
| 9702 | |||
| 9703 | 1999-08-15 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp> | ||
| 9704 | |||
| 9705 | * lisp/texinfmt.el: Handle @ifnottex. | ||
| 9706 | |||
| 9707 | 1999-08-15 Eli Zaretskii <eliz@gnu.org> | ||
| 9708 | |||
| 9709 | * frame.el (blink-cursor): Don't turn on cursor blinking for | ||
| 9710 | ms-dos. | ||
| 9711 | |||
| 9712 | * faces.el (face-valid-attribute-values): Look in | ||
| 9713 | x-bitmap-file-path only for x and w32 window systems. | ||
| 9714 | |||
| 9715 | * term/pc-win.el (x-list-fonts): Return "ms-dos", not "default". | ||
| 9716 | Do that if width is nil as well. | ||
| 9717 | (x-display-mm-height, x-display-mm-width): Update values. | ||
| 9718 | (x-colors): Compute the list from msdos-color-values. | ||
| 9719 | (x-select-enable-clipboard): Doc fix. | ||
| 9720 | (x-frob-font-weight, x-font-family-list): New functions. | ||
| 9721 | |||
| 9722 | 1999-08-15 Toby Speight <Toby.Speight@streapadair.freeserve.co.uk> | ||
| 9723 | |||
| 9724 | * window.el (shrink-window-if-larger-than-buffer): Don't try to | ||
| 9725 | back up from beginning of buffer. | ||
| 9726 | |||
| 9727 | 1999-08-13 Karl Heuer <kwzh@gnu.org> | ||
| 9728 | |||
| 9729 | * emacs-lisp/advice.el (ad-special-forms): Use track-mouse iff bound. | ||
| 9730 | |||
| 9731 | 1999-08-13 Alakazam Petrofsky <Alakazam@Petrofsky.Berkeley.CA.US> | ||
| 9732 | |||
| 9733 | * play/hanoi.el: Mostly rewritten. Customized. To support an s2G | ||
| 9734 | doomsday clock, speed control is added and changes are made to | ||
| 9735 | allow large numbers of rings: rings now show the whole ring | ||
| 9736 | number, not just the last digit; consecutive rings are allowed to | ||
| 9737 | be the same size when necessary to fit all the rings in the | ||
| 9738 | window; and poles can be oriented horizontally. Face support is | ||
| 9739 | thrown in gratuitously. | ||
| 9740 | (hanoi): Changed default number of rings back to 3. | ||
| 9741 | (hanoi-unix, hanoi-unix-64): New commands | ||
| 9742 | (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces, | ||
| 9743 | hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face, | ||
| 9744 | hanoi-odd-ring-face): New variables. | ||
| 9745 | (hanoi-internal, hanoi-current-time-float, hanoi-put-face, | ||
| 9746 | hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for, | ||
| 9747 | hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions. | ||
| 9748 | (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n. | ||
| 9749 | (hanoi-topos, hanoi-draw-ring): Removed. | ||
| 9750 | |||
| 9751 | 1999-08-12 Gerd Moellmann <gerd@gnu.org> | ||
| 9752 | |||
| 9753 | * faces.el (face-valid-attribute-values): Return an alist for | ||
| 9754 | families on ttys. | ||
| 9755 | (face-read-integer): Handle unspecified face attributes. Add | ||
| 9756 | completion for `unspecified'. | ||
| 9757 | (read-face-attribute): Handle unspecified font attributes. | ||
| 9758 | (face-valid-attribute-values): Add `unspecified' to lists so that | ||
| 9759 | it can be chosen via completion. | ||
| 9760 | (face-read-string): Don't recognize "none" as input. | ||
| 9761 | |||
| 9762 | 1999-08-10 Dave Love <fx@gnu.org> | ||
| 9763 | |||
| 9764 | * sendmail.el (mail-specify-envelope-from): Fix quoting of doc | ||
| 9765 | string. | ||
| 9766 | |||
| 9767 | * sun-curs.el: Require sun-fns. | ||
| 9768 | |||
| 9769 | 1999-08-10 Dave Love <fx@gnu.org> | ||
| 9770 | |||
| 9771 | * autorevert.el (auto-revert-mode): Add autoload cookie. | ||
| 9772 | |||
| 9773 | * hscroll.el, auto-show.el: Files deleted -- we have built-in | ||
| 9774 | hscroll. | ||
| 9775 | |||
| 9776 | * simple.el (hscroll-step, hscroll-point-visible) | ||
| 9777 | (hscroll-window-column): Remove now we have the mentioned real | ||
| 9778 | horizontal autoscrolling. | ||
| 9779 | |||
| 9780 | 1999-08-10 Richard M. Stallman <rms@gnu.org> | ||
| 9781 | |||
| 9782 | * mail/sendmail.el (sendmail-send-it): Let mail-specify-envelope-from | ||
| 9783 | control use of -f option. | ||
| 9784 | (mail-specify-envelope-from): New variable. | ||
| 9785 | (mail-from-style): Doc fix. | ||
| 9786 | |||
| 9787 | * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): New fn. | ||
| 9788 | (easy-menu-get-map): New arg TO-MODIFY helps choose | ||
| 9789 | between local and global maps. | ||
| 9790 | (easy-menu-add-item): Pass TO-MODIFY arg to easy-menu-get-map. | ||
| 9791 | (easy-menu-change): Doc fix. | ||
| 9792 | |||
| 9793 | * info-look.el (info-lookup-guess-c-symbol): Use skip-syntax-backward. | ||
| 9794 | (info-lookup-guess-default): Simplified and cleaned up. | ||
| 9795 | (info-lookup-guess-default*): Preserve point. | ||
| 9796 | |||
| 9797 | * view.el (view-mode-disable): If buffer-read-only is nil, | ||
| 9798 | don't change it. | ||
| 9799 | |||
| 9800 | * files.el (after-find-file): Disable View mode if buffer is no | ||
| 9801 | longer read-only. | ||
| 9802 | |||
| 9803 | * view.el (view-mode-enable, view-mode-disable): | ||
| 9804 | Call force-mode-line-update. | ||
| 9805 | |||
| 9806 | 1999-08-10 Karl Heuer <kwzh@gnu.org> | ||
| 9807 | |||
| 9808 | * language/european.el, emacs-lisp/byte-opt.el: Fix provide call. | ||
| 9809 | * array.el, play/landmark.el, international/latin-3.el: Likewise. | ||
| 9810 | * sun-curs.el, term/sun-mouse.el, progmodes/simula.el: Likewise. | ||
| 9811 | |||
| 9812 | 1999-08-10 Alex Schroeder <asc@bsiag.com> | ||
| 9813 | |||
| 9814 | * ansi-color.el (ansi-color-to-text-properties): Added New state 5 | ||
| 9815 | to prevent m-eating-bug. | ||
| 9816 | |||
| 9817 | 1999-08-10 Eli Zaretskii <eliz@gnu.org> | ||
| 9818 | |||
| 9819 | * term/pc-win.el (msdos-bg-mode): Remove. Call | ||
| 9820 | frame-set-background-mode instead. All callers changed. | ||
| 9821 | (msdos-face-setup): Don't force color display parameter, it is set | ||
| 9822 | by frame-set-background-mode. | ||
| 9823 | (make-msdos-frame): Call x-handle-reverse-video and | ||
| 9824 | face-set-after-frame-default. Delete frame if creation failed. | ||
| 9825 | |||
| 9826 | * faces.el (face-set-after-frame-default): Don't call | ||
| 9827 | make-face-x-resource-internal for the pc window-system. | ||
| 9828 | |||
| 9829 | 1999-08-10 Dave Love <fx@melange.gnu.org> | ||
| 9830 | |||
| 9831 | * emacs-lisp/advice.el (ad-make-single-advice-docstring): Treat | ||
| 9832 | case with no docstring specially. | ||
| 9833 | |||
| 9834 | 1999-08-09 Eli Zaretskii <eliz@gnu.org> | ||
| 9835 | |||
| 9836 | * complete.el (PC-do-completion): If completing on file name, | ||
| 9837 | reproduce str by concatenating its directory and basename parts. | ||
| 9838 | |||
| 9839 | 1999-08-07 Dave Love <fx@gnu.org> | ||
| 9840 | |||
| 9841 | * man.el (Man-softhyphen-to-minus): Revert previous change. Avoid | ||
| 9842 | unibyte to multibyte conversion of search-forward (from Handa), | ||
| 9843 | but avoid the replacement if the language is Latin-N. | ||
| 9844 | |||
| 9845 | 1999-08-06 Richard Stallman <rms@gnu.org> | ||
| 9846 | |||
| 9847 | * emacs-lisp/eval-reg.el (elisp-eval-buffer): Handle all 5 args | ||
| 9848 | of eval-buffer. | ||
| 9849 | |||
| 9850 | * international/mule.el (load-with-code-conversion): | ||
| 9851 | Pass t to eval-buffer for DO-ALLOW-PRINT. | ||
| 9852 | |||
| 9853 | 1999-08-06 Geoff Voelker <voelker@cs.washington.edu> | ||
| 9854 | |||
| 9855 | * ls-lisp.el (ls-lisp-delete-matching): List argument is now alist | ||
| 9856 | of filenames and attributes. | ||
| 9857 | (ls-lisp-insert-directory): Use directory-files-and-attributes | ||
| 9858 | for speed. | ||
| 9859 | |||
| 9860 | 1999-08-05 Dave Love <fx@gnu.org> | ||
| 9861 | |||
| 9862 | * auto-show.el (auto-show-mode): Fix :set. | ||
| 9863 | |||
| 9864 | * widget.el (define-widget-keywords): Make dummy definition and | ||
| 9865 | comment-out its use. | ||
| 9866 | |||
| 9867 | 1999-08-04 Richard Stallman <rms@gnu.org> | ||
| 9868 | |||
| 9869 | * progmodes/tcl.el: Customized. | ||
| 9870 | |||
| 9871 | * sql.el (sql-accumulate-and-indent): Instead of testing | ||
| 9872 | whether this is Emacs 20 before calling comint-accumulate, | ||
| 9873 | test whether comint-accumulate is defined. | ||
| 9874 | |||
| 9875 | 1999-08-04 Dave Love <fx@gnu.org> | ||
| 9876 | |||
| 9877 | * sgml-mode.el: Require outline when compiling. | ||
| 9878 | (sgml-mode-hook, html-mode-hook): Customize. | ||
| 9879 | (sgml-validate-command): Fix :version. | ||
| 9880 | (html-autoview-mode): Doc fix. | ||
| 9881 | |||
| 9882 | * man.el (Man-softhyphen-to-minus): Fix for multibyte case, do | ||
| 9883 | nothing in Latin-N environment. | ||
| 9884 | |||
| 9885 | * info.el (Info-find-node): Call info-initialize here. | ||
| 9886 | (info): Not here. | ||
| 9887 | (Info-file-list-for-emacs): Add message, dired-x, c, viper. | ||
| 9888 | |||
| 9889 | 1999-08-04 Richard Stallman <rms@gnu.org> | ||
| 9890 | |||
| 9891 | * ansi-color.el: New file. | ||
| 9892 | |||
| 9893 | 1999-08-04 Stefan Monnier <monnier@cs.yale.edu> | ||
| 9894 | |||
| 9895 | * dired.el (dired-string-replace-match): Return `nil' when no match | ||
| 9896 | found with global search. | ||
| 9897 | |||
| 9898 | * ledit.el (ledit-zap-file, ledit-read-file, ledit-compile-file): | ||
| 9899 | * terminal.el (te-terminfo-directory): | ||
| 9900 | * mail/mailpost.el (post-mail-send-it): | ||
| 9901 | * mail/metamail.el (metamail-region): | ||
| 9902 | * progmodes/ada-mode.el (ada-tmp-directory): | ||
| 9903 | Use temporary-file-directory. | ||
| 9904 | |||
| 9905 | * progmodes/compile.el (compilation-parsing-end,compilation-setup) | ||
| 9906 | (compilation-filter, compilation-forget-errors) | ||
| 9907 | (compilation-parse-errors): Use a marker instead of an integer for | ||
| 9908 | `compilation-parsing-end'. | ||
| 9909 | |||
| 9910 | * progmodes/diff.el (diff-parse-differences): | ||
| 9911 | Use a marker instead of an integer for `compilation-parsing-end'. | ||
| 9912 | * textmodes/tex-mode.el (tex-compilation-parse-errors): | ||
| 9913 | Use a marker instead of an integer for `compilation-parsing-end'. | ||
| 9914 | |||
| 9915 | 1999-08-03 Richard Stallman <rms@gnu.org> | ||
| 9916 | |||
| 9917 | * buff-menu.el (Buffer-menu-mode-map): Add V for Buffer-menu-View. | ||
| 9918 | (Buffer-menu-mode): Doc fix. | ||
| 9919 | (Buffer-menu-view): New command. | ||
| 9920 | (Buffer-menu-view-other-window): New command. | ||
| 9921 | |||
| 9922 | 1999-08-03 Christopher J. Madsen <chris_madsen@geocities.com> | ||
| 9923 | |||
| 9924 | * replace.el (query-replace-regexp-eval) | ||
| 9925 | (replace-eval-replacement, replace-loop-through-replacements) | ||
| 9926 | (replace-match-string-symbols): New functions. | ||
| 9927 | (perform-replace): Allow REPLACEMENTS to be (FUNCTION . DATA). | ||
| 9928 | Use replace-loop-through-replacements. | ||
| 9929 | |||
| 9930 | 1999-08-03 Dave Pearson <davep@hagbard.demon.co.uk> | ||
| 9931 | |||
| 9932 | * play/5x5.el (5x5-mode-map): Bind C-p, C-n, C-b, C-f. | ||
| 9933 | (5x5): Doc fix. | ||
| 9934 | |||
| 9935 | 1999-08-03 Dave Love <fx@gnu.org> | ||
| 9936 | |||
| 9937 | * fortran.el (fortran-indent-new-line): Make it an alias | ||
| 9938 | for reindent-then-newline-and-indent. | ||
| 9939 | |||
| 9940 | 1999-08-03 Didier Verna <verna@inf.enst.fr> | ||
| 9941 | |||
| 9942 | * rect.el: All functions rewritten, except when noted above | ||
| 9943 | their declaration. Below is a list of interface changes. | ||
| 9944 | (apply-on-rectangle): New function, mostly replaces | ||
| 9945 | `operate-on-rectangle'. All callers changed. | ||
| 9946 | (move-to-column-force): Pass new second argument to `move-to-column'. | ||
| 9947 | (kill-rectangle): Added optional prefix arg to fill lines. | ||
| 9948 | (delete-rectangle): Ditto. | ||
| 9949 | (delete-whitespace-rectangle): Ditto. | ||
| 9950 | (delete-extract-rectangle): Ditto. | ||
| 9951 | (open-rectangle): Ditto. | ||
| 9952 | (clear-rectangle): Ditto. | ||
| 9953 | (delete-whitespace-rectangle-line): New function. | ||
| 9954 | (delete-rectangle-line): Added third arg FILL. | ||
| 9955 | (delete-extract-rectangle-line): Ditto. | ||
| 9956 | (open-rectangle-line): Ditto. | ||
| 9957 | (clear-rectangle-line): Ditto. | ||
| 9958 | |||
| 9959 | 1999-08-03 Ray Blaak <blaak@gnu.org> | ||
| 9960 | |||
| 9961 | * progmodes/delphi.el: New file. | ||
| 9962 | |||
| 9963 | 1999-08-02 Richard Stallman <rms@gnu.org> | ||
| 9964 | |||
| 9965 | * textmodes/outline.el (outline-previous-heading): New function. | ||
| 9966 | (outline-up-heading-all): Use outline-previous-heading. | ||
| 9967 | (outline-next-heading): Delete definition inserted yesterday. | ||
| 9968 | |||
| 9969 | 1999-08-01 Richard Stallman <rms@gnu.org> | ||
| 9970 | |||
| 9971 | * textmodes/outline.el (outline-next-heading): New function. | ||
| 9972 | (outline-up-heading-all): New function. | ||
| 9973 | (outline-font-lock-level): Using outline-up-heading-all. | ||
| 9974 | Tell outline-back-to-heading to accept invisible headings. | ||
| 9975 | |||
| 9976 | * simple.el (shell-command-on-region): EXIT-STATUS can be a string. | ||
| 9977 | |||
| 9978 | * mail/mh-utils.el (mh-find-path-run): New variable. | ||
| 9979 | (mh-find-path): Test and set that. | ||
| 9980 | Set mail-user-agent only the first time this function is run. | ||
| 9981 | (mail-user-agent): Defvar deleted. | ||
| 9982 | |||
| 9983 | * info.el (info-initialize): New function. | ||
| 9984 | (info): Call info-initialize. | ||
| 9985 | (Info-directory-list): Initialize to nil, | ||
| 9986 | so info-initialize will set it up for real. | ||
| 9987 | |||
| 9988 | 1999-08-01 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | ||
| 9989 | |||
| 9990 | * calendar/calendar.el (european-date-diary-pattern): Fix pattern so it | ||
| 9991 | does not interpret a time as the year in a day-month entry. | ||
| 9992 | |||
| 9993 | * calendar/diary-lib.el: Change syntax table entry for colon in | ||
| 9994 | the diary as part of the european-date-diary-pattern fix. | ||
| 9995 | |||
| 9996 | 1999-08-01 Eli Zaretskii <eliz@gnu.org> | ||
| 9997 | |||
| 9998 | * international/mule.el (set-auto-coding): Allow whitespace before | ||
| 9999 | and after the "variable: value" pair. | ||
| 10000 | |||
| 10001 | 1999-07-30 Ken'ichi Handa <handa@gnu.org> | ||
| 10002 | |||
| 10003 | * mail/sendmail.el (sendmail-coding-system): Doc-string fixed. | ||
| 10004 | (default-sendmail-coding-system): Doc-string fixed. | ||
| 10005 | |||
| 10006 | 1999-07-30 Dave Love <fx@gnu.org> | ||
| 10007 | |||
| 10008 | * subr.el (assoc-delete-all): New function, renamed from | ||
| 10009 | frame-delete-all. | ||
| 10010 | |||
| 10011 | * frame.el: Change comments to doc strings and other doc fixes. | ||
| 10012 | (frame-delete-all): Moved to subr.el as `assoc-delete-all'. | ||
| 10013 | Callers changed. | ||
| 10014 | (set-background-color, set-foreground-color, set-cursor-color) | ||
| 10015 | (set-mouse-color, set-border-color): Offer completion of colours. | ||
| 10016 | (cursor): Add :version to defgroup. | ||
| 10017 | |||
| 10018 | * facemenu.el (list-colors-display): Make it work on ttys. | ||
| 10019 | (facemenu-read-color): Likewise. | ||
| 10020 | |||
| 10021 | 1999-07-30 Richard M. Stallman <rms@gnu.org> | ||
| 10022 | |||
| 10023 | * frame.el (frame-notice-user-settings): If background | ||
| 10024 | color has been changed, update background-mode from it, | ||
| 10025 | then update faces. | ||
| 10026 | |||
| 10027 | 1999-07-30 Wolfgang Rupprecht <wolfgang@wsrcc.com> | ||
| 10028 | |||
| 10029 | * net-utils.el (finger): Don't do indirect fingering. | ||
| 10030 | |||
| 10031 | 1999-07-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | ||
| 10032 | |||
| 10033 | * cal-tex.el (cal-tex-cursor-filofax-daily): Add possibility of | ||
| 10034 | rules. Add separator at end of holidays. | ||
| 10035 | (cal-tex-rules): New customizable variable. | ||
| 10036 | (cal-tex-latexify-list): Add optional parameter to put separator | ||
| 10037 | at end. | ||
| 10038 | |||
| 10039 | 1999-07-30 Bill Richter <richter@steenrod.math.nwu.edu> | ||
| 10040 | |||
| 10041 | * textmodes/fill.el (fill-individual-paragraphs): Calculate new | ||
| 10042 | fill prefix on each line while looping to the end of paragraph. | ||
| 10043 | End paragraph if it's longer than the existing fill prefix. | ||
| 10044 | |||
| 10045 | * textmodes/fill.el (fill-context-prefix): Doc fix. | ||
| 10046 | |||
| 10047 | 1999-07-30 Dave Love <fx@gnu.org> | ||
| 10048 | |||
| 10049 | * font-lock.el (jit-lock): Fix :load, add :version. | ||
| 10050 | |||
| 10051 | 1999-07-30 Eli Zaretskii <eliz@gnu.org> | ||
| 10052 | |||
| 10053 | * term/pc-win.el (msdos-face-setup): Register standard colors in | ||
| 10054 | Vface_tty_color_alist. | ||
| 10055 | (face-color-supported-p, face_color_gray_p): New functions. | ||
| 10056 | |||
| 10057 | * loadup.el: Don't load scroll-bar unless x-toolkit-scroll-bars-p | ||
| 10058 | is bound. | ||
| 10059 | |||
| 10060 | * startup.el (command-line): Don't register default colors for | ||
| 10061 | MSDOS window-system. | ||
| 10062 | |||
| 10063 | 1999-07-29 Dave Love <fx@gnu.org> | ||
| 10064 | |||
| 10065 | * f90.el (f90-mode-syntax-table): Change backslash to escape, not | ||
| 10066 | charquote. | ||
| 10067 | |||
| 10068 | * lisp-mode.el (eval-defun): Re-written to avoid | ||
| 10069 | capturing variables. | ||
| 10070 | |||
| 10071 | * picture.el (picture-beginning-of-line): Don't call | ||
| 10072 | hscroll-point-visible now we have real autoscrolling. | ||
| 10073 | (picture-end-of-line, picture-newline, picture-open-line): | ||
| 10074 | Likewise. | ||
| 10075 | |||
| 10076 | * international/latin-8.el: New file. | ||
| 10077 | * international/latin-9.el: New file. | ||
| 10078 | |||
| 10079 | 1999-07-28 Dave Love <fx@gnu.org> | ||
| 10080 | |||
| 10081 | * mouse.el (x-fixed-font-alist): Add lucidasanstypewriter. | ||
| 10082 | |||
| 10083 | * msb.el: Require cl only when compiling. | ||
| 10084 | (msb--home-dir): Deleted. | ||
| 10085 | (msb--format-title): Use abbreviate-file-name. | ||
| 10086 | (msb--choose-file-menu): Simplify string comparison. | ||
| 10087 | |||
| 10088 | 1999-07-28 Gerd Moellmann <gerd@gnu.org> | ||
| 10089 | |||
| 10090 | * faces.el (toolbar): Add face definition for mono displays. | ||
| 10091 | |||
| 10092 | 1999-07-27 Richard M. Stallman <rms@gnu.org> | ||
| 10093 | |||
| 10094 | * textmodes/fill.el (fill-region-as-paragraph): Fix previous change. | ||
| 10095 | |||
| 10096 | * frame.el (frame-initialize): When setting frame-initial-frame-alist, | ||
| 10097 | force copying of default-frame-alist. | ||
| 10098 | |||
| 10099 | 1999-07-26 Ken'ichi Handa <handa@gnu.org> | ||
| 10100 | |||
| 10101 | * ps-mule.el (ps-mule-begin-job): Fix malformed regexp. | ||
| 10102 | |||
| 10103 | 1999-07-26 Richard M. Stallman <rms@gnu.org> | ||
| 10104 | |||
| 10105 | * frame.el (set-mouse-color): If new color is nil, | ||
| 10106 | really respecify the current color. | ||
| 10107 | |||
| 10108 | 1999-07-26 Gerd Moellmann <gerd@gnu.org> | ||
| 10109 | |||
| 10110 | * faces.el (bitmap-area): Change background of face `bitmap-area' | ||
| 10111 | to white for mono displays. | ||
| 10112 | |||
| 10113 | 1999-07-26 Kenichi Handa <handa@etl.go.jp> | ||
| 10114 | |||
| 10115 | * international/ccl.el (ccl-embed-symbol): New function. | ||
| 10116 | (ccl-program-p): Deleted. Now it's implemented in C code. | ||
| 10117 | (ccl-compile-call): Use ccl-embed-symbol to embed a symbol. | ||
| 10118 | (ccl-compile-translate-character): Likewise. | ||
| 10119 | (ccl-compile-map-single): Likewise. | ||
| 10120 | (ccl-compile-multiple-map-function): Likewise. | ||
| 10121 | (declare-ccl-program): Doc-string modified. | ||
| 10122 | (check-ccl-program): Check compiled CCL code by ccl-program-p. | ||
| 10123 | |||
| 10124 | 1999-07-25 Ken'ichi Handa <handa@etl.go.jp> | ||
| 10125 | |||
| 10126 | * textmodes/fill.el (fill-region-as-paragraph): Fix previous change. | ||
| 10127 | |||
| 10128 | 1999-07-25 Markus Rost <rost@gnu.org> | ||
| 10129 | |||
| 10130 | * cus-edit.el (custom-save-variables, custom-save-faces): Sort | ||
| 10131 | the entries to make custom-file more readable. | ||
| 10132 | |||
| 10133 | 1999-07-25 Richard M. Stallman <rms@gnu.org> | ||
| 10134 | |||
| 10135 | * cus-edit.el (custom-save-delete): Avoid error for empty .emacs. | ||
| 10136 | |||
| 10137 | * emacs-lisp/edebug.el: Delete compatibility code. | ||
| 10138 | (edebug-next-token-class): If . is followed by a digit, | ||
| 10139 | return `symbol' for the token class. | ||
| 10140 | |||
| 10141 | * startup.el (command-line): If we don't find the user's init file, | ||
| 10142 | set user-init-file to nil. | ||
| 10143 | |||
| 10144 | 1999-07-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | ||
| 10145 | |||
| 10146 | * info-look.el (info-lookup-interactive-arguments): Add optional | ||
| 10147 | argument query for new choice of help mode. | ||
| 10148 | (info-lookup-symbol): Use it. | ||
| 10149 | (info-lookup-file): Ditto. | ||
| 10150 | (info-lookup): Don't switch to other window, if already in Info | ||
| 10151 | buffer. | ||
| 10152 | |||
| 10153 | 1999-07-23 Dave Love <fx@gnu.org> | ||
| 10154 | |||
| 10155 | * fortran.el (fortran-mode-syntax-table): Change `\' to `\' | ||
| 10156 | syntax. | ||
| 10157 | (fortran-fontify-string, fortran-match-!-comment): Deleted. | ||
| 10158 | (fortran-font-lock-syntactic-keywords): New variable. | ||
| 10159 | (fortran-mode): Use it. | ||
| 10160 | (fortran-font-lock-keywords-1): Don't do comments. | ||
| 10161 | (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save | ||
| 10162 | match data. | ||
| 10163 | |||
| 10164 | * textmodes/sgml-mode.el (sgml-validate-command): Use nsgmls. | ||
| 10165 | |||
| 10166 | * msb.el (msb-menu-bar-update-buffers): Renamed from | ||
| 10167 | menu-bar-update-buffers. | ||
| 10168 | (msb-custom-set, msb--toggle-menu-type): Call | ||
| 10169 | msb-menu-bar-update-buffers. | ||
| 10170 | (msb-mode): Revise the hook setting. | ||
| 10171 | |||
| 10172 | * font-lock.el (turn-on-font-lock): Use tty-display-color-p. | ||
| 10173 | |||
| 10174 | 1999-07-23 Gerd Moellmann <gerd@gnu.org> | ||
| 10175 | |||
| 10176 | * font-lock.el, help.el, simple.el: Re-integrate previously | ||
| 10177 | described changes that were lost due to errors while checking them | ||
| 10178 | in. | ||
| 10179 | |||
| 10180 | 1999-07-23 Kevin Blake <kblake@ticnet.com> | ||
| 10181 | |||
| 10182 | * font-lock.el (lisp-font-lock-keywords-2): Fix regexp. | ||
| 10183 | |||
| 10184 | 1999-07-23 Ken'ichi Handa <handa@etl.go.jp> | ||
| 10185 | |||
| 10186 | * international/encoded-kb.el | ||
| 10187 | (encoded-kbd-self-insert-iso2022-7bit): Don't insert the character | ||
| 10188 | but push it to unread-command-events. | ||
| 10189 | (encoded-kbd-self-insert-iso2022-8bit): Likewise. | ||
| 10190 | (encoded-kbd-self-insert-sjis): Likewise. | ||
| 10191 | (encoded-kbd-self-insert-big5): Likewise. | ||
| 10192 | |||
| 10193 | * textmodes/fill.el (fill-region-as-paragraph): Avoid backing up | ||
| 10194 | before left margin and fill-prefix by fill-find-break-point. | ||
| 10195 | |||
| 10196 | 1999-07-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | ||
| 10197 | |||
| 10198 | * info-look.el (info-lookup-setup-mode): Don't give up, if | ||
| 10199 | info-lookup-make-completions returns an error. | ||
| 10200 | (info-lookup-maybe-add-help :mode 'latex-mode): Use Info file | ||
| 10201 | name latex, not latex2e. | ||
| 10202 | |||
| 10203 | 1999-07-21 Richard M. Stallman <rms@gnu.org> | ||
| 10204 | |||
| 10205 | * replace.el (perform-replace): Turn off case-fold-search | ||
| 10206 | if FROM-STRING argument has uppercase in it. | ||
| 10207 | |||
| 10208 | 1999-07-21 Gerd Moellmann <gerd@gnu.org> | ||
| 10209 | |||
| 10210 | * jit-lock.el (jit-lock-after-change): Do it only if jit-lock | ||
| 10211 | mode is on. Don't use end of changed text. | ||
| 10212 | |||
| 10213 | 1999-07-21 Gerd Moellmann <gerd@gnu.org> | ||
| 10214 | |||
| 10215 | * cl-extra.el (cl-make-hash-table): Renamed from make-hash-table. | ||
| 10216 | (cl-hash-table-p): Renamed from hash-table-p. | ||
| 10217 | (cl-hash-table-count): Renamed from hash-table-count. | ||
| 10218 | (maphash): Alias to cl-maphash removed. | ||
| 10219 | (gethash): Likewise. | ||
| 10220 | (puthash): Likewise. | ||
| 10221 | (remhash): Likewise. | ||
| 10222 | (clrhash): Likewise. | ||
| 10223 | |||
| 10224 | 1999-07-21 Gerd Moellmann <gerd@gnu.org> | ||
| 10225 | |||
| 10226 | * jit-lock.el (jit-lock-stealth-fontify): Don't call sit-for with | ||
| 10227 | third arg non-nil. See comment there why this isn't a good idea. | ||
| 10228 | |||
| 10229 | 1999-07-21 Gerd Moellmann <gerd@gnu.org> | ||
| 10230 | |||
| 10231 | * jit-lock.el (jit-lock-stealth-fontify): Use with-temp-message. | ||
| 10232 | |||
| 10233 | * jit-lock.el (jit-lock-stealth-fontify): Widen buffer, and call | ||
| 10234 | sit-for with 3rd arg non-nil to prevent redisplay. | ||
| 10235 | |||
| 10236 | 1999-07-21 Gerd Moellmann <gerd@gnu.org> | ||
| 10237 | |||
| 10238 | * image.el (image-type-from-file-header): If file doesn't | ||
| 10239 | have a directory part, add data-directory. | ||
| 10240 | |||
| 10241 | 1999-07-21 Gerd Moellmann <gerd@gnu.org> | ||
| 10242 | |||
| 10243 | * tooltip.el (tooltip-gud-tips-p): Set default to nil. | ||
| 10244 | (tooltip-activate-mouse-motions-if-enabled): Don't activate mouse | ||
| 10245 | motion handling when tooltip-gud-tips-p is nil. | ||
| 10246 | |||
| 10247 | 1999-07-21 Gerd Moellmann <gerd@gnu.org> | ||
| 10248 | |||
| 10249 | * tooltip.el (tooltip-mode): Don't use `plusp'. | ||
| 10250 | (tooltip-active): Use initial value of nil. | ||
| 10251 | |||
| 10252 | * jit-lock.el (jit-lock-mode): Don't use `plusp'. | ||
| 10253 | |||
| 10254 | 1999-07-21 Gerd Moellmann <gerd@gnu.org> | ||
| 10255 | |||
| 10256 | * bindings.el (make-mode-line-mouse-sensitive): Add key | ||
| 10257 | definitions for `top-line'. | ||
| 10258 | |||
| 10259 | 1999-07-21 Gerd Moellmann <gerd@gnu.org> | ||
| 10260 | |||
| 10261 | * faces.el (top-line): New face. | ||
| 10262 | |||
| 10263 | 1999-07-21 Gerd Moellmann <gerd@gnu.org> | ||
| 10264 | |||
| 10265 | * image.el (image-type-regexps): Add regexp for PS files. | ||
| 10266 | |||
| 10267 | 1999-07-21 Gerd Moellmann <gerd@gnu.org> | ||
| 10268 | |||
| 10269 | * faces.el (set-face-attribute): Fix wrong handling of frame | ||
| 10270 | begin equal to t. | ||
| 10271 | |||
| 10272 | 1999-07-21 Gerd Moellmann <gerd@gnu.org> | ||
| 10273 | |||
| 10274 | * image.el (image-type-regexps): Add PNG format. | ||
| 10275 | |||
| 10276 | 1999-07-21 Dave Love <fx@gnu.org> | ||
| 10277 | |||
| 10278 | * bindings.el (mode-line-modified): New variable. | ||
| 10279 | (mode-line-mode-menu-1): Switch to appropriate window before | ||
| 10280 | showing menu. | ||
| 10281 | |||
| 10282 | 1999-07-21 Gerd Moellmann <gerd@gnu.org> | ||
| 10283 | |||
| 10284 | * faces.el (face-underline): Removed. | ||
| 10285 | (face-underline-color): Ditto. | ||
| 10286 | |||
| 10287 | 1999-07-21 Gerd Moellmann <gerd@gnu.org> | ||
| 10288 | |||
| 10289 | * faces.el (face-x-resources): Fix typo. | ||
| 10290 | |||
| 10291 | 1999-07-21 Gerd Moellmann <gerd@gnu.org> | ||
| 10292 | |||
| 10293 | * faces.el: Remove handling of `:relief', extend handling of | ||
| 10294 | `:box'. | ||
| 10295 | (frame-set-background-mode): Choose new defface specs after | ||
| 10296 | frame parameters have changed. | ||
| 10297 | |||
| 10298 | * cus-face.el: Ditto. | ||
| 10299 | |||
| 10300 | 1999-07-21 Gerd Moellmann <gerd@gnu.org> | ||
| 10301 | |||
| 10302 | * custom.el (defface): Extend documentation to include new | ||
| 10303 | face attributes. | ||
| 10304 | |||
| 10305 | * cus-face.el (custom-face-attributes): Add overline, | ||
| 10306 | strike-through, box. | ||
| 10307 | |||
| 10308 | * faces.el (face-valid-attribute-values): Handle overline, | ||
| 10309 | strike-through, box. | ||
| 10310 | (face-attribute-name-alist): Add pairs for new face attributes. | ||
| 10311 | (describe-face): Handle new face attributes. | ||
| 10312 | |||
| 10313 | 1999-07-21 Gerd Moellmann <gerd@gnu.org> | ||
| 10314 | |||
| 10315 | * faces.el (face-x-resources): Add overline, strike-through, box. | ||
| 10316 | |||
| 10317 | 1999-07-21 Gerd Moellmann <gerd@gnu.org> | ||
| 10318 | |||
| 10319 | * enriched.el (enriched-translations): Add `display' and | ||
| 10320 | "x-display". | ||
| 10321 | (enriched-handle-display-prop): New. | ||
| 10322 | (enriched-decode-display-prop): New. | ||
| 10323 | |||
| 10324 | * format.el (top-level): Give `display' property | ||
| 10325 | `format-list-atomic-p. | ||
| 10326 | (format-annotate-single-property-change): Test that property. | ||
| 10327 | If present, treat list property values like atoms. | ||
| 10328 | |||
| 10329 | 1999-07-21 Gerd Moellmann <gerd@gnu.org> | ||
| 10330 | |||
| 10331 | * cus-face.el (custom-face-attributes): Use `choice' everywhere | ||
| 10332 | so that "*" can be entered. | ||
| 10333 | |||
| 10334 | 1999-07-21 Gerd Moellmann <gerd@gnu.org> | ||
| 10335 | |||
| 10336 | * cus-face.el (custom-face-attributes): Don't use `#''. | ||
| 10337 | |||
| 10338 | 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp> | ||
| 10339 | |||
| 10340 | * cus-face.el (custom-face-attributes): Return underline | ||
| 10341 | face attribute directly from the second lambda of underline. | ||
| 10342 | |||
| 10343 | 1999-07-21 Gerd Moellmann <gerd@gnu.org> | ||
| 10344 | |||
| 10345 | * jit-lock.el (jit-lock-stealth-verbose): Set to nil. | ||
| 10346 | |||
| 10347 | * frame.el (after-setting-font-hooks): New variable. | ||
| 10348 | (set-frame-font): Run those hooks. | ||
| 10349 | |||
| 10350 | * jit-lock.el (jit-lock-function): Use font-lock-fontify-region. | ||
| 10351 | |||
| 10352 | * faces.el (set-face-attribute): Fix doc string. | ||
| 10353 | |||
| 10354 | 1999-07-21 Gerd Moellmann <gerd@gnu.org> | ||
| 10355 | |||
| 10356 | * cus-face.el (custom-face-attributes): Accept color name. | ||
| 10357 | |||
| 10358 | * faces.el (face-underline-p): Accept unspecified underlining. | ||
| 10359 | (face-underline): Ditto. Fix doc string. | ||
| 10360 | |||
| 10361 | 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp> | ||
| 10362 | |||
| 10363 | * faces.el (face-underline-color): New function. | ||
| 10364 | |||
| 10365 | 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp> | ||
| 10366 | |||
| 10367 | * cus-face.el (custom-face-attributes): Support underline coloring. | ||
| 10368 | Added slot to choose a color. | ||
| 10369 | |||
| 10370 | * faces.el (face-underline): New function. | ||
| 10371 | (face-underline-p): Support underline coloring. | ||
| 10372 | Return nil only if the underline attribute is 'normal. | ||
| 10373 | (set-face-underline): New function. | ||
| 10374 | (face-valid-attribute-values): Support underline coloring. | ||
| 10375 | |||
| 10376 | 1999-07-21 Gerd Moellmann <gerd@gnu.org> | ||
| 10377 | |||
| 10378 | * image.el (insert-image): Use `display' instead of `glyph' | ||
| 10379 | as text property name. | ||
| 10380 | (put-image): Ditto. | ||
| 10381 | (image-type-from-file-header): Use insert-file-contents-literally. | ||
| 10382 | |||
| 10383 | 1999-07-21 Gerd Moellmann <gerd@gnu.org> | ||
| 10384 | |||
| 10385 | * easymenu.el (easy-menu-do-add-item): Don't use the empty | ||
| 10386 | string to indicate separators. | ||
| 10387 | |||
| 10388 | 1999-07-21 Gerd Moellmann <gerd@gnu.org> | ||
| 10389 | |||
| 10390 | * jit-lock.el (jit-lock-stealth-fontify): Bind message-log-max | ||
| 10391 | instead of message-log. | ||
| 10392 | |||
| 10393 | 1999-07-21 Gerd Moellmann <gerd@gnu.org> | ||
| 10394 | |||
| 10395 | * faces.el (bitmap-area): New face. | ||
| 10396 | |||
| 10397 | 1999-07-21 Gerd Moellmann <gerd@gnu.org> | ||
| 10398 | |||
| 10399 | * image.el (insert-image): New. | ||
| 10400 | |||
| 10401 | 1999-07-21 Gerd Moellmann <gerd@gnu.org> | ||
| 10402 | |||
| 10403 | * frame.el (blink-cursor): Set the symbol's value. | ||
| 10404 | (show-trailing-whitespace): Change group to font-lock. | ||
| 10405 | |||
| 10406 | 1999-07-21 Gerd Moellmann <gerd@gnu.org> | ||
| 10407 | |||
| 10408 | * jit-lock.el: New. | ||
| 10409 | * font-lock.el: Add jit-mode as new support mode. | ||
| 10410 | |||
| 10411 | * font-lock.el (font-lock-fontify-keywords-region): Stop when | ||
| 10412 | reaching end instead of letting re-search-forward signal an error. | ||
| 10413 | (demand-lock-mode): New. | ||
| 10414 | (font-lock-turn-on-thing-lock): Add demand-lock-mode. | ||
| 10415 | (font-lock-turn-off-thing-lock): Ditto. | ||
| 10416 | (font-lock-after-fontify-buffer): Ditto. | ||
| 10417 | (font-lock-after-unfontify-buffer): Ditto. | ||
| 10418 | |||
| 10419 | 1999-07-21 Gerd Moellmann <gerd@gnu.org> | ||
| 10420 | |||
| 10421 | * gs.el: New file. | ||
| 10422 | |||
| 10423 | * startup.el (command-line-1): Activate tooltip mode if | ||
| 10424 | interactive. | ||
| 10425 | |||
| 10426 | 1999-07-21 Gerd Moellmann <gerd@gnu.org> | ||
| 10427 | |||
| 10428 | * faces.el (toolbar): Grey default background. | ||
| 10429 | (modeline): Ditto. | ||
| 10430 | |||
| 10431 | * image.el (image-type-regexps): New. | ||
| 10432 | (image-type-from-file-header): New. | ||
| 10433 | (create-image): Call it. | ||
| 10434 | |||
| 10435 | 1999-07-21 Gerd Moellmann <gerd@gnu.org> | ||
| 10436 | |||
| 10437 | * image.el: New file. | ||
| 10438 | |||
| 10439 | 1999-07-21 Gerd Moellmann <gerd@gnu.org> | ||
| 10440 | |||
| 10441 | * bindings.el (mode-line-format): Replace `mode-name' with | ||
| 10442 | `(:eval mode-line-mode-name)'. | ||
| 10443 | (mode-line-mode-name): New. | ||
| 10444 | (make-mode-line-mouse-sensitive): Don't change default value | ||
| 10445 | of `mode-name'. | ||
| 10446 | |||
| 10447 | 1999-07-21 Gerd Moellmann <gerd@gnu.org> | ||
| 10448 | |||
| 10449 | * tooltip.el: New file. | ||
| 10450 | |||
| 10451 | 1999-07-21 Gerd Moellmann <gerd@gnu.org> | ||
| 10452 | |||
| 10453 | * bindings.el (make-mode-line-mouse-sensitive): Use down-mouse-3 | ||
| 10454 | instead of mouse-3 to pop up menus. | ||
| 10455 | (mode-line-kill-buffer): Removed. | ||
| 10456 | (make-mode-line-mouse-sensitive): Pop mouse buffer menu over | ||
| 10457 | buffer name. | ||
| 10458 | (mode-line-buffer-menu-1): Removed. | ||
| 10459 | |||
| 10460 | * startup.el (command-line-1): Call make-mode-line-mouse-sensitive. | ||
| 10461 | |||
| 10462 | * bindings.el (mode-line-buffer-identification-keymap): New. | ||
| 10463 | (mode-line-buffer-menu-keymap): New. | ||
| 10464 | (mode-line-mode-menu-keymap): New. | ||
| 10465 | (mode-line-unbury-buffer): New. | ||
| 10466 | (mode-line-other-buffer): New. | ||
| 10467 | (mode-line-kill-buffer): New. | ||
| 10468 | (mode-line-buffer-menu-1): New. | ||
| 10469 | (mode-line-mode-menu-1): New. | ||
| 10470 | (make-mode-line-mouse-sensitive): New. | ||
| 10471 | |||
| 10472 | 1999-07-21 Gerd Moellmann <gerd@gnu.org> | ||
| 10473 | |||
| 10474 | * help.el (describe-key-briefly): Handle mode line strings | ||
| 10475 | with local-map properties. | ||
| 10476 | (describe-key): Ditto. | ||
| 10477 | (mode-line-key-binding): New. | ||
| 10478 | |||
| 10479 | 1999-07-21 Gerd Moellmann <gerd@gnu.org> | ||
| 10480 | |||
| 10481 | * scroll-bar.el (scroll-bar-timer): New. | ||
| 10482 | (scroll-bar-toolkit-scroll): Start and cancel scroll-bar-timer. | ||
| 10483 | |||
| 10484 | 1999-07-21 Gerd Moellmann <gerd@gnu.org> | ||
| 10485 | |||
| 10486 | * scroll-bar.el (scroll-bar-toolkit-scroll): Handle `top' | ||
| 10487 | and `bottom'. | ||
| 10488 | |||
| 10489 | 1999-07-21 Gerd Moellmann <gerd@gnu.org> | ||
| 10490 | |||
| 10491 | * scroll-bar.el (scroll-bar-toolkit-scroll): New. | ||
| 10492 | (global): Use different key bindings if using tookit scroll bars. | ||
| 10493 | |||
| 10494 | 1999-07-21 Gerd Moellmann <gerd@gnu.org> | ||
| 10495 | |||
| 10496 | * faces.el (modeline): Define mode line face with relief for | ||
| 10497 | class color, only. | ||
| 10498 | (toolbar): New face. | ||
| 10499 | |||
| 10500 | 1999-07-21 Gerd Moellmann <gerd@gnu.org> | ||
| 10501 | |||
| 10502 | * frame.el (frame-initialize): Set frame-creation-function to | ||
| 10503 | tty-create-frame-with-faces. | ||
| 10504 | |||
| 10505 | * faces.el (frame-set-background-mode): Make it work for | ||
| 10506 | window-system nil. | ||
| 10507 | |||
| 10508 | * faces.el (tty-create-frame-with-faces): New. | ||
| 10509 | (face-set-after-frame-default): Make it work for TTY frames. | ||
| 10510 | |||
| 10511 | 1999-07-21 Gerd Moellmann <gerd@gnu.org> | ||
| 10512 | |||
| 10513 | * faces.el (face-valid-attribute-values): Use tty-defined-colors. | ||
| 10514 | Return a list of one font family for TTYs. Don't return bitmap | ||
| 10515 | file paths for TTY frames. | ||
| 10516 | |||
| 10517 | * faces.el: Add face specs for tty displays to basic faces. | ||
| 10518 | |||
| 10519 | * font-lock.el (font-lock-comment-face): Add spec for color tty. | ||
| 10520 | (font-lock-string-face): Ditto. | ||
| 10521 | (font-lock-keyword-face): Ditto. | ||
| 10522 | (font-lock-builtin-face): Ditto. | ||
| 10523 | (font-lock-function-name-face): Ditto. | ||
| 10524 | (font-lock-variable-name-face): Ditto. | ||
| 10525 | (font-lock-type-face): Ditto. | ||
| 10526 | (font-lock-constant-face): Ditto. | ||
| 10527 | (font-lock-warning-face): Ditto. | ||
| 10528 | |||
| 10529 | 1999-07-21 Gerd Moellmann <gerd@gnu.org> | ||
| 10530 | |||
| 10531 | * startup.el (command-line): Register default tty colors. | ||
| 10532 | |||
| 10533 | * faces.el (face-spec-set-match-display): Recognize `type tty'. | ||
| 10534 | |||
| 10535 | 1999-07-21 Gerd Moellmann <gerd@gnu.org> | ||
| 10536 | |||
| 10537 | * faces.el (modeline): For X frames, use a modeline with relief. | ||
| 10538 | |||
| 10539 | 1999-07-21 Gerd Moellmann <gerd@gnu.org> | ||
| 10540 | |||
| 10541 | * faces.el (frame-update-faces): Copied from 20.2. | ||
| 10542 | (frame-update-face-colors): Ditto. Code removed that isn't | ||
| 10543 | applicable in the new face implementation. | ||
| 10544 | |||
| 10545 | 1999-07-21 Gerd Moellmann <gerd@gnu.org> | ||
| 10546 | |||
| 10547 | * frame.el (show-trailing-whitespace): New. | ||
| 10548 | |||
| 10549 | * faces.el (trailing-whitespace): New basic face. | ||
| 10550 | |||
| 10551 | 1999-07-21 Gerd Moellmann <gerd@gnu.org> | ||
| 10552 | |||
| 10553 | * cus-face.el (custom-facep): Always define as alias for facep. | ||
| 10554 | |||
| 10555 | * cus-face.el (custom-face-attributes): Use choice widgets. | ||
| 10556 | Remove :bold and :italic. | ||
| 10557 | |||
| 10558 | 1999-07-21 Gerd Moellmann <gerd@gnu.org> | ||
| 10559 | |||
| 10560 | * faces.el (face-charset-registries): Removed since fontset.el | ||
| 10561 | is no always loaded. | ||
| 10562 | |||
| 10563 | 1999-07-21 Gerd Moellmann <gerd@gnu.org> | ||
| 10564 | |||
| 10565 | * faces.el (internal-get-face): Added as obsolete function for | ||
| 10566 | compatibility. | ||
| 10567 | |||
| 10568 | 1999-07-21 Gerd Moellmann <gerd@gnu.org> | ||
| 10569 | |||
| 10570 | * frame.el (blink-cursor-end): Call show-cursor. | ||
| 10571 | (blink-cursor-mode): Ditto. | ||
| 10572 | |||
| 10573 | 1999-07-21 Gerd Moellmann <gerd@gnu.org> | ||
| 10574 | |||
| 10575 | * faces.el (face-spec-reset-face): Reset all attributes to | ||
| 10576 | `unspecified'. | ||
| 10577 | (face-spec-set): Use it. | ||
| 10578 | |||
| 10579 | 1999-07-21 Gerd Moellmann <gerd@gnu.org> | ||
| 10580 | |||
| 10581 | * faces.el (read-all-face-attributes): Bug fix. | ||
| 10582 | (face-read-integer): Allow nil default value. | ||
| 10583 | (face-valid-attribute-values): Use symbol names of attribute | ||
| 10584 | values for completion list. | ||
| 10585 | |||
| 10586 | 1999-07-21 Gerd Moellmann <gerd@gnu.org> | ||
| 10587 | |||
| 10588 | * faces.el (internal-find-face): Define for compatibility with | ||
| 10589 | 20.2. | ||
| 10590 | (face-id): Likewise. | ||
| 10591 | |||
| 10592 | * faces.el (face-id): Return the ID of a realized face for ASCII. | ||
| 10593 | |||
| 10594 | * fontset.el (x-charset-registries): Removed. Now in faces.el. | ||
| 10595 | (x-complement-fontset-spec): Use face-charset-registries. | ||
| 10596 | |||
| 10597 | * faces.el (face-font-selection-order): Set font selection order | ||
| 10598 | from Lisp. | ||
| 10599 | (face-alternative-font-family-alist): Set alternative font | ||
| 10600 | families from Lisp. | ||
| 10601 | |||
| 10602 | 1999-07-21 Gerd Moellmann <gerd@gnu.org> | ||
| 10603 | |||
| 10604 | * faces.el (set-face-charset-registries): Set symbol value. | ||
| 10605 | |||
| 10606 | 1999-07-21 Gerd Moellmann <gerd@gnu.org> | ||
| 10607 | |||
| 10608 | * faces.el (face-set-after-frame-default): Call function | ||
| 10609 | internal-merge-in-global-face. | ||
| 10610 | |||
| 10611 | 1999-07-21 Gerd Moellmann <gerd@gnu.org> | ||
| 10612 | |||
| 10613 | * faces.el (face-list): Return symbols from face-global-alist. | ||
| 10614 | |||
| 10615 | * faces.el (face-list): Return a copy of the face name list so | ||
| 10616 | that it cannot be modified from outside (facemenu.el uses | ||
| 10617 | nreverse, for example). | ||
| 10618 | |||
| 10619 | * cus-face.el (custom-face-attributes): Add :bold and :italic | ||
| 10620 | for compatibility with old code. | ||
| 10621 | |||
| 10622 | * faces.el (set-face-attributes-from-resources): Additional | ||
| 10623 | frame parameter. | ||
| 10624 | (make-face-x-resource-internal): Set attributes from resources | ||
| 10625 | for a given frame or all frames. | ||
| 10626 | |||
| 10627 | 1999-07-21 Gerd Moellmann <gerd@gnu.org> | ||
| 10628 | |||
| 10629 | * faces.el (all-faces): Removed. | ||
| 10630 | |||
| 10631 | * custom.el (defface): Add new face attributes to function | ||
| 10632 | comment. | ||
| 10633 | |||
| 10634 | * font-lock.el (font-lock-comment-face): Use new face attribute | ||
| 10635 | names. | ||
| 10636 | (font-lock-string-face): Ditto. | ||
| 10637 | (font-lock-keyword-face): Ditto. | ||
| 10638 | (font-lock-builtin-face): Ditto. | ||
| 10639 | (font-lock-function-name-face): Ditto. | ||
| 10640 | (font-lock-variable-name-face): Ditto. | ||
| 10641 | (font-lock-type-face): Ditto. | ||
| 10642 | (font-lock-reference-face): Ditto. | ||
| 10643 | (font-lock-warning-face): Ditto. | ||
| 10644 | ((boundp 'font-lock-face-attributes)): Ditto. | ||
| 10645 | |||
| 10646 | * cus-face.el (custom-face-attributes): Use new face attributes. | ||
| 10647 | |||
| 10648 | * faces.el (set-face-attribute-from-resource): Initialize | ||
| 10649 | from resources only for X and W32. | ||
| 10650 | |||
| 10651 | * cus-face.el (custom-declare-face): Don't make frame-local | ||
| 10652 | faces. | ||
| 10653 | |||
| 10654 | * faces.el (describe-face): Use princ instead of insert. | ||
| 10655 | |||
| 10656 | * faces.el: Add XLFD manipulation functions from 20.2 again | ||
| 10657 | because fontset.el uses them. | ||
| 10658 | (face-set-after-frame-default): Add empty definition. | ||
| 10659 | |||
| 10660 | 1999-07-21 Gerd Moellmann <gerd@gnu.org> | ||
| 10661 | |||
| 10662 | * faces.el (make-face): Correct typo. | ||
| 10663 | (set-face-attribute-from-resource): Use let*. | ||
| 10664 | (face-underline-p): Correct typo. | ||
| 10665 | (face-inverse-video-p): Ditto. | ||
| 10666 | (set-face-stipple): Ditto. | ||
| 10667 | (face-read-string): Make completion-list optional parameter. | ||
| 10668 | |||
| 10669 | 1999-07-21 Gerd Moellmann <gerd@gnu.org> | ||
| 10670 | |||
| 10671 | * faces.el (face-charset-registries): Alist mapping charset | ||
| 10672 | symbols to registries and encoding. | ||
| 10673 | |||
| 10674 | 1999-07-21 Gerd Moellmann <gerd@gnu.org> | ||
| 10675 | |||
| 10676 | * frame.el (blink-cursor-mode): Use interactive spec "P". | ||
| 10677 | |||
| 10678 | 1999-07-21 Gerd Moellmann <gerd@gnu.org> | ||
| 10679 | |||
| 10680 | * frame.el (blink-cursor-mode): Function to toggle blinking cursor | ||
| 10681 | mode. The cursor of selected_window blinks if the mode is enabled. | ||
| 10682 | |||
| 10683 | 1999-07-21 Gerd Moellmann <gerd@gnu.org> | ||
| 10684 | |||
| 10685 | * simple.el (next-history-element): Set point to the end of the | ||
| 10686 | prompt if minibuffer-prompt-in-buffer. | ||
| 10687 | |||
| 10688 | 1999-07-21 Gerd Moellmann <gerd@gnu.org> | ||
| 10689 | |||
| 10690 | * faces.el (x-font-regexp): Add sub-expression parentheses for | ||
| 10691 | several font name components. | ||
| 10692 | |||
| 10693 | 1999-07-21 Gerd Moellmann <gerd@acm.org> | ||
| 10694 | |||
| 10695 | * faces.el (set-face-relief): Use index 12 for relief. | ||
| 10696 | (face-fill-in): Set relief from data. | ||
| 10697 | (internal-make-face): Init relief to zero. | ||
| 10698 | |||
| 10699 | * faces.el (face-spec-set): Call modify-face with additional | ||
| 10700 | parameters for relief and fixed-p. | ||
| 10701 | |||
| 10702 | 1999-07-21 Gerd Moellmann <gerd@acm.org> | ||
| 10703 | |||
| 10704 | * cus-face.el: ':fixed and ':relief added. | ||
| 10705 | |||
| 10706 | * faces.el (describe-face): Add fixed font attribute and relief. | ||
| 10707 | (face-attr-match-p): Ditto. | ||
| 10708 | (face-attr-construct): Ditto. | ||
| 10709 | (face-spec-set): Ditto. | ||
| 10710 | |||
| 10711 | 1999-07-21 Gerd Moellmann <gerd@acm.org> | ||
| 10712 | |||
| 10713 | * faces.el (internal-make-face): Function to create a Lisp vector | ||
| 10714 | suitable for representing a face. | ||
| 10715 | (make-face): Use it instead of make-vector. | ||
| 10716 | (x-create-frame-with-faces): Use it instead of vector. | ||
| 10717 | (internal-facep): Increase vector size to 14. | ||
| 10718 | (internal-make-face): Ditto. | ||
| 10719 | (face-relief): Access relief thickness. | ||
| 10720 | (face-fixed-p): Access fixed font attribute. | ||
| 10721 | (set-face-fixed-p): Set fixed font attribute. | ||
| 10722 | (set-face-relief): Set relief attribute. | ||
| 10723 | (internal-face-interactive-int): Read int attribute of face. | ||
| 10724 | (modify-face): Add fixed-p and relief parameters. | ||
| 10725 | (copy-face): Handle fixed-p and relief. | ||
| 10726 | (face-equal): Compare fixed-p and relief. | ||
| 10727 | (face-differs-from-default-p): Ditto. | ||
| 10728 | (face-nontrivial-p): Add fixed-p and relief. | ||
| 10729 | |||
| 10730 | 1999-07-21 Gerd Moellmann <gerd@acm.org> | ||
| 10731 | |||
| 10732 | * faces.el (eval-when-compile): Add set-face-shadow-thickness. | ||
| 10733 | (internal-facep): Increase vector size. | ||
| 10734 | (make-face): Ditto. | ||
| 10735 | (face-shadow-thickness): Added. | ||
| 10736 | (set-face-shadow-thickness): Added. | ||
| 10737 | (modify-face): Add optional shadow-thickness parameter. | ||
| 10738 | (make-face-x-resource-internal): Add shadows. | ||
| 10739 | (copy-face): Ditto. | ||
| 10740 | (face-equal): Ditto. | ||
| 10741 | (face-differs-from-default-p): Ditto. | ||
| 10742 | (face-nontrivial-p): Ditto. | ||
| 10743 | (face-attr-match-p): Ditto. | ||
| 10744 | (face-attr-construct): Ditto. | ||
| 10745 | (face-spec-set): Ditto. | ||
| 10746 | (face-fill-in): Ditto. | ||
| 10747 | |||
| 10748 | 1999-07-21 Gerd Moellmann <gerd@acm.org> | ||
| 10749 | |||
| 10750 | * bench.el (bench-mark-split-window): New bench mark. | ||
| 10751 | |||
| 10752 | 1999-07-21 Gerd Moellmann <gerd@acm.org> | ||
| 10753 | |||
| 10754 | * faces.el (set-face-font): Don't pass default font to | ||
| 10755 | x-resolve-font so that font will not have to be of the same | ||
| 10756 | size. | ||
| 10757 | |||
| 10758 | 1999-07-20 Dave Love <fx@gnu.org> | ||
| 10759 | |||
| 10760 | * wid-edit.el (widget-use-overlay-change): Uncustomize and make it | ||
| 10761 | unconditionally t. | ||
| 10762 | |||
| 10763 | 1999-07-20 Karl Heuer <kwzh@gnu.org> | ||
| 10764 | |||
| 10765 | * font-lock.el (c++-font-lock-extra-types): Add "type_info". | ||
| 10766 | |||
| 10767 | 1999-07-20 Dave Love <fx@gnu.org> | ||
| 10768 | |||
| 10769 | * help.el (describe-variable): Fix test for customizability. | ||
| 10770 | |||
| 10771 | * simple.el (append-to-buffer, prepend-to-buffer, copy-to-buffer): | ||
| 10772 | Check for readonly buffer in interactive spec. | ||
| 10773 | (zap-to-char, kill-line, kill-region, comment-region, kill-word) | ||
| 10774 | (backward-kill-word): Add * to interactive spec. | ||
| 10775 | |||
| 10776 | * underline.el (underline-region, ununderline-region): Add * to | ||
| 10777 | interactive spec. | ||
| 10778 | |||
| 10779 | * fill.el (canonically-space-region, justify-current-line): Add * | ||
| 10780 | to interactive spec. | ||
| 10781 | (fill-region-as-paragraph, fill-paragraph, fill-region) | ||
| 10782 | (fill-nonuniform-paragraphs, fill-individual-paragraphs): Check | ||
| 10783 | readonly buffer in interactive spec. | ||
| 10784 | |||
| 10785 | * paragraphs.el: (kill-paragraph, backward-kill-paragraph) | ||
| 10786 | (backward-kill-sentence, kill-sentence): Add * to interactive | ||
| 10787 | spec. | ||
| 10788 | |||
| 10789 | 1999-07-19 Richard M. Stallman <rms@gnu.org> | ||
| 10790 | |||
| 10791 | * dired-aux.el (dired-do-shell-command): Doc fix. | ||
| 10792 | |||
| 10793 | * shell.el (shell-unquote-argument): New function. | ||
| 10794 | (shell-directory-tracker): Use shell-unquote-argument. | ||
| 10795 | * comint.el (comint-arguments): Handle \ followed by space or tab. | ||
| 10796 | |||
| 10797 | 1999-07-19 John Wiegley <jwiegley@borland.com> | ||
| 10798 | |||
| 10799 | * term.el (ansi-term-fg-faces-vector): Added support for ANSI | ||
| 10800 | color codes 39 and 49, which by the way lynx uses them seem to | ||
| 10801 | mean "foreground reset" and "background reset". | ||
| 10802 | |||
| 10803 | 1999-07-19 Karl Heuer <kwzh@gnu.org> | ||
| 10804 | |||
| 10805 | * font-lock.el (c++-keywords): Add "typeid". | ||
| 10806 | |||
| 10807 | * term/w32-win.el (mouse-set-font): If user uses w32 dialog but | ||
| 10808 | selects no font, treat that as zero selections, not one. | ||
| 10809 | |||
| 10810 | 1999-07-19 Dave Love <fx@gnu.org> | ||
| 10811 | |||
| 10812 | * info.el (Info-search): Don't lose with empty regexp. | ||
| 10813 | |||
| 10814 | * version.el: Cater for (free) `ident' program, not `which'. | ||
| 10815 | |||
| 10816 | * hl-line.el: New file. | ||
| 10817 | |||
| 10818 | * mouse.el (mouse-major-mode-menu): Default to menu-bar-edit-menu | ||
| 10819 | for modes which don't define menus. | ||
| 10820 | |||
| 10821 | 1999-07-16 Richard M. Stallman <rms@gnu.org> | ||
| 10822 | |||
| 10823 | * webjump.el (webjump-sample-sites): Update some URLs. | ||
| 10824 | |||
| 10825 | 1999-07-14 Richard Stallman <rms@gnu.org> | ||
| 10826 | |||
| 10827 | * Version 20.4 released. | ||
| 10828 | |||
| 10829 | 1999-07-14 Andreas Schwab <schwab@gnu.org> | ||
| 10830 | |||
| 10831 | * compare-w.el (compare-windows): Try to find the next window in | ||
| 10832 | the current frame before looking at the other frames. | ||
| 10833 | |||
| 10834 | 1998-07-12 Oleg S. Tihonov <ost@benetnash.ffke-campus.mipt.ru> | ||
| 10835 | |||
| 10836 | * language/cyrillic.el ("Cyrillic-KOI8", "Cyrillic-ALT"): | ||
| 10837 | Use cyrillic-jcuken as default input method. | ||
| 10838 | |||
| 10839 | 1999-07-12 Richard Stallman <rms@gnu.org> | ||
| 10840 | |||
| 10841 | * progmodes/cc-engine.el (c-inside-bracelist-p): Tighter test for | ||
| 10842 | Java anonymous array expressions ("new Foo[] {.. bracelist ..}"). | ||
| 10843 | |||
| 10844 | * ispell.el (ispell-dictionary-alist-6): Change charset for Russian. | ||
| 10845 | (ispell-local-dictionary-alist): Add koi8-r for character set. | ||
| 10846 | |||
| 10847 | * textmodes/flyspell.el (flyspell-get-word): | ||
| 10848 | Add special handling for when ispell-otherchars is empty. | ||
| 10849 | |||
| 10850 | 1999-07-12 Espen Skoglund <espensk@stud.cs.uit.no> | ||
| 10851 | |||
| 10852 | * progmodes/pascal.el (pascal-beg-of-defun): More intuitive behavior | ||
| 10853 | when having nested functons. | ||
| 10854 | (pascal-indent-nested-functions) (pascal-indent-line) | ||
| 10855 | (pascal-calculate-indent) (pascal-get-lineup-indent): Support for | ||
| 10856 | indenting nested functions. | ||
| 10857 | |||
| 10858 | 1999-07-09 Richard Stallman <rms@gnu.org> | ||
| 10859 | |||
| 10860 | * add-log.el (add-log-current-defun): Remove trailing `=' in C modes. | ||
| 10861 | |||
| 10862 | 1999-07-08 Espen Skoglund <espensk@stud.cs.uit.no> | ||
| 10863 | |||
| 10864 | * pascal.el (pascal-calculate-indent): Fixed a bug occuring when | ||
| 10865 | the `end' keyword was in the very beginning of the buffer. | ||
| 10866 | |||
| 10867 | 1999-07-08 Richard Stallman <rms@gnu.org> | ||
| 10868 | |||
| 10869 | * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Doc fix. | ||
| 10870 | |||
| 10871 | * term.el (term-emulate-terminal): Avoid infinite loop | ||
| 10872 | in strange case where minibuffer window is selected but not active. | ||
| 10873 | |||
| 10874 | 1999-07-07 Stephen Eglen <stephen@gnu.org> | ||
| 10875 | |||
| 10876 | * progmodes/octave-inf.el (inferior-octave-directory-tracker): | ||
| 10877 | Change regexp so that it doesn't match commands beginning with `cd'. | ||
| 10878 | |||
| 10879 | 1999-07-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | ||
| 10880 | |||
| 10881 | * mail/rmail.el (mail-unsent-separator): Add a missing \\|. | ||
| 10882 | |||
| 10883 | 1999-07-06 Richard Stallman <rms@gnu.org> | ||
| 10884 | |||
| 10885 | * hscroll.el (hscroll-minibuffer-hook): New function. | ||
| 10886 | (hscroll-global-mode): Add and remove that hook. | ||
| 10887 | Set hscroll-old-truncate-was-global's default value. | ||
| 10888 | |||
| 10889 | 1999-07-05 Richard Stallman <rms@gnu.org> | ||
| 10890 | |||
| 10891 | * files.el (revert-buffer): Don't preserve point here. | ||
| 10892 | (revert-buffer-insert-file-contents-function): Doc fix. | ||
| 10893 | |||
| 10894 | * isearch.el (isearch-process-search-char): Write octal 200 correctly. | ||
| 10895 | |||
| 10896 | * startup.el (normal-top-level-add-subdirs-to-load-path): Avoid | ||
| 10897 | doing a `stat' when it isn't necessary because that can cause | ||
| 10898 | trouble when an NFS server is down. | ||
| 10899 | |||
| 10900 | 1999-07-04 Richard Stallman <rms@gnu.org> | ||
| 10901 | |||
| 10902 | * hscroll.el (hscroll-window-maybe): Do nothing in the minibuffer. | ||
| 10903 | |||
| 10904 | 1999-07-03 Richard Stallman <rms@gnu.org> | ||
| 10905 | |||
| 10906 | * isearch.el (isearch-quote-char): Call unibyte-char-to-multibyte | ||
| 10907 | for \200...\240 also. | ||
| 10908 | (isearch-printing-char): Use unibyte-char-to-multibyte. | ||
| 10909 | |||
| 10910 | 1999-07-02 Richard Stallman <rms@gnu.org> | ||
| 10911 | |||
| 10912 | * frame.el (minibuffer-frame-alist): Use defcustom. | ||
| 10913 | (pop-up-frame-alist): Likewise. | ||
| 10914 | (initial-frame-alist): Specify * in the doc string. | ||
| 10915 | |||
| 10916 | * hscroll.el (hscroll-mode): Make it a permanent local. | ||
| 10917 | (hscroll-mode): Don't cancel the timer | ||
| 10918 | if HScroll mode is enabled in some other buffer. | ||
| 10919 | |||
| 10920 | * isearch.el (isearch-done): If search ends in middle of intangible | ||
| 10921 | text (due to text property), move on to the limit of that text. | ||
| 10922 | |||
| 10923 | 1999-07-01 Andrew Innes <andrewi@gnu.org> | ||
| 10924 | |||
| 10925 | * man.el (Man-build-man-command): Use value of null-device, | ||
| 10926 | instead of hard-coding "/dev/null". | ||
| 10927 | |||
| 10928 | * dos-w32.el (untranslated-canonical-name): Avoid expanding | ||
| 10929 | ange-ftp file names, which might force ange-ftp to prompt for a | ||
| 10930 | password. | ||
| 10931 | |||
| 10932 | * ange-ftp.el (ange-ftp-load): Bind load-force-doc-strings to t, | ||
| 10933 | to prevent references to temp files. | ||
| 10934 | |||
| 10935 | 1999-06-30 Richard Stallman <rms@gnu.org> | ||
| 10936 | |||
| 10937 | * progmodes/sh-script.el (sh-feature): If nothing is known | ||
| 10938 | about the given shell, use the values for `sh'. | ||
| 10939 | |||
| 10940 | 1999-06-30 Andre Spiegel <spiegel@inf.fu-berlin.de> | ||
| 10941 | |||
| 10942 | * vc.el (vc-fetch-cvs-status): Use "-l" option for "cvs status", | ||
| 10943 | to make it non-recursive. | ||
| 10944 | |||
| 10945 | * vc-hooks.el (vc-find-cvs-master): Set case-fold-search correctly. | ||
| 10946 | |||
| 10947 | 1999-06-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | ||
| 10948 | |||
| 10949 | * auto-show.el (auto-show-mode): Fix Typo in :set. | ||
| 10950 | |||
| 10951 | 1999-06-29 Richard M. Stallman <rms@gnu.org> | ||
| 10952 | |||
| 10953 | * progmodes/sh-script.el (sh-mode): When setting syntax | ||
| 10954 | table, default to the standard one. | ||
| 10955 | |||
| 10956 | 1999-06-27 Richard M. Stallman <rms@gnu.org> | ||
| 10957 | |||
| 10958 | * emacs-lisp/lisp-mode.el (eval-defun): Doc fix. | ||
| 10959 | |||
| 10960 | 1999-06-27 Stefan Monnier <monnier@cs.yale.edu> | ||
| 10961 | |||
| 10962 | * textmodes/reftex.el (reftex-pop-to-bibtex-entry): Don't pop up | ||
| 10963 | a frame when `return' is requested (even if pop-up-frames = t) | ||
| 10964 | * textmodes/bibtex.el (bibtex-mode): `font-lock-mark-block-function' | ||
| 10965 | should only be set for the bibtex buffer. | ||
| 10966 | |||
| 10967 | * emacs-lisp/autoload.el (generated-autoload-file): Doc fix. | ||
| 10968 | |||
| 10969 | * progmodes/compile.el: Deal with compilation-error-screen-columns | ||
| 10970 | being buffer-local. | ||
| 10971 | |||
| 10972 | 1999-06-27 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | ||
| 10973 | |||
| 10974 | * comint.el (comint-password-prompt-regexp): Allow "(again)". | ||
| 10975 | |||
| 10976 | 1999-06-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | ||
| 10977 | |||
| 10978 | * cal-x.el (calendar-only-one-frame-setup): New function. | ||
| 10979 | * calendar.el (calendar): Call it if requested. | ||
| 10980 | |||
| 10981 | 1999-06-24 Karl Heuer <kwzh@gnu.org> | ||
| 10982 | |||
| 10983 | * startup.el (iso-8859-n-locale-regexp): Doc fix. | ||
| 10984 | |||
| 10985 | 1999-06-22 Richard M. Stallman <rms@gnu.org> | ||
| 10986 | |||
| 10987 | * mail/supercite.el (sc-emacs-features): Doc fix. | ||
| 10988 | |||
| 10989 | 1999-06-22 Karl Heuer <kwzh@gnu.org> | ||
| 10990 | |||
| 10991 | * files.el (auto-mode-alist): Add pike-mode. | ||
| 10992 | |||
| 10993 | 1999-06-20 Paul R. Eggert <eggert@twinsun.com> | ||
| 10994 | |||
| 10995 | * tar-mode.el (tar-header-block-tokenize): Don't assume that the | ||
| 10996 | last byte of a numeric field is a space or a NUL. Parse it as | ||
| 10997 | potentially part of the number. This is used by GNU tar | ||
| 10998 | 1.12.64012 to handle larger values. | ||
| 10999 | |||
| 11000 | 1999-06-20 Karl Heuer <kwzh@gnu.org> | ||
| 11001 | |||
| 11002 | * custom.el (custom-handle-keyword): Fix error message. | ||
| 11003 | |||
| 11004 | 1999-06-18 Andrew Innes <andrewi@gnu.org> | ||
| 11005 | |||
| 11006 | * mail/smtpmail.el (smtpmail-send-it): Use | ||
| 11007 | convert-standard-filename to make file names for queued mail safe | ||
| 11008 | on Windows (`:' is invalid in file names on Windows). | ||
| 11009 | |||
| 11010 | 1999-06-17 Kenichi Handa <handa@etl.go.jp> | ||
| 11011 | |||
| 11012 | * international/mule-cmds.el (describe-current-input-method): | ||
| 11013 | Current-input-method is string. | ||
| 11014 | (toggle-input-method): Docstring fixed. | ||
| 11015 | |||
| 11016 | * international/mule-diag.el | ||
| 11017 | (describe-current-coding-system-briefly): Fix format string. | ||
| 11018 | |||
| 11019 | * international/mule-util.el (coding-system-eol-type-mnemonic): | ||
| 11020 | Docstring modified. Return a string. | ||
| 11021 | |||
| 11022 | 1999-06-17 Alex Schroeder <a.schroeder@bsiag.ch> | ||
| 11023 | |||
| 11024 | * sql.el (sql-input-ring-file-name): Doc fix. | ||
| 11025 | |||
| 11026 | 1999-06-17 Richard M. Stallman <rms@gnu.org> | ||
| 11027 | |||
| 11028 | * calendar/cal-x.el (special-display-buffer-names): | ||
| 11029 | Don't put (get-file-buffer diary-file) on this list. | ||
| 11030 | |||
| 11031 | 1999-06-17 Mark W Maimone <mwm@helios.jpl.nasa.gov> | ||
| 11032 | |||
| 11033 | * play/mpuz.el (mpuz-try-proposal): Fix message call. | ||
| 11034 | Don't penalize player for certain impossible guesses. | ||
| 11035 | |||
| 11036 | 1999-06-16 Andrew Innes <andrewi@gnu.org> | ||
| 11037 | |||
| 11038 | * ls-lisp.el (ls-lisp-format-time): If timestamp is invalid, | ||
| 11039 | return the string "Unk 0 0000" so at least it appears to be a | ||
| 11040 | valid timestamp to `dired-move-to-filename-regexp'. | ||
| 11041 | |||
| 11042 | 1999-06-15 Ken'ichi Handa <handa@gnu.org> | ||
| 11043 | |||
| 11044 | * ps-print.el (ps-control-character): Fix previous change. | ||
| 11045 | |||
| 11046 | 1999-06-15 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | ||
| 11047 | |||
| 11048 | * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Avoid | ||
| 11049 | multiple output of the last message. | ||
| 11050 | |||
| 11051 | 1999-06-14 Eli Zaretskii <eliz@gnu.org> | ||
| 11052 | |||
| 11053 | * term/internal.el (IT-display-table-setup): Do not remap \222 to | ||
| 11054 | the ASCII apostrophe, as most DOS codepages have some other glyph | ||
| 11055 | there. | ||
| 11056 | |||
| 11057 | 1999-06-14 Ken'ichi Handa <handa@gnu.org> | ||
| 11058 | |||
| 11059 | * language/ethio-util.el (setup-ethiopic-environment-internal): | ||
| 11060 | Use quail-activate-hook instead of obsolete hook quail-mode-hook. | ||
| 11061 | (exit-ethiopic-environment): Likewize. | ||
| 11062 | |||
| 11063 | 1999-06-12 Richard M. Stallman <rms@gnu.org> | ||
| 11064 | |||
| 11065 | * cus-start.el (scroll-preserve-screen-position): Fix typo in type. | ||
| 11066 | |||
| 11067 | 1999-06-12 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | ||
| 11068 | |||
| 11069 | * emulation/crisp.el (crisp-mode): (defcustom) Initialize with | ||
| 11070 | custom-initialize-default to avoid infinite loop. | ||
| 11071 | (crisp-mode): (defun) Call transient-mark-mode here, not when | ||
| 11072 | loading the file. Run crisp-mode-hook here, and run | ||
| 11073 | crisp-load-hook when loading the file. | ||
| 11074 | |||
| 11075 | * mail/rmailout.el (rmail-output-read-rmail-file-name): If in | ||
| 11076 | rmail-summary buffer, search for pattern in rmail-file. | ||
| 11077 | |||
| 11078 | * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Fix typo. | ||
| 11079 | |||
| 11080 | * progmodes/cperl-mode.el (cperl-invalid-face): Fix custom type. | ||
| 11081 | |||
| 11082 | * ps-print.el (ps-printer-name): Fix custom type. | ||
| 11083 | |||
| 11084 | 1999-06-12 Reto Zimmermann <reto@synopsys.com> | ||
| 11085 | |||
| 11086 | * progmodes/vhdl-mode.el (vhdl-port-copy): Fix parsing bug. | ||
| 11087 | (vhdl-port-paste-generic-map): Fix indentation bug. | ||
| 11088 | (vhdl-port-paste-port-map): Fix indentation bug. | ||
| 11089 | (vhdl-scan-file-contents): Make scanning case insensitive. | ||
| 11090 | |||
| 11091 | 1999-06-11 Richard M. Stallman <rms@gnu.org> | ||
| 11092 | |||
| 11093 | * files.el (write-file): When buffer is not already visiting a file, | ||
| 11094 | don't put buffer name in the minibuffer, just make it the default. | ||
| 11095 | Also handle just directory as arg usefully in that case. | ||
| 11096 | |||
| 11097 | * simple.el (sendmail-user-agent-compose): | ||
| 11098 | Ignore case when inserting the rest of the "other" headers. | ||
| 11099 | |||
| 11100 | * help.el (help-for-help): Mention C-h C-i. Clear up C-h n. | ||
| 11101 | |||
| 11102 | * info-look.el (info-lookup-file, info-lookup-symbol): Doc fix. | ||
| 11103 | (info-lookup-interactive-arguments): Never insert the default | ||
| 11104 | into the minibuffer automatically. | ||
| 11105 | |||
| 11106 | * emacs-lisp/cl-extra.el (getf): Don't call get*. | ||
| 11107 | |||
| 11108 | 1999-06-09 Richard M. Stallman <rms@gnu.org> | ||
| 11109 | |||
| 11110 | * simple.el (shell-command): Avoid printing "mark set" message. | ||
| 11111 | |||
| 11112 | 1999-06-09 Dave Love <fx@gnu.org> | ||
| 11113 | |||
| 11114 | * progmodes/compile.el (compilation-error-regexp-alist): Allow | ||
| 11115 | digits in program name in first pattern. | ||
| 11116 | |||
| 11117 | 1999-06-09 Andre Spiegel <spiegel@inf.fu-berlin.de> | ||
| 11118 | |||
| 11119 | * vc.el (vc-dired-mode): Don't match anything before the date in | ||
| 11120 | dired-move-to-filename-regexp. | ||
| 11121 | |||
| 11122 | 1999-06-07 Ken'ichi Handa <handa@gnu.org> | ||
| 11123 | |||
| 11124 | * international/quail.el (quail-define-rules): Fix typo in | ||
| 11125 | docstring. | ||
| 11126 | |||
| 11127 | 1999-06-05 Stephen Eglen <stephen@gnu.org> | ||
| 11128 | |||
| 11129 | * iswitchb.el (iswitchb-default-keybindings): Add | ||
| 11130 | iswitchb-minibuffer-setup to minibuffer-setup-hook here rather | ||
| 11131 | than when package is loaded. | ||
| 11132 | |||
| 11133 | 1999-06-04 Richard M. Stallman <rms@gnu.org> | ||
| 11134 | |||
| 11135 | * startup.el (command-line): Don't set user-init-file directly; | ||
| 11136 | tell `load' to set it. | ||
| 11137 | |||
| 11138 | * ange-ftp.el (ange-ftp-shell-command): Handle error-buffer arg. | ||
| 11139 | |||
| 11140 | * simple.el (next-history-element): | ||
| 11141 | Handle minibuffer-text-before-history properly when reading sexps. | ||
| 11142 | |||
| 11143 | * disp-table.el (standard-display-european): | ||
| 11144 | For an interactive call by the user, | ||
| 11145 | don't set enable-multibyte-characters, | ||
| 11146 | and don't set the terminal coding system. | ||
| 11147 | |||
| 11148 | * textmodes/refbib.el: Don't print any messages or display | ||
| 11149 | a buffer when loading the library. | ||
| 11150 | (r2b-help): Doc fix. | ||
| 11151 | (r2b-help-message): Update the documentation. | ||
| 11152 | (r2b-load-quietly): Variable deleted. | ||
| 11153 | (r2b-convert-buffer): Doc fix. | ||
| 11154 | |||
| 11155 | 1999-06-04 Dave Love <fx@gnu.org> | ||
| 11156 | |||
| 11157 | * help.el (help-xref-interned): Fix insertion of fdoc and revamp. | ||
| 11158 | |||
| 11159 | * auto-show.el: Don't change hooks on loading. | ||
| 11160 | (auto-show-mode): Autoload. Default to nil. Add :set &c. | ||
| 11161 | (auto-show-mode): Add to hooks here. | ||
| 11162 | |||
| 11163 | 1999-06-04 Richard Sharman <rsharman@pobox.com> | ||
| 11164 | |||
| 11165 | * emacs-lisp/regexp-opt.el (regexp-opt-group): Avoid infinite | ||
| 11166 | recursion on bogus input. | ||
| 11167 | |||
| 11168 | 1999-06-04 Eric M. Ludlam <zappo@ultranet.com> | ||
| 11169 | |||
| 11170 | * speedbar.el (speedbar-hack-buffer-menu): Fixed so if the user | ||
| 11171 | does not select a buffer from the buffers menu, then the attached | ||
| 11172 | frame is not switched to anything. | ||
| 11173 | |||
| 11174 | 1999-06-03 Ken'ichi Handa <handa@gnu.org> | ||
| 11175 | |||
| 11176 | * language/vietnamese.el (ccl-encode-vscii): Typo fixed | ||
| 11177 | (viet-viscii-...->viet-vscii...). | ||
| 11178 | |||
| 11179 | * international/mule-conf.el (iso-2022-7bit-lock-ss2): Typo fixed. | ||
| 11180 | |||
| 11181 | 1999-06-01 Dave Love <fx@gnu.org> | ||
| 11182 | |||
| 11183 | * progmodes/fortran.el: Add :link to defgroup. | ||
| 11184 | (fortran-blink-matching-if): Match ELSE statements too. | ||
| 11185 | (fortran-fill-statement, fortran-fill): Bind auto-fill-function so | ||
| 11186 | that filling is always done. | ||
| 11187 | |||
| 11188 | 1999-05-31 Richard M. Stallman <rms@gnu.org> | ||
| 11189 | |||
| 11190 | * simple.el (append-next-kill): Use an arg to distinguish | ||
| 11191 | interactive calls from Lisp calls, rather than (interactive-p). | ||
| 11192 | |||
| 11193 | * international/iso-transl.el (iso-transl-language-alist): | ||
| 11194 | Interchange n and N. | ||
| 11195 | |||
| 11196 | 1999-05-31 Dave Love <fx@gnu.org> | ||
| 11197 | |||
| 11198 | * msb.el Add to minor-mode-map-alist. Remove hook installation | ||
| 11199 | and keymap munging on load. | ||
| 11200 | (msb-mode): New option. | ||
| 11201 | (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory): | ||
| 11202 | Doc fix. | ||
| 11203 | (msb-mode-map): New variable. | ||
| 11204 | (msb-mode): New command. | ||
| 11205 | |||
| 11206 | 1999-05-31 Dave Love <fx@gnu.org> | ||
| 11207 | |||
| 11208 | * ispell.el: (ispell-alternate-dictionary): Fix custom type. | ||
| 11209 | (ispell-complete-word-dict): Likewise. | ||
| 11210 | |||
| 11211 | 1999-05-31 Eli Zaretskii <eliz@gnu.org> | ||
| 11212 | |||
| 11213 | * forms.el (forms-save-buffer): Call set-buffer-modified-p to | ||
| 11214 | force the data buffer to be saved, even if the data didn't | ||
| 11215 | change, in case the write filter was modified. Restore the | ||
| 11216 | current record after read-file-filter finishes. | ||
| 11217 | |||
| 11218 | 1999-05-29 Karl Heuer <kwzh@gnu.org> | ||
| 11219 | |||
| 11220 | * ispell4.el: Obsolete; file deleted. | ||
| 11221 | |||
| 11222 | * textmodes/texinfmt.el (texinfo-format-direntry): Avoid blank line. | ||
| 11223 | |||
| 11224 | * font-lock.el (font-lock-apply-syntactic-highlight): Don't die if | ||
| 11225 | VALUE is a syntax table. | ||
| 11226 | |||
| 11227 | * emacs-lisp/cl.el (custom-print-functions): Add autoload cookie. | ||
| 11228 | |||
| 11229 | * simple.el (zap-to-char): Doc fix. | ||
| 11230 | |||
| 11231 | 1999-05-27 Ken'ichi Handa <handa@gnu.org> | ||
| 11232 | |||
| 11233 | * isearch.el (isearch-quote-char): Don't assume character codes | ||
| 11234 | 0200 - 0237 stand for characters in some single-byte character | ||
| 11235 | charset. | ||
| 11236 | |||
| 11237 | 1999-05-27 Dave Love <fx@gnu.org> | ||
| 11238 | |||
| 11239 | * startup.el: (iso-8859-n-locale-regexp): Don't match 8859-15 &c. | ||
| 11240 | |||
| 11241 | 1999-05-27 Andreas Schwab <schwab@gnu.org> | ||
| 11242 | |||
| 11243 | * dired-aux.el (dired-insert-subdir-doinsert): Check that the | ||
| 11244 | headerline does not exist already. | ||
| 11245 | |||
| 11246 | 1999-05-26 Richard Stallman <rms@gnu.org> | ||
| 11247 | |||
| 11248 | * progmodes/cc-menus.el (cc-imenu-java-generic-expression): | ||
| 11249 | Avoid nested null-loops. | ||
| 11250 | |||
| 11251 | 1999-05-26 Ken'ichi Handa <handa@gnu.org> | ||
| 11252 | |||
| 11253 | * international/characters.el: Typo fixed; prefered->preferred. | ||
| 11254 | |||
| 11255 | * international/mule-cmds.el (find-coding-systems-for-charsets): | ||
| 11256 | Typo fixed; prefered->preferred. | ||
| 11257 | |||
| 11258 | * map-ynp.el (map-y-or-n-p): Don't inherit the current input | ||
| 11259 | method in read-event. | ||
| 11260 | |||
| 11261 | * international/mule.el (charset-info): Doc-string fixed. | ||
| 11262 | |||
| 11263 | 1999-05-25 Ken'ichi Handa <handa@gnu.org> | ||
| 11264 | |||
| 11265 | * mail/smtpmail.el (smtpmail-send-it): Bind | ||
| 11266 | smtpmail-code-conv-from properly. | ||
| 11267 | (smtpmail-send-data-1): If DATA is a multibyte string, encode it | ||
| 11268 | by smtpmail-code-conv-from. | ||
| 11269 | |||
| 11270 | 1999-05-24 Richard Stallman <rms@gnu.org> | ||
| 11271 | |||
| 11272 | * emulation/crisp.el (crisp-submit-bug-report): Function deleted. | ||
| 11273 | Binding deleted also. | ||
| 11274 | |||
| 11275 | 1999-05-24 Karl Heuer <kwzh@gnu.org> | ||
| 11276 | |||
| 11277 | * comint.el (comint-bol-or-process-mark): Doc fix. | ||
| 11278 | |||
| 11279 | 1999-05-23 Dave Love <fx@gnu.org> | ||
| 11280 | |||
| 11281 | * emulation/crisp.el (crisp-mode-map): Don't inherit global-map. | ||
| 11282 | Enter it on minor-mode-map-alist. | ||
| 11283 | (crisp-mode): Re-named from `crsip-mode-enabled'. Users changed. | ||
| 11284 | Autoload. Add custom setter. | ||
| 11285 | (crisp-mark-line): Doc fix. | ||
| 11286 | (crisp-mode): Autoload. Re-write not to frob keymaps directly. | ||
| 11287 | (crisp-mode-hook): Define. | ||
| 11288 | |||
| 11289 | 1999-05-23 Ken'ichi Handa <handa@gnu.org> | ||
| 11290 | |||
| 11291 | * files.el (recover-file): Recover buffer-file-coding-system. | ||
| 11292 | |||
| 11293 | 1999-05-22 Richard Stallman <rms@gnu.org> | ||
| 11294 | |||
| 11295 | * vc.el (vc-dired-mode): Make the dired-move-to-filename-regexp | ||
| 11296 | regexp match the date, to avoid treating date as file size. | ||
| 11297 | Add YYYY S option to WESTERN/ | ||
| 11298 | |||
| 11299 | * bookmark.el: Delete some XEmacs compatibility code. | ||
| 11300 | (bookmark-jump-noselect): Check vc-backend. | ||
| 11301 | |||
| 11302 | * subr.el (add-to-list): Doc fix. | ||
| 11303 | |||
| 11304 | 1999-05-21 Stephen Eglen <stephen@gnu.org> | ||
| 11305 | |||
| 11306 | * diary-lib.el (diary-mail-entries): Use fancy-diary-buffer. | ||
| 11307 | |||
| 11308 | 1999-05-18 Richard Stallman <rms@gnu.org> | ||
| 11309 | |||
| 11310 | * textmodes/texinfmt.el (texinfo-anchor): Don't delete a | ||
| 11311 | non-space after the @anchor command. | ||
| 11312 | (texinfo-format-var): Handle other nested constructs, using | ||
| 11313 | texinfo-parse-expanded-arg and texinfo-discard-command, not | ||
| 11314 | texinfo-parse-arg-discard. | ||
| 11315 | |||
| 11316 | * emacs-lisp/debug.el (debugger-outer-inhibit-redisplay): New variable. | ||
| 11317 | (debug): Bind and use debugger-outer-inhibit-redisplay. | ||
| 11318 | Bind inhibit-redisplay to nil. | ||
| 11319 | (debugger-env-macro): Treat inhibit-redisplay like other outside vars. | ||
| 11320 | |||
| 11321 | 1999-05-17 Dave Love <fx@gnu.org> | ||
| 11322 | |||
| 11323 | * help.el (describe-function-1): Extra arg, interactive-p. | ||
| 11324 | (describe-key, describe-function): Use it. | ||
| 11325 | |||
| 11326 | 1999-05-17 Karl Heuer <kwzh@gnu.org> | ||
| 11327 | |||
| 11328 | * ispell.el (ispell-local-dictionary-alist): Add autoload cookie. | ||
| 11329 | |||
| 11330 | 1999-05-16 Dave Love <fx@gnu.org> | ||
| 11331 | |||
| 11332 | * cus-start.el (all): Delete selective-display. Add scroll-margin, | ||
| 11333 | scroll-preserve-screen-position, scroll-conservatively. | ||
| 11334 | |||
| 11335 | 1999-05-16 Dave Love <fx@gnu.org> | ||
| 11336 | |||
| 11337 | * emacs-lisp/byte-opt.el (byte-optimize-plus): Fix 1-arg case. | ||
| 11338 | |||
| 11339 | 1999-05-15 Reto Zimmermann <reto@Synopsys.COM> | ||
| 11340 | |||
| 11341 | * progmodes/vhdl-mode.el: Completely revised and massively extended. | ||
| 11342 | |||
| 11343 | 1999-05-15 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | ||
| 11344 | |||
| 11345 | * progmodes/sh-script.el (sh-mode): Do not fail if buffer has no | ||
| 11346 | magic number and is not associated with a file. | ||
| 11347 | |||
| 11348 | 1999-05-14 Richard M. Stallman <rms@gnu.org> | ||
| 11349 | |||
| 11350 | * files.el (find-file-noselect-1): Fix previous change. | ||
| 11351 | |||
| 11352 | 1999-05-14 Simon Marshall <simon@gnu.org> | ||
| 11353 | |||
| 11354 | * fast-lock.el (fast-lock-cache-name): Fix test for `windows-nt'. | ||
| 11355 | |||
| 11356 | 1999-05-13 Ken'ichi Handa <handa@gnu.org> | ||
| 11357 | |||
| 11358 | * international/mule-diag.el (mule-diag): Change MULE to Mule in | ||
| 11359 | docstring. | ||
| 11360 | |||
| 11361 | * international/mule-cmds.el: Change MULE to Mule in docstrings | ||
| 11362 | and menus. | ||
| 11363 | |||
| 11364 | 1999-05-10 Kenichi HANDA <handa@etl.go.jp> | ||
| 11365 | |||
| 11366 | * ps-mule.el (ps-mule-prologue): Fix the definition of DefFontMule | ||
| 11367 | to correctly reflect the value of BaseLineOffset in | ||
| 11368 | RelativeCompose. Now the value of RelativeCompose is an array of | ||
| 11369 | low and high positions. | ||
| 11370 | (ps-mule-cmpchar-prologue): Adjust the definition of BC, EC, and | ||
| 11371 | RLC for the above change. | ||
| 11372 | |||
| 11373 | 1995-05-11 Joel N. Weber II <devnull@melange.gnu.org> | ||
| 11374 | |||
| 11375 | * comint.el (comint-password-prompt-regexp): Modified to match the | ||
| 11376 | output of ksu and ssh-add. | ||
| 11377 | |||
| 11378 | 1999-05-11 Kenichi HANDA <handa@etl.go.jp> | ||
| 11379 | |||
| 11380 | * language/korea-util.el (isearch-toggle-korean-input-method): | ||
| 11381 | Adjusted for the change of input method handling in isearch.el. | ||
| 11382 | (isearch-hangul-switch-symbol-ksc): Likewise. | ||
| 11383 | (isearch-hangul-switch-hanja): Likewise. | ||
| 11384 | |||
| 11385 | 1999-05-10 Dave Love <fx@gnu.org> | ||
| 11386 | |||
| 11387 | * help.el (help-make-xrefs): Fix typo. | ||
| 11388 | |||
| 11389 | 1999-05-10 Andreas Schwab <schwab@gnu.org> | ||
| 11390 | |||
| 11391 | * emacs-lisp/byte-opt.el (byte-boolean-vars): Add | ||
| 11392 | unibyte-display-via-language-environment. | ||
| 11393 | |||
| 11394 | * help.el (help-make-xrefs): Handle more cases when looking for | ||
| 11395 | commands in a keymap description. | ||
| 11396 | |||
| 11397 | 1999-05-10 Eli Zaretskii <eliz@gnu.org> | ||
| 11398 | |||
| 11399 | * loadup.el: For ms-dos systems, load ccl and codepage. | ||
| 11400 | |||
| 11401 | 1999-05-09 Ken'ichi Handa <handa@gnu.org> | ||
| 11402 | |||
| 11403 | * ps-print.el (ps-control-character): Call | ||
| 11404 | ps-mule-prepare-ascii-font to setup ASCII fonts. | ||
| 11405 | |||
| 11406 | * ps-mule.el (ps-mule-begin-job): Redo this change "if | ||
| 11407 | ps-multibyte-buffer is nil, use | ||
| 11408 | ps-mule-font-info-database-default." | ||
| 11409 | |||
| 11410 | 1999-05-08 Ken Stevens <k.stevens@ieee.org> | ||
| 11411 | |||
| 11412 | * ispell.el (ispell-local-dictionary-alist): New variable for | ||
| 11413 | customizing local dictionaries not accessable by everyone. | ||
| 11414 | (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'. | ||
| 11415 | (ispell-required-version): Changed format `(major minor | ||
| 11416 | revision)' to support general pattern matching. | ||
| 11417 | (ispell-tex-skip-alists): AMS Tex block comment and `\author' | ||
| 11418 | skip region commented out due to incorrect skip potential in std latex. | ||
| 11419 | (ispell-word): Removed `when' macro. Fixed bug of not restoring | ||
| 11420 | cursor point on small words for calls from `ispell-minor-mode'. | ||
| 11421 | (check-ispell-version): Tests and accepts versions major.minor | ||
| 11422 | and above, with adjustments for interactions in 3.1.0-3.1.11. | ||
| 11423 | (ispell-get-line): No longer skips ispell process special characters. | ||
| 11424 | (ispell-comments-and-strings): Removed `when' macro call. | ||
| 11425 | (ispell-minor-check): Requires ispell-word to restore cursor point. | ||
| 11426 | (ispell-buffer-local-parsing): Supports checking comments only. | ||
| 11427 | |||
| 11428 | 1999-05-08 Karl Heuer <kwzh@gnu.org> | ||
| 11429 | |||
| 11430 | * comint.el (comint-password-prompt-regexp): Fix last change to be | ||
| 11431 | more specific. | ||
| 11432 | |||
| 11433 | 1999-05-07 Richard M. Stallman <rms@gnu.org> | ||
| 11434 | |||
| 11435 | * subr.el (with-temp-message): Fix the other call to message | ||
| 11436 | to use %s. | ||
| 11437 | |||
| 11438 | 1999-05-07 Michael Ernst <mernst@alum.mit.edu> | ||
| 11439 | |||
| 11440 | * gud.el (gud-format-command): "%F" means file sans extension. | ||
| 11441 | (jdb): Use %F, not %f, for gud-break. | ||
| 11442 | |||
| 11443 | 1999-05-07 Joel N. Weber II <devnull@melange.gnu.org> | ||
| 11444 | |||
| 11445 | * comint.el (comint-password-prompt-regexp): Modified so that it | ||
| 11446 | matches the output of kinit. | ||
| 11447 | |||
| 11448 | 1999-05-06 Greg Stark <gsstark@mit.edu> | ||
| 11449 | |||
| 11450 | * timezone.el (timezone-parse-date): Recognize new format used in | ||
| 11451 | internet cookies. | ||
| 11452 | |||
| 11453 | 1999-05-04 Tudor Hulubei <tudor@cs.unh.edu> | ||
| 11454 | |||
| 11455 | * international/iso-acc.el (iso-languages): Add latin-2 cedillas. | ||
| 11456 | |||
| 11457 | 1999-05-04 Andrew Innes <andrewi@gnu.org> | ||
| 11458 | |||
| 11459 | * time.el (display-time-update): Allow for wrap-around when | ||
| 11460 | checking against display-time-server-down-time. | ||
| 11461 | |||
| 11462 | 1999-05-04 Ken'ichi Handa <handa@gnu.org> | ||
| 11463 | |||
| 11464 | * international/mule-diag.el (describe-coding-system): Fix English | ||
| 11465 | message. | ||
| 11466 | |||
| 11467 | 1999-05-03 Jason Rumney <jasonr@altavista.net> | ||
| 11468 | |||
| 11469 | * term/w32-win.el: Change the x-charset-registry property for the | ||
| 11470 | Japanese charsets that are supported by Japanese Windows fonts. | ||
| 11471 | |||
| 11472 | 1999-05-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | ||
| 11473 | |||
| 11474 | * diary-lib.el (diary-remind): Rewritten to behave sensibly for | ||
| 11475 | diary-block diary entries for which the reminders and the diary | ||
| 11476 | entries can overlap. | ||
| 11477 | |||
| 11478 | 1999-05-02 Jason Rumney <jasonr@altavista.net> | ||
| 11479 | |||
| 11480 | * term/w32-win.el (mouse-set-font): Ensure constructed fontset | ||
| 11481 | matches the font selected in the dialog. | ||
| 11482 | |||
| 11483 | 1999-05-02 Dave Love <fx@gnu.org> | ||
| 11484 | |||
| 11485 | * browse-url.el (browse-url-browser-function): Add :version. | ||
| 11486 | |||
| 11487 | * international/mule.el (auto-coding-alist): Add .tgz. | ||
| 11488 | |||
| 11489 | 1999-05-2 Eli Zaretskii <eliz@is.elta.co.il> | ||
| 11490 | |||
| 11491 | * international/codepage.el (cp-coding-system-for-codepage-1): | ||
| 11492 | Make the magnification parameter for the -dos encoder be 2. | ||
| 11493 | |||
| 11494 | 1999-05-2 Andrew Innes <andrewi@gnu.org> | ||
| 11495 | |||
| 11496 | * term/w32-win.el (w32-drag-n-drop): Select file in window where | ||
| 11497 | it is dropped, rather than current window. | ||
| 11498 | |||
| 11499 | * mail/smtpmail.el (smtpmail-deduce-address-list): Bind variables | ||
| 11500 | after switching buffer, as case-fold-search is a buffer local | ||
| 11501 | variable. | ||
| 11502 | |||
| 11503 | * w32-fns.el (convert-standard-filename): Only convert directory | ||
| 11504 | separators to backslash if the interactive shell is one of the | ||
| 11505 | standard Windows shells that has DOS semantics. | ||
| 11506 | |||
| 11507 | * ls-lisp.el (ls-lisp-format-time): Trap errors from | ||
| 11508 | format-time-string, and return a suitable string to indicate the | ||
| 11509 | timestamp was invalid. | ||
| 11510 | |||
| 11511 | * hexl.el (hexlify-command): Apply shell-quote-argument after | ||
| 11512 | expanding hexl-program in case exec-directory contains a space. | ||
| 11513 | (dehexlify-command): Ditto. | ||
| 11514 | |||
| 11515 | * dos-w32.el (file-name-buffer-file-type-alist): Remove various | ||
| 11516 | file extension regexps which aren't necessarily binary files. | ||
| 11517 | (direct-print-region-helper): Use subst-char-in-string instead of | ||
| 11518 | binding directory-sep-char to convert filenames to DOS syntax. | ||
| 11519 | (direct-print-region-use-command-dot-com): New variable. | ||
| 11520 | (direct-print-region-helper): Use it to control whether to invoked | ||
| 11521 | command.com to print on Windows 9x. | ||
| 11522 | |||
| 11523 | * browse-url.el (browse-url-browser-function): Default to | ||
| 11524 | browse-url-default-windows-browser on windows-nt. | ||
| 11525 | (browse-url-default-windows-browser): New function. | ||
| 11526 | |||
| 11527 | 1999-04-30 Eli Zaretskii <eliz@is.elta.co.il> | ||
| 11528 | |||
| 11529 | * forms.el (forms-mode): Don't call forms-first-record or | ||
| 11530 | forms-last-record if the data file has zero records. | ||
| 11531 | |||
| 11532 | 1999-04-29 Richard M. Stallman <rms@gnu.org> | ||
| 11533 | |||
| 11534 | * files.el (find-file-noselect-1): If buffer-file-name has changed | ||
| 11535 | after find-file-not-found-hooks runs, recompute the truename. | ||
| 11536 | And don't use FILENAME after that point. | ||
| 11537 | |||
| 11538 | 1999-04-27 Dave Love <fx@gnu.org> | ||
| 11539 | |||
| 11540 | * paren.el (show-paren-mode) | ||
| 11541 | * which-func.el (which-func-mode-global) | ||
| 11542 | * type-break.el (type-break-mode) | ||
| 11543 | * time.el (display-time-mode) | ||
| 11544 | * rsz-mini.el (resize-minibuffer-mode) | ||
| 11545 | * mouse-sel.el (mouse-sel-mode) | ||
| 11546 | * icomplete.el (icomplete-mode) | ||
| 11547 | * hscroll.el (hscroll-global-mode) | ||
| 11548 | * help.el (temp-buffer-resize-mode) | ||
| 11549 | * font-lock.el (global-font-lock-mode) | ||
| 11550 | * delsel.el (delete-selection-mode) | ||
| 11551 | * avoid.el (mouse-avoidance-mode) | ||
| 11552 | * autoinsert.el (auto-insert-mode) | ||
| 11553 | * winner.el (winner-mode): Doc fix. | ||
| 11554 | |||
| 11555 | 1999-04-26 Karl Heuer <kwzh@gnu.org> | ||
| 11556 | |||
| 11557 | * mail/rmail.el (rmail-next-same-subject): When searching, ignore | ||
| 11558 | the same whitespace that was ignored in choosing the subject string. | ||
| 11559 | |||
| 11560 | 1999-04-26 Richard M. Stallman <rms@gnu.org> | ||
| 11561 | |||
| 11562 | * info.el (Info-find-node): Position properly after finding anchor. | ||
| 11563 | |||
| 11564 | * cus-start.el (all): Handle unibyte-display-via-language-environment. | ||
| 11565 | |||
| 11566 | * simple.el (indent-new-comment-line): Fix previous change. | ||
| 11567 | |||
| 11568 | * complete.el: Delete the wildcard expansion feature | ||
| 11569 | since that is now standard in find-file. | ||
| 11570 | (PC-try-load-many-files): Function deleted. | ||
| 11571 | (PC-after-load-many-files): Function deleted. | ||
| 11572 | (PC-many-files-list): Variable deleted. | ||
| 11573 | (PC-disable-wildcards): Variable deleted. | ||
| 11574 | (partial-completion-mode): Don't enable the wildcard feature. | ||
| 11575 | |||
| 11576 | * complete.el (PC-look-for-include-file): Don't set global variables | ||
| 11577 | `error', `buf' and `filename' here. | ||
| 11578 | |||
| 11579 | * mail/sendmail.el (mail-sent-via): Use copy-marker not make-marker. | ||
| 11580 | |||
| 11581 | 1999-04-26 John Wiegley <johnw@oneworld.new-era.com> | ||
| 11582 | |||
| 11583 | * textmodes/outline.el (outline-regexp): Doc fix. | ||
| 11584 | |||
| 11585 | 1999-04-26 John Wiegley <johnw@borland.com> | ||
| 11586 | |||
| 11587 | * progmodes/compile.el (compilation-error-regexp-alist): Recognize | ||
| 11588 | C++Builder 4.0 error message syntax. | ||
| 11589 | |||
| 11590 | 1999-04-26 Mark Diekhans <markd@Grizzly.COM> | ||
| 11591 | |||
| 11592 | * progmodes/compile.el (grep-compute-defaults): If xargs -e isn't | ||
| 11593 | supported, use find -exec. | ||
| 11594 | |||
| 11595 | 1999-04-26 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp> | ||
| 11596 | |||
| 11597 | * textmodes/texinfmt.el (texinfo-format-buffer): Bind | ||
| 11598 | coding-system-for-write, to avoid hanging when non-interactive. | ||
| 11599 | |||
| 11600 | 1999-04-26 Dirk Herrmann <D.Herrmann@tu-bs.de> | ||
| 11601 | |||
| 11602 | * textmodes/bibtex.el (bibtex-reference-head): Allow entries to | ||
| 11603 | start with a newline. | ||
| 11604 | |||
| 11605 | 1999-04-13 Ken'ichi Handa <handa@gnu.org> | ||
| 11606 | |||
| 11607 | * international/mule-conf.el (x-ctext): New coding system. | ||
| 11608 | |||
| 11609 | 1999-04-12 Richard M. Stallman <rms@gnu.org> | ||
| 11610 | |||
| 11611 | * international/mule-cmds.el (input-method-function): | ||
| 11612 | Add permanent-local property. | ||
| 11613 | |||
| 11614 | 1999-04-12 Dave Love <fx@gnu.org> | ||
| 11615 | |||
| 11616 | * jka-compr.el (jka-compr-insert-file-contents): Fix previous | ||
| 11617 | change to use jka-compr-byte-compiler-base-file-name. | ||
| 11618 | |||
| 11619 | * supercite.el (sc-scan-info-alist): Revert last change. | ||
| 11620 | (sc-attrib-selection-list): Fix :type here instead. | ||
| 11621 | |||
| 11622 | 1999-04-11 Eli Zaretskii <eliz@gnu.org> | ||
| 11623 | |||
| 11624 | * international/mule.el (auto-coding-alist-lookup): Include ms-dos | ||
| 11625 | in the list of case-insensitive filesystems. | ||
| 11626 | |||
| 11627 | 1999-04-09 Kenichi Handa <handa@etl.go.jp> | ||
| 11628 | |||
| 11629 | * international/fontset.el (create-fontset-from-fontset-spec): | ||
| 11630 | Don't register duplicated alias fontset names. | ||
| 11631 | |||
| 11632 | 1999-04-08 Richard Stallman <rms@gnu.org> | ||
| 11633 | |||
| 11634 | * international/mule.el (auto-coding-alist-lookup): New function. | ||
| 11635 | (set-auto-coding): Use auto-coding-alist-lookup. | ||
| 11636 | |||
| 11637 | * jka-compr.el (jka-compr-insert-file-contents): | ||
| 11638 | Use auto-coding-alist-lookup to check for files that | ||
| 11639 | should not have eol conversion, in the unibyte case. | ||
| 11640 | |||
| 11641 | 1999-04-07 Dave Love <fx@gnu.org> | ||
| 11642 | |||
| 11643 | * help.el (describe-variable): Check custom-loads property as well | ||
| 11644 | as custom-type. | ||
| 11645 | |||
| 11646 | * abbrev.el (abbrev-mode): Customizing sets the default value. | ||
| 11647 | |||
| 11648 | 1999-04-08 Andre Spiegel <spiegel@inf.fu-berlin.de> | ||
| 11649 | |||
| 11650 | * vc.el (vc-backend-revert): For CVS files that were made | ||
| 11651 | writeable with "cvs edit", call "cvs unedit" to undo that. | ||
| 11652 | |||
| 11653 | 1999-04-08 Dave Love <fx@gnu.org> | ||
| 11654 | |||
| 11655 | * mail/supercite.el: (sc-attrib-selection-list): Fix custom type | ||
| 11656 | more. | ||
| 11657 | (sc-emacs-features): Recognize Emacs 20. | ||
| 11658 | (sc-read-string): Use history arg. | ||
| 11659 | (sc-scan-info-alist): Check for rtnvalue a cons. | ||
| 11660 | |||
| 11661 | 1999-04-08 Kenichi HANDA <handa@etl.go.jp> | ||
| 11662 | |||
| 11663 | * gnus/gnus-mule.el (gnus-mule-message-send-mail-function): Find a | ||
| 11664 | coding system to encode the message by | ||
| 11665 | select-message-coding-system. | ||
| 11666 | |||
| 11667 | 1999-04-07 Richard Stallman <rms@gnu.org> | ||
| 11668 | |||
| 11669 | * progmodes/sql.el (sql-send-paragraph): Delete duplicate definition. | ||
| 11670 | |||
| 11671 | * winner.el: Reorder definitions. | ||
| 11672 | |||
| 11673 | * mail/mh-utils.el (mh-find-progs): Try /etc/nmh and lib/nmh dirs. | ||
| 11674 | |||
| 11675 | * mail/rmail.el (rmail-decode-babyl-format): | ||
| 11676 | Undo previous change. | ||
| 11677 | |||
| 11678 | 1999-04-06 Richard Stallman <rms@gnu.org> | ||
| 11679 | |||
| 11680 | * info.el (Info-find-node): Check for an anchor at the | ||
| 11681 | proper place, before reading an indirect file. | ||
| 11682 | |||
| 11683 | * imenu.el (imenu--mouse-menu): Use assq when searching in FINAL. | ||
| 11684 | |||
| 11685 | * jka-compr.el (jka-compr-insert-file-contents): | ||
| 11686 | Use raw-text-unix when we want no conversion. | ||
| 11687 | |||
| 11688 | 1999-04-06 Thierry Emery <Thierry.Emery@nmu.alcatel.fr> | ||
| 11689 | |||
| 11690 | * timezone.el (timezone-parse-date): Corrected regexp for | ||
| 11691 | style (5) date format so that tenths of seconds are optional. | ||
| 11692 | |||
| 11693 | 1999-04-05 Eli Zaretskii <eliz@gnu.org> | ||
| 11694 | |||
| 11695 | * term/internal.el (dos-cpNNN-setup): New function, with the guts | ||
| 11696 | of dos-codepage-setup. | ||
| 11697 | (cjk-codepages-alist): New variable, an alist of Far-Eastern | ||
| 11698 | codepages for which there's no need to set up cpNNN coding | ||
| 11699 | systems. | ||
| 11700 | (dos-codepage-setup): Support Far-Eastern DOS terminals. | ||
| 11701 | |||
| 11702 | 1999-04-05 Richard Stallman <rms@gnu.org> | ||
| 11703 | |||
| 11704 | * mail/rmail.el (rmail-ignored-headers): Doc fix. | ||
| 11705 | |||
| 11706 | 1999-04-02 Richard Stallman <rms@gnu.org> | ||
| 11707 | |||
| 11708 | * progmodes/compile.el (compilation-handle-exit): Do right thing | ||
| 11709 | if (car status) doesn't end in a newline. | ||
| 11710 | |||
| 11711 | 1999-04-01 Dave Love <fx@gnu.org> | ||
| 11712 | |||
| 11713 | * progmodes/sql.el (SQL): Add defgroup :version. | ||
| 11714 | |||
| 11715 | 1999-03-31 Richard M. Stallman <rms@gnu.org> | ||
| 11716 | |||
| 11717 | * emacs-lisp/bytecomp.el (byte-compile-file): Clear | ||
| 11718 | buffer-file-coding-system. If the coding system used is raw-text, | ||
| 11719 | etc., make the *Compiler Input* buffer unibyte. | ||
| 11720 | |||
| 11721 | * international/mule.el (find-new-buffer-file-coding-system): Doc fix. | ||
| 11722 | |||
| 11723 | * loadup.el: Don't write the fns-...el file if not dumping. | ||
| 11724 | |||
| 11725 | 1999-03-31 Dave Love <fx@gnu.org> | ||
| 11726 | |||
| 11727 | * snmp-mode.el (snmp): Fix defgroup :version. | ||
| 11728 | |||
| 11729 | * hilit-chg.el (highlight-changes): Add defgroup :version. | ||
| 11730 | |||
| 11731 | 1999-03-31 Andreas Schwab <schwab@gnu.org> | ||
| 11732 | |||
| 11733 | * gnus/gnus-sum.el (gnus-data-compute-positions): Move down after | ||
| 11734 | the gnus-save-hidden-threads macro. | ||
| 11735 | |||
| 11736 | 1999-03-30 Per Abrahamsen <abraham@dina.kvl.dk> | ||
| 11737 | |||
| 11738 | * faces.el (face-set-after-frame-default): Obey the | ||
| 11739 | `customized-face' for new faces. | ||
| 11740 | |||
| 11741 | 1999-03-30 Dave Love <fx@gnu.org> | ||
| 11742 | |||
| 11743 | * international/mule-cmds.el (current-language-environment): Doc fix. | ||
| 11744 | * abbrev.el (abbrev-mode): Doc fix. | ||
| 11745 | * autoinsert.el (auto-insert-mode): Doc fix. | ||
| 11746 | * complete.el (partial-completion-mode): Doc fix. | ||
| 11747 | * avoid.el (mouse-avoidance-mode): Doc fix. | ||
| 11748 | * delsel.el (delete-selection-mode): Doc fix. | ||
| 11749 | * font-lock.el (global-font-lock-mode): Doc fix. | ||
| 11750 | * help.el (temp-buffer-resize-mode): Doc fix. | ||
| 11751 | * hscroll.el (hscroll-global-mode): Doc fix. | ||
| 11752 | * icomplete.el (icomplete-mode): Doc fix. | ||
| 11753 | * mouse-sel.el (mouse-sel-mode): Doc fix. | ||
| 11754 | * paren.el (show-paren-mode): Doc fix. | ||
| 11755 | * rsz-mini.el (resize-minibuffer-mode): Doc fix. | ||
| 11756 | * time.el (display-time-mode): Doc fix. | ||
| 11757 | * type-break.el (type-break-mode): Doc fix. | ||
| 11758 | * which-func.el (which-func-mode-global): Doc fix. | ||
| 11759 | * winner.el (winner-mode): Doc fix. | ||
| 11760 | |||
| 11761 | 1999-03-30 Michael Ernst <mernst@alum.mit.edu> | ||
| 11762 | |||
| 11763 | * wid-edit.el (widget-before-change): Signal text-read-only rather | ||
| 11764 | than an ordinary error. | ||
| 11765 | |||
| 11766 | 1999-03-30 Richard M. Stallman <rms@gnu.org> | ||
| 11767 | |||
| 11768 | * repeat.el: Don't require advice. | ||
| 11769 | (repeat): Do function-indirection in check for kbd macro. | ||
| 11770 | In self-insert case, use the *last* char in INSERTION. | ||
| 11771 | |||
| 11772 | 1999-03-30 Karl Heuer <kwzh@gnu.org> | ||
| 11773 | |||
| 11774 | * progmodes/cc-cmds.el (c-indent-command): Doc fix. | ||
| 11775 | |||
| 11776 | 1999-03-29 Andreas Schwab <schwab@gnu.org> | ||
| 11777 | |||
| 11778 | * textmodes/tex-mode.el (tex-start-shell): Use add-hook for | ||
| 11779 | comint-input-filter-functions. Make variables related to shell | ||
| 11780 | directory tracking local. | ||
| 11781 | |||
| 11782 | 1999-03-26 Andreas Schwab <schwab@gnu.org> | ||
| 11783 | |||
| 11784 | * emacs-lisp/debug.el (debug): Make *Backtrace* buffer writable. | ||
| 11785 | |||
| 11786 | * simple.el (shell-command-on-region): Cope with exit-status being | ||
| 11787 | nil, which happens if call-process-region was interrupted. | ||
| 11788 | |||
| 11789 | 1999-03-26 Richard M. Stallman <rms@gnu.org> | ||
| 11790 | |||
| 11791 | * simple.el (indent-new-comment-line): Handle use at a point | ||
| 11792 | after a comment-end. Handle multiple comments. | ||
| 11793 | |||
| 11794 | * mail/rmail.el (rmail-decode-babyl-format): | ||
| 11795 | To prevent locking, bind buffer-file-name to nil. | ||
| 11796 | |||
| 11797 | 1999-03-26 Karl Fogel <kfogel@red-bean.com> | ||
| 11798 | |||
| 11799 | * mail-hist.el (mail-hist-current-header-name): Don't make | ||
| 11800 | off-by-one-error when determining if in message body. | ||
| 11801 | |||
| 11802 | 1999-03-25 Andrew Innes <andrewi@gnu.org> | ||
| 11803 | |||
| 11804 | * w32-fns.el (set-default-process-coding-system): Copied from | ||
| 11805 | dos-w32.el, but modified to use Unix line endings for process | ||
| 11806 | input, and to add a suitable entry to process-coding-system-alist | ||
| 11807 | for DOS shells. | ||
| 11808 | |||
| 11809 | * dos-fns.el (set-default-process-coding-system): Copied from | ||
| 11810 | dos-w32.el. | ||
| 11811 | |||
| 11812 | * dos-w32.el (set-default-process-coding-system): Move function to | ||
| 11813 | dos-fns.el; a different version is used in w32-fns.el. | ||
| 11814 | |||
| 11815 | 1999-03-24 Dave Love <fx@gnu.org> | ||
| 11816 | |||
| 11817 | * info.el (Info-directory-list): Revert change to re-writing | ||
| 11818 | Info-default-directory-list, but put `alternative' first. | ||
| 11819 | (Info-insert-dir): Modify selecting the top dir file as a consequence. | ||
| 11820 | |||
| 11821 | 1999-03-23 Simon Marshall <simon@gnu.org> | ||
| 11822 | |||
| 11823 | * font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is | ||
| 11824 | on the line by itself. | ||
| 11825 | (java-font-lock-keywords-2): Likewise. Don't fontify a class name if | ||
| 11826 | it is not in a declarative context. | ||
| 11827 | |||
| 11828 | 1999-03-22 Per Abrahamsen <abraham@dina.kvl.dk> | ||
| 11829 | |||
| 11830 | * cus-edit.el (custom-variable-prompt): Allow customization of | ||
| 11831 | autoloaded symbols. | ||
| 11832 | |||
| 11833 | 1999-03-22 Kenichi HANDA <handa@etl.go.jp> | ||
| 11834 | |||
| 11835 | * simple.el (what-cursor-position): Don't cause error when point | ||
| 11836 | is at invalid multibyte sequence. | ||
| 11837 | |||
| 11838 | 1999-03-21 Karl Heuer <kwzh@gnu.org> | ||
| 11839 | |||
| 11840 | * complete.el (partial-completion-mode): Doc fix. | ||
| 11841 | |||
| 11842 | 1999-03-19 Richard M. Stallman <rms@gnu.org> | ||
| 11843 | |||
| 11844 | * progmodes/cplus-md.el (old-c++): Remove :group. | ||
| 11845 | |||
| 11846 | * progmodes/c-mode.el (old-c): Remove :group. | ||
| 11847 | |||
| 11848 | 1999-03-18 Simon Marshall <simon@gnu.org> | ||
| 11849 | |||
| 11850 | * font-lock.el (c-font-lock-keywords-2): Added "complex" type. | ||
| 11851 | (java-font-lock-keywords-2): Added "strictfp" keyword. | ||
| 11852 | |||
| 11853 | 1999-03-17 Jason Rumney <jasonr@altavista.net> | ||
| 11854 | |||
| 11855 | * w32-fns.el (set-w32-system-coding-system) New function. | ||
| 11856 | (w32-system-coding-system) Initialize to 'iso-latin-1. | ||
| 11857 | |||
| 11858 | 1999-03-17 Eli Zaretskii <eliz@gnu.org> | ||
| 11859 | |||
| 11860 | * international/mule-cmds.el (set-language-environment): Fix | ||
| 11861 | previous change: don't use dos-codepage when unbound. | ||
| 11862 | |||
| 11863 | 1999-03-17 Karl Heuer <kwzh@gnu.org> | ||
| 11864 | |||
| 11865 | * calendar/appt.el (appt-make-list): Fix previous change. | ||
| 11866 | |||
| 11867 | 1999-03-16 Richard M. Stallman <rms@gnu.org> | ||
| 11868 | |||
| 11869 | * window.el (shrink-window-if-larger-than-buffer): | ||
| 11870 | Don't try to redisplay with the cursor at the end | ||
| 11871 | on its own line--that would force a scroll and spoil things. | ||
| 11872 | |||
| 11873 | 1999-03-16 Eli Zaretskii <eliz@gnu.org> | ||
| 11874 | |||
| 11875 | * international/mule-cmds.el (set-language-environment): Don't use | ||
| 11876 | cpNNN-nonascii-translation-table if it is unbound. | ||
| 11877 | |||
| 11878 | * term/internal.el (dos-codepage-setup): Compute the unibyte | ||
| 11879 | syntax table and bind unibyte-display-via-language-environment | ||
| 11880 | here, rather than at top level, so that resetting to unibyte in | ||
| 11881 | .emacs works as expected. | ||
| 11882 | |||
| 11883 | 1999-03-15 Simon Marshall <simon@gnu.org> | ||
| 11884 | |||
| 11885 | * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword. | ||
| 11886 | |||
| 11887 | 1999-03-14 Milan Zamazal <pdm@pvt.net> | ||
| 11888 | |||
| 11889 | * abbrev.el (inverse-add-abbrev): Inherit the current input method. | ||
| 11890 | |||
| 11891 | 1999-03-14 Kenichi Handa <handa@etl.go.jp> | ||
| 11892 | |||
| 11893 | * international/mule-util.el (detect-coding-with-priority): | ||
| 11894 | Restore the internal database. | ||
| 11895 | |||
| 11896 | 1999-03-14 Stephen Eglen <stephen@gnu.org> | ||
| 11897 | |||
| 11898 | * mail/sendmail.el (sendmail-send-it): Fix typo in error string | ||
| 11899 | if mail-from-style has invalid value. | ||
| 11900 | |||
| 11901 | 1999-03-12 Karl Heuer <kwzh@gnu.org> | ||
| 11902 | |||
| 11903 | * vc.el (vc-delete-logbuf-window): New var. | ||
| 11904 | (vc-finish-logentry): Use it. | ||
| 11905 | |||
| 11906 | 1999-03-12 Richard M. Stallman <rms@gnu.org> | ||
| 11907 | |||
| 11908 | * startup.el (command-line-1): Improve startup msg. | ||
| 11909 | |||
| 11910 | 1999-03-12 Eric M. Ludlam <zappo@ultranet.com> | ||
| 11911 | |||
| 11912 | * speedbar.el: Added commentary about stealthy functions. | ||
| 11913 | (speedbar-message) new function. | ||
| 11914 | (speedbar-y-or-n-p): New function | ||
| 11915 | (speedbar-with-attached-buffer) Moved macro before reference. | ||
| 11916 | Now uses `save-selected-window'. | ||
| 11917 | (speedbar-mouse-hscroll, speedbar-track-mouse, speedbar-refresh, | ||
| 11918 | speedbar-generic-item-info, speedbar-item-info-file-helper, | ||
| 11919 | speedbar-item-delete, speedbar-insert-generic-list, | ||
| 11920 | speedbar-timer-fn, speedbar-check-vc-this-line, | ||
| 11921 | speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags, | ||
| 11922 | speedbar-buffers-item-info) Use speedbar-message. | ||
| 11923 | (speedbar-item-info) Limit `message-log-max'. | ||
| 11924 | (speedbar-item-load, speedbar-item-copy, speedbar-item-rename, | ||
| 11925 | speedbar-item-delete, speedbar-item-object-delete, | ||
| 11926 | speedbar-buffer-kill-buffer) Use speedbar-y-or-n-p. | ||
| 11927 | |||
| 11928 | 1999-03-10 Kenichi Handa <handa@mulelab.etl.go.jp> | ||
| 11929 | |||
| 11930 | * server.el (server-start): Set coding system for the server | ||
| 11931 | process to raw-text. | ||
| 11932 | (server-process-filter): Decode file names if necessary. | ||
| 11933 | |||
| 11934 | 1999-03-12 Dave Love <fx@gnu.org> | ||
| 11935 | |||
| 11936 | * textmodes/fill.el (sentence-end-double-space): Doc fix. | ||
| 11937 | |||
| 11938 | * textmodes/paragraphs.el (sentence-end): Doc fix. | ||
| 11939 | |||
| 11940 | 1999-03-11 Karl Heuer <kwzh@gnu.org> | ||
| 11941 | |||
| 11942 | * comint.el (comint-password-prompt-regexp): Accept "login password:" | ||
| 11943 | |||
| 11944 | 1999-03-09 Karl Heuer <kwzh@gnu.org> | ||
| 11945 | |||
| 11946 | * ispell.el (ispell-dictionary-alist-1): Shorten autoloaded line. | ||
| 11947 | (ispell-dictionary-alist-2): Likewise. | ||
| 11948 | (ispell-dictionary-alist-3, ispell-dictionary-alist-4): New vars. | ||
| 11949 | (ispell-dictionary-alist-5, ispell-dictionary-alist-6): New vars. | ||
| 11950 | (ispell-dictionary-alist): Build from six pieces, not just two. | ||
| 11951 | |||
| 11952 | * ps-bdf.el (bdf-directory-list): Doc fix. | ||
| 11953 | |||
| 11954 | * enriched.el (enriched-mode): Make var permanent-local. | ||
| 11955 | |||
| 11956 | 1999-03-09 Dave Love <fx@gnu.org> | ||
| 11957 | |||
| 11958 | * textmodes/sgml-mode.el (html-mode): Use | ||
| 11959 | sentence-end-double-space when setting sentence-end. | ||
| 11960 | |||
| 11961 | 1999-03-09 Ken'ichi Handa <handa@gnu.org> | ||
| 11962 | |||
| 11963 | * language/thai.el (tis-620): New alias coding system for thai-tis620. | ||
| 11964 | |||
| 11965 | 1999-03-08 Felix Lee <flee@cygnus.com> | ||
| 11966 | |||
| 11967 | * textmodes/flyspell.el (flyspell-mode-on): Use change-major-mode-hook. | ||
| 11968 | |||
| 11969 | * textmodes/outline.el (outline-back-to-heading): Fix invisible-ok. | ||
| 11970 | |||
| 11971 | 1999-03-08 Karl Heuer <kwzh@gnu.org> | ||
| 11972 | |||
| 11973 | * dired-aux.el (dired-do-copy-regexp): Doc fix. | ||
| 11974 | (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix. | ||
| 11975 | |||
| 11976 | * dired.el (dired-do-copy-regexp): Doc fix. | ||
| 11977 | (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix. | ||
| 11978 | |||
| 11979 | 1999-03-08 Roger Breitenstein <roger.breitenstein@starfish.com> | ||
| 11980 | |||
| 11981 | * mail/smtpmail.el (smtpmail-do-bcc): Fix regexp. | ||
| 11982 | |||
| 11983 | 1999-03-08 Jason Rumney <jasonr@altavista.net> | ||
| 11984 | |||
| 11985 | * international/codepage.el (cp1250-decode-table) | ||
| 11986 | (cp1251-decode-table, cp1253-decode-table) | ||
| 11987 | (cp1257-decode-table): New translation tables for MS Windows codepages. | ||
| 11988 | (cp-make-coding-systems-for-codepage): Accept 4 digit codepages. | ||
| 11989 | |||
| 11990 | 1999-03-07 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp> | ||
| 11991 | |||
| 11992 | * textmodes/texinfmt.el (texinfo-append-refill): Check @c correctly. | ||
| 11993 | |||
| 11994 | 1999-03-07 Eli Zaretskii <eliz@gnu.org> | ||
| 11995 | |||
| 11996 | * ps-bdf.el (bdf-directory-list): Different value for ms-dos. | ||
| 11997 | |||
| 11998 | * term/internal.el (top level): Display character 255 as 8bit as well. | ||
| 11999 | |||
| 12000 | 1999-03-06 Dave Love <fx@gnu.org> | ||
| 12001 | |||
| 12002 | * progmodes/cc-cmds.el (c-outline-level): Bind | ||
| 12003 | buffer-invisibility-spec. | ||
| 12004 | |||
| 12005 | * progmodes/c-mode.el (c-outline-level): Likewise. | ||
| 12006 | |||
| 12007 | * progmodes/ada-mode.el (ada-outline-level): Likewise. | ||
| 12008 | |||
| 12009 | 1999-03-05 Felix Lee <flee@cygnus.com> | ||
| 12010 | |||
| 12011 | * textmodes/outline.el (outline-get-last-sibling): Doc fix. | ||
| 12012 | |||
| 12013 | 1999-03-05 Richard M. Stallman <rms@gnu.org> | ||
| 12014 | |||
| 12015 | * bindings.el (complete-symbol): Invert meaning of prefix arg. | ||
| 12016 | |||
| 12017 | 1999-03-05 Andrew Innes <andrewi@gnu.org> | ||
| 12018 | |||
| 12019 | * w32-fns.el (convert-standard-filename): Convert directory | ||
| 12020 | separators to Windows format. | ||
| 12021 | |||
| 12022 | 1999-03-05 Andreas Schwab <schwab@gnu.org> | ||
| 12023 | |||
| 12024 | * international/skkdic-cnv.el: Provide skkdic-cnv. | ||
| 12025 | (skkdic-convert): Emit code to require skkdic-cnv at compile time. | ||
| 12026 | (batch-skkdic-convert): Doc fix. | ||
| 12027 | |||
| 12028 | 1999-03-04 Dave Love <fx@gnu.org> | ||
| 12029 | |||
| 12030 | * custom.el (custom-set-variables): Protect against setter errors. | ||
| 12031 | |||
| 12032 | 1999-03-04 Eli Zaretskii <eliz@gnu.org> | ||
| 12033 | |||
| 12034 | * ls-lisp.el (ls-lisp-insert-directory): Protect the sum total of | ||
| 12035 | the file sizes from overflowing. | ||
| 12036 | (ls-lisp-format): If file size is a float, use %8.0f to print it. | ||
| 12037 | Under -s, print the size in blocks with %4.0f, in case they have | ||
| 12038 | a *really* huge file. | ||
| 12039 | |||
| 12040 | 1999-03-03 Dave Love <fx@gnu.org> | ||
| 12041 | |||
| 12042 | * options.el (edit-options): Doc fix. | ||
| 12043 | (list-options): Don't lose with unbound symbols. Maintain | ||
| 12044 | Edit-options-mode. | ||
| 12045 | |||
| 12046 | 1999-03-01 Dave Love <fx@gnu.org> | ||
| 12047 | |||
| 12048 | * mail/supercite.el (sc-attrib-selection-list): Fix custom type. | ||
| 12049 | |||
| 12050 | 1999-02-28 Richard M. Stallman <rms@gnu.org> | ||
| 12051 | |||
| 12052 | * ispell.el (ispell-dictionary-alist-override): New variable. | ||
| 12053 | (ispell-dictionary-alist): Don't setq it, | ||
| 12054 | if ispell-dictionary-alist-override is set. | ||
| 12055 | |||
| 12056 | * simple.el (shell-command-default-error-buffer): Renamed from | ||
| 12057 | shell-command-on-region-default-error-buffer. | ||
| 12058 | (shell-command-on-region): Mention in echo area when there | ||
| 12059 | is some error output. Mention success or failure, too. | ||
| 12060 | Accumulate multiple error outputs | ||
| 12061 | going forward, with formfeed in between. Display the error buffer | ||
| 12062 | when we have put something in it. | ||
| 12063 | (shell-command): Add the ERROR-BUFFER argument feature. | ||
| 12064 | |||
| 12065 | 1999-02-28 Karl Heuer <kwzh@gnu.org> | ||
| 12066 | |||
| 12067 | * mail/mh-utils.el (mh-lib): Doc fix. | ||
| 12068 | (mh-lib-progs, mh-nmh-p): New vars. | ||
| 12069 | (mh-find-progs): Set mh-lib-progs along with other vars. | ||
| 12070 | (mh-path-search): New arg FUNC-P; if specified, use that instead | ||
| 12071 | of mh-file-command-p. | ||
| 12072 | (mh-install, mh-exec-lib-cmd-output): Use mh-lib-progs. | ||
| 12073 | |||
| 12074 | * mail/mh-comp.el (mh-repl-formfile): New var. | ||
| 12075 | (mh-smail-batch): Don't ignore all arguments. | ||
| 12076 | (mh-reply): Do the right thing when using nmh. | ||
| 12077 | |||
| 12078 | 1999-02-27 Kenichi Handa <handa@etl.go.jp> | ||
| 12079 | |||
| 12080 | * international/mule-cmds.el (select-safe-coding-system): Be sure | ||
| 12081 | to show a buffer being decoded. | ||
| 12082 | |||
| 12083 | 1999-02-26 Ken'ichi Handa <handa@gnu.org> | ||
| 12084 | |||
| 12085 | * ps-bdf.el (bdf-directory-list): Initialize it to | ||
| 12086 | '("/usr/local/share/emacs/fonts/bdf"). | ||
| 12087 | |||
| 12088 | 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br> | ||
| 12089 | |||
| 12090 | * ps-print.el: PostScript programming fix. | ||
| 12091 | (ps-print-prologue-1): Fix BeginDoc PostScript procedure (don't use | ||
| 12092 | setpagedevice operator). | ||
| 12093 | |||
| 12094 | 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br> | ||
| 12095 | |||
| 12096 | * ps-print.el: Doc fix, font size specifies landscape and portrait | ||
| 12097 | sizes. | ||
| 12098 | (ps-print-version): New version number (4.1.4). | ||
| 12099 | (ps-font-size, ps-header-font-size, ps-header-title-font-size): | ||
| 12100 | Specifies landscape and portrait sizes. | ||
| 12101 | (ps-setup, ps-print-quote, ps-line-lengths-internal, ps-nb-pages) | ||
| 12102 | (ps-get-page-dimensions, ps-begin-file, ps-begin-job, ps-generate): Fun | ||
| 12103 | fix. | ||
| 12104 | (ps-get-font-size): New fun. | ||
| 12105 | (ps-font-size-internal, ps-header-font-size-internal) | ||
| 12106 | (ps-header-title-font-size-internal): New vars. | ||
| 12107 | |||
| 12108 | * ps-mule.el: Change of ps-print font size variable name. | ||
| 12109 | (ps-mule-generate-font): Fun fix. | ||
| 12110 | (ps-mule-begin-job): Programming uniformization. | ||
| 12111 | |||
| 12112 | 1999-02-25 Dave Love <fx@gnu.org> | ||
| 12113 | |||
| 12114 | * help.el (help-xref-info-regexp): Allow linebreaks and capital. | ||
| 12115 | (help-make-xrefs): Do Info case first. | ||
| 12116 | |||
| 12117 | * repeat.el: Don't require advice. | ||
| 12118 | (repeat-last-kill-command): Variable deleted. | ||
| 12119 | |||
| 12120 | 1999-02-25 Richard Stallman <rms@gnu.org> | ||
| 12121 | |||
| 12122 | * simple.el (shell-command-on-region): Don't go into the REPLACE = t | ||
| 12123 | case just because the current buffer is the output buffer. | ||
| 12124 | |||
| 12125 | 1999-02-25 Kenichi Handa <handa@etl.go.jp> | ||
| 12126 | |||
| 12127 | * simple.el (what-cursor-position): To show the character's | ||
| 12128 | encoding, use encoded-string-description instead of information | ||
| 12129 | of chaset-origin-alist. | ||
| 12130 | |||
| 12131 | * international/mule-cmds.el (iso-2022-control-alist): New variable. | ||
| 12132 | (encoded-code-description): New function. | ||
| 12133 | (encoded-string-description): New function. | ||
| 12134 | (encode-coding-char): New function. | ||
| 12135 | |||
| 12136 | 1999-02-25 Andrew Innes <andrewi@gnu.org> | ||
| 12137 | |||
| 12138 | * startup.el (command-line) [windows-nt]: Fix typo in regexp | ||
| 12139 | checking for .emacs[.el[c]]. | ||
| 12140 | |||
| 12141 | 1999-02-24 Richard Stallman <rms@gnu.org> | ||
| 12142 | |||
| 12143 | * help.el (describe-function-1): Don't print a whole lambda-function. | ||
| 12144 | |||
| 12145 | 1999-02-23 Ken'ichi Handa <handa@gnu.org> | ||
| 12146 | |||
| 12147 | * international/encoded-kb.el (encoded-kbd-handle-8bit): Allow | ||
| 12148 | inputting ?\240. | ||
| 12149 | |||
| 12150 | 1999-02-23 Karl Heuer <kwzh@gnu.org> | ||
| 12151 | |||
| 12152 | * term/vt100.el (vt100-wide-mode): Use defvar, not defconst. | ||
| 12153 | |||
| 12154 | * midnight.el (clean-buffer-list-kill-regexps): Doc fix. | ||
| 12155 | (clean-buffer-list-kill-buffer-names): Doc fix. | ||
| 12156 | |||
| 12157 | * gud.el (gud-jdb-massage-args): Spelling fix. | ||
| 12158 | |||
| 12159 | 1999-02-23 Richard M. Stallman <rms@gnu.org> | ||
| 12160 | |||
| 12161 | * subr.el (with-temp-message): Use %s so % in old msg won't fool us. | ||
| 12162 | |||
| 12163 | 1999-02-22 Eli Zaretskii <eliz@gnu.org> | ||
| 12164 | |||
| 12165 | * arc-mode.el (archive-set-buffer-as-visiting-file): Save | ||
| 12166 | excursion while calling set-auto-coding-function. | ||
| 12167 | |||
| 12168 | * play/handwrite.el (handwrite): Require ps-print, and use | ||
| 12169 | ps-printer-name and ps-lpr-command. Call ps-print-region-function | ||
| 12170 | if it's defined, instead of forking ps-lpr-command unconditionally. | ||
| 12171 | |||
| 12172 | 1999-02-22 Kenichi Handa <handa@etl.go.jp> | ||
| 12173 | |||
| 12174 | * international/codepage.el (cp-coding-system-for-codepage-1): Put | ||
| 12175 | charset-origin-alist property to a coding system for the codepage. | ||
| 12176 | |||
| 12177 | * international/mule.el: Modify comment for charset-origin-alist | ||
| 12178 | property of a coding system. | ||
| 12179 | |||
| 12180 | * simple.el (what-cursor-position): charset-origin-alist property | ||
| 12181 | of a coding system may be a translation table or a symbol of which | ||
| 12182 | `translation-table' property is a translation table. | ||
| 12183 | |||
| 12184 | 1999-02-21 Richard Stallman <rms@gnu.org> | ||
| 12185 | |||
| 12186 | * textmodes/sgml-mode.el (html-tag-alist): Add /head and /body | ||
| 12187 | to the "html" template. | ||
| 12188 | |||
| 12189 | 1999-02-21 Peter Breton <pbreton@ne.mediaone.net> | ||
| 12190 | |||
| 12191 | * dirtrack.el (dirtrack): Added docstring. Now returns input. | ||
| 12192 | |||
| 12193 | 1999-02-18 Peter Breton <pbreton@ne.mediaone.net> | ||
| 12194 | |||
| 12195 | * dirtrack.el (dirtrack): Check for the prompt in the input string | ||
| 12196 | instead of the buffer. | ||
| 12197 | |||
| 12198 | 1999-02-18 Alex Schroeder <a.schroeder@bsiag.ch> | ||
| 12199 | |||
| 12200 | * sql.el: Set version to 1.4.1. Changed mail address to | ||
| 12201 | alex@gnu.org. Mention the mailing list sql.el@gnu.org. | ||
| 12202 | (sql-input-ring-separator): Doc fix. | ||
| 12203 | (sql-mode-syntax-table): double-dash starts comments is defined as | ||
| 12204 | ". 56" instead of ". 12b" for XEmacs. | ||
| 12205 | (sql-stop, sql-interactive-mode): Doc fixes. | ||
| 12206 | (sql-postgres): Queries for database and server, not just one. | ||
| 12207 | (sql-set-sqli-buffer): sql-set-sqli-hook must be quoted. | ||
| 12208 | |||
| 12209 | * sql.el (sql-set-sqli-hook): A hook run when sql-buffer is | ||
| 12210 | changed. This is needed for master.el to work. | ||
| 12211 | (sql-set-sqli-buffer): Use the new hook. | ||
| 12212 | |||
| 12213 | * sql.el (sql-make-alternate-buffer-name): Function that sets | ||
| 12214 | sql-alternate-buffer-name. | ||
| 12215 | (sql-alternate-buffer-name): Possible name of SQLi buffers. | ||
| 12216 | (sql-interactive-mode): Set sql-alternate-buffer-name. | ||
| 12217 | (sql-rename-buffer): New command. | ||
| 12218 | (sql-interactive-mode-menu): Menu for SQLi buffers. | ||
| 12219 | |||
| 12220 | * sql.el (sql-interactive-mode): Doc fix. sql-input-ring-separator | ||
| 12221 | and sql-input-ring-file-name are used to temporarily set | ||
| 12222 | comint-input-ring-file-name and comint-input-ring-separator when | ||
| 12223 | reading and writing input history files. | ||
| 12224 | |||
| 12225 | (sql-stop): Use sql-input-ring-separator and sql-input-ring-file-name. | ||
| 12226 | (sql-input-ring-file-name): New variable with customization. | ||
| 12227 | (sql-input-ring-separator): New variable with customization. | ||
| 12228 | (sql-set-sqli-buffer): Renamed from sql-change-sqli-buffer. | ||
| 12229 | Callers changed. | ||
| 12230 | (sql-show-sqli-buffer): The message for "sql-buffer is not set" | ||
| 12231 | now includes the name of the current buffer. | ||
| 12232 | |||
| 12233 | (sql-mode): Set paragraph-separate and paragraph-start so that | ||
| 12234 | sql-send-paragraph sends the entire SQL statements, even if it | ||
| 12235 | contains indented lines. | ||
| 12236 | |||
| 12237 | 1999-02-18 Dave Love <fx@gnu.org> | ||
| 12238 | |||
| 12239 | * format.el (format-encode-run-method, format-decode-run-method): | ||
| 12240 | Fix previous change. | ||
| 12241 | |||
| 12242 | 1999-02-18 Ken'ichi Handa <handa@gnu.org> | ||
| 12243 | |||
| 12244 | * international/mule.el (coding-system-list): Moved here from | ||
| 12245 | mule-util.el to avoid autoloading mule-util by the call of | ||
| 12246 | select-safe-coding-system. | ||
| 12247 | |||
| 12248 | 1999-02-17 Per Abrahamsen <abraham@dina.kvl.dk> | ||
| 12249 | |||
| 12250 | * simple.el (turn-on-auto-fill): Mark it as an option for | ||
| 12251 | `text-mode-hook'. | ||
| 12252 | |||
| 12253 | 1999-02-17 Richard Stallman <rms@gnu.org> | ||
| 12254 | |||
| 12255 | * emacs-lisp/easymenu.el (easy-menu-get-map): | ||
| 12256 | Don't crash if (current-local-map) is nil. | ||
| 12257 | |||
| 12258 | 1999-02-17 Peter Breton <pbreton@ne.mediaone.net> | ||
| 12259 | |||
| 12260 | * filecache.el (file-cache-filter-regexps): Added .class. | ||
| 12261 | |||
| 12262 | 1999-02-17 Ken'ichi Handa <handa@gnu.org> | ||
| 12263 | |||
| 12264 | * international/mule-util.el (decompose-region): Use | ||
| 12265 | insert-buffer-substring instead of insert-buffer to avoid putting | ||
| 12266 | mark. | ||
| 12267 | |||
| 12268 | 1999-02-17 Andreas Schwab <schwab@gnu.org> | ||
| 12269 | |||
| 12270 | * calendar/cal-move.el (scroll-calendar-left): Don't set | ||
| 12271 | displayed-month and displayed-year here, let generate-calendar do | ||
| 12272 | it, after range checking. | ||
| 12273 | |||
| 12274 | 1999-02-17 Simon Marshall <simon@gnu.org> | ||
| 12275 | |||
| 12276 | * progmodes/cc-engine.el (c-at-toplevel-p): New function. | ||
| 12277 | |||
| 12278 | * font-lock.el (c++-font-lock-keywords-3): Use it to distinguish | ||
| 12279 | correctly between an object declared via a constructor and a method. | ||
| 12280 | (font-lock-defaults-alist): Don't give `.' word syntax for Java. | ||
| 12281 | (java-font-lock-keywords-1): Fontify package names individually. | ||
| 12282 | (java-font-lock-extra-types): Ensure regexp matches capitalised only. | ||
| 12283 | (java-font-lock-keywords-2): Simplify type fontification. | ||
| 12284 | (java-font-lock-keywords-3): Likewise. | ||
| 12285 | |||
| 12286 | 1999-02-17 Kenichi Handa <handa@etl.go.jp> | ||
| 12287 | |||
| 12288 | * language/japanese.el (iso-2022-jp-2): New coding system. | ||
| 12289 | ("Japanese"): Put iso-2022-jp-2 in coding-priority property. | ||
| 12290 | |||
| 12291 | 1999-02-16 Dave Love <fx@gnu.org> | ||
| 12292 | |||
| 12293 | * help.el (describe-function-1): Accept non-symbols. | ||
| 12294 | |||
| 12295 | 1999-02-16 Paul Eggert <eggert@twinsun.com> | ||
| 12296 | |||
| 12297 | * dired.el (dired-move-to-filename-regexp): Prepend .* so that we | ||
| 12298 | find the last match if there are multiple matches. | ||
| 12299 | |||
| 12300 | 1999-02-16 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | ||
| 12301 | |||
| 12302 | * tex-mode.el (tex-run-command, latex-run-command) | ||
| 12303 | (slitex-run-command, tex-command): Doc changes. | ||
| 12304 | (tex-start-options-string): Autoload it. Doc change. Provide | ||
| 12305 | a menu for customization. Allow nil. Quote backslashes only once. | ||
| 12306 | (tex-start-tex): Handle nil value of tex-start-options-string | ||
| 12307 | and apply shell-quote-argument to it. | ||
| 12308 | |||
| 12309 | 1999-02-16 Eli Zaretskii <eliz@gnu.org> | ||
| 12310 | |||
| 12311 | * ls-lisp.el (ls-lisp-insert-directory): Call fceiling to round | ||
| 12312 | the size in blocks, since it can be a float. | ||
| 12313 | (ls-lisp-format): Likewise | ||
| 12314 | |||
| 12315 | 1999-02-16 Ken'ichi Handa <handa@gnu.org> | ||
| 12316 | |||
| 12317 | * language/japanese.el (japanese-shift-jis): Add | ||
| 12318 | charset-origin-alist property. | ||
| 12319 | |||
| 12320 | 1999-02-15 Richard Stallman <rms@gnu.org> | ||
| 12321 | |||
| 12322 | * progmodes/compile.el (compile-internal): Use save-selected-window. | ||
| 12323 | |||
| 12324 | * subr.el (momentary-string-display): Bind inhibit-read-only. | ||
| 12325 | |||
| 12326 | * speedbar.el (speedbar-item-info-tag-helper): Scan the whole line. | ||
| 12327 | |||
| 12328 | 1999-02-15 Eli Zaretskii <eliz@is.elta.co.il> | ||
| 12329 | |||
| 12330 | * mail/rmail.el (rmail-show-message): If an unseen message has a | ||
| 12331 | Summary-line in its header, get past one more line before looking | ||
| 12332 | for the X-Coding-System header. | ||
| 12333 | |||
| 12334 | 1999-02-15 Geoff Voelker <voelker@cs.washington.edu> | ||
| 12335 | |||
| 12336 | * makefile.nt (INSTALL): Copy the handful of uncompiled lisp files | ||
| 12337 | explicitly to accomodate Windows 9X lack of a useful copy program. | ||
| 12338 | |||
| 12339 | 1999-02-15 Per Abrahamsen <abraham@dina.kvl.dk> | ||
| 12340 | |||
| 12341 | * wid-edit.el (widget-choice-value-create): Use `equal' | ||
| 12342 | instead of `eq'. | ||
| 12343 | |||
| 12344 | 1999-02-14 Richard Stallman <rms@gnu.org> | ||
| 12345 | |||
| 12346 | * international/iso-transl.el: | ||
| 12347 | (iso-transl-ae): Renamed from iso-transl-e-slash. | ||
| 12348 | (iso-transl-a-ring): Renamed from iso-transl-a-slash. | ||
| 12349 | (iso-transl-AE): Renamed from iso-transl-E-slash. | ||
| 12350 | (iso-transl-A-ring): Renamed from iso-transl-A-slash. | ||
| 12351 | (iso-transl-char-map): Related changes. | ||
| 12352 | |||
| 12353 | * format.el (format-replace-strings): Fix value of TO in REVERSE case. | ||
| 12354 | |||
| 12355 | 1999-02-13 Richard Stallman <rms@gnu.org> | ||
| 12356 | |||
| 12357 | * textmodes/texinfmt.el (texinfo-alias): New function. | ||
| 12358 | (texinfo-fold-nodename-case): Add defvar. | ||
| 12359 | (texinfo-format-node): Do case folding if specified. | ||
| 12360 | |||
| 12361 | * ffap.el (ffap-file-at-point): Test local file names | ||
| 12362 | immediately. Strip off line numbers. | ||
| 12363 | |||
| 12364 | 1999-02-12 Alex Schroeder <a.schroeder@bsiag.ch> | ||
| 12365 | |||
| 12366 | * sql.el: Set version to 1.3.2 | ||
| 12367 | (sql-solid-program): Added support for solid. | ||
| 12368 | (sql-help): Doc mentions sql-solid. | ||
| 12369 | (sql-solid): Entry function for Solid. | ||
| 12370 | (sql-buffer): Doc explains the use of the variable and how to | ||
| 12371 | change it. | ||
| 12372 | (sql-mode-menu): Included entries for sql-show-sqli-buffer and | ||
| 12373 | sql-change-sqli-buffer; sql-send-region and sql-send-buffer are | ||
| 12374 | disabled if sql-buffer doesn't have a process; sql-send-paragraph | ||
| 12375 | is new. | ||
| 12376 | (sql-show-sqli-buffer): New function to display the value of | ||
| 12377 | sql-buffer. | ||
| 12378 | (sql-change-sqli-buffer): New function to change sql-buffer. | ||
| 12379 | (sql-mode): Doc explains how to change sql-buffer. | ||
| 12380 | (sql-send-paragraph): New function to send a paragraph. | ||
| 12381 | (sql-mode-map): Added keybinding for sql-send-paragraph. | ||
| 12382 | (sql-mysql): Doc corrected. | ||
| 12383 | (sql-ms): Doc corrected. | ||
| 12384 | |||
| 12385 | * sql.el (sql-server): Doc fix. | ||
| 12386 | (sql-mysql): Added the use of sql-server to specify the host, | ||
| 12387 | sql-database now specifies database instead of host. | ||
| 12388 | (sql-mode-menu): Send... menu items are only active if sql-buffer | ||
| 12389 | is non-nil. | ||
| 12390 | (sql-help): Changed tag of entry functions a bit. | ||
| 12391 | |||
| 12392 | * sql.el: Added keywords from `finder-by-keyword'. | ||
| 12393 | (sql-mode): Made sql-buffer a local variable, changed the | ||
| 12394 | documentation: removed instructions to add *.sql files to | ||
| 12395 | auto-mode-alist, added documentation for having mutliple SQL | ||
| 12396 | buffers sending their stuff to different SQLi buffers, each | ||
| 12397 | running a different process. | ||
| 12398 | (sql-postgres): Quoted *SQL* in doc string. | ||
| 12399 | (sql-ms): Likewise. | ||
| 12400 | (sql-ingres): Likewise. | ||
| 12401 | (sql-ingres): Quoted *SQL* in doc string, added references to | ||
| 12402 | sql-user and sql-password used during login. | ||
| 12403 | (sql-sybase): Quoted *SQL* in doc string, added comma. | ||
| 12404 | (sql-oracle): Likewise. | ||
| 12405 | (sql-interactive-mode): Added extensive documentation for having | ||
| 12406 | mutliple SQL buffers sending their stuff to different SQLi | ||
| 12407 | buffers, each running a different process. | ||
| 12408 | (sql-buffer): Changed doc from *SQL* to SQLi. | ||
| 12409 | (sql-get-login): Doc fix. | ||
| 12410 | |||
| 12411 | 1999-02-12 Ken'ichi Handa <handa@gnu.org> | ||
| 12412 | |||
| 12413 | * international/mule-conf.el (undecided): Set ascii in | ||
| 12414 | safe-charsets property. | ||
| 12415 | |||
| 12416 | 1999-02-12 Richard Stallman <rms@gnu.org> | ||
| 12417 | |||
| 12418 | * textmodes/paragraphs.el (paragraph-separate): Doc fix. | ||
| 12419 | |||
| 12420 | 1999-02-12 Ken'ichi Handa <handa@gnu.org> | ||
| 12421 | |||
| 12422 | * ps-mule.el (ps-mule-font-info-database-default): Set the initial | ||
| 12423 | value to ps-mule-font-info-database-latin. | ||
| 12424 | |||
| 12425 | 1999-02-13 Kenichi HANDA <handa@etl.go.jp> | ||
| 12426 | |||
| 12427 | * ps-mule.el (ps-multibyte-buffer): Doc-string modified. | ||
| 12428 | (ps-mule-font-info-database-default): New variable. | ||
| 12429 | (ps-mule-begin-job): If ps-multibyte-buffer is nil, use | ||
| 12430 | ps-mule-font-info-database-default. | ||
| 12431 | |||
| 12432 | 1999-02-12 Dave Love <fx@gnu.org> | ||
| 12433 | |||
| 12434 | * timezone.el (timezone-make-date-sortable) | ||
| 12435 | (timezone-make-date-arpa-standard): Doc fix. | ||
| 12436 | |||
| 12437 | 1999-02-12 Ken'ichi Handa <handa@gnu.org> | ||
| 12438 | |||
| 12439 | * international/quail.el (quail-show-kbd-layout): Bind | ||
| 12440 | blink-matching-paren to nil. | ||
| 12441 | |||
| 12442 | * ps-mule.el (ps-mule-font-info-database-bdf): Fix ENCODING field | ||
| 12443 | for ASCII and Latin-1. | ||
| 12444 | |||
| 12445 | 1999-02-12 Andreas Schwab <schwab@gnu.org> | ||
| 12446 | |||
| 12447 | * gud.el (jdb): Fix regexp for comint-prompt-regexp. | ||
| 12448 | |||
| 12449 | 1999-02-12 Kenichi Handa <handa@etl.go.jp> | ||
| 12450 | |||
| 12451 | * international/mule-cmds.el (language-info-alist): Remove | ||
| 12452 | description about charset-origin-alist. | ||
| 12453 | |||
| 12454 | * international/mule.el: Comment added for a new coding system | ||
| 12455 | property `charset-origin-alit'. | ||
| 12456 | (make-translation-table): This variable deleted. | ||
| 12457 | |||
| 12458 | * language/chinese.el (chinese-big5): Add charset-origin-alist | ||
| 12459 | property. | ||
| 12460 | ("Chinese-CNS"): Remove charset-origin-alist property. | ||
| 12461 | |||
| 12462 | * language/cyrillic.el (cyrillic-koi8): Add charset-origin-alist | ||
| 12463 | property. | ||
| 12464 | (cyrillic-alternativnyj): Likewise. | ||
| 12465 | ("Cyrillic-KOI8"): Remove charset-origin-alist property. | ||
| 12466 | ("Cyrillic-ALT"): Likewise. | ||
| 12467 | |||
| 12468 | * language/vietnamese.el (vietnamese-viqr): Add | ||
| 12469 | charset-origin-alist property. | ||
| 12470 | ("Vietnamese"): Remove charset-origin-alist property. | ||
| 12471 | |||
| 12472 | * simple.el (what-cursor-position): Don't use the varialbe | ||
| 12473 | charset-origin-alist, but use charset-origin-alist property of | ||
| 12474 | buffer-file-coding-system to decide external character set code. | ||
| 12475 | |||
| 12476 | 1999-02-10 Richard Stallman <rms@gnu.org> | ||
| 12477 | |||
| 12478 | * shadowfile.el: Don't turn on the mode when the file is loaded. | ||
| 12479 | |||
| 12480 | 1999-02-09 Richard Stallman <rms@gnu.org> | ||
| 12481 | |||
| 12482 | * progmodes/compile.el (compile-auto-highlight): Customize. | ||
| 12483 | |||
| 12484 | * add-log.el (add-log-file-name-function): New variable. | ||
| 12485 | (add-change-log-entry): Call that function, if non-nil. | ||
| 12486 | |||
| 12487 | 1999-02-09 Michael Ernst <mernst@alum.mit.edu> | ||
| 12488 | |||
| 12489 | * rmail.el (rmail-search): Track match with a marker, not an integer. | ||
| 12490 | |||
| 12491 | 1999-02-08 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | ||
| 12492 | |||
| 12493 | * progmodes/compile.el (compilation-setup): Set value of | ||
| 12494 | compilation-directory-stack as in compilation-forget-errors. | ||
| 12495 | (compile-reinitialize-errors): Bind buffer-undo-list and | ||
| 12496 | deactivate-mark. | ||
| 12497 | (compilation-forget-errors): Likewise. | ||
| 12498 | |||
| 12499 | 1999-02-08 Jim Blandy <jimb@savonarola.red-bean.com> | ||
| 12500 | |||
| 12501 | * textmodes/texinfo.el (texinfo-environment-regexp): Add the | ||
| 12502 | def... constructs. | ||
| 12503 | |||
| 12504 | * texnfo-upd.el (texinfo-all-menus-update, texinfo-master-menu): | ||
| 12505 | Remove calls to sleep-for. | ||
| 12506 | |||
| 12507 | 1999-02-08 Eli Zaretskii <eliz@gnu.org> | ||
| 12508 | |||
| 12509 | * international/codepage.el (cp-coding-system-for-codepage-1): On | ||
| 12510 | MS-DOS, use dos-unsupported-char-glyph for characters not | ||
| 12511 | supported by the codepage. | ||
| 12512 | (cp-make-coding-systems-for-codepage): Likewise. | ||
| 12513 | |||
| 12514 | 1999-02-08 Andreas Schwab <schwab@gnu.org> | ||
| 12515 | |||
| 12516 | * international/mule-util.el (coding-system-list): Don't sort | ||
| 12517 | coding-system-list here. | ||
| 12518 | |||
| 12519 | * international/mule.el (coding-system-lessp): Moved here from | ||
| 12520 | mule-util.el | ||
| 12521 | (add-to-coding-system-list): New function. | ||
| 12522 | (make-subsidiary-coding-system, make-coding-system, | ||
| 12523 | define-coding-system-alias): Use it instead of setting | ||
| 12524 | coding-system-list directly. | ||
| 12525 | |||
| 12526 | 1999-02-07 Dave Love <fx@gnu.org> | ||
| 12527 | |||
| 12528 | * calendar/appt.el (appt-make-list): Don't splice quotes and date | ||
| 12529 | onto message. | ||
| 12530 | |||
| 12531 | 1999-02-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | ||
| 12532 | |||
| 12533 | * imenu.el (imenu--last-menubar-index-alist): Add doc. | ||
| 12534 | (imenu-add-to-menubar): Reset imenu--last-menubar-index-alist. | ||
| 12535 | |||
| 12536 | 1999-02-06 Richard Stallman <rms@gnu.org> | ||
| 12537 | |||
| 12538 | * language/european.el (setup-slovenian-environment): New function. | ||
| 12539 | ("Slovenian"): New language environment. | ||
| 12540 | |||
| 12541 | * progmodes/sql.el (sql-help): Doc fix. | ||
| 12542 | (sql-mysql): Doc fix. | ||
| 12543 | |||
| 12544 | 1999-02-05 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | ||
| 12545 | |||
| 12546 | * tex-mode.el: When compiling, require compare-w and skeleton | ||
| 12547 | to pacify the byte-compiler. Move the def's of the tex-commands | ||
| 12548 | together. Add a comment on kill-process vs. quit-process. | ||
| 12549 | |||
| 12550 | 1999-02-05 Dave Love <fx@gnu.org> | ||
| 12551 | |||
| 12552 | * progmodes/compile.el (compile-mouse-goto-error): Don't lose with | ||
| 12553 | null markers. | ||
| 12554 | (compile-goto-error): Likewise. | ||
| 12555 | |||
| 12556 | 1999-02-05 Stephen Gildea <gildea@alum.mit.edu> | ||
| 12557 | |||
| 12558 | * time-stamp.el (time-stamp-format): Format doc tighter. | ||
| 12559 | (time-stamp-line-limit): 0 searches the entire buffer (careful!). | ||
| 12560 | (time-stamp): Don't re-write the time stamp if it didn't change. | ||
| 12561 | |||
| 12562 | 1999-02-05 Alex Schroeder <asc@bsiag.com> | ||
| 12563 | |||
| 12564 | * progmodes/sql.el: Changed version to 1.2.1. | ||
| 12565 | (sql-pop-to-buffer-after-send-region): Improved documentation. | ||
| 12566 | (sql-mysql-program): Added MySQL support. | ||
| 12567 | (sql-prompt-length): Made prompt-length configurable. | ||
| 12568 | (sql-mode-syntax-table): Made apostrophe (') be a string delimiter. | ||
| 12569 | (sql-help): Added MySQL support, changed documentation. | ||
| 12570 | (sql-send-region): A message is displayed if something is sent. | ||
| 12571 | (sql-mode): Added buffer-local comment-start. | ||
| 12572 | (sql-interactive-mode): Use sql-prompt-length to set left-margin. | ||
| 12573 | (sql-interactive-mode): Added buffer-local comment-start. | ||
| 12574 | (sql-oracle): Set sql-prompt-length. | ||
| 12575 | (sql-sybase): Set sql-prompt-length. | ||
| 12576 | (sql-mysql): Added MySQL support. | ||
| 12577 | (sql-ingres): Set sql-prompt-length. | ||
| 12578 | (sql-ms): Set sql-prompt-length. | ||
| 12579 | (sql-postgres): Set sql-prompt-length. | ||
| 12580 | |||
| 12581 | 1999-02-04 Eli Zaretskii <eliz@gnu.org> | ||
| 12582 | |||
| 12583 | * term/internal.el (dos-codepage-setup): Set selection coding | ||
| 12584 | system to cpNNN-dos. | ||
| 12585 | |||
| 12586 | 1999-02-03 Lars Magne Ingebrigtsen <larsi@gnus.org> | ||
| 12587 | |||
| 12588 | * international/characters.el: Let ethiopic use iso-2022-7bit. | ||
| 12589 | |||
| 12590 | 1999-02-02 Dave Love <fx@gnu.org> | ||
| 12591 | |||
| 12592 | * progmodes/fortran.el (mark-fortran-subprogram): Activate mark here... | ||
| 12593 | (fortran-narrow-to-subprogram, fortran-indent-subprogram): ...not here. | ||
| 12594 | |||
| 12595 | 1999-02-02 Karl Heuer <kwzh@gnu.org> | ||
| 12596 | |||
| 12597 | * terminal.el (terminal-emulator): Doc fix. | ||
| 12598 | |||
| 12599 | 1999-02-02 Ken'ichi Handa <handa@gnu.org> | ||
| 12600 | |||
| 12601 | * international/mule-util.el (compose-chars): Doc-string | ||
| 12602 | modified. Correctly handle a composition character in ARGS. | ||
| 12603 | |||
| 12604 | 1999-02-01 Richard Stallman <rms@gnu.org> | ||
| 12605 | |||
| 12606 | * progmodes/make-mode.el (makefile-imenu-generic-expression): New var. | ||
| 12607 | (makefile-menu-index-function): Function deleted. | ||
| 12608 | (makefile-mode): Use makefile-imenu-generic-expression. | ||
| 12609 | |||
| 12610 | 1999-02-01 Geoff Voelker <voelker@cs.washington.edu> | ||
| 12611 | |||
| 12612 | * term/w32-win.el (w32-create-initial-fontsets): Back out previous | ||
| 12613 | change, invoke from before-init-hook. | ||
| 12614 | |||
| 12615 | 1999-02-01 Dan Nicolaescu <done@ece.arizona.edu> | ||
| 12616 | |||
| 12617 | * subr.el (remove-from-invisibility-spec): Cope with the case when | ||
| 12618 | buffer-invisibility-spec is t. | ||
| 12619 | |||
| 12620 | 1999-02-01 Ed Reingold <reingold@cs.uiuc.edu> | ||
| 12621 | |||
| 12622 | * calendar/calendar.el (calendar-mode-map): Fix bindings for | ||
| 12623 | appt-add and appt-delete. | ||
| 12624 | |||
| 12625 | 1999-02-01 Eli Zaretskii <eliz@gnu.org> | ||
| 12626 | |||
| 12627 | * term/pc-win.el (msdos-approximate-color): New function. | ||
| 12628 | (msdos-color-translate): Call it to find a DOS color that best | ||
| 12629 | approximates an X-style "#NNNNNN" color specification. | ||
| 12630 | |||
| 12631 | 1999-02-01 Ken'ichi Handa <handa@gnu.org> | ||
| 12632 | |||
| 12633 | * international/mule-util.el (compose-chars-component): Add | ||
| 12634 | autoload cookie. | ||
| 12635 | |||
| 12636 | 1999-01-31 Ken'ichi Handa <handa@gnu.org> | ||
| 12637 | |||
| 12638 | * international/quail.el (quail-lookup-key): If cdr of MAP is a | ||
| 12639 | function, replace cdr of MAP by the return value of the function | ||
| 12640 | unconditionally. | ||
| 12641 | |||
| 12642 | 1999-01-31 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | ||
| 12643 | |||
| 12644 | * progmodes/compile.el (compilation-next-error-locus): Don't | ||
| 12645 | decrease argument FIND-AT-LEAST of compilation-next-error-locus. | ||
| 12646 | |||
| 12647 | 1999-01-31 Eli Zaretskii <eliz@gnu.org> | ||
| 12648 | |||
| 12649 | * mail/rmail.el (rmail-mime-charset-pattern): Add optional TABs | ||
| 12650 | and NLs before "charset", and allow the charset name be in double | ||
| 12651 | quotes. | ||
| 12652 | |||
| 12653 | 1999-01-31 Richard Stallman <rms@gnu.org> | ||
| 12654 | |||
| 12655 | * imenu.el (imenu-sort-function): Fix custom type. | ||
| 12656 | |||
| 12657 | 1999-01-30 Richard Stallman <rms@gnu.org> | ||
| 12658 | |||
| 12659 | * speedbar.el (speedbar-line-token): Match {...} instead of [...]. | ||
| 12660 | (speedbar-line-token): Likewise. | ||
| 12661 | |||
| 12662 | * play/gametree.el (gametree-default-score): Use defcustom. | ||
| 12663 | (gametree-score-regexp, gametree-score-closer): Likewise. | ||
| 12664 | (gametree-score-manual-flag, gametree-score-opener): Likewise. | ||
| 12665 | |||
| 12666 | 1999-01-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | ||
| 12667 | |||
| 12668 | * mail/rmail.el (rmail-decode-babyl-format): Avoid locking when | ||
| 12669 | decoding. | ||
| 12670 | |||
| 12671 | 1999-01-29 Markus Rost <rost@gnu.org> | ||
| 12672 | |||
| 12673 | * tex-mode.el (tex-mode-map): Replace validate-tex-buffer by | ||
| 12674 | tex-validate-buffer. | ||
| 12675 | (plain-tex-mode, latex-mode, slitex-mode): Likewise. | ||
| 12676 | (tex-validate-buffer): Renamed from validate-tex-buffer. Works | ||
| 12677 | now with recent occur-mode. | ||
| 12678 | (tex-validate-region): Really walk through all Sexps. | ||
| 12679 | (tex-region): Bind shell-dirtrack-verbose. | ||
| 12680 | (tex-file, tex-bibtex-file): Likewise. | ||
| 12681 | |||
| 12682 | 1999-01-29 Dave Love <fx@gnu.org> | ||
| 12683 | |||
| 12684 | * finder.el: (finder-commentary): Fix interactive spec. Try | ||
| 12685 | appending .el to file name. | ||
| 12686 | (finder-find-library, finder-commentary): Doc fixes. | ||
| 12687 | |||
| 12688 | 1999-01-29 Andrew Innes <andrewi@gnu.org> | ||
| 12689 | |||
| 12690 | * mail/rmail.el (rmail-insert-inbox-text): Handle POP mailboxes | ||
| 12691 | where the userid contains directory separators. | ||
| 12692 | |||
| 12693 | 1999-01-29 Dave Love <fx@gnu.org> | ||
| 12694 | |||
| 12695 | * emacs-lisp/lisp-mnt.el (lm-verify): Fix arg list. | ||
| 12696 | (lm-commentary): Doc fix. | ||
| 12697 | |||
| 12698 | 1999-01-29 Andreas Schwab <schwab@gnu.org> | ||
| 12699 | |||
| 12700 | * files.el (file-expand-wildcards): Never consider `.' and `..' a | ||
| 12701 | wildcard match. Fix regexp that tests if dirpart contains | ||
| 12702 | wildcard characters. | ||
| 12703 | |||
| 12704 | 1999-01-28 Richard Stallman <rms@gnu.org> | ||
| 12705 | |||
| 12706 | * font-lock.el (font-lock-default-unfontify-region): | ||
| 12707 | If not font-lock-syntactic-keywords, don't remove syntax-table prop. | ||
| 12708 | |||
| 12709 | 1999-01-27 Jason Rumney <jasonr@altavista.net> | ||
| 12710 | |||
| 12711 | * term/w32-win.el (w32-standard-fontset-spec): Remove wildcard | ||
| 12712 | from FAMILY field. | ||
| 12713 | (w32-create-initial-fontsets): Do not use before-init-hook. | ||
| 12714 | (mouse-set-font): Document. Automatically create and use fontsets. | ||
| 12715 | |||
| 12716 | * dos-w32.el (direct-print-region-helper): Check for printer | ||
| 12717 | being t as well as a string. | ||
| 12718 | |||
| 12719 | 1999-01-27 Kenichi Handa <handa@etl.go.jp> | ||
| 12720 | |||
| 12721 | * mail/rmail.el (rmail-decode-mime-charset): New variable. | ||
| 12722 | (rmail-mime-charset-pattern): New variable. | ||
| 12723 | (rmail-convert-to-babyl-format): Decode by MIME-charset if | ||
| 12724 | rmail-decode-mime-charset is non-nil. | ||
| 12725 | |||
| 12726 | 1999-01-27 Ken'ichi Handa <handa@gnu.org> | ||
| 12727 | |||
| 12728 | * international/characters.el: Set category `q' for all characters | ||
| 12729 | in tibetan and tibetan-1-column. | ||
| 12730 | |||
| 12731 | 1999-01-27 Andrew Innes <andrewi@gnu.org> | ||
| 12732 | |||
| 12733 | * frame.el (select-frame-by-name): Obey focus-follows-mouse. | ||
| 12734 | (select-frame-by-name) [windows-nt]: Use w32-focus-frame. | ||
| 12735 | |||
| 12736 | 1999-01-27 Dave Love <fx@gnu.org> | ||
| 12737 | |||
| 12738 | * international/mule-cmds.el (current-language-environment): | ||
| 12739 | Provide :link, :type (choices) and appropriate :get. | ||
| 12740 | |||
| 12741 | 1999-01-27 Eli Zaretskii <eliz@gnu.org> | ||
| 12742 | |||
| 12743 | * startup.el (command-line): Set default eol-mnemonic-* strings to | ||
| 12744 | display end-of-line format in mode line. | ||
| 12745 | |||
| 12746 | * cus-start.el (all): Add eol-mnemonic-* variables. | ||
| 12747 | |||
| 12748 | 1999-01-26 Dave Love <fx@gnu.org> | ||
| 12749 | |||
| 12750 | * startup.el (command-line-1): Up-date copyright. | ||
| 12751 | |||
| 12752 | * paths.el (Info-default-directory-list): Use configdir twice. | ||
| 12753 | |||
| 12754 | * info.el (Info-directory-list): Don't set path-separator now | ||
| 12755 | we're not shipped with Texinfo. Simplify path definition. | ||
| 12756 | Substitute all occurrences of instdir in Info-default-directory-list. | ||
| 12757 | |||
| 12758 | 1999-01-25 Richard Stallman <rms@gnu.org> | ||
| 12759 | |||
| 12760 | * startup.el (normal-top-level-add-subdirs-to-load-path): | ||
| 12761 | Record the inode numbers of the dirs processed, to avoid loop. | ||
| 12762 | |||
| 12763 | * textmodes/tex-mode.el (tex-run-command): Doc fix. | ||
| 12764 | |||
| 12765 | 1999-01-25 Dave Love <fx@gnu.org> | ||
| 12766 | |||
| 12767 | * browse-url.el (browse-url-netscape-program): Doc addition. | ||
| 12768 | |||
| 12769 | * help.el (help-make-xrefs): Default info references to an `(emacs)' | ||
| 12770 | prefix. | ||
| 12771 | |||
| 12772 | * snmp-mode.el (snmpv2-mode, snmpv-mode): Add autoload cookies -- see | ||
| 12773 | auto-mode-alist. | ||
| 12774 | |||
| 12775 | 1999-01-25 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | ||
| 12776 | |||
| 12777 | * calendar/diary-lib.el (mark-diary-entries): Use | ||
| 12778 | assoc-ignore-case and do not capitalize when matching month and | ||
| 12779 | day names. | ||
| 12780 | |||
| 12781 | * calendar/calendar.el (calendar-read-date): Ditto. | ||
| 12782 | |||
| 12783 | * calendar/cal-hebrew.el (calendar-goto-hebrew-date) | ||
| 12784 | (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto. | ||
| 12785 | |||
| 12786 | * calendar/cal-coptic.el (coptic-prompt-for-date): Ditto. | ||
| 12787 | |||
| 12788 | * calendar/cal-french.el (calendar-goto-french-date): Ditto. | ||
| 12789 | |||
| 12790 | * calendar/cal-islam.el (calendar-goto-islamic-date) | ||
| 12791 | (mark-islamic-diary-entries): Ditto. | ||
| 12792 | |||
| 12793 | * calendar/cal-julian.el (calendar-goto-julian-date): Ditto. | ||
| 12794 | |||
| 12795 | * calendar/cal-mayan.el (calendar-read-mayan-haab-date) | ||
| 12796 | (calendar-read-mayan-tzolkin-date): Ditto. | ||
| 12797 | |||
| 12798 | * calendar/cal-persia.el (persian-prompt-for-date): Ditto. | ||
| 12799 | |||
| 12800 | 1999-01-22 Michael Ernst <mernst@alum.mit.edu> | ||
| 12801 | |||
| 12802 | * texnfo-upd.el (texinfo-make-menu): Make region-end a marker. | ||
| 12803 | |||
| 12804 | 1999-01-25 Karl Heuer <kwzh@gnu.org> | ||
| 12805 | |||
| 12806 | * faces.el (list-faces-display): Multiline case of previous fix. | ||
| 12807 | |||
| 12808 | 1999-01-25 Andreas Schwab <schwab@gnu.org> | ||
| 12809 | |||
| 12810 | * mail/mailalias.el (mail-complete-alist): Use alist as customize type. | ||
| 12811 | |||
| 12812 | 1999-01-24 Richard M. Stallman <rms@borg.ai.mit.edu> | ||
| 12813 | |||
| 12814 | * files.el (find-file): If find-file-noselect returns a list, | ||
| 12815 | do switch-to-buffer on each element. | ||
| 12816 | (find-file-other-window): Likewise for all but the first element. | ||
| 12817 | (find-file-other-frame): Same. | ||
| 12818 | (find-file-noselect): When we expand a wildcard, return a list | ||
| 12819 | of buffers. | ||
| 12820 | |||
| 12821 | 1999-01-24 Eli Zaretskii <eliz@gnu.org> | ||
| 12822 | |||
| 12823 | * term/internal.el (dos-codepage-setup): Call prefer-coding-system | ||
| 12824 | to set the appropriate cpNNN-dos coding system as the | ||
| 12825 | highest-priority coding system. | ||
| 12826 | |||
| 12827 | 1999-01-23 Ken'ichi Handa <handa@gnu.org> | ||
| 12828 | |||
| 12829 | * international/fontset.el (generate-fontset-menu): Return a | ||
| 12830 | sorted list by plain names of fontsets. | ||
| 12831 | |||
| 12832 | * international/mule-diag.el (list-fontsets): Sort fontsets by | ||
| 12833 | plain names. | ||
| 12834 | |||
| 12835 | * language/tibet-util.el (tibetan-vertical-stacking): If the arg | ||
| 12836 | FIRST is a composite character, decompose it at first. | ||
| 12837 | |||
| 12838 | 1999-01-23 Dave Love <fx@gnu.org> | ||
| 12839 | |||
| 12840 | * format.el: Doc fixes. | ||
| 12841 | (format-encode-run-method): Have things happen in the right buffer. | ||
| 12842 | Deal with errors from method. Set coding-system-for-write. | ||
| 12843 | (format-decode-run-method): Have things happen in the right buffer. | ||
| 12844 | Deal with errors from method. Set coding-system-for-read. | ||
| 12845 | (format-alist): Use nil instead of unmatchable regexps. | ||
| 12846 | |||
| 12847 | * simple.el (shell-command-on-region): Return command's exit status. | ||
| 12848 | |||
| 12849 | 1999-01-23 Eric Ludlam <zappo@gnu.org> | ||
| 12850 | |||
| 12851 | * speedbar.el (speedbar-item-info-file-helper): Add optional arg | ||
| 12852 | of the file whose info we want to display. | ||
| 12853 | (speedbar-easymenu-definition-trailer) Fix list issue w/ customize. | ||
| 12854 | (speedbar-add-mode-functions-list) Improve doc. | ||
| 12855 | (speedbar-line-token) New function. | ||
| 12856 | (speedbar-dired) Fix order of directories in -shown-directories. | ||
| 12857 | (speedbar-line-path): Default return is default-directory | ||
| 12858 | (speedbar-buffers-line-path): Return is dir name only. | ||
| 12859 | (speedbar-mode-functions-list): New variable. | ||
| 12860 | (speedbar-mouse-item-info): Rewrote to be a replaceable fn. | ||
| 12861 | (speedbar-item-info-file-helper, speedbar-item-info-tag-helper | ||
| 12862 | speedbar-files-item-info speedbar-buffers-item-info): New functions. | ||
| 12863 | (speedbar-fetch-replacement-function,speedbar-add-mode-functions-list): | ||
| 12864 | New functions. | ||
| 12865 | (speedbar-line-file): Broke out part that fetches file from a line. | ||
| 12866 | (speedbar-line-text): New function extracted from speedbar-line-file. | ||
| 12867 | (speedbar-line-path): Converted into a replaceable function. | ||
| 12868 | (speedbar-files-line-path, speedbar-buffers-line-path): New functions. | ||
| 12869 | |||
| 12870 | 1999-01-23 Ken'ichi Handa <handa@gnu.org> | ||
| 12871 | |||
| 12872 | * international/fontset.el (create-fontset-from-x-resource): Make | ||
| 12873 | style variants. | ||
| 12874 | |||
| 12875 | 1999-01-22 Dave Love <fx@gnu.org> | ||
| 12876 | |||
| 12877 | * paths.el (Info-default-directory-list): Put sysdir after start. | ||
| 12878 | |||
| 12879 | 1999-01-22 Sam Steingold <sds@goems.com> | ||
| 12880 | |||
| 12881 | * midnight.el (clean-buffer-list): Do not kill a buffer if it has | ||
| 12882 | a process associated with it. | ||
| 12883 | |||
| 12884 | 1999-01-22 Jason Rumney <jasonr@altavista.net> | ||
| 12885 | |||
| 12886 | * term/w32-win.el (w32-standard-fontset-spec): Simplified. | ||
| 12887 | |||
| 12888 | 1999-01-22 Felix Lee <flee@cygnus.com> | ||
| 12889 | |||
| 12890 | * vc.el (vc-annotate-display): Delete old overlays. Fix check for | ||
| 12891 | major-mode. | ||
| 12892 | (vc-annotate-mode): Delete variable. | ||
| 12893 | |||
| 12894 | 1999-01-22 Andrew Innes <andrewi@gnu.org> | ||
| 12895 | |||
| 12896 | * startup.el (command-line): [windows-nt]: Check for existence of | ||
| 12897 | .emacs file so as to notice .emacs.el or .emacs.elc and use them | ||
| 12898 | in preference to _emacs. | ||
| 12899 | |||
| 12900 | 1999-01-22 Dave Love <fx@gnu.org> | ||
| 12901 | |||
| 12902 | * textmodes/texinfo.el (texinfo-font-lock-keywords): Match @ref. | ||
| 12903 | |||
| 12904 | 1999-01-20 Richard Stallman <rms@gnu.org> | ||
| 12905 | |||
| 12906 | * files.el (find-file-noselect): Do wildcard processing only | ||
| 12907 | if new arg WILDCARDS is non-nil. | ||
| 12908 | (find-file, find-file-other-window): New arg WILDCARDS. | ||
| 12909 | Default it to non-nil if interactive. | ||
| 12910 | (find-file-other-frame): Likewise. | ||
| 12911 | (find-file-read-only): Likewise. | ||
| 12912 | (find-file-read-only-other-window): Likewise. | ||
| 12913 | (find-file-read-only-other-frame): Likewise. | ||
| 12914 | |||
| 12915 | * wid-edit.el (widget-alist-convert-option): Delete spurious comma. | ||
| 12916 | (widget-plist-convert-option): Delete spurious comma. | ||
| 12917 | |||
| 12918 | 1999-01-19 Jason Rumney <jasonr@altavista.net> | ||
| 12919 | |||
| 12920 | * term/w32-win.el (w32-standard-fontspec-spec): Change | ||
| 12921 | iso8859-5 to koi8-r. Add iso8859-9. | ||
| 12922 | |||
| 12923 | 1999-01-19 Dave Love <fx@gnu.org> | ||
| 12924 | |||
| 12925 | * browse-url.el (browse-url-maybe-new-window): Delete macro and | ||
| 12926 | its uses. | ||
| 12927 | |||
| 12928 | * progmodes/fortran.el (fortran-narrow-to-subprogram): Ensure mark | ||
| 12929 | is active. | ||
| 12930 | (fortran-indent-subprogram): Likewise. | ||
| 12931 | |||
| 12932 | 1999-01-19 Dave Love <d.love@dl.ac.uk> | ||
| 12933 | |||
| 12934 | * paths.el (Info-default-directory-list): Perhaps add /usr/info. | ||
| 12935 | |||
| 12936 | 1999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu> | ||
| 12937 | |||
| 12938 | * wid-edit.el (alist): Use sexp as default key-type. | ||
| 12939 | |||
| 12940 | 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | ||
| 12941 | |||
| 12942 | * textmodes/tex-mode.el (tex-define-common-keys): | ||
| 12943 | Remove key binding of tex-feed-input. | ||
| 12944 | (tex-mode-map): Bind tex-feed-input here. | ||
| 12945 | (tex-start-shell): Use compilation-shell-minor-mode. Set | ||
| 12946 | comint-input-filter-functions before running tex-shell-hook. | ||
| 12947 | (tex-start-tex): Forget compilation errors. | ||
| 12948 | (tex-compilation-parse-errors): Rewritten to work also with | ||
| 12949 | compile-mouse-goto-error and compile-goto-error. Adjusted to | ||
| 12950 | change in tex-region. | ||
| 12951 | (tex-region): For the temp file use file-name without directory. | ||
| 12952 | (tex-file): Expand file name of tex-print-file. | ||
| 12953 | |||
| 12954 | 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | ||
| 12955 | |||
| 12956 | * emacs-lisp/edebug.el (with-temp-message): Add def-edebug-spec call. | ||
| 12957 | |||
| 12958 | 1999-01-18 Espen Skoglund <espensk@stud.cs.uit.no> | ||
| 12959 | |||
| 12960 | * progmodes/pascal.el (pascal-calculate-indent): Code with an invalid | ||
| 12961 | beginning could cause Emacs to hang. Fixed. | ||
| 12962 | |||
| 12963 | 1999-01-18 Ken'ichi Handa <handa@gnu.org> | ||
| 12964 | |||
| 12965 | * international/ccl.el (ccl-compile-translate-character): Handle | ||
| 12966 | the case that a tranlation table is CCL register correctly. | ||
| 12967 | |||
| 12968 | * international/mule-cmds.el (select-safe-coding-system): | ||
| 12969 | Hightlight at most 256 characters. | ||
| 12970 | |||
| 12971 | 1999-01-18 Dave Love <fx@gnu.org> | ||
| 12972 | |||
| 12973 | * startup.el (command-line): If the init file changes operation to | ||
| 12974 | unibyte, make all buffers unibyte and re-set language environment. | ||
| 12975 | |||
| 12976 | * disp-table.el (standard-display-european): Make all existing | ||
| 12977 | buffers unibyte. Fix doc. | ||
| 12978 | |||
| 12979 | 1999-01-17 Richard Stallman <rms@psilocin.ai.mit.edu> | ||
| 12980 | |||
| 12981 | * wid-edit.el (coding-system): Define this unconditionally. | ||
| 12982 | |||
| 12983 | * simple.el (shell-command-on-region-default-error-buffer): New var. | ||
| 12984 | (shell-command-on-region): Use that variable as interactive | ||
| 12985 | value of ERROR-BUFFER argument. | ||
| 12986 | |||
| 12987 | 1999-01-17 Sam Steingold <sds@goems.com> | ||
| 12988 | |||
| 12989 | * mail/rmail.el (rmail-quit): Run `rmail-quit-hook'. | ||
| 12990 | |||
| 12991 | 1999-01-17 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | ||
| 12992 | |||
| 12993 | * progmodes/compile.el (compilation-goto-locus): If already in the | ||
| 12994 | compilation buffer's window, keep it in that window. | ||
| 12995 | (compile-mouse-goto-error): Add Doc. Don't play with windows. | ||
| 12996 | (compile-goto-error): Don't play with windows. | ||
| 12997 | |||
| 12998 | * textmodes/tex-mode.el (latex-run-command): Doc fix. | ||
| 12999 | (tex-command): Doc fix. | ||
| 13000 | (tex-compilation-parse-errors): Doc fix. | ||
| 13001 | (tex-generate-zap-file-name): Don't start the name with -. | ||
| 13002 | (tex-expand-files): Works now also with strings ending with ":". | ||
| 13003 | |||
| 13004 | 1999-01-17 Ian T Zimmerman <itz@transbay.net> | ||
| 13005 | |||
| 13006 | Patch failed to install: | ||
| 13007 | * gametree.el: Document scoring functionality. | ||
| 13008 | (gametree-score-regexp): Add optional plus sign. | ||
| 13009 | (gametree-score-opener): Replace `:' with `=' as the former | ||
| 13010 | conflicts with gametree-half-ply-regexp. | ||
| 13011 | (gametree-transpose-following-leaves): Add. | ||
| 13012 | (gametree-insert-new-leaf): Make modifying commands barf in read | ||
| 13013 | only buffers. | ||
| 13014 | (gametree-break-line-here): Add a call to | ||
| 13015 | `gametree-transpose-following-leaves'. This maintains the | ||
| 13016 | necessary invariant that on each level all leaf children precede | ||
| 13017 | all nonleaf children. This has always been implied, but left to | ||
| 13018 | the user, and, unfortunately, undocumented. | ||
| 13019 | |||
| 13020 | 1999-01-17 Per Abrahamsen <abraham@dina.kvl.dk> | ||
| 13021 | |||
| 13022 | * wid-edit.el (plist, alist): New widget types. | ||
| 13023 | |||
| 13024 | 1999-01-17 Dave Love <fx@gnu.org> | ||
| 13025 | |||
| 13026 | * progmodes/fortran.el: Tidy up font-lock-keywords definitions and | ||
| 13027 | fix scope of condition-case therein. | ||
| 13028 | |||
| 13029 | 1999-01-17 Andrew Innes <andrewi@gnu.org> | ||
| 13030 | |||
| 13031 | * dos-w32.el: (find-buffer-file-type-coding-system): Use | ||
| 13032 | default-buffer-file-coding-system when file doesn't exist (and | ||
| 13033 | isn't covered by a special case) instead of forcing undecided-dos | ||
| 13034 | against the user's wishes. | ||
| 13035 | |||
| 13036 | * dos-w32.el (direct-print-region-helper): New function based on | ||
| 13037 | direct-print-region-function; sends data to specified printer port | ||
| 13038 | without further translation. Recognize and handle specially the | ||
| 13039 | standard `print' and `nprint' programs, as well as `lpr' and | ||
| 13040 | similar programs. Only write directly to the printer port if no | ||
| 13041 | print program is specified. Work around a bug in Windows 9x | ||
| 13042 | affecting Win32 version of Emacs by invoking command.com to write | ||
| 13043 | to the printer port instead of writing directly. | ||
| 13044 | (direct-print-region-function): Use direct-print-region-helper to | ||
| 13045 | do most of the work. | ||
| 13046 | (direct-ps-print-region-function): New function; analogue of | ||
| 13047 | direct-print-region-function for ps-print. | ||
| 13048 | (ps-lpr-command): Comment out setq; leave as example usage. | ||
| 13049 | (ps-lpr-switches): Ditto. | ||
| 13050 | |||
| 13051 | * lpr.el: (printer-name): Update docstring about usage on MS-DOS | ||
| 13052 | and MS-Windows. | ||
| 13053 | (lpr-command) [ms-dos, windows-nt]: Initialize to empty string on | ||
| 13054 | DOS and Windows platforms, to indicate direct printing. Update | ||
| 13055 | the docstring accordingly. | ||
| 13056 | |||
| 13057 | * ps-print.el: (ps-printer-name): Update docstring about usage on | ||
| 13058 | MS-DOS and MS-Windows. | ||
| 13059 | (ps-lpr-command): Update docstring as for lpr-command. | ||
| 13060 | (ps-print-region-function): New variable. | ||
| 13061 | (ps-do-despool): Use it. | ||
| 13062 | (ps-do-despool) [ms-dos, windows-nt]: Remove special case code for | ||
| 13063 | DOS/Windows. | ||
| 13064 | |||
| 13065 | * subr.el (subst-char-in-string): New function. | ||
| 13066 | |||
| 13067 | 1999-01-17 Eli Zaretskii <eliz@gnu.org> | ||
| 13068 | |||
| 13069 | * international/codepage.el (cp852-decode-table): Fill a nil entry. | ||
| 13070 | |||
| 13071 | * ps-bdf.el (bdf-cache-file): Use convert-standard-filename. | ||
| 13072 | (bdf-find-font-info): New function, looks for the first readable | ||
| 13073 | file from a list of alternatives. | ||
| 13074 | (bdf-get-bitmaps, bdf-generate-font): Call bdf-find-font-info | ||
| 13075 | instead of bdf-get-font-info. | ||
| 13076 | (bdf-generate-glyphs): If font-name is a cons cell, pass its car | ||
| 13077 | to ps-mule-generate-bitmap-glyph. | ||
| 13078 | |||
| 13079 | * ps-mule.el (ps-mule-font-info-database-bdf): Add alternative | ||
| 13080 | file names that avoid clashes in DOS 8+3 namespace. FONT-NAME can | ||
| 13081 | now be a list of alternative names. | ||
| 13082 | (ps-mule-generate-font): If FONT-NAME is a cons cell, use its car. | ||
| 13083 | (ps-mule-prepare-font): Likewise. | ||
| 13084 | |||
| 13085 | * international/codepage.el (cp855-decode-table, | ||
| 13086 | cp850-decode-table): Fill some nil entries. | ||
| 13087 | |||
| 13088 | 1999-01-16 Dave Love <fx@gnu.org> | ||
| 13089 | |||
| 13090 | * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Revert | ||
| 13091 | last change. | ||
| 13092 | |||
| 13093 | 1999-01-15 Dave Love <fx@gnu.org> | ||
| 13094 | |||
| 13095 | * help.el (help-make-xrefs): Avoid infloop in keymap substitutions | ||
| 13096 | and change regexp for command names. | ||
| 13097 | (help-xref-go-back, function-called-at-point, symbol-file) | ||
| 13098 | (where-is): Doc fixes. | ||
| 13099 | (help-xref-go-back): Remove interactive spec. | ||
| 13100 | (describe-function-1): Fix message for alias. Buttomize alias | ||
| 13101 | name. | ||
| 13102 | |||
| 13103 | * simple.el (join-line): New alias. | ||
| 13104 | |||
| 13105 | 1999-01-15 Johan Vromans <jvromans@squirrel.nl> | ||
| 13106 | |||
| 13107 | * forms.el: (forms--show-record): Convert integers to string | ||
| 13108 | expicitly since concat will no longer accept integers. | ||
| 13109 | (forms-print): Use local `total-nb-records' since | ||
| 13110 | `forms--total-records' will be inaccessible after buffer switching. | ||
| 13111 | |||
| 13112 | 1998-01-14 Felix Lee <flee@cygnus.com> | ||
| 13113 | |||
| 13114 | * textmodes/flyspell.el (make-flyspell-overlay): Fix front stickiness. | ||
| 13115 | |||
| 13116 | 1999-01-14 Richard Stallman <rms@psilocin.ai.mit.edu> | ||
| 13117 | |||
| 13118 | * emacs-lisp/easymenu.el (easy-menu-get-map): Fix bugs in prev change. | ||
| 13119 | |||
| 13120 | 1999-01-14 Eli Zaretskii <eliz@gnu.org> | ||
| 13121 | |||
| 13122 | * international/codepage.el (cp850-decode-table): Fix previous change. | ||
| 13123 | |||
| 13124 | 1999-01-14 Simon Marshall <simon@gnu.org> | ||
| 13125 | |||
| 13126 | * shell.el (shell-dirtrack-verbose): New custom variable. | ||
| 13127 | (shell-dirstack-message): Use it. | ||
| 13128 | |||
| 13129 | 1999-01-14 Kenichi Handa <handa@etl.go.jp> | ||
| 13130 | |||
| 13131 | * international/mule-conf.el: Coding system alias `dos' for | ||
| 13132 | `undecided-dos', `mac' for `undecided-mac'. | ||
| 13133 | |||
| 13134 | * international/mule-cmds.el (describe-language-environment): | ||
| 13135 | Don't alter input-method-alist. | ||
| 13136 | |||
| 13137 | 1999-01-13 Eli Zaretskii <eliz@gnu.org> | ||
| 13138 | |||
| 13139 | * international/codepage.el (cp850-decode-table): Replace nil | ||
| 13140 | entries with codes of similary looking glyphs. (Suggested by | ||
| 13141 | Jason Rumney <jasonr@altavista.net>.) | ||
| 13142 | |||
| 13143 | 1999-01-13 Dave Love <fx@gnu.org> | ||
| 13144 | |||
| 13145 | * browse-url.el (browse-url-netscape): Fix ineffective "-noraise". | ||
| 13146 | |||
| 13147 | * emacs-lisp/find-func.el (find-function-on-key): Fix previous change. | ||
| 13148 | |||
| 13149 | 1999-01-12 Karl Heuer <kwzh@gnu.org> | ||
| 13150 | |||
| 13151 | * files.el (auto-save-hook): Defvar this. | ||
| 13152 | |||
| 13153 | 1999-01-12 Alex Schroeder <asc@bsiag.com> | ||
| 13154 | |||
| 13155 | * progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Quote font-lock | ||
| 13156 | faces, eliminating the need to load font-lock before loading sql. | ||
| 13157 | (sql-mode-oracle-font-lock-keywords): Likewise. | ||
| 13158 | (sql-mode-postgres-font-lock-keywords): Likewise. | ||
| 13159 | |||
| 13160 | 1999-01-11 Dave Love <fx@gnu.org> | ||
| 13161 | |||
| 13162 | * cus-start.el: Add inhibit-eol-conversion. | ||
| 13163 | |||
| 13164 | * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Swap | ||
| 13165 | the values round. | ||
| 13166 | |||
| 13167 | 1999-01-11 Richard Stallman <rms@psilocin.ai.mit.edu> | ||
| 13168 | |||
| 13169 | * help.el (help-mode-finish): Renamed from help-mode-maybe. | ||
| 13170 | Don't switch to Help mode here. | ||
| 13171 | (temp-buffer-setup-hook): Use help-mode-finish. | ||
| 13172 | (help-mode-setup): New function. | ||
| 13173 | (temp-buffer-setup-hook): Use help-mode-setup. | ||
| 13174 | |||
| 13175 | * progmodes/sql.el: New file. | ||
| 13176 | |||
| 13177 | * files.el (auto-mode-alist): Add sql-mode. | ||
| 13178 | |||
| 13179 | * faces.el (list-faces-display): Improve the formatting | ||
| 13180 | by computing the maximum length required for any face-name. | ||
| 13181 | |||
| 13182 | 1999-01-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | ||
| 13183 | |||
| 13184 | * progmodes/compile.el (compilation-shell-minor-mode): New function. | ||
| 13185 | |||
| 13186 | 1999-01-10 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 13187 | |||
| 13188 | * term.el (term_send_home): Change the string to | ||
| 13189 | be the same as the one emitted by xterm and consistent with the | ||
| 13190 | ones emitted by prior and next. | ||
| 13191 | (term_send_end): Likewise. | ||
| 13192 | |||
| 13193 | 1999-01-10 Dave Love <fx@gnu.org> | ||
| 13194 | |||
| 13195 | * emacs-lisp/find-func.el (find-function-on-key): DTRT for mouse | ||
| 13196 | bindings. | ||
| 13197 | |||
| 13198 | 1999-01-10 Eli Zaretskii <eliz@gnu.org> | ||
| 13199 | |||
| 13200 | * international/codepage.el (codepage-setup): Doc fix. | ||
| 13201 | (cp-decoding-vector-for-codepage): Likewise. | ||
| 13202 | |||
| 13203 | 1999-01-10 Markus Rost <rost@gnu.org> | ||
| 13204 | |||
| 13205 | * cus-edit.el (custom-save-delete): First scan the custom-file. | ||
| 13206 | |||
| 13207 | 1999-01-08 Richard Stallman <rms@psilocin.ai.mit.edu> | ||
| 13208 | |||
| 13209 | * international/iso-transl.el: Define a "function name" for | ||
| 13210 | each translation that isn't ASCII. Use these function names | ||
| 13211 | in iso-transl-char-map. | ||
| 13212 | |||
| 13213 | 1999-01-08 Kenichi Handa <handa@etl.go.jp> | ||
| 13214 | |||
| 13215 | * international/mule-util.el (decompose-region): Do decomposition | ||
| 13216 | on temporary unibyte buffer. | ||
| 13217 | |||
| 13218 | * international/mule.el (make-char): Doc-string modified. | ||
| 13219 | |||
| 13220 | 1999-01-07 Richard Stallman <rms@psilocin.ai.mit.edu> | ||
| 13221 | |||
| 13222 | * simple.el (comment-region): Delete spaces only if we | ||
| 13223 | deleted a comment starter. | ||
| 13224 | |||
| 13225 | 1999-01-07 Dave Love <fx@gnu.org> | ||
| 13226 | |||
| 13227 | * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix. | ||
| 13228 | |||
| 13229 | * emacs-lisp/edebug.el (edebug-eval-defun): Deal with defcustom | ||
| 13230 | like eval-defun does. | ||
| 13231 | |||
| 13232 | * dired.el (dired-mode-map): Fix duplicate [menu-bar regexp mark]. | ||
| 13233 | |||
| 13234 | * generic.el: Re-write `(make-variable-buffer-local (defvar ...' | ||
| 13235 | constructions. Doc fixes. | ||
| 13236 | (generic-create-generic-function): Use defalias, not fset. | ||
| 13237 | |||
| 13238 | * find-func.el: More doc fixes. | ||
| 13239 | |||
| 13240 | 1999-01-06 Stephen Eglen <stephen@gnu.org> | ||
| 13241 | |||
| 13242 | * files.el (save-buffers-kill-emacs): Show the list of current | ||
| 13243 | processes before prompting to kill them and exit. | ||
| 13244 | |||
| 13245 | 1999-01-06 Dave Love <fx@gnu.org> | ||
| 13246 | |||
| 13247 | * emacs-lisp/find-func.el: Doc fixes. | ||
| 13248 | (find-function-regexp): Extend for define-generic-mode, | ||
| 13249 | define-derived-mode, easy-mmode-define-minor-mode. | ||
| 13250 | |||
| 13251 | 1999-01-06 Dave Love <fx@gnu.org> | ||
| 13252 | |||
| 13253 | * progmodes/fortran.el (fortran-window-create): Account for scroll | ||
| 13254 | bar width. | ||
| 13255 | |||
| 13256 | * browse-url.el: Require (noerror) w3-auto when compiling. | ||
| 13257 | (browse-url-maybe-new-window): Make it a macro and revert last | ||
| 13258 | change to callers. | ||
| 13259 | (browse-url-w3): Require w3 for w3-fetch-other-window. | ||
| 13260 | |||
| 13261 | 1999-01-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | ||
| 13262 | |||
| 13263 | * browse-url.el (browse-url-w3): Give w3-fetch-other-window the | ||
| 13264 | argument. | ||
| 13265 | |||
| 13266 | 1999-01-06 Simon Marshall <simon@gnu.org> | ||
| 13267 | |||
| 13268 | * subr.el (with-temp-message): Don't display MESSAGE if nil. Doc fix. | ||
| 13269 | |||
| 13270 | * font-lock.el (font-lock-default-fontify-buffer): When using | ||
| 13271 | with-temp-message, use nil rather than current-message. | ||
| 13272 | |||
| 13273 | * lazy-lock.el (lazy-lock-unstall): | ||
| 13274 | (lazy-lock-fontify-after-idle): When using with-temp-message, use nil | ||
| 13275 | rather than current-message. | ||
| 13276 | |||
| 13277 | * fast-lock.el (fast-lock-save-cache-1): | ||
| 13278 | (fast-lock-cache-data): When using with-temp-message, use nil rather | ||
| 13279 | than current-message. | ||
| 13280 | |||
| 13281 | 1999-01-06 Eli Zaretskii <eliz@gnu.org> | ||
| 13282 | |||
| 13283 | * international/codepage.el (cp-coding-system-for-codepage-1): Add | ||
| 13284 | the valid-codes property. | ||
| 13285 | |||
| 13286 | * international/mule-cmds.el (prefer-coding-system): Call | ||
| 13287 | set-coding-priority, so that the internal array of priorities is | ||
| 13288 | also updated. | ||
| 13289 | |||
| 13290 | * international/mule-util.el: | ||
| 13291 | (coding-system-change-eol-conversion, | ||
| 13292 | coding-system-change-text-conversion): Don't define here. | ||
| 13293 | |||
| 13294 | * international/mule-cmds.el: Define them here. Remove the | ||
| 13295 | autoload cookies. | ||
| 13296 | |||
| 13297 | 1999-01-06 Andreas Schwab <schwab@gnu.org> | ||
| 13298 | |||
| 13299 | * emacs-lisp/debug.el (debug): Leave recursive minibuffer enabled | ||
| 13300 | if it was enabled before. | ||
| 13301 | |||
| 13302 | * view.el (View-revert-buffer-scroll-page-forward): Bind | ||
| 13303 | view-scroll-auto-exit instead of obsolete view-mode-auto-exit. | ||
| 13304 | |||
| 13305 | * files.el (recover-session): Preserve point when inserting | ||
| 13306 | explanation. | ||
| 13307 | |||
| 13308 | 1999-01-06 Richard Stallman <rms@psilocin.ai.mit.edu> | ||
| 13309 | |||
| 13310 | * cus-edit.el (custom-save-delete): Don't delete whitespace | ||
| 13311 | and comments before the sexp that is replaced. | ||
| 13312 | |||
| 13313 | 1999-01-05 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | ||
| 13314 | |||
| 13315 | * calendar/diary-lib.el (diary-float): Better fix of end-of-year error. | ||
| 13316 | |||
| 13317 | 1999-01-05 Andre Spiegel <spiegel@inf.fu-berlin.de> | ||
| 13318 | |||
| 13319 | * vc.el (vc-dired-hook): Use the original value of | ||
| 13320 | dired-move-to-filename-regexp on lines that have not been | ||
| 13321 | reformatted yet. | ||
| 13322 | (vc-dired-toggle-terse-mode): Tell vc-dired-hook whether the | ||
| 13323 | file lines have already been reformatted. | ||
| 13324 | |||
| 13325 | 1999-01-05 Dave Love <fx@gnu.org> | ||
| 13326 | |||
| 13327 | * progmodes/f90.el (f90-mode): Make imenu-case-fold-search | ||
| 13328 | buffer-local. | ||
| 13329 | |||
| 13330 | 1998-01-05 Torbjorn Einarsson <T.Einarsson@clab.ericsson.se> | ||
| 13331 | |||
| 13332 | * progmodes/f90.el: Change of regular expressions for type to | ||
| 13333 | correct highlighting and identation. Some small fixes for | ||
| 13334 | compatibility with XEmacs. | ||
| 13335 | |||
| 13336 | 1999-01-05 Stephen Eglen <stephen@gnu.org> | ||
| 13337 | |||
| 13338 | * mspools.el (mspools-vm-system-mail): Provide an alternative | ||
| 13339 | value based on rmail-spool-directory if $MAIL is not defined. | ||
| 13340 | |||
| 13341 | 1999-01-05 Carsten Dominik <dominik@strw.leidenuniv.nl> | ||
| 13342 | |||
| 13343 | * textmodes/reftex.el (reftex-section-levels): Allow negative levels. | ||
| 13344 | (reftex-section-info): Handle negative section levels. | ||
| 13345 | (reftex-view-crossref-extra): New option. | ||
| 13346 | (reftex-view-crossref): Generalized to work in more places. | ||
| 13347 | (reftex-find-citation-regexp-format, reftex-find-reference-format, | ||
| 13348 | reftex-macros-with-labels, reftex-global-search-marker): New variables. | ||
| 13349 | (reftex-view-cite-locations-from-bibtex): New command. | ||
| 13350 | (reftex-view-regexp-match, reftex-global-search, | ||
| 13351 | reftex-global-search-continue): New functions. | ||
| 13352 | (reftex-extract-bib-entries): No error for non-existing BibTeX | ||
| 13353 | file, just a message. | ||
| 13354 | (reftex-extract-bib-entries): Better error handling. | ||
| 13355 | (reftex-select-with-char): Use `*RefTeX Select*' for selection | ||
| 13356 | help and force it on current frame. | ||
| 13357 | (reftex-default-bibliography): New function. | ||
| 13358 | (reftex-access-parse-file): Check consistency after loading a | ||
| 13359 | parse file. When inconsistent, enfore rescan. | ||
| 13360 | (reftex-check-parse-consistency): New function. | ||
| 13361 | (easy-menu-define): Options section drastically shortened. | ||
| 13362 | |||
| 13363 | 1999-01-05 Kenichi Handa <handa@etl.go.jp> | ||
| 13364 | |||
| 13365 | * language/thai-util.el (thai-compose-string): New function. | ||
| 13366 | |||
| 13367 | 1999-01-04 Inge Frick <inge@nada.kth.se> | ||
| 13368 | |||
| 13369 | * easymenu.el (easy-menu-define): Doc fix. | ||
| 13370 | (easy-menu-create-menu): New keyword :included. | ||
| 13371 | (easy-menu-do-add-item): New keyword :included. SUFFIX may | ||
| 13372 | be an expression, not only a string. Simulate style `button'. | ||
| 13373 | Use easy-menu-define-key-intern instead of easy-menu-define-key. | ||
| 13374 | (easy-menu-define-key-intern): New function. | ||
| 13375 | (easy-menu-add-item): Understand value returned from | ||
| 13376 | easy-menu-item-present-p and easy-menu-remove-item. | ||
| 13377 | (easy-menu-return-item): New function. | ||
| 13378 | (easy-menu-item-present-p, easy-menu-remove-item): Use it. | ||
| 13379 | |||
| 13380 | 1999-01-03 Richard Stallman <rms@psilocin.ai.mit.edu> | ||
| 13381 | |||
| 13382 | * mail/rmailsum.el (rmail-summary-output-to-rmail-file): | ||
| 13383 | Use rmail-output-read-rmail-file-name to read the file name. | ||
| 13384 | Always call rmail-output-to-rmail-file noninteractively. | ||
| 13385 | When count > 1, do the loop here. | ||
| 13386 | Handle rmail-delete-after-output here. | ||
| 13387 | (rmail-summary-output): Similar changes. | ||
| 13388 | |||
| 13389 | * mail/rmailout.el: Provide `rmailout'. | ||
| 13390 | (rmail-output-read-rmail-file-name): New function. | ||
| 13391 | (rmail-output-to-rmail-file): Use that. | ||
| 13392 | (rmail-output-read-file-name): New function. | ||
| 13393 | (rmail-output): Use that. | ||
| 13394 | |||
| 13395 | * files.el (find-file-noselect): Let /: suppress wildcard matching. | ||
| 13396 | Error if wildcard matches no files. | ||
| 13397 | |||
| 13398 | 1999-01-02 Richard Stallman <rms@psilocin.ai.mit.edu> | ||
| 13399 | |||
| 13400 | * menu-bar.el (clipboard-yank): Doc fix. | ||
| 13401 | |||
| 13402 | * info.el (Info-insert-dir): Chase symlinks for file-attributes. | ||
| 13403 | |||
| 13404 | 1998-12-31 Markus Rost <rost@delysid.gnu.org> | ||
| 13405 | |||
| 13406 | * textmodes/page-ext.el (pages-copy-header-and-position): Fix typo. | ||
| 13407 | |||
| 13408 | 1998-12-31 Andrew Innes <andrewi@harlequin.co.uk> | ||
| 13409 | |||
| 13410 | * rmail.el (rmail-encode-string): Make sure mask value is | ||
| 13411 | positive; (emacs-pid) returns a negative number on Windows 9x | ||
| 13412 | which causes odd behaviour. | ||
| 13413 | |||
| 13414 | 1998-12-31 Eli Zaretskii <eliz@mescaline.gnu.org> | ||
| 13415 | |||
| 13416 | * cus-start.el: Don't warn about dos-* variables unless on MS-DOS, | ||
| 13417 | and about w32-* variables unless on Windows/NT. | ||
| 13418 | |||
| 13419 | 1998-12-31 Boris Goldowsky <boris@alum.mit.edu> | ||
| 13420 | |||
| 13421 | * textmodes/sgml-mode.el (sgml-validate): Ask whether to save only | ||
| 13422 | if buffer is modified; ask about all modified buffers. | ||
| 13423 | |||
| 13424 | 1998-12-30 Richard Stallman <rms@psilocin.ai.mit.edu> | ||
| 13425 | |||
| 13426 | * simple.el (what-cursor-position): Fix previous change. | ||
| 13427 | |||
| 13428 | 1998-12-30 Richard Stallman <rms@sucrose.ai.mit.edu> | ||
| 13429 | |||
| 13430 | * mail/sendmail.el (mail-mode): Eliminate ambiguous match | ||
| 13431 | from paragraph-start. | ||
| 13432 | |||
| 13433 | 1998-12-30 Eli Zaretskii <eliz@mescaline.gnu.org> | ||
| 13434 | |||
| 13435 | * international/mule-cmds.el (prefer-coding-system): If the | ||
| 13436 | argument requires specific EOL conversion type, make the default | ||
| 13437 | coding systems use that. | ||
| 13438 | |||
| 13439 | 1998-12-30 Drew Csillag <drew_csillag@geocities.com> | ||
| 13440 | |||
| 13441 | * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer): | ||
| 13442 | Use shell-command-on-region. | ||
| 13443 | (m4-start-m4, m4-end-m4): Functions deleted. | ||
| 13444 | |||
| 13445 | 1998-12-30 Michael Ernst <mernst@alum.mit.edu> | ||
| 13446 | |||
| 13447 | * vc.el (vc-backend-diff): Use `diff-switches-list' throughout. | ||
| 13448 | |||
| 13449 | 1998-12-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | ||
| 13450 | |||
| 13451 | * browse-url.el (browse-url-mail): Give argument SEND-ACTION | ||
| 13452 | to compose-mail in the correct places and as a list. | ||
| 13453 | |||
| 13454 | 1998-12-29 Masatake Yamato <masata-y@tori.aist-nara.ac.jp> | ||
| 13455 | |||
| 13456 | * page-ext.el: Added mouse-selection feature for pages directory buffer. | ||
| 13457 | (pages-directory-map): Bind mouse-2 | ||
| 13458 | (pages-copy-header-and-position): Put text property. | ||
| 13459 | (pages-directory-goto-with-mouse): New function. | ||
| 13460 | |||
| 13461 | 1998-12-29 Eli Zaretskii <eliz@mescaline.gnu.org> | ||
| 13462 | |||
| 13463 | * international/codepage.el (cp-make-coding-systems-for-codepage): | ||
| 13464 | Doc fix. | ||
| 13465 | (cp-coding-system-for-codepage-1): Likewise. | ||
| 13466 | |||
| 13467 | 1998-12-29 Kenichi Handa <handa@etl.go.jp> | ||
| 13468 | |||
| 13469 | * language/thai-util.el (thai-post-read-conversion): Handle Thai | ||
| 13470 | composition sequence correctly here instead of calling | ||
| 13471 | thai-compose-region. | ||
| 13472 | |||
| 13473 | * textmodes/fill.el (fill-region-as-paragraph): While deleting a | ||
| 13474 | newline in multibyte buffer, if previous or next character is a | ||
| 13475 | composite char, check the first component of the composite char. | ||
| 13476 | |||
| 13477 | 1998-12-28 Andreas Schwab <schwab@delysid.gnu.org> | ||
| 13478 | |||
| 13479 | * emacs-lisp/advice.el (ad-special-forms): Add save-current-buffer | ||
| 13480 | and track-mouse. | ||
| 13481 | |||
| 13482 | 1998-12-27 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | ||
| 13483 | |||
| 13484 | * mail/sendmail.el (mail-yank-original): Remove text properties | ||
| 13485 | after insertion. | ||
| 13486 | (mail-yank-region): Barf if no mark is set in the message | ||
| 13487 | being replied to. | ||
| 13488 | |||
| 13489 | * help.el (function-called-at-point): First look for function at point. | ||
| 13490 | |||
| 13491 | 1998-12-27 Richard Stallman <rms@psilocin.ai.mit.edu> | ||
| 13492 | |||
| 13493 | * edmacro.el (edit-kbd-macro): Recognize electric-view-lossage. | ||
| 13494 | |||
| 13495 | 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu> | ||
| 13496 | |||
| 13497 | * simple.el (what-cursor-position): Print character encoding also. | ||
| 13498 | |||
| 13499 | 1998-12-26 Dave Love <fx@gnu.org> | ||
| 13500 | |||
| 13501 | * textmodes/flyspell.el: If local-maps work, don't put | ||
| 13502 | flyspell-mode-map in minor-mode-map-alist; bind mouse-2 and M-TAB | ||
| 13503 | in flyspell-mouse-map (only). | ||
| 13504 | (flyspell-use-local-map): New variable. | ||
| 13505 | Use a different mouse-2 binding in that case, | ||
| 13506 | and don't add to minor-mode-map-alist. | ||
| 13507 | (make-flyspell-overlay, flyspell-correct-word): | ||
| 13508 | Test flyspell-use-local-map. | ||
| 13509 | |||
| 13510 | 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu> | ||
| 13511 | |||
| 13512 | * files.el (file-expand-wildcards): Handle wildcards in directory name. | ||
| 13513 | Be careful about whether to return a relative file name, | ||
| 13514 | and if so, relative to what directory. | ||
| 13515 | |||
| 13516 | 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu> | ||
| 13517 | |||
| 13518 | * emacs-lisp/easymenu.el (easy-menu-get-map): | ||
| 13519 | Change global map only if this menu exists in the global map already, | ||
| 13520 | and not in the local map. | ||
| 13521 | (easy-menu-do-add-item): Fix error message. | ||
| 13522 | |||
| 13523 | * foldout.el (foldout-inhibit-key-bindings): | ||
| 13524 | Avoid concatenating onto outline-minor-mode-prefix. | ||
| 13525 | Make a new keymap for that prefix, if it does not already have one. | ||
| 13526 | |||
| 13527 | 1998-12-25 Ilya Zakharevich <ilya@math.ohio-state.edu> | ||
| 13528 | |||
| 13529 | * cperl-mode.el: | ||
| 13530 | Can use linear algorithm for indentation if Emacs supports it. | ||
| 13531 | (cperl-after-expr-p): It is BLOCK if we reach lim when backup sexp. | ||
| 13532 | (cperl-after-block-p): Likewise. | ||
| 13533 | (cperl-after-block-and-statement-beg): Likewise. | ||
| 13534 | (cperl-after-block-p): After END/BEGIN we are a block. | ||
| 13535 | (cperl-after-expr-p): Skip labels when checking | ||
| 13536 | (cperl-indent-region): Make a marker for END - text added/removed. | ||
| 13537 | Disable hooks during the call (how to call them later?). | ||
| 13538 | Now indents 820-line-long function in 6.5 sec (including | ||
| 13539 | syntaxification) the first time (when buffer has few | ||
| 13540 | properties), 7.1 sec the second time. | ||
| 13541 | (cperl-indent-region): Do not indent whitespace lines | ||
| 13542 | (cperl-style-alist) | ||
| 13543 | Include `cperl-merge-trailing-else' where the value is clear. | ||
| 13544 | (cperl-styles-entries): Likewise. | ||
| 13545 | (cperl-problems): Improvements to docs. | ||
| 13546 | (cperl-tips): Likewise. | ||
| 13547 | (cperl-non-problems): Likewise. | ||
| 13548 | (cperl-mode): Make lazy syntaxification possible. | ||
| 13549 | Loads pseudo-faces for the sake of `cperl-find-pods-heres' (for 19.30). | ||
| 13550 | `font-lock-unfontify-region-function' was set to a wrong function. | ||
| 13551 | |||
| 13552 | (cperl-find-pods-heres): Safe a position in buffer where it is safe to | ||
| 13553 | restart syntaxification. Changed so that -d ?foo? is a RE. Do | ||
| 13554 | not warn on `=cut' if doing a chunk only. 1 << 6 was OK, | ||
| 13555 | but 1<<6 was considered as HERE-doc. | ||
| 13556 | <file/glob> made into a string. | ||
| 13557 | Postpone addition of faces after syntactic step. | ||
| 13558 | Recognition of <FH> was wrong. | ||
| 13559 | Highlight `gem' in s///gem as a keyword. `qr' recognized. | ||
| 13560 | Knows that split// is null-RE. | ||
| 13561 | Highlights separators in 3-parts expressions as labels. | ||
| 13562 | <> was considered as a glob. | ||
| 13563 | Would err if the last line is `=head1'. | ||
| 13564 | $a-1 ? foo : bar; was a considered a regexp. | ||
| 13565 | `<< (' was considered a start of HERE-doc. | ||
| 13566 | mark qq[]-etc sections as syntax-type=string | ||
| 13567 | Was not processing sub protos after a comment ine. | ||
| 13568 | Was treating $a++ <= 5 as a glob. | ||
| 13569 | Tolerate unfinished REx at end-of-buffer. | ||
| 13570 | `unwind-protect' was left commented. | ||
| 13571 | / and ? after : start a REx. | ||
| 13572 | |||
| 13573 | (cperl-syntaxify-by-font-lock): Set to t, should be safe now. | ||
| 13574 | Better default, customizes to `message' too, off in text-mode. | ||
| 13575 | |||
| 13576 | (cperl-array-face): Renamed from `font-lock-emphasized-face', | ||
| 13577 | `defface'd. | ||
| 13578 | (cperl-hash-face): Renamed from `font-lock-other-emphasized-face'. | ||
| 13579 | `defface'd. | ||
| 13580 | (cperl-emacs-can-parse): New state variable. | ||
| 13581 | (cperl-indent-line): Corrected to use global state. | ||
| 13582 | (cperl-calculate-indent): Likewise. | ||
| 13583 | (cperl-fix-line-spacing): Likewise (not used yet). | ||
| 13584 | (cperl-calculate-indent): Did not consider `,' as | ||
| 13585 | continuation mark for statements. | ||
| 13586 | (cperl-calculate-indent): Avoid parse-data optimization at toplevel. | ||
| 13587 | Remove another parse-data optimization at toplevel: would | ||
| 13588 | indent correctly. | ||
| 13589 | Correct for labels when calculating indentation of continuations. | ||
| 13590 | Docstring updated. | ||
| 13591 | (cperl-choose-color): Converted to a function (to be | ||
| 13592 | compilable in text-mode). | ||
| 13593 | (cperl-dark-background): Disable without window-system. | ||
| 13594 | Do `defface' only if window-system. | ||
| 13595 | (cperl-fix-line-spacing): Sped up to bail out early. | ||
| 13596 | (x-color-defined-p): Was not compiling on XEmacs | ||
| 13597 | Was defmacro'ed with a tick. Remove another def. | ||
| 13598 | (cperl-clobber-lisp-bindings): If set, C-c variants are the old ones | ||
| 13599 | (cperl-unwind-to-safe): New function. | ||
| 13600 | (cperl-fontify-syntaxically): Use `cperl-unwind-to-safe' to start at reasonable position. | ||
| 13601 | (cperl-fontify-syntaxically): Unwinds start and end to go out of | ||
| 13602 | long strings (not very successful). | ||
| 13603 | (cperl-forward-re): Highlight the trailing / in s/foo// as string. | ||
| 13604 | Highlight the starting // in s//foo/ as function-name. | ||
| 13605 | Emit a meaningful error instead of a cryptic one for an | ||
| 13606 | uncomplete REx near end-of-buffer. | ||
| 13607 | |||
| 13608 | (cperl-electric-keyword): `qr' recognized. | ||
| 13609 | (cperl-electric-else): Likewise | ||
| 13610 | (cperl-to-comment-or-eol): Likewise | ||
| 13611 | (cperl-make-regexp-x): Likewise | ||
| 13612 | (cperl-init-faces): Likewise, and `lock' (as overridable?). | ||
| 13613 | Corrected to use new macros; | ||
| 13614 | `if' for copying `reference-face' to `constant-face' was backward. | ||
| 13615 | remove init `font-lock-other-emphasized-face', | ||
| 13616 | `font-lock-emphasized-face', `font-lock-keyword-face'. | ||
| 13617 | Interpolate `cperl-invalid-face'. | ||
| 13618 | (cperl-make-regexp-x): Misprint in a message. | ||
| 13619 | (cperl-syntaxify-unwind): New configuration variable | ||
| 13620 | (cperl-fontify-m-as-s): New configuration variable | ||
| 13621 | (cperl-electric-pod): Check for after-expr was performed | ||
| 13622 | inside of POD too. | ||
| 13623 | (cperl-backward-to-noncomment): Cetter treatment of PODs and HEREs. | ||
| 13624 | (cperl-clobber-mode-lists): New configuration variable. | ||
| 13625 | (cperl-not-bad-style-regexp): Updated. | ||
| 13626 | Init: `cperl-is-face' was busted. | ||
| 13627 | (cperl-make-face): New macros. | ||
| 13628 | (cperl-force-face): New macros. | ||
| 13629 | (font-lock-other-type-face): Done via `defface' too. | ||
| 13630 | (cperl-nonoverridable-face): New face. Renamed from | ||
| 13631 | `font-lock-other-type-face'. | ||
| 13632 | (cperl-init-faces-weak): Use `cperl-force-face'. | ||
| 13633 | (cperl-comment-indent): Commenting __END__ was not working. | ||
| 13634 | (cperl-indent-for-comment): Likewise. | ||
| 13635 | (cperl-write-tags): Correct for XEmacs's `visit-tags-table-buffer'. | ||
| 13636 | When removing old TAGS info was not relativizing filename. | ||
| 13637 | (cperl-tags-hier-init): Gross hack to pretend we work (are we?). | ||
| 13638 | Another try to work around XEmacs problems. Better progress messages. | ||
| 13639 | (toplevel): Require custom unprotected => failure on 19.28. | ||
| 13640 | (cperl-xemacs-p): Defined when compile too | ||
| 13641 | (cperl-find-tags): Was writing line/pos in a wrong order, | ||
| 13642 | pos off by 1 and not at beg-of-line. | ||
| 13643 | (cperl-etags-snarf-tag): New macro | ||
| 13644 | (cperl-etags-goto-tag-location): New macro | ||
| 13645 | (cperl-version): New variable. New menu entry | ||
| 13646 | random docstrings: References to "future" 20.3 removed. | ||
| 13647 | Menu was described as `CPerl' instead of `Perl' | ||
| 13648 | (perl-font-lock-keywords): Would not highlight `sub foo($$);'. | ||
| 13649 | (cperl-toggle-construct-fix): Was toggling to t instead of 1. | ||
| 13650 | (cperl-ps-print-init): Associate `cperl-array-face', `cperl-hash-face' | ||
| 13651 | Remove `font-lock-emphasized-face', `font-lock-other-emphasized-face', | ||
| 13652 | `font-lock-reference-face', `font-lock-keyword-face'. | ||
| 13653 | Use `eval-after-load'. | ||
| 13654 | Remove not-CPerl-related faces. | ||
| 13655 | (cperl-tips-faces): New variable and an entry into Mini-docs. | ||
| 13656 | (cperl-indent-exp): Was not processing else-blocks. | ||
| 13657 | (cperl-get-state): NOP line removed. | ||
| 13658 | (cperl-ps-print): New function and menu entry. | ||
| 13659 | (cperl-ps-print-face-properties): New configuration variable. | ||
| 13660 | (cperl-invalid-face): New configuration variable. | ||
| 13661 | (perl-font-lock-keywords): Highlight trailing whitespace | ||
| 13662 | (cperl-contract-levels): Documentation corrected. | ||
| 13663 | (cperl-contract-level): Likewise. | ||
| 13664 | (cperl-ps-extend-face-list): New macro. | ||
| 13665 | (cperl-invalid-face): Change to ''underline. | ||
| 13666 | |||
| 13667 | 1998-12-25 Markus Rost <rost@delysid.gnu.org> | ||
| 13668 | |||
| 13669 | * mail/rmailout.el (rmail-output): Abbreviate name of default-file | ||
| 13670 | for read-file-name. | ||
| 13671 | (rmail-output-to-rmail-file): Likewise. | ||
| 13672 | |||
| 13673 | 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu> | ||
| 13674 | |||
| 13675 | * emacs-lisp/easymenu.el (easy-menu-get-map): | ||
| 13676 | If MENU is nil, use global menu-bar map. | ||
| 13677 | (easy-menu-add-item, easy-menu-remove-item): Argument renamed. | ||
| 13678 | (easy-menu-item-present-p, easy-menu-get-map): Argument renamed. | ||
| 13679 | |||
| 13680 | 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br> | ||
| 13681 | |||
| 13682 | * ps-mule.el (ps-mule-begin-job): Programming uniformization. | ||
| 13683 | |||
| 13684 | 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br> | ||
| 13685 | |||
| 13686 | * ps-print.el (ps-print-version): New version number (4.1.3). | ||
| 13687 | |||
| 13688 | 1998-12-21 Eli Zaretskii <eliz@mescaline.gnu.org> | ||
| 13689 | |||
| 13690 | * international/mule-cmds.el: Use make-sparse-keymap instead of | ||
| 13691 | define-prefix-key when defining MULE menu items. | ||
| 13692 | |||
| 13693 | * info.el (Info-node-at-bob-matching): New function. | ||
| 13694 | (Info-find-node, Info-build-node-completions): Call it. | ||
| 13695 | |||
| 13696 | 1998-12-21 Andreas Schwab <schwab@delysid.gnu.org> | ||
| 13697 | |||
| 13698 | * help.el (describe-function-1): Say "keymap", not "Lisp macro", | ||
| 13699 | when this is an autoloaded keymap. | ||
| 13700 | |||
| 13701 | 1998-12-20 Eli Zaretskii <eliz@mescaline.gnu.org> | ||
| 13702 | |||
| 13703 | * international/codepage.el (cp-coding-system-for-codepage-1): | ||
| 13704 | Create separate encoders and decoders, for DOS and Unix. Make the | ||
| 13705 | usual family of 3 coding systems, so that automatic detection of | ||
| 13706 | EOL type works. | ||
| 13707 | (cp-make-coding-systems-for-codepage): Don't intern DOS- and | ||
| 13708 | Unix-specific symbols here, and don't call | ||
| 13709 | cp-coding-system-for-codepage-1 twice. (Suggested by Ken'ichi | ||
| 13710 | Handa <handa@etl.go.jp>.) | ||
| 13711 | |||
| 13712 | * dos-vars.el (dos-codepage-setup-hook): New defcustom. | ||
| 13713 | |||
| 13714 | * term/internal.el (IT-character-translations): New variable, an | ||
| 13715 | alist used to display characters for which there's no glyphs in | ||
| 13716 | the current codepage. | ||
| 13717 | (IT-display-table-setup): New function, sets up the DOS terminal | ||
| 13718 | for a given codepage. | ||
| 13719 | (dos-codepage-setup): New function, sets up the MULE environment | ||
| 13720 | for the current value of dos-codepage. | ||
| 13721 | (top-level if): In the multibyte mode, turn on | ||
| 13722 | unibyte-display-via-language-environment. In the unibyte mode, | ||
| 13723 | set up the special syntax tables to map lower- to upper case and | ||
| 13724 | back. | ||
| 13725 | |||
| 13726 | 1998-12-19 Eric Ludlam <zappo@delysid.gnu.org> | ||
| 13727 | |||
| 13728 | * speedbar.el: (speedbar-frame-parameters) Add : to custom prompt. | ||
| 13729 | (speedbar-frame-plist) Remove useless comments. | ||
| 13730 | (speedbar-frame-mode) Do not specify height if it is in the param list. | ||
| 13731 | Use default y position w/out changing it. | ||
| 13732 | If default x position is a list, keep, calculate the non-list X | ||
| 13733 | value when devining an initial position. | ||
| 13734 | (speedbar-this-file-in-vc) Fix SCCS to use s. not p. files. | ||
| 13735 | (speedbar-tag-group-name-minimum-length): New variable. | ||
| 13736 | (speedbar-frame-parameter): New compatibility function. | ||
| 13737 | (speedbar-frame-mode): Updated to use speedbar-frame-parameter. | ||
| 13738 | (speedbar-apply-one-tag-hierarchy-method): Fixed up taging sub | ||
| 13739 | groups to keep things in the right order, and to help with some | ||
| 13740 | naming conventions. | ||
| 13741 | (speedbar-create-tag-hierarchy): Enable buffer local version of | ||
| 13742 | `speedbar-tag-hierarchy-method' in the buffer we are tagging. | ||
| 13743 | (speedbar-line-path) Make DEPTH param optional. Devine it if absent. | ||
| 13744 | the case, derive it from the cursor location in speedbar. | ||
| 13745 | |||
| 13746 | 1998-12-17 Eli Zaretskii <eliz@mescaline.gnu.org> | ||
| 13747 | |||
| 13748 | * international/mule-cmds.el (set-language-environment): On MS-DOS | ||
| 13749 | terminals, install DOS-specific nonascii-translation-table if the | ||
| 13750 | language info doesn't specify one. Pass the default eol-type to | ||
| 13751 | set-language-environment-coding-systems. | ||
| 13752 | (set-default-coding-systems): Copy the eol-type property for the | ||
| 13753 | new default values of {buffer-file,process}-coding-system from the | ||
| 13754 | old defaults. | ||
| 13755 | (set-language-environment-coding-systems): Accept an optional | ||
| 13756 | argument EOL-TYPE, and set the eol-type property of the default | ||
| 13757 | coding systems accordingly. | ||
| 13758 | (set-terminal-coding-system): Enable menu item on MS-DOS terminals. | ||
| 13759 | (set-keyboard-coding-system): Likewise. | ||
| 13760 | (set-default-coding-systems): Don't set | ||
| 13761 | default-terminal-coding-system on MS-DOS to anything but nil. | ||
| 13762 | (prefer-coding-system): Describe in the doc string that | ||
| 13763 | default-terminal-coding-system is not changed on MS-DOS. | ||
| 13764 | (set-language-environment): For MS-DOS, set standard syntax table | ||
| 13765 | and display table for all characters with code above 127. | ||
| 13766 | (standard-display-european-internal): For MS-DOS, pass all | ||
| 13767 | characters with code above 127 directly to the terminal, and don't | ||
| 13768 | remap characters 160 and 146 in the unibyte case. | ||
| 13769 | |||
| 13770 | * international/codepage.el: New file. | ||
| 13771 | |||
| 13772 | 1998-12-16 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | ||
| 13773 | |||
| 13774 | * diary-lib.el (diary-float): Fix end-of-year error and typos in | ||
| 13775 | comments. | ||
| 13776 | |||
| 13777 | 1998-12-16 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru> | ||
| 13778 | |||
| 13779 | * map-ynp.el (map-y-or-n-p): Ignore input methods. | ||
| 13780 | |||
| 13781 | * subr.el (read-passwd): Likewise. | ||
| 13782 | |||
| 13783 | 1998-12-16 Eli Zaretskii <eliz@mescaline.gnu.org> | ||
| 13784 | |||
| 13785 | * info.el (Info-find-node): Add 1 to the position read from the | ||
| 13786 | tag table. Don't fail if the node delimiter ^_ is the first | ||
| 13787 | character in the file. | ||
| 13788 | (Info-insert-dir): Don't fail when the node delimiter ^_ is the | ||
| 13789 | first character in the file. | ||
| 13790 | (Info-read-subfile): Likewise. | ||
| 13791 | (Info-select-node): Likewise. | ||
| 13792 | (Info-build-node-completions): Likewise. | ||
| 13793 | |||
| 13794 | 1998-12-16 Richard Stallman <rms@gnu.org> | ||
| 13795 | |||
| 13796 | * term/x-win.el (x-cut-buffer-or-selection-value): | ||
| 13797 | If clipboard is enabled, try it before PRIMARY selection. | ||
| 13798 | |||
| 13799 | 1998-12-15 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE> | ||
| 13800 | |||
| 13801 | * international/iso-acc.el (iso-languages): For Portuguese ~c and ~C | ||
| 13802 | insert c-cedilla and C-cedilla respectively, like in latin-1. | ||
| 13803 | |||
| 13804 | 1998-12-15 Eli Zaretskii <eliz@delysid.gnu.org> | ||
| 13805 | |||
| 13806 | * language/hebrew.el: Don't use sublists in the flags argument | ||
| 13807 | passed to make-coding-system. | ||
| 13808 | |||
| 13809 | 1998-12-15 Kenichi Handa <handa@etl.go.jp> | ||
| 13810 | |||
| 13811 | * ps-mule.el (ps-mule-begin-job): Delete nil and unknown from a | ||
| 13812 | list of character sets found by find-charset-region. | ||
| 13813 | |||
| 13814 | * ps-mule.el: Always require ps-print. Move some function | ||
| 13815 | definitions for Emacs 20.2 and the earlier to ps-print.el. | ||
| 13816 | (ps-mule-find-wrappoint): Make it work also with Emacs 20.2. | ||
| 13817 | |||
| 13818 | * ps-print.el: Define several functions for Emacs 20.2 and the | ||
| 13819 | earlier version. | ||
| 13820 | (ps-printer-name): Check if printer-name is bound. | ||
| 13821 | |||
| 13822 | 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br> | ||
| 13823 | |||
| 13824 | * ps-mule.el: Programming uniformization and little code improvement. | ||
| 13825 | (ps-mule-prepare-font): Programming uniformization. | ||
| 13826 | (ps-mule-find-wrappoint, ps-mule-plot-rule-cmpchar) | ||
| 13827 | (ps-mule-string-encoding, ps-mule-begin-job): Little code improvement. | ||
| 13828 | |||
| 13829 | * ps-bdf.el: Programming uniformization and little code improvement. | ||
| 13830 | (bdf-search-and-read): New fun. | ||
| 13831 | (bdf-write-cache, bdf-initialize, bdf-info-absolute-path) | ||
| 13832 | (bdf-info-mod-time, bdf-info-size, bdf-info-font-bounding-box) | ||
| 13833 | (bdf-info-relative-compose, bdf-info-baseline-offset) | ||
| 13834 | (bdf-info-code-range, bdf-info-maxlen, bdf-info-offset-vector) | ||
| 13835 | (bdf-read-bitmap, bdf-get-bitmaps): Programming uniformization. | ||
| 13836 | (bdf-expand-file-name, bdf-file-newer-than-time, bdf-find-file) | ||
| 13837 | (bdf-read-cache, bdf-read-font-info, bdf-generate-glyphs): Little code | ||
| 13838 | improvement. | ||
| 13839 | |||
| 13840 | 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br> | ||
| 13841 | |||
| 13842 | * ps-print.el: (ps-print-version): New version number (4.1.2), doc fix | ||
| 13843 | and mule related code extraction. Autoload ps-mule funs. | ||
| 13844 | |||
| 13845 | * ps-mule.el: Doc fix. Require ps-print only when compiled. | ||
| 13846 | (ps-mule-prologue-generated): New fun. | ||
| 13847 | (ps-mule-plot-string): Add autoload cookie. | ||
| 13848 | (ps-mule-begin-job): Call ps-mule-prologue-generated. | ||
| 13849 | |||
| 13850 | 1998-12-15 Kenichi Handa <handa@etl.go.jp> | ||
| 13851 | |||
| 13852 | * ps-bdf.el: Require ps-mule instead of ps-print. | ||
| 13853 | (bdf-directory-list): Add autoload cookie. | ||
| 13854 | |||
| 13855 | * ps-mule.el: New file. Mule related code extracted from | ||
| 13856 | ps-print.el. Require ps-print, provide ps-mule. | ||
| 13857 | (ps-multibyte-buffer): Add autoload cookie. | ||
| 13858 | (ps-mule-prepare-ascii-font): New fun. | ||
| 13859 | (ps-mule-set-ascii-font): New fun. | ||
| 13860 | (ps-mule-skip-same-charset): Fun deleted. | ||
| 13861 | (ps-mule-plot-string): Set ps-mule-current-charset. | ||
| 13862 | (ps-mule-initialize): Add autload cookie. Don't set | ||
| 13863 | ps-mule-font-info-database here. | ||
| 13864 | (ps-mule-begin-job): Renamed from ps-mule-begin. Update | ||
| 13865 | ps-mule-font-info-database and ps-control-or-escape-regexp. | ||
| 13866 | (ps-mule-begin-page): New fun. | ||
| 13867 | |||
| 13868 | * ps-print.el: Mule related code moved to ps-mule.el. | ||
| 13869 | (ps-begin-job): While setting ps-control-or-escape-regexp, don't | ||
| 13870 | check ps-mule-charset-list. | ||
| 13871 | (ps-begin-page): Don't set ps-mule-current-charset, instead call | ||
| 13872 | ps-mule-begin-page. | ||
| 13873 | (ps-basic-plot-string): Call ps-mule-prepare-ascii-font. | ||
| 13874 | (ps-plot-region): Don't set ps-mule-current-charset, instead call | ||
| 13875 | ps-mule-set-ascii-font. Don't call ps-mule-skip-same-charset, | ||
| 13876 | instead skip same charsets by itself. | ||
| 13877 | (ps-generate): Call ps-mule-initialize of needs-begin-file is | ||
| 13878 | non-nil. Call ps-mule-begin-job. | ||
| 13879 | |||
| 13880 | 1998-12-15 Kenichi Handa <handa@etl.go.jp> | ||
| 13881 | |||
| 13882 | * ps-bdf.el: File name changed from bdf.el. Provide ps-bdf | ||
| 13883 | instead of bdf. | ||
| 13884 | |||
| 13885 | * ps-print.el (ps-mule-font-info-database): Doc-string modified. | ||
| 13886 | (ps-mule-external-libraries): New element FEATURE. | ||
| 13887 | (ps-mule-init-external-library): Ajusted for the above change. | ||
| 13888 | (ps-mule-generate-font): Likewise. | ||
| 13889 | (ps-mule-generate-glyphs): Likewise. | ||
| 13890 | (ps-mule-prepare-font): Likewise. | ||
| 13891 | (ps-mule-initialize): Likewise. | ||
| 13892 | (ps-begin-file): Superfluous tailing parenthesis deleted. | ||
| 13893 | |||
| 13894 | 1998-12-15 Kenichi Handa <handa@etl.go.jp> | ||
| 13895 | |||
| 13896 | * international/fontset.el (x-decompose-font-name): If PATTERN | ||
| 13897 | doesn't have any wild cards, return a vector made from a name that | ||
| 13898 | is found by x-resolve-font-name found. Comments added. | ||
| 13899 | |||
| 13900 | * international/mule-cmds.el (find-coding-systems-for-charsets): | ||
| 13901 | Handle the case of unknown charset. | ||
| 13902 | (find-multibyte-characters): If invalid multibyte characters are | ||
| 13903 | found, return the corresponding strings instead of character | ||
| 13904 | codes. | ||
| 13905 | (find-multibyte-characters): Adjusted for the above change. | ||
| 13906 | (select-safe-coding-system): For a unibyte buffer, always returns | ||
| 13907 | DEFAULT-CODING-SYSTEM. | ||
| 13908 | (get-charset-property): Fix previous change. Make it a function. | ||
| 13909 | (put-charset-property): Make it a function. | ||
| 13910 | |||
| 13911 | * international/mule.el (make-coding-system): Set mime-charset | ||
| 13912 | property of *-with-esc coding system to nil. | ||
| 13913 | |||
| 13914 | * international/quail.el (quail-point-in-conversion-region): New | ||
| 13915 | function. | ||
| 13916 | (quail-conversion-backward-delete-char): When a key sequence is | ||
| 13917 | being translated, call quail-delete-last-char. | ||
| 13918 | |||
| 13919 | * language/devan-util.el | ||
| 13920 | (devanagari-reorder-glyphs-for-decomposition): Fix the way to | ||
| 13921 | handle devanagari-decomposition-rules. | ||
| 13922 | |||
| 13923 | 1998-12-14 Andreas Schwab <schwab@delysid.gnu.org> | ||
| 13924 | |||
| 13925 | * textmodes/texinfo.el (texinfo-tex-buffer): Bind | ||
| 13926 | tex-start-options-string to empty string. | ||
| 13927 | (texinfo-tex-region): Use texinfo-tex-trailer as documented. | ||
| 13928 | |||
| 13929 | 1998-12-14 Andrew Innes <andrewi@delysid.gnu.org> | ||
| 13930 | |||
| 13931 | * gnus/nntp.el (nntp-request-group): Undo previous change (4xx and | ||
| 13932 | 5xx responses are already handled properly). | ||
| 13933 | |||
| 13934 | 1998-12-13 Richard Stallman <rms@gnu.org> | ||
| 13935 | |||
| 13936 | * progmodes/compile.el (compilation-error-regexp-alist): Insist | ||
| 13937 | on a non-digit in the file name. | ||
| 13938 | |||
| 13939 | * simple.el (comment-region): Handle comment-padding | ||
| 13940 | separately for insertion and for deletion, in the right way for each. | ||
| 13941 | |||
| 13942 | 1998-12-13 Felix Lee <flee@cygnus.com> | ||
| 13943 | |||
| 13944 | * progmodes/compile.el (compilation-error-regexp-alist): Fix | ||
| 13945 | regexp to match "ChangeLog:1:1998-12-09 ..." | ||
| 13946 | |||
| 13947 | 1998-12-13 Eli Zaretskii <eliz@delysid.gnu.org> | ||
| 13948 | |||
| 13949 | * cus-start.el (dos-unsupported-char-glyph): Add. | ||
| 13950 | |||
| 13951 | 1998-12-11 Dave Love <fx@gnu.org> | ||
| 13952 | |||
| 13953 | * progmodes/fortran.el (fortran-font-lock-keywords-3): Wrap | ||
| 13954 | forward-sexp in condition-case. | ||
| 13955 | |||
| 13956 | * emacs-lisp/find-func.el (find-function-search-for-symbol): | ||
| 13957 | Remove unnecessary test on `library' for explicit file name. | ||
| 13958 | Widen scope of save-match-data. | ||
| 13959 | |||
| 13960 | 1998-12-10 Eli Zaretskii <eliz@delysid.gnu.org> | ||
| 13961 | |||
| 13962 | * international/mule.el (load-with-code-conversion): If the loaded | ||
| 13963 | file was inserted with no-conversion or raw-text coding system, | ||
| 13964 | make the buffer unibyte. | ||
| 13965 | |||
| 13966 | 1998-12-09 Richard Stallman <rms@gnu.org> | ||
| 13967 | |||
| 13968 | * progmodes/cc-menus.el (cc-imenu-java-generic-expression): | ||
| 13969 | Get rid of nested loops. | ||
| 13970 | |||
| 13971 | * mouse.el (mouse-drag-vertical-line): | ||
| 13972 | If WHICH-SIDE is not `right', then scroll bars are on the left. | ||
| 13973 | |||
| 13974 | * loadhist.el (load-history-loaded): defvar moved to help.el. | ||
| 13975 | |||
| 13976 | * help.el (symbol-file-load-history-loaded): Variable renamed, | ||
| 13977 | and defvar moved from loadhist.el. | ||
| 13978 | (symbol-file): Renamed from describe-function-find-file. | ||
| 13979 | Load fns-VERSION.el here. | ||
| 13980 | (describe-variable, describe-function-1): Use symbol-file. | ||
| 13981 | |||
| 13982 | * textmodes/tex-mode.el (tex-generate-zap-file-name): | ||
| 13983 | Don't start the name with #. | ||
| 13984 | |||
| 13985 | * ispell.el: Take out the eval-when's. | ||
| 13986 | |||
| 13987 | 1998-12-09 Peter Breton <pbreton@ne.mediaone.net> | ||
| 13988 | |||
| 13989 | * dirtrack.el (dirtrack-directory-change-hook): New hook. | ||
| 13990 | (dirtrack): Run it. Make debug message more verbose. | ||
| 13991 | |||
| 13992 | 1998-12-09 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> | ||
| 13993 | |||
| 13994 | * progmodes/octave-mod.el (octave-abbrev-start): Use the correct | ||
| 13995 | name of the abbrev table, and provide support for XEmacs. | ||
| 13996 | (octave-xemacs-p): New variable. | ||
| 13997 | |||
| 13998 | 1998-12-09 Jonathan I. Kamens <jik@kamens.brookline.ma.us> | ||
| 13999 | |||
| 14000 | * mail/sendmail.el (sendmail-send-it): Don't wait for sendmail to | ||
| 14001 | exit, when mail-interactive is nil. | ||
| 14002 | |||
| 14003 | 1998-12-09 Changwoo Ryu <cwryu@adam.kaist.ac.kr> | ||
| 14004 | |||
| 14005 | * files.el (after-find-file): Message fix. | ||
| 14006 | |||
| 14007 | 1998-12-09 Ken Stevens <stevens@kdstevens.com> | ||
| 14008 | |||
| 14009 | * ispell.el (ispell-kill-ispell): Don't send newline after EOF. | ||
| 14010 | |||
| 14011 | 1998-12-09 Geoff Voelker <voelker@cs.washington.edu> | ||
| 14012 | |||
| 14013 | * ange-ftp.el (ange-ftp-expand-file-name) [windows-nt]: Handle | ||
| 14014 | filenames using backslashes. | ||
| 14015 | |||
| 14016 | 1998-12-09 Dave Love <fx@gnu.org> | ||
| 14017 | |||
| 14018 | * browse-url.el (browse-url-mail): Call compose-mail-other-window | ||
| 14019 | with correct number of args. | ||
| 14020 | (browse-url-maybe-new-window): New arg. Callers changed. | ||
| 14021 | |||
| 14022 | * progmodes/fortran.el (fortran-check-end-prog-re): Allow trailing | ||
| 14023 | comment. | ||
| 14024 | |||
| 14025 | 1998-12-08 Geoff Voelker <voelker@cs.washington.edu> | ||
| 14026 | |||
| 14027 | * makefile.nt (install) [COPY_LISP_SOURCE]: Fix end of conditional. | ||
| 14028 | |||
| 14029 | 1998-12-08 Markus Rost <rost@delysid.gnu.org> | ||
| 14030 | |||
| 14031 | * vc.el (vc-rcs-release): Fix Type. | ||
| 14032 | (vc-sccs-release): Fix Type. | ||
| 14033 | (vc-cvs-release): Fix Type. | ||
| 14034 | |||
| 14035 | * mail/rmailsum.el (rmail-summary-output): Simplify. Make prefix | ||
| 14036 | arg work right. | ||
| 14037 | |||
| 14038 | * mail/rmailout.el (rmail-output-to-rmail-file): Avoid multiple | ||
| 14039 | output of last undeleted message. | ||
| 14040 | |||
| 14041 | 1998-12-07 Geoff Voelker <voelker@cs.washington.edu> | ||
| 14042 | |||
| 14043 | * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src. | ||
| 14044 | (buffer-undo-list) [windows-nt]: Use different relative path. | ||
| 14045 | |||
| 14046 | 1998-12-07 Simon Marshall <simon@gnu.org> | ||
| 14047 | |||
| 14048 | * font-lock.el (java-font-lock-keywords-2): Wrap java-minor-types. | ||
| 14049 | |||
| 14050 | 1998-12-05 Markus Rost <rost@delysid.gnu.org> | ||
| 14051 | |||
| 14052 | * xt-mouse.el (xterm-mouse-mode): Pacify the byte compiler. | ||
| 14053 | |||
| 14054 | * emacs-lisp/byte-opt.el: Require bytecomp for byte-goto-ops. | ||
| 14055 | |||
| 14056 | 1998-12-04 Markus Rost <rost@delysid.gnu.org> | ||
| 14057 | |||
| 14058 | * info.el (Info-menu): Don't return error if point is between menu | ||
| 14059 | header and first menu item. | ||
| 14060 | |||
| 14061 | 1998-12-04 Dave Love <fx@gnu.org> | ||
| 14062 | |||
| 14063 | * help.el (describe-function-1): Fix description for alias. | ||
| 14064 | |||
| 14065 | 1998-12-03 Andreas Schwab <schwab@delysid.gnu.org> | ||
| 14066 | |||
| 14067 | * emacs-lisp/lisp-mnt.el (lm-summary): Strip off -*- | ||
| 14068 | specifications from summary line. | ||
| 14069 | |||
| 14070 | * rect.el (delete-whitespace-rectangle): Mark for autoload. | ||
| 14071 | (close-rectangle): Define alias only once in loaddefs.el. | ||
| 14072 | |||
| 14073 | 1998-12-03 Eli Zaretskii <eliz@mescaline.gnu.org> | ||
| 14074 | |||
| 14075 | * term/internal.el: Remove code which sets up a special syntax | ||
| 14076 | table for non-ASCII characters. | ||
| 14077 | |||
| 14078 | 1998-12-02 Andrew Innes <andrewi@delysid.gnu.org> | ||
| 14079 | |||
| 14080 | * dos-w32.el (direct-print-region-function): Try to ensure that | ||
| 14081 | printer-name is expanded to a file name on a local drive; | ||
| 14082 | sometimes printing a file loaded from a network volume fails. | ||
| 14083 | (direct-print-region-function): Add a function to | ||
| 14084 | write-region-annotate-functions to append a formfeed character to | ||
| 14085 | the region being printed, if the region doesn't end with a | ||
| 14086 | formfeed already. This avoids creating a second print job | ||
| 14087 | containing a blank page when print spooling is enabled on Windows. | ||
| 14088 | |||
| 14089 | 1998-12-02 Dave Love <fx@gnu.org> | ||
| 14090 | |||
| 14091 | * help.el (help-make-xrefs): Use `info', not the non-autoloaded | ||
| 14092 | `Info-goto-node'. | ||
| 14093 | |||
| 14094 | 1998-12-02 Richard Stallman <rms@gnu.org> | ||
| 14095 | |||
| 14096 | * help.el (temp-buffer-resize-mode): Doc fix. | ||
| 14097 | |||
| 14098 | * cus-edit.el (custom-save-delete): Save point before | ||
| 14099 | reading a sexp, rather than backing up. | ||
| 14100 | |||
| 14101 | * international/iso-transl.el: Fix previous change. | ||
| 14102 | |||
| 14103 | 1998-12-02 Andre Spiegel <spiegel@inf.fu-berlin.de> | ||
| 14104 | |||
| 14105 | * vc.el (vc-dired-window-configuration, vc-ediff-windows, | ||
| 14106 | vc-ediff-result, vc-dired-switches, vc-dired-terse-mode): | ||
| 14107 | Added defvars to suppress compilation warnings. | ||
| 14108 | |||
| 14109 | 1998-11-30 Ken Stevens <k.stevens@ieee.org> | ||
| 14110 | |||
| 14111 | * ispell.el: Improved and fixed customize for variables: | ||
| 14112 | ispell-highlight-p, ispell-check-comments, ispell-help-in-bufferp, | ||
| 14113 | ispell-dictionary-alist, ispell-skip-sgml. | ||
| 14114 | Improved and fixed comments in variables and messages for | ||
| 14115 | functions: ispell-help-in-bufferp, ispell-local-dictionary, | ||
| 14116 | ispell-menu-map, ispell-checking-message, ispell-parser, | ||
| 14117 | ispell-word, lookup-words, ispell-change-dictionary, ispell-region, | ||
| 14118 | ispell-begin-tex-skip-regexp, ispell-begin-skip-region, | ||
| 14119 | ispell-comments-and-strings, ispell-continue, ispell-complete-word, | ||
| 14120 | ispell-message-text-end, ispell-add-per-file-word-list. | ||
| 14121 | (ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding | ||
| 14122 | system is now required for all languages. Casechars improved for | ||
| 14123 | castellano, castellano8, and norsk dictionaries. Dictionary | ||
| 14124 | norsk7-tex added. Dictionary polish added. | ||
| 14125 | (ispell-dictionary-alist): Redefined at load-time to support | ||
| 14126 | dictionary changes. | ||
| 14127 | (ispell-menu-map): Redefined at load-time to support menu changes. | ||
| 14128 | (ispell-check-version): New alias for `check-ispell-version'. | ||
| 14129 | (ispell-parse-output): Fixed matching for ispell error messages. | ||
| 14130 | Correctly returns spelling suggestions in order generated by ispell | ||
| 14131 | process. | ||
| 14132 | (check-ispell-version): Ensure `case-fold-search' doesn't get | ||
| 14133 | redefined. | ||
| 14134 | (ispell-complete-word): Ensure `case-fold-search' doesn't get | ||
| 14135 | redefined. Fix bug that didn't respect case of word being completed. | ||
| 14136 | (ispell-init-process): Set process coding system to be compatible | ||
| 14137 | with emacs processes and the ispell process. | ||
| 14138 | (ispell-kill-ispell): Ensures ispell process has terminated before | ||
| 14139 | starting new process. This can otherwise confuse process filters | ||
| 14140 | and hang the ispell process. | ||
| 14141 | (ispell-begin-skip-region-regexp): (ispell-skip-region): Improved | ||
| 14142 | skipping support for sgml. | ||
| 14143 | (ispell-minor-check): Support sgml labels. Fix mapping ^M to \r | ||
| 14144 | which could cause `ispell-complete-word' to hang. | ||
| 14145 | (ispell-message): Improved message reference matching. Ensure | ||
| 14146 | `case-fold-search' doesn't get redefined. | ||
| 14147 | (ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't | ||
| 14148 | get redefined. Fixed bug in returning to nroff mode from tex mode. | ||
| 14149 | (ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't | ||
| 14150 | get redefined. | ||
| 14151 | |||
| 14152 | 1998-11-30 Richard Stallman <rms@psilocin.ai.mit.edu> | ||
| 14153 | |||
| 14154 | * textmodes/flyspell.el (flyspell-check-word-p): | ||
| 14155 | Don't delay inside a kbd macro. | ||
| 14156 | |||
| 14157 | * subr.el (make-local-hook): Return the hook variable. | ||
| 14158 | |||
| 14159 | 1998-11-30 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE> | ||
| 14160 | |||
| 14161 | * hscroll.el (hscroll-mode, hscroll-global-mode, hscroll-window-maybe): | ||
| 14162 | Use a timer instead of post-command-hook. | ||
| 14163 | (hscroll-timer): New variable. | ||
| 14164 | |||
| 14165 | 1998-11-30 Dave Love <fx@gnu.org> | ||
| 14166 | |||
| 14167 | * help.el (help-xref-button): Do nothing if text already has the | ||
| 14168 | help-xref property. | ||
| 14169 | (describe-variable): Revert previous change to hyperlink to source. | ||
| 14170 | |||
| 14171 | 1998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu> | ||
| 14172 | |||
| 14173 | * bindings.el (features): Add `base64' to this list. | ||
| 14174 | |||
| 14175 | * loadhist.el (symbol-file): Doc fix. | ||
| 14176 | |||
| 14177 | * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src. | ||
| 14178 | |||
| 14179 | * files.el (hack-one-local-variable): Cope with non-file buffers. | ||
| 14180 | |||
| 14181 | 1998-11-28 Richard Stallman <rms@psilocin.ai.mit.edu> | ||
| 14182 | |||
| 14183 | * help.el (describe-mode): Put major mode first. | ||
| 14184 | |||
| 14185 | * calendar/appt.el (appt-disp-window): Use pop-to-buffer, | ||
| 14186 | to support special-display and same-window features. | ||
| 14187 | |||
| 14188 | 1998-11-27 Richard Stallman <rms@psilocin.ai.mit.edu> | ||
| 14189 | |||
| 14190 | * simple.el (transpose-subr, transpose-subr-1): Rename variables | ||
| 14191 | bound in one function and used in the other. | ||
| 14192 | (transpose-subr-start1, transpose-subr-start2): Add defvars. | ||
| 14193 | (transpose-subr-end1, transpose-subr-end2): Add defvars. | ||
| 14194 | |||
| 14195 | 1998-11-26 Richard Stallman <rms@psilocin.ai.mit.edu> | ||
| 14196 | |||
| 14197 | * autoinsert.el (auto-insert-alist): Use user-mail-address. | ||
| 14198 | |||
| 14199 | 1998-11-26 Kenichi Handa <handa@etl.go.jp> | ||
| 14200 | |||
| 14201 | * international/ccl.el (ccl-dump-translate-character-const-tbl): | ||
| 14202 | Give format correct control string. | ||
| 14203 | |||
| 14204 | * international/mule.el (define-translation-table): Fix bug of | ||
| 14205 | setting incorrect translation-table-id. If the first element of | ||
| 14206 | ARGS is a translation table, just register it. | ||
| 14207 | |||
| 14208 | * language/chinese.el ("Chinese-BIG5"): Add charset-origin-alist | ||
| 14209 | property. | ||
| 14210 | |||
| 14211 | 1998-11-24 Michael Ernst <mernst@alum.mit.edu> | ||
| 14212 | |||
| 14213 | * thingatpt.el (thing-at-point-url-at-point): Don't use current | ||
| 14214 | syntax table to determine what is whitespace. | ||
| 14215 | |||
| 14216 | 1998-11-24 Richard Stallman <rms@psilocin.ai.mit.edu> | ||
| 14217 | |||
| 14218 | * frame.el (frame-parameter): Doc fix. | ||
| 14219 | |||
| 14220 | * textmodes/tex-mode.el (tex-feed-input): New function. | ||
| 14221 | (tex-define-common-keys): Add binding for C-c C-m. | ||
| 14222 | |||
| 14223 | 1998-11-23 Dave Love <fx@gnu.org> | ||
| 14224 | |||
| 14225 | * progmodes/fortran.el: Various minor doc fixes. | ||
| 14226 | (fortran-font-lock-keywords-1): Add `d' to comment-chars. | ||
| 14227 | (fortran-with-subprogram-narrowing): New macro. | ||
| 14228 | (fortran-check-for-matching-do): Use it. | ||
| 14229 | (fortran-end-do): Use fortran-check-end-prog-re. | ||
| 14230 | (fortran-beginning-do, fortran-end-if, fortran-beginning-if) | ||
| 14231 | (fortran-calculate-indent, fortran-calculate-indent): Likewise. | ||
| 14232 | |||
| 14233 | 1998-11-23 Simon Marshall <simon@gnu.org> | ||
| 14234 | |||
| 14235 | * font-lock.el (font-lock-defaults): Doc fix. | ||
| 14236 | (font-lock-default-fontify-buffer): Rewritten to use with-temp-message. | ||
| 14237 | (lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword. | ||
| 14238 | |||
| 14239 | * lazy-lock.el (lazy-lock-unstall): | ||
| 14240 | (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message. | ||
| 14241 | |||
| 14242 | * fast-lock.el (fast-lock-save-cache-1): | ||
| 14243 | (fast-lock-cache-data): Rewritten to use with-temp-message. | ||
| 14244 | |||
| 14245 | 1998-11-22 Andrew Innes <andrewi@delysid.gnu.org> | ||
| 14246 | |||
| 14247 | * mail/rmail.el (rmail-set-message-counters-counter): Detect | ||
| 14248 | messages that have been added with DOS line endings and convert | ||
| 14249 | the line endings for such messages. | ||
| 14250 | |||
| 14251 | 1998-11-22 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE> | ||
| 14252 | |||
| 14253 | * help.el: Add resizing of temporary buffers. | ||
| 14254 | (temp-buffer-resize-mode): New command and variable. | ||
| 14255 | (temp-buffer-max-height): New variable. | ||
| 14256 | (resize-temp-buffer-window): New function. | ||
| 14257 | |||
| 14258 | * window.el (window-buffer-height): New function, split from | ||
| 14259 | shrink-window-if-larger-than-buffer. | ||
| 14260 | (shrink-window-if-larger-than-buffer): Use window-buffer-height. | ||
| 14261 | |||
| 14262 | 1998-11-22 Richard Stallman <rms@psilocin.ai.mit.edu> | ||
| 14263 | |||
| 14264 | * frame.el (initial-frame-alist): Add defcustom. | ||
| 14265 | |||
| 14266 | * shell.el (shell-prompt-pattern): Add defcustom. | ||
| 14267 | |||
| 14268 | 1998-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org> | ||
| 14269 | |||
| 14270 | * message.el (message-ignored-supersedes-headers): Remove | ||
| 14271 | NNTP-Posting-Date. | ||
| 14272 | |||
| 14273 | 1998-11-21 Richard Stallman <rms@psilocin.ai.mit.edu> | ||
| 14274 | |||
| 14275 | * help.el (describe-mode): Don't avoid loop indirecting thru | ||
| 14276 | value of INDICATOR. | ||
| 14277 | |||
| 14278 | 1998-11-20 Richard Stallman <rms@psilocin.ai.mit.edu> | ||
| 14279 | |||
| 14280 | * help.el (describe-variable): Allow any variable with a defcustom, | ||
| 14281 | even if it is not a user variable. | ||
| 14282 | |||
| 14283 | * mail/rmail.el (mail-unsent-separator): Additional alternative. | ||
| 14284 | |||
| 14285 | 1998-11-20 Andrew Innes <andrewi@delysid.gnu.org> | ||
| 14286 | |||
| 14287 | * gnus/nntp.el (nntp-request-group): Allow for failures when | ||
| 14288 | requesting a new group. | ||
| 14289 | |||
| 14290 | 1998-11-19 Richard Stallman <rms@psilocin.ai.mit.edu> | ||
| 14291 | |||
| 14292 | * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Doc fix. | ||
| 14293 | |||
| 14294 | 1998-11-19 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | ||
| 14295 | |||
| 14296 | * emacs-lisp/find-func.el (find-function-regexp): Handle skeletons. | ||
| 14297 | |||
| 14298 | 1998-11-19 Simon Marshall <simon@gnu.org> | ||
| 14299 | |||
| 14300 | * subr.el (with-temp-message): New macro. | ||
| 14301 | |||
| 14302 | * emacs-lisp/lisp-mode.el (with-temp-message): | ||
| 14303 | Add lisp-indent-function property. | ||
| 14304 | |||
| 14305 | 1998-11-18 Dave Love <fx@gnu.org> | ||
| 14306 | |||
| 14307 | * progmodes/fortran.el (fortran-end-prog-re): Fix typo. | ||
| 14308 | |||
| 14309 | 1998-11-18 Richard Stallman <rms@psilocin.ai.mit.edu> | ||
| 14310 | |||
| 14311 | * emacs-lisp/bytecomp.el (temp-buffer-show-hook): | ||
| 14312 | This is not obsolete. | ||
| 14313 | |||
| 14314 | 1998-11-18 Kenichi Handa <handa@etl.go.jp> | ||
| 14315 | |||
| 14316 | * textmodes/picture.el: Make a new map by make-keymap. | ||
| 14317 | (picture-desired-column): New variable. | ||
| 14318 | (picture-update-desired-column): New function. | ||
| 14319 | (picture-beginning-of-line): Set picture-desired-column to 0. | ||
| 14320 | (picture-end-of-line): Set picture-desired-column to the current | ||
| 14321 | column. | ||
| 14322 | (picture-forward-column): Pay attention to multi-column character. | ||
| 14323 | (picture-backward-column): Likewise. | ||
| 14324 | (picture-move-down): Likewise. | ||
| 14325 | (picture-move-up): Likewise. | ||
| 14326 | (picture-movement-nw): With prefix arg, move twice columns. | ||
| 14327 | (picture-movement-ne): Likewise. | ||
| 14328 | (picture-movement-sw): Likewise. | ||
| 14329 | (picture-movement-se): Likewise. | ||
| 14330 | (picture-set-motion): Handle two-column movements. | ||
| 14331 | (picture-move): Call picture-move-down or picture-forward-column | ||
| 14332 | only when necessary. | ||
| 14333 | (picture-insert): Pay attention to picture-desired-column. | ||
| 14334 | (picture-self-insert): Likewise. | ||
| 14335 | (picture-clear-column): Pay attention to multi-column character. | ||
| 14336 | (picture-mode): Modify doc-string for two-column movement. | ||
| 14337 | |||
| 14338 | * rect.el (move-to-column-force): New function. | ||
| 14339 | (operate-on-rectangle): If coerce-tabs is non-nil, call | ||
| 14340 | move-to-column-force instead of move-to-column. | ||
| 14341 | (insert-rectangle): Call move-to-column-force instead of | ||
| 14342 | move-to-column. | ||
| 14343 | (open-rectangle-line): If begextra is not zero, call | ||
| 14344 | move-to-column-force. | ||
| 14345 | |||
| 14346 | |||
| 14347 | 1998-11-16 Dave Love <fx@gnu.org> | ||
| 14348 | |||
| 14349 | * textmodes/sgml-mode.el Require skeleton when compiling. | ||
| 14350 | (sgml-font-lock-keywords-1): Accept single-letter tags. | ||
| 14351 | (v2): Defvar free variable. | ||
| 14352 | |||
| 14353 | 1998-11-16 Sam Steingold <sds@goems.com> | ||
| 14354 | |||
| 14355 | * emacs-lisp/cl-indent.el: Indent `with-output-to-string' as a CL | ||
| 14356 | macro, not ELisp one. | ||
| 14357 | |||
| 14358 | 1998-11-16 Kenichi Handa <handa@etl.go.jp> | ||
| 14359 | |||
| 14360 | * emacs-lisp/lisp-mode.el: Set syntaxes all non-word multibyte | ||
| 14361 | characters to symbol. | ||
| 14362 | |||
| 14363 | * language/japan-util.el (japanese-zenkaku-region): New optional | ||
| 14364 | arg KATAKANA-ONLY. | ||
| 14365 | |||
| 14366 | 1998-11-16 Kenichi Handa <handa@etl.go.jp> | ||
| 14367 | |||
| 14368 | * international/mule.el | ||
| 14369 | (after-insert-file-set-buffer-file-coding-system): If the buffer | ||
| 14370 | is changed to unibyte, return inserted bytes. | ||
| 14371 | |||
| 14372 | * tar-mode.el (tar-header-block-tokenize): Decode codes of file | ||
| 14373 | and link names if necessary. | ||
| 14374 | (tar-header-block-summarize): Handle the case that file or link | ||
| 14375 | names are multibyte. | ||
| 14376 | (tar-summarize-buffer): At first set the current buffer unibyte, | ||
| 14377 | then if there are multibyte file names, change it to multibyte. | ||
| 14378 | (tar-mode): Get char position from tar-header-offset. | ||
| 14379 | (tar-extract): Avoid multibyte<->unibyte conversion in | ||
| 14380 | insert-buffer-subsring by setting both buffers unibyte | ||
| 14381 | temporarily. | ||
| 14382 | (tar-copy): Set the buffer unibyte while doing a work. Write | ||
| 14383 | without code conversion. | ||
| 14384 | (tar-expunge): Set the buffer unibyte while doing a work. | ||
| 14385 | (tar-alter-one-field): Likewise. | ||
| 14386 | (tar-clear-modification-flags): Compare byte position with | ||
| 14387 | tar-header-offset. | ||
| 14388 | (tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in | ||
| 14389 | insert-buffer-subsring by setting both buffers unibyte | ||
| 14390 | temporarily. Pay attention to multibyteness while updating the | ||
| 14391 | descriptor-line. | ||
| 14392 | (tar-mode-write-file): Write without code conversion. | ||
| 14393 | |||
| 14394 | 1998-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org> | ||
| 14395 | |||
| 14396 | * nngateway.el: Require cl. | ||
| 14397 | |||
| 14398 | 1998-11-15 Dave Love <fx@gnu.org> | ||
| 14399 | |||
| 14400 | * progmodes/fortran.el: Fix previous change: | ||
| 14401 | (fortran-end-prog-re1): Changed. | ||
| 14402 | (fortran-check-end-prog-re): New function. | ||
| 14403 | (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use it. | ||
| 14404 | |||
| 14405 | 1998-11-13 Tom Breton <tob@world.std.com> | ||
| 14406 | |||
| 14407 | * autoinsert.el (auto-insert-alist): Don't assume *.el is part of | ||
| 14408 | GNU Emacs. | ||
| 14409 | |||
| 14410 | 1998-11-13 Carsten Dominik <cd@delysid.gnu.org> | ||
| 14411 | |||
| 14412 | * textmodes/reftex.el: (reftex-finding-files): Group documentation | ||
| 14413 | fixed. | ||
| 14414 | (reftex-toc-toggle-file-boundary, | ||
| 14415 | reftex-toc-toggle-labels, | ||
| 14416 | reftex-toc-toggle-context,reftex-find-start-point): New functions. | ||
| 14417 | (reftex-toc-include-labels, reftex-toc-include-context, | ||
| 14418 | reftex-toc-include-file-boundaries, | ||
| 14419 | reftex-toc-keep-other-windows): New options. | ||
| 14420 | (reftex-use-text-after-label-as-context): Option removed. | ||
| 14421 | (reftex-extract-bib-entries): Protect use in non-latex | ||
| 14422 | buffers. | ||
| 14423 | (reftex-toc-visit-location): Renamed from | ||
| 14424 | `reftex-toc-visit-line'. | ||
| 14425 | (reftex-latin1-to-ascii): Works now with and without Mule. | ||
| 14426 | (reftex-truncate): Removed special stuff for Emacs 20.2. | ||
| 14427 | (reftex-get-offset): Made more general. | ||
| 14428 | (reftex-show-label-location): Renamed from | ||
| 14429 | `reftex-select-label-callback'. | ||
| 14430 | (reftex-pop-to-label): Function removed (using | ||
| 14431 | `reftex-show-label-location' instead. | ||
| 14432 | (reftex-insert-docstruct): Renamed from | ||
| 14433 | `reftex-make-and-insert-label-list'. Function args changed. | ||
| 14434 | (reftex-toc): Now uses `reftex-insert-docstruct' and | ||
| 14435 | `reftex-find-start-point'. | ||
| 14436 | (reftex-select-item): Use `reftex-find-start-point'. | ||
| 14437 | (reftex-toc-visit-line): Can display labels and file | ||
| 14438 | boundaries. | ||
| 14439 | (reftex-TeX-master-file): `(TeX-master-file)' protected. | ||
| 14440 | |||
| 14441 | 1998-11-12 Sam Steingold <sds@goems.com> | ||
| 14442 | |||
| 14443 | * browse-url.el (browse-url): Handle the case when | ||
| 14444 | `browse-url-browser-function' is a lambda list. | ||
| 14445 | |||
| 14446 | 1998-11-12 Eli Zaretskii <eliz@mescaline.gnu.org> | ||
| 14447 | |||
| 14448 | * loadup.el (buffer-undo-list): For ms-dos, use fns.el without the | ||
| 14449 | version string. | ||
| 14450 | * loadhist.el (symbol-file): Likewise | ||
| 14451 | |||
| 14452 | 1998-11-11 Richard Sharman <Richard_Sharman@Mitel.COM> | ||
| 14453 | |||
| 14454 | * ediff-init.el (ediff-even-diff-face-A): Fix stipple spelling. | ||
| 14455 | |||
| 14456 | 1998-11-11 Sam Steingold <sds@goems.com> | ||
| 14457 | |||
| 14458 | * inf-lisp.el (switch-to-lisp): If no inferior lisp present, call | ||
| 14459 | `run-lisp' instead of signalling an error. | ||
| 14460 | |||
| 14461 | 1998-11-11 Karl Heuer <kwzh@gnu.org> | ||
| 14462 | |||
| 14463 | * desktop.el (desktop-save, desktop-create-buffer): Undo 10-22 change. | ||
| 14464 | |||
| 14465 | 1998-11-11 Richard Stallman <rms@gnu.org> | ||
| 14466 | |||
| 14467 | * vc-hooks.el (vc-toggle-read-only): Doc fix. | ||
| 14468 | |||
| 14469 | 1998-11-11 Per Starback <starback@update.uu.se> | ||
| 14470 | |||
| 14471 | * ispell.el: (ispell-dictionary-alist-2): Removed svenska, | ||
| 14472 | renamed svenska8 to svenska, and fixed and extended CASECHARS | ||
| 14473 | for it. | ||
| 14474 | |||
| 14475 | 1998-11-11 Andrew Innes <andrewi@delysid.gnu.org> | ||
| 14476 | |||
| 14477 | * ps-print.el (ps-print-prologue-1): Only use old LandscapeMode | ||
| 14478 | handling if setpagedevice is not available. | ||
| 14479 | (ps-begin-file): Fix typo. | ||
| 14480 | |||
| 14481 | 1998-11-11 Kenichi Handa <handa@etl.go.jp> | ||
| 14482 | |||
| 14483 | * international/mule-util.el (compose-chars-component): Signal | ||
| 14484 | error if CH is a rule-based composition character. | ||
| 14485 | (compose-chars): Signal error if an already compsed character is | ||
| 14486 | going to be composed by rule-base. | ||
| 14487 | |||
| 14488 | * term/x-win.el: If a resolved ASCII font name doesn't conform to | ||
| 14489 | full XLFD, don't try to get information of WEIGHT and SLANT from | ||
| 14490 | that font name. | ||
| 14491 | |||
| 14492 | 1998-11-10 Andrew Innes <andrewi@harlequin.co.uk> | ||
| 14493 | |||
| 14494 | * dos-w32.el (set-default-process-coding-system): Use function on | ||
| 14495 | before-init-hook to set default-process-coding-system based on | ||
| 14496 | enable-multibyte-characters. | ||
| 14497 | |||
| 14498 | * term/w32-win.el ([language-change]): For now ignore | ||
| 14499 | keyboard language-change events. | ||
| 14500 | |||
| 14501 | 1998-11-10 Eli Zaretskii <eliz@delysid.gnu.org> | ||
| 14502 | |||
| 14503 | * ediff-util.el (ediff-make-temp-file): Run the prefix through | ||
| 14504 | convert-standard-file-name, but leave the results of | ||
| 14505 | make-temp-name unaltered. For MS-DOS, truncate the prefix to 2 | ||
| 14506 | characters if the original name already exists, or has a special | ||
| 14507 | handler. | ||
| 14508 | |||
| 14509 | 1998-11-10 Karl Heuer <kwzh@gnu.org> | ||
| 14510 | |||
| 14511 | * international/iso-insert.el: Delete autoload cookies. | ||
| 14512 | |||
| 14513 | * international/iso-transl.el: Add autoload cookies. | ||
| 14514 | |||
| 14515 | 1998-11-10 Richard Stallman <rms@gnu.org> | ||
| 14516 | |||
| 14517 | * ispell.el (ispell-get-coding-system): Default to iso-latin-1. | ||
| 14518 | (ispell-process-line): Don't treat multibyte | ||
| 14519 | |||
| 14520 | 1998-11-09 Andrew Innes <andrewi@harlequin.co.uk> | ||
| 14521 | |||
| 14522 | * ps-print.el (ps-print-prologue-1): In BeginDoc procedure, call | ||
| 14523 | setpagedevice to specify the page size if setpagedevice is | ||
| 14524 | available. This is necessary to select the correct paper tray on | ||
| 14525 | Level 2 printers with multiple paper sizes available. | ||
| 14526 | |||
| 14527 | (ps-begin-file): Cope with font names that contain spaces, and | ||
| 14528 | call BeginDoc in a BeginSetup/EndSetup block. | ||
| 14529 | |||
| 14530 | 1998-11-08 Eli Zaretskii <eliz@mescaline.gnu.org> | ||
| 14531 | |||
| 14532 | * loadup.el (buffer-undo-list): Run fns-VERSION.el through | ||
| 14533 | convert-standard-filename. | ||
| 14534 | |||
| 14535 | * loadhist.el (symbol-file): Run fns-VERSION.el through | ||
| 14536 | convert-standard-filename. | ||
| 14537 | |||
| 14538 | 1998-11-06 Richard Stallman <rms@gnu.org> | ||
| 14539 | |||
| 14540 | * textmodes/texinfmt.el (texinfo-format-scan): | ||
| 14541 | Detect the case of two @-commands in a row; process just the first. | ||
| 14542 | (texinfo-append-refill): If line has a @c, insert the @refill | ||
| 14543 | before it. | ||
| 14544 | (texinfo-format-refill): Return with point where the @refill was. | ||
| 14545 | |||
| 14546 | * files.el (hack-local-variables): Test local-enable-local-variables. | ||
| 14547 | (hack-local-variables-prop-line): Likewise. | ||
| 14548 | (set-auto-mode): Don't test local-enable-local-variables here. | ||
| 14549 | (enable-local-variables): Doc fix. | ||
| 14550 | (local-enable-local-variables): Doc fix. | ||
| 14551 | (normal-mode): Doc fix. | ||
| 14552 | |||
| 14553 | 1998-11-06 Karl Heuer <kwzh@gnu.org> | ||
| 14554 | |||
| 14555 | * emacs-lisp/find-func.el (find-variable-noselect): Autoload. | ||
| 14556 | |||
| 14557 | 1998-11-06 Richard Sharman <Richard_Sharman@Mitel.COM> | ||
| 14558 | |||
| 14559 | * simple.el (line-number-mode): Doc fix. | ||
| 14560 | |||
| 14561 | 1998-11-06 Kenichi Handa <handa@etl.go.jp> | ||
| 14562 | |||
| 14563 | * international/fontset.el (create-fontset-from-fontset-spec): | ||
| 14564 | Give correct arg to `error'. | ||
| 14565 | |||
| 14566 | 1998-11-06 Andreas Schwab <schwab@delysid.gnu.org> | ||
| 14567 | |||
| 14568 | * textmodes/sgml-mode.el (html-mode): Doc fix. | ||
| 14569 | (sgml-name-8bit-mode): Fix missing format character in message string. | ||
| 14570 | |||
| 14571 | 1998-11-05 Karl Heuer <kwzh@gnu.org> | ||
| 14572 | |||
| 14573 | * mail/sendmail.el (sendmail-send-it): Check for failure. | ||
| 14574 | |||
| 14575 | 1998-11-05 Richard Stallman <rms@gnu.org> | ||
| 14576 | |||
| 14577 | * man.el (Man-page-header-regexp): Alternate value for Solaris 2.6. | ||
| 14578 | |||
| 14579 | * rect.el (delete-whitespace-rectangle): close-rectangle renamed. | ||
| 14580 | (close-rectangle): Define as alias. | ||
| 14581 | |||
| 14582 | 1998-11-05 Richard M. Heiberger <rmh@fisher.stat.temple.edu> | ||
| 14583 | |||
| 14584 | * textmodes/tex-mode.el (tex-start-shell): Track directory changes. | ||
| 14585 | |||
| 14586 | 1998-11-05 Dave Love <fx@gnu.org> | ||
| 14587 | |||
| 14588 | * help.el (describe-variable): Don't quote link to source. | ||
| 14589 | |||
| 14590 | 1998-11-04 Richard Stallman <rms@sucrose.ai.mit.edu> | ||
| 14591 | |||
| 14592 | * gud.el (gud-common-init): Use pop-to-buffer. | ||
| 14593 | (same-window-regexps): Add an element that matches all gud buffers. | ||
| 14594 | |||
| 14595 | 1998-11-04 Jason Rumney <jasonr@altavista.net> | ||
| 14596 | |||
| 14597 | * term/w32-win.el (x-get-selection-value): Alias to | ||
| 14598 | x-cut-buffer-or-selection-value. | ||
| 14599 | (w32-standard-fontset-spec): New variable. | ||
| 14600 | (w32-create-initial-fontsets, mouse-set-font): Check whether | ||
| 14601 | new-fontset is available. | ||
| 14602 | (w32-use-w32-font-dialog): Enable use of set-variable. | ||
| 14603 | |||
| 14604 | 1998-11-04 Andre Spiegel <spiegel@inf.fu-berlin.de> | ||
| 14605 | |||
| 14606 | * vc.el (with-vc-file, edit-vc-file): New macros. | ||
| 14607 | |||
| 14608 | 1998-11-04 Kenichi Handa <handa@etl.go.jp> | ||
| 14609 | |||
| 14610 | * international/quail.el (quail-show-guidance-buf): Call | ||
| 14611 | set-minibuffer-window to set minibuffer window of the current | ||
| 14612 | frame correctly. | ||
| 14613 | |||
| 14614 | 1998-11-03 Theodore Jump <tjump@tertius.com> | ||
| 14615 | |||
| 14616 | * term/w32-win.el: Require fontset. | ||
| 14617 | |||
| 14618 | 1998-11-03 Andrew Innes <andrewi@delysid.gnu.org> | ||
| 14619 | |||
| 14620 | * faces.el (set-face-font): Call resolve-fontset-name on w32. | ||
| 14621 | (set-face-font-auto): Ditto. | ||
| 14622 | |||
| 14623 | 1998-11-03 Andreas Schwab <schwab@delysid.gnu.org> | ||
| 14624 | |||
| 14625 | * mouse.el (mouse-drag-region): Fix typo. | ||
| 14626 | |||
| 14627 | 1998-11-02 Dave Love <fx@gnu.org> | ||
| 14628 | |||
| 14629 | * progmodes/fortran.el Fix for fontification of strings lost somehow: | ||
| 14630 | (fortran-fontify-string): New function. | ||
| 14631 | (fortran-font-lock-keywords-1): Use it. | ||
| 14632 | |||
| 14633 | 1998-11-02 Markus Rost <rost@delysid.gnu.org> | ||
| 14634 | |||
| 14635 | * comint.el (comint-file-name-quote-list): Doc fix. | ||
| 14636 | |||
| 14637 | 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu> | ||
| 14638 | |||
| 14639 | * loadup.el (buffer-undo-list): Write fns-VERSION.el into | ||
| 14640 | build directory, not source directory. | ||
| 14641 | |||
| 14642 | * mouse.el (mouse-drag-region): Fake up a mouse-motion event | ||
| 14643 | if we did not get one for the final move. | ||
| 14644 | |||
| 14645 | 1998-11-01 Dave Love <fx@gnu.org> | ||
| 14646 | |||
| 14647 | * goto-addr.el (goto-address-at-point, goto-address-at-mouse): | ||
| 14648 | Don't funcall browse-url-browser-function. | ||
| 14649 | |||
| 14650 | * gnus/gnus-art.el (gnus-button-embedded-url, gnus-button-url): | ||
| 14651 | Don't funcall browse-url-browser-function. | ||
| 14652 | |||
| 14653 | * fortran.el (fortran-end-prog-re1): Fix the regexp. | ||
| 14654 | |||
| 14655 | 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu> | ||
| 14656 | |||
| 14657 | * files.el (revert-buffer): Doc fix. | ||
| 14658 | |||
| 14659 | 1998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu> | ||
| 14660 | |||
| 14661 | * textmodes/tex-mode.el (tex-start-options-string): | ||
| 14662 | Quote the backslashes with more backslashes. | ||
| 14663 | |||
| 14664 | 1998-10-31 Dave Love <fx@gnu.org> | ||
| 14665 | |||
| 14666 | * webjump.el (webjump-sample-sites): Fix Lisp archive site. | ||
| 14667 | (webjump): Don't funcall browse-url-browser-function. | ||
| 14668 | |||
| 14669 | 1998-10-30 Kenichi Handa <handa@etl.go.jp> | ||
| 14670 | |||
| 14671 | * international/quail.el (quail-start-translation): Handle | ||
| 14672 | switching of the frame in read-key-sequence. | ||
| 14673 | (quail-start-conversion): Likewise. | ||
| 14674 | (quail-show-guidance-buf): Detach quail-guidance-buf from any | ||
| 14675 | windows before setting an appropriate window for it. | ||
| 14676 | (quail-hide-guidance-buf): Use window-minibuffer-p. Set | ||
| 14677 | quail-guidance-win to nil. | ||
| 14678 | (quail-update-guidance): If quail-guidance-buf is not in the | ||
| 14679 | selected frame, call quail-show-guidance-buf again. | ||
| 14680 | |||
| 14681 | 1998-10-30 Espen Skoglund <espensk@stud.cs.uit.no> | ||
| 14682 | |||
| 14683 | * progmodes/pascal.el (pascal-mode): | ||
| 14684 | `blink-matching-paren-dont-ignore-comments' set to t. | ||
| 14685 | |||
| 14686 | 1998-10-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | ||
| 14687 | |||
| 14688 | * calendar/cal-menu.el (cal-menu-update): Fix menu wording. | ||
| 14689 | |||
| 14690 | 1998-10-30 Dave Love <fx@gnu.org> | ||
| 14691 | |||
| 14692 | * vc.el (vc-backend-merge-news): Check for "P" output. | ||
| 14693 | |||
| 14694 | * help.el (describe-variable): Hyperlink the definition. | ||
| 14695 | |||
| 14696 | 1998-10-30 Andreas Schwab <schwab@delysid.gnu.org> | ||
| 14697 | |||
| 14698 | * progmodes/sh-script.el (sh-canonicalize-shell): Fix regexp. | ||
| 14699 | (sh-set-shell): Likewise. | ||
| 14700 | |||
| 14701 | * gnus/nnweb.el: Don't require 'w3 and 'url unprotected. | ||
| 14702 | |||
| 14703 | * emacs-lisp/edebug.el (edebug-initial-mode): Fix customize type. | ||
| 14704 | (edebug-on-error): Fix customize type to match that of | ||
| 14705 | debug-on-error. | ||
| 14706 | |||
| 14707 | * emacs-lisp/eldoc.el (eldoc-argument-case): Fix customize type. | ||
| 14708 | |||
| 14709 | * emacs-lisp/lisp-mnt.el (lm-report-bug): Use | ||
| 14710 | report-emacs-bug-address instead of undefined bug-gnu-emacs. | ||
| 14711 | |||
| 14712 | * international/mule-cmds.el (select-message-coding-system): Doc | ||
| 14713 | fix. | ||
| 14714 | |||
| 14715 | * international/mule-diag.el (describe-coding-system): Describe | ||
| 14716 | all flags. | ||
| 14717 | |||
| 14718 | * mail/sendmail.el (sendmail-coding-system, | ||
| 14719 | default-sendmail-coding-system): Doc fix. | ||
| 14720 | |||
| 14721 | * simple.el (shell-command-on-region): Doc fix. | ||
| 14722 | |||
| 14723 | * loadup.el: Write fns-*.el in current directory instead of | ||
| 14724 | data-directory since no installation directory exists yet. Mark | ||
| 14725 | buffer unmodified afterwards. | ||
| 14726 | |||
| 14727 | * loadhist.el (symbol-file): Load fns-*.el from exec-directory | ||
| 14728 | instead of data-directory since it is architecture dependent. | ||
| 14729 | (load-history-loaded): Update doc string. | ||
| 14730 | |||
| 14731 | 1998-10-29 Geoff Voelker <voelker@cs.washington.edu> | ||
| 14732 | |||
| 14733 | * ange-ftp.el (ange-ftp-canonicalize-filename): Do not use a UNC | ||
| 14734 | path as a default directory when canonicalizing names. | ||
| 14735 | |||
| 14736 | * w32-fns.el: Remove a dangling reference to a directory on the | ||
| 14737 | build machine. | ||
| 14738 | |||
| 14739 | 1998-10-27 Richard Stallman <rms@psilocin.ai.mit.edu> | ||
| 14740 | |||
| 14741 | * progmodes/tcl-mode.el (tcl-font-lock-keywords): Added itcl and | ||
| 14742 | namespace related keywords such as `class', `body', `private', | ||
| 14743 | `variable', `namespace eval', etc. | ||
| 14744 | (tcl-imenu-generic-expression): Handle itcl body and class definitions. | ||
| 14745 | (tcl-mode): Added ":" as a word constituent to the syntax-alist of | ||
| 14746 | imenu and font-lock so that searches for \sw would find words | ||
| 14747 | containing colons. | ||
| 14748 | |||
| 14749 | * progmodes/etags.el (initialize-new-tags-table): | ||
| 14750 | Do not alter find-tag-marker-ring and tags-location-ring. | ||
| 14751 | |||
| 14752 | 1998-10-27 Geoff Voelker <voelker@cs.washington.edu> | ||
| 14753 | |||
| 14754 | * term/w32-win.el: Require fontset. | ||
| 14755 | (w32-init-fontsets): New function (code from x-win.el). | ||
| 14756 | |||
| 14757 | 1998-10-26 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | ||
| 14758 | |||
| 14759 | * cal-x.el (diary-frame-parameters, calendar-frame-parameters, | ||
| 14760 | calendar-and-diary-frame-parameters): Add title parameter. | ||
| 14761 | |||
| 14762 | 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu> | ||
| 14763 | |||
| 14764 | * completion.el (dynamic-completion-mode): New function to enable | ||
| 14765 | the mode. (Just loading the file now does not change anything.) | ||
| 14766 | |||
| 14767 | 1998-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br> | ||
| 14768 | |||
| 14769 | * ps-print.el: User option for multibyte buffer handling and doc fix. | ||
| 14770 | (ps-multibyte-buffer): New user option. | ||
| 14771 | (ps-setup): Print new user option. | ||
| 14772 | (ps-print-quote): New fun. | ||
| 14773 | (ps-color-p, ps-mule-font-info-database-latin): New var. | ||
| 14774 | (ps-default-color, ps-mule-font-info-database) | ||
| 14775 | (ps-mule-font-info-database-ps-bdf): Adjust initialization. | ||
| 14776 | (ps-mule-get-font-spec, ps-mule-begin, ps-begin-file) | ||
| 14777 | (ps-plot-with-face, ps-generate-postscript-with-faces, ps-generate): | ||
| 14778 | Little code improvement. | ||
| 14779 | (ps-mule-initialize): Initialize ps-mule-font-info-database. | ||
| 14780 | (ps-print-prologue-header, ps-font-family, ps-font-size) | ||
| 14781 | (ps-header-font-family, ps-header-font-size, ps-header-title-font-size) | ||
| 14782 | (ps-build-face-reference, ps-mule-font-info-database-bdf) | ||
| 14783 | (ps-mule-external-libraries, ps-mule-init-external-library) | ||
| 14784 | (ps-mule-prepare-font, ps-mule-find-wrappoint, ps-mule-plot-string): | ||
| 14785 | Doc fix. | ||
| 14786 | (ps-print-version): New version number (4.1.1) and doc fix. | ||
| 14787 | (ps-print-prologue-header): New user option. | ||
| 14788 | (ps-color-values, ps-xemacs-face-kind-p, ps-mapper, ps-extent-sorter): | ||
| 14789 | Conditional compilation for GNU Emacs and emacsens. | ||
| 14790 | (ps-generate-postscript-with-faces): Skip invisible text better. | ||
| 14791 | (ps-setup): Print new user option. | ||
| 14792 | (ps-print-preprint): Check if input file name exists and is unwritable. | ||
| 14793 | (ps-begin-file): Adjust PostScript prologue header for duplex printers | ||
| 14794 | and insert user PostScript prologue header comments. | ||
| 14795 | (ps-mule-encode-bit, ps-mule-string-ascii, ps-mule-string-encoding): | ||
| 14796 | New funs. | ||
| 14797 | (dos-ps-printer, lazy-lock-fontify-buffer): Eliminated. | ||
| 14798 | (ps-mule-prologue, ps-mule-cmpchar-prologue, ps-mule-bitmap-prologue): | ||
| 14799 | PostScript programming normalization. | ||
| 14800 | (ps-mule-encode-7bit, ps-mule-encode-8bit, ps-mule-generate-font) | ||
| 14801 | (ps-mule-generate-glyphs, ps-mule-prepare-font, ps-mule-plot-string) | ||
| 14802 | (ps-mule-skip-same-charset, ps-mule-plot-rule-cmpchar) | ||
| 14803 | (ps-mule-plot-cmpchar, ps-mule-prepare-cmpchar-font) | ||
| 14804 | (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool): | ||
| 14805 | Programming style normalization. | ||
| 14806 | |||
| 14807 | 1998-10-26 Kenichi Handa <handa@etl.go.jp> | ||
| 14808 | |||
| 14809 | * ps-print.el: To make it work also on Emacs 20.2 and the earlier | ||
| 14810 | version, check the value of mule-version. | ||
| 14811 | |||
| 14812 | * international/mule-util.el (compose-region): Insert then delete | ||
| 14813 | to preserve markers. | ||
| 14814 | (decompose-region): Use search-forward for efficiency. | ||
| 14815 | |||
| 14816 | * language/chinese.el (pre-write-encode-hz): Cancel previous | ||
| 14817 | change, use generate-new-buffer instead of get-buffer-create. | ||
| 14818 | * language/devan-util.el | ||
| 14819 | (in-is13194-devanagari-pre-write-conversion): Likewise. | ||
| 14820 | * language/thai-util.el (thai-pre-write-conversion): Likewise. | ||
| 14821 | * language/tibet-util.el (tibetan-pre-write-conversion): Likewise. | ||
| 14822 | * language/viet-util.el (viqr-pre-write-conversion): Likewise. | ||
| 14823 | |||
| 14824 | 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu> | ||
| 14825 | |||
| 14826 | * mail/rmailsum.el (rmail-message-subject-p): | ||
| 14827 | Handle message whose header has not been reformatted. | ||
| 14828 | |||
| 14829 | * desktop.el (desktop-buffer-dired): Use dired-maybe-insert-subdir. | ||
| 14830 | |||
| 14831 | 1998-10-25 Jason Rumney <jasonr@altavista.net> | ||
| 14832 | |||
| 14833 | * term/w32-win.el (w32-use-w32-font-dialog, w32-fixed-font-alist): | ||
| 14834 | New variables. | ||
| 14835 | (mouse-set-font): Use font menus instead of dialog according to | ||
| 14836 | w32-use-w32-font-dialog. | ||
| 14837 | |||
| 14838 | 1998-10-21 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | ||
| 14839 | |||
| 14840 | * calendar/calendar.el (calendar-day-name-array): Add doc string | ||
| 14841 | correctly! | ||
| 14842 | (calendar-month-name-array): Add doc string correctly! | ||
| 14843 | |||
| 14844 | 1998-10-21 Richard Stallman <rms@psilocin.ai.mit.edu> | ||
| 14845 | |||
| 14846 | * net-utils.el (whois-get-tld): Rewrite not to use `do'. | ||
| 14847 | |||
| 14848 | 1998-10-21 Markus Rost <rost@delysid.gnu.org> | ||
| 14849 | |||
| 14850 | * lisp/info.el (Info-next-menu-item): Stay on top of node. | ||
| 14851 | |||
| 14852 | * mail/rmailout.el (rmail-output): Insert newline only if necessary. | ||
| 14853 | |||
| 14854 | * mail/rmail.el (rmail-get-new-mail): Delete garbage in any case. | ||
| 14855 | |||
| 14856 | * menu-bar.el (menu-bar-options-menu): Add option for truncate-lines. | ||
| 14857 | |||
| 14858 | 1998-10-21 Andreas Schwab <schwab@delysid.gnu.org> | ||
| 14859 | |||
| 14860 | * emacs-lisp/cl-specs.el (function-form): Fix spec for "function*". | ||
| 14861 | |||
| 14862 | 1998-10-21 Karl Heuer <kwzh@gnu.org> | ||
| 14863 | |||
| 14864 | * emacs-lisp/profile.el (profile-timer-program): Var deleted. | ||
| 14865 | (profile-timer-process, profile-temp-result-, profile-time): Likewise. | ||
| 14866 | (profile-filter, profile-reset-timer): Functions deleted. | ||
| 14867 | (profile-check-zero-init-times, profile-get-time): Likewise. | ||
| 14868 | (profile-find-function, profile-quit): Likewise. | ||
| 14869 | (profile-distinct, profile-call-stack, profile-last-time): New vars. | ||
| 14870 | (profile-time-list, profile-init-list): Doc fix. | ||
| 14871 | (profile-functions): Simplify. | ||
| 14872 | (profile-print): Use float. Make output include space separators. | ||
| 14873 | (profile-add-time): New helper function. | ||
| 14874 | (profile-function-prolog): Renamed from profile-start-function. | ||
| 14875 | Handle profile-distinct. | ||
| 14876 | (profile-function-epilog): Renamed from profile-update-function. | ||
| 14877 | Handle profile-distinct. | ||
| 14878 | (profile-a-function): If the function to be profiled is an | ||
| 14879 | autoload form, load it. If it's lazy-loaded, fetch it. | ||
| 14880 | (profile-fix-fun): Simplify profiling wrapper, and unwind-protect it. | ||
| 14881 | (profile-restore-fun): Arg FUN is now a function symbol, as was | ||
| 14882 | documented, rather than a one-element list. | ||
| 14883 | (profile-finish): Call profile-restore-fun properly. | ||
| 14884 | |||
| 14885 | 1998-10-21 Kenichi Handa <handa@etl.go.jp> | ||
| 14886 | |||
| 14887 | * international/characters.el: Setup charset property | ||
| 14888 | nospace-between-words. | ||
| 14889 | |||
| 14890 | * international/mule-cmds.el (get-charset-property): If CHARSET is | ||
| 14891 | composition, return nil. | ||
| 14892 | (put-charset-property): If CHARSET is composition, do nothing. | ||
| 14893 | |||
| 14894 | * language/chinese.el (pre-write-encode-hz): Use with-temp-buffer. | ||
| 14895 | * language/devan-util.el | ||
| 14896 | (in-is13194-devanagari-pre-write-conversion): Likewise. | ||
| 14897 | * language/thai-util.el (thai-pre-write-conversion): Likewise. | ||
| 14898 | * language/tibet-util.el (tibetan-pre-write-conversion): Likewise. | ||
| 14899 | * language/viet-util.el (viqr-pre-write-conversion): Likewise. | ||
| 14900 | |||
| 14901 | * textmodes/fill.el (sentence-end-without-period): New variable. | ||
| 14902 | (canonically-space-region): Pay attention to | ||
| 14903 | sentence-end-without-period. | ||
| 14904 | (fill-find-break-point): The first argument CHARSET deleted. | ||
| 14905 | Caller changed. | ||
| 14906 | (fill-region-as-paragraph): Pay attention to charset property | ||
| 14907 | nospace-between-words and text property nospace-between-words. | ||
| 14908 | |||
| 14909 | 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu> | ||
| 14910 | |||
| 14911 | * progmodes/sh-script.el (sh-font-lock-keywords): Don't crash for | ||
| 14912 | an unrecognized shell. | ||
| 14913 | |||
| 14914 | 1998-10-20 Thien-Thi Nguyen <ttn@delysid.gnu.org> | ||
| 14915 | |||
| 14916 | * desktop.el (desktop-save): Include minor modes symbolically. | ||
| 14917 | (desktop-create-buffer): Turn on all minor modes in `mim'. | ||
| 14918 | |||
| 14919 | 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu> | ||
| 14920 | |||
| 14921 | * progmodes/sh-script.el (sh-mode): Handle .spec and .mspec files. | ||
| 14922 | (sh-font-lock-keywords): Handle rpm and rpm2. | ||
| 14923 | (sh-ancestor-alist): Handle rpm. | ||
| 14924 | |||
| 14925 | * files.el (auto-mode-alist): Recognize .rpm files. | ||
| 14926 | Also .spec and .mspec files. | ||
| 14927 | |||
| 14928 | 1998-10-20 Eli Zaretskii <eliz@mescaline.gnu.org> | ||
| 14929 | |||
| 14930 | * faces.el (frame-set-background-mode): Enable the function for | ||
| 14931 | MSDOS frames. | ||
| 14932 | |||
| 14933 | 1998-10-20 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | ||
| 14934 | |||
| 14935 | * calendar/calendar.el (calendar-day-name-array): Add doc string. | ||
| 14936 | (calendar-month-name-array): Add doc string. | ||
| 14937 | |||
| 14938 | 1998-10-19 Richard Stallman <rms@psilocin.ai.mit.edu> | ||
| 14939 | |||
| 14940 | * simple.el (kill-ring-max): Increased to 60. | ||
| 14941 | |||
| 14942 | 1998-10-17 Kenichi Handa <handa@etl.go.jp> | ||
| 14943 | |||
| 14944 | * international/characters.el: Setup auto-fill-chars. | ||
| 14945 | |||
| 14946 | * international/kinsoku.el (kinsoku): Check the variable | ||
| 14947 | enable-kinsoku. | ||
| 14948 | |||
| 14949 | * simple.el (do-auto-fill): Don't check kinsoku-enable here. | ||
| 14950 | Don't call kinsoku directly, intead call fill-find-break-point. | ||
| 14951 | |||
| 14952 | * textmodes/fill.el: Setup `fill-find-break-point-function' | ||
| 14953 | property to character sets which require `kinsoku' processing for | ||
| 14954 | filling. | ||
| 14955 | (fill-find-break-point): New function. | ||
| 14956 | (fill-region-as-paragraph): Don't check kinsoku-enable here. | ||
| 14957 | Don't call kinsoku directly, intead call fill-find-break-point. | ||
| 14958 | |||
| 14959 | 1998-10-18 Richard Stallman <rms@psilocin.ai.mit.edu> | ||
| 14960 | |||
| 14961 | * faces.el (modify-face-read-string): Return (nil) for "none". | ||
| 14962 | (modify-face): Don't get error if (nil) is the argument. | ||
| 14963 | (face-try-color-list): Don't check whether nil is a valid color. | ||
| 14964 | |||
| 14965 | 1998-10-17 Richard Stallman <rms@psilocin.ai.mit.edu> | ||
| 14966 | |||
| 14967 | * emacs-lisp/bytecomp.el (byte-recompile-directory): | ||
| 14968 | Print message about each directory, even in batch mode. | ||
| 14969 | |||
| 14970 | * gnus/nntp.el: Require `cl' before using nnoo-declare. | ||
| 14971 | |||
| 14972 | * ps-print.el (ps-mule-chars-in-string): No need to use sref. | ||
| 14973 | (ps-mule-string-char): No need to use sref. | ||
| 14974 | (ps-mule-next-index): No need to use sref. | ||
| 14975 | |||
| 14976 | * ange-ftp.el (ange-ftp-waiting-flag): defvar moved. | ||
| 14977 | |||
| 14978 | * files.el (revert-buffer-internal-hook): Add defvar. | ||
| 14979 | |||
| 14980 | * arc-mode.el (archive-mode): Locally set file-precious-flag. | ||
| 14981 | |||
| 14982 | * tar-mode.el (tar-mode): Locally set file-precious-flag. | ||
| 14983 | |||
| 14984 | 1998-10-16 Markus Rost <rost@delysid.gnu.org> | ||
| 14985 | |||
| 14986 | * international/mule-cmds.el (default-input-method): Fix custom type. | ||
| 14987 | |||
| 14988 | * net-utils.el (whois-server-list): Fix customization type. | ||
| 14989 | |||
| 14990 | * shell.el (shell-input-autoexpand): Fix customization group. | ||
| 14991 | |||
| 14992 | 1998-10-16 Richard Stallman <rms@psilocin.ai.mit.edu> | ||
| 14993 | |||
| 14994 | * repeat.el (repeat): Handle keyboard macros properly. | ||
| 14995 | Handle new prefix arg after self-insert command. | ||
| 14996 | |||
| 14997 | * repeat.el: Don't include cl even at compile time. | ||
| 14998 | (repeat): Avoid using `loop'. | ||
| 14999 | |||
| 15000 | * simple.el (shell-command-on-region): Doc fix. | ||
| 15001 | (next-history-element): Special error message if no default. | ||
| 15002 | |||
| 15003 | 1998-10-15 Richard Stallman <rms@psilocin.ai.mit.edu> | ||
| 15004 | |||
| 15005 | * ps-print.el (ps-print-buffer): Doc fix. | ||
| 15006 | (ps-despool): Likewise. | ||
| 15007 | |||
| 15008 | * arc-mode.el (arc-mode): Provide arc-mode. | ||
| 15009 | |||
| 15010 | 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu> | ||
| 15011 | |||
| 15012 | * ps-print.el (ps-print-buffer): Doc fix. | ||
| 15013 | |||
| 15014 | 1998-10-14 Dave Love <fx@gnu.org> | ||
| 15015 | |||
| 15016 | * ange-ftp.el (ange-ftp-read-passwd): Function deleted. | ||
| 15017 | (ange-ftp-set-passwd): Use read-passwd, not ange-ftp-read-passwd. | ||
| 15018 | (ange-ftp-get-passwd, ange-ftp-set-account): Likewise. | ||
| 15019 | |||
| 15020 | * progmodes/fortran.el (fortran-mode-map): Change "Join | ||
| 15021 | Continuation Line" to "Join Line". | ||
| 15022 | (fortran-font-lock-keywords-1): Add "cycle", "exit". | ||
| 15023 | |||
| 15024 | 1998-10-14 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE> | ||
| 15025 | |||
| 15026 | * progmodes/fortran.el (fortran-join-line): Use | ||
| 15027 | `delete-indentation' instead of issuing an error message if not on | ||
| 15028 | a continuation line. Provide for joining several lines using | ||
| 15029 | prefix arg. | ||
| 15030 | |||
| 15031 | 1998-10-14 Eli Zaretskii <eliz@mescaline.gnu.org> | ||
| 15032 | |||
| 15033 | * term/pc-win.el (msdos-color-values): New variable. | ||
| 15034 | (x-color-values): New function, emulates its namesake from | ||
| 15035 | src/xfns.c. | ||
| 15036 | (msdos-bg-mode): Add all dark colors to those which return | ||
| 15037 | "dark". | ||
| 15038 | |||
| 15039 | 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu> | ||
| 15040 | |||
| 15041 | * replace.el (keep-lines, flush-lines, how-many): | ||
| 15042 | Don't ignore case if arg has upper case letters. | ||
| 15043 | |||
| 15044 | 1998-10-11 Reto Zimmermann <zimmi@iis.ee.ethz.ch> | ||
| 15045 | |||
| 15046 | * progmodes/vhdl-mode.el | ||
| 15047 | (vhdl-add-index-menu): Reverse order in imenu-generic-expression. | ||
| 15048 | (vhdl-template-assert, vhdl-block, vhdl-configuration-spec) | ||
| 15049 | (vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map) | ||
| 15050 | (vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop) | ||
| 15051 | (vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo). | ||
| 15052 | (vhdl-when): Fix indentation problem. | ||
| 15053 | (vhdl-outer-space): Add "_" to syntax table for expand-abbrev. | ||
| 15054 | (vhdl-get-port, vhdl-get-generic): Bug fix in template. | ||
| 15055 | (vhdl-hooked-abbrev): Bug fix in hooked abbrev. | ||
| 15056 | |||
| 15057 | 1998-10-13 Geoff Voelker <voelker@cs.washington.edu> | ||
| 15058 | |||
| 15059 | * ls-lisp.el (ls-lisp-use-insert-directory-program): New variable. | ||
| 15060 | (ls-lisp-insert-directory): Renamed from insert-directory. | ||
| 15061 | (insert-directory): New function. | ||
| 15062 | |||
| 15063 | 1998-10-13 Richard Stallman <rms@psilocin.ai.mit.edu> | ||
| 15064 | |||
| 15065 | * simple.el (completion-fixup-function): Variable deleted. | ||
| 15066 | (completion-setup-function): Delete code for completion-fixup-function. | ||
| 15067 | * emacs-lisp/lisp.el (lisp-complete-symbol): | ||
| 15068 | Don't bind completion-fixup-function. | ||
| 15069 | |||
| 15070 | * files.el (find-file-wildcards): New option. | ||
| 15071 | (find-file-noselect): Handle wild cards, if enabled. | ||
| 15072 | (file-expand-wildcards): New function. | ||
| 15073 | |||
| 15074 | * simple.el (set-fill-column): Doc fix. | ||
| 15075 | |||
| 15076 | 1998-10-13 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | ||
| 15077 | |||
| 15078 | * mail/uce.el (uce-reply-to-uce): Bind case-fold-search. | ||
| 15079 | |||
| 15080 | 1998-10-13 Andreas Schwab <schwab@mescaline.gnu.org> | ||
| 15081 | |||
| 15082 | * progmodes/hideif.el: (hide-ifdef-env, hif-outside-read-only): | ||
| 15083 | Move declaration before first use. | ||
| 15084 | (hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr, | ||
| 15085 | hif-math, hif-factor): Rename token to hif-token and token-list to | ||
| 15086 | hif-token-list. | ||
| 15087 | (hif-token, hif-token-list): Declare them. | ||
| 15088 | (hif-find-ifdef-block): Return cons of top and bottom point | ||
| 15089 | instead of setting dynamically bound variables. | ||
| 15090 | (hide-ifdef-block, show-ifdef-block): Use return value of | ||
| 15091 | hif-find-ifdef-block. | ||
| 15092 | |||
| 15093 | 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu> | ||
| 15094 | |||
| 15095 | * subr.el (read-passwd): Use clear-this-command-keys. | ||
| 15096 | |||
| 15097 | * telnet.el (telnet-initial-filter): Use clear-this-command-keys. | ||
| 15098 | |||
| 15099 | * gnus/pop3.el (pop3-open-server): Bind coding-system-for-read | ||
| 15100 | and ...-for-write. | ||
| 15101 | |||
| 15102 | 1998-10-12 Andrew Innes <andrewi@harlequin.co.uk> | ||
| 15103 | |||
| 15104 | * gnus/nntp.el (nntp-possibly-change-group): Allow for unexpected | ||
| 15105 | responses to GROUP command, since this may be called from a timer | ||
| 15106 | with quit inhibited. | ||
| 15107 | |||
| 15108 | 1998-10-12 Kenichi Handa <handa@etl.go.jp> | ||
| 15109 | |||
| 15110 | * international/ccl.el (ccl-compile-if): If there's no false-cmds, | ||
| 15111 | set unconditional-jump to nil. | ||
| 15112 | (ccl-compile-read-multibyte-character): Return nil. | ||
| 15113 | (ccl-compile-write-multibyte-character): Likewise. | ||
| 15114 | (ccl-compile-translate-character): Likewise | ||
| 15115 | (ccl-compile-map-multiple): Likewise. | ||
| 15116 | (ccl-compile-map-single): Likewise. | ||
| 15117 | |||
| 15118 | * international/kinsoku.el: Add coding tag. | ||
| 15119 | (kinsoku-bol): Remove superfluous TAB in a string. | ||
| 15120 | |||
| 15121 | * international/mule-cmds.el (find-coding-systems-for-charsets): | ||
| 15122 | Delete `composition' (if any) from CHARSETS. | ||
| 15123 | |||
| 15124 | 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu> | ||
| 15125 | |||
| 15126 | * international/mule-cmds.el (setup-specified-language-environment): | ||
| 15127 | Add apropos-inhibit property. | ||
| 15128 | (describe-specified-language-support): Likewise. | ||
| 15129 | |||
| 15130 | 1998-10-11 Kenichi HANDA <handa@etl.go.jp> | ||
| 15131 | |||
| 15132 | * international/mule.el (make-coding-system): Create -with-esc | ||
| 15133 | variant coding system. | ||
| 15134 | |||
| 15135 | 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu> | ||
| 15136 | |||
| 15137 | * progmodes/etags.el (tags-loop-revert-buffers): New variable. | ||
| 15138 | (next-file): Optionally offer to revert a file's buffer, | ||
| 15139 | if it has an existing buffer but the file has changed. | ||
| 15140 | |||
| 15141 | * info.el (Info-insert-dir): Detect and report problems | ||
| 15142 | in input files, such as "No Top node". Return with point | ||
| 15143 | at the beginning of the text. | ||
| 15144 | (Info-find-node): Reinsert the code to handle files | ||
| 15145 | with no tags table; it was deleted by mistake. | ||
| 15146 | |||
| 15147 | 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu> | ||
| 15148 | |||
| 15149 | * textmodes/texnfo-upd.el (texinfo-make-menu): Don't let | ||
| 15150 | texinfo-find-higher-level-node repeatedly find the same node. | ||
| 15151 | (texinfo-find-higher-level-node): Doc fix. | ||
| 15152 | |||
| 15153 | 1998-10-10 Richard Stallman <rms@psilocin.ai.mit.edu> | ||
| 15154 | |||
| 15155 | * mail/smtpmail.el (smtpmail-send-data-1): Use encode-coding-string. | ||
| 15156 | (smtpmail-address-buffer): Add defvar. | ||
| 15157 | (smtpmail-recipient-address-list, smtpmail-read-point): Likewise. | ||
| 15158 | |||
| 15159 | * mail/feedmail.el (feedmail-queue-runner-is-active): Definition moved. | ||
| 15160 | |||
| 15161 | * ffap.el (ffap-machine-p-local): Fix editing error. | ||
| 15162 | |||
| 15163 | 1998-10-09 Richard Stallman <rms@psilocin.ai.mit.edu> | ||
| 15164 | |||
| 15165 | * faces.el (frame-set-background-mode): | ||
| 15166 | Don't do anythung for text-only or MSDOS frame. | ||
| 15167 | |||
| 15168 | 1998-10-08 Kenichi Handa <handa@etl.go.jp> | ||
| 15169 | |||
| 15170 | * international/quail.el (quail-defrule): New optional arg APPEND. | ||
| 15171 | (quail-defrule-internal): Fix bug of handling the argument APPEND. | ||
| 15172 | |||
| 15173 | 1998-10-08 Richard Stallman <rms@psilocin.ai.mit.edu> | ||
| 15174 | |||
| 15175 | * gnus/pop3.el (pop3-open-server): | ||
| 15176 | Set process-coding-system-alist around open-network-stream. | ||
| 15177 | |||
| 15178 | 1998-10-07 Richard Stallman <rms@psilocin.ai.mit.edu> | ||
| 15179 | |||
| 15180 | * files.el (save-buffer): Doc fix. | ||
| 15181 | |||
| 15182 | 1998-10-07 Karl Heuer <kwzh@gnu.org> | ||
| 15183 | |||
| 15184 | * emacs-lisp/profile.el (profile-fix-fun): If already profiled, | ||
| 15185 | return DEF unchanged, not nil. Simplify. | ||
| 15186 | |||
| 15187 | 1998-10-06 Geoff Voelker <voelker@cs.washington.edu> | ||
| 15188 | |||
| 15189 | * dos-w32.el (file-name-buffer-file-type-alist): Fix typo in regexp. | ||
| 15190 | |||
| 15191 | 1998-10-06 Peter Breton <pbreton@ne.mediaone.net> | ||
| 15192 | |||
| 15193 | * generic.el (generic-mode-with-type): Added hooks for generic-modes. | ||
| 15194 | |||
| 15195 | * net-utils.el (ftp, nslookup): Require comint. | ||
| 15196 | (network-service-connection): Likewise. | ||
| 15197 | (whois-server-name): Defaults to whois.arin.net | ||
| 15198 | (whois-server-list, whois-server-tld, whois-guess-server): New var. | ||
| 15199 | (whois): Tries to guess the appropriate top-level domain server. | ||
| 15200 | (whois-get-tld): New function. | ||
| 15201 | |||
| 15202 | * dirtrack.el: Mentioned dirtrack-debug-toggle in the docs. | ||
| 15203 | (dirtrack-debug-toggle): Added this function. | ||
| 15204 | |||
| 15205 | 1998-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org> | ||
| 15206 | |||
| 15207 | * files.el (find-file-noselect): Switch to the correct buffer | ||
| 15208 | before checking find-file-literally, and allow non-nil non-t | ||
| 15209 | rawfile params. | ||
| 15210 | |||
| 15211 | 1998-10-06 Karl Heuer <kwzh@gnu.org> | ||
| 15212 | |||
| 15213 | * midnight.el (clean-buffer-list): Add autoload cookie. | ||
| 15214 | |||
| 15215 | * arc-mode.el (archive-mode-revert): Arg no-auto-save renamed from | ||
| 15216 | no-autosave. | ||
| 15217 | * tar-mode.el (tar-mode-revert): Likewise. | ||
| 15218 | * ediff-util.el (ediff-arrange-auto-save-in-merge-jobs): Renamed | ||
| 15219 | from ediff-arrange-autosave-in-merge-jobs. Callers changed. | ||
| 15220 | * gnus/message.el (message-auto-save-directory): Renamed from | ||
| 15221 | message-autosave-directory. All references changed. | ||
| 15222 | |||
| 15223 | 1998-10-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us> | ||
| 15224 | |||
| 15225 | * mail/rmail.el (rmail-retry-failure): Allow blanks in boundary | ||
| 15226 | string. Expose mime stuff while searching. | ||
| 15227 | |||
| 15228 | 1998-10-06 Richard Stallman <rms@gnu.org> | ||
| 15229 | |||
| 15230 | * emacs-lisp/lisp-mode.el (eval-defun): Return the evaluation result. | ||
| 15231 | |||
| 15232 | * replace.el (perform-replace): Position point properly | ||
| 15233 | before and after the recursive edit of C-r. | ||
| 15234 | |||
| 15235 | * progmodes/etags.el (tags-reset-tags-tables): Properly | ||
| 15236 | find the markers in the old rings that are being discarded. | ||
| 15237 | |||
| 15238 | 1998-10-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | ||
| 15239 | |||
| 15240 | * apropos.el (apropos-print): Control invalid characters. | ||
| 15241 | |||
| 15242 | * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X): | ||
| 15243 | Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid | ||
| 15244 | confusing customize. | ||
| 15245 | |||
| 15246 | 1998-10-06 Eli Zaretskii <eliz@mescaline.gnu.org> | ||
| 15247 | |||
| 15248 | * generic-x.el (bat-generic-mode): Fix regexps for keywords and | ||
| 15249 | built-in commands. Add more built-in commands and fix face names. | ||
| 15250 | |||
| 15251 | 1998-10-05 Simon Marshall <simon@gnu.org> | ||
| 15252 | |||
| 15253 | * menu-bar.el (menu-bar-tools-menu): Added entry for Speedbar. | ||
| 15254 | |||
| 15255 | 1998-10-04 Eric Ludlam <zappo@gnu.org> | ||
| 15256 | |||
| 15257 | * speedbar.el (speedbar-initial-expansion-list-name): Remove | ||
| 15258 | customization since it is not useful in this case. | ||
| 15259 | (speedbar-frame-mode): Check if cfx or cfy is a list, and make | ||
| 15260 | sure it gets evalled to a number. Also verify that set-frame-name | ||
| 15261 | fn exists before calling it. | ||
| 15262 | |||
| 15263 | * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine): | ||
| 15264 | Protect a `forward-sexp' call which could fail, and improved regex | ||
| 15265 | for ie, and eg abbreviations. | ||
| 15266 | |||
| 15267 | 1998-10-02 Noah Friedman <friedman@splode.com> | ||
| 15268 | |||
| 15269 | * rlogin.el (rlogin-send-Ctrl-C): Use process-send-string, not | ||
| 15270 | send-string. | ||
| 15271 | (rlogin-send-Ctrl-D): Here also. | ||
| 15272 | (rlogin-send-Ctrl-Z): Here also. | ||
| 15273 | (rlogin-send-Ctrl-backslash): Here also. | ||
| 15274 | |||
| 15275 | 1998-10-02 Dave Love <fx@gnu.org> | ||
| 15276 | |||
| 15277 | * outline.el (hide-region-body): Bind | ||
| 15278 | outline-view-change-hook to nil while making repeated calls to | ||
| 15279 | outline-flag-region. Run it once at the end. | ||
| 15280 | (hide-other, hide-sublevels, show-children): Likewise. | ||
| 15281 | |||
| 15282 | * info-look.el: Remove duplicate scheme-mode entry. | ||
| 15283 | (info-lookup-make-completions): When looking for entries, check | ||
| 15284 | that `item' isn't null or "Menu". | ||
| 15285 | |||
| 15286 | 1998-10-01 Karl Heuer <kwzh@gnu.org> | ||
| 15287 | |||
| 15288 | * net-utils.el: Don't require ffap. | ||
| 15289 | (net-utils-machine-at-point, net-utils-url-at-point): New functions. | ||
| 15290 | (ping, nslookup-host, finger, network-connection-to-service): Use them. | ||
| 15291 | |||
| 15292 | 1998-09-30 Richard Stallman <rms@gnu.org> | ||
| 15293 | |||
| 15294 | * ispell.el (check-ispell-version): No need to bind default-major-mode. | ||
| 15295 | |||
| 15296 | * imenu.el (imenu--generic-function): Sort each submenu by position. | ||
| 15297 | (imenu--sort-by-position): New function. | ||
| 15298 | |||
| 15299 | * cus-edit.el (Custom-mode-menu): Fix info node name. | ||
| 15300 | (customize group): Fix info node name. | ||
| 15301 | |||
| 15302 | * mail/mailalias.el (build-mail-aliases): Don't allow | ||
| 15303 | a newline in the alias name. Don't define an alias | ||
| 15304 | if the definition would be empty. | ||
| 15305 | |||
| 15306 | * which-func.el (which-func-mode-global): Make :set function | ||
| 15307 | more reliable. | ||
| 15308 | |||
| 15309 | * custom.el (custom-set-variables): Load the requests first, | ||
| 15310 | then check the symbol's `set' function. | ||
| 15311 | |||
| 15312 | * ffap.el: Doc fixes. | ||
| 15313 | |||
| 15314 | 1998-09-30 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | ||
| 15315 | |||
| 15316 | * gnus.el: (gnus-valid-select-methods): Fix type. | ||
| 15317 | * gnus-sum.el (gnus-summary-respool-default-method): Fix type. | ||
| 15318 | * gnus-score.el (gnus-orphan-score): Fix type. | ||
| 15319 | (gnus-score-default-header, gnus-score-default-type): Fix type. | ||
| 15320 | * gnus-art.el (gnus-article-x-face-too-ugly): Fix type. | ||
| 15321 | (gnus-saved-headers): Fix type. | ||
| 15322 | |||
| 15323 | * lisp/textmodes/fill.el (fill-individual-paragraphs-prefix): | ||
| 15324 | Avoid nil value of `two-lines-citation-part'. | ||
| 15325 | |||
| 15326 | 1998-09-30 Roman Belenov <roman@nstl.nnov.ru> | ||
| 15327 | |||
| 15328 | * which-func.el (which-function): Handle case when | ||
| 15329 | (car imenu--index-alist) is nil. | ||
| 15330 | |||
| 15331 | 1998-09-29 Dave Love <fx@gnu.org> | ||
| 15332 | |||
| 15333 | * jka-compr.el (jka-compr-compression-info-list): Remove "-c" from | ||
| 15334 | bzip2 args. | ||
| 15335 | |||
| 15336 | 1998-09-29 Simon Marshall <simon@gnu.org> | ||
| 15337 | |||
| 15338 | * comint.el (comint-mode): Use make-local-hook for pre-command-hook and | ||
| 15339 | comint-exec-hook. | ||
| 15340 | |||
| 15341 | 1998-09-29 Stephen Eglen <stephen@gnu.org> | ||
| 15342 | |||
| 15343 | * info-look.el: Add support for Octave. | ||
| 15344 | |||
| 15345 | 1998-09-28 Carsten Dominik <cd@delysid.gnu.org> | ||
| 15346 | |||
| 15347 | * textmodes/reftex.el (reftex-finding-files): New customize group. | ||
| 15348 | (reftex-texpath-environment-variables, | ||
| 15349 | reftex-use-external-file-finders, reftex-external-file-finders, | ||
| 15350 | reftex-search-unrecursed-path-first): New options. | ||
| 15351 | (reftex-process-string, reftex-find-file-externally): New | ||
| 15352 | functions. | ||
| 15353 | (reftex-access-search-path): Execute shell commands to find the | ||
| 15354 | search path. | ||
| 15355 | (reftex-toggle-auto-view-crossref): When turning on, make sure | ||
| 15356 | `reftex-auto-view-crossref' becomes non-nil. | ||
| 15357 | (reftex-abbrev-regexp): Constant removed. | ||
| 15358 | (reftex-convert-string): Abbrev regexp calculated locally. | ||
| 15359 | |||
| 15360 | 1998-09-28 Dave Love <fx@gnu.org> | ||
| 15361 | |||
| 15362 | * progmodes/fortran.el: Don't call regexp-opt when deriving | ||
| 15363 | font-lock patterns with keywords that aren't all literal. | ||
| 15364 | |||
| 15365 | 1998-09-27 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> | ||
| 15366 | |||
| 15367 | * octave-inf.el (inferior-octave-prompt): Also match prompts of | ||
| 15368 | the form `octave.bin:1>' which come from using precopiled binary | ||
| 15369 | versions. | ||
| 15370 | |||
| 15371 | 1998-09-27 Richard Stallman <rms@psilocin.ai.mit.edu> | ||
| 15372 | |||
| 15373 | * help.el (help-for-help): Use %THIS-KEY%. | ||
| 15374 | (help-quit): Add doc. | ||
| 15375 | |||
| 15376 | * help-macro.el (make-help-screen): Keep HELP-TEXT | ||
| 15377 | in a separate function definition, not in the help command FNAME. | ||
| 15378 | Replace %THIS-KEY% with the key sequence that ran FNAME. | ||
| 15379 | |||
| 15380 | 1998-09-25 Richard Stallman <rms@gnu.org> | ||
| 15381 | |||
| 15382 | * textmodes/texinfo.el (texinfo-show-structure): | ||
| 15383 | Bind inhibit-read-only. | ||
| 15384 | |||
| 15385 | * isearch.el (isearch-search-and-update): Properly | ||
| 15386 | handle upper case letters in the reverse-search special case. | ||
| 15387 | |||
| 15388 | 1998-09-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | ||
| 15389 | |||
| 15390 | * gnus.el: Extend the list of autoloaded functions. | ||
| 15391 | |||
| 15392 | * gnus/gnus-start.el (gnus-check-first-time-used): Change current | ||
| 15393 | buffer before creating help group. (from Gnus v5.6.43, fix by | ||
| 15394 | 1998-08-20 Per Starback <starback@update.uu.se>) | ||
| 15395 | |||
| 15396 | * gnus-util.el (gnus-output-to-rmail): Adjust to | ||
| 15397 | `rmail-output-to-rmail-file'. | ||
| 15398 | |||
| 15399 | 1998-09-25 Karl Heuer <kwzh@gnu.org> | ||
| 15400 | |||
| 15401 | * hexl.el (hexl-mode-map): More of previous change. | ||
| 15402 | |||
| 15403 | * textmodes/tex-mode.el (tex-run-command): Doc fix. | ||
| 15404 | (tex-start-tex): Don't use tex-start-options-string in star case. | ||
| 15405 | Quote file name in star case as well as in non-star. | ||
| 15406 | Add blank and quoting of option string here. | ||
| 15407 | (tex-start-options-string): Not here. | ||
| 15408 | |||
| 15409 | 1998-09-23 Karl Heuer <kwzh@gnu.org> | ||
| 15410 | |||
| 15411 | * term.el (term-delimiter-argument-list): Doc fix. | ||
| 15412 | (term-emulate-terminal): Escape literal semicolon. | ||
| 15413 | * progmodes/asm-mode.el (asm-mode): Doc fix. | ||
| 15414 | (asm-comment-char): Escape literal semicolon. | ||
| 15415 | * emulation/viper-cmd.el (viper-movement-commands): Likewise. | ||
| 15416 | |||
| 15417 | 1998-09-23 Richard Stallman <rms@gnu.org> | ||
| 15418 | |||
| 15419 | * hexl.el (hexl-mode-map): Don't override all ESC bindings, | ||
| 15420 | only those that normally modify the buffer. | ||
| 15421 | |||
| 15422 | * dabbrev.el (dabbrev--find-expansion): Don't scan the current buffer | ||
| 15423 | over again. | ||
| 15424 | |||
| 15425 | 1998-09-23 E. Jay Berkenbilt <ejb@ql.org> | ||
| 15426 | |||
| 15427 | * ispell.el (check-ispell-version): Ensure same buffer is current | ||
| 15428 | when let-binding of case-fold-search ends. | ||
| 15429 | |||
| 15430 | 1998-09-23 Vinicius Jose Latorre <vinicius@cpqd.com.br> | ||
| 15431 | |||
| 15432 | * ps-print.el: Skip invisible overlay. | ||
| 15433 | Test for set-buffer-multibyte rather than using mule-version. | ||
| 15434 | (ps-print-version): New version number (4.1) and doc fix. | ||
| 15435 | (ps-generate-postscript-with-faces): Skip invisible overlay. | ||
| 15436 | |||
| 15437 | 1998-09-23 Fritz Knabe <knabe@cs.virginia.edu> | ||
| 15438 | |||
| 15439 | * mail/mh-mime.el (mh-mhn-compose-insertion): Use quotes. | ||
| 15440 | |||
| 15441 | 1998-09-22 Kenichi Handa <handa@etl.go.jp> | ||
| 15442 | |||
| 15443 | * international/quail.el (quail-update-guidance): Check for the | ||
| 15444 | return value of (quail-guidance) fixed. | ||
| 15445 | (quail-update-translation): Bind quail-current-str locally when it | ||
| 15446 | calls quail-update-guidance. | ||
| 15447 | (quail-update-translation): If input-method-exit-on-first-char is | ||
| 15448 | non-nil, terminate translation only when the current input method | ||
| 15449 | is simple. | ||
| 15450 | |||
| 15451 | 1998-09-22 Paul Eggert <eggert@twinsun.com> | ||
| 15452 | |||
| 15453 | * startup.el (locale-translation-file-name): Prefer X-related names | ||
| 15454 | to the name used by GNU/Linux sans X. Set to nil if no file found. | ||
| 15455 | (command-line): Use locale-translation-file-name if it is not nil, | ||
| 15456 | instead of testing for its existence again. | ||
| 15457 | regexp-quote the ctype before using it in a regexp. | ||
| 15458 | Allow a colon to appear after the ctype in the aliases file, | ||
| 15459 | as is done in X11R6.4. | ||
| 15460 | |||
| 15461 | 1998-09-21 Richard Stallman <rms@gnu.org> | ||
| 15462 | |||
| 15463 | * mail/rmail.el (rmail-resend): Work properly if invoked from summary. | ||
| 15464 | |||
| 15465 | * calendar/appt.el (appt-interval): Variable deleted. | ||
| 15466 | (appt-check): For minutes in between appt-display-interval times, | ||
| 15467 | do check, but don't display anything except an updated mode line. | ||
| 15468 | Count against appt-display-interval based on minutes since | ||
| 15469 | first display of this appointment, not based on time of day. | ||
| 15470 | If appt-display-mode-line, force mode line redisplay | ||
| 15471 | whenever appt-mode-string has changed. | ||
| 15472 | (appt-add, appt-delete): Add autoload cookies. | ||
| 15473 | (appt-check): Catch errors from calling `diary'. | ||
| 15474 | (appt-max-time): Renamed from max-time. | ||
| 15475 | (appt-now-displayed, appt-display-count): New variables. | ||
| 15476 | (appt-timer): Don't create one if we already have one. | ||
| 15477 | |||
| 15478 | * textmodes/tex-mode.el (tex-compilation-parse-errors): | ||
| 15479 | More general code to use the source buffer instead of the zap file. | ||
| 15480 | |||
| 15481 | * hilit-chg.el (highlight-compare-with-file): Renamed from | ||
| 15482 | compare-with-file. | ||
| 15483 | |||
| 15484 | * loadhist.el (load-history-loaded): New variable. | ||
| 15485 | (symbol-file): Load etc/fns-VERSION.el if that has not been done. | ||
| 15486 | |||
| 15487 | * loadup.el: Write load-history into etc/fns-VERSION.el, then clear it. | ||
| 15488 | |||
| 15489 | * emacs-lisp/find-func.el (find-function-search-for-symbol): | ||
| 15490 | Fix error messages. | ||
| 15491 | |||
| 15492 | 1998-09-21 Markus Armbruster <armbru@pond.sub.org> | ||
| 15493 | |||
| 15494 | * avoid.el (mouse-avoidance-banish-hook): Don't move unless in an | ||
| 15495 | Emacs frame. | ||
| 15496 | |||
| 15497 | 1998-09-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | ||
| 15498 | |||
| 15499 | * mail/rmail.el (rmail-decode-babyl-format): Recognize both | ||
| 15500 | `undecided' and `undecided-unix'. | ||
| 15501 | |||
| 15502 | 1998-09-21 Dave Love <fx@gnu.org> | ||
| 15503 | |||
| 15504 | * help.el (help-make-xrefs): Fix typo affecting Info references. | ||
| 15505 | |||
| 15506 | * subr.el (remove-hook): Check list values to avoid errors. | ||
| 15507 | |||
| 15508 | 1998-09-18 Noah Friedman <friedman@splode.com> | ||
| 15509 | |||
| 15510 | * emacs-lisp/eldoc.el (eldoc-message): Check for 1-arg case, and | ||
| 15511 | store string in eldoc-last-message without consing a new string. | ||
| 15512 | Rearrange logic from nested if's into cond's. | ||
| 15513 | (eldoc-print-fnsym-args): Renamed to eldoc-get-fnsym-args-string. | ||
| 15514 | Do not print message; just return string. | ||
| 15515 | (eldoc-get-var-docstring): Renamed from eldoc-print-var-docstring. | ||
| 15516 | Do not print message; just return string. | ||
| 15517 | Cache that string in eldoc-last-data. | ||
| 15518 | (eldoc-last-data): Make into a vector. | ||
| 15519 | (eldoc-get-fnsym-args-string): Use new data form of structure. | ||
| 15520 | (eldoc-get-var-docstring): Here also. | ||
| 15521 | (eldoc-last-data-store): New function. | ||
| 15522 | (eldoc-get-fnsym-args-string): Use it. | ||
| 15523 | (eldoc-get-var-docstring): Here also. | ||
| 15524 | (eldoc-docstring-first-line): Minimize interim string consing. | ||
| 15525 | Call substitute-command-keys on the result. | ||
| 15526 | (eldoc-print-var-docstrings, eldoc-print-docstring, | ||
| 15527 | eldoc-docstring-message): Functions removed. | ||
| 15528 | (eldoc-docstring-format-sym-doc): New function, functionality | ||
| 15529 | ripped out of eldoc-docstring-message. | ||
| 15530 | (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it. | ||
| 15531 | |||
| 15532 | 1998-09-18 Kenichi Handa <handa@etl.go.jp> | ||
| 15533 | |||
| 15534 | * international/mule.el (make-coding-system): Doc-string modified. | ||
| 15535 | |||
| 15536 | 1998-09-18 Andreas Schwab <schwab@delysid.gnu.org> | ||
| 15537 | |||
| 15538 | * progmodes/vhdl-mode.el (vhdl-header-file): Fix customize type. | ||
| 15539 | |||
| 15540 | * progmodes/cpp.el (cpp-face-light-list, cpp-face-dark-list): Fix | ||
| 15541 | customize type. | ||
| 15542 | |||
| 15543 | * progmodes/cperl-mode.el (cperl-lazy-help-time): Fix customize | ||
| 15544 | type. | ||
| 15545 | |||
| 15546 | * progmodes/compile.el (compilation-error-screen-columns): New | ||
| 15547 | variable. | ||
| 15548 | (compilation-next-error-locus): Use it to decide whether to use | ||
| 15549 | forward-char or move-to-column. | ||
| 15550 | |||
| 15551 | * mail/rmail.el (rmail-movemail-program): Fix customize type. | ||
| 15552 | |||
| 15553 | * mail/feedmail.el (feedmail-x-mailer-line-user-appendage, | ||
| 15554 | feedmail-fiddle-plex-user-list, | ||
| 15555 | feedmail-spray-address-fiddle-plex-list, | ||
| 15556 | feedmail-prompt-before-queue-user-alist, | ||
| 15557 | feedmail-prompt-before-queue-help-supplement, | ||
| 15558 | feedmail-queue-reminder-alist, feedmail-queue-default-file-slug, | ||
| 15559 | feedmail-queue-alternative-mail-header-separator): Fix customize | ||
| 15560 | type. | ||
| 15561 | |||
| 15562 | * startup.el (site-run-file): Fix customize type. | ||
| 15563 | |||
| 15564 | * speedbar.el (speedbar-initial-expansion-list-name): Fix | ||
| 15565 | customize type. | ||
| 15566 | |||
| 15567 | * shell.el (shell-input-autoexpand): Fix customize type. | ||
| 15568 | |||
| 15569 | * ps-print.el (ps-font-info-database): Add missing dots in value. | ||
| 15570 | Improve layout of customize type. | ||
| 15571 | |||
| 15572 | * net-utils.el (traceroute-program-options, ping-program-options, | ||
| 15573 | ipconfig-program-options, netstat-program-options, | ||
| 15574 | arp-program-options, route-program-options, | ||
| 15575 | nslookup-program-options, ftp-program-options): Fix customize | ||
| 15576 | type. | ||
| 15577 | |||
| 15578 | * midnight.el (clean-buffer-list-kill-regexps, | ||
| 15579 | clean-buffer-list-kill-buffer-names, | ||
| 15580 | clean-buffer-list-kill-never-buffer-names, | ||
| 15581 | clean-buffer-list-kill-never-regexps): Fix customize type. | ||
| 15582 | |||
| 15583 | * man.el (Man-init-defvars): Avoid trailing nil on | ||
| 15584 | Man-filter-list. | ||
| 15585 | |||
| 15586 | * lpr.el (printer-name): Fix customize type. | ||
| 15587 | |||
| 15588 | 1998-09-16 Kenichi Handa <handa@etl.go.jp> | ||
| 15589 | |||
| 15590 | * international/mule-cmds.el (reset-language-environment): Call | ||
| 15591 | update-coding-systems-internal. | ||
| 15592 | |||
| 15593 | * international/mule-conf.el: Call update-coding-systems-internal | ||
| 15594 | at the tail. | ||
| 15595 | |||
| 15596 | 1998-09-14 Dave Love <fx@gnu.org> | ||
| 15597 | |||
| 15598 | * vc-hooks.el (vc-menu-map): Change the vc-directory label. Don't | ||
| 15599 | use the menu-enable properties, pending doing it correctly and | ||
| 15600 | acceptably fast. | ||
| 15601 | |||
| 15602 | * map-ynp.el (map-y-or-n-p): Mention RET, `q' in the help text. | ||
| 15603 | |||
| 15604 | 1998-09-13 Dave Love <d.love@dl.ac.uk> | ||
| 15605 | |||
| 15606 | * progmodes/hideshow.el (hs-grok-mode-type): Check | ||
| 15607 | comment-{start,end} non-nil as well as bound. Report an error if | ||
| 15608 | we can't grok the mode. | ||
| 15609 | |||
| 15610 | 1998-09-13 Richard Stallman <rms@gnu.org> | ||
| 15611 | |||
| 15612 | * simple.el (blink-matching-open): Don't log paren matching | ||
| 15613 | messages in *Messages*. | ||
| 15614 | |||
| 15615 | 1998-09-12 Richard Stallman <rms@gnu.org> | ||
| 15616 | |||
| 15617 | * scroll-bar.el (scroll-bar-scroll-down, scroll-bar-scroll-up): | ||
| 15618 | Set point-before-scroll at end even if there was an error. | ||
| 15619 | |||
| 15620 | * ange-ftp.el (ange-ftp-insert-file-contents): | ||
| 15621 | Use binary mode for dumb-unix hosts as for unix hosts. | ||
| 15622 | (ange-ftp-copy-file-internal): Likewise. | ||
| 15623 | |||
| 15624 | * textmodes/paragraphs.el (use-hard-newlines): Doc fix. | ||
| 15625 | |||
| 15626 | * emacs-lisp/pp.el: Doc fixes. | ||
| 15627 | |||
| 15628 | * wid-edit.el (widget-menu-max-shortcuts): New variable. | ||
| 15629 | (widget-choose): Don't use single-char shortcuts if # items | ||
| 15630 | exceeds that many. Use minibuffer instead. | ||
| 15631 | |||
| 15632 | 1998-09-12 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | ||
| 15633 | |||
| 15634 | * calendar/diary-lib.el (mark-sexp-diary-entries): Fix previous chg. | ||
| 15635 | |||
| 15636 | 1998-09-12 Eric Ludlam <zappo@mescaline.gnu.org> | ||
| 15637 | |||
| 15638 | * speedbar.el (speedbar-frame-mode): Do not set frame position if | ||
| 15639 | in terminal mode. | ||
| 15640 | |||
| 15641 | 1998-09-10 Noah Friedman <friedman@splode.com> | ||
| 15642 | |||
| 15643 | * rsz-mini.el (resize-minibuffer-mode): Remove :version field from | ||
| 15644 | defcustom declaration. It's wreaking too much havoc with XEmacs | ||
| 15645 | and older versions of Emacs, which share this code. | ||
| 15646 | |||
| 15647 | * type-break.el (type-break-mode): Here also. | ||
| 15648 | |||
| 15649 | * rlogin.el (rlogin): If using make-local-hook, pass the 4th arg | ||
| 15650 | `t' to add-hook also to modify the new local value. | ||
| 15651 | |||
| 15652 | 1998-09-10 Dave Love <fx@gnu.org> | ||
| 15653 | |||
| 15654 | * vc.el (vc-insert-headers): Doc fix. | ||
| 15655 | |||
| 15656 | 1998-09-10 Richard Stallman <rms@gnu.org> | ||
| 15657 | |||
| 15658 | * textmodes/flyspell.el (flyspell-mode-on): Make the | ||
| 15659 | ispell-... variables permanent locals. | ||
| 15660 | (flyspell-mode-off): Add autoload cookie. | ||
| 15661 | |||
| 15662 | * ange-ftp.el (ange-ftp-write-region): For `dumb-unix' host, | ||
| 15663 | do use binary mode, just as for `unix'. | ||
| 15664 | (ange-ftp-host-type): If HOST is nil, return `unix'. | ||
| 15665 | |||
| 15666 | * dired.el (dired-mark-files-containing-regexp): | ||
| 15667 | Don't scan directories. Ignore non-readable files. | ||
| 15668 | |||
| 15669 | * progmodes/compile.el (compilation-error-regexp-alist): | ||
| 15670 | Fix previous change: allow . and _ in command name. | ||
| 15671 | |||
| 15672 | * dired.el (dired-mark-files-containing-regexp): Fix previous change. | ||
| 15673 | |||
| 15674 | * uncompress.el (uncompress-while-visiting): | ||
| 15675 | Use just the car of what find-operation-coding-system returns. | ||
| 15676 | |||
| 15677 | * textmodes/tex-mode.el (tex-start-tex): Call comint-quote-filename. | ||
| 15678 | |||
| 15679 | * shell.el (shell-file-name-quote-list): Add # to the value. | ||
| 15680 | |||
| 15681 | 1998-09-10 E. Jay Berkenbilt <ejb@ql.org> | ||
| 15682 | |||
| 15683 | * textmodes/flyspell.el (flyspell-mode-on): Fix kill-buffer-hook | ||
| 15684 | to make killing of ispell process work even if | ||
| 15685 | kill-all-local-variables has been run. | ||
| 15686 | |||
| 15687 | 1998-09-10 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | ||
| 15688 | |||
| 15689 | * calendar/diary-lib.el (mark-sexp-diary-entries): Avoid infinite | ||
| 15690 | loop when sexp entry ends at end of file with no newline. | ||
| 15691 | |||
| 15692 | 1998-09-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | ||
| 15693 | |||
| 15694 | * cus-edit.el (Custom-save, Custom-reset-current, Custom-reset-saved) | ||
| 15695 | (Custom-reset-standard): Fix menu inconsistency. | ||
| 15696 | |||
| 15697 | * mail/feedmail.el (feedmail-from-line): Allow t. | ||
| 15698 | (feedmail-message-id-suffix): Allow nil. | ||
| 15699 | |||
| 15700 | * mail/rmailsum.el (rmail-summary-output-to-rmail-file): | ||
| 15701 | Simplify. Make prefix arg work right. | ||
| 15702 | |||
| 15703 | 1998-09-09 Dave Love <fx@gnu.org> | ||
| 15704 | |||
| 15705 | * textmodes/paragraphs.el (use-hard-newlines): Doc fix. | ||
| 15706 | |||
| 15707 | * help.el (help-xref-interned): Bind inhibit-read-only when inserting. | ||
| 15708 | |||
| 15709 | 1998-09-08 Dave Love <fx@gnu.org> | ||
| 15710 | |||
| 15711 | * add-log.el (change-log-font-lock-keywords): Do parenthesized | ||
| 15712 | stuff only after file names or at start of line. Allow parens | ||
| 15713 | around e-mail, as well as angles. | ||
| 15714 | |||
| 15715 | * gnus/nnweb.el (require): Wrap requirement of w3 and url in | ||
| 15716 | ignore-errors too, eval'd when compile. Require w3 stuff at load | ||
| 15717 | time for nicer failure if it's not available. | ||
| 15718 | |||
| 15719 | 1998-09-07 Geoff Voelker <voelker@cs.washington.edu> | ||
| 15720 | |||
| 15721 | * comint.el (comint-arguments): Ignore backslashes when using | ||
| 15722 | w32 shells that expect backslashes as the directory separator. | ||
| 15723 | |||
| 15724 | 1998-09-04 Kenichi Handa <handa@etl.go.jp> | ||
| 15725 | |||
| 15726 | * international/fontset.el (resolved-ascii-font): New variable. | ||
| 15727 | (x-complement-fontset-spec): By side effect, set | ||
| 15728 | `resolved-ascii-font' to the resolved name of ASCII font." | ||
| 15729 | (create-fontset-from-fontset-spec): Don't get a value for | ||
| 15730 | resolved-ascii-font from the list full-fontlist. It is set by | ||
| 15731 | x-complement-fontset-spec now. | ||
| 15732 | |||
| 15733 | * ps-print.el: To make it work also on Emacs 20.2 and the earlier | ||
| 15734 | version, check the value of mule-version. | ||
| 15735 | |||
| 15736 | 1998-09-07 Carsten Dominik <cd@delysid.gnu.org> | ||
| 15737 | |||
| 15738 | * textmodes/reftex.el (reftex-view-crossref): Split up into | ||
| 15739 | several functions. No longer moves to find a macro. | ||
| 15740 | (reftex-view-cr-cite, reftex-view-cr-ref, | ||
| 15741 | reftex-end-of-bib-entry): New functions. | ||
| 15742 | (reftex-auto-view-crossref): New value `window' allowed. | ||
| 15743 | (reftex-view-crossref-when-idle): Process new `window' option in | ||
| 15744 | (reftex-translate-to-ascii-function): New default. | ||
| 15745 | (reftex-label-illegal-re): Default changed, removed Latin1. | ||
| 15746 | (reftex-latin1-to-ascii): New function. | ||
| 15747 | (reftex-what-environment): Check for section regexp before use. | ||
| 15748 | (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with | ||
| 15749 | absolute path names. | ||
| 15750 | (reftex-TeX-master-file): Changed sequence of file checks. | ||
| 15751 | (reftex-do-citation): bibview cache only with RefTeX mode on. | ||
| 15752 | |||
| 15753 | 1998-09-06 Richard Stallman <rms@gnu.org> | ||
| 15754 | |||
| 15755 | * progmodes/compile.el (compilation-error-regexp-alist): | ||
| 15756 | In first pattern (GNU utilities and other things), | ||
| 15757 | allow a space after the optional program name at the beginning. | ||
| 15758 | |||
| 15759 | * mail/mail-hist.el (mail-hist-current-header-contents): | ||
| 15760 | Fix previous change: use mail-header-end. | ||
| 15761 | |||
| 15762 | 1998-09-06 Bill Richter <richter@math.nwu.edu> | ||
| 15763 | |||
| 15764 | * international/ccl.el: Doc fixes. | ||
| 15765 | * international/encoded-kb.el: Doc fixes. | ||
| 15766 | * international/fontset.el: Doc fixes. | ||
| 15767 | * international/kinsoku.el: Doc fixes. | ||
| 15768 | * international/kkc.el: Doc fixes. | ||
| 15769 | * international/mule-cmds.el: Doc fixes. | ||
| 15770 | * international/mule-conf.el: Doc fixes. | ||
| 15771 | * international/mule-util.el: Doc fixes. | ||
| 15772 | * international/mule.el: Doc fixes. | ||
| 15773 | |||
| 15774 | 1998-09-05 Eric Ludlam <zappo@gnu.org> | ||
| 15775 | |||
| 15776 | * emacs-lisp/checkdoc.el: (checkdoc-buffer-label): New function. | ||
| 15777 | (checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'. | ||
| 15778 | (checkdoc-this-string-valid-engine): Permit ? as terminating | ||
| 15779 | punctuation for first line sentence breaking. | ||
| 15780 | (checkdoc-this-string-valid): When converting a comment into a doc | ||
| 15781 | string, make sure " chars are \". | ||
| 15782 | (checkdoc-sentencespace-region-engine): Only do double space check | ||
| 15783 | if based on the variable `sentence-end-double-space' | ||
| 15784 | (checkdoc-this-string-valid-engine): ? ends valid sentence. | ||
| 15785 | (checkdoc-proper-noun-region-engine): Exclude items in URLs | ||
| 15786 | |||
| 15787 | 1998-09-04 Richard Stallman <rms@gnu.org> | ||
| 15788 | |||
| 15789 | * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): | ||
| 15790 | Recognize define-skeleton as a function definer. | ||
| 15791 | |||
| 15792 | * cus-edit.el (customize-option): Refuse to customize | ||
| 15793 | a variable that has no defcustom. But if variable is autoloaded, | ||
| 15794 | first try to load the library that defines it. | ||
| 15795 | |||
| 15796 | * international/iso-insert.el: Use `string' before calling `insert' | ||
| 15797 | so that in multibyte buffers we insert multibyte chars. | ||
| 15798 | |||
| 15799 | * dired.el (dired-mark-files-containing-regexp): | ||
| 15800 | Don't use find-file; instead, insert the file in a temp buffer. | ||
| 15801 | |||
| 15802 | * textmodes/tex-mode.el (tex-start-options-string): New option. | ||
| 15803 | (tex-start-tex): Use that variable. | ||
| 15804 | |||
| 15805 | * mail/rmail.el (rmail-primary-inbox-list): Make the initial | ||
| 15806 | value in the `repeat' alternative a list. | ||
| 15807 | |||
| 15808 | * textmodes/fill.el (fill-individual-paragraphs): Before deleting | ||
| 15809 | the inserted newline, verify that one was really inserted. | ||
| 15810 | |||
| 15811 | * textmodes/flyspell.el (flyspell-mode): Do nothing if mode | ||
| 15812 | remains on or remains off. | ||
| 15813 | (flyspell-multi-language-p): Default changed to nil. | ||
| 15814 | |||
| 15815 | * progmodes/ada-mode.el (ada-search-ignore-string-comment): | ||
| 15816 | In "found in comment" case, don't beginning-of-line after forward-line. | ||
| 15817 | |||
| 15818 | * emacs-lisp/byte-opt.el (byte-compile-inline-expand): | ||
| 15819 | If the function definition is not a lambda, return original FORM | ||
| 15820 | with no error. | ||
| 15821 | |||
| 15822 | 1998-09-04 Peter Breton <pbreton@ne.mediaone.net> | ||
| 15823 | |||
| 15824 | * net-utils.el (netstat-program-options): Changed from nil to "-a" | ||
| 15825 | so that by default netstat shows all network connections. | ||
| 15826 | |||
| 15827 | 1998-09-04 Bob Weiner <weiner@altrasoft.com> | ||
| 15828 | |||
| 15829 | * international/quail.el: Doc fixes. | ||
| 15830 | |||
| 15831 | * info.el (info): Don't add parens if FILE already has them. | ||
| 15832 | |||
| 15833 | 1998-09-04 Geoff Voelker <voelker@cs.washington.edu> | ||
| 15834 | |||
| 15835 | * mail/smtpmail.el (smtpmail-via-smtp): Parse out the first word | ||
| 15836 | on extension lines. | ||
| 15837 | |||
| 15838 | 1998-09-03 Geoff Voelker <voelker@cs.washington.edu> | ||
| 15839 | |||
| 15840 | * w32-fns.el (w32-shell-dos-semantics): New function. | ||
| 15841 | |||
| 15842 | 1998-09-03 Bill Richter <richter@brouwer.math.nwu.edu> | ||
| 15843 | |||
| 15844 | * international/quail.el (quail-choose-completion-string): Store | ||
| 15845 | completion `choice' in `quail-current-str'; don't insert it. | ||
| 15846 | |||
| 15847 | 1998-09-02 Kenichi Handa <handa@etl.go.jp> | ||
| 15848 | |||
| 15849 | * bdf.el (bdf-generate-font): New argument CHARSET. Give WIDTH | ||
| 15850 | argument to ps-mule-generate-bitmap-font. | ||
| 15851 | |||
| 15852 | * ps-print.el (ps-mule-font-info-database-bdf): The include ASCII | ||
| 15853 | entry and change Latin-1 entry in the default value. | ||
| 15854 | (ps-mule-font-info-database-ps-bdf): New variable. | ||
| 15855 | (ccl-encode-ethio-unicode): Bug of CCL code fixed. | ||
| 15856 | (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function | ||
| 15857 | registerd in FONT-SPEC. | ||
| 15858 | (ps-mule-bitmap-prologue): Fix PostScript code to realize correct | ||
| 15859 | charcter width of bitmap fonts. | ||
| 15860 | (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript | ||
| 15861 | procedure NF. | ||
| 15862 | (ps-begin-file): Output PostScript code for setting | ||
| 15863 | SpaceWidthRatio. | ||
| 15864 | (ps-plot-region): Use line-beginning-position to get a position of | ||
| 15865 | the beginning of the current line. | ||
| 15866 | |||
| 15867 | * international/mule-cmds.el (register-input-method): Doc-string | ||
| 15868 | modified. | ||
| 15869 | |||
| 15870 | 1998-09-01 Dave Love <fx@gnu.org> | ||
| 15871 | |||
| 15872 | * international/mule-cmds.el (current-language-environment): Fix | ||
| 15873 | setter function. | ||
| 15874 | |||
| 15875 | 1998-09-01 Simon Marshall <simon@gnu.org> | ||
| 15876 | |||
| 15877 | * font-lock.el (tex-font-lock-keywords-2): Fontify \nocite like \cite. | ||
| 15878 | (lisp-font-lock-keywords-2): Fontify abort, assert, etc., separately. | ||
| 15879 | ({c,c++,objc,java}-font-lock-keywords-{2,3}): Fontify only type/class | ||
| 15880 | names with font-lock-type-face. Fontify type specs, etc., with | ||
| 15881 | font-lock-keyword-face. | ||
| 15882 | |||
| 15883 | 1998-08-31 Kenichi Handa <handa@etl.go.jp> | ||
| 15884 | |||
| 15885 | * international/fontset.el (x-complement-fontset-spec): If ASCII | ||
| 15886 | font is specified in FONTLIST, don't substitute it for the | ||
| 15887 | resolved name. | ||
| 15888 | |||
| 15889 | 1998-08-31 Paul Eggert <eggert@twinsun.com> | ||
| 15890 | |||
| 15891 | * international/mule.el (charset-description): Doc fix. | ||
| 15892 | |||
| 15893 | * language/chinese.el, language/cyrillic.el, language/czech.el, | ||
| 15894 | language/devanagari.el, language/ethiopic.el, | ||
| 15895 | language/european.el, language/hebrew.el, language/indian.el, | ||
| 15896 | language/japanese.el, language/korean.el, language/lao.el, | ||
| 15897 | language/slovak.el, language/thai.el, language/tibetan.el, | ||
| 15898 | language/vietnamese.el: | ||
| 15899 | Add coding: local variable, to avoid bootstrapping problem | ||
| 15900 | if you need to recompile all the Lisp files using interpreted code. | ||
| 15901 | |||
| 15902 | 1998-08-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | ||
| 15903 | |||
| 15904 | * cal-china.el (chinese-year-cache): Change range of years from | ||
| 15905 | 1989-2000 to 1990-2010. | ||
| 15906 | |||
| 15907 | 1998-08-29 Dave Love <d.love@dl.ac.uk> | ||
| 15908 | |||
| 15909 | * mail/smtpmail.el (smtpmail-send-it): Add autoload cookie. | ||
| 15910 | (smtpmail-via-smtp): Check that smtpmail-smtp-server is defined. | ||
| 15911 | |||
| 15912 | 1998-08-28 Vinicius Jose Latorre <vinicius@cpqd.com.br> | ||
| 15913 | |||
| 15914 | * ps-print.el (ps-print-control-characters): Doc-string modified. | ||
| 15915 | (ps-output-string-prim): Comment format changed. | ||
| 15916 | (ps-do-despool): Indentation of source code changed. | ||
| 15917 | |||
| 15918 | 1998-08-28 Kenichi Handa <handa@etl.go.jp> | ||
| 15919 | |||
| 15920 | * subr.el (sref): Make it an alias of aref. Make the | ||
| 15921 | byte-compiler warn that it is obsolete. | ||
| 15922 | (char-bytes): Make the byte-compiler warn that it is obsolete. | ||
| 15923 | |||
| 15924 | * emacs-lisp/bytecomp.el (byte-compile-output-as-comment): | ||
| 15925 | Calculate the total bytes using position-bytes instead of | ||
| 15926 | char-bytes. | ||
| 15927 | |||
| 15928 | 1998-08-27 Karl Heuer <kwzh@gnu.org> | ||
| 15929 | |||
| 15930 | * snmp-mode.el: New file. | ||
| 15931 | * files.el (auto-mode-alist): Add snmp-mode patterns. | ||
| 15932 | |||
| 15933 | 1998-08-27 Karl Eichwalder <ke@suse.de> | ||
| 15934 | |||
| 15935 | * dired-aux.el (dired-compress-file-suffixes): Add `bz2'. | ||
| 15936 | |||
| 15937 | 1998-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | ||
| 15938 | |||
| 15939 | * calendar/diary-lib.el (diary-block): Doc fix.. | ||
| 15940 | * calendar/calendar.el (diary-list-include-blanks): Doc fix.. | ||
| 15941 | |||
| 15942 | 1998-08-27 Richard Stallman <rms@gnu.org> | ||
| 15943 | |||
| 15944 | * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp. | ||
| 15945 | * calendar/appt.el (appt-check): Start the appt-mode-string w/ space. | ||
| 15946 | Clear appt-mode-string if we don't put something in it. | ||
| 15947 | |||
| 15948 | 1998-08-27 Dave Love <fx@gnu.org> | ||
| 15949 | |||
| 15950 | * ange-ftp.el (ange-ftp-allow-child-lookup): Reinstate checking | ||
| 15951 | dired-local-variables-file for dired-x. | ||
| 15952 | |||
| 15953 | * emacs-lisp/find-func.el (find-function-search-for-symbol): Look | ||
| 15954 | for compressed library files too. | ||
| 15955 | |||
| 15956 | 1998-08-26 Kenichi Handa <handa@etl.go.jp> | ||
| 15957 | |||
| 15958 | * language/european.el ("Latin-1"): Modify `documentation' key value. | ||
| 15959 | ("Latin-2"): Likewise. | ||
| 15960 | |||
| 15961 | 1998-08-26 Karl Heuer <kwzh@gnu.org> | ||
| 15962 | |||
| 15963 | * dired-x.el (dired-guess-shell-alist-default): Fix regexp. | ||
| 15964 | |||
| 15965 | 1998-08-26 Albert L. Ting <alt@artisan.com> | ||
| 15966 | |||
| 15967 | * mail/mail-hist.el (mail-hist-current-header-name): Fix test. | ||
| 15968 | (mail-hist-current-header-contents): Use mail-text-start. | ||
| 15969 | |||
| 15970 | 1998-08-26 Richard Stallman <rms@gnu.org> | ||
| 15971 | |||
| 15972 | * cus-edit.el (customize-version-lessp): Handle a number as VERSION2. | ||
| 15973 | (customize-changed-options-previous-release): New variable. | ||
| 15974 | (customize-changed-options): Use that variable as default arg. | ||
| 15975 | |||
| 15976 | 1998-08-26 Karl Eichwalder <ke@suse.de> | ||
| 15977 | |||
| 15978 | * midnight.el: Require `timer' not only when compiling. | ||
| 15979 | |||
| 15980 | 1998-08-26 Per Starback <starback@update.uu.se> | ||
| 15981 | |||
| 15982 | * gnus/gnus-start.el (gnus-check-first-time-used): Change current | ||
| 15983 | buffer before creating help group. | ||
| 15984 | |||
| 15985 | 1998-08-26 Lars Magne Ingebrigtsen <larsi@gnus.org> | ||
| 15986 | |||
| 15987 | * gnus/gnus-start.el (gnus-save-newsrc-file): Bind | ||
| 15988 | coding-system-for-write before saving. | ||
| 15989 | |||
| 15990 | 1998-08-26 Kevin Rodgers <kevinr@ihs.com> | ||
| 15991 | |||
| 15992 | * isearch.el (isearch-forward): Doc fix. | ||
| 15993 | |||
| 15994 | 1998-08-26 Andreas Schwab <schwab@delysid.gnu.org> | ||
| 15995 | |||
| 15996 | * emacs-lisp/find-func.el: Fix :version tags to have a string | ||
| 15997 | value, not a float. | ||
| 15998 | |||
| 15999 | * cus-dep.el: Fix typo in output. | ||
| 16000 | |||
| 16001 | 1998-08-25 Dave Love <fx@gnu.org> | ||
| 16002 | |||
| 16003 | * repeat.el (repeat): Doc fix. | ||
| 16004 | [From rms:] | ||
| 16005 | (repeat-previous-repeated-command): New variable. | ||
| 16006 | (repeat): Check for real-last-command being null or repeat. Set | ||
| 16007 | repeat-previous-repeated-command. | ||
| 16008 | |||
| 16009 | * browse-url.el (browse-url-netscape): Fix format for hex escapes. | ||
| 16010 | |||
| 16011 | 1998-08-25 Kenichi Handa <handa@etl.go.jp> | ||
| 16012 | |||
| 16013 | * gnus/message.el (message-send-mail-with-sendmail): Bind | ||
| 16014 | coding-system-for-write by the return value of | ||
| 16015 | select-message-coding-system. | ||
| 16016 | (message-send-mail-with-qmail): Likewise. | ||
| 16017 | |||
| 16018 | 1998-08-24 Andreas Schwab <schwab@delysid.gnu.org> | ||
| 16019 | |||
| 16020 | * emacs-lisp/autoload.el: Fix doc-string-elt property on | ||
| 16021 | define-derived-mode. | ||
| 16022 | |||
| 16023 | * files.el (file-name-invalid-regexp): | ||
| 16024 | Fix regex for ms-dos without long file names. | ||
| 16025 | |||
| 16026 | 1998-08-24 Vinicius Jose Latorre <vinicius@cpqd.com.br> | ||
| 16027 | |||
| 16028 | * ps-print.el: Multi-byte buffer handling. | ||
| 16029 | (ps-print-version): New version number (4.0) and doc fix. | ||
| 16030 | (ps-color-device, ps-face-bold-p, ps-face-italic-p): Conditional | ||
| 16031 | compilation for GNU Emacs and emacsens. | ||
| 16032 | (ps-generate-postscript-with-faces): Force invisible text to be | ||
| 16033 | visible. | ||
| 16034 | (dos-ps-printer): New var to avoid compilation gripes. | ||
| 16035 | |||
| 16036 | 1998-08-24 Kenichi Handa <handa@etl.go.jp> | ||
| 16037 | |||
| 16038 | * ps-print.el (ps-mule-plot-string): Pay attention to the case | ||
| 16039 | that no more characters can't be printed in the current line. | ||
| 16040 | |||
| 16041 | 1998-08-24 Kenichi Handa <handa@etl.go.jp> | ||
| 16042 | |||
| 16043 | * ps-print.el (ps-mule-find-wrappoint): ENDPOS should not be | ||
| 16044 | greater than TO. | ||
| 16045 | |||
| 16046 | 1998-08-24 Kenichi Handa <handa@etl.go.jp> | ||
| 16047 | |||
| 16048 | * ps-print.el: Add codes to make ps-print.el work also on Emacs | ||
| 16049 | 20.2 and the earlier version. | ||
| 16050 | (ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2. | ||
| 16051 | (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise. | ||
| 16052 | (ps-mule-find-wrappoint): Likewise. | ||
| 16053 | (ps-mule-generate-font): Change `X' to `x' in format | ||
| 16054 | control-string. | ||
| 16055 | (ps-generate): Call ps-mule-begin before calling ps-begin-job. | ||
| 16056 | (ps-mule-cmpchar-prologue): Delete unnecessary `gsave' and | ||
| 16057 | `restore' form procedures `BC' and `EC'. | ||
| 16058 | |||
| 16059 | 1998-08-24 Kenichi Handa <handa@etl.go.jp> | ||
| 16060 | |||
| 16061 | * ps-print.el (ps-print-prologue-1): Handle the case that FontBBox | ||
| 16062 | is an executable procedure. Make LineThickness, Xshadow, and | ||
| 16063 | Yshadow relative to FontHeight. Set SpaceWidth in BeginDoc. | ||
| 16064 | (ps-mule-font-info-database, ps-mule-font-info-database-ps, | ||
| 16065 | ps-mule-font-info-database-bdf): New vars. | ||
| 16066 | (ps-mule-encode-7bit, ps-mule-encode-8bit): New funs. | ||
| 16067 | (ccl-encode-ethio-unicode): New CCL program. | ||
| 16068 | (ps-mule-encode-ethiopic): New fun. | ||
| 16069 | (ps-mule-current-charset): New var. | ||
| 16070 | (ps-mule-get-font-spec, ps-mule-font-spec-src, | ||
| 16071 | ps-mule-font-spec-name, ps-mule-font-spec-encoding, | ||
| 16072 | ps-mule-font-spec-bytes, ps-mule-printable-p): New funs. | ||
| 16073 | (ps-mule-external-libraries): New var. | ||
| 16074 | (ps-mule-init-external-library): New fun. | ||
| 16075 | (ps-mule-font-cache): New var. | ||
| 16076 | (ps-mule-generate-font, ps-mule-generate-glyphs): New funs. | ||
| 16077 | (ps-last-font): New var. | ||
| 16078 | (ps-mule-prepare-font): New fun. | ||
| 16079 | (ps-mule-charset-list): New var. | ||
| 16080 | (ps-mule-prologue-generated, ps-mule-prologue): New vars. | ||
| 16081 | (ps-mule-skip-same-charset, ps-mule-find-wrappoint, | ||
| 16082 | ps-mule-plot-string): New funs. | ||
| 16083 | (ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue): | ||
| 16084 | New vars. | ||
| 16085 | (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar, | ||
| 16086 | ps-mule-prepare-cmpchar-font): New funs. | ||
| 16087 | (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New | ||
| 16088 | vars. | ||
| 16089 | (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font, | ||
| 16090 | ps-mule-generate-bitmap-glyph): New funs. | ||
| 16091 | (ps-mule-initialize, ps-mule-begin): New funs. | ||
| 16092 | (ps-output-string-prim): Insert string as unibyte. | ||
| 16093 | (ps-output-prologue): New fun. | ||
| 16094 | (ps-flush-output): Handle the case of 'prologue. | ||
| 16095 | (ps-begin-file): Call ps-mule-initialize. | ||
| 16096 | (ps-begin-job): Set ps-control-or-escape-regexp differently if | ||
| 16097 | printing multibyte characters. | ||
| 16098 | (ps-begin-page): Set ps-mule-current-charset to 'ascii. | ||
| 16099 | (ps-basic-plot-string): Handle the case of printing ASCII | ||
| 16100 | characters by external libraries (e.g. BDF). | ||
| 16101 | (ps-set-font): Set ps-last-font. | ||
| 16102 | (ps-plot-region): Handle multibyte characters, use | ||
| 16103 | ps-mule-plot-string for them. | ||
| 16104 | (ps-generate): Set the spool buffer unibyte. Call ps-mule-begin. | ||
| 16105 | |||
| 16106 | * bdf.el: New file. | ||
| 16107 | |||
| 16108 | 1998-08-23 Kenichi HANDA <handa@etl.go.jp> | ||
| 16109 | |||
| 16110 | * international/mule-cmds.el (select-message-coding-system): New | ||
| 16111 | function. | ||
| 16112 | (set-language-environment-coding-systems): Set | ||
| 16113 | default-sendmail-coding-system. | ||
| 16114 | |||
| 16115 | * mail/sendmail.el (sendmail-coding-system): Doc-string modified. | ||
| 16116 | (default-sendmail-coding-system): New variable. | ||
| 16117 | (sendmail-send-it): Encode the message by a coding system | ||
| 16118 | select-message-coding-system returns. | ||
| 16119 | |||
| 16120 | 1998-08-23 Eric Ludlam <zappo@gnu.org> | ||
| 16121 | |||
| 16122 | * speedbar.el: (speedbar-with-writable): Remove `toggle-read-only'. | ||
| 16123 | (speedbar-mode): Set buffer to read only. | ||
| 16124 | (speedbar-temp-buffer-show-function): For emacs don't call hook | ||
| 16125 | with arguments. | ||
| 16126 | (speedbar-stealthy-updates): Do all updates w/ the the buffer writable. | ||
| 16127 | |||
| 16128 | 1998-08-19 Dan Nicolaescu <done@ece.arizona.edu> | ||
| 16129 | |||
| 16130 | * speedbar.el (speedbar-key-map): Fix typo. | ||
| 16131 | |||
| 16132 | See ChangeLog.7 for earlier changes. | ||