Mercurial > emacs
annotate lisp/ChangeLog.8 @ 70229:b85aa1663ba3
(posn-string, posn-image, posn-object): Doc fix.
| author | Kim F. Storm <storm@cua.dk> |
|---|---|
| date | Wed, 26 Apr 2006 08:56:32 +0000 |
| parents | 695cf19ef79e |
| children | ce127a46b1ca 375f2633d815 |
| rev | line source |
|---|---|
| 30729 | 1 1999-12-31 Richard M. Stallman <rms@gnu.org> |
| 2 | |
| 3 * echistory.el (electric-command-history): Call Command-history-setup | |
| 4 and command-history-mode using their new conventions. | |
| 5 | |
| 6 * chistory.el (Command-history-setup): Don't switch buffers. Take | |
| 7 no args, and do not set major-mode, mode-name or the local map. | |
| 8 (command-history-mode): New function, does some of those things | |
| 9 Command-history-setup used to do. | |
| 10 (list-command-history): Call command-history-mode, not | |
| 11 Command-history-setup. | |
| 12 (command-history): Renamed from command-history-mode. | |
| 13 | |
| 14 1999-12-31 Richard M. Stallman <rms@gnu.org> | |
| 15 | |
| 16 * arc-mode.el (archive-mode-map): Bind q to quit-window. | |
| 17 | |
| 18 1999-12-31 William M. Perry <wmperry@aventail.com> | |
| 19 | |
| 20 * image.el (defimage): Images with the `:data' keyword should be | |
| 21 considered valid as well. | |
| 22 | |
| 23 1999-12-31 Richard M. Stallman <rms@gnu.org> | |
| 24 | |
| 25 * dired.el (dired-get-filename): Don't call file-name-absolute-p | |
| 26 with FILE if FILE is nil. | |
| 27 | |
| 28 1999-12-30 Richard M. Stallman <rms@gnu.org> | |
| 29 | |
| 30 * simple.el (choose-completion-string): In minibuffer, | |
| 31 do not delete the prompt string. | |
| 32 | |
| 33 1999-12-30 Gerd Moellmann <gerd@gnu.org> | |
| 34 | |
| 35 * bindings.el (make-mode-line-mouse-sensitive): Copy keymap | |
| 36 assigned to mode-line-mode-menu because bindings.el is dumped with | |
| 37 Emacs, and thus the lists used for menu-item definition will be | |
| 38 copied to pure space. Emacs' menu code (parse_menu_item) doesn't | |
| 39 like pure menu item definitions. | |
| 40 | |
| 41 * expand.el (expand-abbrev-hook): Return t if expansion was | |
| 42 done, nil otherwise. | |
| 43 | |
| 44 1999-12-29 Richard M. Stallman <rms@gnu.org> | |
| 45 | |
| 46 * tar-mode.el (tar-mode-map): Bind q to quit-window, not tar-quit. | |
| 47 (tar-quit): Function deleted. | |
| 48 | |
| 49 1999-12-29 Thien-Thi Nguyen <ttn@delysid.gnu.org> | |
| 50 | |
| 51 * progmodes/hideshow.el (hs-minor-mode-menu): Fix omission bug; | |
| 52 was used but not declared. | |
| 53 | |
| 54 (hs-discard-overlays, hs-isearch-show, hs-isearch-show-temporary, | |
| 55 hs-find-block-beginning): Add or modify docstrings. | |
| 56 | |
| 57 (hs-isearch-show): Rewrite. | |
| 58 | |
| 59 1999-12-28 Gerd Moellmann <gerd@gnu.org> | |
| 60 | |
| 61 * icomplete.el (icomplete-exhibit): Adapt to prompt in buffer. | |
| 62 | |
| 63 * progmodes/cc-cmds.el (c-fill-paragraph): Don't delete white | |
| 64 space in front of a C-style comment end. | |
| 65 | |
| 66 1999-12-28 Eli Zaretskii <eliz@is.elta.co.il> | |
| 67 | |
| 68 * startup.el (command-line-1): Make mode line mouse-sensitive for | |
| 69 the MS-DOS version as well. | |
| 70 | |
| 71 1999-12-28 Gerd Moellmann <gerd@gnu.org> | |
| 72 | |
| 73 * bs.el: New file. | |
| 74 | |
| 75 1999-12-28 Richard M. Stallman <rms@gnu.org> | |
| 76 | |
| 77 * textmodes/ispell.el (ispell-process-line): | |
| 78 Add local var line-offset to adjust for the change | |
| 79 in positions within the line, due to previous replacements. | |
| 80 | |
| 81 1999-12-27 Richard M. Stallman <rms@gnu.org> | |
| 82 | |
| 83 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region): | |
| 84 Doc fixes. | |
| 85 | |
| 86 1999-12-27 Gerd Moellmann <gerd@gnu.org> | |
| 87 | |
| 88 * add-log.el (change-log-version-number-regexp-list) | |
| 89 (change-log-version-info-enabled): Change :version to 21.1. | |
| 90 (toplevel): Require CL when compiling. | |
| 91 | |
| 92 1999-12-27 Jari Aalto <jari.aalto@poboxes.com> | |
| 93 | |
| 94 * add-log.el (change-log-version-number-regexp-list): Added tag | |
| 95 :version 20.6 | |
| 96 (change-log-version-info-enabled): Added tag :version 20.6 | |
| 97 | |
| 98 1999-12-27 Jari Aalto <jari.aalto@poboxes.com> | |
| 99 | |
| 100 * add-log.el: More general version number search with | |
| 101 user-configurable regexp list. | |
| 102 (change-log-version-number-regexp-list): New user variable. | |
| 103 (change-log-find-version): Rewritten. Use user-configurable | |
| 104 version numbering regexp list | |
| 105 change-log-version-number-regexp-list. | |
| 106 (change-log-find-version): Renamed to | |
| 107 change-log-version-number-search | |
| 108 (add-log-file-name-function): New. | |
| 109 (change-log-search-vc-number): Added END paramaeter. Added doc | |
| 110 string to function. | |
| 111 (change-log-version-rcs): Renamed. Was | |
| 112 change-log-search-vc-number. | |
| 113 | |
| 114 1999-12-26 Thien-Thi Nguyen <ttn@delysid.gnu.org> | |
| 115 | |
| 116 * progmodes/compile.el (compilation-goto-locus): Delete hideshow | |
| 117 overlays if they interfere. | |
| 118 (compilation-find-file): Make intangible overlays tangible. | |
| 119 | |
| 120 * progmodes/hideshow.el: Generally, synch w/ maintainer | |
| 121 version 5.9. | |
| 122 | |
| 123 (hs-show-hidden-short-form): Delete var; hard-code uses as `t'. | |
| 124 | |
| 125 (hs-minor-mode-hook): Don't initialize. | |
| 126 | |
| 127 (hs-special-modes-alist): Rewrite value and docstring. | |
| 128 | |
| 129 (hs-minor-mode-prefix): Delete unused var. | |
| 130 | |
| 131 (hs-block-start-mdata-select): New var, buffer local. | |
| 132 | |
| 133 (hs-headline): New var. | |
| 134 | |
| 135 (hs-match-data, hs-forward-sexp): New funcs. | |
| 136 | |
| 137 (hs-hide-comment-region): New func. | |
| 138 | |
| 139 (hs-discard-overlays, hs-flag-region, hs-hide-block-at-point, | |
| 140 hs-safety-is-job-n, hs-hide-initial-comment-block, | |
| 141 hs-inside-comment-p, hs-grok-mode-type, hs-find-block-beginning, | |
| 142 hs-hide-level-recursive, hs-life-goes-on, hs-already-hidden-p, | |
| 143 hs-c-like-adjust-block-beginning, hs-hide-all, hs-show-all, | |
| 144 hs-hide-block, hs-show-block, hs-show-region, hs-hide-level, | |
| 145 hs-mouse-toggle-hiding, hs-minor-mode): Rewrite. | |
| 146 | |
| 147 (hs-isearch-show): Renamed from `hs-isearch-open-invisible'. | |
| 148 (hs-isearch-show-temporary): New funcs. | |
| 149 | |
| 150 (hs-show-block-at-point, java-hs-forward-sexp): Delete funcs. | |
| 151 | |
| 152 (hs-hide-all, hs-mouse-toggle-hiding): Don't autoload. | |
| 153 | |
| 154 When constructing menu, use `[(shift button2)]' notation. | |
| 155 | |
| 156 1999-12-25 Richard M. Stallman <rms@gnu.org> | |
| 157 | |
| 158 * jka-compr.el (jka-compr-info-file-magic-bytes): New function. | |
| 159 (jka-compr-compression-info-list): Add new elt to each vector. | |
| 160 (jka-compr-write-region): Don't compress the data if it is | |
| 161 already compressed. | |
| 162 | |
| 163 * jka-compr.el (jka-compr-really-do-compress): New variable. | |
| 164 (jka-compr-insert-file-contents): Set jka-compr-really-do-compress | |
| 165 if visiting. | |
| 166 (jka-compr-write-region): Set jka-compr-really-do-compress | |
| 167 if visiting. Test it when deciding to compress. | |
| 168 | |
| 169 1999-12-22 Gerd Moellmann <gerd@gnu.org> | |
| 170 | |
| 171 * progmodes/sh-script.el (sh-mode): Don't call sh-set-shell | |
| 172 with third argument t. | |
| 173 | |
| 174 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com> | |
| 175 | |
| 176 * antlr-mode.el: Version 1.2 is released. | |
| 177 (antlr): This package has a web page. | |
| 178 | |
| 179 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com> | |
| 180 | |
| 181 * antlr-mode.el: Menu/keymap additions for commenting/uncommenting | |
| 182 regions. Suggested by Dale Davis <Dale_Davis@securify.com>. | |
| 183 (antlr-mode-map): New binding [C-c C-c]. | |
| 184 (antlr-mode-menu): New entries. | |
| 185 | |
| 186 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com> | |
| 187 | |
| 188 * antlr-mode.el: Respect Emacs conventions. | |
| 189 ((require 'cl)): Only use during compilation. | |
| 190 (antlr-language-for-option): New function to avoid using `find'. | |
| 191 (antlr-mode): Use it. | |
| 192 (antlr-with-syntax-table): Define new instead using XEmacs' one. | |
| 193 (antlr-imenu-create-index-function): Change accordingly. | |
| 194 (antlr-inside-rule-p): Ditto. | |
| 195 (antlr-end-of-rule): Ditto. | |
| 196 (antlr-end-of-body): Ditto. | |
| 197 (antlr-beginning-of-rule): Ditto. | |
| 198 (antlr-indent-line): Ditto. | |
| 199 | |
| 200 1999-11-21 Christoph Wedler <Christoph.Wedler@sap.com> | |
| 201 | |
| 202 * antlr-mode.el: Really use `antlr-tab-offset-alist'. | |
| 203 (antlr-set-tabs): Don't use hard-coded values. | |
| 204 | |
| 205 * antlr-mode.el: Minor navigation changes. Not perfect, but this | |
| 206 won't be possible without a huge time penalty. | |
| 207 (antlr-skip-exception-part): Be more specific. | |
| 208 (antlr-skip-file-prelude): Don't skip action prelude of next rule. | |
| 209 Renamed from `antlr-skip-grammar-header'. | |
| 210 (antlr-next-rule): Change accordingly. | |
| 211 (antlr-end-of-body): Ditto. Better error message. | |
| 212 (antlr-beginning-of-body): Better error message. | |
| 213 (antlr-imenu-create-index-function): Skip rule action prelude. | |
| 214 | |
| 215 * antlr-mode.el: Minor syntax highlighting changes. | |
| 216 (antlr-font-lock-default-face): Deletia. | |
| 217 (antlr-font-lock-tokendef-face): Changed color. | |
| 218 (antlr-font-lock-tokenref-face): Changed color. | |
| 219 (antlr-font-lock-literal-face): Changed color. | |
| 220 (antlr-font-lock-additional-keywords): Minor changes. | |
| 221 | |
| 222 1999-12-20 Carsten Dominik <cd@gnu.org> | |
| 223 | |
| 224 * progmodes/idlwave.el: New file. | |
| 225 | |
| 226 * progmodes/idlwave-rinfo.el: New file. | |
| 227 | |
| 228 * progmodes/idlwave-shell.el: New file. | |
| 229 | |
| 230 * progmodes/idlwave-toolbar.el: New file. | |
| 231 | |
| 232 * files.el (auto-mode-alist): idlwave-mode default for .pro files. | |
| 233 | |
| 234 1999-12-21 Gerd Moellmann <gerd@gnu.org> | |
| 235 | |
| 236 * progmodes/cwarn.el: New file. | |
| 237 | |
| 238 1999-12-19 Gerd Moellmann <gerd@gnu.org> | |
| 239 | |
| 240 * bindings.el (completion-ignored-extensions): Add .pdf. | |
| 241 | |
| 242 1999-12-19 Eli Zaretskii <eliz@is.elta.co.il> | |
| 243 | |
| 244 * version.el: Put the version info into binary on MS-DOS as well. | |
| 245 | |
| 246 1999-12-19 Gerd Moellmann <gerd@gnu.org> | |
| 247 | |
| 248 * emacs-lisp/debug.el (debugger-continue): Don't continue if | |
| 249 debugger-may-continue is nil. | |
| 250 | |
| 251 1999-12-18 Dave Love <fx@gnu.org> | |
| 252 | |
| 253 * emacs-lisp/cl-macs.el: Remove conditional definition of | |
| 254 eval-when-compile. Don't specify abs, expt, gethash, | |
| 255 hash-table-count, hash-table-p as side-effect-free here. | |
| 256 (cl-emacs-type): Don't declare. | |
| 257 (cl-compile-time-init): Remove Emacs 18 compiler patch. | |
| 258 (cl-parse-loop-clause): Remove compatibility code. | |
| 259 | |
| 260 * emacs-lisp/byte-opt.el: Don't put optimization info on `eql'. | |
| 261 (side-effect-free-fns): Add gethash, hash-table-count. | |
| 262 (side-effect-and-error-free-fns): Add hash-table-p. | |
| 263 | |
| 264 * emacs-lisp/cl.el: Remove Emacs 18 compatibility code. Prepend | |
| 265 `cl-' to autoload names for some hash functions. Don't autoload | |
| 266 eval-when-compile. Don't provide mini-cl. | |
| 267 (cl-emacs-type): Remove. | |
| 268 (cl-map-extents): Remove compatibility code. | |
| 269 | |
| 270 * emacs-lisp/float.el: Bind free variables. | |
| 271 | |
| 272 * emacs-lisp/bytecomp.el (byte-compile-constp): Include keywords. | |
| 273 | |
| 274 1999-12-16 Gerd Moellmann <gerd@gnu.org> | |
| 275 | |
| 276 * bindings.el (completion-ignored-extensions): Add .tfm. | |
| 277 | |
| 278 1999-12-16 Dave Love <fx@gnu.org> | |
| 279 | |
| 280 * faces.el (set-face-attribute): Purecopy the attributes set. | |
| 281 | |
| 282 * custom.el (custom-declare-variable): Purecopy value. | |
| 283 | |
| 284 * emacs-lisp/bytecomp.el (byte-compile-bound-variables): Doc fix. | |
| 285 (byte-extrude-byte-code-vectors): Use remprop. | |
| 286 (byte-compile-lambda): Check that arg is a lambda. | |
| 287 | |
| 288 1999-11-16 Anders Lindgren <AndersL@andersl.com> | |
| 289 | |
| 290 * font-lock.el: System for adding and removing keywords. | |
| 291 Both local (previously added keyword) and global keywords | |
| 292 can be removed. | |
| 293 (font-lock-remove-keywords): New user-level function. | |
| 294 (font-lock-update-removed-keyword-alist): New internal function. | |
| 295 (font-lock-removed-keywords-alist): New variable. | |
| 296 (font-lock-add-keywords): Updates `font-lock-removed-keywords-alist'. | |
| 297 Empty `font-lock-keywords-alist' when `append' is `set' to avoid | |
| 298 growing datastructures. | |
| 299 (font-lock-set-defaults): Removes keywords stored in | |
| 300 `font-lock-removed-keywords-alist' after local keywords added. | |
| 301 | |
| 302 1999-12-16 Anders Lindgren <andersl@andersl.com> | |
| 303 | |
| 304 * font-lock.el (c-keywords, c++-keywords): Better "case" support for | |
| 305 complex constant expressions, e.g. "case 1<<A_BIT_NO:". | |
| 306 | |
| 307 * font-lock.el (c-keywords): Only highlight preprocessor | |
| 308 directives when spelled correctly. | |
| 309 | |
| 310 * font-lock.el (font-lock-match-c++-structor-declaration, | |
| 311 c++-keywords): Fontify constructors and destructors with function | |
| 312 face inside C++ class declarations. | |
| 313 | |
| 314 1999-12-16 Gerd Moellmann <gerd@gnu.org> | |
| 315 | |
| 316 * progmodes/sh-script.el (sh-mode): If there is no #!-line, use | |
| 317 the shell from sh-shell-file. | |
| 318 | |
| 319 * font-lock.el (java-keywords): Add Javadoc tags as of JDK 1.2.1. | |
| 320 | |
| 321 1999-12-16 Eli Zaretskii <eliz@is.elta.co.il> | |
| 322 | |
| 323 * ls-lisp.el (ls-lisp-insert-directory): Print an explicit message | |
| 324 if one of the files specified cannot be accessed by | |
| 325 file-attributes. Do not strip any leading directories from the | |
| 326 file names, to behave more like `ls' does. | |
| 327 | |
| 328 * dired.el (dired-get-filename): Handle absolute file names. | |
| 329 (dired-readin-insert): If argument is a cons, don't print | |
| 330 "wildcard" on the ``total'' line. | |
| 331 | |
| 332 1999-12-15 Eli Zaretskii <eliz@is.elta.co.il> | |
| 333 | |
| 334 * faces.el (face-read-integer, read-face-attribute) | |
| 335 (color-defined-p, color-values): Allow color values unspecified-fg | |
| 336 and unspecified-bg, handle them as unspecified. | |
| 337 | |
| 338 1999-12-15 Carsten Dominik <dominik@astro.uva.nl> | |
| 339 | |
| 340 * textmodes/reftex.el: (reftex-compile-variables): respect new | |
| 341 structure of `reftex-index-macro' | |
| 342 (reftex-compile-variables): Use the changed structure of | |
| 343 `reftex-label-alist'. | |
| 344 | |
| 345 * textmodes/reftex-vars.el (reftex-index-math-format, | |
| 346 (reftex-toc-max-level): New option. | |
| 347 reftex-index-phrases-search-whole-words, | |
| 348 reftex-index-phrases-case-fold-search, | |
| 349 reftex-index-phrases-skip-indexed-matches, | |
| 350 reftex-index-phrases-wrap-long-lines, | |
| 351 reftex-index-phrases-sort-prefers-entry, | |
| 352 reftex-index-phrases-sort-in-blocks): New options. | |
| 353 (reftex-index-macros): Option structure changed. | |
| 354 (reftex-index-macros-builtin): Added `repeat' item to each entry. | |
| 355 (reftex-label-alist): Additional item in each entry to specify if | |
| 356 the environment should be listed in the TOC. | |
| 357 (eval-when-compile (require 'cl)) added. | |
| 358 | |
| 359 * textmodes/reftex-index.el (reftex-index-selection-or-word): No | |
| 360 longer deals with "repeat". | |
| 361 (reftex-index): "repeat property in `reftex-index-macro-alist' is | |
| 362 now used. | |
| 363 (reftex-index-phrases-comment-regexp, | |
| 364 reftex-index-phrases-macrodef-regexp, | |
| 365 reftex-index-phrases-phrase-regexp1, | |
| 366 reftex-index-phrases-phrase-regexp2, | |
| 367 reftex-index-phrases-phrase-regexp12, reftex-index-phrases-help): | |
| 368 New constants. | |
| 369 (reftex-index-phrases-macro-data, reftex-index-phrases-files, | |
| 370 reftex-index-phrases-font-lock-keywords, | |
| 371 reftex-index-phrases-font-lock-defaults, reftex-index-phrases-map, | |
| 372 reftex-index-phrases-restrict-file): New variables. | |
| 373 (reftex-index-phrase-selection-or-word, | |
| 374 reftex-index-visit-phrases-buffer, | |
| 375 reftex-index-initialize-phrases-buffer, | |
| 376 reftex-index-phrases-save-and-return, reftex-index-phrases-mode, | |
| 377 reftex-index-next-phrase, reftex-index-this-phrase, | |
| 378 reftex-index-all-phrases, reftex-index-region-phrases, | |
| 379 reftex-index-phrases-parse-header, | |
| 380 reftex-index-phrases-toggle-restricted, reftex-index-new-phrase, | |
| 381 reftex-index-find-next-conflict-phrase, reftex-index-phrases-info, | |
| 382 reftex-index-phrases-set-macro-key, reftex-index-sort-phrases, | |
| 383 reftex-compare-phrase-lines, reftex-index-make-phrase-regexp, | |
| 384 reftex-index-simplify-phrase, reftex-index-phrases-find-dup-re, | |
| 385 reftex-index-make-replace-string, | |
| 386 reftex-query-index-phrase-globally, reftex-query-index-phrase, | |
| 387 reftex-index-phrase-match-is-indexed, | |
| 388 reftex-index-phrases-fixup-line, | |
| 389 reftex-index-phrases-replace-space, | |
| 390 reftex-index-select-phrases-macro): New functions. | |
| 391 (reftex-index-globalize, reftex-index-globally): functions removed | |
| 392 (eval-when-compile (require 'cl)) added. | |
| 393 | |
| 394 * textmodes/reftex-toc.el (reftex-toc-mode): Create new indicator | |
| 395 for max level. | |
| 396 (reftex-toc-max-level-indicator): New variable. | |
| 397 (reftex-toc-max-level): New command. | |
| 398 (reftex-toc-map): New keybinding `t'. | |
| 399 (reftex-toc-help): Constant updated. | |
| 400 (eval-when-compile (require 'cl)) added. | |
| 401 | |
| 402 * textmodes/reftex-ref.el (reftex-offer-label-menu): Prefix to | |
| 403 `t' command key can change `reftex-toc-max-level' | |
| 404 (eval-when-compile (require 'cl)) added. | |
| 405 | |
|
49505
1aba10ab73b4
Corrected misc. typos like missing : after file names,
Kim F. Storm <storm@cua.dk>
parents:
42674
diff
changeset
|
406 * textmode/reftex-sel.el (reftex-insert-docstruct): Respect |
|
1aba10ab73b4
Corrected misc. typos like missing : after file names,
Kim F. Storm <storm@cua.dk>
parents:
42674
diff
changeset
|
407 `reftex-toc-max-level'. (eval-when-compile (require 'cl)) added. |
| 30729 | 408 |
| 409 * textmodes/reftex-auc.el (eval-when-compile (require 'cl)) | |
| 410 added. | |
| 411 | |
| 412 * textmodes/reftex-vcr.el (eval-when-compile (require 'cl)) | |
| 413 added. | |
| 414 | |
| 415 * textmodes/reftex-cite.el (reftex-citep, reftex-citet): New | |
| 416 commands. | |
| 417 (reftex-citation, reftex-do-citation, | |
| 418 reftex-figure-out-cite-format): Additional argument FORMAT-KEY to | |
| 419 preselect a citation format. | |
| 420 (eval-when-compile (require 'cl)) added. | |
| 421 | |
| 422 * textmodes/reftex-parse.el (reftex-context-substring): Optional | |
| 423 parameter to-end | |
| 424 (reftex-section-info): Deal with environment matches. | |
| 425 (eval-when-compile (require 'cl)) added. | |
| 426 | |
| 427 * reftex-global.el (eval-when-compile (require 'cl)) added. | |
| 428 | |
| 429 1999-12-15 Kenichi Handa <handa@etl.go.jp> | |
| 430 | |
| 431 The following changes are for the new composition mechanism. We | |
| 432 have deleted `composition' charset and composite characters, | |
| 433 instead introduced a special text property `composition'. | |
| 434 | |
| 435 * composite.el: New file. | |
| 436 | |
| 437 * ps-mule.el: Define encode-composition-rule and find-composition | |
| 438 for Emacs 20.4 and the earlier versions. | |
| 439 (ps-mule-init-external-library): Just require a feature for | |
| 440 external libraries. | |
| 441 (ps-mule-prologue): Postscript code modified for new composition. | |
| 442 (ps-mule-find-wrappoint): New arg COMPOSITION. | |
| 443 (ps-mule-plot-string): Delete code for composite characaters. | |
| 444 (ps-mule-plot-composition): New funcion. | |
| 445 (ps-mule-prepare-font-for-components): New function. | |
| 446 (ps-mule-plot-components): New function. | |
| 447 (ps-mule-composition-prologue-generated): Renamed from | |
| 448 ps-mule-cmpchar-prologue-generated. | |
| 449 (ps-mule-composition-prologue): New named from | |
| 450 ps-mule-cmpchar-prologue. Modified for new composition. | |
| 451 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar, | |
| 452 ps-mule-prepare-cmpchar-font): Deleted. | |
| 453 (ps-mule-string-encoding): New arg NO-SETFONT. | |
| 454 (ps-mule-bitmap-prologue): In Postscript code of BuildGlyphCommon, | |
| 455 check Composing, not Cmpchar | |
| 456 (ps-mule-initialize): Set ps-mule-composition-prologue-generated | |
| 457 to nil. | |
| 458 (ps-mule-begin-job): Check existence of new composition. | |
| 459 | |
| 460 * ps-print.el (ps-plot-region): Handle new composition. | |
| 461 | |
| 462 * simple.el (what-cursor-position): Show "(composed)" if the | |
| 463 character is composed. | |
| 464 | |
| 465 * international/characters.el: Fix cateogries of Lao symbols. | |
| 466 | |
| 467 * international/fontset.el (vertical-centering-font-regexp): New | |
| 468 variable. | |
| 469 | |
| 470 * international/mule.el (mule-version): Updated to 5.0 (AOI). | |
| 471 (mule-version-date): Updated to 1999.12.7. | |
| 472 (with-category-table): New macro. | |
| 473 | |
| 474 * international/mule-cmds.el (encode-coding-char): Don't check | |
| 475 composite character. | |
| 476 | |
| 477 * international/mule-conf.el (iso-2022-7bit, iso-2022-7bit-ss2 | |
| 478 iso-2022-7bit-lock, iso-2022-7bit-lock-ss2, iso-2022-8bit-ss2, | |
| 479 x-ctext): Give `composition' property t. | |
| 480 | |
| 481 * international/mule-util.el (set-nested-alist): Set BRANCHES (if | |
| 482 non-nil) at the tail of ALIST. | |
| 483 (compose-region, decompose-region, decompse-string, | |
| 484 reference-point-alist, compose-chars): Moved to composite.el. | |
| 485 (compose-chars-component, compose-chars-rule, | |
| 486 decompose-composite-char): Deleted. | |
| 487 | |
| 488 * international/quail.el (quail-install-map): New optional arg | |
| 489 NAME. | |
| 490 (quail-get-translation): If DEF is a symbol but not a function, | |
| 491 ignore it. | |
| 492 (quail-start-translation): Put a key sequence undefined in the | |
| 493 translation keymap in unread-command-events, not generated-events. | |
| 494 Return parameterized event (compose-last-chars N) if the input | |
| 495 characters should be composed. | |
| 496 (quail-map-definition): If DEF is t, treat it as nil. | |
| 497 (quail-delete-last-char): Delete the quail region. | |
| 498 (quail-show-translations): Don't show list of translations if the | |
| 499 quail package is deterministic. | |
| 500 (quail-completion-max-depth): New variable. | |
| 501 (quail-completion-1): Pay attention to the above variable. Fix | |
| 502 for the case that a translation is a function. | |
| 503 (quail-map-from-table, quail-map-from-table-1, | |
| 504 quail-map-from-table-2): New functions. | |
| 505 (quail-lookup-map-and-concat): New function | |
| 506 | |
| 507 * language/devan-util.el: Mostly rewritten. | |
| 508 | |
| 509 * language/lao.el: Register lao-composition-function in | |
| 510 composition-function-table. | |
| 511 | |
| 512 * language/lao-util.el: Mostly rewritten. | |
| 513 | |
| 514 * language/thai.el: Register thai-composition-function in | |
| 515 composition-function-table. | |
| 516 (thai-tis620): Delete `pre-write-conversion' property. | |
| 517 | |
| 518 * language/thai-util.el: (thai-category-table): Make it by | |
| 519 make-category-table. | |
| 520 (thai-composition-pattern): New variable. | |
| 521 (thai-compose-region, thai-compose-string): Use | |
| 522 with-category-table. | |
| 523 (thai-post-read-conversion): Just call thai-compose-region. | |
| 524 (thai-pre-write-conversion): Deleted. | |
| 525 (thai-composition-function): New funciton. | |
| 526 | |
| 527 * language/tibet-util.el: Most functions rewritten. | |
| 528 (tibetan-char-p): Renamed from tibetan-char-examin. | |
| 529 (tibetan-composable-examin) (tibetan-complete-char-examin) | |
| 530 (tibetan-vertical-stacking) (tibetan-composition): Deleted. | |
| 531 (tibetan-add-components): New function. | |
| 532 (tibetan-composition-function): New function. | |
| 533 | |
| 534 * language/tibetan.el: Register tibetan-composition-function in | |
| 535 composition-function-table. | |
| 536 (tibetan-composable-pattern): New variable. | |
| 537 (tibetan-subjoined-transcription-alist): Change key "R" to "+R". | |
| 538 (tibetan-precomposition-rule-alist): Move punctuations to | |
| 539 tibetan-punctuation-transcription-alist and | |
| 540 tibetan-obsolete-glyphs. | |
| 541 (tibetan-punctuation-transcription-alist): New variable. | |
| 542 (tibetan-obsolete-glyphs): New variable. | |
| 543 (tibetan-regexp): Improve the initialization code. | |
| 544 | |
| 545 * textmodes/fill.el (fill-find-break-point): Delete codes for | |
| 546 composite characters. | |
| 547 (fill-region-as-paragraph): Likewise. | |
| 548 | |
| 549 1999-12-14 Gerd Moellmann <gerd@gnu.org> | |
| 550 | |
| 551 * international/mule-cmds.el (default-input-method): Specify | |
| 552 that it should be set after current-language-environment. | |
| 553 | |
| 554 * custom.el (custom-handle-keyword): Add :set-after. | |
| 555 (custom-add-dependencies): New function. | |
| 556 (custom-set-variables): Take dependencies between args into | |
| 557 account. | |
| 558 | |
| 559 * battery.el (battery): Doc fix. | |
| 560 | |
| 561 1999-12-12 Gerd Moellmann <gerd@gnu.org> | |
| 562 | |
| 563 * progmodes/cc-make.el: Removed. | |
| 564 | |
| 565 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
| 566 | |
| 567 * Release of cc-mode 5.26 | |
| 568 | |
| 569 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
| 570 | |
| 571 * cc-cmds.el (c-forward-conditional): Handle an arbitrary | |
| 572 target depth. Optionally count #else lines as clause limits, | |
| 573 as suggested by don provan <provan@lucent.com>. #elif | |
| 574 handling fixed. | |
| 575 | |
| 576 * cc-cmds.el (c-up-conditional-with-else, c-down-conditional) | |
| 577 (c-down-conditional-with-else): New commands that uses the | |
| 578 added functionality in `c-forward-conditional'. | |
| 579 | |
| 580 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
| 581 | |
| 582 * cc-align.el (c-lineup-comment): Preserve the alignment with | |
| 583 a comment on the previous line instead of preserving the | |
| 584 comment-column. | |
| 585 | |
| 586 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
| 587 | |
|
49505
1aba10ab73b4
Corrected misc. typos like missing : after file names,
Kim F. Storm <storm@cua.dk>
parents:
42674
diff
changeset
|
588 Fixes to IDL mode after input from Eric Eide <eeide@cs.utah.edu>: |
| 30729 | 589 * cc-engine.el (c-beginning-of-statement-1): Allow |
| 590 `c-conditional-key' to be nil, for the benefit of IDL mode. | |
| 591 * cc-engine.el (c-guess-basic-syntax): Ditto. | |
| 592 cc-langs.el (C-IDL-class-key): Fixed. Don't match `class' | |
| 593 but do match CORBA 2.3 `valuetype'. | |
| 594 * cc-langs.el (c-IDL-access-key): New defconst. Should be nil | |
| 595 for IDL. | |
| 596 * cc-langs.el (c-IDL-conditional-key): New defconst. Should | |
| 597 be nil for IDL. | |
| 598 * cc-langs.el (c-IDL-comment-start-regexp): New defconst. | |
| 599 Like C++. | |
| 600 * cc-mode.el (idl-mode): Use new `c-IDL-*' defconsts. Also, | |
| 601 set `c-method-key' and `c-baseclass-key' to nil. | |
| 602 | |
| 603 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
| 604 | |
| 605 * cc-menus.el (cc-imenu-c++-generic-expression): Match classes | |
| 606 with nonhanging open braces. | |
| 607 | |
| 608 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
| 609 | |
| 610 * cc-align.el: Added docstrings to all lineup functions. | |
| 611 | |
| 612 * cc-align.el (c-lineup-java-throws): Handle a hanging throws | |
| 613 keyword. | |
| 614 | |
| 615 * cc-align.el (c-lineup-C-comments): Handle free form text | |
| 616 comments. Use c-comment-prefix-regexp and comment-start-skip | |
| 617 instead of hardcoded regexps. | |
| 618 | |
| 619 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
| 620 | |
| 621 * cc-cmds.el (c-beginning-of-defun, c-end-of-defun): Fixed eob | |
| 622 behavior and return value as documented. | |
| 623 | |
| 624 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
| 625 | |
|
49505
1aba10ab73b4
Corrected misc. typos like missing : after file names,
Kim F. Storm <storm@cua.dk>
parents:
42674
diff
changeset
|
626 Changes for new style variable init system: |
| 30729 | 627 * cc-langs.el (c-common-init): Dito. |
| 628 * cc-styles.el: c-offsets-alist moved to cc-vars.el since it's | |
| 629 now customizable. | |
| 630 * cc-vars.el: Style variables may now take a value | |
| 631 'set-from-style to make them take their value from the style | |
| 632 system. This value is now the default on all these variables. | |
| 633 * cc-vars.el (c-valid-offset): New function to verify a | |
| 634 syntactic symbol offset setting. | |
| 635 * cc-vars.el (c-offsets-alist): Variable moved from | |
| 636 cc-styles.el since it's now customizable in a similar way to | |
| 637 the other style variables. | |
| 638 * cc-vars.el (c-old-style-variable-behavior): New variable to | |
| 639 revert to the old style init behavior. | |
| 640 | |
| 641 * cc-vars.el (c-file-style, c-file-offsets): Made always | |
| 642 buffer local. | |
| 643 | |
| 644 * cc-menus.el (cc-imenu-c++-generic-expression): Don't match | |
| 645 the throws clause that might follow the function prototype in | |
| 646 C++. | |
| 647 | |
| 648 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
| 649 | |
| 650 * cc-defs.el (c-beginning-of-macro): Fixed bug where point | |
| 651 could move forward for macros that doesn't start in column 0. | |
| 652 | |
| 653 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
| 654 | |
| 655 * cc-align.el (c-indent-multi-line-block, | |
| 656 c-lineup-whitesmith-in-block): Two new lineup functions for | |
| 657 use in whitesmith style. | |
| 658 | |
| 659 * cc-styles.el (c-style-alist): More fixes to whitesmith | |
| 660 style. It should now handle all different braces uniformly in | |
| 661 both hanging and non-hanging cases. | |
| 662 | |
| 663 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
| 664 | |
| 665 * cc-cmds.el (c-indent-exp): Use a marker to save point to | |
| 666 make it stay in the same position relative to the surrounding | |
| 667 text. | |
| 668 | |
| 669 * cc-cmds.el (c-fill-paragraph): Force the line comment prefix | |
| 670 when adaptive-fill-mode doesn't manage to get it correct. | |
| 671 | |
| 672 * cc-menus.el (cc-imenu-java-generic-expression): Handle types | |
| 673 with dotted notation, e.g. foo.bar.Gnu. | |
| 674 | |
| 675 * cc-mode.el (c-initialize-cc-mode): Wrap all function calls | |
| 676 within unwind-protect (previously only some were wrapped so it | |
| 677 would be possible to register mode initialization when full | |
| 678 initialization did not finish). | |
| 679 | |
| 680 * cc-styles.el (c-style-alist): Corrected the brace placement | |
| 681 in the whitesmith style. Thanks to Sean Luke | |
| 682 <seanl@cs.umd.edu>. Also extended the bsd and whitesmith | |
| 683 styles with consistent brace placement for all constructs. | |
| 684 | |
| 685 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
| 686 | |
| 687 * cc-cmds.el (c-context-line-break): Continue C++ comments too | |
| 688 when point is in the middle of them. | |
| 689 | |
| 690 * cc-cmds.el: Line breaking and paragraph filling code | |
| 691 rewritten: | |
| 692 (c-guess-fill-prefix): New function that uses various | |
| 693 heuristics to guess the comment prefix. | |
| 694 (c-fill-paragraph): Rewritten to use `c-guess-fill-prefix'. | |
| 695 It now assumes adaptive filling is active to preserve the line | |
| 696 prefix inside comments. | |
| 697 (c-indent-new-comment-line): Replacement for the now | |
| 698 obsolete `c-comment-line-break-function' that uses | |
| 699 `c-guess-fill-prefix' when appropriate. It now observes the | |
| 700 setting of `comment-multi-line', which has effect in C-style | |
| 701 block comments. | |
| 702 | |
| 703 * cc-cmds.el (c-context-line-break): New function intended to | |
| 704 be put on RET. It's essentially `newline-and-indent', but | |
| 705 continues C block comments with the appropriate line prefix. | |
| 706 | |
| 707 * cc-cmds.el (c-do-auto-fill): New function put on | |
| 708 `normal-auto-fill-function' to implement the | |
| 709 `c-ignore-auto-fill' variable. | |
| 710 | |
| 711 * cc-cmds.el (c-beginning-of-statement): Use | |
| 712 `c-comment-prefix-regexp' to avoid ending up inside the | |
| 713 comment prefix. Better handling of comment starters and | |
| 714 enders. Catch comments better when traversing code. Stop at | |
| 715 preprocessor directives. | |
| 716 | |
| 717 * cc-defs.el (c-forward-comment): New subst to hide platform | |
| 718 dependent quirks in `forward-comment'. | |
| 719 | |
| 720 * cc-engine.el (c-literal-limits): Added NOT-IN-DELIMITER | |
| 721 argument. | |
| 722 (c-literal-limits-fast): Implemented NEAR and NOT-IN-DELIMITER | |
| 723 arguments. Activate this function by default when | |
| 724 `parse-partial-sexp' supports it (currently Emacs 20.x). | |
| 725 | |
| 726 * cc-engine.el (c-guess-basic-syntax): Anchor the `c' syntax | |
| 727 on the comment opener to make constants usable as lineup | |
| 728 arguments. | |
| 729 | |
| 730 * cc-align.el (c-lineup-C-comments): Fixes to handle the | |
| 731 changed anchor position in the `c' syntactic symbol. Handle | |
| 732 more than stars in the comment prefix; use the new variable | |
| 733 `c-comment-prefix-regexp'. Don't indent text not preceded by | |
| 734 a comment prefix to the right of the comment opener if it's | |
| 735 long. | |
| 736 | |
| 737 * cc-langs.el: Fixes to mode initialization for new line | |
| 738 breaking and paragraph filling method. Adaptive fill mode is | |
| 739 now activated at startup instead of deactivated. The | |
| 740 variables used for adaptive filling and paragraph movement are | |
| 741 also changed to incorporate the value of | |
| 742 `c-comment-prefix-regexp'. `substitute-key-definition' is | |
| 743 used to override some functions in the global map instead of | |
| 744 overriding their default bindings. | |
| 745 | |
| 746 * cc-mode.el (java-mode): Modify `paragraph-start' for the | |
| 747 javadoc markup at mode init. | |
| 748 | |
| 749 * cc-mode.el (c-setup-filladapt): A new convenience function | |
| 750 to configure Kyle E. Jones' Filladapt mode for CC Mode. This | |
| 751 function is intended to be used explicitly by the end user | |
| 752 only. | |
| 753 | |
| 754 * cc-vars.el (c-comment-prefix-regexp): New variable used to | |
| 755 recognize the comment fill prefix inside comments. | |
| 756 (c-block-comment-prefix): New name for | |
| 757 `c-comment-contiuation-stars', which is now obsolete. It's | |
| 758 generalized to handle any character sequence. | |
| 759 (c-ignore-auto-fill): New variable used to selectively disable | |
| 760 Auto Fill mode in specific contexts. | |
| 761 | |
| 762 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
| 763 | |
| 764 * cc-cmds.el (c-comment-indent): Leave at least one space | |
| 765 between the comment and the last nonblank character in the | |
| 766 case where we look at the indentation of the comment on the | |
| 767 previous line (case 4). | |
| 768 | |
| 769 * cc-engine.el (c-beginning-of-statement-1): Added ``' to the | |
| 770 list of characters that may start a statement (it's a sort of | |
| 771 prefix operator in Pike, and isn't used at all in any of the | |
| 772 other languages). | |
| 773 | |
| 774 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
| 775 | |
| 776 * cc-engine.el (c-guess-basic-syntax): Report brace list opens | |
| 777 inside continued statements as statement-cont instead of | |
| 778 brace-list-open. The reason is that one normally adjusts | |
| 779 brace-list-open for brace lists as top-level constructs, and | |
| 780 brace lists inside statements is a completely different | |
| 781 context. Case 10B.2 changed. Also changed (the somewhat | |
| 782 esoteric) case 9A to cope with this. | |
| 783 | |
| 784 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
| 785 | |
| 786 * cc-cmds.el (c-electric-brace): Added electric handling of | |
| 787 the open brace for brace-elseif-brace. | |
| 788 | |
| 789 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
| 790 | |
| 791 * cc-defs.el (c-with-syntax-table): New macro to easily switch | |
| 792 syntax tables temporarily. | |
| 793 | |
| 794 * cc-engine.el (c-guess-basic-syntax): Handle template and | |
| 795 member init argument lists split over several lines. Case 5D | |
| 796 changed. | |
| 797 | |
| 798 * cc-langs.el (c-Java-javadoc-paragraph-start): Added new tag | |
| 799 @throws introduced in Javadoc 1.2. | |
| 800 | |
| 801 * cc-menus.el (cc-imenu-java-generic-expression): Applied | |
| 802 patch from RMS to avoid infinite backtracking. | |
| 803 | |
| 804 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
| 805 | |
| 806 * cc-align.el (c-lineup-arglist): Handle "arglists" surrounded | |
| 807 by [ ]. | |
| 808 | |
| 809 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
| 810 | |
| 811 * cc-align.el (c-lineup-dont-change): Compensate properly for | |
| 812 the column in langelem. | |
| 813 | |
| 814 * cc-engine.el (c-syntactic-information-on-region): New | |
| 815 function to help debugging the syntactic analysis. | |
| 816 | |
| 817 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
| 818 | |
| 819 * cc-align.el (c-lineup-template-args): Handle nested template | |
| 820 arglists. | |
| 821 | |
| 822 * cc-langs.el (c++-template-syntax-table): New syntax table | |
| 823 that makes `<' and `>' parenthesis characters, which is useful | |
| 824 to switch to temporarily when analyzing template arglists. | |
| 825 | |
| 826 * cc-styles.el: Changed default alignment of labels in the | |
| 827 java style to conform to the examples in the Java Language | |
| 828 Specification. | |
| 829 | |
| 830 * cc-styles.el (c-offsets-alist): Use `c-lineup-template-args' | |
| 831 by default. | |
| 832 | |
| 833 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
| 834 | |
| 835 * cc-engine.el (c-guess-basic-syntax): Pike allows a comma | |
| 836 immediately before the closing paren in an arglist, so don't | |
| 837 check that in Pike mode. Case 7A changed. | |
| 838 | |
| 839 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
| 840 | |
| 841 * cc-cmds.el (c-indent-region): Fixed bug where comment-only | |
| 842 lines were ignored under certain conditions. | |
| 843 | |
| 844 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
| 845 | |
| 846 * cc-align.el (c-lineup-template-args): New function for | |
| 847 aligning continued template argument lists. | |
| 848 | |
| 849 * cc-engine.el (c-guess-basic-syntax): Fix for member init | |
| 850 lists containing function arglists split over several lines. | |
| 851 Case 5D.1 changed. | |
| 852 | |
| 853 * cc-engine.el (c-guess-basic-syntax): Fixed bug where | |
| 854 template-args-cont didn't get recognized when the first | |
| 855 arglist opener line doesn't contain a template argument. New | |
| 856 case 5K. | |
| 857 | |
| 858 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
| 859 | |
| 860 * cc-defs.el (c-point): Changed from subst to macro for | |
| 861 efficiency. | |
| 862 (c-beginning-of-defun-1, c-end-of-defun-1): New | |
| 863 beginning-of-defun/end-of-defun wrappers separated from | |
| 864 c-point. | |
| 865 | |
| 866 * cc-menus.el (imenu-generic-expression, | |
| 867 imenu-case-fold-search, imenu-progress-message): Dummy | |
| 868 definitions to avoid compiler warnings if imenu can't be | |
| 869 loaded. | |
| 870 * cc-menus.el (cc-imenu-init): New function called at mode | |
| 871 init. | |
| 872 * cc-mode.el (c-mode, c++-mode, objc-mode, java-mode): Moved | |
| 873 imenu initializations to cc-imenu-init. | |
| 874 | |
| 875 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
| 876 | |
| 877 * cc-engine.el (c-guess-basic-syntax): Slightly better check | |
| 878 for lambda-intro-cont in Pike mode. Case 6 changed. | |
| 879 | |
| 880 * cc-engine.el (c-looking-at-inexpr-block): Fixed bug where | |
| 881 anything following "new Foo()" was considered an anonymous | |
| 882 class body in Java mode. | |
| 883 | |
| 884 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org> | |
| 885 | |
| 886 * cc-cmds.el (c-comment-line-break-function): When breaking in | |
| 887 a string, don't insert a new line. | |
| 888 | |
| 889 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org> | |
| 890 | |
| 891 * cc-engine.el (c-at-toplevel-p): New interface function which | |
| 892 returns information useful to add-on authors. It tells you | |
| 893 whether you're at a toplevel statement or not. | |
| 894 | |
| 895 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org> | |
| 896 | |
| 897 * cc-cmds.el (c-comment-line-break-function): It is possible | |
| 898 that forward-line does not land us at the bol, say if we're on | |
| 899 the last line in a file. In that case, do a | |
| 900 back-to-indentation instead of a forward-comment -1. | |
| 901 | |
| 902 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
| 903 | |
| 904 * cc-engine.el (c-beginning-of-statement-1): Don't catch | |
| 905 "default:" as normal label in case 4. | |
| 906 | |
| 907 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
| 908 | |
| 909 * cc-engine.el (c-guess-basic-syntax): Use c-bitfield-key to | |
| 910 recognize continued bitfield declarations. Case 5D.1 changed. | |
| 911 * cc-langs.el: New variable c-bitfield-key. | |
| 912 * cc-mode.el: New variable c-bitfield-key. | |
| 913 | |
| 914 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
| 915 | |
| 916 * cc-engine.el (c-inside-bracelist-p): Tighter test for Java | |
| 917 anonymous array expressions (i.e. "new Foo[] {.. bracelist | |
| 918 ..}"). | |
| 919 | |
| 920 1999-12-12 Dave Love <fx@gnu.org> | |
| 921 | |
| 922 * mail/footnote.el: Require cl when compiling. Don't autoload | |
| 923 keymap and minor-mode-alist stuff. Don't set zmacs-region-stays. | |
| 924 (footnote-insert-text-marker, Footnote-insert-pointer-marker): | |
| 925 Avoid `acons'. | |
| 926 (footnote-mode-line-string, Footnote-add-footnote): Remove | |
| 927 autoload cookie. | |
| 928 | |
| 929 1999-12-12 Richard Sharman <rsharman@pobox.com> | |
| 930 | |
| 931 * sh-script.el: Fix for when font-lock mode is active. | |
| 932 (sh-font-lock-unfontify-region-function): New function. | |
| 933 | |
| 934 1999-12-12 Eli Zaretskii <eliz@is.elta.co.il> | |
| 935 | |
| 936 * menu-bar.el (menu-bar-edit-menu): Define the Spell submenu even | |
| 937 if start-process is not bound, since Ispell now supports such | |
| 938 platforms as well. | |
| 939 | |
| 940 1999-12-12 Gerd Moellmann <gerd@gnu.org> | |
| 941 | |
| 942 * mail/rmailsum.el (rmail-summary-mode-map): Bind RET to | |
| 943 rmail-summary-goto-msg. | |
| 944 | |
| 945 * files.el (after-find-file): Fix previous change. | |
| 946 | |
| 947 1999-12-11 Dave Love <fx@gnu.org> | |
| 948 | |
| 949 * help.el (where-is): Use `commandp' as predicate for | |
| 950 `completing-read' | |
| 951 | |
| 952 1999-12-10 Richard M. Stallman <rms@gnu.org> | |
| 953 | |
| 954 * cus-edit.el (custom-save-delete): Delete all occurrences, | |
| 955 leave point where the first occurrence was. | |
| 956 (custom-save-faces): Insert a newline at the end of the comment. | |
| 957 Avoid a double newline there. | |
| 958 If final closeparen is at bol, put a space before it. | |
| 959 (custom-save-variables): Likewise. | |
| 960 (custom-file): Doc fix. | |
| 961 | |
| 962 1999-12-10 Gerd Moellmann <gerd@gnu.org> | |
| 963 | |
| 964 * dos-w32.el (file-name-buffer-file-type-alist): Add `$' at end of | |
| 965 regexp matching image and audio files. | |
| 966 | |
| 967 1999-12-09 Dave Love <fx@gnu.org> | |
| 968 | |
| 969 * mail/footnote.el: New file. | |
| 970 | |
| 971 1999-12-09 Gerd Moellmann <gerd@gnu.org> | |
| 972 | |
| 973 * files.el (after-find-file): Use auto-save-visited-file-name if | |
| 974 set. | |
| 975 | |
| 976 * mail/feedmail.el (feedmail-find-eoh): Take | |
| 977 feedmail-queue-alternative-mail-header-separator into account. | |
| 978 | |
| 979 1999-12-09 Stefan Monnier <monnier@cs.yale.edu> | |
| 980 | |
| 981 * smerge-mode.el: New file. | |
| 982 | |
| 983 * font-lock.el (font-lock-multiline): New variable. | |
| 984 (font-lock-add-keywords): Rename `major-mode' into `mode'. | |
| 985 (font-lock-remove-keywords): Added a dummy `mode' argument for | |
| 986 potential future support. | |
| 987 (font-lock-fontify-anchored-keywords, | |
| 988 (font-lock-fontify-keywords-region): Only handle multiline strings | |
| 989 if necessary (avoids a pathological behavior in (f.ex) diff-mode). | |
| 990 | |
| 991 1999-12-08 Richard M. Stallman <rms@gnu.org> | |
| 992 | |
| 993 * bookmark.el (bookmark-bmenu-mode-map): Bind RET like f. | |
| 994 | |
| 995 * dired-aux.el (dired-insert-subdir): Add autoload cookie. | |
| 996 | |
| 997 1999-12-07 Dave Love <fx@gnu.org> | |
| 998 | |
| 999 * help.el (view-emacs-problems): New command, bound to C-h P. | |
| 1000 | |
| 1001 * menu-bar.el (menu-bar-manuals-menu): Add view-emacs-problems. | |
| 1002 | |
| 1003 1999-12-07 Stefan Monnier <monnier@cs.yale.edu> | |
| 1004 | |
| 1005 * diff-mode.el (diff-mode-shared-map): Fset'd and doc change. | |
| 1006 (diff-minor-mode, diff-minor-mode-prefix, diff-minor-mode-map): | |
| 1007 New code to support the minor mode version. | |
| 1008 (diff-recenter): New function. | |
| 1009 (diff-next-hunk, diff-next-file): Use it. | |
| 1010 (diff-remembered-files-alist): New var. | |
| 1011 (diff-merge-strings): New function. | |
| 1012 (diff-find-file-name): Make it smarter and use the user's input more. | |
| 1013 (diff-mode): Cosmetic changes. | |
| 1014 | |
| 1015 * files.el (save-some-buffers): Turn EXITING into the more general | |
| 1016 PRED argument to allow specifying a subset of buffers. | |
| 1017 | |
| 1018 * simple.el (kill-region): Use the new `delete-and-extract-region' | |
| 1019 rather than the undo log (which is incorrect with *-change-functions). | |
| 1020 | |
| 1021 * font-lock.el (font-lock-default-fontify-region): Fix subtle | |
| 1022 off-by-one problem that could force re-fontifying the whole buffer. | |
| 1023 (font-lock-remove-keywords): New function. | |
| 1024 (font-lock-add-keywords): Use the new function to ensure idempotence. | |
| 1025 | |
| 1026 1999-12-06 Michael Kifer <kifer@cs.sunysb.edu> | |
| 1027 | |
| 1028 * viper-cmd.el (viper-minibuffer-standard-hook, | |
| 1029 viper-minibuffer-real-start): Mew functions. | |
| 1030 (viper-read-string-with-history,viper-file-add-suffix, | |
| 1031 viper-trim-replace-chars-to-delete-if-necessary): Adapt to the | |
| 1032 change in the status of the minibuffer prompt. | |
| 1033 | |
| 1034 1999-12-06 Gerd Moellmann <gerd@gnu.org> | |
| 1035 | |
| 1036 * comint.el (comint-redirect-results-list) | |
| 1037 (comint-redirect-results-list-from-process): Remove interactive | |
| 1038 spec. | |
| 1039 | |
| 1040 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il> | |
| 1041 | |
| 1042 * info.el (info-node, info-menu-5, info-xref): Define colors for | |
| 1043 Info faces if the display supports them. | |
| 1044 | |
| 1045 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il> | |
| 1046 | |
| 1047 Changes for automatic remapping of X colors on terminal frames: | |
| 1048 | |
| 1049 * term/pc-win.el (msdos-setup-initial-frame): New function, run by | |
| 1050 term-setup-hook. Call msdos-remember-default-colors and | |
| 1051 msdos-handle-reverse-video. | |
| 1052 (msdos-face-setup): Parts of code moved to | |
| 1053 msdos-setup-initial-frame. | |
| 1054 (msdos-handle-reverse-video): New function, modeled after | |
| 1055 x-handle-reverse-video. | |
| 1056 (make-msdos-frame): Don't use initial-frame-alist and | |
| 1057 default-frame-alist. Call msdos-handle-reverse-video. | |
| 1058 (msdos-color-aliases): Remove. | |
| 1059 (msdos-color-translate, msdos-approximate-color): Remove. | |
| 1060 (msdos-color-values): Use 16-bit RGB values. RGB values updated | |
| 1061 for better approximation of X colors. | |
| 1062 (msdos-face-setup): Call tty-color-clear. Remove code that sets | |
| 1063 up tty-color-alist (it is now on startup.el). | |
| 1064 (x-display-color-p, x-color-defined-p, x-color-values, | |
| 1065 x-defined-colors, face-color-supported-p, face-color-gray-p): | |
| 1066 Remove. | |
| 1067 | |
| 1068 * facemenu.el (facemenu-read-color, list-colors-display): Use | |
| 1069 defined-colors for all frame types. | |
| 1070 (facemenu-color-equal): Use color-values for all frame types. | |
| 1071 | |
| 1072 * faces.el (read-face-attribute): For :foreground and :background | |
| 1073 attributes and frames on character terminals, translate the color | |
| 1074 to the closest supported one before looking it up in the list of | |
| 1075 valid values. | |
| 1076 (face-valid-attribute-values): Call defined-colors for all types | |
| 1077 of frames. | |
| 1078 (defined-colors, color-defined-p, color-values, display-color-p): | |
| 1079 New finctions. | |
| 1080 (x-defined-colors, x-color-defined-p, x-color-values, | |
| 1081 x-display-color-p): Aliases for the above. | |
| 1082 | |
| 1083 * startup.el (command-line): Register terminal colors for frame | |
| 1084 types other than x and w32, but only if the terminal supports | |
| 1085 colors. Call tty-color-define instead of face-register-tty-color. | |
| 1086 | |
| 1087 * term/x-win.el (xw-defined-colors): Renamed from | |
| 1088 x-defined-colors. | |
| 1089 * term/w32-win.el (xw-defined-colors): Likewise. | |
| 1090 | |
| 1091 * term/tty-colors.el: New file. | |
| 1092 * loadup.el: Load term/tty-colors. | |
| 1093 | |
| 1094 1999-12-06 Dave Love <fx@gnu.org> | |
| 1095 | |
| 1096 * ffap.el: Autoload the ffap alias directly. | |
| 1097 | |
| 1098 1999-12-06 Inge Frick <inge@nada.kth.se> | |
| 1099 | |
| 1100 * dired-aux.el (dired-do-shell-command): Changed documentation. | |
| 1101 (dired-shell-stuff-it): A `?' in COMMAND has now the same | |
| 1102 meaning as `*'. | |
| 1103 | |
| 1104 1999-12-06 Gerd Moellmann <gerd@gnu.org> | |
| 1105 | |
| 1106 * simple.el (insert-buffer): Doc fix. | |
| 1107 | |
| 1108 * apropos.el (apropos-mode): Add autoload cookie. | |
| 1109 | |
| 1110 1999-12-06 Sam Steingold <sds@goems.com> | |
| 1111 | |
| 1112 * progmodes/etags.el (etags-tags-completion-table): Modified the | |
| 1113 regexp to allow for the CL symbols starting with `+*'. | |
| 1114 (tags-completion-table): Doc fix (it's an obarray, not an alist). | |
| 1115 (tags-completion-table, tags-recognize-empty-tags-table): Remove | |
| 1116 `function' quoting lambda. | |
| 1117 (tags-with-face): New macro. | |
| 1118 (list-tags, tags-apropos): Use it. | |
| 1119 (tags-apropos-additional-actions): New user option. | |
| 1120 (etags-tags-apropos-additional): Use it. | |
| 1121 (tags-apropos): Call etags-tags-apropos-additional. | |
| 1122 (tags-apropos-verbose): New user option. | |
| 1123 (etags-tags-apropos): Use it. | |
| 1124 (visit-tags-table-buffer, next-file): Use `unless'. | |
| 1125 (recognize-empty-tags-table): Renamed to | |
| 1126 tags-recognize-empty-tags-table. | |
| 1127 (complete-tag): Call tags-complete-tag bypassing try-completion. | |
| 1128 | |
| 1129 1999-12-06 Kenichi Handa <handa@etl.go.jp> | |
| 1130 | |
| 1131 * international/mule.el (set-buffer-file-coding-system): Docstring | |
| 1132 modified. | |
| 1133 | |
| 1134 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
| 1135 | |
| 1136 * textmodes/bibtex.el (bibtex-hs-forward-sexp): Added to support | |
| 1137 using the hideshow package. | |
| 1138 (hs-special-modes-alist): Added entry for bibtex to allow the use | |
| 1139 of the hideshow package. | |
| 1140 (bibtex-hide-entry-bodies): Deleted as hiding of entry bodies is | |
| 1141 not longer provided by bibtex.el directly. Instead the hideshow | |
| 1142 package should be used. | |
| 1143 (bibtex-mode-map, bibtex-edit-menu, bibtex-mode): Delete | |
| 1144 references to bibtex-hide-entry-bodies. | |
| 1145 | |
| 1146 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
| 1147 | |
| 1148 * textmodes/bibtex.el: Copyright notice is up to date. Moved | |
| 1149 maintainer information closer to the beginning of the bibtex.el | |
| 1150 file. | |
| 1151 (bibtex-maintainer-salutation): New constant. | |
| 1152 (bibtex-version): New constant. | |
| 1153 (bibtex-submit-bug-report): Use bibtex-version and | |
| 1154 bibtex-maintainer-salutation. | |
| 1155 (bibtex-entry-field-alist): Made booktitle field optional for | |
| 1156 @inproceedings entries when crossreferenced. | |
| 1157 (bibtex-entry-field-alist): Added booktitle field to proceedings | |
| 1158 entry type (for cross referencing). Thanks to Wagner Toledo Correa | |
| 1159 for the suggestion. | |
| 1160 (bibtex-string-file-path): Fixed typo. | |
| 1161 | |
| 1162 1999-12-05 Carsten Dominik <dominik@strw.leidenuniv.nl> | |
| 1163 | |
| 1164 * textmodes/bibtex.el (bibtex-mode-map): Reserved the key `C-c &' | |
| 1165 for reftex.el. | |
| 1166 (bibtex-edit-menu): Added `reftex-view-crossref-from-bibtex' | |
| 1167 to menu. | |
| 1168 | |
| 1169 1999-12-04 Dave Love <fx@gnu.org> | |
| 1170 | |
| 1171 * delsel.el: Revert previous change -- region is significant to | |
| 1172 skeleton. | |
| 1173 | |
| 1174 1999-12-04 Michael Kifer <kifer@cs.sunysb.edu> | |
| 1175 | |
| 1176 * viper-cmd.el (viper-change-state): Use | |
| 1177 viper-ESC-moves-cursor-back to decide whether to move the cursor | |
| 1178 back. | |
| 1179 | |
| 1180 1999-12-03 Kenichi Handa <handa@mule.m17n.org> | |
| 1181 | |
| 1182 * international/mule-util.el (truncate-string-to-width): Docsting | |
| 1183 fixed. | |
| 1184 | |
| 1185 1999-12-02 Stefan Monnier <monnier@cs.yale.edu> | |
| 1186 | |
| 1187 * emacs-lisp/lisp-mnt.el (lm-header-multiline): Fix spurious | |
| 1188 use of `cond'. | |
| 1189 (lm-with-file): Move all the find-file...kill-buffer stuff into | |
| 1190 this macro. Make it use `find-file-noselect' and make it kill | |
| 1191 the buffer only if it wasn't already displayed somewhere. | |
| 1192 (lm-summary, lm-authors, lm-maintainer, lm-creation-date) | |
| 1193 (lm-last-modified-date, lm-version, lm-keywords, lm-adapted-by) | |
| 1194 (lm-commentary, lm-verify, lm-synopsis): Use lm-with-file. | |
| 1195 (lm-commentary): Fix to handle the case when the change log is | |
| 1196 at the end of the file. | |
| 1197 | |
| 1198 1999-12-02 Kenichi Handa <handa@etl.go.jp> | |
| 1199 | |
| 1200 * international/mule.el (charsetp): Fix typo in docstring. | |
| 1201 | |
| 1202 * international/mule-diag.el (list-coding-categories): Fix typo; | |
| 1203 automatic -> autoload. | |
| 1204 | |
| 1205 1999-12-02 Gerd Moellmann <gerd@gnu.org> | |
| 1206 | |
| 1207 * vc.el (vc-update-change-log): Look for rcs2log under | |
| 1208 exec-directory. | |
| 1209 | |
| 1210 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Change | |
| 1211 outline-regexp, add outline-level. | |
| 1212 (lisp-outline-level): New. | |
| 1213 | |
| 1214 * calendar/appt.el (appt-convert-time): Handle "12:MMam", | |
| 1215 remove extraneous string-match. | |
| 1216 | |
| 1217 * finder.el (finder-commentary): Activate Finder mode. | |
| 1218 | |
| 1219 1999-12-01 Anders Lindgren <andersl@andersl.com> | |
| 1220 | |
| 1221 * autorevert.el (auto-revert-buffers): Auto-revert mode was turned | |
| 1222 off when reverting buffers that contained mode specifiers. | |
| 1223 `revert-buffer' is now called with non-nil PRESERVE-MODES | |
| 1224 argument. | |
| 1225 | |
| 1226 1999-12-01 Dave Love <fx@gnu.org> | |
| 1227 | |
| 1228 * delsel.el: Grok skeleton-pair-insert-maybe. | |
| 1229 | |
| 1230 1999-11-30 Richard M. Stallman <rms@gnu.org> | |
| 1231 | |
| 1232 * progmodes/cperl-mode.el (cperl-under-as-char): | |
| 1233 Use nil as default. | |
| 1234 | |
| 1235 1999-11-30 Gerd Moellmann <gerd@gnu.org> | |
| 1236 | |
| 1237 * speedbar.el (toplevel): Remove compatibility code for Emacs | |
| 1238 versions without custom.el. | |
| 1239 | |
| 1240 1999-11-30 Dave Love <fx@gnu.org> | |
| 1241 | |
| 1242 * progmodes/fortran.el (fortran-strip-sequence-nos): New command. | |
| 1243 | |
| 1244 * autoinsert.el: Minor doc fixes. | |
| 1245 (auto-insert): Return nil. | |
| 1246 | |
| 1247 * faces.el (set-face-documentation): Purecopy STRING. | |
| 1248 | |
| 1249 1999-11-29 Dave Love <fx@gnu.org> | |
| 1250 | |
| 1251 * derived.el: Doc fixes, remove old backquote syntax. | |
| 1252 | |
| 1253 * cus-edit.el (custom-save-variables, custom-save-faces): Write a | |
| 1254 comment warning about editing. | |
| 1255 | |
| 1256 * help.el (help-mode-hook): Define. | |
| 1257 | |
| 1258 1999-11-29 Gerd Moellmann <gerd@gnu.org> | |
| 1259 | |
| 1260 * emacs-lisp/edebug.el (edebug-make-enter-wrapper): Correct | |
| 1261 invalid translation of old-style backquote syntax to new syntax. | |
| 1262 | |
| 1263 1999-11-28 Eli Zaretskii <eliz@is.elta.co.il> | |
| 1264 | |
| 1265 * Makefile (DONTCOMPILE): Add term/internal.el. | |
| 1266 | |
| 1267 1999-11-26 Dave Love <fx@gnu.org> | |
| 1268 | |
| 1269 * comint.el: Fix last change. | |
| 1270 | |
| 1271 * emacs-lisp/advice.el: Fix last change. | |
| 1272 | |
| 1273 1999-11-26 Richard M. Stallman <rms@gnu.org> | |
| 1274 | |
| 1275 * cus-edit.el (Custom-reset-standard): Doc fix. | |
| 1276 (custom-variable-reset-standard): Doc fix. | |
| 1277 (custom-face-reset-standard): Doc fix. | |
| 1278 (custom-face-menu): "Reset to Standard" => "Erase Customization". | |
| 1279 (custom-variable-menu): Likewise. | |
| 1280 (custom-reset-menu): Likewise. | |
| 1281 (custom-buffer-create-internal): Likewise. | |
| 1282 | |
| 1283 1999-11-26 Dave Love <fx@gnu.org> | |
| 1284 | |
| 1285 * progmodes/make-mode.el (makefile-mode-hook): Customize. | |
| 1286 | |
| 1287 * font-lock.el: Doc fixes. | |
| 1288 | |
| 1289 * menu-bar.el (menu-bar-mode): Customize. | |
| 1290 | |
| 1291 * cus-start.el: Add use-dialog-box. | |
| 1292 | |
| 1293 * add-log.el (change-log-mode-hook): Customize. | |
| 1294 (add-log-current-defun): Use | |
| 1295 fortran-{beginning,end}-of-subprogram. | |
| 1296 | |
| 1297 1999-11-26 Richard M. Stallman <rms@gnu.org> | |
| 1298 | |
| 1299 * emacs-lisp/advice.el: Many doc fixes. | |
| 1300 | |
| 1301 * comint.el (comint-preoutput-filter-functions): Doc fix. | |
| 1302 | |
| 1303 1999-11-26 Richard M. Stallman <rms@gnu.org> | |
| 1304 | |
| 1305 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine): | |
| 1306 Improve messages for capitalization of arg names, | |
| 1307 for flag variables, for t and nil, for imperatives. | |
| 1308 Call them imperatives rather than infinitives sans "to". | |
| 1309 (checkdoc-common-verbs-wrong-voice): Add "moves". | |
| 1310 (checkdoc-message-text-engine): Improve messages for y-or-n-p. | |
| 1311 | |
| 1312 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine): | |
| 1313 Don't convert comments from 3-semicolon to 2-semicolon. | |
| 1314 That is a matter of style. | |
| 1315 (checkdoc-triple-semi-comment-check-flag): Variable deleted. | |
| 1316 (checkdoc-comments): Don't bind that variable. | |
| 1317 | |
| 1318 1999-11-26 Richard M. Stallman <rms@gnu.org> | |
| 1319 | |
| 1320 * files.el (write-file-hooks): Doc fix. | |
| 1321 | |
| 1322 1999-11-26 Gerd Moellmann <gerd@gnu.org> | |
| 1323 | |
| 1324 * progmodes/f90.el (f90-abbrev-start): Use `eq' instead of `='. | |
| 1325 | |
| 1326 1999-11-25 Dave Love <fx@gnu.org> | |
| 1327 | |
| 1328 * hippie-exp.el: Require comint when compiling. | |
| 1329 (hippie-expand): Add :links. | |
| 1330 (hippie-expand-try-functions-list): Customize. | |
| 1331 | |
| 1332 1999-11-24 Michael Kifer <kifer@cs.sunysb.edu> | |
| 1333 | |
|
49505
1aba10ab73b4
Corrected misc. typos like missing : after file names,
Kim F. Storm <storm@cua.dk>
parents:
42674
diff
changeset
|
1334 * viper*.el: Replaced old-style backquotes. |
|
1aba10ab73b4
Corrected misc. typos like missing : after file names,
Kim F. Storm <storm@cua.dk>
parents:
42674
diff
changeset
|
1335 |
|
1aba10ab73b4
Corrected misc. typos like missing : after file names,
Kim F. Storm <storm@cua.dk>
parents:
42674
diff
changeset
|
1336 * ediff*.el: Replaced old-style backquotes. |
|
1aba10ab73b4
Corrected misc. typos like missing : after file names,
Kim F. Storm <storm@cua.dk>
parents:
42674
diff
changeset
|
1337 |
|
1aba10ab73b4
Corrected misc. typos like missing : after file names,
Kim F. Storm <storm@cua.dk>
parents:
42674
diff
changeset
|
1338 * ediff-merge.el (ediff-looks-like-combined-merge) |
|
1aba10ab73b4
Corrected misc. typos like missing : after file names,
Kim F. Storm <storm@cua.dk>
parents:
42674
diff
changeset
|
1339 (ediff-get-combined-region): |
| 30729 | 1340 Changed to support the new format for ediff-combination-pattern. |
| 1341 | |
|
49505
1aba10ab73b4
Corrected misc. typos like missing : after file names,
Kim F. Storm <storm@cua.dk>
parents:
42674
diff
changeset
|
1342 * ediff-diff.el (ediff-set-fine-overlays-in-one-buffer): |
| 30729 | 1343 Changed to support the new format for ediff-combination-pattern. |
| 1344 | |
| 1345 1999-11-24 Dave Love <fx@gnu.org> | |
| 1346 | |
| 1347 * custom.el (custom-declare-group): Purecopy DOC. | |
| 1348 (custom-handle-keyword): Purecopy VALUE. | |
| 1349 (custom-add-link): Purecopy WIDGET. | |
| 1350 (custom-add-version): Purecopy VERSION. | |
| 1351 (custom-add-load): Purecopy LOAD. | |
| 1352 | |
| 1353 * cus-face.el (custom-declare-face): Purecopy DOC. | |
| 1354 | |
| 1355 * info.el: | |
| 1356 (Info-build-node-completions, Info-search, Info-follow-reference) | |
| 1357 (Info-complete-menu-item, Info-menu, Info-index, Info-get-token) | |
| 1358 (Info-find-emacs-command-nodes): Avoid properties on matched text | |
| 1359 which may appear in minibuffer. | |
| 1360 | |
| 1361 1999-11-24 Gerd Moellmann <gerd@gnu.org> | |
| 1362 | |
| 1363 * locate.el (locate-with-filter): Doc fix. | |
| 1364 | |
| 1365 1999-11-24 Alex Schroeder <alex@gnu.org> | |
| 1366 | |
| 1367 * sql.el (sql-find-sqli-buffer): New function. | |
| 1368 (sql-set-sqli-buffer-generally): New function. | |
| 1369 (sql-set-sqli-buffer): Better checking of new-buffer. | |
| 1370 (sql-copy-column): Add comma after INTO clause, too. | |
| 1371 | |
| 1372 1999-11-24 Alex Schroeder <alex@gnu.org> | |
| 1373 | |
| 1374 * sql.el (sql-imenu-generic-expression): New, used to set | |
| 1375 imenu-generic-expression. | |
| 1376 | |
| 1377 * sql.el (sql-mode): Use ?_ and ?. instead of 95 and 46 when | |
| 1378 setting font-lock-defaults' SYNTAX-ALIST. Set | |
| 1379 imenu-generic-expression, imenu-case-fold-search, and | |
| 1380 imenu-syntax-alist. | |
| 1381 | |
| 1382 * sql.el (sql-interactive-mode): Use ?_ and ?. instead of 95 | |
| 1383 and 46 when setting font-lock-defaults' SYNTAX-ALIST. | |
| 1384 | |
| 1385 1999-11-23 Andrew Innes <andrewi@gnu.org> | |
| 1386 | |
| 1387 * w32-win.el (w32-drag-n-drop): Load files in current window, if | |
| 1388 drop coords aren't over a specific window. | |
| 1389 | |
| 1390 1999-11-23 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
| 1391 | |
| 1392 * ps-print.el: Define mule funs without checking if mule package is | |
| 1393 loaded. | |
| 1394 (ps-print-version): New version number (5.0.1). | |
| 1395 (ps-header-dirpart): Now uses abbreviate-file-name. | |
| 1396 | |
| 1397 1999-11-23 Dave Love <fx@gnu.org> | |
| 1398 | |
| 1399 * progmodes/fortran.el (fortran-comment-line-start): Renamed from | |
| 1400 comment-line-start. | |
| 1401 (fortran-comment-line-start-skip): Renamed from | |
| 1402 comment-line-start-skip. | |
| 1403 (fortran-mode-map): Use renamed functions. Add manual and custom | |
| 1404 entries to menu. | |
| 1405 (fortran-mode-hook): Customize. | |
| 1406 (fortran-comment-indent-function): Renamed from | |
| 1407 fortran-comment-hook. | |
| 1408 (delete-horizontal-regexp): Function deleted. | |
| 1409 (fortran-electric-line-number): Simplified. | |
| 1410 (fortran-beginning-of-subprogram): Renamed from | |
| 1411 beginning-of-fortran-subprogram. | |
| 1412 (fortran-end-of-subprogram): Renamed from | |
| 1413 end-of-fortran-subprogram. | |
| 1414 (fortran-mark-subprogram): Renamed from mark-fortran-subprogram. | |
| 1415 (fortran-previous-statement, fortran-next-statement): Simplified. | |
| 1416 (fortran-blink-match): New function. | |
| 1417 (fortran-blink-matching-if, fortran-blink-matching-do): Use it. | |
| 1418 (fortran-indent-to-column): Don't use delete-horizontal-regexp. | |
| 1419 (fortran-find-comment-start-skip, fortran-is-in-string-p): Use | |
| 1420 line-end-position. | |
| 1421 (fortran-fill): No longer interactive. Simplified. | |
| 1422 (fortran-break-line): Simplified. | |
| 1423 (fortran-analyze-file-format): Use char-after, not looking-at. | |
| 1424 | |
| 1425 * emacs-lisp/find-func.el (find-function-regexp): Use | |
| 1426 `define-minor-mode' after easy-menu change. | |
| 1427 | |
| 1428 1999-11-23 Gerd Moellmann <gerd@gnu.org> | |
| 1429 | |
| 1430 * comint.el: Add redirection.from active comint buffers into | |
| 1431 another buffer. Written by Peter Breton. | |
| 1432 | |
| 1433 1999-11-23 Stefan Monnier <monnier@cs.yale.edu> | |
| 1434 | |
| 1435 * emacs-lisp/autoload.el (make-autoload): Recognize the new | |
| 1436 `define-minor-mode'. | |
| 1437 (define-minor-mode): Specify `doc-string-elt'. | |
| 1438 | |
| 1439 * emacs-lisp/easy-mmode.el: Changed maintainer. | |
| 1440 (easy-mmode-define-toggle): New BODY arg; Never append `-mode'; | |
| 1441 Use defcustom for the hooks; Improve the auto-generated docstrings. | |
| 1442 (easy-mmode-define-minor-mode): Renamed `define-minor-mode'. | |
| 1443 (define-minor-mode): Add BODY arg; Only declare the keymap if | |
| 1444 provided; Improve the auto-generated docstrings. | |
| 1445 | |
| 1446 1999-11-22 Gerd Moellmann <gerd@gnu.org> | |
| 1447 | |
| 1448 * textmodes/text-mode.el (text-mode): Construct paragraph-start so | |
| 1449 that the leading `^' is at the start. This is necessary because | |
| 1450 paragraphs.el tries to remove anchors, but can find them only if | |
| 1451 they are the first character. | |
| 1452 | |
| 1453 * progmodes/antlr-mode.el: New file. | |
| 1454 | |
| 1455 * calendar/calendar.el: Fix autoload for | |
| 1456 calendar-absolute-from-astro. Add autoload for | |
| 1457 calendar-print-astro-day-number. | |
| 1458 | |
| 1459 1999-11-21 Anders Lindgren <andersl@andersl.com> | |
| 1460 | |
| 1461 * follow.el: Use modern backquote syntax. Minor comment update. | |
| 1462 | |
| 1463 1999-11-21 Gerd Moellmann <gerd@gnu.org> | |
| 1464 | |
| 1465 * simple.el (with-syntax-table): Don't switch buffers. | |
| 1466 | |
| 1467 * emacs-lisp/edebug.el, emacs-lisp/cust-print.el, | |
| 1468 progmodes/hideif.el: Use new backquote syntax. | |
| 1469 | |
| 1470 1999-11-21 Ken Manheimer <klm@python.org> | |
| 1471 | |
| 1472 * icomplete.el (icomplete-completions): Use an explicit variable | |
| 1473 `icomplete-prospects-length', obviating the need to use an | |
| 1474 apparently faulty throw/catch arrangement. | |
| 1475 | |
| 1476 1999-11-21 Eli Zaretskii <eliz@is.elta.co.il> | |
| 1477 | |
| 1478 * term/internal.el (IT-display-table-setup): Don't overstep | |
| 1479 character code 255. | |
| 1480 | |
| 1481 1999-11-20 Kenichi Handa <handa@mule.m17n.org> | |
| 1482 | |
| 1483 * ps-mule.el (ps-mule-font-info-database-bdf): Default BDF font | |
| 1484 for the charset chinese-sisheng is 7bit encoding, not 8bit. | |
| 1485 | |
| 1486 1999-11-19 Stefan Monnier <monnier@cs.yale.edu> | |
| 1487 | |
| 1488 * scroll-bar.el (scroll-bar-toolkit-scroll): Add handling of the | |
| 1489 `ratio' event for Xaw and Xaw3d(without arrows) scrollbars. | |
| 1490 | |
| 1491 * files.el (auto-mode-alist): Add patterns for diff-mode. | |
| 1492 | |
| 1493 * complete.el (PC-do-complete-and-exit): Use minibuffer-prompt-end | |
| 1494 to detect an empty prompt. | |
| 1495 | |
| 1496 1999-11-18 Dave Love <fx@gnu.org> | |
| 1497 | |
| 1498 * simple.el (input-mode-8-bit): Fix the customization. | |
| 1499 | |
| 1500 1999-11-18 Gerd Moellmann <gerd@gnu.org> | |
| 1501 | |
| 1502 * international/iso-acc.el (iso-languages): Add more | |
| 1503 characters for Portuguese. | |
| 1504 | |
| 1505 * speedbar.el: Clean up comment at the start of the file. | |
| 1506 Remove RCS id. | |
| 1507 | |
| 1508 * progmodes/compile.el (compilation-parse-errors): Use | |
| 1509 compilation-buffer-p instead of testing major-mode. | |
| 1510 | |
| 1511 1999-11-18 Dave Pearson <davep@hagbard.demon.co.uk> | |
| 1512 | |
|
49505
1aba10ab73b4
Corrected misc. typos like missing : after file names,
Kim F. Storm <storm@cua.dk>
parents:
42674
diff
changeset
|
1513 * quickurl.el: Added defcustom of quickurl-completion-ignore-case. |
| 30729 | 1514 (quickurl-ask): completion-ignore-case is set to the value of |
| 1515 quickurl-completion-ignore-case for the duration of the call to | |
| 1516 completing-read. | |
| 1517 | |
| 1518 1999-11-18 Richard M. Stallman <rms@gnu.org> | |
| 1519 | |
| 1520 * mail/rmailedit.el (rmail-cease-edit): Run rmail-mode-hook. | |
| 1521 | |
| 1522 1999-11-18 Kenichi Handa <handa@etl.go.jp> | |
| 1523 | |
| 1524 * ps-vars.el: Renamed from ps-print-def.el. Provide ps-vars | |
| 1525 instead of ps-print-def. | |
| 1526 | |
| 1527 * ps-print.el: Require ps-vars instead of ps-print-def. | |
| 1528 | |
| 1529 * ps-mule.el: Require ps-vars instead of ps-print-def. | |
| 1530 | |
| 1531 1999-11-17 Gerd Moellmann <gerd@gnu.org> | |
| 1532 | |
| 1533 * simple.el (with-syntax-table): Save buffer explicitly instead of | |
| 1534 using save-excursion. | |
| 1535 | |
| 1536 1999-11-16 Gerd Moellmann <gerd@gnu.org> | |
| 1537 | |
| 1538 * mail/supercite.el: New maintainer. | |
| 1539 | |
| 1540 1999-11-16 Reto Zimmermann <reto@synopsys.com> | |
| 1541 | |
| 1542 * progmodes/vhdl-mode.el: Use new backquote syntax. | |
| 1543 | |
| 1544 1999-11-16 Gerd Moellmann <gerd@gnu.org> | |
| 1545 | |
| 1546 * simple.el (with-syntax-table): New. | |
| 1547 | |
| 1548 1999-11-15 Sam Steingold <sds@ksp.com> | |
| 1549 | |
| 1550 * dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax. | |
| 1551 | |
| 1552 1999-02-22 Sam Steingold <sds@goems.com> | |
| 1553 | |
| 1554 * goto-addr.el (goto-address-at-mouse, | |
| 1555 goto-address-find-address-at-point): Use compose-mail. | |
| 1556 (goto-address-mail-method): Removed variable. | |
| 1557 (goto-address-send-using-mh-e, goto-address-send-using-mhe, | |
| 1558 goto-address-send-using-mail): Removed functions. | |
| 1559 | |
| 1560 1998-11-03 Sam Steingold <sds@goems.com> | |
| 1561 | |
| 1562 * simple.el (backward-delete-char-untabify): | |
| 1563 backward-delete-char-untabify-method can be `all' now - to delete | |
| 1564 hungrily including newlines. | |
| 1565 | |
| 1566 1999-11-15 Sam Steingold <sds@ksp.com> | |
| 1567 | |
| 1568 * mail/rnews.el, mail/mh-utils.el: Use the new backquote syntax. | |
| 1569 | |
| 1570 1999-11-15 Dave Love <fx@gnu.org> | |
| 1571 | |
| 1572 * cus-edit.el (customize-face, customize-face-other-window): | |
| 1573 Require match from completing-read. | |
| 1574 (custom-buffer-done-function): Default to custom-bury-buffer, not | |
| 1575 bury-buffer. | |
| 1576 | |
| 1577 1999-11-15 Gerd Moellmann <gerd@gnu.org> | |
| 1578 | |
| 1579 * mail/rmail.el, iswitchb.el, hippie-exp.el, | |
| 1580 progmodes/cperl-mode.el: Use new backquote syntax. | |
| 1581 | |
| 1582 1998-09-14 Michael Ernst <mernst@alum.mit.edu> | |
| 1583 | |
| 1584 * uniquify.el: Use new backquote syntax. | |
| 1585 | |
| 1586 1999-11-14 Markus Rost <rost@ias.edu> | |
| 1587 | |
| 1588 * ispell.el (ispell-dictionary-alist): Fix type by adding koi8-r | |
| 1589 as in ispell-local-dictionary-alist. | |
| 1590 | |
| 1591 1999-11-14 Alex Schroeder <alex@gnu.org> | |
| 1592 | |
| 1593 * ansi-color.el (ansi-color-apply): Updated regexps to include | |
| 1594 highlighted face. | |
| 1595 | |
| 1596 1999-01-14 Johan Vromans <jvromans@squirrel.nl> | |
| 1597 | |
| 1598 * forms.el (forms--make-format-elt-using-text-properties): | |
| 1599 Treat `intangible' differently. | |
| 1600 | |
| 1601 * forms.el: Use new backquote syntax. | |
| 1602 | |
| 1603 1999-11-13 Gerd Moellmann <gerd@gnu.org> | |
| 1604 | |
| 1605 * textmodes/scribe.el (scribe-mode): Doc-fix. | |
| 1606 | |
| 1607 1999-11-13 Peter Breton <pbreton@ne.mediaone.net> | |
| 1608 | |
| 1609 * net-utils.el (run-network-program, net-utils-run-program): Use | |
| 1610 the new backquote syntax. | |
| 1611 (smbclient-program, smbclient-program-options) | |
| 1612 (smbclient-prompt-regexp, smbclient-font-lock-keywords): New | |
| 1613 variables | |
| 1614 (smbclient, smbclient-list-shares): New functions | |
| 1615 | |
| 1616 1999-11-12 Sam Steingold <sds@ksp.com> | |
| 1617 | |
| 1618 * emulation/viper-init.el (viper-deflocalvar, viper-loop) | |
| 1619 (viper-buffer-live-p, viper-kbd-buf-alist, viper-kbd-buf-pair) | |
| 1620 (viper-kbd-buf-definition, viper-kbd-mode-alist) | |
| 1621 (viper-kbd-mode-pair, viper-kbd-mode-definition) | |
| 1622 (viper-kbd-global-pair, viper-kbd-global-definition): | |
| 1623 Use the new backquote syntax. | |
| 1624 | |
| 1625 * emulation/viper-cmd.el (viper-test-com-defun) | |
| 1626 (viper-prefix-arg-value, viper-prefix-arg-com): | |
| 1627 Use the new backquote syntax. | |
| 1628 | |
| 1629 * emacs-lisp/debug.el (debugger-env-macro): | |
| 1630 Use the new backquote syntax. | |
| 1631 | |
| 1632 * emacs-lisp/easymenu.el (easy-menu-make-symbol): | |
| 1633 Use the new backquote syntax. | |
| 1634 | |
| 1635 * calendar/calendar.el (calendar-remove-frame-by-deleting): | |
| 1636 New user variable. | |
| 1637 (calendar-hide-window): Use it. | |
| 1638 (increment-calendar-month, calendar-for-loop, calendar-sum): | |
| 1639 Use the new backquote syntax. | |
| 1640 | |
| 1641 1999-11-12 Andrew Innes <andrewi@gnu.org> | |
| 1642 | |
| 1643 * select.el (x-set-selection): Call buffer-substring, not | |
| 1644 substring. Also fix docstring | |
| 1645 | |
| 1646 1999-11-12 Peter Kleiweg <kleiweg@let.rug.nl> | |
| 1647 | |
| 1648 * progmodes/ps-mode.el (ps-mode-submit-bug-report): Added list | |
| 1649 of customizable variables to bug report message. Added | |
| 1650 system-type to package name in bug report. | |
| 1651 | |
| 1652 1999-11-12 Gerd Moellmann <gerd@gnu.org> | |
| 1653 | |
| 1654 * buff-menu.el (list-buffers-noselect): Use abbreviate-file-name | |
| 1655 to display file names. | |
| 1656 | |
| 1657 1999-11-11 Gerd Moellmann <gerd@gnu.org> | |
| 1658 | |
| 1659 * mwheel.el: Fix copyright notice, don't require 'cl at run time. | |
| 1660 | |
| 1661 * isearch.el: Add lazy-highlighting feature. | |
| 1662 | |
| 1663 1999-11-10 Peter Kleiweg <kleiweg@let.rug.nl> | |
| 1664 | |
| 1665 * progmodes/ps-mode.el (ps-mode-maintainer-address): New | |
| 1666 constant. | |
| 1667 (ps-mode-submit-bug-report): New function. Entry added to menu. | |
| 1668 | |
| 1669 1999-11-10 William M. Perry <wmperry@aventail.com> | |
| 1670 | |
| 1671 * mwheel.el: New file to support the new style wheeled mice. | |
| 1672 | |
| 1673 1999-11-10 Gerd Moellmann <gerd@gnu.org> | |
| 1674 | |
| 1675 * startup.el (initial-scratch-message): Add ";;" to the front of | |
| 1676 lines in the message. | |
| 1677 | |
| 1678 * files.el (file-local-copy): Remove optional BUFFER argument | |
| 1679 because that's not used by anything. | |
| 1680 | |
| 1681 * mail/mh-comp.el (mh-smail-batch): If TO is nil, use "" as | |
| 1682 to-address. | |
| 1683 | |
| 1684 1999-11-08 Markus Rost <rost@ias.edu> | |
| 1685 | |
| 1686 * wid-edit.el (widget-button-click): Wrap with save-excursion | |
| 1687 to restore track-mouse in the correct buffer. | |
| 1688 | |
| 1689 1999-11-08 Gerd Moellmann <gerd@gnu.org> | |
| 1690 | |
| 1691 * mail/mh-e.el: Changed maintainer to billcurtis@hotmail.com. | |
| 1692 | |
| 1693 1999-11-08 Peter Kleiweg <kleiweg@let.rug.nl> | |
| 1694 | |
| 1695 * progmodes/ps-mode.el (ps-mode-print-function): Changed default | |
| 1696 lpr-command to "lp" for some system-types. (copied from lpr.el | |
| 1697 Emacs version 20.2.1). | |
| 1698 | |
| 1699 1999-11-04 Markus Rost <rost@ias.edu> | |
| 1700 | |
| 1701 * simple.el (comment-region): Strip off white space at end of | |
| 1702 comment-start. | |
| 1703 | |
| 1704 1999-11-04 Gerd Moellmann <gerd@gnu.org> | |
| 1705 | |
| 1706 * faces.el (secondary-selection): Fix wrong color name. | |
| 1707 | |
| 1708 1999-11-04 John Tobey <jtobey@epsilondev.com> | |
| 1709 | |
| 1710 * gud.el (gud-perldb-massage-args): Handle the case "perl -e 0", | |
| 1711 the default when invoking perldb in a non-Perl buffer, and other | |
| 1712 cases involving -e or --. | |
| 1713 | |
| 1714 1999-11-04 Gerd Moellmann <gerd@gnu.org> | |
| 1715 | |
| 1716 * simple.el (previous-matching-history-element) | |
| 1717 (next-history-element): Use delete-field instead of erase-field. | |
| 1718 | |
| 1719 * isearch.el (isearch-ring-advance-edit, isearch-complete-edit): | |
| 1720 Use delete-field instead of erase-field. | |
| 1721 | |
| 1722 * faces.el (secondary-selection): Change background to yellow. | |
| 1723 | |
| 1724 * complete.el (PC-do-completion): Use minibuffer-prompt-end to | |
| 1725 find the start of the text. Use field-string to read the user | |
| 1726 input. | |
| 1727 | |
| 1728 1999-11-03 Gerd Moellmann <gerd@gnu.org> | |
| 1729 | |
| 1730 * faces.el (make-face-bold, make-face-unbold, make-face-italic) | |
| 1731 (make-face-unitalic, make-face-bold-italic): Add NOERROR argument | |
| 1732 for compatibility with old face implementation. | |
| 1733 | |
| 1734 * isearch.el (isearch-complete-edit, isearch-ring-advance-edit): | |
| 1735 Use erase-field instead of erase-buffer. | |
| 1736 | |
| 1737 * frame.el (blink-cursor-mode, blink-cursor-end): Use | |
| 1738 internal-show-cursor with new interface. | |
| 1739 (blink-cursor-timer-function): New. | |
| 1740 (blink-cursor-start): Use blink-cursor-timer-function. | |
| 1741 | |
| 1742 1999-11-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
| 1743 | |
| 1744 * calendar.el (redraw-calendar): Move to nearest date before | |
| 1745 redrawing. | |
| 1746 | |
| 1747 * diary-lib.el (simple-diary-display): Reset modeline even if | |
| 1748 there are no diary entries since the diary buffer may be displayed. | |
| 1749 | |
| 1750 1999-11-03 Richard M. Stallman <rms@gnu.org> | |
| 1751 | |
| 1752 * emacs-lisp/debug.el (debug): If noninteractive, display the | |
| 1753 backtrace using `message', then exit Emacs. | |
| 1754 (debugger-batch-max-lines): New variable. | |
| 1755 (debugger-setup-buffer): New subroutine, broken out of `debug'. | |
| 1756 Change the messages put at the start, to say that the debugger | |
| 1757 was entered. | |
| 1758 | |
| 1759 1999-11-02 Sam Steingold <sds@ksp.com> | |
| 1760 | |
| 1761 * progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp. | |
| 1762 | |
| 1763 1999-11-01 John Tobey <jtobey@epsilondev.com> | |
| 1764 | |
| 1765 * gud.el: (gud-perldb-massage-args): Massage correctly in the | |
| 1766 presence of perl switches other than "-e". | |
| 1767 | |
| 1768 1999-11-01 Markus Rost <rost@ias.edu> | |
| 1769 | |
| 1770 * dired-x.el (dired-smart-shell-command): Use | |
| 1771 shell-command-history as in shell-command. | |
| 1772 | |
| 1773 1999-11-01 Richard M. Stallman <rms@gnu.org> | |
| 1774 | |
| 1775 * userlock.el (ask-user-about-lock): Doc fix. | |
| 1776 | |
| 1777 * frame.el: Doc fixes. | |
| 1778 | |
| 1779 1999-11-01 Gerd Moellmann <gerd@gnu.org> | |
| 1780 | |
| 1781 * frame.el (blink-cursor-mode): Call internal-show-cursor instead | |
| 1782 of show-cursor. | |
| 1783 (blink-cursor-start, blink-cursor-end): Ditto. | |
| 1784 | |
| 1785 * textmodes/tex-mode.el (tex-default-mode): Changed to latex-mode. | |
| 1786 | |
| 1787 1999-11-01 Richard M. Stallman <rms@gnu.org> | |
| 1788 | |
| 1789 * window.el (walk-windows): If ALL-FRAMES is a frame, | |
| 1790 start on that frame. Use save-selected-window. | |
| 1791 | |
| 1792 1999-11-01 Gerd Moellmann <gerd@gnu.org> | |
| 1793 | |
| 1794 * simple.el (end-of-buffer): Use window-end to find the window end | |
| 1795 instead of vertical-motion because this handles variable-height | |
| 1796 lines correctly. | |
| 1797 | |
| 1798 1999-11-01 Michael Kifer <kifer@cs.sunysb.edu> | |
| 1799 | |
| 1800 * ediff.el: Version change. | |
| 1801 | |
| 1802 * ediff-util.el (ediff-cleanup-mess): Fixed the case of dead windows. | |
| 1803 make sure you are in a good frame before deleting other | |
| 1804 windows. | |
| 1805 (ediff-file-checked-in-p): Don't consider CVS | |
| 1806 files checked in. | |
| 1807 (ediff-make-temp-file,ediff-make-empty-tmp-file): Make sure you | |
| 1808 are writing to a newly created empty file. | |
| 1809 | |
| 1810 * ediff-mult.el (ediff-show-session-group-hook): New default. | |
| 1811 | |
| 1812 * ediff-vers.el (ediff-pcl-cvs-view-revision): | |
| 1813 First cd to the file directory. reportedly works | |
| 1814 better with remote files. | |
| 1815 | |
| 1816 * ediff-vers.el (ediff-pcl-cvs-internal, ediff-pcl-cvs-merge-internal): | |
| 1817 Use file-name-nondirectory when passing files to CVS. | |
| 1818 | |
| 1819 * ediff-diff.el (ediff-cmp-options): New variable. | |
| 1820 (ediff-same-file-contents): Use ediff-cmp-options. | |
| 1821 | |
| 1822 * ediff-ptch.el (ediff-prompt-for-patch-buffer, | |
| 1823 ediff-get-patch-buffer): Use current buffer if it appears to be a | |
| 1824 patch. | |
| 1825 | |
| 1826 * viper-keym.el: Fixed calls to viper-ex, change key C-c g to C-c | |
| 1827 C-g | |
| 1828 | |
| 1829 * viper-util.el (viper-nontrivial-find-file-function): Deleted. | |
| 1830 (viper-glob-unix-files, viper-glob-mswindows-files): New functions. | |
| 1831 (viper-save-cursor-color,viper-restore-cursor-color): | |
| 1832 Improved cursor color handling. | |
| 1833 (viper-get-saved-cursor-color-in-replace-mode, | |
| 1834 viper-get-saved-cursor-color-in-insert-mode): New functions for | |
| 1835 better cursor color handling. | |
| 1836 | |
| 1837 * viper-ex.el (ex-read,ex-edit): | |
| 1838 Fixes for correct interpretation of #,%. | |
| 1839 (viper-ex): Now works correctly when called from other functions. | |
| 1840 (viper-glob-function): New variable. | |
| 1841 (viper-ex): Save excursion before doing :global. | |
| 1842 | |
| 1843 * viper-mous.el (viper-counting-clicks-p): Bug fixes. | |
| 1844 | |
| 1845 * viper-cmd.el (viper-post-command-sentinel, | |
| 1846 viper-insert-state-post-command-sentinel, | |
| 1847 viper-insert-state-pre-command-sentinel): Takes better care of | |
| 1848 cursor colors. | |
| 1849 | |
| 1850 * viper.el: Version change. | |
| 1851 | |
| 1852 1999-10-31 Rajesh Vaidheeswarran <rv@dsmit.com> | |
| 1853 | |
| 1854 * whitespace.el (whitespace-update-modeline): Bugfix to ensure | |
| 1855 that the modeline display was updated *only* when | |
| 1856 `whitespace-display-in-modeline' was set, not otherwise. | |
| 1857 | |
| 1858 1999-10-30 Gerd Moellmann <gerd@gnu.org> | |
| 1859 | |
| 1860 * textmodes/sgml-mode.el (sgml-char-names): Change "half" to | |
| 1861 "frac12". | |
| 1862 | |
| 1863 * emacs-lisp/advice.el (ad-activate-on): Make it an alias for | |
| 1864 ad-activate. | |
| 1865 | |
| 1866 1999-10-30 Rajesh Vaidheeswarran <rv@dsmit.com> | |
| 1867 | |
| 1868 * whitespace.el: Test for existence of `defcustom' and `defgroup' | |
| 1869 using fboundp instead of assuming that these are not present in | |
| 1870 particular flavors of emacs. | |
| 1871 (whitespace-version): Update to 2.8 | |
| 1872 (whitespace-display-in-modeline): Add custom variable to control | |
| 1873 displaying the whitespace errors on the modeline based on | |
| 1874 suggestion from <klaus.berndl@sdm.de> | |
| 1875 (whitespace-buffer): Now returns `t' if unclean and `nil' if | |
| 1876 clean, to enable using as a hook function, as suggested by Puneet | |
| 1877 Goel <puneet@computer.org> | |
| 1878 (whitespace-buffer): Fix a subtle bug that cleaned up only if | |
| 1879 quiet was not set, even with whitespace-auto-cleanup set. | |
| 1880 (whitespace-mode-line): Now uses less modeline real estate and | |
| 1881 shows whitespaces as W:<x>!<y> where <x> is any type of whitespace | |
| 1882 which is present in the file, and <y> is any type of whitespace | |
| 1883 whose check has been suppressed by setting | |
| 1884 `whitespace-check-<whitespace-type>' to nil. | |
| 1885 (whitespace-unchecked-whitespaces): New function to return the | |
| 1886 list of whitespaces for whom checks have been suppressed. | |
| 1887 (whitespace-display-unchecked-whitespaces): Renamed to | |
| 1888 `whitespace-update-modeline' to reflect its functionality. | |
| 1889 | |
| 1890 1999-10-30 Gerd Moellmann <gerd@gnu.org> | |
| 1891 | |
| 1892 * progmodes/compile.el (compilation-error-regexp-alist): | |
| 1893 Undo previous change. | |
| 1894 | |
| 1895 1999-10-28 Dave Love <fx@gnu.org> | |
| 1896 | |
| 1897 * help.el (help-follow): Make arg optional again and really | |
| 1898 default to point. | |
| 1899 | |
| 1900 1999-10-28 Gerd Moellmann <gerd@gnu.org> | |
| 1901 | |
| 1902 * paths.el (rmail-file-name): Make it an option. | |
| 1903 | |
| 1904 * progmodes/ada-mode.el, progmodes/ada-prj.el, | |
| 1905 progmodes/ada-stmt.el, progmodes/ada-xref.el: Doc-string and | |
| 1906 comment fixes. | |
| 1907 | |
| 1908 * progmodes/compile.el (compilation-error-regexp-alist): Recognize | |
| 1909 MIPS Pro 7.3 compiler error message syntax. | |
| 1910 | |
| 1911 1999-10-27 Dave Love <fx@gnu.org> | |
| 1912 | |
| 1913 * progmodes/compile.el: Checkdoc-inspired fixes. | |
| 1914 | |
| 1915 1999-10-27 Gerd Moellmann <gerd@gnu.org> | |
| 1916 | |
| 1917 * lpr.el (print-buffer): Doc-string fix. | |
| 1918 | |
| 1919 1999-10-27 Dave Love <fx@gnu.org> | |
| 1920 | |
| 1921 * emacs-lisp/advice.el: Doc fixes. | |
| 1922 (ad-lemacs-p): Removed. | |
| 1923 (advice): Add :link to defgroup. | |
| 1924 | |
| 1925 1999-10-27 Kenichi Handa <handa@etl.go.jp> | |
| 1926 | |
| 1927 * ange-ftp.el (ange-ftp-insert-file-contents): Don't change | |
| 1928 last-coding-system-used by the call of ange-ftp-set-ascii-mode. | |
| 1929 | |
| 1930 1999-10-24 Richard M. Stallman <rms@gnu.org> | |
| 1931 | |
| 1932 * window.el (walk-windows): If ALL-FRAMES is a frame, | |
| 1933 start on that frame. Use save-selected-window. | |
| 1934 | |
| 1935 1999-10-27 Richard M. Stallman <rms@gnu.org> | |
| 1936 | |
| 1937 * emacs-lisp/advice.el (ad-activate-internal): Renamed from | |
| 1938 ad-activate. All callers changed, including those in data.c. | |
| 1939 (ad-activate-internal-off): Renamed from ad-activate-off. | |
| 1940 All uses changed. | |
| 1941 (ad-activate): Renamed from ad-activate-on. All uses changed. | |
| 1942 (ad-start-advice, ad-stop-advice, ad-recover-normality): | |
| 1943 Alter the definition of ad-activate-internal, not ad-activate. | |
| 1944 | |
| 1945 1999-10-26 Gerd Moellmann <gerd@gnu.org> | |
| 1946 | |
| 1947 * startup.el (command-line-1): Add support for command line | |
| 1948 arguments `file' and `execute'. Fix handling of `visit'. | |
| 1949 | |
| 1950 1999-10-26 Kenichi Handa <handa@etl.go.jp> | |
| 1951 | |
| 1952 * international/mule-cmds.el (read-input-method-name): Handle the | |
| 1953 case that the arg DEFAULT is symbol. | |
| 1954 | |
| 1955 * international/mule-diag.el (mule-diag): Handle the case that | |
| 1956 default-input-method is symbol. | |
| 1957 | |
| 1958 1999-10-26 Gerd Moellmann <gerd@gnu.org> | |
| 1959 | |
| 1960 * textmodes/tildify.el: New file. | |
| 1961 | |
| 1962 1999-10-25 Sam Steingold <sds@ksp.com> | |
| 1963 | |
| 1964 * Makefile (compile-files): Fixed the "tr" strings. | |
| 1965 (EMACS): Set to ../src/emacs. | |
| 1966 | |
| 1967 1999-10-25 Gerd Moellmann <gerd@gnu.org> | |
| 1968 | |
| 1969 * info.el (Info-build-node-completions): Add '("*") to the | |
| 1970 completion list. | |
| 1971 | |
| 1972 1999-10-25 Richard M. Stallman <rms@gnu.org> | |
| 1973 | |
| 1974 * frame.el (auto-raise-mode): When enabling the mode, | |
| 1975 immediately raise the selected frame. | |
| 1976 | |
| 1977 * indent.el (indent-region): Doc fix. | |
| 1978 | |
| 1979 * comint.el (comint-output-filter): Make the Comint buffer current | |
| 1980 for the comint-preoutput-filter-functions. | |
| 1981 | |
| 1982 * mail/reporter.el: Doc fix. | |
| 1983 | |
| 1984 1999-10-24 Stephen Eglen <stephen@gnu.org> | |
| 1985 | |
| 1986 * progmodes/octave-mod.el (octave-auto-indent): Remove :version so | |
| 1987 that Octave lisp files can also run under XEmacs 20. | |
| 1988 (require 'custom) added so that files can run under Emacs 19.34. | |
| 1989 | |
| 1990 * iswitchb.el (iswitchb-default-keybindings): No need to use | |
| 1991 read-kbd-macro in keybindings. | |
| 1992 | |
| 1993 1999-10-23 Dave Love <fx@gnu.org> | |
| 1994 | |
| 1995 * elide-head.el: New file. | |
| 1996 | |
| 1997 1999-10-23 Gerd Moellmann <gerd@gnu.org> | |
| 1998 | |
| 1999 * Makefile (compile-files, backup-compiled-files): New targets. | |
| 2000 (bootstrap, bootstrap-clean): Ditto. | |
| 2001 | |
| 2002 1999-10-22 Paul Eggert <eggert@twinsun.com> | |
| 2003 | |
| 2004 * international/mule-cmds.c (locale-language-names): | |
| 2005 Use Latin-1 (not Latin-3) for Afrikaans, Galician. | |
| 2006 Use Latin-5 (not Cyrillic-ISO) for Byelorussian, Bulgarian, | |
| 2007 Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet). | |
| 2008 Use Latin-8 for Welsh. | |
| 2009 Use Latin-1 for English if "en" is explicitly specified. | |
| 2010 Use Latin-1 for Scots Gaelic, Tagalog. | |
| 2011 Use Latin-1 (not Latin-4) for Greenlandic. | |
| 2012 Use Latin-1 (not Latin-2) for Albanian. | |
| 2013 (locale-preferred-coding-systems, locale-language-names): | |
| 2014 Remove generic ISO 8859 locales; locale-charset-language-names now | |
| 2015 does this. | |
| 2016 (locale-charset-language-names): New variable. | |
| 2017 (set-locale-environment): Use language name specified by | |
| 2018 locale-charset-language-names if its charsets disagree with the | |
| 2019 language name specified by locale-language-names. | |
| 2020 | |
| 2021 1999-10-22 Dave Love <fx@gnu.org> | |
| 2022 | |
| 2023 * make-mode.el: Minor doc fixes. | |
| 2024 | |
| 2025 * latin-9.el: Avoid non-ASCII characters to prevent loadup failure. | |
| 2026 | |
| 2027 1999-10-21 Dave Love <fx@gnu.org> | |
| 2028 | |
| 2029 * loadup.el: Add latin-8, latin-9. | |
| 2030 | |
| 2031 1999-10-20 Paul Eggert <eggert@twinsun.com> | |
| 2032 | |
| 2033 * disp-table.el (standard-display-european): Remove undocumented | |
| 2034 arg AUTO; no longer used by startup.el. Do not attempt to treat | |
| 2035 all non-English language environments as coding system names. | |
| 2036 Instead, use the downcased language environment name as a coding | |
| 2037 system name if it is one; otherwise, use latin-1. | |
| 2038 | |
| 2039 1999-10-20 Gerd Moellmann <gerd@gnu.org> | |
| 2040 | |
| 2041 * dired.el (dired-move-to-filename-regexp): Fix long comment lines | |
| 2042 that were split so that part of the comment appeared as Lisp code. | |
| 2043 | |
| 2044 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
| 2045 | |
| 2046 * ps-bdf.el: Doc fix. | |
| 2047 | |
| 2048 * ps-print-def.el: New file: common definitions for all parts of | |
| 2049 ps-print. | |
| 2050 (ps-multibyte-buffer): Moved from ps-mule. | |
| 2051 | |
| 2052 * ps-mule.el: File dependence fix. | |
| 2053 (ps-multibyte-buffer): Moved to ps-print-def. | |
| 2054 | |
| 2055 * ps-print.el: Doc fix, better customization. | |
| 2056 (ps-print-region-function, ps-number-of-columns, ps-spool-tumble) | |
| 2057 (ps-print-color-p, ps-printing-region-p, ps-n-up-database) | |
| 2058 (ps-end-file): Doc fix. | |
| 2059 (ps-setup, ps-begin-file): Fun fix. | |
| 2060 (postscript): New group. | |
| 2061 (ps-zebra-gray, ps-banner-page-when-duplexing): New vars. | |
| 2062 (ps-print-prologue-1): Adjust PostScript programming. | |
| 2063 (ps-print): Adjust group hierarchy. | |
| 2064 (ps-print-n-up, ps-print-zebra, ps-print-background, | |
| 2065 ps-print-printer) | |
| 2066 (ps-print-page): New subgroups. | |
| 2067 (ps-print-prologue-header, ps-printer-name, ps-lpr-command) | |
| 2068 (ps-lpr-switches, ps-page-dimensions-database, ps-paper-type) | |
| 2069 (ps-landscape-mode, ps-print-control-characters, ps-n-up-printing) | |
| 2070 (ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling, ps-zebra-stripes) | |
| 2071 (ps-zebra-stripe-height, ps-print-background-image) | |
| 2072 (ps-print-background-text, ps-spool-config): Adjust customization. | |
| 2073 (dos-ps-printer): Definition eliminated. | |
| 2074 | |
| 2075 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
| 2076 | |
| 2077 * ps-mule.el: Doc fix, define functions properly if mule package is | |
| 2078 loaded or not. | |
| 2079 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Define properly if | |
| 2080 mule package is loaded or not. | |
| 2081 | |
| 2082 * ps-print.el: Doc fix, n-up printing. | |
| 2083 (ps-print-version): New version number (5.0). | |
| 2084 (ps-page-dimensions-database): Added document media. | |
| 2085 (ps-n-up-printing, ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling) | |
| 2086 (ps-page-order, ps-printing-region-p): New vars. | |
| 2087 (ps-n-up-printing, ps-n-up-filling, ps-header-sheet, ps-end-job): New | |
| 2088 funs. | |
| 2089 (ps-page-dimensions-get-media, ps-n-up-landscape, ps-n-up-lines) | |
| 2090 (ps-n-up-columns, ps-n-up-missing, ps-n-up-xcolumn, ps-n-up-ycolumn) | |
| 2091 (ps-n-up-xline, ps-n-up-yline, ps-n-up-repeat, ps-n-up-end) | |
| 2092 (ps-n-up-xstart, ps-n-up-ystart): New macros. | |
| 2093 (ps-print-begin-sheet-hook): New hook. | |
| 2094 (ps-boundingbox-re, ps-n-up-database, ps-n-up-filling-database): New | |
| 2095 const. | |
| 2096 (ps-setup, ps-begin-file, ps-get-buffer-name, ps-begin-job) | |
| 2097 (ps-end-file, ps-dummy-page, ps-generate): Fix funs. | |
| 2098 (ps-print-prologue-1): Adjust PostScript programming for n-up printing. | |
| 2099 (ps-count-lines): Changed to defun. | |
| 2100 (ps-header-page): Changed to defsubst, fix fun. | |
| 2101 (ps-printing-region): Doc fix, adjust programming code. | |
| 2102 (ps-output-boolean, ps-background-pages, ps-background-text) | |
| 2103 (ps-background-image, ps-background, ps-get-boundingbox): Adjust | |
| 2104 programming code. | |
| 2105 | |
| 2106 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
| 2107 | |
| 2108 * ps-print.el: Doc fix, duplex and setpagedevice configuration. | |
| 2109 (ps-print-version): New version number (4.2). | |
| 2110 (ps-spool-config, ps-spool-tumble): New vars. | |
| 2111 (ps-print-prologue-1): Changed to defconst, adjust PostScript | |
| 2112 programming, new PostScript procedure to handle errors. | |
| 2113 (ps-print-prologue-2): Changed to defconst. | |
| 2114 (ps-print-duplex-feature): New const: duplex and tumble setting. | |
| 2115 (ps-setup, ps-begin-file): Fix funs. | |
| 2116 (ps-boolean-capitalized): New fun. | |
| 2117 | |
| 2118 1999-10-19 Stefan Monnier <monnier@cs.yale.edu> | |
| 2119 | |
| 2120 * Makefile (dontcompilefiles): Obsoleted. | |
| 2121 (DONTCOMPILE): Added emacs-lisp/cl-specs.el. | |
| 2122 (EL): Unused. | |
| 2123 (temacs): Removed (unused). | |
| 2124 (cus-load.el, finder-inf.el, loaddefs.el): New targets to build a dummy | |
| 2125 version of the file (necessary for the update to work properly). | |
| 2126 (autoloads): Force the use of `pwd`/loaddefs.el. | |
| 2127 (updates); Redefined in terms of other targets to reduce redundancy. | |
| 2128 (.el.elc): New default rule, just in case you want it. | |
| 2129 (compile): Use a single invocation of Emacs. | |
| 2130 (bootstrap-compile); Unneeded. | |
| 2131 (autoloads-with-other-emacs): Unneeded now that autoloads is fixed. | |
| 2132 | |
| 2133 1999-10-19 Dave Love <fx@gnu.org> | |
| 2134 | |
| 2135 * emacs-lisp/eval-reg.el: Removed -- not now needed by edebug. | |
| 2136 | |
| 2137 1999-10-19 Sam Steingold <sds@ksp.com> | |
| 2138 | |
| 2139 * map-ynp.el (map-y-or-n-p): Remove extraneous `not' to | |
| 2140 comply with the comment. | |
| 2141 | |
| 2142 1999-10-19 Gerd Moellmann <gerd@gnu.org> | |
| 2143 | |
| 2144 * autorevert.el (auto-revert-mode): Make auto-revert-mode | |
| 2145 permanent-local. | |
| 2146 | |
| 2147 1999-10-19 Peter Kleiweg <kleiweg@let.rug.nl> | |
| 2148 | |
| 2149 * progmodes/ps-mode.el (ps-mode-print-function): Fix default | |
| 2150 value: \"lpr\" changed to "lpr" | |
| 2151 (ps-mode-version): New constant | |
| 2152 (ps-mode-show-version): New function, added key in ps-mode-map | |
| 2153 (ps-run-messages): Removed | |
| 2154 (ps-run-font-lock-keywords-2): New defcustom variable replacing | |
| 2155 ps-run-messages. These keywords now include the value of | |
| 2156 ps-run-prompt, making its fontification customizable. | |
| 2157 (ps-run-init): Removed \\n from docstring, it is now added when | |
| 2158 the value is used | |
| 2159 (ps-run-font-lock-keywords-1): Added checking for initial ^ in | |
| 2160 ps-run-prompt | |
| 2161 (ps-mode): Added ps-run-font-lock-keywords-2 to list of | |
| 2162 customizable variables in doc-string (its equivalent | |
| 2163 ps-run-messages was missing in previous version of the doc-string) | |
| 2164 (ps-run-mode): Simplified assignment to font-lock-defaults, using | |
| 2165 symbols only | |
| 2166 | |
| 2167 1999-10-19 Alex Schroeder <alex@gnu.org> | |
| 2168 | |
| 2169 * ansi-color.el: Complete rewrite. | |
| 2170 | |
| 2171 1999-10-19 Paul Eggert <eggert@twinsun.com> | |
| 2172 | |
| 2173 Fix bootstrapping problems. | |
| 2174 Use the system locale to specify Emacs locale defaults. | |
| 2175 | |
| 2176 * international/mule-cmds.el (global-map): | |
| 2177 Do not use backquote, because that makes a bootstrapping | |
| 2178 problem if you need to recompile all Lisp files using interpreted code. | |
| 2179 * international/mule.el (charset-id, charset-bytes, | |
| 2180 charset-dimension, charset-chars, charset-width, | |
| 2181 charset-direction, charset-iso-final-char, | |
| 2182 charset-iso-graphic-plane, charset-reverse-charset, | |
| 2183 charset-short-name, charset-long-name, charset-description, | |
| 2184 charset-plist): Likewise. | |
| 2185 * subr.el (save-match-data): Likewise. | |
| 2186 | |
| 2187 * international/mule-cmds.el | |
| 2188 (set-display-table-and-terminal-coding-system): New function, | |
| 2189 containing code migrated out of set-language-environment. | |
| 2190 (set-language-environment, set-locale-environment): Use it. | |
| 2191 (locale-translation-file-name): Moved here from startup.el. | |
| 2192 (locale-language-names, locale-preferred-coding-systems): | |
| 2193 New vars. | |
| 2194 (locale-name-match, set-locale-environment): New functions. | |
| 2195 | |
| 2196 * language/japan-util.el (setup-japanese-environment-internal): | |
| 2197 Prefer japanese-iso-8bit if the system-type is usg-unix-v. | |
| 2198 | |
| 2199 * startup.el (iso-8859-n-locale-regexp): Remove. | |
| 2200 (locale-translation-file-name): Move to mule-cmds.el. | |
| 2201 (command-line): Move locale-stuff into set-locale-environment. | |
| 2202 | |
| 2203 1999-10-18 Dave Love <fx@gnu.org> | |
| 2204 | |
| 2205 * abbrev.el (add-abbrev, inverse-add-abbrev) | |
| 2206 (expand-region-abbrevs): Remove properties from buffer text. | |
| 2207 | |
| 2208 1999-10-17 Gerd Moellmann <gerd@gnu.org> | |
| 2209 | |
| 2210 * iswitchb.el (iswitchb-exhibit): Extract user-input only | |
| 2211 from the mini-buffer, without the prompt. | |
| 2212 | |
| 2213 * simple.el (minibuffer-prompt-end): Return the position | |
| 2214 after the prompt, not the position of that last character | |
| 2215 of the prompt. | |
| 2216 | |
| 2217 1999-10-17 Miles Bader <miles@gnu.org> | |
| 2218 | |
| 2219 * simple.el: Doc fixes. | |
| 2220 | |
| 2221 1999-10-17 Miles Bader <miles@gnu.org> | |
| 2222 | |
| 2223 * simple.el (previous-matching-history-element, next-history-element): | |
| 2224 Change to work correctly even if the point is in the prompt. | |
| 2225 (choose-completion-string): Likewise. | |
| 2226 (minibuffer-prompt-width): New function (compatibility with old subr). | |
| 2227 | |
| 2228 * textmodes/paragraphs.el (forward-sentence, forward-paragraph): | |
| 2229 When constraining the final position to the current field, | |
| 2230 don't use the ONLY-IN-LINE mode of constrain-to-field. | |
| 2231 | |
| 2232 1999-10-17 Miles Bader <miles@gnu.org> | |
| 2233 | |
| 2234 * simple.el (line-move): Supply new ESCAPE-FROM-EDGE argument to | |
| 2235 constrain-to-field. | |
| 2236 * textmodes/paragraphs.el (forward-sentence): Likewise. | |
| 2237 | |
| 2238 1999-10-17 Miles Bader <miles@gnu.org> | |
| 2239 | |
| 2240 * simple.el (line-move): Use constrain-to-field to avoid | |
| 2241 moving into a prompt. | |
| 2242 (previous-complete-history-element): Clarify doc string. | |
| 2243 (next-complete-history-element): Likewise. | |
| 2244 Use field-beginning instead of point-min. | |
| 2245 (next-matching-history-element): Use field-beginning and | |
| 2246 erase-field instead of point-min and erase-buffer. | |
| 2247 * textmodes/paragraphs.el | |
| 2248 (forward-paragraph, forward-sentence): Likewise. | |
| 2249 (backward-kill-paragraph, backward-kill-sentence): Remove code to | |
| 2250 constrain the kill to an field, as the movement commands now | |
| 2251 do this. | |
| 2252 | |
| 2253 1999-10-17 Miles Bader <miles@gnu.org> | |
| 2254 | |
| 2255 * simple.el (previous-matching-history-element): Get the | |
| 2256 minibuffer input with field-string instead of buffer-string. | |
| 2257 (choose-completion-string): Likewise. | |
| 2258 (next-history-element): Likewise. | |
| 2259 Erase the minibuffer input with erase-field, not erase-buffer. | |
| 2260 Use field-beginning to find the beginning of the input. | |
| 2261 * textmodes/paragraphs.el (backward-kill-sentence): | |
| 2262 Remove minibuffer-prompt hack. | |
| 2263 Constrain to any input field. | |
| 2264 | |
| 2265 1999-10-17 Sam Steingold <sds@ksp.com> | |
| 2266 | |
| 2267 * bindings.el (completion-ignored-extensions): Added ".sparcf" | |
| 2268 for CMUCL on sparc and ".ufsl" for LispWorks. | |
| 2269 (bound-and-true-p): Bugfix: free variable `v'. | |
| 2270 | |
| 2271 1999-10-16 Dave Love <d.love@dl.ac.uk> | |
| 2272 | |
| 2273 * emacs-lisp/edebug.el (edebug-install-read-eval-functions) | |
| 2274 (edebug-uninstall-read-eval-functions): Use load-read-function, | |
| 2275 avoiding elisp-eval. | |
| 2276 | |
| 2277 1999-10-16 Sam Steingold <sds@ksp.com> | |
| 2278 | |
| 2279 * emacs-lisp/cl-indent.el (common-lisp-indent-function): Use `eq' | |
| 2280 instead of `eql'. | |
| 2281 | |
| 2282 1999-10-14 Stefan Monnier <monnier@cs.yale.edu> | |
| 2283 | |
| 2284 * ange-ftp.el (ange-ftp-make-tmp-name, ange-ftp-del-tmp-name): | |
| 2285 * browse-url.el (browse-url-of-buffer, browse-url-delete-temp-file), | |
| 2286 (browse-url-temp-file-list, browse-url-delete-temp-file-list): | |
| 2287 * ediff-util.el (ediff-make-temp-file): | |
| 2288 * ediff-vers.el (ediff-pcl-cvs-view-revision): | |
| 2289 * emerge.el (emerge-make-temp-file): | |
| 2290 * jka-compr.el (jka-compr-make-temp-name, jka-compr-delete-temp-file): | |
| 2291 * vc.el (vc-update-change-log): | |
| 2292 * mail/mailpost.el (post-mail-send-it): | |
| 2293 * mail/metamail.el (metamail-region): | |
| 2294 * progmodes/cmacexp.el (c-macro-expansion): | |
| 2295 * textmodes/makeinfo.el (makeinfo-region): Use make-temp-file. | |
| 2296 | |
| 2297 1999-10-15 Gerd Moellmann <gerd@gnu.org> | |
| 2298 | |
| 2299 * smtpmail.el (smtpmail-via-smtp): Add support for | |
| 2300 automatically appending a domain to RCPT TO: addresses. | |
| 2301 | |
| 2302 1999-10-14 Richard M. Stallman <rms@gnu.org> | |
| 2303 | |
| 2304 * dired.el (dired-insert-directory): Insert the amount of | |
| 2305 free space after the total size. | |
| 2306 (dired-free-space-program, dired-free-space-args): New variables. | |
| 2307 | |
| 2308 1999-10-14 Karl Heuer <kwzh@gnu.org> | |
| 2309 | |
| 2310 * mail/rmail.el (rmail-pop-password-error): Add new pattern. | |
| 2311 | |
| 2312 1999-10-14 Dave Love <fx@gnu.org> | |
| 2313 | |
| 2314 * international/characters.el: | |
| 2315 * international/fontset.el: | |
| 2316 * international/mule-conf.el: Add latin-iso8859-1[45]. | |
| 2317 | |
| 2318 * language/european.el: Add Latin-8, Latin-9. Modify some doc | |
| 2319 strings. | |
| 2320 | |
| 2321 * startup.el (iso-8859-n-locale-regexp): Modify for Latin-[89]. | |
| 2322 (command-line): Detect Latin-[89] locales. | |
| 2323 | |
| 2324 1999-10-13 Stefan Monnier <monnier@cs.yale.edu> | |
| 2325 | |
| 2326 * international/mule-cmds.el (select-safe-coding-system) | |
| 2327 (leim-list-header): Avoid the use of strings that start with backslash | |
| 2328 newline since lread.c:read1 has a hack to turn those strings into | |
| 2329 integer 0 during the loadup.el process. | |
| 2330 | |
| 2331 * diff-mode.el (diff-find-file-name): Use `Index:' preferentially. | |
| 2332 | |
| 2333 1999-10-13 Dave Love <fx@gnu.org> | |
| 2334 | |
| 2335 * image.el (insert-image): Copy the image spec and add an | |
| 2336 intangible property. | |
| 2337 | |
| 2338 1999-10-13 Stefan Monnier <monnier@cs.yale.edu> | |
| 2339 | |
| 2340 * help.el (help-xref-interned): Make it also work on variable-only | |
| 2341 and function-only symbols. | |
| 2342 (help-make-xrefs): Take advantage of the new `help-xref-interned'. | |
| 2343 (help-follow): If the point under mouse is not highlighted, try | |
| 2344 `help-xref-interned' on the pointed-to symbol anyway. | |
| 2345 | |
| 2346 * info.el (Info-on-current-buffer): New entry point. | |
| 2347 (Info-find-node): Split into two for Info-on-current-buffer to | |
| 2348 hook into it. | |
| 2349 (Info-current-file, Info-set-mode-line, Info-up): | |
| 2350 Info-current-file can now be t. | |
| 2351 (Info-clone-buffer-hook): Function for `clone-buffer'. | |
| 2352 (Info-goto-node, Info-menu, Info-mode-map, Info-mode): | |
| 2353 Make `clone-buffer' available in various ways to the user. | |
| 2354 | |
| 2355 1999-10-12 Stefan Monnier <monnier@cs.yale.edu> | |
| 2356 | |
| 2357 * simple.el (shell-command, shell-command-on-region): Use | |
| 2358 make-temp-file. | |
| 2359 (clone-buffer, clone-process, clone-buffer-hook): New functions. | |
| 2360 | |
| 2361 * subr.el (with-current-buffer): Don't use backquotes to avoid | |
| 2362 bootstrapping problems. | |
| 2363 | |
| 2364 * loadup.el (load-path): Add subdirs for bootstrapping. | |
| 2365 (docstrings): Ignore errors during bootstrapping. | |
| 2366 (args): New `bootstrap' argument (for use in place of `dump'). | |
| 2367 | |
| 2368 1999-10-12 Emmanuel Briot <briot@gnat.com> | |
| 2369 | |
| 2370 * ada-stmt.el: Doc-string fixes. | |
| 2371 | |
| 2372 1999-10-12 Gerd Moellmann <gerd@gnu.org> | |
| 2373 | |
| 2374 * recentf.el: New file. | |
| 2375 | |
| 2376 * ps-mode.el: New file. | |
| 2377 | |
| 2378 * files.el (auto-mode-alist): Add ps-mode for .eps and .ps, | |
| 2379 case insensitive. | |
| 2380 | |
| 2381 1999-10-12 Richard Sharman <rsharman@pobox.com> | |
| 2382 | |
| 2383 * sh-script.el: Added support for indenting existing scripts. | |
| 2384 (sh-mode-map): Added new bindings. | |
| 2385 (sh-mode): Updated mode doc-string for new commands, added | |
| 2386 make-local-variable calls, initialize mode-specific variables. | |
| 2387 (sh-indent-line): Renamed to sh-basic-indent-line; sh-indent-line | |
| 2388 is now a different function. | |
| 2389 (sh-header-marker): Changed docstring. | |
| 2390 (sh-set-shell): Initialize mode-specific variables. | |
| 2391 (sh-case, sh-for, sh-if, sh-indexed-loop, sh-repeat, sh-select) | |
| 2392 (sh-tmp-file, sh-until, sh-until, sh-while, sh-while-getopts): | |
| 2393 Changed these define-skeleton calls to work with user-specified | |
| 2394 indentation settings. | |
| 2395 (sh-basic-indent-line, sh-blink, sh-calculate-indent) | |
| 2396 (sh-check-paren-in-case, sh-check-rule, sh-do-nothing) | |
| 2397 (sh-electric-hash, sh-electric-less, sh-electric-rparen) | |
| 2398 (sh-find-prev-matching, sh-find-prev-switch, sh-get-indent-info) | |
| 2399 (sh-get-indent-var-for-line, sh-get-kw, sh-get-word) | |
| 2400 (sh-goto-match-for-done, sh-goto-matching-case, sh-goto-matching-if) | |
| 2401 (sh-guess-basic-offset, sh-handle-after-case-label) | |
| 2402 (sh-handle-prev-case, sh-handle-prev-case-alt-end, sh-handle-prev-do) | |
| 2403 (sh-handle-prev-done, sh-handle-prev-else, sh-handle-prev-esac) | |
| 2404 (sh-handle-prev-fi, sh-handle-prev-if, sh-handle-prev-open) | |
| 2405 (sh-handle-prev-rc-case, sh-handle-prev-then, sh-handle-this-close) | |
| 2406 (sh-handle-this-do, sh-handle-this-done, sh-handle-this-else) | |
| 2407 (sh-handle-this-esac, sh-handle-this-fi, sh-handle-this-rc-case) | |
| 2408 (sh-handle-this-then, sh-help-string-for-variable) | |
| 2409 (sh-in-comment-or-string, sh-indent-line, sh-learn-buffer-indent) | |
| 2410 (sh-learn-line-indent, sh-load-style, sh-make-vars-local, sh-mark-init) | |
| 2411 (sh-mark-line, sh-mkword-regexpr, sh-mkword-regexp) | |
| 2412 (sh-must-be-shell-mode, sh-must-support-indent, sh-name-style) | |
| 2413 (sh-prev-line, sh-prev-stmt, sh-prev-thing, sh-read-variable) | |
| 2414 (sh-remove-our-text-properties, sh-rescan-buffer) | |
| 2415 (sh-reset-indent-vars-to-global-values, sh-safe-backward-sexp) | |
| 2416 (sh-safe-forward-sexp, sh-save-styles-to-buffer, sh-scan-buffer) | |
| 2417 (sh-scan-case, sh-search-word, sh-set-char-syntax) | |
| 2418 (sh-set-here-doc-region, sh-set-indent, sh-set-var-value) | |
| 2419 (sh-show-indent, sh-this-is-a-continuation, sh-var-value): New | |
| 2420 functions. | |
| 2421 (sh-debug, sh-electric-rparen-needed, sh-here-doc-syntax) | |
| 2422 (sh-indent-supported, sh-kw, sh-kw-alist, sh-kws-for-done) | |
| 2423 (sh-learned-buffer-hook, sh-make-vars-local, sh-regexp-for-done) | |
| 2424 (sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist) | |
| 2425 (sh-var-list): New variables. | |
| 2426 | |
| 2427 1999-10-12 Dave Pearson <davep@hagbard.demon.co.uk> | |
| 2428 | |
| 2429 * quickurl.el (quickurl-list-insert): `count-lines' was returning | |
| 2430 a value one line to high if the cursor wasn't at the start of a | |
| 2431 line. A `beginning-of-line' is now performed before making the | |
| 2432 call to `count-lines'. | |
| 2433 | |
| 2434 1999-10-11 Stefan Monnier <monnier@cs.yale.edu> | |
| 2435 | |
| 2436 * diff-mode.el (vc-backend-diff): Get rid of the autoloaded advice. | |
| 2437 | |
| 2438 1999-10-09 Stefan Monnier <monnier@cs.yale.edu> | |
| 2439 | |
| 2440 * Makefile (setwins): Abstract out the command to find subdirectories | |
| 2441 and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base). | |
| 2442 (custom-deps, finder-data, autoloads, update-subdirs, updates) | |
| 2443 (autoloads-with-other-emacs): Use it. | |
| 2444 | |
| 2445 * diff-mode.el: New file. A mode for viewing/editing context diffs. | |
| 2446 | |
| 2447 1999-10-09 Gerd Moellmann <gerd@gnu.org> | |
| 2448 | |
| 2449 * Makefile (bootstrap-compile): New target. Compile Lisp | |
| 2450 files with ../src/temacs. | |
| 2451 | |
| 2452 1999-10-08 Dave Love <fx@gnu.org> | |
| 2453 | |
| 2454 * ange-ftp.el: Require dired when compiling. | |
| 2455 (ange-ftp-normal-login): Allow EFS-style port specification. | |
| 2456 | |
| 2457 1999-10-08 Simon Marshall <simon@gnu.org> | |
| 2458 | |
| 2459 * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function. | |
| 2460 (regexp-opt-group): Use it to get common suffixes in STRINGS. | |
| 2461 If STRINGS is nil, return "" rather than nil. | |
| 2462 | |
| 2463 1999-10-08 Gerd Moellmann <gerd@gnu.org> | |
| 2464 | |
| 2465 * Makefile (compile): Compile files one by one. Set load-path to | |
| 2466 current directory and subdirectories when compiling. | |
| 2467 | |
| 2468 1999-10-08 Gerd Moellmann <gerd@gnu.org> | |
| 2469 | |
| 2470 * Makefile (EMACSOPT, DONTCOMPILE, EL): New. | |
| 2471 (emacs): Use it everywhere instead of EMACS. | |
| 2472 (compile): New target. Compile all Lisp files from scratch. | |
| 2473 (recompile): New target. Recompile lisp directory. | |
| 2474 (autoloads-with-other-emacs): New target. Build loaddefs.el with | |
| 2475 an Emacs executable not built in the current directory tree. | |
| 2476 | |
| 2477 1999-10-07 Peter Breton <pbreton@ne.mediaone.net> | |
| 2478 | |
| 2479 * filecache.el (file-cache-completion-ignore-case): New variable, | |
| 2480 defaulting to the value of completion-ignore-case. | |
| 2481 (file-cache-minibuffer-complete): Use it. | |
| 2482 (file-cache-files-matching, file-cache-files-matching-internal): | |
| 2483 New functions. | |
| 2484 | |
| 2485 1999-10-07 Emmanuel Briot <briot@gnat.com> | |
| 2486 | |
| 2487 * ada-xref.el: New file | |
| 2488 | |
| 2489 * ada-prj.el: New file | |
| 2490 | |
| 2491 * ada-stmt.el (ada-stmt-add-to-ada-menu): New function | |
| 2492 | |
| 2493 * ada-stmt.el (ada-subprogram-body): Correctly find the name of the | |
| 2494 subprogram being created. | |
| 2495 | |
| 2496 * ada-mode.el (ada-get-indent-*, ada-indent-current, ada-goto-*, | |
| 2497 ada-indent-newline-indent): Rewritten to support the new indentation | |
| 2498 scheme | |
| 2499 | |
| 2500 * ada-mode.el (ada-case-read-exceptions, ada-create-case-exceptions): | |
| 2501 New functions | |
| 2502 | |
| 2503 * ada-mode.el (ada-fill-comment-paragraph): Add support for the | |
| 2504 justification parameter | |
| 2505 | |
| 2506 * ada-mode.el (ada-make-body, ada-gen-treat-proc, | |
| 2507 ada-make-subprogram-body): Rewritten to benefit from the gnatstub | |
| 2508 external program | |
| 2509 | |
| 2510 1999-10-07 Dave Love <fx@gnu.org> | |
| 2511 | |
| 2512 * bindings.el (bound-and-true-p): New macro. | |
| 2513 (make-mode-line-mouse-sensitive): Don't require easymenu. | |
| 2514 | |
| 2515 1999-10-07 Gerd Moellmann <gerd@gnu.org> | |
| 2516 | |
| 2517 * custom.el (defface): Extend documentation for new values of | |
| 2518 `type'. | |
| 2519 | |
| 2520 * faces.el (face-spec-set-match-display): Recognize `type' of | |
| 2521 `motif', `lucid', `x-toolkit'. | |
| 2522 (menu): New face. | |
| 2523 | |
| 2524 1999-10-05 Dave Love <fx@gnu.org> | |
| 2525 | |
| 2526 * files.el: Recognize temporary crontab files. | |
| 2527 | |
| 2528 * info.el: Require jka-compr when compiling. | |
| 2529 (Info-suffix-list): Add bzip2 files (non-ms-dos only). | |
| 2530 | |
| 2531 1999-10-04 Dave Love <fx@gnu.org> | |
| 2532 | |
| 2533 * cus-start.el: Add x-stretch-cursor, indicate-empty-lines, | |
| 2534 scroll-up-aggressively, scroll-down-aggressively. | |
| 2535 | |
| 2536 * time.el (display-time-mode): Add autoload cookie. | |
| 2537 | |
| 2538 * rect.el (delete-extract-rectangle): Doc fix from verna. | |
| 2539 | |
| 2540 * help-macro.el (three-step-help): Customize. | |
| 2541 | |
| 2542 1999-10-04 Richard M. Stallman <rms@gnu.org> | |
| 2543 | |
| 2544 * hexl.el (hexlify-buffer): Move point in proper range | |
| 2545 if it is too large. | |
| 2546 (hexl-after-revert-hook): Update hexl-max-address. | |
| 2547 (hexl-address-to-marker): Doc fix. | |
| 2548 | |
| 2549 1999-10-03 Dave Love <fx@gnu.org> | |
| 2550 | |
| 2551 * image.el (defimage): Remove redundant code. Substitute file in | |
| 2552 image plist. | |
| 2553 | |
| 2554 1999-10-02 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
| 2555 | |
| 2556 * vc.el (vc-backend-checkout): Use coding system 'no-conversion | |
| 2557 when doing with-temp-file. | |
| 2558 | |
| 2559 1999-10-01 Dave Love <fx@gnu.org> | |
| 2560 | |
| 2561 * cus-edit.el (custom-comment-create): Fill :from and :to slots. | |
| 2562 | |
| 2563 * help.el: Require view when compiling. | |
| 2564 (view-emacs-FAQ): Use Info version. | |
| 2565 | |
| 2566 1999-09-29 Ken'ichi Handa <handa@gnu.org> | |
| 2567 | |
| 2568 * ps-mule.el (ps-mule-font-info-database-ps): Typo fixed | |
| 2569 (normat->normal). Use correct font names for Korean | |
| 2570 (Munhwa-Regular-KSC-EUC-H and Munhwa-Bold-KSC-EUC-H). | |
| 2571 | |
| 2572 1999-09-29 Kenichi Handa <handa@etl.go.jp> | |
| 2573 | |
| 2574 * language/cyrillic.el (cyrillic-koi8-r-decode-table): Map 8-bit | |
| 2575 code not used by KOI8 to the same 8-bit code instead of mapping to | |
| 2576 SPC. | |
| 2577 (cyrillic-alternativnyj-decode-table): Likewise. | |
| 2578 | |
| 2579 1999-09-29 Alex Schroeder <alex@gnu.org> | |
| 2580 | |
| 2581 * sql.el (sql-imenu-generic-expression): Aew, used to set | |
| 2582 imenu-generic-expression. | |
| 2583 (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting | |
| 2584 font-lock-defaults' SYNTAX-ALIST. Set imenu-generic-expression, | |
| 2585 imenu-case-fold-search, and imenu-syntax-alist. | |
| 2586 (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when | |
| 2587 setting font-lock-defaults' SYNTAX-ALIST. | |
| 2588 | |
| 2589 1999-09-28 Richard M. Stallman <rms@gnu.org> | |
| 2590 | |
| 2591 * map-ynp.el (map-y-or-n-p): If we read -1, for end of keyboard | |
| 2592 macro, try again. | |
| 2593 | |
| 2594 1999-09-28 Dave Love <fx@gnu.org> | |
| 2595 | |
| 2596 * cus-edit.el (custom-comment): Change widget definition. | |
| 2597 (custom-comment-create, custom-comment-show) | |
| 2598 (custom-comment-invisible-p): Don't use :comment-overlay. | |
| 2599 (custom-comment-hide): New function. | |
| 2600 (custom-variable-set, custom-variable-save) | |
| 2601 (custom-variable-reset-standard, custom-face-set) | |
| 2602 (custom-face-save): Use it. | |
| 2603 | |
| 2604 1999-09-27 Richard M. Stallman <rms@gnu.org> | |
| 2605 | |
| 2606 * hexl.el (hexl-mode): Do nothing if already in hexl mode. | |
| 2607 | |
| 2608 1999-09-27 Richard M. Stallman <rms@gnu.org> | |
| 2609 | |
| 2610 * faces.el (region): Doc fix. | |
| 2611 | |
| 2612 1999-09-27 Dave Love <fx@gnu.org> | |
| 2613 | |
| 2614 * isearch.el (isearch): Add :links in defgroup. | |
| 2615 (isearch-mode-map): Bind mouse-2 to isearch-mouse-yank. | |
| 2616 (isearch-switch-frame-handler): Comment out (unused). | |
| 2617 (isearch-yank-x-selection, isearch-ring-advance-edit): Doc fix. | |
| 2618 (isearch-ring-retreat-edit): Doc fix. | |
| 2619 (isearch-mouse-yank): New command. | |
| 2620 (isearch-last-command-char): Removed. Callers changed to use | |
| 2621 last-command-char. | |
| 2622 (isearch-char-to-string): Removed. Callers changed to use | |
| 2623 char-to-string. | |
| 2624 | |
| 2625 1999-09-26 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru> | |
| 2626 | |
| 2627 * ispell.el (ispell-dictionary-alist-6): Don't use "-C" | |
| 2628 option for Russian. | |
| 2629 | |
| 2630 1999-09-25 Gerd Moellmann <gerd@gnu.org> | |
| 2631 | |
| 2632 * faces.el (face-differs-from-default-p): Compare face | |
| 2633 attributes individually. | |
| 2634 | |
| 2635 * image.el (put-image, insert-image): Add string argument. | |
| 2636 | |
| 2637 1999-09-24 Gerd Moellmann <gerd@gnu.org> | |
| 2638 | |
| 2639 * ange-ftp.el (ange-ftp-date-regexp): Make it work for | |
| 2640 LANG=de_DE.iso88591 on HPUX 11.0. | |
| 2641 | |
| 2642 * dired.el (dired-move-to-filename-regexp): Make it work | |
| 2643 for LANG=de_DE.iso88591 on HPUX 11.0. | |
| 2644 | |
| 2645 1999-09-24 Richard M. Stallman <rms@gnu.org> | |
| 2646 | |
| 2647 * info.el (info-initialize): Don't test existence of ALTERNATIVE | |
| 2648 if we know for some other reason it should not be used. | |
| 2649 | |
| 2650 * emacs-lisp/edebug.el (edebug-outside-current-prefix-arg): | |
| 2651 New variable. | |
| 2652 (edebug-recursive-edit): Save current-prefix-arg there, | |
| 2653 bind it, and set it back at the end. | |
| 2654 (edebug-outside-excursion): Restore and update the outside | |
| 2655 value of current-prefix-arg. | |
| 2656 (edebug-emacs-version-specific): Delete support for Epoch. | |
| 2657 | |
| 2658 1999-09-24 Howard Melman <howard@silverstream.com> | |
| 2659 | |
| 2660 * imenu.el (imenu-after-jump-hook): New variable. | |
| 2661 (imenu): Run menu-after-jump-hook. | |
| 2662 (imenu-name-lookup-function): New variable. | |
| 2663 * imenu.el (imenu--in-alist): Use those variables. | |
| 2664 | |
| 2665 1999-09-24 Carsten Dominik <cd@gnu.org> | |
| 2666 | |
| 2667 * textmodes/reftex-parse.el (reftex-parse-from-file): Scan for | |
| 2668 multiple thebibliography environments. | |
| 2669 | |
| 2670 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug | |
| 2671 with recentering window. | |
| 2672 (reftex-extract-bib-entries-from-thebibliography, | |
| 2673 reftex-offer-bib-menu,reftex-bibtex-selection-callback): Deal | |
| 2674 with multiple thebibliography environments. | |
| 2675 | |
| 2676 * textmodes/reftex-vars.el | |
| 2677 (reftex-section-levels): Function allowed as cdr. | |
| 2678 (reftex-max-section-depth) New option. | |
| 2679 | |
| 2680 * textmodes/reftex-vcr.el (reftex-view-cr-cite): Deal | |
| 2681 with multiple thebibliography environments. | |
| 2682 | |
| 2683 1999-09-23 Gerd Moellmann <gerd@gnu.org> | |
| 2684 | |
| 2685 * iswitchb.el (iswitchb-complete): Use minibuffer-prompt-end | |
| 2686 instead of point-min in call to delete-region. | |
| 2687 | |
| 2688 1999-09-22 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
| 2689 | |
| 2690 * vc.el (vc-backend-checkout): Use with-temp-file when checking | |
| 2691 out into arbitrary file names. | |
| 2692 | |
| 2693 1999-09-19 Ken'ichi Handa <handa@gnu.org> | |
| 2694 | |
| 2695 * language/european.el ("Turkish"): New language environment. | |
| 2696 | |
| 2697 1999-09-19 Dave Love <fx@gnu.org> | |
| 2698 | |
| 2699 * delim-col.el: New file. | |
| 2700 | |
| 2701 1999-09-17 Richard Stallman <rms@gnu.org> | |
| 2702 | |
| 2703 * files.el (after-find-file): When visiting a backup file, | |
| 2704 make it read-only. | |
| 2705 | |
| 2706 * apropos.el (apropos-symbol-face): Non-nil even for ttys. | |
| 2707 (apropos-keybinding-face, apropos-label-face): Likewise. | |
| 2708 (apropos-property-face, apropos-match-face): Likewise. | |
| 2709 (apropos-label-properties): New variable. | |
| 2710 (apropos-print-doc): Use apropos-label-properties. | |
| 2711 (apropos-print): Set apropos-label-properties. | |
| 2712 | |
| 2713 1999-09-15 Richard Stallman <rms@gnu.org> | |
| 2714 | |
| 2715 * winner.el: Use aref instead of sref. | |
| 2716 | |
| 2717 * whitespace.el (whitespace-mode, whitespace-mode-line): Add defvars. | |
| 2718 | |
| 2719 1999-09-14 Gerd Moellmann <gerd@gnu.org> | |
| 2720 | |
| 2721 * lisp-mode.el (eval-last-sexp): Use prin1 instead of print. | |
| 2722 | |
| 2723 1999-09-14 Richard Stallman <rms@gnu.org> | |
| 2724 | |
| 2725 * font-lock.el (lisp-font-lock-keywords-1): Recognize an autoload | |
| 2726 cookie, even if followed by a letter. | |
| 2727 | |
| 2728 1999-09-14 Stephen Eglen <stephen@gnu.org> | |
| 2729 | |
| 2730 * progmodes/octave-inf.el (inferior-octave-startup): Ensure -i and | |
| 2731 --no-line-editing are passed to Octave by including them here | |
| 2732 rather than storing them in inferior-octave-startup-args. | |
| 2733 | |
| 2734 1999-09-14 Eli Zaretskii <eliz@gnu.org> | |
| 2735 | |
| 2736 * textmodes/texinfo.el (texinfo-font-lock-keywords): Add uref, | |
| 2737 command, option, env and sc. | |
| 2738 | |
| 2739 * subr.el (shell-quote-argument): Quote argument with double | |
| 2740 quotes for ms-dos. | |
| 2741 | |
| 2742 1999-09-14 Richard Stallman <rms@gnu.org> | |
| 2743 | |
| 2744 * simple.el (eval-expression-print-level): New variable. | |
| 2745 (eval-expression-print-length): New variable. | |
| 2746 (eval-expression-debug-on-error): New variable. | |
| 2747 (eval-expression): Bind print-level, print-length and | |
| 2748 debug-on-error from those vars. | |
| 2749 | |
| 2750 * emacs-lisp/lisp-mode.el (eval-defun, eval-last-sexp): | |
| 2751 Bind print-level, print-length and debug-on-error. | |
| 2752 | |
| 2753 1999-09-14 Inge Frick <inge@nada.kth.se> | |
| 2754 | |
| 2755 * dired.el (dired-recursive-deletes): New custom variable. | |
| 2756 (dired-re-no-dot): New variable. | |
| 2757 (dired-delete-file): New function deletes files and directories | |
| 2758 recursively. | |
| 2759 (dired-internal-do-deletions): Use `dired-delete-file' to delete files. | |
| 2760 | |
| 2761 * dired-aux.el (dired-recursive-copies): New custom variable. | |
| 2762 (dired-handle-overwrite): Broke a long line. | |
| 2763 (dired-copy-file): Call `dired-copy-file-recursive' instead of | |
| 2764 `copy-file'. | |
| 2765 (dired-copy-file-recursive): New function. Copy directories | |
| 2766 recursively. | |
| 2767 (dired-do-create-files): Added support for generalized directory | |
| 2768 target. How-to function may now return a function. New fluid | |
| 2769 variable `dired-one-file'. | |
| 2770 (dired-copy-how-to-fn): New variable. | |
| 2771 (dired-do-copy): Bind `dired-recursive-copies' to preserve it. | |
| 2772 Use dired-copy-how-to-fn as how-to argument to dired-do-create-files. | |
| 2773 (dired-do-copy-regexp): No recursive copies. | |
| 2774 | |
| 2775 1999-09-14 Rajesh Vaidheeswarran <rv@dsmit.com> | |
| 2776 | |
| 2777 * whitespace.el (whitespace-version): Update version to 2.4 | |
| 2778 | |
| 2779 * whitespace.el: Add customization variables to conditionally test | |
| 2780 any of the five whitespaces, per request from Rune Kleveland | |
| 2781 <runekl@math.uio.no> and Klaus Berndl <berndl@sdm.de>. | |
| 2782 | |
| 2783 * whitespace.el (whitespace-spacetab-regexp): Fix doc string. | |
| 2784 | |
| 2785 * whitespace.el (whitespace-modes): Add `change-log-mode' to the | |
| 2786 list of modes to be checked for bogus whitespaces. | |
| 2787 | |
| 2788 * whitespace.el (whitespace-rescan-timer-time): Update | |
| 2789 documentation. | |
| 2790 | |
| 2791 * whitespace.el (whitespace-display-unchecked-whitespaces): | |
| 2792 New function to update modeline with untested whitespaces. | |
| 2793 | |
| 2794 * whitespace.el (whitespace-buffer): Test only whitespaces whose | |
| 2795 checking is turned on, and update modeline using the newly created | |
| 2796 `whitespace-display-unchecked-whitespaces'. | |
| 2797 | |
| 2798 * whitespace.el (whitespace-cleanup): Cleanup only whitespaces | |
| 2799 whose checking is turned on, and update modeline using the newly | |
| 2800 created `whitespace-display-unchecked-whitespaces'. | |
| 2801 | |
| 2802 * whitespace.el (whitespace-describe): Update documentation. | |
| 2803 | |
| 2804 * whitespace.el (whitespace-tickle-timer): Test if | |
| 2805 `whitespace-rescan-timer-time' is non-zero before tickling timer. | |
| 2806 | |
| 2807 1999-09-13 Dave Love <fx@gnu.org> | |
| 2808 | |
| 2809 * hideif.el (hide-ifdef-mode): Add autoload cookie. | |
| 2810 | |
| 2811 * checkdoc.el (checkdoc-display-status-buffer): Avoid Help mode | |
| 2812 for temp buffer. | |
| 2813 (checkdoc-this-string-valid): Don't assume default comment-start. | |
| 2814 | |
| 2815 1999-09-13 Gerd Moellmann <gerd@gnu.org> | |
| 2816 | |
| 2817 * rsz-mini.el: Remove code, keep the interface. | |
| 2818 | |
| 2819 1999-09-13 Dave Love <fx@gnu.org> | |
| 2820 | |
| 2821 * help.el (help-highlight-p): Doc fix. | |
| 2822 | |
| 2823 * faces.el (mode-line, header-line, tool-bar): Add :version. | |
| 2824 (highlight, secondary-selection): Add :group. | |
| 2825 (trailing-whitespace): Add :group, :version. | |
| 2826 | |
| 2827 * wid-edit.el: Remove some compatibility code and checks. | |
| 2828 (widget-specify-field, widget-specify-button): Don't use XEmacs | |
| 2829 properties. | |
| 2830 (widget-overlay-inactive): Change error message. | |
| 2831 (widget-button-pressed-face): New variable. | |
| 2832 (widget-button-click): Use it. | |
| 2833 (widget-documentation-link-add): Specify mouse and button faces. | |
| 2834 (widget-echo-help-mouse, widget-stop-mouse-tracking): Functions | |
| 2835 removed now the functionality is built in. | |
| 2836 | |
| 2837 * cus-edit.el: Don't define-widget-keywords. | |
| 2838 (multimedia): New group. | |
| 2839 (custom-last): Function removed. | |
| 2840 (custom-quote): Add vectorp case, comment out characterp case. | |
| 2841 (custom-buffer-done-function, custom-raised-buttons): New option. | |
| 2842 (Custom-buffer-done): New function. | |
| 2843 (custom-buffer-create-internal): Obey custom-raised-buttons, | |
| 2844 Custom-buffer-done. | |
| 2845 (custom-button-face): Make it `released-button'. | |
| 2846 (custom-button-pressed-face): Make it `pressed-button' | |
| 2847 (custom-mode-map): Bind "q" to Custom-buffer-done. | |
| 2848 (custom-mode): Deal with raised/pressed buttons. | |
| 2849 | |
| 2850 Changes from Didier Verna: | |
| 2851 (custom-prompt-variable): Optional third arg makes prompt for a | |
| 2852 comment string. | |
| 2853 (customize-set-value, customize-set-variable, | |
| 2854 customize-save-variable): Optional prefix makes function handle | |
| 2855 variable comments. | |
| 2856 (customize-customized, customize-saved, custom-variable-state-set) | |
| 2857 (custom-variable-set, custom-variable-save, custom-face-state-set) | |
| 2858 (custom-variable-reset-saved, custom-variable-reset-standard) | |
| 2859 (custom-face-set, custom-face-save, custom-face-reset-saved) | |
| 2860 (custom-face-reset-standard, customize-save-customized): Handle | |
| 2861 custom comments. | |
| 2862 (custom-comment-face, custom-comment-tag-face): New face. | |
| 2863 (custom-comment): New widget. | |
| 2864 (custom-comment-create, custom-comment-delete) | |
| 2865 (custom-comment-value-set, custom-comment-show) | |
| 2866 ()custom-comment-invisible-p): New functions. | |
| 2867 (custom-variable-value-create, custom-face-value-create): Create a | |
| 2868 comment field widget. | |
| 2869 (custom-variable-menu, custom-face-menu): New entry for custom | |
| 2870 comment. | |
| 2871 (custom-face-value-create): Remove compatibility code. | |
| 2872 (custom-save-variables, custom-save-faces): Possibly save custom | |
| 2873 comments. | |
| 2874 | |
| 2875 * cus-face.el (custom-face-attributes): Simplify :underline, | |
| 2876 :overline, :inverse-video cases. Fix up :box case (probably needs | |
| 2877 more work). | |
| 2878 | |
| 2879 Change from Didier Verna: | |
| 2880 (custom-set-faces): The arguments can now have a custom comment as | |
| 2881 fourth argument. | |
| 2882 | |
| 2883 * custom.el: Don't define-widget-keywords. | |
| 2884 Change from Didier Verna: | |
| 2885 (custom-set-variables): The arguments can now have a | |
| 2886 custom comment as fifth element. | |
| 2887 | |
| 2888 1999-09-13 Richard Stallman <rms@gnu.org> | |
| 2889 | |
| 2890 * info.el (Info-find-node): Cope better if guesspos is too large. | |
| 2891 | |
| 2892 1999-09-12 Gerd Moellmann <gerd@gnu.org> | |
| 2893 | |
| 2894 * iswitchb.el (iswitchb-exhibit): Use buffer-string instead | |
| 2895 of buffer-substring because buffer-string doesn't copy the | |
| 2896 prompt. | |
| 2897 | |
| 2898 * faces.el (mode-line): Replaces `modeline'. | |
| 2899 (toplevel): Make `modeline' an alias for `mode-line'. | |
| 2900 | |
| 2901 1999-09-12 Gerd Moellmann <gerd@gnu.org> | |
| 2902 | |
| 2903 * gs.el: Change `ghostscript' to `postscript' in comment. | |
| 2904 | |
| 2905 1999-09-11 Rob Riepel <riepel@Stanford.EDU> | |
| 2906 | |
| 2907 * emulation/tpu-edt.el (tpu-version): New version. | |
| 2908 (tpu-search-overlay, tpu-replace-overlay): New variables. | |
| 2909 (tpu-search-highlight, tpu-toggle-direction): New functions. | |
| 2910 (tpu-lm-replace): Set tpu-replace-overlay. | |
| 2911 (tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post | |
| 2912 command hook. | |
| 2913 | |
| 2914 1999-09-11 Richard Stallman <rms@gnu.org> | |
| 2915 | |
| 2916 * isearch.el (isearch-mode-map): Undo previous change. | |
| 2917 | |
| 2918 * emacs-lisp/lisp-mode.el (eval-last-sexp): If after ?\LETTER, | |
| 2919 use all of that as the sexp. | |
| 2920 | |
| 2921 * files.el (find-file-noselect): Catch errors in file-expand-wildcards, | |
| 2922 and use the initial argument as file name directly. | |
| 2923 Likewise if nothing matches. | |
| 2924 | |
| 2925 1999-09-11 Ivar Rummelhoff <ivarru@math.uio.no> | |
| 2926 | |
| 2927 * winner.el: Major changes. Avoid changing point and mark. | |
| 2928 Save configurations after they change, not before. | |
| 2929 | |
| 2930 1999-09-10 Keisuke Nishida <kxn30@po.cwru.edu> | |
| 2931 | |
| 2932 * emacs-lisp/bytecomp.el (byte-compile-output-docform): | |
| 2933 Bind print-continuous-numbering and print-number-table. | |
| 2934 | |
| 2935 1999-09-10 Dave Love <fx@gnu.org> | |
| 2936 | |
| 2937 * bindings.el (debug-ignored-errors): Restore BBDB stuff. | |
| 2938 | |
| 2939 1999-09-09 Richard Stallman <rms@gnu.org> | |
| 2940 | |
| 2941 * whitespace.el: Finish making it fit Emacs conventions. | |
| 2942 Add autoloads. | |
| 2943 | |
| 2944 1999-09-09 Eli Zaretskii <eliz@is.elta.co.il> | |
| 2945 | |
| 2946 * generic-x.el (bat-generic-mode): "::"-style comments don't | |
| 2947 need to begin with "-". Fix the font-lock definitions of ON/OFF | |
| 2948 after BREAK/VERIFY. Remove built-in commands like CALL and ECHO | |
| 2949 from the list of keywords. Add DO to the list of keywords. | |
| 2950 | |
| 2951 1999-09-09 Dave Love <fx@gnu.org> | |
| 2952 | |
| 2953 * emacs-lisp/byte-opt.el (byte-optimize-backward-char): | |
| 2954 (byte-optimize-backward-word): New optimizations. | |
| 2955 (side-effect-free-fns, side-effect-and-error-free-fns): Add | |
| 2956 entries. | |
| 2957 | |
| 2958 1999-09-09 Gerd Moellmann <gerd@gnu.org> | |
| 2959 | |
| 2960 * image.el (put-image): Remove optional buffer parameter. | |
| 2961 | |
| 2962 * faces.el (face-italic-p): Return t only for values `italic' | |
| 2963 and `oblique'. | |
| 2964 | |
| 2965 * mouse.el (mouse-drag-mode-line-1): Extension of former | |
| 2966 mouse-drag-mode-line that also drags the header line. | |
| 2967 (mouse-drag-mode-line): Call it. | |
| 2968 (mouse-drag-header-line): New. | |
| 2969 (toplevel): Bind down-mouse-1 on header lines to | |
| 2970 mouse-drage-header-line. | |
| 2971 | |
| 2972 1999-09-08 Gerd Moellmann <gerd@gnu.org> | |
| 2973 | |
| 2974 * bindings.el (mode-line-unbury-buffer): Use aref instead of sref. | |
| 2975 (make-mode-line-mouse-sensitive): Replace `top-line' by | |
| 2976 `header-line'. | |
| 2977 | |
| 2978 1998-09-08 Michael Ernst <mernst@alum.mit.edu> | |
| 2979 | |
| 2980 * help.el (describe-function-1): Don't return empty string for keymaps. | |
| 2981 | |
| 2982 * fill.el (fill-region-as-paragraph, canonically-space-region): | |
| 2983 Respect colon-double-space at end of line. | |
| 2984 | |
|
39227
377e5f02169a
Update the email address of Stephen Gildea.
Eli Zaretskii <eliz@gnu.org>
parents:
38004
diff
changeset
|
2985 1999-09-08 Stephen Gildea <gildea@stop.mail-abuse.org> |
| 30729 | 2986 |
| 2987 * files.el (backup-by-copying-when-privileged-mismatch): New variable. | |
| 2988 (backup-buffer): Use it. | |
| 2989 | |
| 2990 1999-09-08 Peter Breton <pbreton@ne.mediaone.net> | |
| 2991 | |
| 2992 * generic-x.el (generic-define-unix-modes): Added new modes: | |
| 2993 inetd-conf-generic-mode, etc-services-generic-mode, | |
| 2994 etc-passwd-generic-mode. These are all defined for Unix by default. | |
| 2995 (apache-generic-mode): Use an imenu-generic-expression to list | |
| 2996 Configuration keywords. | |
| 2997 (samba-generic-mode): Use both ; and # as comment characters. | |
| 2998 (samba-generic-mode): Font-lock expressions now highlight name | |
| 2999 value pairs. | |
| 3000 (bat-generic-mode): Keywords are now case-insensitive through | |
| 3001 font-lock-defaults setting. | |
| 3002 (java-properties-generic-mode): Supports both ! and # as comment | |
| 3003 characters. | |
| 3004 (java-properties-generic-mode): Added an imenu-generic-expression | |
| 3005 (java-properties-generic-mode): Reworked to support the various | |
| 3006 different ways to separate name and value (viz, '=', ':' and | |
| 3007 whitespace). | |
| 3008 (show-tabs-generic-mode): Added this new generic-mode. | |
| 3009 | |
| 3010 1999-09-08 Richard Stallman <rms@gnu.org> | |
| 3011 | |
| 3012 * progmodes/inf-lisp.el: Moved from top directory. | |
| 3013 | |
| 3014 * tar-mode.el (tar-header-block-tokenize): | |
| 3015 Use `when' instead of `and'. Fix some clobbered text. | |
| 3016 | |
| 3017 * gud.el (gud-make-debug-menu): Make a child for the | |
| 3018 local menu, for its menu bar, and the debug menu. | |
| 3019 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): | |
| 3020 Use the history in the simple way. | |
| 3021 | |
| 3022 1999-09-07 Kenichi Handa <handa@etl.go.jp> | |
| 3023 | |
| 3024 * language/korea-util.el (default-korean-keyboard): Initialize it | |
| 3025 according to the environment variable HANGUL_KEYBOARD_TYPE. | |
| 3026 | |
| 3027 1999-09-07 Richard Stallman <rms@gnu.org> | |
| 3028 | |
| 3029 * subr.el (make-temp-file): New function. | |
| 3030 | |
| 3031 1999-09-07 Stefan Monnier <monnier@cs.yale.edu> | |
| 3032 | |
| 3033 * font-lock.el (font-lock-multiline): New text property contains | |
| 3034 a boolean to indicate if the char is part of a multiline match. | |
| 3035 (font-lock-default-fontify-region): Extend the region appropriately | |
| 3036 for multiline keywords. | |
| 3037 (font-lock-default-unfontify-region): Also remove the new | |
| 3038 font-lock-multiline text property. | |
| 3039 (font-lock-fontify-anchored-keywords): Mark multiline anchored matches. | |
| 3040 (font-lock-fontify-keywords-region): Mark multiline regexp matches. | |
| 3041 | |
| 3042 1999-09-07 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
| 3043 | |
| 3044 * diary-lib.el (list-diary-entries): Make sure two-digit years | |
| 3045 have leading zeros. | |
| 3046 | |
| 3047 1999-09-07 Gerd Moellmann <gerd@gnu.org> | |
| 3048 | |
| 3049 * faces.el (face-set-after-frame-default): Initialize some | |
| 3050 attributes of some faces from frame parameters. | |
| 3051 | |
| 3052 * faces.el (scroll-bar, border, cursor, mouse): New faces. | |
| 3053 | |
| 3054 1999-09-07 Gerd Moellmann <gerd@gnu.org> | |
| 3055 | |
| 3056 * faces.el (fringe): Replaces face `margin'. | |
| 3057 | |
| 3058 1999-09-07 Dave Love <fx@gnu.org> | |
| 3059 | |
| 3060 * tar-mode.el (tar-header-block-tokenize): Bind linkname. | |
| 3061 | |
| 3062 1999-09-07 Richard Stallman <rms@gnu.org> | |
| 3063 | |
| 3064 * subr.el (push): Doc fix. | |
| 3065 | |
| 3066 1999-09-06 Richard Stallman <rms@gnu.org> | |
| 3067 | |
| 3068 * vc.el (vc-annotate-display): Use < 69 not < 70 | |
| 3069 to distinguish 20YY from 19YY. | |
| 3070 | |
| 3071 * timezone.el (timezone-parse-date): Use < 69 not < 70 | |
| 3072 to distinguish 20YY from 19YY. | |
| 3073 | |
| 3074 * tar-mode.el (tar-extract): Don't assume buffer is visiting a file. | |
| 3075 | |
| 3076 1999-09-07 Dave Pearson <davep@hagbard.demon.co.uk> | |
| 3077 | |
| 3078 * quickurl.el: (quickurl-list-focused-line): Removed. | |
| 3079 (quickurl-list-insert): Now works out the focused line using | |
| 3080 `count-lines' instead of using `quickurl-list-focused-line'. | |
| 3081 | |
| 3082 1999-09-06 Richard Stallman <rms@gnu.org> | |
| 3083 | |
| 3084 * mail/rmail.el (rmail-retry-failure): Unconditionally move | |
| 3085 to beginning of message. | |
| 3086 | |
| 3087 1999-09-06 Dave Love <fx@gnu.org> | |
| 3088 | |
| 3089 * isearch.el (isearch-mode-map): Add mouse-2. | |
| 3090 | |
| 3091 * mail/rmail.el (rmail-read-password): Deleted. | |
| 3092 (rmail-get-pop-password): Use read-password. | |
| 3093 | |
| 3094 * quickurl.el: Don't conditionally define caddr. | |
| 3095 (quickurl-url-comment): Use nth, not caddr in function and | |
| 3096 defsetf. | |
| 3097 | |
| 3098 1999-09-06 Richard Stallman <rms@gnu.org> | |
| 3099 | |
| 3100 * auto-show.el: Doc fixes. | |
| 3101 | |
| 3102 1999-09-06 Stephen Eglen <stephen@gnu.org> | |
| 3103 | |
| 3104 * progmodes/octave-inf.el (inferior-octave-startup-args): Add | |
| 3105 --no-line-editing so that TABs in source files are not interpreted | |
| 3106 as completion requests. | |
| 3107 | |
| 3108 1999-09-06 Gerd Moellmann <gerd@gnu.org> | |
| 3109 | |
| 3110 * hscroll.el, auto-show.el: Remove all code, keep the public | |
| 3111 interface as no-ops. | |
| 3112 | |
| 3113 * faces.el (face-bold-p): Don't return t if face has lighter | |
| 3114 weight than normal. | |
| 3115 | |
| 3116 1999-09-06 Eli Zaretskii <eliz@gnu.org> | |
| 3117 | |
| 3118 * startup.el (command-line): Make small-temporary-file-directory | |
| 3119 be nil except on ms-dos. | |
| 3120 | |
| 3121 * files.el (small-temporary-file-directory): Ditto. Also doc fix. | |
| 3122 | |
| 3123 * progmodes/sh-script.el (sh-tmp-file): For sh, use $TMPDIR if it | |
| 3124 is defined. | |
| 3125 | |
| 3126 * dired.el (dired-re-dir, dired-re-sym): Don't match DOS drive | |
| 3127 letters with a colon after d or l. | |
| 3128 | |
| 3129 1999-09-06 Dave Love <fx@gnu.org> | |
| 3130 | |
| 3131 * emacs-lisp/byte-opt.el (byte-boolean-vars): Removed. (Now | |
| 3132 primitive.) | |
| 3133 | |
| 3134 1999-09-05 Richard Stallman <rms@gnu.org> | |
| 3135 | |
| 3136 * vc.el (vc-annotate-display): Treat 2-digit years under 70 as 20YY. | |
| 3137 | |
| 3138 * textmodes/paragraphs.el (backward-kill-sentence): | |
| 3139 Don't test minibuffer-prompt-end here. | |
| 3140 (forward-sentence): Do handle it here. | |
| 3141 (backward-kill-paragraph): Don't test it here. | |
| 3142 (forward-paragraph): Handle it here. | |
| 3143 | |
| 3144 * mouse.el (font-menu-add-default): Simplify code. | |
| 3145 | |
| 3146 1999-09-05 Gerd Moellmann <gerd@gnu.org> | |
| 3147 | |
| 3148 * faces.el (header-line): Renamed from `top-line'. | |
| 3149 | |
| 3150 1999-09-05 Gerd Moellmann <gerd@gnu.org> | |
| 3151 | |
| 3152 * faces.el (tool-bar): Change face `toolbar' to `tool-bar'. | |
| 3153 | |
| 3154 1999-09-04 Richard Stallman <rms@gnu.org> | |
| 3155 | |
| 3156 * whitespace.el: New file. | |
| 3157 | |
| 3158 1999-09-04 Dave Love <fx@gnu.org> | |
| 3159 | |
| 3160 * paths.el: Make some doc strings obey the make-docfile convention. | |
| 3161 | |
| 3162 * bindings.el: Likewise. | |
| 3163 (debug-ignored-errors): Remove BBDB ones. | |
| 3164 | |
| 3165 1999-09-03 Richard Stallman <rms@gnu.org> | |
| 3166 | |
| 3167 * mail/mh-comp.el (mh-forward): Get new subject line from the original, | |
| 3168 not from the draft to forward. | |
| 3169 | |
| 3170 * emacs-lisp/autoload.el (make-autoload): Handle defun* like defun. | |
| 3171 | |
| 3172 1999-09-03 Dave Love <fx@gnu.org> | |
| 3173 | |
| 3174 * double.el (double-mode): Customize the variable. | |
| 3175 | |
| 3176 1999-09-03 Kenichi Handa <handa@etl.go.jp> | |
| 3177 | |
| 3178 * international/characters.el: Delete duplicated code. | |
| 3179 | |
| 3180 1999-09-02 Richard Stallman <rms@gnu.org> | |
| 3181 | |
| 3182 * indent.el (indent-relative): Doc fix. | |
| 3183 | |
| 3184 * quickurl.el (quickurl): Doc fix. | |
| 3185 | |
| 3186 1999-09-02 Gerd Moellmann <gerd@gnu.org> | |
| 3187 | |
| 3188 * faces.el (margin): Change background to "gray" for mono (this is | |
| 3189 drawn with a stipple pattern). | |
| 3190 | |
| 3191 1999-09-02 Gerd Moellmann <gerd@gnu.org> | |
| 3192 | |
| 3193 * simple.el (next-history-element): Use minibuffer-prompt-end once | |
| 3194 again. Remove test for minibuffer-prompt-in-buffer. | |
| 3195 | |
| 3196 1999-09-02 Eli Zaretskii <eliz@gnu.org> | |
| 3197 | |
| 3198 * files.el (small-temporary-file-directory): New variable. | |
| 3199 | |
| 3200 * startup.el (command-line): Compute the value of | |
| 3201 small-temporary-file-directory. | |
| 3202 | |
| 3203 * ediff-init.el (ediff-temp-file-prefix): Use | |
| 3204 small-temporary-file-directory if non-nil. | |
| 3205 | |
| 3206 * vc.el (vc-update-change-log): Likewise. | |
| 3207 | |
| 3208 * progmodes/cmacexp.el (c-macro-expansion): Likewise. | |
| 3209 | |
| 3210 * simple.el (shell-command, shell-command-on-region): Use | |
| 3211 make-temp-name properly. Use small-temporary-file-directory if | |
| 3212 non-nil, otherwise temporary-file-directory, to generate temporary | |
| 3213 files. | |
| 3214 | |
| 3215 * dos-w32.el (direct-print-region-helper): Use | |
| 3216 temporary-file-directory. (From Stefan Monnier.) | |
| 3217 | |
| 3218 1999-09-02 Richard Stallman <rms@gnu.org> | |
| 3219 | |
| 3220 * progmodes/asm-mode.el (asm-mode): Set comment-start properly | |
| 3221 from asm-comment-char. | |
| 3222 (asm-font-lock-keywords): Recognize instruction width suffixes. | |
| 3223 | |
| 3224 1999-09-01 Richard Stallman <rms@gnu.org> | |
| 3225 | |
| 3226 * play/fortune.el: New file. | |
| 3227 | |
| 3228 1999-08-31 Dave Love <fx@gnu.org> | |
| 3229 | |
| 3230 * help.el (help-make-xrefs): Don't lose on non-empty blank line | |
| 3231 after key table. | |
| 3232 | |
| 3233 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add several w32 and | |
| 3234 redisplay variables. | |
| 3235 | |
| 3236 * subr.el (push): Fix typo. | |
| 3237 | |
| 3238 1999-08-30 Kevin Blake <kblake@ticnet.com> | |
| 3239 | |
| 3240 * emacs-lisp/ring.el: Many doc fixes. | |
| 3241 (ring-size, ring-copy): New functions. | |
| 3242 | |
| 3243 1999-08-29 Richard Stallman <rms@gnu.org> | |
| 3244 | |
| 3245 * progmodes/etags.el (tags-loop-continue): | |
| 3246 After tags-loop-operate returns, force skip to next file. | |
| 3247 | |
| 3248 * mail/mail-extr.el (mail-extr-all-letters-but-separators) | |
| 3249 (mail-extr-first-letters, mail-extr-last-letters): | |
| 3250 Use character classes [:alpha:] and [:alnum:]. | |
| 3251 | |
| 3252 * subr.el (push, pop): New macros. | |
| 3253 | |
| 3254 * progmodes/compile.el (compilation-error-regexp-alist): | |
| 3255 New item for SGI IRIX MipsPro compilers. | |
| 3256 | |
| 3257 * speedbar.el (speedbar-directory-buttons): Recognize | |
| 3258 device names when checking for file names. | |
| 3259 | |
| 3260 * array.el (array-reconfigure-rows): Use generate-new-buffer. | |
| 3261 | |
| 3262 * emacs-lisp/lisp-mode.el (eval-defun): Expand macros, | |
| 3263 and specially handle defvar inside their expansions. | |
| 3264 (eval-defun-1): New subroutine. | |
| 3265 | |
| 3266 * progmodes/compile.el (compilation-error-regexp-alist): | |
| 3267 Fix the Perl -w entry to allow period after line number. | |
| 3268 Don't allow newlines in file name, but allow them after line number | |
| 3269 for Perl debugging traces. | |
| 3270 | |
| 3271 * which-func.el (which-func-cleanup-function): New variable. | |
| 3272 (which-function): Call that function. | |
| 3273 | |
| 3274 * emacs-lisp/find-func.el (find-function-regexp): Allow a ) or ( | |
| 3275 to end a function name. | |
| 3276 | |
| 3277 * informat.el (Info-tagify): Don't insert more than one newline | |
| 3278 before the tag table. | |
| 3279 | |
| 3280 1999-08-29 Stefan Monnier <monnier@cs.yale.edu> | |
| 3281 | |
| 3282 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather | |
| 3283 than make-temp-name, use match-string-no-properties, and eliminate | |
| 3284 a quadratic behavior when building bibtex-strings. | |
| 3285 | |
| 3286 1999-08-29 Alex Schroeder <alex@gnu.org> | |
| 3287 | |
| 3288 * comint.el (comint-input-ring-separator): New variable. | |
| 3289 (comint-read-input-ring): Doc change; use | |
| 3290 comint-input-ring-separator when reading file. | |
| 3291 (comint-write-input-ring): Use | |
| 3292 comint-input-ring-separator when writing file. | |
| 3293 | |
| 3294 1999-08-29 Marc Girod <girod@shire.ntc.nokia.com> | |
| 3295 | |
| 3296 * informat.el (Info-tagify): Start by widening. | |
| 3297 Match node headers that don't list the file name, | |
| 3298 and more kinds of page separations. | |
| 3299 Strip properties during tagification. | |
| 3300 Use start of node header line as tag's position. | |
| 3301 Fix the "done" message. | |
| 3302 | |
| 3303 (Info-validate): Save and restore match data around narrowing down. | |
| 3304 | |
| 3305 1999-08-28 Richard M. Stallman <rms@gnu.org> | |
| 3306 | |
| 3307 * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode): | |
| 3308 On repeated call, override previous values put into | |
| 3309 minor-mode-map-alist and minor-mode-alist. | |
| 3310 | |
| 3311 1999-08-28 Michael Ernst <mernst@alum.mit.edu> | |
| 3312 | |
| 3313 * dired-x.el (dired-guess-shell-alist-default): Support bzip2 format. | |
| 3314 | |
| 3315 1999-08-27 Andreas Schwab <schwab@gnu.org> | |
| 3316 | |
| 3317 * vc.el (vc-backend-merge-news): Fix regexp to also match P marker | |
| 3318 from cvs update. | |
| 3319 | |
| 3320 1999-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
| 3321 | |
| 3322 * calendar/calendar.el (calendar-move-hook): New hook. | |
| 3323 | |
| 3324 * calendar/cal-move.el: Call the new hook in every movement function. | |
| 3325 | |
| 3326 * calendar/calendar.el (calendar-goto-astro-day-number): Autoload | |
| 3327 the right function name. | |
| 3328 | |
|
39227
377e5f02169a
Update the email address of Stephen Gildea.
Eli Zaretskii <eliz@gnu.org>
parents:
38004
diff
changeset
|
3329 1999-08-26 Stephen Gildea <gildea@stop.mail-abuse.org> |
| 30729 | 3330 |
| 3331 * time-stamp.el: Put quote-backquote around all symbol names | |
| 3332 in doc strings, for mousing. | |
| 3333 (time-stamp): Support multi-line patterns. | |
| 3334 (time-stamp-inserts-lines): New variable. | |
| 3335 (time-stamp-count): New variable. | |
| 3336 (time-stamp-string-preprocess): Fixed bug where "%%a" becomes | |
| 3337 "Thu" instead of "%a". | |
| 3338 | |
| 3339 1999-08-25 Gerd Moellmann <gerd@gnu.org> | |
| 3340 | |
| 3341 * simple.el (kill-word): Undo previous change. | |
| 3342 | |
| 3343 1999-08-25 Gerd Moellmann <gerd@gnu.org> | |
| 3344 | |
| 3345 * jit-lock.el (jit-lock-function): Extend the fontified range | |
| 3346 to the beginning of the line containing the range start and | |
| 3347 the beginning of the line following the range end. | |
| 3348 | |
| 3349 1999-08-24 Dave Love <fx@gnu.org> | |
| 3350 | |
| 3351 * timezone.el: Move provide to end. | |
| 3352 (timezone-parse-date): Simplify somewhat. Assume 2-digit years | |
| 3353 <70 are 2000+. | |
| 3354 (timezone-parse-time): Simplify somewhat. | |
| 3355 | |
| 3356 1999-08-24 Gerd Moellmann <gerd@gnu.org> | |
| 3357 | |
| 3358 * faces.el (margin): Renamed from bitmap-area. | |
| 3359 | |
| 3360 1999-08-24 Alex Schroeder <alex@gnu.org> | |
| 3361 | |
| 3362 * sql.el: Doc changes. | |
| 3363 (sql-sybase): Use sql-server instead of sql-database. | |
| 3364 | |
| 3365 1999-08-23 Dave Love <fx@gnu.org> | |
| 3366 | |
| 3367 * rect.el: Add/fix various doc strings. Add `*' to all the | |
| 3368 interactive specs. | |
| 3369 | |
| 3370 1999-08-21 Gerd Moellmann <gerd@gnu.org> | |
| 3371 | |
| 3372 * jit-lock.el (jit-lock-function): Use line-beginning-position. | |
| 3373 Don't unwind-protect font-lock-fontify-region. | |
| 3374 | |
| 3375 * paragraphs.el (backward-kill-paragraph): Don't move | |
| 3376 point into mini-buffer prompt. | |
| 3377 (backward-kill-sentence): Ditto. | |
| 3378 | |
| 3379 * simple.el (next-history-element): Use minibuffer-prompt-end. | |
| 3380 Remove test for minibuffer-prompt-in-buffer. | |
| 3381 (kill-word): Don't move point into mini-buffer prompt. | |
| 3382 | |
| 3383 1999-08-21 Dave Love <fx@gnu.org> | |
| 3384 | |
| 3385 * Makefile: Exclude CVS dirs like RCS. | |
| 3386 | |
| 3387 1999-08-19 Dave Love <fx@gnu.org> | |
| 3388 | |
| 3389 * tooltip.el (tooltip-mode): Customize this, per convention. | |
| 3390 (tooltip-active): Option deleted. | |
| 3391 | |
| 3392 * font-lock.el (global-font-lock-mode): Autoload. Add :initialize. | |
| 3393 | |
| 3394 * hanoi.el, page-ext.el: Declare dynamic vars. | |
| 3395 | |
| 3396 * term.el: Avoid ange-ftp related compilation warnings. | |
| 3397 | |
| 3398 1999-08-18 Gerd Moellmann <gerd@gnu.org> | |
| 3399 | |
| 3400 * font-lock.el (font-lock-support-mode): Make `jit-lock-mode' | |
| 3401 the default so that beginners can benefit from it without | |
| 3402 searching in manuals. | |
| 3403 | |
| 3404 1999-08-18 Ray Blaak <blaak@gnu.org> | |
| 3405 | |
| 3406 * progmodes/delphi.el: Consider assembly sections as blocks, to | |
| 3407 indent them better. Make auto-indent on newline optional. | |
| 3408 | |
| 3409 1999-08-17 Gerd Moellmann <gerd@gnu.org> | |
| 3410 | |
| 3411 * bindings.el (mode-line-modified): Look up key binding for C-x | |
| 3412 C-q. If it's bound call that binding, otherwise call | |
| 3413 toggle-read-only. | |
| 3414 | |
| 3415 1999-08-17 Dave Love <fx@gnu.org> | |
| 3416 | |
| 3417 * info.el (info): Doc fix. | |
| 3418 | |
| 3419 * finder.el (finder-known-keywords): Add `multimedia'. | |
| 3420 | |
| 3421 * apropos.el: Don't capitalize custom group name. | |
| 3422 | |
| 3423 * info-look.el: Remove compatibility code. | |
| 3424 (info-lookup-guess-default*): DTRT for point at start of symbol. | |
| 3425 (info-complete): Don't lose with point not at end of symbol. | |
| 3426 | |
| 3427 1999-08-16 Gerd Moellmann <gerd@gnu.org> | |
| 3428 | |
| 3429 * term.el (toplevel): Make face `term-default' an empty face. | |
| 3430 The code relied on the fact that Emacs ignored invalid faces in | |
| 3431 face text properties in 20.4. | |
| 3432 | |
| 3433 1999-08-16 Richard M. Stallman <rms@gnu.org> | |
| 3434 | |
| 3435 * subr.el (point-at-eol, point-at-bol): New aliases. | |
| 3436 | |
| 3437 * simple.el: Functions reordered. | |
| 3438 | |
| 3439 * rect.el (delete-rectangle-line): Use line-end-position. | |
| 3440 | |
| 3441 1999-08-16 Karl Heuer <kwzh@gnu.org> | |
| 3442 | |
| 3443 * subr.el (assoc-ignore-case, assoc-ignore-representation): Moved | |
| 3444 here from simple.el. | |
| 3445 | |
| 3446 1999-08-16 Dave Love <fx@gnu.org> | |
| 3447 | |
| 3448 * mouse.el: Provide `mldrag' for compatibility. | |
| 3449 (mldrag-drag-mode-line, mldrag-drag-vertical-line): New aliases, | |
| 3450 marked obsolete. | |
| 3451 | |
| 3452 * mldrag.el: Removed since the features are in mouse.el. | |
| 3453 | |
| 3454 * jka-compr.el (auto-compression-mode): New variable for | |
| 3455 customization. | |
| 3456 | |
| 3457 * bindings.el (mode-line-mule-info): Doc fix. | |
| 3458 | |
| 3459 * msb.el (msb--choose-file-menu): Use `completion-ignore-case' in | |
| 3460 name comparisons. | |
| 3461 | |
| 3462 * files.el (interpreter-mode-alist): Add make, guile, clisp. | |
| 3463 (find-file): Doc fix. | |
| 3464 | |
| 3465 1999-08-16 Carsten Dominik <cd@gnu.org> | |
| 3466 | |
| 3467 * textmodes/reftex.el: Most of the code moved to other files. | |
| 3468 * textmodes/reftex-auc.el: New file, split out from reftex.el | |
| 3469 * textmodes/reftex-cite.el: New file, split out from reftex.el | |
| 3470 * textmodes/reftex-global.el: New file, split out from reftex.el | |
| 3471 * textmodes/reftex-index.el: New file, split out from reftex.el | |
| 3472 * textmodes/reftex-parse.el: New file, split out from reftex.el | |
| 3473 * textmodes/reftex-ref.el: New file, split out from reftex.el | |
| 3474 * textmodes/reftex-sel.el: New file, split out from reftex.el | |
| 3475 * textmodes/reftex-toc.el: New file, split out from reftex.el | |
| 3476 * textmodes/reftex-vars.el: New file, split out from reftex.el | |
| 3477 * textmodes/reftex-vcr.el: New file, split out from reftex.el | |
| 3478 | |
| 3479 1999-08-16 Carsten Dominik <cd@gnu.org> | |
| 3480 | |
| 3481 * textmodes/reftex.el: (reftex-pop-to-bibtex-entry): Fixed | |
| 3482 conflict with pop-up-frames. | |
| 3483 (reftex-special-environment-parsers): New constant. | |
| 3484 (reftex-label-alist): car of an entry can also be a function. | |
| 3485 (reftex-what-special-env): Cew function. | |
| 3486 (reftex-label-location): Call `reftex-what-special-env'. | |
| 3487 (reftex-compile-variables): Check for symbol in | |
| 3488 `reftex-label-alist'. | |
| 3489 (reftex-what-environment): Fixed bug with stacked environments of | |
| 3490 same kind (e.g. enumerate). | |
| 3491 (reftex-process-string): Preserve default directory. | |
| 3492 (reftex-label-alist-builtin): Changed prefixes of endnote and | |
| 3493 footnote. Also the magic words. | |
| 3494 (reftex-reference): Interprete new option | |
| 3495 `reftex-fref-is-default'. | |
| 3496 (reftex-replace-prefix-escapes): Interprete new `%S' format. | |
| 3497 (reftex-toc-mouse-view-line): Command removed (had no binding). | |
| 3498 (reftex-everything-regexp): New function. | |
| 3499 (reftex-nearest-match): Made better. | |
| 3500 (reftex-toc-find-section): Use new version of | |
| 3501 `reftex-nearest-match'. | |
| 3502 (reftex-insert-docstruct): Adapted to work with the index stuff. | |
| 3503 (reftex-parse-from-file): Find index entries as well. | |
| 3504 (reftex-toc-toggle-index): New function | |
| 3505 (reftex-toc-map): `i' is now used to togle the index, File | |
| 3506 boundaries has been moved to `F'. | |
| 3507 (reftex-select-label-map): Toggling display of file boundaries is | |
| 3508 now on the `F' key, for consistency with `reftex-toc-map'. | |
| 3509 (reftex-erase-all-selection-and-index-buffers): Renamed from | |
| 3510 `reftex-erase-all-selection-buffer'. Now also kills the index | |
| 3511 buffers. | |
| 3512 (reftex-viewing-cross-references): Customization group renamed | |
| 3513 from reftex-viewing-cross-references-and-citations. | |
| 3514 (reftex-index-macro-regexp, | |
| 3515 reftex-find-index-entry-regexp-format): New variables | |
| 3516 (reftex-macros-with-index): New variable | |
| 3517 (reftex-add-index-macros): New function | |
| 3518 (reftex-renumber-simple-labels, reftex-translate): Allow for | |
| 3519 multiple labels in a single ref command. | |
| 3520 (reftex-index-support): New customization group | |
| 3521 (reftex-support-index, reftex-index-special-chars, | |
| 3522 reftex-index-macros, reftex-index-default-macro, | |
| 3523 reftex-index-default-tag, reftex-index-math-format, | |
| 3524 reftex-index-section-letters, reftex-index-include-context, | |
| 3525 reftex-index-follow-mode, reftex-index-header-face, | |
| 3526 reftex-index-section-face, reftex-index-tag-face, | |
| 3527 reftex-index-face): New options | |
| 3528 (reftex-index-map, reftex-index-menu, reftex-last-index-file, | |
| 3529 reftex-index-tag, reftex-index-return-marker, | |
| 3530 reftex-index-restriction-indicator, reftex-index-restriction-data, | |
| 3531 reftex-index-macro-regexp, reftex-index-level-re, | |
| 3532 reftex-index-key-end-re, reftex-find-index-entry-regexp-format, | |
| 3533 reftex-everything-regexp-no-index, reftex-index-re, | |
| 3534 reftex-macros-with-index, reftex-index-macro-alist): New variables | |
| 3535 (reftex-index-help, reftex-index-macros-builtin, | |
| 3536 reftex-key-to-index-macro-alist, reftex-query-index-macro-prompt, | |
| 3537 reftex-query-index-macro-help): New constants | |
| 3538 (reftex-index-selection-or-word, reftex-index, | |
| 3539 reftex-default-index, reftex-update-default-index, | |
| 3540 reftex-index-complete-tag, reftex-index-select-tag, | |
| 3541 reftex-index-complete-key, reftex-index-update-taglist, | |
| 3542 reftex-index-globally, reftex-index-mode, reftex-index-show-entry, | |
| 3543 reftex-display-index, reftex-insert-index, | |
| 3544 reftex-index-insert-new-letter, reftex-get-restriction, | |
| 3545 reftex-index-pre-command-hook, reftex-index-post-command-hook, | |
| 3546 reftex-index-show-help, reftex-index-next, reftex-index-previous, | |
| 3547 reftex-index-toggle-follow, reftex-index-toggle-context, | |
| 3548 reftex-index-view-entry, reftex-index-goto-entry-and-hide, | |
| 3549 reftex-index-goto-entry, reftex-index-mouse-goto-line-and-hide, | |
| 3550 reftex-index-quit, reftex-index-quit-and-kill, | |
| 3551 reftex-index-goto-toc, reftex-index-rescan, reftex-index-Rescan, | |
| 3552 reftex-index-revert, reftex-index-switch-index-tag, | |
| 3553 reftex-index-restrict-to-section, reftex-index-widen, | |
| 3554 reftex-index-restriction-forward, | |
| 3555 reftex-index-restriction-backward, reftex-index-visit-location, | |
| 3556 reftex-index-analyze-entry, reftex-index-globalize, | |
| 3557 reftex-index-edit, reftex-index-toggle-range-beginning, | |
| 3558 reftex-index-toggle-range-end, reftex-index-edit-key, | |
| 3559 reftex-index-edit-attribute, reftex-index-edit-visual, | |
| 3560 reftex-index-edit-part, reftex-index-level-down, | |
| 3561 reftex-index-level-up, reftex-index-kill, reftex-index-undo, | |
| 3562 reftex-index-change-entry, reftex-index-goto-letter, | |
| 3563 reftex-add-index-macros, reftex-ensure-index-support, | |
| 3564 reftex-index-info-safe, reftex-index-info): New functions. | |
| 3565 | |
| 3566 | |
| 3567 1999-08-15 Richard M. Stallman <rms@gnu.org> | |
| 3568 | |
| 3569 * paren.el (show-paren-mode): Support making show-paren-mode | |
| 3570 a buffer-local variable. Don't check for a window system. | |
| 3571 (show-paren-function): Check whether show-paren-function is | |
| 3572 enabled in current buffer; do the right thing if not. | |
| 3573 Don't check for a window system. | |
| 3574 (show-paren-mode): Make it a user variable. | |
| 3575 | |
| 3576 * add-log.el (add-log-current-defun): Exclude all trailing whitespace. | |
| 3577 Handle `enum' like `struct'. | |
| 3578 | |
| 3579 * server.el (server-process-filter): If a client visits no buffers, | |
| 3580 close it immediately before recording it. | |
| 3581 | |
| 3582 * mail/mail-utils.el (mail-unquote-printable): Make it autoload. | |
| 3583 Optimize by calling concat just once. Handle =\n sequence. | |
| 3584 (mail-unquote-printable-region): New command. | |
| 3585 (mail-quote-printable): Make it autoload. | |
| 3586 | |
| 3587 1999-08-15 Karl Heuer <kwzh@gnu.org> | |
| 3588 | |
| 3589 * progmodes/octave-mod.el (octave-maintainer-address): Use gnu.org. | |
| 3590 | |
| 3591 1999-08-15 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp> | |
| 3592 | |
| 3593 * lisp/texinfmt.el: Handle @ifnottex. | |
| 3594 | |
| 3595 1999-08-15 Eli Zaretskii <eliz@gnu.org> | |
| 3596 | |
| 3597 * frame.el (blink-cursor): Don't turn on cursor blinking for | |
| 3598 ms-dos. | |
| 3599 | |
| 3600 * faces.el (face-valid-attribute-values): Look in | |
| 3601 x-bitmap-file-path only for x and w32 window systems. | |
| 3602 | |
| 3603 * term/pc-win.el (x-list-fonts): Return "ms-dos", not "default". | |
| 3604 Do that if width is nil as well. | |
| 3605 (x-display-mm-height, x-display-mm-width): Update values. | |
| 3606 (x-colors): Compute the list from msdos-color-values. | |
| 3607 (x-select-enable-clipboard): Doc fix. | |
| 3608 (x-frob-font-weight, x-font-family-list): New functions. | |
| 3609 | |
| 3610 1999-08-15 Toby Speight <Toby.Speight@streapadair.freeserve.co.uk> | |
| 3611 | |
| 3612 * window.el (shrink-window-if-larger-than-buffer): Don't try to | |
| 3613 back up from beginning of buffer. | |
| 3614 | |
| 3615 1999-08-13 Karl Heuer <kwzh@gnu.org> | |
| 3616 | |
| 3617 * emacs-lisp/advice.el (ad-special-forms): Use track-mouse iff bound. | |
| 3618 | |
| 3619 1999-08-13 Alakazam Petrofsky <Alakazam@Petrofsky.Berkeley.CA.US> | |
| 3620 | |
| 3621 * play/hanoi.el: Mostly rewritten. Customized. To support an s2G | |
| 3622 doomsday clock, speed control is added and changes are made to | |
| 3623 allow large numbers of rings: rings now show the whole ring | |
| 3624 number, not just the last digit; consecutive rings are allowed to | |
| 3625 be the same size when necessary to fit all the rings in the | |
| 3626 window; and poles can be oriented horizontally. Face support is | |
| 3627 thrown in gratuitously. | |
| 3628 (hanoi): Changed default number of rings back to 3. | |
| 3629 (hanoi-unix, hanoi-unix-64): New commands | |
| 3630 (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces, | |
| 3631 hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face, | |
| 3632 hanoi-odd-ring-face): New variables. | |
| 3633 (hanoi-internal, hanoi-current-time-float, hanoi-put-face, | |
| 3634 hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for, | |
| 3635 hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions. | |
| 3636 (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n. | |
| 3637 (hanoi-topos, hanoi-draw-ring): Removed. | |
| 3638 | |
| 3639 1999-08-12 Gerd Moellmann <gerd@gnu.org> | |
| 3640 | |
| 3641 * faces.el (face-valid-attribute-values): Return an alist for | |
| 3642 families on ttys. | |
| 3643 (face-read-integer): Handle unspecified face attributes. Add | |
| 3644 completion for `unspecified'. | |
| 3645 (read-face-attribute): Handle unspecified font attributes. | |
| 3646 (face-valid-attribute-values): Add `unspecified' to lists so that | |
| 3647 it can be chosen via completion. | |
| 3648 (face-read-string): Don't recognize "none" as input. | |
| 3649 | |
| 3650 1999-08-10 Dave Love <fx@gnu.org> | |
| 3651 | |
| 3652 * sendmail.el (mail-specify-envelope-from): Fix quoting of doc | |
| 3653 string. | |
| 3654 | |
| 3655 * sun-curs.el: Require sun-fns. | |
| 3656 | |
| 3657 1999-08-10 Dave Love <fx@gnu.org> | |
| 3658 | |
| 3659 * autorevert.el (auto-revert-mode): Add autoload cookie. | |
| 3660 | |
| 3661 * hscroll.el, auto-show.el: Files deleted -- we have built-in | |
| 3662 hscroll. | |
| 3663 | |
| 3664 * simple.el (hscroll-step, hscroll-point-visible) | |
| 3665 (hscroll-window-column): Remove now we have the mentioned real | |
| 3666 horizontal autoscrolling. | |
| 3667 | |
| 3668 1999-08-10 Richard M. Stallman <rms@gnu.org> | |
| 3669 | |
| 3670 * mail/sendmail.el (sendmail-send-it): Let mail-specify-envelope-from | |
| 3671 control use of -f option. | |
| 3672 (mail-specify-envelope-from): New variable. | |
| 3673 (mail-from-style): Doc fix. | |
| 3674 | |
| 3675 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): New fn. | |
| 3676 (easy-menu-get-map): New arg TO-MODIFY helps choose | |
| 3677 between local and global maps. | |
| 3678 (easy-menu-add-item): Pass TO-MODIFY arg to easy-menu-get-map. | |
| 3679 (easy-menu-change): Doc fix. | |
| 3680 | |
| 3681 * info-look.el (info-lookup-guess-c-symbol): Use skip-syntax-backward. | |
| 3682 (info-lookup-guess-default): Simplified and cleaned up. | |
| 3683 (info-lookup-guess-default*): Preserve point. | |
| 3684 | |
| 3685 * view.el (view-mode-disable): If buffer-read-only is nil, | |
| 3686 don't change it. | |
| 3687 | |
| 3688 * files.el (after-find-file): Disable View mode if buffer is no | |
| 3689 longer read-only. | |
| 3690 | |
| 3691 * view.el (view-mode-enable, view-mode-disable): | |
| 3692 Call force-mode-line-update. | |
| 3693 | |
| 3694 1999-08-10 Karl Heuer <kwzh@gnu.org> | |
| 3695 | |
| 3696 * language/european.el, emacs-lisp/byte-opt.el: Fix provide call. | |
| 3697 * array.el, play/landmark.el, international/latin-3.el: Likewise. | |
| 3698 * sun-curs.el, term/sun-mouse.el, progmodes/simula.el: Likewise. | |
| 3699 | |
| 3700 1999-08-10 Alex Schroeder <asc@bsiag.com> | |
| 3701 | |
| 3702 * ansi-color.el (ansi-color-to-text-properties): Added New state 5 | |
| 3703 to prevent m-eating-bug. | |
| 3704 | |
| 3705 1999-08-10 Eli Zaretskii <eliz@gnu.org> | |
| 3706 | |
| 3707 * term/pc-win.el (msdos-bg-mode): Remove. Call | |
| 3708 frame-set-background-mode instead. All callers changed. | |
| 3709 (msdos-face-setup): Don't force color display parameter, it is set | |
| 3710 by frame-set-background-mode. | |
| 3711 (make-msdos-frame): Call x-handle-reverse-video and | |
| 3712 face-set-after-frame-default. Delete frame if creation failed. | |
| 3713 | |
| 3714 * faces.el (face-set-after-frame-default): Don't call | |
| 3715 make-face-x-resource-internal for the pc window-system. | |
| 3716 | |
| 3717 1999-08-10 Dave Love <fx@melange.gnu.org> | |
| 3718 | |
| 3719 * emacs-lisp/advice.el (ad-make-single-advice-docstring): Treat | |
| 3720 case with no docstring specially. | |
| 3721 | |
| 3722 1999-08-09 Eli Zaretskii <eliz@gnu.org> | |
| 3723 | |
| 3724 * complete.el (PC-do-completion): If completing on file name, | |
| 3725 reproduce str by concatenating its directory and basename parts. | |
| 3726 | |
| 3727 1999-08-07 Dave Love <fx@gnu.org> | |
| 3728 | |
| 3729 * man.el (Man-softhyphen-to-minus): Revert previous change. Avoid | |
| 3730 unibyte to multibyte conversion of search-forward (from Handa), | |
| 3731 but avoid the replacement if the language is Latin-N. | |
| 3732 | |
| 3733 1999-08-06 Richard Stallman <rms@gnu.org> | |
| 3734 | |
| 3735 * emacs-lisp/eval-reg.el (elisp-eval-buffer): Handle all 5 args | |
| 3736 of eval-buffer. | |
| 3737 | |
| 3738 * international/mule.el (load-with-code-conversion): | |
| 3739 Pass t to eval-buffer for DO-ALLOW-PRINT. | |
| 3740 | |
| 3741 1999-08-06 Geoff Voelker <voelker@cs.washington.edu> | |
| 3742 | |
| 3743 * ls-lisp.el (ls-lisp-delete-matching): List argument is now alist | |
| 3744 of filenames and attributes. | |
| 3745 (ls-lisp-insert-directory): Use directory-files-and-attributes | |
| 3746 for speed. | |
| 3747 | |
| 3748 1999-08-05 Dave Love <fx@gnu.org> | |
| 3749 | |
| 3750 * auto-show.el (auto-show-mode): Fix :set. | |
| 3751 | |
| 3752 * widget.el (define-widget-keywords): Make dummy definition and | |
| 3753 comment-out its use. | |
| 3754 | |
| 3755 1999-08-04 Richard Stallman <rms@gnu.org> | |
| 3756 | |
| 3757 * progmodes/tcl.el: Customized. | |
| 3758 | |
| 3759 * sql.el (sql-accumulate-and-indent): Instead of testing | |
| 3760 whether this is Emacs 20 before calling comint-accumulate, | |
| 3761 test whether comint-accumulate is defined. | |
| 3762 | |
| 3763 1999-08-04 Dave Love <fx@gnu.org> | |
| 3764 | |
| 3765 * sgml-mode.el: Require outline when compiling. | |
| 3766 (sgml-mode-hook, html-mode-hook): Customize. | |
| 3767 (sgml-validate-command): Fix :version. | |
| 3768 (html-autoview-mode): Doc fix. | |
| 3769 | |
| 3770 * man.el (Man-softhyphen-to-minus): Fix for multibyte case, do | |
| 3771 nothing in Latin-N environment. | |
| 3772 | |
| 3773 * info.el (Info-find-node): Call info-initialize here. | |
| 3774 (info): Not here. | |
| 3775 (Info-file-list-for-emacs): Add message, dired-x, c, viper. | |
| 3776 | |
| 3777 1999-08-04 Richard Stallman <rms@gnu.org> | |
| 3778 | |
| 3779 * ansi-color.el: New file. | |
| 3780 | |
| 3781 1999-08-04 Stefan Monnier <monnier@cs.yale.edu> | |
| 3782 | |
| 3783 * dired.el (dired-string-replace-match): Return `nil' when no match | |
| 3784 found with global search. | |
| 3785 | |
| 3786 * ledit.el (ledit-zap-file, ledit-read-file, ledit-compile-file): | |
| 3787 * terminal.el (te-terminfo-directory): | |
| 3788 * mail/mailpost.el (post-mail-send-it): | |
| 3789 * mail/metamail.el (metamail-region): | |
| 3790 * progmodes/ada-mode.el (ada-tmp-directory): | |
| 3791 Use temporary-file-directory. | |
| 3792 | |
| 3793 * progmodes/compile.el (compilation-parsing-end,compilation-setup) | |
| 3794 (compilation-filter, compilation-forget-errors) | |
| 3795 (compilation-parse-errors): Use a marker instead of an integer for | |
| 3796 `compilation-parsing-end'. | |
| 3797 | |
| 3798 * progmodes/diff.el (diff-parse-differences): | |
| 3799 Use a marker instead of an integer for `compilation-parsing-end'. | |
| 3800 * textmodes/tex-mode.el (tex-compilation-parse-errors): | |
| 3801 Use a marker instead of an integer for `compilation-parsing-end'. | |
| 3802 | |
| 3803 1999-08-03 Richard Stallman <rms@gnu.org> | |
| 3804 | |
| 3805 * buff-menu.el (Buffer-menu-mode-map): Add V for Buffer-menu-View. | |
| 3806 (Buffer-menu-mode): Doc fix. | |
| 3807 (Buffer-menu-view): New command. | |
| 3808 (Buffer-menu-view-other-window): New command. | |
| 3809 | |
| 3810 1999-08-03 Christopher J. Madsen <chris_madsen@geocities.com> | |
| 3811 | |
| 3812 * replace.el (query-replace-regexp-eval) | |
| 3813 (replace-eval-replacement, replace-loop-through-replacements) | |
| 3814 (replace-match-string-symbols): New functions. | |
| 3815 (perform-replace): Allow REPLACEMENTS to be (FUNCTION . DATA). | |
| 3816 Use replace-loop-through-replacements. | |
| 3817 | |
| 3818 1999-08-03 Dave Pearson <davep@hagbard.demon.co.uk> | |
| 3819 | |
| 3820 * play/5x5.el (5x5-mode-map): Bind C-p, C-n, C-b, C-f. | |
| 3821 (5x5): Doc fix. | |
| 3822 | |
| 3823 1999-08-03 Dave Love <fx@gnu.org> | |
| 3824 | |
| 3825 * fortran.el (fortran-indent-new-line): Make it an alias | |
| 3826 for reindent-then-newline-and-indent. | |
| 3827 | |
| 3828 1999-08-03 Didier Verna <verna@inf.enst.fr> | |
| 3829 | |
| 3830 * rect.el: All functions rewritten, except when noted above | |
| 3831 their declaration. Below is a list of interface changes. | |
| 3832 (apply-on-rectangle): New function, mostly replaces | |
| 3833 `operate-on-rectangle'. All callers changed. | |
| 3834 (move-to-column-force): Pass new second argument to `move-to-column'. | |
| 3835 (kill-rectangle): Added optional prefix arg to fill lines. | |
| 3836 (delete-rectangle): Ditto. | |
| 3837 (delete-whitespace-rectangle): Ditto. | |
| 3838 (delete-extract-rectangle): Ditto. | |
| 3839 (open-rectangle): Ditto. | |
| 3840 (clear-rectangle): Ditto. | |
| 3841 (delete-whitespace-rectangle-line): New function. | |
| 3842 (delete-rectangle-line): Added third arg FILL. | |
| 3843 (delete-extract-rectangle-line): Ditto. | |
| 3844 (open-rectangle-line): Ditto. | |
| 3845 (clear-rectangle-line): Ditto. | |
| 3846 | |
| 3847 1999-08-03 Ray Blaak <blaak@gnu.org> | |
| 3848 | |
| 3849 * progmodes/delphi.el: New file. | |
| 3850 | |
| 3851 1999-08-02 Richard Stallman <rms@gnu.org> | |
| 3852 | |
| 3853 * textmodes/outline.el (outline-previous-heading): New function. | |
| 3854 (outline-up-heading-all): Use outline-previous-heading. | |
| 3855 (outline-next-heading): Delete definition inserted yesterday. | |
| 3856 | |
| 3857 1999-08-01 Richard Stallman <rms@gnu.org> | |
| 3858 | |
| 3859 * textmodes/outline.el (outline-next-heading): New function. | |
| 3860 (outline-up-heading-all): New function. | |
| 3861 (outline-font-lock-level): Using outline-up-heading-all. | |
| 3862 Tell outline-back-to-heading to accept invisible headings. | |
| 3863 | |
| 3864 * simple.el (shell-command-on-region): EXIT-STATUS can be a string. | |
| 3865 | |
| 3866 * mail/mh-utils.el (mh-find-path-run): New variable. | |
| 3867 (mh-find-path): Test and set that. | |
| 3868 Set mail-user-agent only the first time this function is run. | |
| 3869 (mail-user-agent): Defvar deleted. | |
| 3870 | |
| 3871 * info.el (info-initialize): New function. | |
| 3872 (info): Call info-initialize. | |
| 3873 (Info-directory-list): Initialize to nil, | |
| 3874 so info-initialize will set it up for real. | |
| 3875 | |
| 3876 1999-08-01 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
| 3877 | |
| 3878 * calendar/calendar.el (european-date-diary-pattern): Fix pattern so it | |
| 3879 does not interpret a time as the year in a day-month entry. | |
| 3880 | |
| 3881 * calendar/diary-lib.el: Change syntax table entry for colon in | |
| 3882 the diary as part of the european-date-diary-pattern fix. | |
| 3883 | |
| 3884 1999-08-01 Eli Zaretskii <eliz@gnu.org> | |
| 3885 | |
| 3886 * international/mule.el (set-auto-coding): Allow whitespace before | |
| 3887 and after the "variable: value" pair. | |
| 3888 | |
| 3889 1999-07-30 Ken'ichi Handa <handa@gnu.org> | |
| 3890 | |
| 3891 * mail/sendmail.el (sendmail-coding-system): Doc-string fixed. | |
| 3892 (default-sendmail-coding-system): Doc-string fixed. | |
| 3893 | |
| 3894 1999-07-30 Dave Love <fx@gnu.org> | |
| 3895 | |
| 3896 * subr.el (assoc-delete-all): New function, renamed from | |
| 3897 frame-delete-all. | |
| 3898 | |
| 3899 * frame.el: Change comments to doc strings and other doc fixes. | |
| 3900 (frame-delete-all): Moved to subr.el as `assoc-delete-all'. | |
| 3901 Callers changed. | |
| 3902 (set-background-color, set-foreground-color, set-cursor-color) | |
| 3903 (set-mouse-color, set-border-color): Offer completion of colours. | |
| 3904 (cursor): Add :version to defgroup. | |
| 3905 | |
| 3906 * facemenu.el (list-colors-display): Make it work on ttys. | |
| 3907 (facemenu-read-color): Likewise. | |
| 3908 | |
| 3909 1999-07-30 Richard M. Stallman <rms@gnu.org> | |
| 3910 | |
| 3911 * frame.el (frame-notice-user-settings): If background | |
| 3912 color has been changed, update background-mode from it, | |
| 3913 then update faces. | |
| 3914 | |
| 3915 1999-07-30 Wolfgang Rupprecht <wolfgang@wsrcc.com> | |
| 3916 | |
| 3917 * net-utils.el (finger): Don't do indirect fingering. | |
| 3918 | |
| 3919 1999-07-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
| 3920 | |
| 3921 * cal-tex.el (cal-tex-cursor-filofax-daily): Add possibility of | |
| 3922 rules. Add separator at end of holidays. | |
| 3923 (cal-tex-rules): New customizable variable. | |
| 3924 (cal-tex-latexify-list): Add optional parameter to put separator | |
| 3925 at end. | |
| 3926 | |
| 3927 1999-07-30 Bill Richter <richter@steenrod.math.nwu.edu> | |
| 3928 | |
| 3929 * textmodes/fill.el (fill-individual-paragraphs): Calculate new | |
| 3930 fill prefix on each line while looping to the end of paragraph. | |
| 3931 End paragraph if it's longer than the existing fill prefix. | |
| 3932 | |
| 3933 * textmodes/fill.el (fill-context-prefix): Doc fix. | |
| 3934 | |
| 3935 1999-07-30 Dave Love <fx@gnu.org> | |
| 3936 | |
| 3937 * font-lock.el (jit-lock): Fix :load, add :version. | |
| 3938 | |
| 3939 1999-07-30 Eli Zaretskii <eliz@gnu.org> | |
| 3940 | |
| 3941 * term/pc-win.el (msdos-face-setup): Register standard colors in | |
| 3942 Vface_tty_color_alist. | |
| 3943 (face-color-supported-p, face_color_gray_p): New functions. | |
| 3944 | |
| 3945 * loadup.el: Don't load scroll-bar unless x-toolkit-scroll-bars-p | |
| 3946 is bound. | |
| 3947 | |
| 3948 * startup.el (command-line): Don't register default colors for | |
| 3949 MSDOS window-system. | |
| 3950 | |
| 3951 1999-07-29 Dave Love <fx@gnu.org> | |
| 3952 | |
| 3953 * f90.el (f90-mode-syntax-table): Change backslash to escape, not | |
| 3954 charquote. | |
| 3955 | |
| 3956 * lisp-mode.el (eval-defun): Re-written to avoid | |
| 3957 capturing variables. | |
| 3958 | |
| 3959 * picture.el (picture-beginning-of-line): Don't call | |
| 3960 hscroll-point-visible now we have real autoscrolling. | |
| 3961 (picture-end-of-line, picture-newline, picture-open-line): | |
| 3962 Likewise. | |
| 3963 | |
| 3964 * international/latin-8.el: New file. | |
| 3965 * international/latin-9.el: New file. | |
| 3966 | |
| 3967 1999-07-28 Dave Love <fx@gnu.org> | |
| 3968 | |
| 3969 * mouse.el (x-fixed-font-alist): Add lucidasanstypewriter. | |
| 3970 | |
| 3971 * msb.el: Require cl only when compiling. | |
| 3972 (msb--home-dir): Deleted. | |
| 3973 (msb--format-title): Use abbreviate-file-name. | |
| 3974 (msb--choose-file-menu): Simplify string comparison. | |
| 3975 | |
| 3976 1999-07-28 Gerd Moellmann <gerd@gnu.org> | |
| 3977 | |
| 3978 * faces.el (toolbar): Add face definition for mono displays. | |
| 3979 | |
| 3980 1999-07-27 Richard M. Stallman <rms@gnu.org> | |
| 3981 | |
| 3982 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change. | |
| 3983 | |
| 3984 * frame.el (frame-initialize): When setting frame-initial-frame-alist, | |
| 3985 force copying of default-frame-alist. | |
| 3986 | |
| 3987 1999-07-26 Ken'ichi Handa <handa@gnu.org> | |
| 3988 | |
| 3989 * ps-mule.el (ps-mule-begin-job): Fix malformed regexp. | |
| 3990 | |
| 3991 1999-07-26 Richard M. Stallman <rms@gnu.org> | |
| 3992 | |
| 3993 * frame.el (set-mouse-color): If new color is nil, | |
| 3994 really respecify the current color. | |
| 3995 | |
| 3996 1999-07-26 Gerd Moellmann <gerd@gnu.org> | |
| 3997 | |
| 3998 * faces.el (bitmap-area): Change background of face `bitmap-area' | |
| 3999 to white for mono displays. | |
| 4000 | |
| 4001 1999-07-26 Kenichi Handa <handa@etl.go.jp> | |
| 4002 | |
| 4003 * international/ccl.el (ccl-embed-symbol): New function. | |
| 4004 (ccl-program-p): Deleted. Now it's implemented in C code. | |
| 4005 (ccl-compile-call): Use ccl-embed-symbol to embed a symbol. | |
| 4006 (ccl-compile-translate-character): Likewise. | |
| 4007 (ccl-compile-map-single): Likewise. | |
| 4008 (ccl-compile-multiple-map-function): Likewise. | |
| 4009 (declare-ccl-program): Doc-string modified. | |
| 4010 (check-ccl-program): Check compiled CCL code by ccl-program-p. | |
| 4011 | |
| 4012 1999-07-25 Ken'ichi Handa <handa@etl.go.jp> | |
| 4013 | |
| 4014 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change. | |
| 4015 | |
| 4016 1999-07-25 Markus Rost <rost@gnu.org> | |
| 4017 | |
| 4018 * cus-edit.el (custom-save-variables, custom-save-faces): Sort | |
| 4019 the entries to make custom-file more readable. | |
| 4020 | |
| 4021 1999-07-25 Richard M. Stallman <rms@gnu.org> | |
| 4022 | |
| 4023 * cus-edit.el (custom-save-delete): Avoid error for empty .emacs. | |
| 4024 | |
| 4025 * emacs-lisp/edebug.el: Delete compatibility code. | |
| 4026 (edebug-next-token-class): If . is followed by a digit, | |
| 4027 return `symbol' for the token class. | |
| 4028 | |
| 4029 * startup.el (command-line): If we don't find the user's init file, | |
| 4030 set user-init-file to nil. | |
| 4031 | |
| 4032 1999-07-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 4033 | |
| 4034 * info-look.el (info-lookup-interactive-arguments): Add optional | |
| 4035 argument query for new choice of help mode. | |
| 4036 (info-lookup-symbol): Use it. | |
| 4037 (info-lookup-file): Ditto. | |
| 4038 (info-lookup): Don't switch to other window, if already in Info | |
| 4039 buffer. | |
| 4040 | |
| 4041 1999-07-23 Dave Love <fx@gnu.org> | |
| 4042 | |
| 4043 * fortran.el (fortran-mode-syntax-table): Change `\' to `\' | |
| 4044 syntax. | |
| 4045 (fortran-fontify-string, fortran-match-!-comment): Deleted. | |
| 4046 (fortran-font-lock-syntactic-keywords): New variable. | |
| 4047 (fortran-mode): Use it. | |
| 4048 (fortran-font-lock-keywords-1): Don't do comments. | |
| 4049 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save | |
| 4050 match data. | |
| 4051 | |
| 4052 * textmodes/sgml-mode.el (sgml-validate-command): Use nsgmls. | |
| 4053 | |
| 4054 * msb.el (msb-menu-bar-update-buffers): Renamed from | |
| 4055 menu-bar-update-buffers. | |
| 4056 (msb-custom-set, msb--toggle-menu-type): Call | |
| 4057 msb-menu-bar-update-buffers. | |
| 4058 (msb-mode): Revise the hook setting. | |
| 4059 | |
| 4060 * font-lock.el (turn-on-font-lock): Use tty-display-color-p. | |
| 4061 | |
| 4062 1999-07-23 Gerd Moellmann <gerd@gnu.org> | |
| 4063 | |
| 4064 * font-lock.el, help.el, simple.el: Re-integrate previously | |
| 4065 described changes that were lost due to errors while checking them | |
| 4066 in. | |
| 4067 | |
| 4068 1999-07-23 Kevin Blake <kblake@ticnet.com> | |
| 4069 | |
| 4070 * font-lock.el (lisp-font-lock-keywords-2): Fix regexp. | |
| 4071 | |
| 4072 1999-07-23 Ken'ichi Handa <handa@etl.go.jp> | |
| 4073 | |
| 4074 * international/encoded-kb.el | |
| 4075 (encoded-kbd-self-insert-iso2022-7bit): Don't insert the character | |
| 4076 but push it to unread-command-events. | |
| 4077 (encoded-kbd-self-insert-iso2022-8bit): Likewise. | |
| 4078 (encoded-kbd-self-insert-sjis): Likewise. | |
| 4079 (encoded-kbd-self-insert-big5): Likewise. | |
| 4080 | |
| 4081 * textmodes/fill.el (fill-region-as-paragraph): Avoid backing up | |
| 4082 before left margin and fill-prefix by fill-find-break-point. | |
| 4083 | |
| 4084 1999-07-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 4085 | |
| 4086 * info-look.el (info-lookup-setup-mode): Don't give up, if | |
| 4087 info-lookup-make-completions returns an error. | |
| 4088 (info-lookup-maybe-add-help :mode 'latex-mode): Use Info file | |
| 4089 name latex, not latex2e. | |
| 4090 | |
| 4091 1999-07-21 Richard M. Stallman <rms@gnu.org> | |
| 4092 | |
| 4093 * replace.el (perform-replace): Turn off case-fold-search | |
| 4094 if FROM-STRING argument has uppercase in it. | |
| 4095 | |
| 4096 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 4097 | |
| 4098 * jit-lock.el (jit-lock-after-change): Do it only if jit-lock | |
| 4099 mode is on. Don't use end of changed text. | |
| 4100 | |
| 4101 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 4102 | |
| 4103 * cl-extra.el (cl-make-hash-table): Renamed from make-hash-table. | |
| 4104 (cl-hash-table-p): Renamed from hash-table-p. | |
| 4105 (cl-hash-table-count): Renamed from hash-table-count. | |
| 4106 (maphash): Alias to cl-maphash removed. | |
| 4107 (gethash): Likewise. | |
| 4108 (puthash): Likewise. | |
| 4109 (remhash): Likewise. | |
| 4110 (clrhash): Likewise. | |
| 4111 | |
| 4112 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 4113 | |
| 4114 * jit-lock.el (jit-lock-stealth-fontify): Don't call sit-for with | |
| 4115 third arg non-nil. See comment there why this isn't a good idea. | |
| 4116 | |
| 4117 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 4118 | |
| 4119 * jit-lock.el (jit-lock-stealth-fontify): Use with-temp-message. | |
| 4120 | |
| 4121 * jit-lock.el (jit-lock-stealth-fontify): Widen buffer, and call | |
| 4122 sit-for with 3rd arg non-nil to prevent redisplay. | |
| 4123 | |
| 4124 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 4125 | |
| 4126 * image.el (image-type-from-file-header): If file doesn't | |
| 4127 have a directory part, add data-directory. | |
| 4128 | |
| 4129 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 4130 | |
| 4131 * tooltip.el (tooltip-gud-tips-p): Set default to nil. | |
| 4132 (tooltip-activate-mouse-motions-if-enabled): Don't activate mouse | |
| 4133 motion handling when tooltip-gud-tips-p is nil. | |
| 4134 | |
| 4135 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 4136 | |
| 4137 * tooltip.el (tooltip-mode): Don't use `plusp'. | |
| 4138 (tooltip-active): Use initial value of nil. | |
| 4139 | |
| 4140 * jit-lock.el (jit-lock-mode): Don't use `plusp'. | |
| 4141 | |
| 4142 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 4143 | |
| 4144 * bindings.el (make-mode-line-mouse-sensitive): Add key | |
| 4145 definitions for `top-line'. | |
| 4146 | |
| 4147 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 4148 | |
| 4149 * faces.el (top-line): New face. | |
| 4150 | |
| 4151 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 4152 | |
| 4153 * image.el (image-type-regexps): Add regexp for PS files. | |
| 4154 | |
| 4155 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 4156 | |
| 4157 * faces.el (set-face-attribute): Fix wrong handling of frame | |
| 4158 begin equal to t. | |
| 4159 | |
| 4160 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 4161 | |
| 4162 * image.el (image-type-regexps): Add PNG format. | |
| 4163 | |
| 4164 1999-07-21 Dave Love <fx@gnu.org> | |
| 4165 | |
| 4166 * bindings.el (mode-line-modified): New variable. | |
| 4167 (mode-line-mode-menu-1): Switch to appropriate window before | |
| 4168 showing menu. | |
| 4169 | |
| 4170 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 4171 | |
| 4172 * faces.el (face-underline): Removed. | |
| 4173 (face-underline-color): Ditto. | |
| 4174 | |
| 4175 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 4176 | |
| 4177 * faces.el (face-x-resources): Fix typo. | |
| 4178 | |
| 4179 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 4180 | |
| 4181 * faces.el: Remove handling of `:relief', extend handling of | |
| 4182 `:box'. | |
| 4183 (frame-set-background-mode): Choose new defface specs after | |
| 4184 frame parameters have changed. | |
| 4185 | |
| 4186 * cus-face.el: Ditto. | |
| 4187 | |
| 4188 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 4189 | |
| 4190 * custom.el (defface): Extend documentation to include new | |
| 4191 face attributes. | |
| 4192 | |
| 4193 * cus-face.el (custom-face-attributes): Add overline, | |
| 4194 strike-through, box. | |
| 4195 | |
| 4196 * faces.el (face-valid-attribute-values): Handle overline, | |
| 4197 strike-through, box. | |
| 4198 (face-attribute-name-alist): Add pairs for new face attributes. | |
| 4199 (describe-face): Handle new face attributes. | |
| 4200 | |
| 4201 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 4202 | |
| 4203 * faces.el (face-x-resources): Add overline, strike-through, box. | |
| 4204 | |
| 4205 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 4206 | |
| 4207 * enriched.el (enriched-translations): Add `display' and | |
| 4208 "x-display". | |
| 4209 (enriched-handle-display-prop): New. | |
| 4210 (enriched-decode-display-prop): New. | |
| 4211 | |
| 4212 * format.el (top-level): Give `display' property | |
| 4213 `format-list-atomic-p. | |
| 4214 (format-annotate-single-property-change): Test that property. | |
| 4215 If present, treat list property values like atoms. | |
| 4216 | |
| 4217 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 4218 | |
| 4219 * cus-face.el (custom-face-attributes): Use `choice' everywhere | |
| 4220 so that "*" can be entered. | |
| 4221 | |
| 4222 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 4223 | |
| 4224 * cus-face.el (custom-face-attributes): Don't use `#''. | |
| 4225 | |
| 4226 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp> | |
| 4227 | |
| 4228 * cus-face.el (custom-face-attributes): Return underline | |
| 4229 face attribute directly from the second lambda of underline. | |
| 4230 | |
| 4231 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 4232 | |
| 4233 * jit-lock.el (jit-lock-stealth-verbose): Set to nil. | |
| 4234 | |
| 4235 * frame.el (after-setting-font-hooks): New variable. | |
| 4236 (set-frame-font): Run those hooks. | |
| 4237 | |
| 4238 * jit-lock.el (jit-lock-function): Use font-lock-fontify-region. | |
| 4239 | |
| 4240 * faces.el (set-face-attribute): Fix doc string. | |
| 4241 | |
| 4242 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 4243 | |
| 4244 * cus-face.el (custom-face-attributes): Accept color name. | |
| 4245 | |
| 4246 * faces.el (face-underline-p): Accept unspecified underlining. | |
| 4247 (face-underline): Ditto. Fix doc string. | |
| 4248 | |
| 4249 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp> | |
| 4250 | |
| 4251 * faces.el (face-underline-color): New function. | |
| 4252 | |
| 4253 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp> | |
| 4254 | |
| 4255 * cus-face.el (custom-face-attributes): Support underline coloring. | |
| 4256 Added slot to choose a color. | |
| 4257 | |
| 4258 * faces.el (face-underline): New function. | |
| 4259 (face-underline-p): Support underline coloring. | |
| 4260 Return nil only if the underline attribute is 'normal. | |
| 4261 (set-face-underline): New function. | |
| 4262 (face-valid-attribute-values): Support underline coloring. | |
| 4263 | |
| 4264 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 4265 | |
| 4266 * image.el (insert-image): Use `display' instead of `glyph' | |
| 4267 as text property name. | |
| 4268 (put-image): Ditto. | |
| 4269 (image-type-from-file-header): Use insert-file-contents-literally. | |
| 4270 | |
| 4271 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 4272 | |
| 4273 * easymenu.el (easy-menu-do-add-item): Don't use the empty | |
| 4274 string to indicate separators. | |
| 4275 | |
| 4276 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 4277 | |
| 4278 * jit-lock.el (jit-lock-stealth-fontify): Bind message-log-max | |
| 4279 instead of message-log. | |
| 4280 | |
| 4281 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 4282 | |
| 4283 * faces.el (bitmap-area): New face. | |
| 4284 | |
| 4285 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 4286 | |
| 4287 * image.el (insert-image): New. | |
| 4288 | |
| 4289 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 4290 | |
| 4291 * frame.el (blink-cursor): Set the symbol's value. | |
| 4292 (show-trailing-whitespace): Change group to font-lock. | |
| 4293 | |
| 4294 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 4295 | |
| 4296 * jit-lock.el: New. | |
| 4297 * font-lock.el: Add jit-mode as new support mode. | |
| 4298 | |
| 4299 * font-lock.el (font-lock-fontify-keywords-region): Stop when | |
| 4300 reaching end instead of letting re-search-forward signal an error. | |
| 4301 (demand-lock-mode): New. | |
| 4302 (font-lock-turn-on-thing-lock): Add demand-lock-mode. | |
| 4303 (font-lock-turn-off-thing-lock): Ditto. | |
| 4304 (font-lock-after-fontify-buffer): Ditto. | |
| 4305 (font-lock-after-unfontify-buffer): Ditto. | |
| 4306 | |
| 4307 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 4308 | |
| 4309 * gs.el: New file. | |
| 4310 | |
| 4311 * startup.el (command-line-1): Activate tooltip mode if | |
| 4312 interactive. | |
| 4313 | |
| 4314 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 4315 | |
| 4316 * faces.el (toolbar): Grey default background. | |
| 4317 (modeline): Ditto. | |
| 4318 | |
| 4319 * image.el (image-type-regexps): New. | |
| 4320 (image-type-from-file-header): New. | |
| 4321 (create-image): Call it. | |
| 4322 | |
| 4323 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 4324 | |
| 4325 * image.el: New file. | |
| 4326 | |
| 4327 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 4328 | |
| 4329 * bindings.el (mode-line-format): Replace `mode-name' with | |
| 4330 `(:eval mode-line-mode-name)'. | |
| 4331 (mode-line-mode-name): New. | |
| 4332 (make-mode-line-mouse-sensitive): Don't change default value | |
| 4333 of `mode-name'. | |
| 4334 | |
| 4335 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 4336 | |
| 4337 * tooltip.el: New file. | |
| 4338 | |
| 4339 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 4340 | |
| 4341 * bindings.el (make-mode-line-mouse-sensitive): Use down-mouse-3 | |
| 4342 instead of mouse-3 to pop up menus. | |
| 4343 (mode-line-kill-buffer): Removed. | |
| 4344 (make-mode-line-mouse-sensitive): Pop mouse buffer menu over | |
| 4345 buffer name. | |
| 4346 (mode-line-buffer-menu-1): Removed. | |
| 4347 | |
| 4348 * startup.el (command-line-1): Call make-mode-line-mouse-sensitive. | |
| 4349 | |
| 4350 * bindings.el (mode-line-buffer-identification-keymap): New. | |
| 4351 (mode-line-buffer-menu-keymap): New. | |
| 4352 (mode-line-mode-menu-keymap): New. | |
| 4353 (mode-line-unbury-buffer): New. | |
| 4354 (mode-line-other-buffer): New. | |
| 4355 (mode-line-kill-buffer): New. | |
| 4356 (mode-line-buffer-menu-1): New. | |
| 4357 (mode-line-mode-menu-1): New. | |
| 4358 (make-mode-line-mouse-sensitive): New. | |
| 4359 | |
| 4360 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 4361 | |
| 4362 * help.el (describe-key-briefly): Handle mode line strings | |
| 4363 with local-map properties. | |
| 4364 (describe-key): Ditto. | |
| 4365 (mode-line-key-binding): New. | |
| 4366 | |
| 4367 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 4368 | |
| 4369 * scroll-bar.el (scroll-bar-timer): New. | |
| 4370 (scroll-bar-toolkit-scroll): Start and cancel scroll-bar-timer. | |
| 4371 | |
| 4372 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 4373 | |
| 4374 * scroll-bar.el (scroll-bar-toolkit-scroll): Handle `top' | |
| 4375 and `bottom'. | |
| 4376 | |
| 4377 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 4378 | |
| 4379 * scroll-bar.el (scroll-bar-toolkit-scroll): New. | |
| 4380 (global): Use different key bindings if using tookit scroll bars. | |
| 4381 | |
| 4382 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 4383 | |
| 4384 * faces.el (modeline): Define mode line face with relief for | |
| 4385 class color, only. | |
| 4386 (toolbar): New face. | |
| 4387 | |
| 4388 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 4389 | |
| 4390 * frame.el (frame-initialize): Set frame-creation-function to | |
| 4391 tty-create-frame-with-faces. | |
| 4392 | |
| 4393 * faces.el (frame-set-background-mode): Make it work for | |
| 4394 window-system nil. | |
| 4395 | |
| 4396 * faces.el (tty-create-frame-with-faces): New. | |
| 4397 (face-set-after-frame-default): Make it work for TTY frames. | |
| 4398 | |
| 4399 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 4400 | |
| 4401 * faces.el (face-valid-attribute-values): Use tty-defined-colors. | |
| 4402 Return a list of one font family for TTYs. Don't return bitmap | |
| 4403 file paths for TTY frames. | |
| 4404 | |
| 4405 * faces.el: Add face specs for tty displays to basic faces. | |
| 4406 | |
| 4407 * font-lock.el (font-lock-comment-face): Add spec for color tty. | |
| 4408 (font-lock-string-face): Ditto. | |
| 4409 (font-lock-keyword-face): Ditto. | |
| 4410 (font-lock-builtin-face): Ditto. | |
| 4411 (font-lock-function-name-face): Ditto. | |
| 4412 (font-lock-variable-name-face): Ditto. | |
| 4413 (font-lock-type-face): Ditto. | |
| 4414 (font-lock-constant-face): Ditto. | |
| 4415 (font-lock-warning-face): Ditto. | |
| 4416 | |
| 4417 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 4418 | |
| 4419 * startup.el (command-line): Register default tty colors. | |
| 4420 | |
| 4421 * faces.el (face-spec-set-match-display): Recognize `type tty'. | |
| 4422 | |
| 4423 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 4424 | |
| 4425 * faces.el (modeline): For X frames, use a modeline with relief. | |
| 4426 | |
| 4427 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 4428 | |
| 4429 * faces.el (frame-update-faces): Copied from 20.2. | |
| 4430 (frame-update-face-colors): Ditto. Code removed that isn't | |
| 4431 applicable in the new face implementation. | |
| 4432 | |
| 4433 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 4434 | |
| 4435 * frame.el (show-trailing-whitespace): New. | |
| 4436 | |
| 4437 * faces.el (trailing-whitespace): New basic face. | |
| 4438 | |
| 4439 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 4440 | |
| 4441 * cus-face.el (custom-facep): Always define as alias for facep. | |
| 4442 | |
| 4443 * cus-face.el (custom-face-attributes): Use choice widgets. | |
| 4444 Remove :bold and :italic. | |
| 4445 | |
| 4446 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 4447 | |
| 4448 * faces.el (face-charset-registries): Removed since fontset.el | |
| 4449 is no always loaded. | |
| 4450 | |
| 4451 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 4452 | |
| 4453 * faces.el (internal-get-face): Added as obsolete function for | |
| 4454 compatibility. | |
| 4455 | |
| 4456 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 4457 | |
| 4458 * frame.el (blink-cursor-end): Call show-cursor. | |
| 4459 (blink-cursor-mode): Ditto. | |
| 4460 | |
| 4461 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 4462 | |
| 4463 * faces.el (face-spec-reset-face): Reset all attributes to | |
| 4464 `unspecified'. | |
| 4465 (face-spec-set): Use it. | |
| 4466 | |
| 4467 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 4468 | |
| 4469 * faces.el (read-all-face-attributes): Bug fix. | |
| 4470 (face-read-integer): Allow nil default value. | |
| 4471 (face-valid-attribute-values): Use symbol names of attribute | |
| 4472 values for completion list. | |
| 4473 | |
| 4474 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 4475 | |
| 4476 * faces.el (internal-find-face): Define for compatibility with | |
| 4477 20.2. | |
| 4478 (face-id): Likewise. | |
| 4479 | |
| 4480 * faces.el (face-id): Return the ID of a realized face for ASCII. | |
| 4481 | |
| 4482 * fontset.el (x-charset-registries): Removed. Now in faces.el. | |
| 4483 (x-complement-fontset-spec): Use face-charset-registries. | |
| 4484 | |
| 4485 * faces.el (face-font-selection-order): Set font selection order | |
| 4486 from Lisp. | |
| 4487 (face-alternative-font-family-alist): Set alternative font | |
| 4488 families from Lisp. | |
| 4489 | |
| 4490 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 4491 | |
| 4492 * faces.el (set-face-charset-registries): Set symbol value. | |
| 4493 | |
| 4494 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 4495 | |
| 4496 * faces.el (face-set-after-frame-default): Call function | |
| 4497 internal-merge-in-global-face. | |
| 4498 | |
| 4499 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 4500 | |
| 4501 * faces.el (face-list): Return symbols from face-global-alist. | |
| 4502 | |
| 4503 * faces.el (face-list): Return a copy of the face name list so | |
| 4504 that it cannot be modified from outside (facemenu.el uses | |
| 4505 nreverse, for example). | |
| 4506 | |
| 4507 * cus-face.el (custom-face-attributes): Add :bold and :italic | |
| 4508 for compatibility with old code. | |
| 4509 | |
| 4510 * faces.el (set-face-attributes-from-resources): Additional | |
| 4511 frame parameter. | |
| 4512 (make-face-x-resource-internal): Set attributes from resources | |
| 4513 for a given frame or all frames. | |
| 4514 | |
| 4515 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 4516 | |
| 4517 * faces.el (all-faces): Removed. | |
| 4518 | |
| 4519 * custom.el (defface): Add new face attributes to function | |
| 4520 comment. | |
| 4521 | |
| 4522 * font-lock.el (font-lock-comment-face): Use new face attribute | |
| 4523 names. | |
| 4524 (font-lock-string-face): Ditto. | |
| 4525 (font-lock-keyword-face): Ditto. | |
| 4526 (font-lock-builtin-face): Ditto. | |
| 4527 (font-lock-function-name-face): Ditto. | |
| 4528 (font-lock-variable-name-face): Ditto. | |
| 4529 (font-lock-type-face): Ditto. | |
| 4530 (font-lock-reference-face): Ditto. | |
| 4531 (font-lock-warning-face): Ditto. | |
| 4532 ((boundp 'font-lock-face-attributes)): Ditto. | |
| 4533 | |
| 4534 * cus-face.el (custom-face-attributes): Use new face attributes. | |
| 4535 | |
| 4536 * faces.el (set-face-attribute-from-resource): Initialize | |
| 4537 from resources only for X and W32. | |
| 4538 | |
| 4539 * cus-face.el (custom-declare-face): Don't make frame-local | |
| 4540 faces. | |
| 4541 | |
| 4542 * faces.el (describe-face): Use princ instead of insert. | |
| 4543 | |
| 4544 * faces.el: Add XLFD manipulation functions from 20.2 again | |
| 4545 because fontset.el uses them. | |
| 4546 (face-set-after-frame-default): Add empty definition. | |
| 4547 | |
| 4548 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 4549 | |
| 4550 * faces.el (make-face): Correct typo. | |
| 4551 (set-face-attribute-from-resource): Use let*. | |
| 4552 (face-underline-p): Correct typo. | |
| 4553 (face-inverse-video-p): Ditto. | |
| 4554 (set-face-stipple): Ditto. | |
| 4555 (face-read-string): Make completion-list optional parameter. | |
| 4556 | |
| 4557 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 4558 | |
| 4559 * faces.el (face-charset-registries): Alist mapping charset | |
| 4560 symbols to registries and encoding. | |
| 4561 | |
| 4562 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 4563 | |
| 4564 * frame.el (blink-cursor-mode): Use interactive spec "P". | |
| 4565 | |
| 4566 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 4567 | |
| 4568 * frame.el (blink-cursor-mode): Function to toggle blinking cursor | |
| 4569 mode. The cursor of selected_window blinks if the mode is enabled. | |
| 4570 | |
| 4571 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 4572 | |
| 4573 * simple.el (next-history-element): Set point to the end of the | |
| 4574 prompt if minibuffer-prompt-in-buffer. | |
| 4575 | |
| 4576 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 4577 | |
| 4578 * faces.el (x-font-regexp): Add sub-expression parentheses for | |
| 4579 several font name components. | |
| 4580 | |
| 4581 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
| 4582 | |
| 4583 * faces.el (set-face-relief): Use index 12 for relief. | |
| 4584 (face-fill-in): Set relief from data. | |
| 4585 (internal-make-face): Init relief to zero. | |
| 4586 | |
| 4587 * faces.el (face-spec-set): Call modify-face with additional | |
| 4588 parameters for relief and fixed-p. | |
| 4589 | |
| 4590 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
| 4591 | |
| 4592 * cus-face.el: ':fixed and ':relief added. | |
| 4593 | |
| 4594 * faces.el (describe-face): Add fixed font attribute and relief. | |
| 4595 (face-attr-match-p): Ditto. | |
| 4596 (face-attr-construct): Ditto. | |
| 4597 (face-spec-set): Ditto. | |
| 4598 | |
| 4599 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
| 4600 | |
| 4601 * faces.el (internal-make-face): Function to create a Lisp vector | |
| 4602 suitable for representing a face. | |
| 4603 (make-face): Use it instead of make-vector. | |
| 4604 (x-create-frame-with-faces): Use it instead of vector. | |
| 4605 (internal-facep): Increase vector size to 14. | |
| 4606 (internal-make-face): Ditto. | |
| 4607 (face-relief): Access relief thickness. | |
| 4608 (face-fixed-p): Access fixed font attribute. | |
| 4609 (set-face-fixed-p): Set fixed font attribute. | |
| 4610 (set-face-relief): Set relief attribute. | |
| 4611 (internal-face-interactive-int): Read int attribute of face. | |
| 4612 (modify-face): Add fixed-p and relief parameters. | |
| 4613 (copy-face): Handle fixed-p and relief. | |
| 4614 (face-equal): Compare fixed-p and relief. | |
| 4615 (face-differs-from-default-p): Ditto. | |
| 4616 (face-nontrivial-p): Add fixed-p and relief. | |
| 4617 | |
| 4618 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
| 4619 | |
| 4620 * faces.el (eval-when-compile): Add set-face-shadow-thickness. | |
| 4621 (internal-facep): Increase vector size. | |
| 4622 (make-face): Ditto. | |
| 4623 (face-shadow-thickness): Added. | |
| 4624 (set-face-shadow-thickness): Added. | |
| 4625 (modify-face): Add optional shadow-thickness parameter. | |
| 4626 (make-face-x-resource-internal): Add shadows. | |
| 4627 (copy-face): Ditto. | |
| 4628 (face-equal): Ditto. | |
| 4629 (face-differs-from-default-p): Ditto. | |
| 4630 (face-nontrivial-p): Ditto. | |
| 4631 (face-attr-match-p): Ditto. | |
| 4632 (face-attr-construct): Ditto. | |
| 4633 (face-spec-set): Ditto. | |
| 4634 (face-fill-in): Ditto. | |
| 4635 | |
| 4636 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
| 4637 | |
| 4638 * bench.el (bench-mark-split-window): New bench mark. | |
| 4639 | |
| 4640 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
| 4641 | |
| 4642 * faces.el (set-face-font): Don't pass default font to | |
| 4643 x-resolve-font so that font will not have to be of the same | |
| 4644 size. | |
| 4645 | |
| 4646 1999-07-20 Dave Love <fx@gnu.org> | |
| 4647 | |
| 4648 * wid-edit.el (widget-use-overlay-change): Uncustomize and make it | |
| 4649 unconditionally t. | |
| 4650 | |
| 4651 1999-07-20 Karl Heuer <kwzh@gnu.org> | |
| 4652 | |
| 4653 * font-lock.el (c++-font-lock-extra-types): Add "type_info". | |
| 4654 | |
| 4655 1999-07-20 Dave Love <fx@gnu.org> | |
| 4656 | |
| 4657 * help.el (describe-variable): Fix test for customizability. | |
| 4658 | |
| 4659 * simple.el (append-to-buffer, prepend-to-buffer, copy-to-buffer): | |
| 4660 Check for readonly buffer in interactive spec. | |
| 4661 (zap-to-char, kill-line, kill-region, comment-region, kill-word) | |
| 4662 (backward-kill-word): Add * to interactive spec. | |
| 4663 | |
| 4664 * underline.el (underline-region, ununderline-region): Add * to | |
| 4665 interactive spec. | |
| 4666 | |
| 4667 * fill.el (canonically-space-region, justify-current-line): Add * | |
| 4668 to interactive spec. | |
| 4669 (fill-region-as-paragraph, fill-paragraph, fill-region) | |
| 4670 (fill-nonuniform-paragraphs, fill-individual-paragraphs): Check | |
| 4671 readonly buffer in interactive spec. | |
| 4672 | |
| 4673 * paragraphs.el: (kill-paragraph, backward-kill-paragraph) | |
| 4674 (backward-kill-sentence, kill-sentence): Add * to interactive | |
| 4675 spec. | |
| 4676 | |
| 4677 1999-07-19 Richard M. Stallman <rms@gnu.org> | |
| 4678 | |
| 4679 * dired-aux.el (dired-do-shell-command): Doc fix. | |
| 4680 | |
| 4681 * shell.el (shell-unquote-argument): New function. | |
| 4682 (shell-directory-tracker): Use shell-unquote-argument. | |
| 4683 * comint.el (comint-arguments): Handle \ followed by space or tab. | |
| 4684 | |
| 4685 1999-07-19 John Wiegley <jwiegley@borland.com> | |
| 4686 | |
| 4687 * term.el (ansi-term-fg-faces-vector): Added support for ANSI | |
| 4688 color codes 39 and 49, which by the way lynx uses them seem to | |
| 4689 mean "foreground reset" and "background reset". | |
| 4690 | |
| 4691 1999-07-19 Karl Heuer <kwzh@gnu.org> | |
| 4692 | |
| 4693 * font-lock.el (c++-keywords): Add "typeid". | |
| 4694 | |
| 4695 * term/w32-win.el (mouse-set-font): If user uses w32 dialog but | |
| 4696 selects no font, treat that as zero selections, not one. | |
| 4697 | |
| 4698 1999-07-19 Dave Love <fx@gnu.org> | |
| 4699 | |
| 4700 * info.el (Info-search): Don't lose with empty regexp. | |
| 4701 | |
| 4702 * version.el: Cater for (free) `ident' program, not `which'. | |
| 4703 | |
| 4704 * hl-line.el: New file. | |
| 4705 | |
| 4706 * mouse.el (mouse-major-mode-menu): Default to menu-bar-edit-menu | |
| 4707 for modes which don't define menus. | |
| 4708 | |
| 4709 1999-07-16 Richard M. Stallman <rms@gnu.org> | |
| 4710 | |
| 4711 * webjump.el (webjump-sample-sites): Update some URLs. | |
| 4712 | |
| 4713 1999-07-14 Richard Stallman <rms@gnu.org> | |
| 4714 | |
| 4715 * Version 20.4 released. | |
| 4716 | |
| 4717 1999-07-14 Andreas Schwab <schwab@gnu.org> | |
| 4718 | |
| 4719 * compare-w.el (compare-windows): Try to find the next window in | |
| 4720 the current frame before looking at the other frames. | |
| 4721 | |
| 4722 1998-07-12 Oleg S. Tihonov <ost@benetnash.ffke-campus.mipt.ru> | |
| 4723 | |
| 4724 * language/cyrillic.el ("Cyrillic-KOI8", "Cyrillic-ALT"): | |
| 4725 Use cyrillic-jcuken as default input method. | |
| 4726 | |
| 4727 1999-07-12 Richard Stallman <rms@gnu.org> | |
| 4728 | |
| 4729 * progmodes/cc-engine.el (c-inside-bracelist-p): Tighter test for | |
| 4730 Java anonymous array expressions ("new Foo[] {.. bracelist ..}"). | |
| 4731 | |
| 4732 * ispell.el (ispell-dictionary-alist-6): Change charset for Russian. | |
| 4733 (ispell-local-dictionary-alist): Add koi8-r for character set. | |
| 4734 | |
| 4735 * textmodes/flyspell.el (flyspell-get-word): | |
| 4736 Add special handling for when ispell-otherchars is empty. | |
| 4737 | |
| 4738 1999-07-12 Espen Skoglund <espensk@stud.cs.uit.no> | |
| 4739 | |
| 4740 * progmodes/pascal.el (pascal-beg-of-defun): More intuitive behavior | |
| 4741 when having nested functons. | |
| 4742 (pascal-indent-nested-functions) (pascal-indent-line) | |
| 4743 (pascal-calculate-indent) (pascal-get-lineup-indent): Support for | |
| 4744 indenting nested functions. | |
| 4745 | |
| 4746 1999-07-09 Richard Stallman <rms@gnu.org> | |
| 4747 | |
| 4748 * add-log.el (add-log-current-defun): Remove trailing `=' in C modes. | |
| 4749 | |
| 4750 1999-07-08 Espen Skoglund <espensk@stud.cs.uit.no> | |
| 4751 | |
| 4752 * pascal.el (pascal-calculate-indent): Fixed a bug occuring when | |
| 4753 the `end' keyword was in the very beginning of the buffer. | |
| 4754 | |
| 4755 1999-07-08 Richard Stallman <rms@gnu.org> | |
| 4756 | |
| 4757 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Doc fix. | |
| 4758 | |
| 4759 * term.el (term-emulate-terminal): Avoid infinite loop | |
| 4760 in strange case where minibuffer window is selected but not active. | |
| 4761 | |
| 4762 1999-07-07 Stephen Eglen <stephen@gnu.org> | |
| 4763 | |
| 4764 * progmodes/octave-inf.el (inferior-octave-directory-tracker): | |
| 4765 Change regexp so that it doesn't match commands beginning with `cd'. | |
| 4766 | |
| 4767 1999-07-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | |
| 4768 | |
| 4769 * mail/rmail.el (mail-unsent-separator): Add a missing \\|. | |
| 4770 | |
| 4771 1999-07-06 Richard Stallman <rms@gnu.org> | |
| 4772 | |
| 4773 * hscroll.el (hscroll-minibuffer-hook): New function. | |
| 4774 (hscroll-global-mode): Add and remove that hook. | |
| 4775 Set hscroll-old-truncate-was-global's default value. | |
| 4776 | |
| 4777 1999-07-05 Richard Stallman <rms@gnu.org> | |
| 4778 | |
| 4779 * files.el (revert-buffer): Don't preserve point here. | |
| 4780 (revert-buffer-insert-file-contents-function): Doc fix. | |
| 4781 | |
| 4782 * isearch.el (isearch-process-search-char): Write octal 200 correctly. | |
| 4783 | |
| 4784 * startup.el (normal-top-level-add-subdirs-to-load-path): Avoid | |
| 4785 doing a `stat' when it isn't necessary because that can cause | |
| 4786 trouble when an NFS server is down. | |
| 4787 | |
| 4788 1999-07-04 Richard Stallman <rms@gnu.org> | |
| 4789 | |
| 4790 * hscroll.el (hscroll-window-maybe): Do nothing in the minibuffer. | |
| 4791 | |
| 4792 1999-07-03 Richard Stallman <rms@gnu.org> | |
| 4793 | |
| 4794 * isearch.el (isearch-quote-char): Call unibyte-char-to-multibyte | |
| 4795 for \200...\240 also. | |
| 4796 (isearch-printing-char): Use unibyte-char-to-multibyte. | |
| 4797 | |
| 4798 1999-07-02 Richard Stallman <rms@gnu.org> | |
| 4799 | |
| 4800 * frame.el (minibuffer-frame-alist): Use defcustom. | |
| 4801 (pop-up-frame-alist): Likewise. | |
| 4802 (initial-frame-alist): Specify * in the doc string. | |
| 4803 | |
| 4804 * hscroll.el (hscroll-mode): Make it a permanent local. | |
| 4805 (hscroll-mode): Don't cancel the timer | |
| 4806 if HScroll mode is enabled in some other buffer. | |
| 4807 | |
| 4808 * isearch.el (isearch-done): If search ends in middle of intangible | |
| 4809 text (due to text property), move on to the limit of that text. | |
| 4810 | |
| 4811 1999-07-01 Andrew Innes <andrewi@gnu.org> | |
| 4812 | |
| 4813 * man.el (Man-build-man-command): Use value of null-device, | |
| 4814 instead of hard-coding "/dev/null". | |
| 4815 | |
| 4816 * dos-w32.el (untranslated-canonical-name): Avoid expanding | |
| 4817 ange-ftp file names, which might force ange-ftp to prompt for a | |
| 4818 password. | |
| 4819 | |
| 4820 * ange-ftp.el (ange-ftp-load): Bind load-force-doc-strings to t, | |
| 4821 to prevent references to temp files. | |
| 4822 | |
| 4823 1999-06-30 Richard Stallman <rms@gnu.org> | |
| 4824 | |
| 4825 * progmodes/sh-script.el (sh-feature): If nothing is known | |
| 4826 about the given shell, use the values for `sh'. | |
| 4827 | |
| 4828 1999-06-30 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
| 4829 | |
| 4830 * vc.el (vc-fetch-cvs-status): Use "-l" option for "cvs status", | |
| 4831 to make it non-recursive. | |
| 4832 | |
| 4833 * vc-hooks.el (vc-find-cvs-master): Set case-fold-search correctly. | |
| 4834 | |
| 4835 1999-06-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 4836 | |
| 4837 * auto-show.el (auto-show-mode): Fix Typo in :set. | |
| 4838 | |
| 4839 1999-06-29 Richard M. Stallman <rms@gnu.org> | |
| 4840 | |
| 4841 * progmodes/sh-script.el (sh-mode): When setting syntax | |
| 4842 table, default to the standard one. | |
| 4843 | |
| 4844 1999-06-27 Richard M. Stallman <rms@gnu.org> | |
| 4845 | |
| 4846 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix. | |
| 4847 | |
| 4848 1999-06-27 Stefan Monnier <monnier@cs.yale.edu> | |
| 4849 | |
| 4850 * textmodes/reftex.el (reftex-pop-to-bibtex-entry): Don't pop up | |
| 4851 a frame when `return' is requested (even if pop-up-frames = t) | |
| 4852 * textmodes/bibtex.el (bibtex-mode): `font-lock-mark-block-function' | |
| 4853 should only be set for the bibtex buffer. | |
| 4854 | |
| 4855 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix. | |
| 4856 | |
| 4857 * progmodes/compile.el: Deal with compilation-error-screen-columns | |
| 4858 being buffer-local. | |
| 4859 | |
| 4860 1999-06-27 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | |
| 4861 | |
| 4862 * comint.el (comint-password-prompt-regexp): Allow "(again)". | |
| 4863 | |
| 4864 1999-06-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
| 4865 | |
| 4866 * cal-x.el (calendar-only-one-frame-setup): New function. | |
| 4867 * calendar.el (calendar): Call it if requested. | |
| 4868 | |
| 4869 1999-06-24 Karl Heuer <kwzh@gnu.org> | |
| 4870 | |
| 4871 * startup.el (iso-8859-n-locale-regexp): Doc fix. | |
| 4872 | |
| 4873 1999-06-22 Richard M. Stallman <rms@gnu.org> | |
| 4874 | |
| 4875 * mail/supercite.el (sc-emacs-features): Doc fix. | |
| 4876 | |
| 4877 1999-06-22 Karl Heuer <kwzh@gnu.org> | |
| 4878 | |
| 4879 * files.el (auto-mode-alist): Add pike-mode. | |
| 4880 | |
| 4881 1999-06-20 Paul R. Eggert <eggert@twinsun.com> | |
| 4882 | |
| 4883 * tar-mode.el (tar-header-block-tokenize): Don't assume that the | |
| 4884 last byte of a numeric field is a space or a NUL. Parse it as | |
| 4885 potentially part of the number. This is used by GNU tar | |
| 4886 1.12.64012 to handle larger values. | |
| 4887 | |
| 4888 1999-06-20 Karl Heuer <kwzh@gnu.org> | |
| 4889 | |
| 4890 * custom.el (custom-handle-keyword): Fix error message. | |
| 4891 | |
| 4892 1999-06-18 Andrew Innes <andrewi@gnu.org> | |
| 4893 | |
| 4894 * mail/smtpmail.el (smtpmail-send-it): Use | |
| 4895 convert-standard-filename to make file names for queued mail safe | |
| 4896 on Windows (`:' is invalid in file names on Windows). | |
| 4897 | |
| 4898 1999-06-17 Kenichi Handa <handa@etl.go.jp> | |
| 4899 | |
| 4900 * international/mule-cmds.el (describe-current-input-method): | |
| 4901 Current-input-method is string. | |
| 4902 (toggle-input-method): Docstring fixed. | |
| 4903 | |
| 4904 * international/mule-diag.el | |
| 4905 (describe-current-coding-system-briefly): Fix format string. | |
| 4906 | |
| 4907 * international/mule-util.el (coding-system-eol-type-mnemonic): | |
| 4908 Docstring modified. Return a string. | |
| 4909 | |
| 4910 1999-06-17 Alex Schroeder <a.schroeder@bsiag.ch> | |
| 4911 | |
| 4912 * sql.el (sql-input-ring-file-name): Doc fix. | |
| 4913 | |
| 4914 1999-06-17 Richard M. Stallman <rms@gnu.org> | |
| 4915 | |
| 4916 * calendar/cal-x.el (special-display-buffer-names): | |
| 4917 Don't put (get-file-buffer diary-file) on this list. | |
| 4918 | |
| 4919 1999-06-17 Mark W Maimone <mwm@helios.jpl.nasa.gov> | |
| 4920 | |
| 4921 * play/mpuz.el (mpuz-try-proposal): Fix message call. | |
| 4922 Don't penalize player for certain impossible guesses. | |
| 4923 | |
| 4924 1999-06-16 Andrew Innes <andrewi@gnu.org> | |
| 4925 | |
| 4926 * ls-lisp.el (ls-lisp-format-time): If timestamp is invalid, | |
| 4927 return the string "Unk 0 0000" so at least it appears to be a | |
| 4928 valid timestamp to `dired-move-to-filename-regexp'. | |
| 4929 | |
| 4930 1999-06-15 Ken'ichi Handa <handa@gnu.org> | |
| 4931 | |
| 4932 * ps-print.el (ps-control-character): Fix previous change. | |
| 4933 | |
| 4934 1999-06-15 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 4935 | |
| 4936 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Avoid | |
| 4937 multiple output of the last message. | |
| 4938 | |
| 4939 1999-06-14 Eli Zaretskii <eliz@gnu.org> | |
| 4940 | |
| 4941 * term/internal.el (IT-display-table-setup): Do not remap \222 to | |
| 4942 the ASCII apostrophe, as most DOS codepages have some other glyph | |
| 4943 there. | |
| 4944 | |
| 4945 1999-06-14 Ken'ichi Handa <handa@gnu.org> | |
| 4946 | |
| 4947 * language/ethio-util.el (setup-ethiopic-environment-internal): | |
| 4948 Use quail-activate-hook instead of obsolete hook quail-mode-hook. | |
| 4949 (exit-ethiopic-environment): Likewize. | |
| 4950 | |
| 4951 1999-06-12 Richard M. Stallman <rms@gnu.org> | |
| 4952 | |
| 4953 * cus-start.el (scroll-preserve-screen-position): Fix typo in type. | |
| 4954 | |
| 4955 1999-06-12 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 4956 | |
| 4957 * emulation/crisp.el (crisp-mode): (defcustom) Initialize with | |
| 4958 custom-initialize-default to avoid infinite loop. | |
| 4959 (crisp-mode): (defun) Call transient-mark-mode here, not when | |
| 4960 loading the file. Run crisp-mode-hook here, and run | |
| 4961 crisp-load-hook when loading the file. | |
| 4962 | |
| 4963 * mail/rmailout.el (rmail-output-read-rmail-file-name): If in | |
| 4964 rmail-summary buffer, search for pattern in rmail-file. | |
| 4965 | |
| 4966 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Fix typo. | |
| 4967 | |
| 4968 * progmodes/cperl-mode.el (cperl-invalid-face): Fix custom type. | |
| 4969 | |
| 4970 * ps-print.el (ps-printer-name): Fix custom type. | |
| 4971 | |
| 4972 1999-06-12 Reto Zimmermann <reto@synopsys.com> | |
| 4973 | |
| 4974 * progmodes/vhdl-mode.el (vhdl-port-copy): Fix parsing bug. | |
| 4975 (vhdl-port-paste-generic-map): Fix indentation bug. | |
| 4976 (vhdl-port-paste-port-map): Fix indentation bug. | |
| 4977 (vhdl-scan-file-contents): Make scanning case insensitive. | |
| 4978 | |
| 4979 1999-06-11 Richard M. Stallman <rms@gnu.org> | |
| 4980 | |
| 4981 * files.el (write-file): When buffer is not already visiting a file, | |
| 4982 don't put buffer name in the minibuffer, just make it the default. | |
| 4983 Also handle just directory as arg usefully in that case. | |
| 4984 | |
| 4985 * simple.el (sendmail-user-agent-compose): | |
| 4986 Ignore case when inserting the rest of the "other" headers. | |
| 4987 | |
| 4988 * help.el (help-for-help): Mention C-h C-i. Clear up C-h n. | |
| 4989 | |
| 4990 * info-look.el (info-lookup-file, info-lookup-symbol): Doc fix. | |
| 4991 (info-lookup-interactive-arguments): Never insert the default | |
| 4992 into the minibuffer automatically. | |
| 4993 | |
| 4994 * emacs-lisp/cl-extra.el (getf): Don't call get*. | |
| 4995 | |
| 4996 1999-06-09 Richard M. Stallman <rms@gnu.org> | |
| 4997 | |
| 4998 * simple.el (shell-command): Avoid printing "mark set" message. | |
| 4999 | |
| 5000 1999-06-09 Dave Love <fx@gnu.org> | |
| 5001 | |
| 5002 * progmodes/compile.el (compilation-error-regexp-alist): Allow | |
| 5003 digits in program name in first pattern. | |
| 5004 | |
| 5005 1999-06-09 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
| 5006 | |
| 5007 * vc.el (vc-dired-mode): Don't match anything before the date in | |
| 5008 dired-move-to-filename-regexp. | |
| 5009 | |
| 5010 1999-06-07 Ken'ichi Handa <handa@gnu.org> | |
| 5011 | |
| 5012 * international/quail.el (quail-define-rules): Fix typo in | |
| 5013 docstring. | |
| 5014 | |
| 5015 1999-06-05 Stephen Eglen <stephen@gnu.org> | |
| 5016 | |
| 5017 * iswitchb.el (iswitchb-default-keybindings): Add | |
| 5018 iswitchb-minibuffer-setup to minibuffer-setup-hook here rather | |
| 5019 than when package is loaded. | |
| 5020 | |
| 5021 1999-06-04 Richard M. Stallman <rms@gnu.org> | |
| 5022 | |
| 5023 * startup.el (command-line): Don't set user-init-file directly; | |
| 5024 tell `load' to set it. | |
| 5025 | |
| 5026 * ange-ftp.el (ange-ftp-shell-command): Handle error-buffer arg. | |
| 5027 | |
| 5028 * simple.el (next-history-element): | |
| 5029 Handle minibuffer-text-before-history properly when reading sexps. | |
| 5030 | |
| 5031 * disp-table.el (standard-display-european): | |
| 5032 For an interactive call by the user, | |
| 5033 don't set enable-multibyte-characters, | |
| 5034 and don't set the terminal coding system. | |
| 5035 | |
| 5036 * textmodes/refbib.el: Don't print any messages or display | |
| 5037 a buffer when loading the library. | |
| 5038 (r2b-help): Doc fix. | |
| 5039 (r2b-help-message): Update the documentation. | |
| 5040 (r2b-load-quietly): Variable deleted. | |
| 5041 (r2b-convert-buffer): Doc fix. | |
| 5042 | |
| 5043 1999-06-04 Dave Love <fx@gnu.org> | |
| 5044 | |
| 5045 * help.el (help-xref-interned): Fix insertion of fdoc and revamp. | |
| 5046 | |
| 5047 * auto-show.el: Don't change hooks on loading. | |
| 5048 (auto-show-mode): Autoload. Default to nil. Add :set &c. | |
| 5049 (auto-show-mode): Add to hooks here. | |
| 5050 | |
| 5051 1999-06-04 Richard Sharman <rsharman@pobox.com> | |
| 5052 | |
| 5053 * emacs-lisp/regexp-opt.el (regexp-opt-group): Avoid infinite | |
| 5054 recursion on bogus input. | |
| 5055 | |
| 5056 1999-06-04 Eric M. Ludlam <zappo@ultranet.com> | |
| 5057 | |
| 5058 * speedbar.el (speedbar-hack-buffer-menu): Fixed so if the user | |
| 5059 does not select a buffer from the buffers menu, then the attached | |
| 5060 frame is not switched to anything. | |
| 5061 | |
| 5062 1999-06-03 Ken'ichi Handa <handa@gnu.org> | |
| 5063 | |
| 5064 * language/vietnamese.el (ccl-encode-vscii): Typo fixed | |
| 5065 (viet-viscii-...->viet-vscii...). | |
| 5066 | |
| 5067 * international/mule-conf.el (iso-2022-7bit-lock-ss2): Typo fixed. | |
| 5068 | |
| 5069 1999-06-01 Dave Love <fx@gnu.org> | |
| 5070 | |
| 5071 * progmodes/fortran.el: Add :link to defgroup. | |
| 5072 (fortran-blink-matching-if): Match ELSE statements too. | |
| 5073 (fortran-fill-statement, fortran-fill): Bind auto-fill-function so | |
| 5074 that filling is always done. | |
| 5075 | |
| 5076 1999-05-31 Richard M. Stallman <rms@gnu.org> | |
| 5077 | |
| 5078 * simple.el (append-next-kill): Use an arg to distinguish | |
| 5079 interactive calls from Lisp calls, rather than (interactive-p). | |
| 5080 | |
| 5081 * international/iso-transl.el (iso-transl-language-alist): | |
| 5082 Interchange n and N. | |
| 5083 | |
| 5084 1999-05-31 Dave Love <fx@gnu.org> | |
| 5085 | |
|
49505
1aba10ab73b4
Corrected misc. typos like missing : after file names,
Kim F. Storm <storm@cua.dk>
parents:
42674
diff
changeset
|
5086 * msb.el: Add to minor-mode-map-alist. Remove hook installation |
| 30729 | 5087 and keymap munging on load. |
| 5088 (msb-mode): New option. | |
| 5089 (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory): | |
| 5090 Doc fix. | |
| 5091 (msb-mode-map): New variable. | |
| 5092 (msb-mode): New command. | |
| 5093 | |
| 5094 1999-05-31 Dave Love <fx@gnu.org> | |
| 5095 | |
| 5096 * ispell.el: (ispell-alternate-dictionary): Fix custom type. | |
| 5097 (ispell-complete-word-dict): Likewise. | |
| 5098 | |
| 5099 1999-05-31 Eli Zaretskii <eliz@gnu.org> | |
| 5100 | |
| 5101 * forms.el (forms-save-buffer): Call set-buffer-modified-p to | |
| 5102 force the data buffer to be saved, even if the data didn't | |
| 5103 change, in case the write filter was modified. Restore the | |
| 5104 current record after read-file-filter finishes. | |
| 5105 | |
| 5106 1999-05-29 Karl Heuer <kwzh@gnu.org> | |
| 5107 | |
| 5108 * ispell4.el: Obsolete; file deleted. | |
| 5109 | |
| 5110 * textmodes/texinfmt.el (texinfo-format-direntry): Avoid blank line. | |
| 5111 | |
| 5112 * font-lock.el (font-lock-apply-syntactic-highlight): Don't die if | |
| 5113 VALUE is a syntax table. | |
| 5114 | |
| 5115 * emacs-lisp/cl.el (custom-print-functions): Add autoload cookie. | |
| 5116 | |
| 5117 * simple.el (zap-to-char): Doc fix. | |
| 5118 | |
| 5119 1999-05-27 Ken'ichi Handa <handa@gnu.org> | |
| 5120 | |
| 5121 * isearch.el (isearch-quote-char): Don't assume character codes | |
| 5122 0200 - 0237 stand for characters in some single-byte character | |
| 5123 charset. | |
| 5124 | |
| 5125 1999-05-27 Dave Love <fx@gnu.org> | |
| 5126 | |
| 5127 * startup.el: (iso-8859-n-locale-regexp): Don't match 8859-15 &c. | |
| 5128 | |
| 5129 1999-05-27 Andreas Schwab <schwab@gnu.org> | |
| 5130 | |
| 5131 * dired-aux.el (dired-insert-subdir-doinsert): Check that the | |
| 5132 headerline does not exist already. | |
| 5133 | |
| 5134 1999-05-26 Richard Stallman <rms@gnu.org> | |
| 5135 | |
| 5136 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): | |
| 5137 Avoid nested null-loops. | |
| 5138 | |
| 5139 1999-05-26 Ken'ichi Handa <handa@gnu.org> | |
| 5140 | |
| 5141 * international/characters.el: Typo fixed; prefered->preferred. | |
| 5142 | |
| 5143 * international/mule-cmds.el (find-coding-systems-for-charsets): | |
| 5144 Typo fixed; prefered->preferred. | |
| 5145 | |
| 5146 * map-ynp.el (map-y-or-n-p): Don't inherit the current input | |
| 5147 method in read-event. | |
| 5148 | |
| 5149 * international/mule.el (charset-info): Doc-string fixed. | |
| 5150 | |
| 5151 1999-05-25 Ken'ichi Handa <handa@gnu.org> | |
| 5152 | |
| 5153 * mail/smtpmail.el (smtpmail-send-it): Bind | |
| 5154 smtpmail-code-conv-from properly. | |
| 5155 (smtpmail-send-data-1): If DATA is a multibyte string, encode it | |
| 5156 by smtpmail-code-conv-from. | |
| 5157 | |
| 5158 1999-05-24 Richard Stallman <rms@gnu.org> | |
| 5159 | |
| 5160 * emulation/crisp.el (crisp-submit-bug-report): Function deleted. | |
| 5161 Binding deleted also. | |
| 5162 | |
| 5163 1999-05-24 Karl Heuer <kwzh@gnu.org> | |
| 5164 | |
| 5165 * comint.el (comint-bol-or-process-mark): Doc fix. | |
| 5166 | |
| 5167 1999-05-23 Dave Love <fx@gnu.org> | |
| 5168 | |
| 5169 * emulation/crisp.el (crisp-mode-map): Don't inherit global-map. | |
| 5170 Enter it on minor-mode-map-alist. | |
| 5171 (crisp-mode): Re-named from `crsip-mode-enabled'. Users changed. | |
| 5172 Autoload. Add custom setter. | |
| 5173 (crisp-mark-line): Doc fix. | |
| 5174 (crisp-mode): Autoload. Re-write not to frob keymaps directly. | |
| 5175 (crisp-mode-hook): Define. | |
| 5176 | |
| 5177 1999-05-23 Ken'ichi Handa <handa@gnu.org> | |
| 5178 | |
| 5179 * files.el (recover-file): Recover buffer-file-coding-system. | |
| 5180 | |
| 5181 1999-05-22 Richard Stallman <rms@gnu.org> | |
| 5182 | |
| 5183 * vc.el (vc-dired-mode): Make the dired-move-to-filename-regexp | |
| 5184 regexp match the date, to avoid treating date as file size. | |
| 5185 Add YYYY S option to WESTERN/ | |
| 5186 | |
| 5187 * bookmark.el: Delete some XEmacs compatibility code. | |
| 5188 (bookmark-jump-noselect): Check vc-backend. | |
| 5189 | |
| 5190 * subr.el (add-to-list): Doc fix. | |
| 5191 | |
| 5192 1999-05-21 Stephen Eglen <stephen@gnu.org> | |
| 5193 | |
| 5194 * diary-lib.el (diary-mail-entries): Use fancy-diary-buffer. | |
| 5195 | |
| 5196 1999-05-18 Richard Stallman <rms@gnu.org> | |
| 5197 | |
| 5198 * textmodes/texinfmt.el (texinfo-anchor): Don't delete a | |
| 5199 non-space after the @anchor command. | |
| 5200 (texinfo-format-var): Handle other nested constructs, using | |
| 5201 texinfo-parse-expanded-arg and texinfo-discard-command, not | |
| 5202 texinfo-parse-arg-discard. | |
| 5203 | |
| 5204 * emacs-lisp/debug.el (debugger-outer-inhibit-redisplay): New variable. | |
| 5205 (debug): Bind and use debugger-outer-inhibit-redisplay. | |
| 5206 Bind inhibit-redisplay to nil. | |
| 5207 (debugger-env-macro): Treat inhibit-redisplay like other outside vars. | |
| 5208 | |
| 5209 1999-05-17 Dave Love <fx@gnu.org> | |
| 5210 | |
| 5211 * help.el (describe-function-1): Extra arg, interactive-p. | |
| 5212 (describe-key, describe-function): Use it. | |
| 5213 | |
| 5214 1999-05-17 Karl Heuer <kwzh@gnu.org> | |
| 5215 | |
| 5216 * ispell.el (ispell-local-dictionary-alist): Add autoload cookie. | |
| 5217 | |
| 5218 1999-05-16 Dave Love <fx@gnu.org> | |
| 5219 | |
| 5220 * cus-start.el (all): Delete selective-display. Add scroll-margin, | |
| 5221 scroll-preserve-screen-position, scroll-conservatively. | |
| 5222 | |
| 5223 1999-05-16 Dave Love <fx@gnu.org> | |
| 5224 | |
| 5225 * emacs-lisp/byte-opt.el (byte-optimize-plus): Fix 1-arg case. | |
| 5226 | |
| 5227 1999-05-15 Reto Zimmermann <reto@Synopsys.COM> | |
| 5228 | |
| 5229 * progmodes/vhdl-mode.el: Completely revised and massively extended. | |
| 5230 | |
| 5231 1999-05-15 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | |
| 5232 | |
| 5233 * progmodes/sh-script.el (sh-mode): Do not fail if buffer has no | |
| 5234 magic number and is not associated with a file. | |
| 5235 | |
| 5236 1999-05-14 Richard M. Stallman <rms@gnu.org> | |
| 5237 | |
| 5238 * files.el (find-file-noselect-1): Fix previous change. | |
| 5239 | |
| 5240 1999-05-14 Simon Marshall <simon@gnu.org> | |
| 5241 | |
| 5242 * fast-lock.el (fast-lock-cache-name): Fix test for `windows-nt'. | |
| 5243 | |
| 5244 1999-05-13 Ken'ichi Handa <handa@gnu.org> | |
| 5245 | |
| 5246 * international/mule-diag.el (mule-diag): Change MULE to Mule in | |
| 5247 docstring. | |
| 5248 | |
| 5249 * international/mule-cmds.el: Change MULE to Mule in docstrings | |
| 5250 and menus. | |
| 5251 | |
| 5252 1999-05-10 Kenichi HANDA <handa@etl.go.jp> | |
| 5253 | |
| 5254 * ps-mule.el (ps-mule-prologue): Fix the definition of DefFontMule | |
| 5255 to correctly reflect the value of BaseLineOffset in | |
| 5256 RelativeCompose. Now the value of RelativeCompose is an array of | |
| 5257 low and high positions. | |
| 5258 (ps-mule-cmpchar-prologue): Adjust the definition of BC, EC, and | |
| 5259 RLC for the above change. | |
| 5260 | |
| 5261 1995-05-11 Joel N. Weber II <devnull@melange.gnu.org> | |
| 5262 | |
| 5263 * comint.el (comint-password-prompt-regexp): Modified to match the | |
| 5264 output of ksu and ssh-add. | |
| 5265 | |
| 5266 1999-05-11 Kenichi HANDA <handa@etl.go.jp> | |
| 5267 | |
| 5268 * language/korea-util.el (isearch-toggle-korean-input-method): | |
| 5269 Adjusted for the change of input method handling in isearch.el. | |
| 5270 (isearch-hangul-switch-symbol-ksc): Likewise. | |
| 5271 (isearch-hangul-switch-hanja): Likewise. | |
| 5272 | |
| 5273 1999-05-10 Dave Love <fx@gnu.org> | |
| 5274 | |
| 5275 * help.el (help-make-xrefs): Fix typo. | |
| 5276 | |
| 5277 1999-05-10 Andreas Schwab <schwab@gnu.org> | |
| 5278 | |
| 5279 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add | |
| 5280 unibyte-display-via-language-environment. | |
| 5281 | |
| 5282 * help.el (help-make-xrefs): Handle more cases when looking for | |
| 5283 commands in a keymap description. | |
| 5284 | |
| 5285 1999-05-10 Eli Zaretskii <eliz@gnu.org> | |
| 5286 | |
| 5287 * loadup.el: For ms-dos systems, load ccl and codepage. | |
| 5288 | |
| 5289 1999-05-09 Ken'ichi Handa <handa@gnu.org> | |
| 5290 | |
| 5291 * ps-print.el (ps-control-character): Call | |
| 5292 ps-mule-prepare-ascii-font to setup ASCII fonts. | |
| 5293 | |
| 5294 * ps-mule.el (ps-mule-begin-job): Redo this change "if | |
| 5295 ps-multibyte-buffer is nil, use | |
| 5296 ps-mule-font-info-database-default." | |
| 5297 | |
| 5298 1999-05-08 Ken Stevens <k.stevens@ieee.org> | |
| 5299 | |
| 5300 * ispell.el (ispell-local-dictionary-alist): New variable for | |
| 5301 customizing local dictionaries not accessable by everyone. | |
| 5302 (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'. | |
| 5303 (ispell-required-version): Changed format `(major minor | |
| 5304 revision)' to support general pattern matching. | |
| 5305 (ispell-tex-skip-alists): AMS Tex block comment and `\author' | |
| 5306 skip region commented out due to incorrect skip potential in std latex. | |
| 5307 (ispell-word): Removed `when' macro. Fixed bug of not restoring | |
| 5308 cursor point on small words for calls from `ispell-minor-mode'. | |
| 5309 (check-ispell-version): Tests and accepts versions major.minor | |
| 5310 and above, with adjustments for interactions in 3.1.0-3.1.11. | |
| 5311 (ispell-get-line): No longer skips ispell process special characters. | |
| 5312 (ispell-comments-and-strings): Removed `when' macro call. | |
| 5313 (ispell-minor-check): Requires ispell-word to restore cursor point. | |
| 5314 (ispell-buffer-local-parsing): Supports checking comments only. | |
| 5315 | |
| 5316 1999-05-08 Karl Heuer <kwzh@gnu.org> | |
| 5317 | |
| 5318 * comint.el (comint-password-prompt-regexp): Fix last change to be | |
| 5319 more specific. | |
| 5320 | |
| 5321 1999-05-07 Richard M. Stallman <rms@gnu.org> | |
| 5322 | |
| 5323 * subr.el (with-temp-message): Fix the other call to message | |
| 5324 to use %s. | |
| 5325 | |
| 5326 1999-05-07 Michael Ernst <mernst@alum.mit.edu> | |
| 5327 | |
| 5328 * gud.el (gud-format-command): "%F" means file sans extension. | |
| 5329 (jdb): Use %F, not %f, for gud-break. | |
| 5330 | |
| 5331 1999-05-07 Joel N. Weber II <devnull@melange.gnu.org> | |
| 5332 | |
| 5333 * comint.el (comint-password-prompt-regexp): Modified so that it | |
| 5334 matches the output of kinit. | |
| 5335 | |
| 5336 1999-05-06 Greg Stark <gsstark@mit.edu> | |
| 5337 | |
| 5338 * timezone.el (timezone-parse-date): Recognize new format used in | |
| 5339 internet cookies. | |
| 5340 | |
| 5341 1999-05-04 Tudor Hulubei <tudor@cs.unh.edu> | |
| 5342 | |
| 5343 * international/iso-acc.el (iso-languages): Add latin-2 cedillas. | |
| 5344 | |
| 5345 1999-05-04 Andrew Innes <andrewi@gnu.org> | |
| 5346 | |
| 5347 * time.el (display-time-update): Allow for wrap-around when | |
| 5348 checking against display-time-server-down-time. | |
| 5349 | |
| 5350 1999-05-04 Ken'ichi Handa <handa@gnu.org> | |
| 5351 | |
| 5352 * international/mule-diag.el (describe-coding-system): Fix English | |
| 5353 message. | |
| 5354 | |
|
49597
e88404e8f2cf
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49505
diff
changeset
|
5355 1999-05-03 Jason Rumney <jasonr@altavista.net> |
| 30729 | 5356 |
| 5357 * term/w32-win.el: Change the x-charset-registry property for the | |
| 5358 Japanese charsets that are supported by Japanese Windows fonts. | |
| 5359 | |
| 5360 1999-05-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
| 5361 | |
| 5362 * diary-lib.el (diary-remind): Rewritten to behave sensibly for | |
| 5363 diary-block diary entries for which the reminders and the diary | |
| 5364 entries can overlap. | |
| 5365 | |
|
49597
e88404e8f2cf
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49505
diff
changeset
|
5366 1999-05-02 Jason Rumney <jasonr@altavista.net> |
| 30729 | 5367 |
| 5368 * term/w32-win.el (mouse-set-font): Ensure constructed fontset | |
| 5369 matches the font selected in the dialog. | |
| 5370 | |
| 5371 1999-05-02 Dave Love <fx@gnu.org> | |
| 5372 | |
| 5373 * browse-url.el (browse-url-browser-function): Add :version. | |
| 5374 | |
| 5375 * international/mule.el (auto-coding-alist): Add .tgz. | |
| 5376 | |
| 5377 1999-05-2 Eli Zaretskii <eliz@is.elta.co.il> | |
| 5378 | |
| 5379 * international/codepage.el (cp-coding-system-for-codepage-1): | |
| 5380 Make the magnification parameter for the -dos encoder be 2. | |
| 5381 | |
| 5382 1999-05-2 Andrew Innes <andrewi@gnu.org> | |
| 5383 | |
| 5384 * term/w32-win.el (w32-drag-n-drop): Select file in window where | |
| 5385 it is dropped, rather than current window. | |
| 5386 | |
| 5387 * mail/smtpmail.el (smtpmail-deduce-address-list): Bind variables | |
| 5388 after switching buffer, as case-fold-search is a buffer local | |
| 5389 variable. | |
| 5390 | |
| 5391 * w32-fns.el (convert-standard-filename): Only convert directory | |
| 5392 separators to backslash if the interactive shell is one of the | |
| 5393 standard Windows shells that has DOS semantics. | |
| 5394 | |
| 5395 * ls-lisp.el (ls-lisp-format-time): Trap errors from | |
| 5396 format-time-string, and return a suitable string to indicate the | |
| 5397 timestamp was invalid. | |
| 5398 | |
| 5399 * hexl.el (hexlify-command): Apply shell-quote-argument after | |
| 5400 expanding hexl-program in case exec-directory contains a space. | |
| 5401 (dehexlify-command): Ditto. | |
| 5402 | |
| 5403 * dos-w32.el (file-name-buffer-file-type-alist): Remove various | |
| 5404 file extension regexps which aren't necessarily binary files. | |
| 5405 (direct-print-region-helper): Use subst-char-in-string instead of | |
| 5406 binding directory-sep-char to convert filenames to DOS syntax. | |
| 5407 (direct-print-region-use-command-dot-com): New variable. | |
| 5408 (direct-print-region-helper): Use it to control whether to invoked | |
| 5409 command.com to print on Windows 9x. | |
| 5410 | |
| 5411 * browse-url.el (browse-url-browser-function): Default to | |
| 5412 browse-url-default-windows-browser on windows-nt. | |
| 5413 (browse-url-default-windows-browser): New function. | |
| 5414 | |
| 5415 1999-04-30 Eli Zaretskii <eliz@is.elta.co.il> | |
| 5416 | |
| 5417 * forms.el (forms-mode): Don't call forms-first-record or | |
| 5418 forms-last-record if the data file has zero records. | |
| 5419 | |
| 5420 1999-04-29 Richard M. Stallman <rms@gnu.org> | |
| 5421 | |
| 5422 * files.el (find-file-noselect-1): If buffer-file-name has changed | |
| 5423 after find-file-not-found-hooks runs, recompute the truename. | |
| 5424 And don't use FILENAME after that point. | |
| 5425 | |
| 5426 1999-04-27 Dave Love <fx@gnu.org> | |
| 5427 | |
| 5428 * paren.el (show-paren-mode) | |
| 5429 * which-func.el (which-func-mode-global) | |
| 5430 * type-break.el (type-break-mode) | |
| 5431 * time.el (display-time-mode) | |
| 5432 * rsz-mini.el (resize-minibuffer-mode) | |
| 5433 * mouse-sel.el (mouse-sel-mode) | |
| 5434 * icomplete.el (icomplete-mode) | |
| 5435 * hscroll.el (hscroll-global-mode) | |
| 5436 * help.el (temp-buffer-resize-mode) | |
| 5437 * font-lock.el (global-font-lock-mode) | |
| 5438 * delsel.el (delete-selection-mode) | |
| 5439 * avoid.el (mouse-avoidance-mode) | |
| 5440 * autoinsert.el (auto-insert-mode) | |
| 5441 * winner.el (winner-mode): Doc fix. | |
| 5442 | |
| 5443 1999-04-26 Karl Heuer <kwzh@gnu.org> | |
| 5444 | |
| 5445 * mail/rmail.el (rmail-next-same-subject): When searching, ignore | |
| 5446 the same whitespace that was ignored in choosing the subject string. | |
| 5447 | |
| 5448 1999-04-26 Richard M. Stallman <rms@gnu.org> | |
| 5449 | |
| 5450 * info.el (Info-find-node): Position properly after finding anchor. | |
| 5451 | |
| 5452 * cus-start.el (all): Handle unibyte-display-via-language-environment. | |
| 5453 | |
| 5454 * simple.el (indent-new-comment-line): Fix previous change. | |
| 5455 | |
| 5456 * complete.el: Delete the wildcard expansion feature | |
| 5457 since that is now standard in find-file. | |
| 5458 (PC-try-load-many-files): Function deleted. | |
| 5459 (PC-after-load-many-files): Function deleted. | |
| 5460 (PC-many-files-list): Variable deleted. | |
| 5461 (PC-disable-wildcards): Variable deleted. | |
| 5462 (partial-completion-mode): Don't enable the wildcard feature. | |
| 5463 | |
| 5464 * complete.el (PC-look-for-include-file): Don't set global variables | |
| 5465 `error', `buf' and `filename' here. | |
| 5466 | |
| 5467 * mail/sendmail.el (mail-sent-via): Use copy-marker not make-marker. | |
| 5468 | |
| 5469 1999-04-26 John Wiegley <johnw@oneworld.new-era.com> | |
| 5470 | |
| 5471 * textmodes/outline.el (outline-regexp): Doc fix. | |
| 5472 | |
| 5473 1999-04-26 John Wiegley <johnw@borland.com> | |
| 5474 | |
| 5475 * progmodes/compile.el (compilation-error-regexp-alist): Recognize | |
| 5476 C++Builder 4.0 error message syntax. | |
| 5477 | |
| 5478 1999-04-26 Mark Diekhans <markd@Grizzly.COM> | |
| 5479 | |
| 5480 * progmodes/compile.el (grep-compute-defaults): If xargs -e isn't | |
| 5481 supported, use find -exec. | |
| 5482 | |
| 5483 1999-04-26 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp> | |
| 5484 | |
| 5485 * textmodes/texinfmt.el (texinfo-format-buffer): Bind | |
| 5486 coding-system-for-write, to avoid hanging when non-interactive. | |
| 5487 | |
| 5488 1999-04-26 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
| 5489 | |
| 5490 * textmodes/bibtex.el (bibtex-reference-head): Allow entries to | |
| 5491 start with a newline. | |
| 5492 | |
| 5493 1999-04-13 Ken'ichi Handa <handa@gnu.org> | |
| 5494 | |
| 5495 * international/mule-conf.el (x-ctext): New coding system. | |
| 5496 | |
| 5497 1999-04-12 Richard M. Stallman <rms@gnu.org> | |
| 5498 | |
| 5499 * international/mule-cmds.el (input-method-function): | |
| 5500 Add permanent-local property. | |
| 5501 | |
| 5502 1999-04-12 Dave Love <fx@gnu.org> | |
| 5503 | |
| 5504 * jka-compr.el (jka-compr-insert-file-contents): Fix previous | |
| 5505 change to use jka-compr-byte-compiler-base-file-name. | |
| 5506 | |
| 5507 * supercite.el (sc-scan-info-alist): Revert last change. | |
| 5508 (sc-attrib-selection-list): Fix :type here instead. | |
| 5509 | |
| 5510 1999-04-11 Eli Zaretskii <eliz@gnu.org> | |
| 5511 | |
| 5512 * international/mule.el (auto-coding-alist-lookup): Include ms-dos | |
| 5513 in the list of case-insensitive filesystems. | |
| 5514 | |
| 5515 1999-04-09 Kenichi Handa <handa@etl.go.jp> | |
| 5516 | |
| 5517 * international/fontset.el (create-fontset-from-fontset-spec): | |
| 5518 Don't register duplicated alias fontset names. | |
| 5519 | |
| 5520 1999-04-08 Richard Stallman <rms@gnu.org> | |
| 5521 | |
| 5522 * international/mule.el (auto-coding-alist-lookup): New function. | |
| 5523 (set-auto-coding): Use auto-coding-alist-lookup. | |
| 5524 | |
| 5525 * jka-compr.el (jka-compr-insert-file-contents): | |
| 5526 Use auto-coding-alist-lookup to check for files that | |
| 5527 should not have eol conversion, in the unibyte case. | |
| 5528 | |
| 5529 1999-04-07 Dave Love <fx@gnu.org> | |
| 5530 | |
| 5531 * help.el (describe-variable): Check custom-loads property as well | |
| 5532 as custom-type. | |
| 5533 | |
| 5534 * abbrev.el (abbrev-mode): Customizing sets the default value. | |
| 5535 | |
| 5536 1999-04-08 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
| 5537 | |
| 5538 * vc.el (vc-backend-revert): For CVS files that were made | |
| 5539 writeable with "cvs edit", call "cvs unedit" to undo that. | |
| 5540 | |
| 5541 1999-04-08 Dave Love <fx@gnu.org> | |
| 5542 | |
| 5543 * mail/supercite.el: (sc-attrib-selection-list): Fix custom type | |
| 5544 more. | |
| 5545 (sc-emacs-features): Recognize Emacs 20. | |
| 5546 (sc-read-string): Use history arg. | |
| 5547 (sc-scan-info-alist): Check for rtnvalue a cons. | |
| 5548 | |
| 5549 1999-04-08 Kenichi HANDA <handa@etl.go.jp> | |
| 5550 | |
| 5551 * gnus/gnus-mule.el (gnus-mule-message-send-mail-function): Find a | |
| 5552 coding system to encode the message by | |
| 5553 select-message-coding-system. | |
| 5554 | |
| 5555 1999-04-07 Richard Stallman <rms@gnu.org> | |
| 5556 | |
| 5557 * progmodes/sql.el (sql-send-paragraph): Delete duplicate definition. | |
| 5558 | |
| 5559 * winner.el: Reorder definitions. | |
| 5560 | |
| 5561 * mail/mh-utils.el (mh-find-progs): Try /etc/nmh and lib/nmh dirs. | |
| 5562 | |
| 5563 * mail/rmail.el (rmail-decode-babyl-format): | |
| 5564 Undo previous change. | |
| 5565 | |
| 5566 1999-04-06 Richard Stallman <rms@gnu.org> | |
| 5567 | |
| 5568 * info.el (Info-find-node): Check for an anchor at the | |
| 5569 proper place, before reading an indirect file. | |
| 5570 | |
| 5571 * imenu.el (imenu--mouse-menu): Use assq when searching in FINAL. | |
| 5572 | |
| 5573 * jka-compr.el (jka-compr-insert-file-contents): | |
| 5574 Use raw-text-unix when we want no conversion. | |
| 5575 | |
|
49597
e88404e8f2cf
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49505
diff
changeset
|
5576 1999-04-06 Thierry Emery <Thierry.Emery@nmu.alcatel.fr> |
| 30729 | 5577 |
| 5578 * timezone.el (timezone-parse-date): Corrected regexp for | |
| 5579 style (5) date format so that tenths of seconds are optional. | |
| 5580 | |
| 5581 1999-04-05 Eli Zaretskii <eliz@gnu.org> | |
| 5582 | |
| 5583 * term/internal.el (dos-cpNNN-setup): New function, with the guts | |
| 5584 of dos-codepage-setup. | |
| 5585 (cjk-codepages-alist): New variable, an alist of Far-Eastern | |
| 5586 codepages for which there's no need to set up cpNNN coding | |
| 5587 systems. | |
| 5588 (dos-codepage-setup): Support Far-Eastern DOS terminals. | |
| 5589 | |
| 5590 1999-04-05 Richard Stallman <rms@gnu.org> | |
| 5591 | |
| 5592 * mail/rmail.el (rmail-ignored-headers): Doc fix. | |
| 5593 | |
| 5594 1999-04-02 Richard Stallman <rms@gnu.org> | |
| 5595 | |
| 5596 * progmodes/compile.el (compilation-handle-exit): Do right thing | |
| 5597 if (car status) doesn't end in a newline. | |
| 5598 | |
| 5599 1999-04-01 Dave Love <fx@gnu.org> | |
| 5600 | |
| 5601 * progmodes/sql.el (SQL): Add defgroup :version. | |
| 5602 | |
| 5603 1999-03-31 Richard M. Stallman <rms@gnu.org> | |
| 5604 | |
| 5605 * emacs-lisp/bytecomp.el (byte-compile-file): Clear | |
| 5606 buffer-file-coding-system. If the coding system used is raw-text, | |
| 5607 etc., make the *Compiler Input* buffer unibyte. | |
| 5608 | |
| 5609 * international/mule.el (find-new-buffer-file-coding-system): Doc fix. | |
| 5610 | |
| 5611 * loadup.el: Don't write the fns-...el file if not dumping. | |
| 5612 | |
| 5613 1999-03-31 Dave Love <fx@gnu.org> | |
| 5614 | |
| 5615 * snmp-mode.el (snmp): Fix defgroup :version. | |
| 5616 | |
| 5617 * hilit-chg.el (highlight-changes): Add defgroup :version. | |
| 5618 | |
| 5619 1999-03-31 Andreas Schwab <schwab@gnu.org> | |
| 5620 | |
| 5621 * gnus/gnus-sum.el (gnus-data-compute-positions): Move down after | |
| 5622 the gnus-save-hidden-threads macro. | |
| 5623 | |
| 5624 1999-03-30 Per Abrahamsen <abraham@dina.kvl.dk> | |
| 5625 | |
| 5626 * faces.el (face-set-after-frame-default): Obey the | |
| 5627 `customized-face' for new faces. | |
| 5628 | |
| 5629 1999-03-30 Dave Love <fx@gnu.org> | |
| 5630 | |
| 5631 * international/mule-cmds.el (current-language-environment): Doc fix. | |
| 5632 * abbrev.el (abbrev-mode): Doc fix. | |
| 5633 * autoinsert.el (auto-insert-mode): Doc fix. | |
| 5634 * complete.el (partial-completion-mode): Doc fix. | |
| 5635 * avoid.el (mouse-avoidance-mode): Doc fix. | |
| 5636 * delsel.el (delete-selection-mode): Doc fix. | |
| 5637 * font-lock.el (global-font-lock-mode): Doc fix. | |
| 5638 * help.el (temp-buffer-resize-mode): Doc fix. | |
| 5639 * hscroll.el (hscroll-global-mode): Doc fix. | |
| 5640 * icomplete.el (icomplete-mode): Doc fix. | |
| 5641 * mouse-sel.el (mouse-sel-mode): Doc fix. | |
| 5642 * paren.el (show-paren-mode): Doc fix. | |
| 5643 * rsz-mini.el (resize-minibuffer-mode): Doc fix. | |
| 5644 * time.el (display-time-mode): Doc fix. | |
| 5645 * type-break.el (type-break-mode): Doc fix. | |
| 5646 * which-func.el (which-func-mode-global): Doc fix. | |
| 5647 * winner.el (winner-mode): Doc fix. | |
| 5648 | |
| 5649 1999-03-30 Michael Ernst <mernst@alum.mit.edu> | |
| 5650 | |
| 5651 * wid-edit.el (widget-before-change): Signal text-read-only rather | |
| 5652 than an ordinary error. | |
| 5653 | |
| 5654 1999-03-30 Richard M. Stallman <rms@gnu.org> | |
| 5655 | |
| 5656 * repeat.el: Don't require advice. | |
| 5657 (repeat): Do function-indirection in check for kbd macro. | |
| 5658 In self-insert case, use the *last* char in INSERTION. | |
| 5659 | |
| 5660 1999-03-30 Karl Heuer <kwzh@gnu.org> | |
| 5661 | |
| 5662 * progmodes/cc-cmds.el (c-indent-command): Doc fix. | |
| 5663 | |
| 5664 1999-03-29 Andreas Schwab <schwab@gnu.org> | |
| 5665 | |
| 5666 * textmodes/tex-mode.el (tex-start-shell): Use add-hook for | |
| 5667 comint-input-filter-functions. Make variables related to shell | |
| 5668 directory tracking local. | |
| 5669 | |
| 5670 1999-03-26 Andreas Schwab <schwab@gnu.org> | |
| 5671 | |
| 5672 * emacs-lisp/debug.el (debug): Make *Backtrace* buffer writable. | |
| 5673 | |
| 5674 * simple.el (shell-command-on-region): Cope with exit-status being | |
| 5675 nil, which happens if call-process-region was interrupted. | |
| 5676 | |
| 5677 1999-03-26 Richard M. Stallman <rms@gnu.org> | |
| 5678 | |
| 5679 * simple.el (indent-new-comment-line): Handle use at a point | |
| 5680 after a comment-end. Handle multiple comments. | |
| 5681 | |
| 5682 * mail/rmail.el (rmail-decode-babyl-format): | |
| 5683 To prevent locking, bind buffer-file-name to nil. | |
| 5684 | |
| 5685 1999-03-26 Karl Fogel <kfogel@red-bean.com> | |
| 5686 | |
| 5687 * mail-hist.el (mail-hist-current-header-name): Don't make | |
| 5688 off-by-one-error when determining if in message body. | |
| 5689 | |
| 5690 1999-03-25 Andrew Innes <andrewi@gnu.org> | |
| 5691 | |
| 5692 * w32-fns.el (set-default-process-coding-system): Copied from | |
| 5693 dos-w32.el, but modified to use Unix line endings for process | |
| 5694 input, and to add a suitable entry to process-coding-system-alist | |
| 5695 for DOS shells. | |
| 5696 | |
| 5697 * dos-fns.el (set-default-process-coding-system): Copied from | |
| 5698 dos-w32.el. | |
| 5699 | |
| 5700 * dos-w32.el (set-default-process-coding-system): Move function to | |
| 5701 dos-fns.el; a different version is used in w32-fns.el. | |
| 5702 | |
| 5703 1999-03-24 Dave Love <fx@gnu.org> | |
| 5704 | |
| 5705 * info.el (Info-directory-list): Revert change to re-writing | |
| 5706 Info-default-directory-list, but put `alternative' first. | |
| 5707 (Info-insert-dir): Modify selecting the top dir file as a consequence. | |
| 5708 | |
| 5709 1999-03-23 Simon Marshall <simon@gnu.org> | |
| 5710 | |
| 5711 * font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is | |
| 5712 on the line by itself. | |
| 5713 (java-font-lock-keywords-2): Likewise. Don't fontify a class name if | |
| 5714 it is not in a declarative context. | |
| 5715 | |
| 5716 1999-03-22 Per Abrahamsen <abraham@dina.kvl.dk> | |
| 5717 | |
| 5718 * cus-edit.el (custom-variable-prompt): Allow customization of | |
| 5719 autoloaded symbols. | |
| 5720 | |
| 5721 1999-03-22 Kenichi HANDA <handa@etl.go.jp> | |
| 5722 | |
| 5723 * simple.el (what-cursor-position): Don't cause error when point | |
| 5724 is at invalid multibyte sequence. | |
| 5725 | |
| 5726 1999-03-21 Karl Heuer <kwzh@gnu.org> | |
| 5727 | |
| 5728 * complete.el (partial-completion-mode): Doc fix. | |
| 5729 | |
| 5730 1999-03-19 Richard M. Stallman <rms@gnu.org> | |
| 5731 | |
| 5732 * progmodes/cplus-md.el (old-c++): Remove :group. | |
| 5733 | |
| 5734 * progmodes/c-mode.el (old-c): Remove :group. | |
| 5735 | |
| 5736 1999-03-18 Simon Marshall <simon@gnu.org> | |
| 5737 | |
| 5738 * font-lock.el (c-font-lock-keywords-2): Added "complex" type. | |
| 5739 (java-font-lock-keywords-2): Added "strictfp" keyword. | |
| 5740 | |
|
49597
e88404e8f2cf
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49505
diff
changeset
|
5741 1999-03-17 Jason Rumney <jasonr@altavista.net> |
| 30729 | 5742 |
| 5743 * w32-fns.el (set-w32-system-coding-system) New function. | |
| 5744 (w32-system-coding-system) Initialize to 'iso-latin-1. | |
| 5745 | |
| 5746 1999-03-17 Eli Zaretskii <eliz@gnu.org> | |
| 5747 | |
| 5748 * international/mule-cmds.el (set-language-environment): Fix | |
| 5749 previous change: don't use dos-codepage when unbound. | |
| 5750 | |
| 5751 1999-03-17 Karl Heuer <kwzh@gnu.org> | |
| 5752 | |
| 5753 * calendar/appt.el (appt-make-list): Fix previous change. | |
| 5754 | |
| 5755 1999-03-16 Richard M. Stallman <rms@gnu.org> | |
| 5756 | |
| 5757 * window.el (shrink-window-if-larger-than-buffer): | |
| 5758 Don't try to redisplay with the cursor at the end | |
| 5759 on its own line--that would force a scroll and spoil things. | |
| 5760 | |
| 5761 1999-03-16 Eli Zaretskii <eliz@gnu.org> | |
| 5762 | |
| 5763 * international/mule-cmds.el (set-language-environment): Don't use | |
| 5764 cpNNN-nonascii-translation-table if it is unbound. | |
| 5765 | |
| 5766 * term/internal.el (dos-codepage-setup): Compute the unibyte | |
| 5767 syntax table and bind unibyte-display-via-language-environment | |
| 5768 here, rather than at top level, so that resetting to unibyte in | |
| 5769 .emacs works as expected. | |
| 5770 | |
| 5771 1999-03-15 Simon Marshall <simon@gnu.org> | |
| 5772 | |
| 5773 * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword. | |
| 5774 | |
|
49597
e88404e8f2cf
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49505
diff
changeset
|
5775 1999-03-14 Milan Zamazal <pdm@pvt.net> |
| 30729 | 5776 |
| 5777 * abbrev.el (inverse-add-abbrev): Inherit the current input method. | |
| 5778 | |
| 5779 1999-03-14 Kenichi Handa <handa@etl.go.jp> | |
| 5780 | |
| 5781 * international/mule-util.el (detect-coding-with-priority): | |
| 5782 Restore the internal database. | |
| 5783 | |
| 5784 1999-03-14 Stephen Eglen <stephen@gnu.org> | |
| 5785 | |
| 5786 * mail/sendmail.el (sendmail-send-it): Fix typo in error string | |
| 5787 if mail-from-style has invalid value. | |
| 5788 | |
| 5789 1999-03-12 Karl Heuer <kwzh@gnu.org> | |
| 5790 | |
| 5791 * vc.el (vc-delete-logbuf-window): New var. | |
| 5792 (vc-finish-logentry): Use it. | |
| 5793 | |
| 5794 1999-03-12 Richard M. Stallman <rms@gnu.org> | |
| 5795 | |
| 5796 * startup.el (command-line-1): Improve startup msg. | |
| 5797 | |
| 5798 1999-03-12 Eric M. Ludlam <zappo@ultranet.com> | |
| 5799 | |
| 5800 * speedbar.el: Added commentary about stealthy functions. | |
| 5801 (speedbar-message) new function. | |
| 5802 (speedbar-y-or-n-p): New function | |
| 5803 (speedbar-with-attached-buffer) Moved macro before reference. | |
| 5804 Now uses `save-selected-window'. | |
| 5805 (speedbar-mouse-hscroll, speedbar-track-mouse, speedbar-refresh, | |
| 5806 speedbar-generic-item-info, speedbar-item-info-file-helper, | |
| 5807 speedbar-item-delete, speedbar-insert-generic-list, | |
| 5808 speedbar-timer-fn, speedbar-check-vc-this-line, | |
| 5809 speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags, | |
| 5810 speedbar-buffers-item-info) Use speedbar-message. | |
| 5811 (speedbar-item-info) Limit `message-log-max'. | |
| 5812 (speedbar-item-load, speedbar-item-copy, speedbar-item-rename, | |
| 5813 speedbar-item-delete, speedbar-item-object-delete, | |
| 5814 speedbar-buffer-kill-buffer) Use speedbar-y-or-n-p. | |
| 5815 | |
| 5816 1999-03-10 Kenichi Handa <handa@mulelab.etl.go.jp> | |
| 5817 | |
| 5818 * server.el (server-start): Set coding system for the server | |
| 5819 process to raw-text. | |
| 5820 (server-process-filter): Decode file names if necessary. | |
| 5821 | |
| 5822 1999-03-12 Dave Love <fx@gnu.org> | |
| 5823 | |
| 5824 * textmodes/fill.el (sentence-end-double-space): Doc fix. | |
| 5825 | |
| 5826 * textmodes/paragraphs.el (sentence-end): Doc fix. | |
| 5827 | |
| 5828 1999-03-11 Karl Heuer <kwzh@gnu.org> | |
| 5829 | |
| 5830 * comint.el (comint-password-prompt-regexp): Accept "login password:" | |
| 5831 | |
| 5832 1999-03-09 Karl Heuer <kwzh@gnu.org> | |
| 5833 | |
| 5834 * ispell.el (ispell-dictionary-alist-1): Shorten autoloaded line. | |
| 5835 (ispell-dictionary-alist-2): Likewise. | |
| 5836 (ispell-dictionary-alist-3, ispell-dictionary-alist-4): New vars. | |
| 5837 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): New vars. | |
| 5838 (ispell-dictionary-alist): Build from six pieces, not just two. | |
| 5839 | |
| 5840 * ps-bdf.el (bdf-directory-list): Doc fix. | |
| 5841 | |
| 5842 * enriched.el (enriched-mode): Make var permanent-local. | |
| 5843 | |
| 5844 1999-03-09 Dave Love <fx@gnu.org> | |
| 5845 | |
| 5846 * textmodes/sgml-mode.el (html-mode): Use | |
| 5847 sentence-end-double-space when setting sentence-end. | |
| 5848 | |
| 5849 1999-03-09 Ken'ichi Handa <handa@gnu.org> | |
| 5850 | |
| 5851 * language/thai.el (tis-620): New alias coding system for thai-tis620. | |
| 5852 | |
| 5853 1999-03-08 Felix Lee <flee@cygnus.com> | |
| 5854 | |
| 5855 * textmodes/flyspell.el (flyspell-mode-on): Use change-major-mode-hook. | |
| 5856 | |
| 5857 * textmodes/outline.el (outline-back-to-heading): Fix invisible-ok. | |
| 5858 | |
| 5859 1999-03-08 Karl Heuer <kwzh@gnu.org> | |
| 5860 | |
| 5861 * dired-aux.el (dired-do-copy-regexp): Doc fix. | |
| 5862 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix. | |
| 5863 | |
| 5864 * dired.el (dired-do-copy-regexp): Doc fix. | |
| 5865 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix. | |
| 5866 | |
| 5867 1999-03-08 Roger Breitenstein <roger.breitenstein@starfish.com> | |
| 5868 | |
| 5869 * mail/smtpmail.el (smtpmail-do-bcc): Fix regexp. | |
| 5870 | |
|
49597
e88404e8f2cf
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49505
diff
changeset
|
5871 1999-03-08 Jason Rumney <jasonr@altavista.net> |
| 30729 | 5872 |
| 5873 * international/codepage.el (cp1250-decode-table) | |
| 5874 (cp1251-decode-table, cp1253-decode-table) | |
| 5875 (cp1257-decode-table): New translation tables for MS Windows codepages. | |
| 5876 (cp-make-coding-systems-for-codepage): Accept 4 digit codepages. | |
| 5877 | |
| 5878 1999-03-07 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp> | |
| 5879 | |
| 5880 * textmodes/texinfmt.el (texinfo-append-refill): Check @c correctly. | |
| 5881 | |
| 5882 1999-03-07 Eli Zaretskii <eliz@gnu.org> | |
| 5883 | |
| 5884 * ps-bdf.el (bdf-directory-list): Different value for ms-dos. | |
| 5885 | |
| 5886 * term/internal.el (top level): Display character 255 as 8bit as well. | |
| 5887 | |
| 5888 1999-03-06 Dave Love <fx@gnu.org> | |
| 5889 | |
| 5890 * progmodes/cc-cmds.el (c-outline-level): Bind | |
| 5891 buffer-invisibility-spec. | |
| 5892 | |
| 5893 * progmodes/c-mode.el (c-outline-level): Likewise. | |
| 5894 | |
| 5895 * progmodes/ada-mode.el (ada-outline-level): Likewise. | |
| 5896 | |
| 5897 1999-03-05 Felix Lee <flee@cygnus.com> | |
| 5898 | |
| 5899 * textmodes/outline.el (outline-get-last-sibling): Doc fix. | |
| 5900 | |
| 5901 1999-03-05 Richard M. Stallman <rms@gnu.org> | |
| 5902 | |
| 5903 * bindings.el (complete-symbol): Invert meaning of prefix arg. | |
| 5904 | |
| 5905 1999-03-05 Andrew Innes <andrewi@gnu.org> | |
| 5906 | |
| 5907 * w32-fns.el (convert-standard-filename): Convert directory | |
| 5908 separators to Windows format. | |
| 5909 | |
| 5910 1999-03-05 Andreas Schwab <schwab@gnu.org> | |
| 5911 | |
| 5912 * international/skkdic-cnv.el: Provide skkdic-cnv. | |
| 5913 (skkdic-convert): Emit code to require skkdic-cnv at compile time. | |
| 5914 (batch-skkdic-convert): Doc fix. | |
| 5915 | |
| 5916 1999-03-04 Dave Love <fx@gnu.org> | |
| 5917 | |
| 5918 * custom.el (custom-set-variables): Protect against setter errors. | |
| 5919 | |
| 5920 1999-03-04 Eli Zaretskii <eliz@gnu.org> | |
| 5921 | |
| 5922 * ls-lisp.el (ls-lisp-insert-directory): Protect the sum total of | |
| 5923 the file sizes from overflowing. | |
| 5924 (ls-lisp-format): If file size is a float, use %8.0f to print it. | |
| 5925 Under -s, print the size in blocks with %4.0f, in case they have | |
| 5926 a *really* huge file. | |
| 5927 | |
| 5928 1999-03-03 Dave Love <fx@gnu.org> | |
| 5929 | |
| 5930 * options.el (edit-options): Doc fix. | |
| 5931 (list-options): Don't lose with unbound symbols. Maintain | |
| 5932 Edit-options-mode. | |
| 5933 | |
| 5934 1999-03-01 Dave Love <fx@gnu.org> | |
| 5935 | |
| 5936 * mail/supercite.el (sc-attrib-selection-list): Fix custom type. | |
| 5937 | |
| 5938 1999-02-28 Richard M. Stallman <rms@gnu.org> | |
| 5939 | |
| 5940 * ispell.el (ispell-dictionary-alist-override): New variable. | |
| 5941 (ispell-dictionary-alist): Don't setq it, | |
| 5942 if ispell-dictionary-alist-override is set. | |
| 5943 | |
| 5944 * simple.el (shell-command-default-error-buffer): Renamed from | |
| 5945 shell-command-on-region-default-error-buffer. | |
| 5946 (shell-command-on-region): Mention in echo area when there | |
| 5947 is some error output. Mention success or failure, too. | |
| 5948 Accumulate multiple error outputs | |
| 5949 going forward, with formfeed in between. Display the error buffer | |
| 5950 when we have put something in it. | |
| 5951 (shell-command): Add the ERROR-BUFFER argument feature. | |
| 5952 | |
| 5953 1999-02-28 Karl Heuer <kwzh@gnu.org> | |
| 5954 | |
| 5955 * mail/mh-utils.el (mh-lib): Doc fix. | |
| 5956 (mh-lib-progs, mh-nmh-p): New vars. | |
| 5957 (mh-find-progs): Set mh-lib-progs along with other vars. | |
| 5958 (mh-path-search): New arg FUNC-P; if specified, use that instead | |
| 5959 of mh-file-command-p. | |
| 5960 (mh-install, mh-exec-lib-cmd-output): Use mh-lib-progs. | |
| 5961 | |
| 5962 * mail/mh-comp.el (mh-repl-formfile): New var. | |
| 5963 (mh-smail-batch): Don't ignore all arguments. | |
| 5964 (mh-reply): Do the right thing when using nmh. | |
| 5965 | |
| 5966 1999-02-27 Kenichi Handa <handa@etl.go.jp> | |
| 5967 | |
| 5968 * international/mule-cmds.el (select-safe-coding-system): Be sure | |
| 5969 to show a buffer being decoded. | |
| 5970 | |
| 5971 1999-02-26 Ken'ichi Handa <handa@gnu.org> | |
| 5972 | |
| 5973 * ps-bdf.el (bdf-directory-list): Initialize it to | |
| 5974 '("/usr/local/share/emacs/fonts/bdf"). | |
| 5975 | |
| 5976 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
| 5977 | |
| 5978 * ps-print.el: PostScript programming fix. | |
| 5979 (ps-print-prologue-1): Fix BeginDoc PostScript procedure (don't use | |
| 5980 setpagedevice operator). | |
| 5981 | |
| 5982 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
| 5983 | |
| 5984 * ps-print.el: Doc fix, font size specifies landscape and portrait | |
| 5985 sizes. | |
| 5986 (ps-print-version): New version number (4.1.4). | |
| 5987 (ps-font-size, ps-header-font-size, ps-header-title-font-size): | |
| 5988 Specifies landscape and portrait sizes. | |
| 5989 (ps-setup, ps-print-quote, ps-line-lengths-internal, ps-nb-pages) | |
| 5990 (ps-get-page-dimensions, ps-begin-file, ps-begin-job, ps-generate): Fun | |
| 5991 fix. | |
| 5992 (ps-get-font-size): New fun. | |
| 5993 (ps-font-size-internal, ps-header-font-size-internal) | |
| 5994 (ps-header-title-font-size-internal): New vars. | |
| 5995 | |
| 5996 * ps-mule.el: Change of ps-print font size variable name. | |
| 5997 (ps-mule-generate-font): Fun fix. | |
| 5998 (ps-mule-begin-job): Programming uniformization. | |
| 5999 | |
| 6000 1999-02-25 Dave Love <fx@gnu.org> | |
| 6001 | |
| 6002 * help.el (help-xref-info-regexp): Allow linebreaks and capital. | |
| 6003 (help-make-xrefs): Do Info case first. | |
| 6004 | |
| 6005 * repeat.el: Don't require advice. | |
| 6006 (repeat-last-kill-command): Variable deleted. | |
| 6007 | |
| 6008 1999-02-25 Richard Stallman <rms@gnu.org> | |
| 6009 | |
| 6010 * simple.el (shell-command-on-region): Don't go into the REPLACE = t | |
| 6011 case just because the current buffer is the output buffer. | |
| 6012 | |
| 6013 1999-02-25 Kenichi Handa <handa@etl.go.jp> | |
| 6014 | |
| 6015 * simple.el (what-cursor-position): To show the character's | |
| 6016 encoding, use encoded-string-description instead of information | |
| 6017 of chaset-origin-alist. | |
| 6018 | |
| 6019 * international/mule-cmds.el (iso-2022-control-alist): New variable. | |
| 6020 (encoded-code-description): New function. | |
| 6021 (encoded-string-description): New function. | |
| 6022 (encode-coding-char): New function. | |
| 6023 | |
| 6024 1999-02-25 Andrew Innes <andrewi@gnu.org> | |
| 6025 | |
| 6026 * startup.el (command-line) [windows-nt]: Fix typo in regexp | |
| 6027 checking for .emacs[.el[c]]. | |
| 6028 | |
| 6029 1999-02-24 Richard Stallman <rms@gnu.org> | |
| 6030 | |
| 6031 * help.el (describe-function-1): Don't print a whole lambda-function. | |
| 6032 | |
| 6033 1999-02-23 Ken'ichi Handa <handa@gnu.org> | |
| 6034 | |
| 6035 * international/encoded-kb.el (encoded-kbd-handle-8bit): Allow | |
| 6036 inputting ?\240. | |
| 6037 | |
| 6038 1999-02-23 Karl Heuer <kwzh@gnu.org> | |
| 6039 | |
| 6040 * term/vt100.el (vt100-wide-mode): Use defvar, not defconst. | |
| 6041 | |
| 6042 * midnight.el (clean-buffer-list-kill-regexps): Doc fix. | |
| 6043 (clean-buffer-list-kill-buffer-names): Doc fix. | |
| 6044 | |
| 6045 * gud.el (gud-jdb-massage-args): Spelling fix. | |
| 6046 | |
| 6047 1999-02-23 Richard M. Stallman <rms@gnu.org> | |
| 6048 | |
| 6049 * subr.el (with-temp-message): Use %s so % in old msg won't fool us. | |
| 6050 | |
| 6051 1999-02-22 Eli Zaretskii <eliz@gnu.org> | |
| 6052 | |
| 6053 * arc-mode.el (archive-set-buffer-as-visiting-file): Save | |
| 6054 excursion while calling set-auto-coding-function. | |
| 6055 | |
| 6056 * play/handwrite.el (handwrite): Require ps-print, and use | |
| 6057 ps-printer-name and ps-lpr-command. Call ps-print-region-function | |
| 6058 if it's defined, instead of forking ps-lpr-command unconditionally. | |
| 6059 | |
| 6060 1999-02-22 Kenichi Handa <handa@etl.go.jp> | |
| 6061 | |
| 6062 * international/codepage.el (cp-coding-system-for-codepage-1): Put | |
| 6063 charset-origin-alist property to a coding system for the codepage. | |
| 6064 | |
| 6065 * international/mule.el: Modify comment for charset-origin-alist | |
| 6066 property of a coding system. | |
| 6067 | |
| 6068 * simple.el (what-cursor-position): charset-origin-alist property | |
| 6069 of a coding system may be a translation table or a symbol of which | |
| 6070 `translation-table' property is a translation table. | |
| 6071 | |
| 6072 1999-02-21 Richard Stallman <rms@gnu.org> | |
| 6073 | |
| 6074 * textmodes/sgml-mode.el (html-tag-alist): Add /head and /body | |
| 6075 to the "html" template. | |
| 6076 | |
| 6077 1999-02-21 Peter Breton <pbreton@ne.mediaone.net> | |
| 6078 | |
| 6079 * dirtrack.el (dirtrack): Added docstring. Now returns input. | |
| 6080 | |
| 6081 1999-02-18 Peter Breton <pbreton@ne.mediaone.net> | |
| 6082 | |
| 6083 * dirtrack.el (dirtrack): Check for the prompt in the input string | |
| 6084 instead of the buffer. | |
| 6085 | |
| 6086 1999-02-18 Alex Schroeder <a.schroeder@bsiag.ch> | |
| 6087 | |
| 6088 * sql.el: Set version to 1.4.1. Changed mail address to | |
| 6089 alex@gnu.org. Mention the mailing list sql.el@gnu.org. | |
| 6090 (sql-input-ring-separator): Doc fix. | |
| 6091 (sql-mode-syntax-table): double-dash starts comments is defined as | |
| 6092 ". 56" instead of ". 12b" for XEmacs. | |
| 6093 (sql-stop, sql-interactive-mode): Doc fixes. | |
| 6094 (sql-postgres): Queries for database and server, not just one. | |
| 6095 (sql-set-sqli-buffer): sql-set-sqli-hook must be quoted. | |
| 6096 | |
| 6097 * sql.el (sql-set-sqli-hook): A hook run when sql-buffer is | |
| 6098 changed. This is needed for master.el to work. | |
| 6099 (sql-set-sqli-buffer): Use the new hook. | |
| 6100 | |
| 6101 * sql.el (sql-make-alternate-buffer-name): Function that sets | |
| 6102 sql-alternate-buffer-name. | |
| 6103 (sql-alternate-buffer-name): Possible name of SQLi buffers. | |
| 6104 (sql-interactive-mode): Set sql-alternate-buffer-name. | |
| 6105 (sql-rename-buffer): New command. | |
| 6106 (sql-interactive-mode-menu): Menu for SQLi buffers. | |
| 6107 | |
| 6108 * sql.el (sql-interactive-mode): Doc fix. sql-input-ring-separator | |
| 6109 and sql-input-ring-file-name are used to temporarily set | |
| 6110 comint-input-ring-file-name and comint-input-ring-separator when | |
| 6111 reading and writing input history files. | |
| 6112 | |
| 6113 (sql-stop): Use sql-input-ring-separator and sql-input-ring-file-name. | |
| 6114 (sql-input-ring-file-name): New variable with customization. | |
| 6115 (sql-input-ring-separator): New variable with customization. | |
| 6116 (sql-set-sqli-buffer): Renamed from sql-change-sqli-buffer. | |
| 6117 Callers changed. | |
| 6118 (sql-show-sqli-buffer): The message for "sql-buffer is not set" | |
| 6119 now includes the name of the current buffer. | |
| 6120 | |
| 6121 (sql-mode): Set paragraph-separate and paragraph-start so that | |
| 6122 sql-send-paragraph sends the entire SQL statements, even if it | |
| 6123 contains indented lines. | |
| 6124 | |
| 6125 1999-02-18 Dave Love <fx@gnu.org> | |
| 6126 | |
| 6127 * format.el (format-encode-run-method, format-decode-run-method): | |
| 6128 Fix previous change. | |
| 6129 | |
| 6130 1999-02-18 Ken'ichi Handa <handa@gnu.org> | |
| 6131 | |
| 6132 * international/mule.el (coding-system-list): Moved here from | |
| 6133 mule-util.el to avoid autoloading mule-util by the call of | |
| 6134 select-safe-coding-system. | |
| 6135 | |
| 6136 1999-02-17 Per Abrahamsen <abraham@dina.kvl.dk> | |
| 6137 | |
| 6138 * simple.el (turn-on-auto-fill): Mark it as an option for | |
| 6139 `text-mode-hook'. | |
| 6140 | |
| 6141 1999-02-17 Richard Stallman <rms@gnu.org> | |
| 6142 | |
| 6143 * emacs-lisp/easymenu.el (easy-menu-get-map): | |
| 6144 Don't crash if (current-local-map) is nil. | |
| 6145 | |
| 6146 1999-02-17 Peter Breton <pbreton@ne.mediaone.net> | |
| 6147 | |
| 6148 * filecache.el (file-cache-filter-regexps): Added .class. | |
| 6149 | |
| 6150 1999-02-17 Ken'ichi Handa <handa@gnu.org> | |
| 6151 | |
| 6152 * international/mule-util.el (decompose-region): Use | |
| 6153 insert-buffer-substring instead of insert-buffer to avoid putting | |
| 6154 mark. | |
| 6155 | |
| 6156 1999-02-17 Andreas Schwab <schwab@gnu.org> | |
| 6157 | |
| 6158 * calendar/cal-move.el (scroll-calendar-left): Don't set | |
| 6159 displayed-month and displayed-year here, let generate-calendar do | |
| 6160 it, after range checking. | |
| 6161 | |
| 6162 1999-02-17 Simon Marshall <simon@gnu.org> | |
| 6163 | |
| 6164 * progmodes/cc-engine.el (c-at-toplevel-p): New function. | |
| 6165 | |
| 6166 * font-lock.el (c++-font-lock-keywords-3): Use it to distinguish | |
| 6167 correctly between an object declared via a constructor and a method. | |
| 6168 (font-lock-defaults-alist): Don't give `.' word syntax for Java. | |
| 6169 (java-font-lock-keywords-1): Fontify package names individually. | |
| 6170 (java-font-lock-extra-types): Ensure regexp matches capitalised only. | |
| 6171 (java-font-lock-keywords-2): Simplify type fontification. | |
| 6172 (java-font-lock-keywords-3): Likewise. | |
| 6173 | |
| 6174 1999-02-17 Kenichi Handa <handa@etl.go.jp> | |
| 6175 | |
| 6176 * language/japanese.el (iso-2022-jp-2): New coding system. | |
| 6177 ("Japanese"): Put iso-2022-jp-2 in coding-priority property. | |
| 6178 | |
| 6179 1999-02-16 Dave Love <fx@gnu.org> | |
| 6180 | |
| 6181 * help.el (describe-function-1): Accept non-symbols. | |
| 6182 | |
| 6183 1999-02-16 Paul Eggert <eggert@twinsun.com> | |
| 6184 | |
| 6185 * dired.el (dired-move-to-filename-regexp): Prepend .* so that we | |
| 6186 find the last match if there are multiple matches. | |
| 6187 | |
| 6188 1999-02-16 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 6189 | |
| 6190 * tex-mode.el (tex-run-command, latex-run-command) | |
| 6191 (slitex-run-command, tex-command): Doc changes. | |
| 6192 (tex-start-options-string): Autoload it. Doc change. Provide | |
| 6193 a menu for customization. Allow nil. Quote backslashes only once. | |
| 6194 (tex-start-tex): Handle nil value of tex-start-options-string | |
| 6195 and apply shell-quote-argument to it. | |
| 6196 | |
| 6197 1999-02-16 Eli Zaretskii <eliz@gnu.org> | |
| 6198 | |
| 6199 * ls-lisp.el (ls-lisp-insert-directory): Call fceiling to round | |
| 6200 the size in blocks, since it can be a float. | |
| 6201 (ls-lisp-format): Likewise | |
| 6202 | |
| 6203 1999-02-16 Ken'ichi Handa <handa@gnu.org> | |
| 6204 | |
| 6205 * language/japanese.el (japanese-shift-jis): Add | |
| 6206 charset-origin-alist property. | |
| 6207 | |
| 6208 1999-02-15 Richard Stallman <rms@gnu.org> | |
| 6209 | |
| 6210 * progmodes/compile.el (compile-internal): Use save-selected-window. | |
| 6211 | |
| 6212 * subr.el (momentary-string-display): Bind inhibit-read-only. | |
| 6213 | |
| 6214 * speedbar.el (speedbar-item-info-tag-helper): Scan the whole line. | |
| 6215 | |
| 6216 1999-02-15 Eli Zaretskii <eliz@is.elta.co.il> | |
| 6217 | |
| 6218 * mail/rmail.el (rmail-show-message): If an unseen message has a | |
| 6219 Summary-line in its header, get past one more line before looking | |
| 6220 for the X-Coding-System header. | |
| 6221 | |
| 6222 1999-02-15 Geoff Voelker <voelker@cs.washington.edu> | |
| 6223 | |
| 6224 * makefile.nt (INSTALL): Copy the handful of uncompiled lisp files | |
| 6225 explicitly to accomodate Windows 9X lack of a useful copy program. | |
| 6226 | |
| 6227 1999-02-15 Per Abrahamsen <abraham@dina.kvl.dk> | |
| 6228 | |
| 6229 * wid-edit.el (widget-choice-value-create): Use `equal' | |
| 6230 instead of `eq'. | |
| 6231 | |
| 6232 1999-02-14 Richard Stallman <rms@gnu.org> | |
| 6233 | |
| 6234 * international/iso-transl.el: | |
| 6235 (iso-transl-ae): Renamed from iso-transl-e-slash. | |
| 6236 (iso-transl-a-ring): Renamed from iso-transl-a-slash. | |
| 6237 (iso-transl-AE): Renamed from iso-transl-E-slash. | |
| 6238 (iso-transl-A-ring): Renamed from iso-transl-A-slash. | |
| 6239 (iso-transl-char-map): Related changes. | |
| 6240 | |
| 6241 * format.el (format-replace-strings): Fix value of TO in REVERSE case. | |
| 6242 | |
| 6243 1999-02-13 Richard Stallman <rms@gnu.org> | |
| 6244 | |
| 6245 * textmodes/texinfmt.el (texinfo-alias): New function. | |
| 6246 (texinfo-fold-nodename-case): Add defvar. | |
| 6247 (texinfo-format-node): Do case folding if specified. | |
| 6248 | |
| 6249 * ffap.el (ffap-file-at-point): Test local file names | |
| 6250 immediately. Strip off line numbers. | |
| 6251 | |
| 6252 1999-02-12 Alex Schroeder <a.schroeder@bsiag.ch> | |
| 6253 | |
| 6254 * sql.el: Set version to 1.3.2 | |
| 6255 (sql-solid-program): Added support for solid. | |
| 6256 (sql-help): Doc mentions sql-solid. | |
| 6257 (sql-solid): Entry function for Solid. | |
| 6258 (sql-buffer): Doc explains the use of the variable and how to | |
| 6259 change it. | |
| 6260 (sql-mode-menu): Included entries for sql-show-sqli-buffer and | |
| 6261 sql-change-sqli-buffer; sql-send-region and sql-send-buffer are | |
| 6262 disabled if sql-buffer doesn't have a process; sql-send-paragraph | |
| 6263 is new. | |
| 6264 (sql-show-sqli-buffer): New function to display the value of | |
| 6265 sql-buffer. | |
| 6266 (sql-change-sqli-buffer): New function to change sql-buffer. | |
| 6267 (sql-mode): Doc explains how to change sql-buffer. | |
| 6268 (sql-send-paragraph): New function to send a paragraph. | |
| 6269 (sql-mode-map): Added keybinding for sql-send-paragraph. | |
| 6270 (sql-mysql): Doc corrected. | |
| 6271 (sql-ms): Doc corrected. | |
| 6272 | |
| 6273 * sql.el (sql-server): Doc fix. | |
| 6274 (sql-mysql): Added the use of sql-server to specify the host, | |
| 6275 sql-database now specifies database instead of host. | |
| 6276 (sql-mode-menu): Send... menu items are only active if sql-buffer | |
| 6277 is non-nil. | |
| 6278 (sql-help): Changed tag of entry functions a bit. | |
| 6279 | |
| 6280 * sql.el: Added keywords from `finder-by-keyword'. | |
| 6281 (sql-mode): Made sql-buffer a local variable, changed the | |
| 6282 documentation: removed instructions to add *.sql files to | |
| 6283 auto-mode-alist, added documentation for having mutliple SQL | |
| 6284 buffers sending their stuff to different SQLi buffers, each | |
| 6285 running a different process. | |
| 6286 (sql-postgres): Quoted *SQL* in doc string. | |
| 6287 (sql-ms): Likewise. | |
| 6288 (sql-ingres): Likewise. | |
| 6289 (sql-ingres): Quoted *SQL* in doc string, added references to | |
| 6290 sql-user and sql-password used during login. | |
| 6291 (sql-sybase): Quoted *SQL* in doc string, added comma. | |
| 6292 (sql-oracle): Likewise. | |
| 6293 (sql-interactive-mode): Added extensive documentation for having | |
| 6294 mutliple SQL buffers sending their stuff to different SQLi | |
| 6295 buffers, each running a different process. | |
| 6296 (sql-buffer): Changed doc from *SQL* to SQLi. | |
| 6297 (sql-get-login): Doc fix. | |
| 6298 | |
| 6299 1999-02-12 Ken'ichi Handa <handa@gnu.org> | |
| 6300 | |
| 6301 * international/mule-conf.el (undecided): Set ascii in | |
| 6302 safe-charsets property. | |
| 6303 | |
| 6304 1999-02-12 Richard Stallman <rms@gnu.org> | |
| 6305 | |
| 6306 * textmodes/paragraphs.el (paragraph-separate): Doc fix. | |
| 6307 | |
| 6308 1999-02-12 Ken'ichi Handa <handa@gnu.org> | |
| 6309 | |
| 6310 * ps-mule.el (ps-mule-font-info-database-default): Set the initial | |
| 6311 value to ps-mule-font-info-database-latin. | |
| 6312 | |
| 6313 1999-02-13 Kenichi HANDA <handa@etl.go.jp> | |
| 6314 | |
| 6315 * ps-mule.el (ps-multibyte-buffer): Doc-string modified. | |
| 6316 (ps-mule-font-info-database-default): New variable. | |
| 6317 (ps-mule-begin-job): If ps-multibyte-buffer is nil, use | |
| 6318 ps-mule-font-info-database-default. | |
| 6319 | |
| 6320 1999-02-12 Dave Love <fx@gnu.org> | |
| 6321 | |
| 6322 * timezone.el (timezone-make-date-sortable) | |
| 6323 (timezone-make-date-arpa-standard): Doc fix. | |
| 6324 | |
| 6325 1999-02-12 Ken'ichi Handa <handa@gnu.org> | |
| 6326 | |
| 6327 * international/quail.el (quail-show-kbd-layout): Bind | |
| 6328 blink-matching-paren to nil. | |
| 6329 | |
| 6330 * ps-mule.el (ps-mule-font-info-database-bdf): Fix ENCODING field | |
| 6331 for ASCII and Latin-1. | |
| 6332 | |
| 6333 1999-02-12 Andreas Schwab <schwab@gnu.org> | |
| 6334 | |
| 6335 * gud.el (jdb): Fix regexp for comint-prompt-regexp. | |
| 6336 | |
| 6337 1999-02-12 Kenichi Handa <handa@etl.go.jp> | |
| 6338 | |
| 6339 * international/mule-cmds.el (language-info-alist): Remove | |
| 6340 description about charset-origin-alist. | |
| 6341 | |
| 6342 * international/mule.el: Comment added for a new coding system | |
| 6343 property `charset-origin-alit'. | |
| 6344 (make-translation-table): This variable deleted. | |
| 6345 | |
| 6346 * language/chinese.el (chinese-big5): Add charset-origin-alist | |
| 6347 property. | |
| 6348 ("Chinese-CNS"): Remove charset-origin-alist property. | |
| 6349 | |
| 6350 * language/cyrillic.el (cyrillic-koi8): Add charset-origin-alist | |
| 6351 property. | |
| 6352 (cyrillic-alternativnyj): Likewise. | |
| 6353 ("Cyrillic-KOI8"): Remove charset-origin-alist property. | |
| 6354 ("Cyrillic-ALT"): Likewise. | |
| 6355 | |
| 6356 * language/vietnamese.el (vietnamese-viqr): Add | |
| 6357 charset-origin-alist property. | |
| 6358 ("Vietnamese"): Remove charset-origin-alist property. | |
| 6359 | |
| 6360 * simple.el (what-cursor-position): Don't use the varialbe | |
| 6361 charset-origin-alist, but use charset-origin-alist property of | |
| 6362 buffer-file-coding-system to decide external character set code. | |
| 6363 | |
| 6364 1999-02-10 Richard Stallman <rms@gnu.org> | |
| 6365 | |
| 6366 * shadowfile.el: Don't turn on the mode when the file is loaded. | |
| 6367 | |
| 6368 1999-02-09 Richard Stallman <rms@gnu.org> | |
| 6369 | |
| 6370 * progmodes/compile.el (compile-auto-highlight): Customize. | |
| 6371 | |
| 6372 * add-log.el (add-log-file-name-function): New variable. | |
| 6373 (add-change-log-entry): Call that function, if non-nil. | |
| 6374 | |
| 6375 1999-02-09 Michael Ernst <mernst@alum.mit.edu> | |
| 6376 | |
| 6377 * rmail.el (rmail-search): Track match with a marker, not an integer. | |
| 6378 | |
| 6379 1999-02-08 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 6380 | |
| 6381 * progmodes/compile.el (compilation-setup): Set value of | |
| 6382 compilation-directory-stack as in compilation-forget-errors. | |
| 6383 (compile-reinitialize-errors): Bind buffer-undo-list and | |
| 6384 deactivate-mark. | |
| 6385 (compilation-forget-errors): Likewise. | |
| 6386 | |
| 6387 1999-02-08 Jim Blandy <jimb@savonarola.red-bean.com> | |
| 6388 | |
| 6389 * textmodes/texinfo.el (texinfo-environment-regexp): Add the | |
| 6390 def... constructs. | |
| 6391 | |
| 6392 * texnfo-upd.el (texinfo-all-menus-update, texinfo-master-menu): | |
| 6393 Remove calls to sleep-for. | |
| 6394 | |
| 6395 1999-02-08 Eli Zaretskii <eliz@gnu.org> | |
| 6396 | |
| 6397 * international/codepage.el (cp-coding-system-for-codepage-1): On | |
| 6398 MS-DOS, use dos-unsupported-char-glyph for characters not | |
| 6399 supported by the codepage. | |
| 6400 (cp-make-coding-systems-for-codepage): Likewise. | |
| 6401 | |
| 6402 1999-02-08 Andreas Schwab <schwab@gnu.org> | |
| 6403 | |
| 6404 * international/mule-util.el (coding-system-list): Don't sort | |
| 6405 coding-system-list here. | |
| 6406 | |
| 6407 * international/mule.el (coding-system-lessp): Moved here from | |
| 6408 mule-util.el | |
| 6409 (add-to-coding-system-list): New function. | |
| 6410 (make-subsidiary-coding-system, make-coding-system, | |
| 6411 define-coding-system-alias): Use it instead of setting | |
| 6412 coding-system-list directly. | |
| 6413 | |
| 6414 1999-02-07 Dave Love <fx@gnu.org> | |
| 6415 | |
| 6416 * calendar/appt.el (appt-make-list): Don't splice quotes and date | |
| 6417 onto message. | |
| 6418 | |
| 6419 1999-02-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 6420 | |
| 6421 * imenu.el (imenu--last-menubar-index-alist): Add doc. | |
| 6422 (imenu-add-to-menubar): Reset imenu--last-menubar-index-alist. | |
| 6423 | |
| 6424 1999-02-06 Richard Stallman <rms@gnu.org> | |
| 6425 | |
| 6426 * language/european.el (setup-slovenian-environment): New function. | |
| 6427 ("Slovenian"): New language environment. | |
| 6428 | |
| 6429 * progmodes/sql.el (sql-help): Doc fix. | |
| 6430 (sql-mysql): Doc fix. | |
| 6431 | |
| 6432 1999-02-05 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 6433 | |
| 6434 * tex-mode.el: When compiling, require compare-w and skeleton | |
| 6435 to pacify the byte-compiler. Move the def's of the tex-commands | |
| 6436 together. Add a comment on kill-process vs. quit-process. | |
| 6437 | |
| 6438 1999-02-05 Dave Love <fx@gnu.org> | |
| 6439 | |
| 6440 * progmodes/compile.el (compile-mouse-goto-error): Don't lose with | |
| 6441 null markers. | |
| 6442 (compile-goto-error): Likewise. | |
| 6443 | |
|
39227
377e5f02169a
Update the email address of Stephen Gildea.
Eli Zaretskii <eliz@gnu.org>
parents:
38004
diff
changeset
|
6444 1999-02-05 Stephen Gildea <gildea@stop.mail-abuse.org> |
| 30729 | 6445 |
| 6446 * time-stamp.el (time-stamp-format): Format doc tighter. | |
| 6447 (time-stamp-line-limit): 0 searches the entire buffer (careful!). | |
| 6448 (time-stamp): Don't re-write the time stamp if it didn't change. | |
| 6449 | |
| 6450 1999-02-05 Alex Schroeder <asc@bsiag.com> | |
| 6451 | |
| 6452 * progmodes/sql.el: Changed version to 1.2.1. | |
| 6453 (sql-pop-to-buffer-after-send-region): Improved documentation. | |
| 6454 (sql-mysql-program): Added MySQL support. | |
| 6455 (sql-prompt-length): Made prompt-length configurable. | |
| 6456 (sql-mode-syntax-table): Made apostrophe (') be a string delimiter. | |
| 6457 (sql-help): Added MySQL support, changed documentation. | |
| 6458 (sql-send-region): A message is displayed if something is sent. | |
| 6459 (sql-mode): Added buffer-local comment-start. | |
| 6460 (sql-interactive-mode): Use sql-prompt-length to set left-margin. | |
| 6461 (sql-interactive-mode): Added buffer-local comment-start. | |
| 6462 (sql-oracle): Set sql-prompt-length. | |
| 6463 (sql-sybase): Set sql-prompt-length. | |
| 6464 (sql-mysql): Added MySQL support. | |
| 6465 (sql-ingres): Set sql-prompt-length. | |
| 6466 (sql-ms): Set sql-prompt-length. | |
| 6467 (sql-postgres): Set sql-prompt-length. | |
| 6468 | |
| 6469 1999-02-04 Eli Zaretskii <eliz@gnu.org> | |
| 6470 | |
| 6471 * term/internal.el (dos-codepage-setup): Set selection coding | |
| 6472 system to cpNNN-dos. | |
| 6473 | |
| 6474 1999-02-03 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
| 6475 | |
| 6476 * international/characters.el: Let ethiopic use iso-2022-7bit. | |
| 6477 | |
| 6478 1999-02-02 Dave Love <fx@gnu.org> | |
| 6479 | |
| 6480 * progmodes/fortran.el (mark-fortran-subprogram): Activate mark here... | |
| 6481 (fortran-narrow-to-subprogram, fortran-indent-subprogram): ...not here. | |
| 6482 | |
| 6483 1999-02-02 Karl Heuer <kwzh@gnu.org> | |
| 6484 | |
| 6485 * terminal.el (terminal-emulator): Doc fix. | |
| 6486 | |
| 6487 1999-02-02 Ken'ichi Handa <handa@gnu.org> | |
| 6488 | |
| 6489 * international/mule-util.el (compose-chars): Doc-string | |
| 6490 modified. Correctly handle a composition character in ARGS. | |
| 6491 | |
| 6492 1999-02-01 Richard Stallman <rms@gnu.org> | |
| 6493 | |
| 6494 * progmodes/make-mode.el (makefile-imenu-generic-expression): New var. | |
| 6495 (makefile-menu-index-function): Function deleted. | |
| 6496 (makefile-mode): Use makefile-imenu-generic-expression. | |
| 6497 | |
| 6498 1999-02-01 Geoff Voelker <voelker@cs.washington.edu> | |
| 6499 | |
| 6500 * term/w32-win.el (w32-create-initial-fontsets): Back out previous | |
| 6501 change, invoke from before-init-hook. | |
| 6502 | |
| 6503 1999-02-01 Dan Nicolaescu <done@ece.arizona.edu> | |
| 6504 | |
| 6505 * subr.el (remove-from-invisibility-spec): Cope with the case when | |
| 6506 buffer-invisibility-spec is t. | |
| 6507 | |
| 6508 1999-02-01 Ed Reingold <reingold@cs.uiuc.edu> | |
| 6509 | |
| 6510 * calendar/calendar.el (calendar-mode-map): Fix bindings for | |
| 6511 appt-add and appt-delete. | |
| 6512 | |
| 6513 1999-02-01 Eli Zaretskii <eliz@gnu.org> | |
| 6514 | |
| 6515 * term/pc-win.el (msdos-approximate-color): New function. | |
| 6516 (msdos-color-translate): Call it to find a DOS color that best | |
| 6517 approximates an X-style "#NNNNNN" color specification. | |
| 6518 | |
| 6519 1999-02-01 Ken'ichi Handa <handa@gnu.org> | |
| 6520 | |
| 6521 * international/mule-util.el (compose-chars-component): Add | |
| 6522 autoload cookie. | |
| 6523 | |
| 6524 1999-01-31 Ken'ichi Handa <handa@gnu.org> | |
| 6525 | |
| 6526 * international/quail.el (quail-lookup-key): If cdr of MAP is a | |
| 6527 function, replace cdr of MAP by the return value of the function | |
| 6528 unconditionally. | |
| 6529 | |
| 6530 1999-01-31 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 6531 | |
| 6532 * progmodes/compile.el (compilation-next-error-locus): Don't | |
| 6533 decrease argument FIND-AT-LEAST of compilation-next-error-locus. | |
| 6534 | |
| 6535 1999-01-31 Eli Zaretskii <eliz@gnu.org> | |
| 6536 | |
| 6537 * mail/rmail.el (rmail-mime-charset-pattern): Add optional TABs | |
| 6538 and NLs before "charset", and allow the charset name be in double | |
| 6539 quotes. | |
| 6540 | |
| 6541 1999-01-31 Richard Stallman <rms@gnu.org> | |
| 6542 | |
| 6543 * imenu.el (imenu-sort-function): Fix custom type. | |
| 6544 | |
| 6545 1999-01-30 Richard Stallman <rms@gnu.org> | |
| 6546 | |
| 6547 * speedbar.el (speedbar-line-token): Match {...} instead of [...]. | |
| 6548 (speedbar-line-token): Likewise. | |
| 6549 | |
| 6550 * play/gametree.el (gametree-default-score): Use defcustom. | |
| 6551 (gametree-score-regexp, gametree-score-closer): Likewise. | |
| 6552 (gametree-score-manual-flag, gametree-score-opener): Likewise. | |
| 6553 | |
| 6554 1999-01-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 6555 | |
| 6556 * mail/rmail.el (rmail-decode-babyl-format): Avoid locking when | |
| 6557 decoding. | |
| 6558 | |
| 6559 1999-01-29 Markus Rost <rost@gnu.org> | |
| 6560 | |
| 6561 * tex-mode.el (tex-mode-map): Replace validate-tex-buffer by | |
| 6562 tex-validate-buffer. | |
| 6563 (plain-tex-mode, latex-mode, slitex-mode): Likewise. | |
| 6564 (tex-validate-buffer): Renamed from validate-tex-buffer. Works | |
| 6565 now with recent occur-mode. | |
| 6566 (tex-validate-region): Really walk through all Sexps. | |
| 6567 (tex-region): Bind shell-dirtrack-verbose. | |
| 6568 (tex-file, tex-bibtex-file): Likewise. | |
| 6569 | |
| 6570 1999-01-29 Dave Love <fx@gnu.org> | |
| 6571 | |
| 6572 * finder.el: (finder-commentary): Fix interactive spec. Try | |
| 6573 appending .el to file name. | |
| 6574 (finder-find-library, finder-commentary): Doc fixes. | |
| 6575 | |
| 6576 1999-01-29 Andrew Innes <andrewi@gnu.org> | |
| 6577 | |
| 6578 * mail/rmail.el (rmail-insert-inbox-text): Handle POP mailboxes | |
| 6579 where the userid contains directory separators. | |
| 6580 | |
| 6581 1999-01-29 Dave Love <fx@gnu.org> | |
| 6582 | |
| 6583 * emacs-lisp/lisp-mnt.el (lm-verify): Fix arg list. | |
| 6584 (lm-commentary): Doc fix. | |
| 6585 | |
| 6586 1999-01-29 Andreas Schwab <schwab@gnu.org> | |
| 6587 | |
| 6588 * files.el (file-expand-wildcards): Never consider `.' and `..' a | |
| 6589 wildcard match. Fix regexp that tests if dirpart contains | |
| 6590 wildcard characters. | |
| 6591 | |
| 6592 1999-01-28 Richard Stallman <rms@gnu.org> | |
| 6593 | |
| 6594 * font-lock.el (font-lock-default-unfontify-region): | |
| 6595 If not font-lock-syntactic-keywords, don't remove syntax-table prop. | |
| 6596 | |
|
49597
e88404e8f2cf
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49505
diff
changeset
|
6597 1999-01-27 Jason Rumney <jasonr@altavista.net> |
| 30729 | 6598 |
| 6599 * term/w32-win.el (w32-standard-fontset-spec): Remove wildcard | |
| 6600 from FAMILY field. | |
| 6601 (w32-create-initial-fontsets): Do not use before-init-hook. | |
| 6602 (mouse-set-font): Document. Automatically create and use fontsets. | |
| 6603 | |
| 6604 * dos-w32.el (direct-print-region-helper): Check for printer | |
| 6605 being t as well as a string. | |
| 6606 | |
| 6607 1999-01-27 Kenichi Handa <handa@etl.go.jp> | |
| 6608 | |
| 6609 * mail/rmail.el (rmail-decode-mime-charset): New variable. | |
| 6610 (rmail-mime-charset-pattern): New variable. | |
| 6611 (rmail-convert-to-babyl-format): Decode by MIME-charset if | |
| 6612 rmail-decode-mime-charset is non-nil. | |
| 6613 | |
| 6614 1999-01-27 Ken'ichi Handa <handa@gnu.org> | |
| 6615 | |
| 6616 * international/characters.el: Set category `q' for all characters | |
| 6617 in tibetan and tibetan-1-column. | |
| 6618 | |
| 6619 1999-01-27 Andrew Innes <andrewi@gnu.org> | |
| 6620 | |
| 6621 * frame.el (select-frame-by-name): Obey focus-follows-mouse. | |
| 6622 (select-frame-by-name) [windows-nt]: Use w32-focus-frame. | |
| 6623 | |
| 6624 1999-01-27 Dave Love <fx@gnu.org> | |
| 6625 | |
| 6626 * international/mule-cmds.el (current-language-environment): | |
| 6627 Provide :link, :type (choices) and appropriate :get. | |
| 6628 | |
| 6629 1999-01-27 Eli Zaretskii <eliz@gnu.org> | |
| 6630 | |
| 6631 * startup.el (command-line): Set default eol-mnemonic-* strings to | |
| 6632 display end-of-line format in mode line. | |
| 6633 | |
| 6634 * cus-start.el (all): Add eol-mnemonic-* variables. | |
| 6635 | |
| 6636 1999-01-26 Dave Love <fx@gnu.org> | |
| 6637 | |
| 6638 * startup.el (command-line-1): Up-date copyright. | |
| 6639 | |
| 6640 * paths.el (Info-default-directory-list): Use configdir twice. | |
| 6641 | |
| 6642 * info.el (Info-directory-list): Don't set path-separator now | |
| 6643 we're not shipped with Texinfo. Simplify path definition. | |
| 6644 Substitute all occurrences of instdir in Info-default-directory-list. | |
| 6645 | |
| 6646 1999-01-25 Richard Stallman <rms@gnu.org> | |
| 6647 | |
| 6648 * startup.el (normal-top-level-add-subdirs-to-load-path): | |
| 6649 Record the inode numbers of the dirs processed, to avoid loop. | |
| 6650 | |
| 6651 * textmodes/tex-mode.el (tex-run-command): Doc fix. | |
| 6652 | |
| 6653 1999-01-25 Dave Love <fx@gnu.org> | |
| 6654 | |
| 6655 * browse-url.el (browse-url-netscape-program): Doc addition. | |
| 6656 | |
| 6657 * help.el (help-make-xrefs): Default info references to an `(emacs)' | |
| 6658 prefix. | |
| 6659 | |
| 6660 * snmp-mode.el (snmpv2-mode, snmpv-mode): Add autoload cookies -- see | |
| 6661 auto-mode-alist. | |
| 6662 | |
| 6663 1999-01-25 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
| 6664 | |
| 6665 * calendar/diary-lib.el (mark-diary-entries): Use | |
| 6666 assoc-ignore-case and do not capitalize when matching month and | |
| 6667 day names. | |
| 6668 | |
| 6669 * calendar/calendar.el (calendar-read-date): Ditto. | |
| 6670 | |
| 6671 * calendar/cal-hebrew.el (calendar-goto-hebrew-date) | |
| 6672 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto. | |
| 6673 | |
| 6674 * calendar/cal-coptic.el (coptic-prompt-for-date): Ditto. | |
| 6675 | |
| 6676 * calendar/cal-french.el (calendar-goto-french-date): Ditto. | |
| 6677 | |
| 6678 * calendar/cal-islam.el (calendar-goto-islamic-date) | |
| 6679 (mark-islamic-diary-entries): Ditto. | |
| 6680 | |
| 6681 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto. | |
| 6682 | |
| 6683 * calendar/cal-mayan.el (calendar-read-mayan-haab-date) | |
| 6684 (calendar-read-mayan-tzolkin-date): Ditto. | |
| 6685 | |
| 6686 * calendar/cal-persia.el (persian-prompt-for-date): Ditto. | |
| 6687 | |
| 6688 1999-01-22 Michael Ernst <mernst@alum.mit.edu> | |
| 6689 | |
| 6690 * texnfo-upd.el (texinfo-make-menu): Make region-end a marker. | |
| 6691 | |
| 6692 1999-01-25 Karl Heuer <kwzh@gnu.org> | |
| 6693 | |
| 6694 * faces.el (list-faces-display): Multiline case of previous fix. | |
| 6695 | |
| 6696 1999-01-25 Andreas Schwab <schwab@gnu.org> | |
| 6697 | |
| 6698 * mail/mailalias.el (mail-complete-alist): Use alist as customize type. | |
| 6699 | |
| 6700 1999-01-24 Richard M. Stallman <rms@borg.ai.mit.edu> | |
| 6701 | |
| 6702 * files.el (find-file): If find-file-noselect returns a list, | |
| 6703 do switch-to-buffer on each element. | |
| 6704 (find-file-other-window): Likewise for all but the first element. | |
| 6705 (find-file-other-frame): Same. | |
| 6706 (find-file-noselect): When we expand a wildcard, return a list | |
| 6707 of buffers. | |
| 6708 | |
| 6709 1999-01-24 Eli Zaretskii <eliz@gnu.org> | |
| 6710 | |
| 6711 * term/internal.el (dos-codepage-setup): Call prefer-coding-system | |
| 6712 to set the appropriate cpNNN-dos coding system as the | |
| 6713 highest-priority coding system. | |
| 6714 | |
| 6715 1999-01-23 Ken'ichi Handa <handa@gnu.org> | |
| 6716 | |
| 6717 * international/fontset.el (generate-fontset-menu): Return a | |
| 6718 sorted list by plain names of fontsets. | |
| 6719 | |
| 6720 * international/mule-diag.el (list-fontsets): Sort fontsets by | |
| 6721 plain names. | |
| 6722 | |
| 6723 * language/tibet-util.el (tibetan-vertical-stacking): If the arg | |
| 6724 FIRST is a composite character, decompose it at first. | |
| 6725 | |
| 6726 1999-01-23 Dave Love <fx@gnu.org> | |
| 6727 | |
| 6728 * format.el: Doc fixes. | |
| 6729 (format-encode-run-method): Have things happen in the right buffer. | |
| 6730 Deal with errors from method. Set coding-system-for-write. | |
| 6731 (format-decode-run-method): Have things happen in the right buffer. | |
| 6732 Deal with errors from method. Set coding-system-for-read. | |
| 6733 (format-alist): Use nil instead of unmatchable regexps. | |
| 6734 | |
| 6735 * simple.el (shell-command-on-region): Return command's exit status. | |
| 6736 | |
| 6737 1999-01-23 Eric Ludlam <zappo@gnu.org> | |
| 6738 | |
| 6739 * speedbar.el (speedbar-item-info-file-helper): Add optional arg | |
| 6740 of the file whose info we want to display. | |
| 6741 (speedbar-easymenu-definition-trailer) Fix list issue w/ customize. | |
| 6742 (speedbar-add-mode-functions-list) Improve doc. | |
| 6743 (speedbar-line-token) New function. | |
| 6744 (speedbar-dired) Fix order of directories in -shown-directories. | |
| 6745 (speedbar-line-path): Default return is default-directory | |
| 6746 (speedbar-buffers-line-path): Return is dir name only. | |
| 6747 (speedbar-mode-functions-list): New variable. | |
| 6748 (speedbar-mouse-item-info): Rewrote to be a replaceable fn. | |
| 6749 (speedbar-item-info-file-helper, speedbar-item-info-tag-helper | |
| 6750 speedbar-files-item-info speedbar-buffers-item-info): New functions. | |
| 6751 (speedbar-fetch-replacement-function,speedbar-add-mode-functions-list): | |
| 6752 New functions. | |
| 6753 (speedbar-line-file): Broke out part that fetches file from a line. | |
| 6754 (speedbar-line-text): New function extracted from speedbar-line-file. | |
| 6755 (speedbar-line-path): Converted into a replaceable function. | |
| 6756 (speedbar-files-line-path, speedbar-buffers-line-path): New functions. | |
| 6757 | |
| 6758 1999-01-23 Ken'ichi Handa <handa@gnu.org> | |
| 6759 | |
| 6760 * international/fontset.el (create-fontset-from-x-resource): Make | |
| 6761 style variants. | |
| 6762 | |
| 6763 1999-01-22 Dave Love <fx@gnu.org> | |
| 6764 | |
| 6765 * paths.el (Info-default-directory-list): Put sysdir after start. | |
| 6766 | |
| 6767 1999-01-22 Sam Steingold <sds@goems.com> | |
| 6768 | |
| 6769 * midnight.el (clean-buffer-list): Do not kill a buffer if it has | |
| 6770 a process associated with it. | |
| 6771 | |
|
49597
e88404e8f2cf
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49505
diff
changeset
|
6772 1999-01-22 Jason Rumney <jasonr@altavista.net> |
| 30729 | 6773 |
| 6774 * term/w32-win.el (w32-standard-fontset-spec): Simplified. | |
| 6775 | |
| 6776 1999-01-22 Felix Lee <flee@cygnus.com> | |
| 6777 | |
| 6778 * vc.el (vc-annotate-display): Delete old overlays. Fix check for | |
| 6779 major-mode. | |
| 6780 (vc-annotate-mode): Delete variable. | |
| 6781 | |
| 6782 1999-01-22 Andrew Innes <andrewi@gnu.org> | |
| 6783 | |
| 6784 * startup.el (command-line): [windows-nt]: Check for existence of | |
| 6785 .emacs file so as to notice .emacs.el or .emacs.elc and use them | |
| 6786 in preference to _emacs. | |
| 6787 | |
| 6788 1999-01-22 Dave Love <fx@gnu.org> | |
| 6789 | |
| 6790 * textmodes/texinfo.el (texinfo-font-lock-keywords): Match @ref. | |
| 6791 | |
| 6792 1999-01-20 Richard Stallman <rms@gnu.org> | |
| 6793 | |
| 6794 * files.el (find-file-noselect): Do wildcard processing only | |
| 6795 if new arg WILDCARDS is non-nil. | |
| 6796 (find-file, find-file-other-window): New arg WILDCARDS. | |
| 6797 Default it to non-nil if interactive. | |
| 6798 (find-file-other-frame): Likewise. | |
| 6799 (find-file-read-only): Likewise. | |
| 6800 (find-file-read-only-other-window): Likewise. | |
| 6801 (find-file-read-only-other-frame): Likewise. | |
| 6802 | |
| 6803 * wid-edit.el (widget-alist-convert-option): Delete spurious comma. | |
| 6804 (widget-plist-convert-option): Delete spurious comma. | |
| 6805 | |
|
49597
e88404e8f2cf
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49505
diff
changeset
|
6806 1999-01-19 Jason Rumney <jasonr@altavista.net> |
| 30729 | 6807 |
| 6808 * term/w32-win.el (w32-standard-fontspec-spec): Change | |
| 6809 iso8859-5 to koi8-r. Add iso8859-9. | |
| 6810 | |
| 6811 1999-01-19 Dave Love <fx@gnu.org> | |
| 6812 | |
| 6813 * browse-url.el (browse-url-maybe-new-window): Delete macro and | |
| 6814 its uses. | |
| 6815 | |
| 6816 * progmodes/fortran.el (fortran-narrow-to-subprogram): Ensure mark | |
| 6817 is active. | |
| 6818 (fortran-indent-subprogram): Likewise. | |
| 6819 | |
| 6820 1999-01-19 Dave Love <d.love@dl.ac.uk> | |
| 6821 | |
| 6822 * paths.el (Info-default-directory-list): Perhaps add /usr/info. | |
| 6823 | |
| 6824 1999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 6825 | |
| 6826 * wid-edit.el (alist): Use sexp as default key-type. | |
| 6827 | |
| 6828 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 6829 | |
| 6830 * textmodes/tex-mode.el (tex-define-common-keys): | |
| 6831 Remove key binding of tex-feed-input. | |
| 6832 (tex-mode-map): Bind tex-feed-input here. | |
| 6833 (tex-start-shell): Use compilation-shell-minor-mode. Set | |
| 6834 comint-input-filter-functions before running tex-shell-hook. | |
| 6835 (tex-start-tex): Forget compilation errors. | |
| 6836 (tex-compilation-parse-errors): Rewritten to work also with | |
| 6837 compile-mouse-goto-error and compile-goto-error. Adjusted to | |
| 6838 change in tex-region. | |
| 6839 (tex-region): For the temp file use file-name without directory. | |
| 6840 (tex-file): Expand file name of tex-print-file. | |
| 6841 | |
| 6842 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 6843 | |
| 6844 * emacs-lisp/edebug.el (with-temp-message): Add def-edebug-spec call. | |
| 6845 | |
| 6846 1999-01-18 Espen Skoglund <espensk@stud.cs.uit.no> | |
| 6847 | |
| 6848 * progmodes/pascal.el (pascal-calculate-indent): Code with an invalid | |
| 6849 beginning could cause Emacs to hang. Fixed. | |
| 6850 | |
| 6851 1999-01-18 Ken'ichi Handa <handa@gnu.org> | |
| 6852 | |
| 6853 * international/ccl.el (ccl-compile-translate-character): Handle | |
| 6854 the case that a tranlation table is CCL register correctly. | |
| 6855 | |
| 6856 * international/mule-cmds.el (select-safe-coding-system): | |
| 6857 Hightlight at most 256 characters. | |
| 6858 | |
| 6859 1999-01-18 Dave Love <fx@gnu.org> | |
| 6860 | |
| 6861 * startup.el (command-line): If the init file changes operation to | |
| 6862 unibyte, make all buffers unibyte and re-set language environment. | |
| 6863 | |
| 6864 * disp-table.el (standard-display-european): Make all existing | |
| 6865 buffers unibyte. Fix doc. | |
| 6866 | |
| 6867 1999-01-17 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 6868 | |
| 6869 * wid-edit.el (coding-system): Define this unconditionally. | |
| 6870 | |
| 6871 * simple.el (shell-command-on-region-default-error-buffer): New var. | |
| 6872 (shell-command-on-region): Use that variable as interactive | |
| 6873 value of ERROR-BUFFER argument. | |
| 6874 | |
| 6875 1999-01-17 Sam Steingold <sds@goems.com> | |
| 6876 | |
| 6877 * mail/rmail.el (rmail-quit): Run `rmail-quit-hook'. | |
| 6878 | |
| 6879 1999-01-17 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 6880 | |
| 6881 * progmodes/compile.el (compilation-goto-locus): If already in the | |
| 6882 compilation buffer's window, keep it in that window. | |
| 6883 (compile-mouse-goto-error): Add Doc. Don't play with windows. | |
| 6884 (compile-goto-error): Don't play with windows. | |
| 6885 | |
| 6886 * textmodes/tex-mode.el (latex-run-command): Doc fix. | |
| 6887 (tex-command): Doc fix. | |
| 6888 (tex-compilation-parse-errors): Doc fix. | |
| 6889 (tex-generate-zap-file-name): Don't start the name with -. | |
| 6890 (tex-expand-files): Works now also with strings ending with ":". | |
| 6891 | |
| 6892 1999-01-17 Ian T Zimmerman <itz@transbay.net> | |
| 6893 | |
| 6894 Patch failed to install: | |
| 6895 * gametree.el: Document scoring functionality. | |
| 6896 (gametree-score-regexp): Add optional plus sign. | |
| 6897 (gametree-score-opener): Replace `:' with `=' as the former | |
| 6898 conflicts with gametree-half-ply-regexp. | |
| 6899 (gametree-transpose-following-leaves): Add. | |
| 6900 (gametree-insert-new-leaf): Make modifying commands barf in read | |
| 6901 only buffers. | |
| 6902 (gametree-break-line-here): Add a call to | |
| 6903 `gametree-transpose-following-leaves'. This maintains the | |
| 6904 necessary invariant that on each level all leaf children precede | |
| 6905 all nonleaf children. This has always been implied, but left to | |
| 6906 the user, and, unfortunately, undocumented. | |
| 6907 | |
| 6908 1999-01-17 Per Abrahamsen <abraham@dina.kvl.dk> | |
| 6909 | |
| 6910 * wid-edit.el (plist, alist): New widget types. | |
| 6911 | |
| 6912 1999-01-17 Dave Love <fx@gnu.org> | |
| 6913 | |
| 6914 * progmodes/fortran.el: Tidy up font-lock-keywords definitions and | |
| 6915 fix scope of condition-case therein. | |
| 6916 | |
| 6917 1999-01-17 Andrew Innes <andrewi@gnu.org> | |
| 6918 | |
| 6919 * dos-w32.el: (find-buffer-file-type-coding-system): Use | |
| 6920 default-buffer-file-coding-system when file doesn't exist (and | |
| 6921 isn't covered by a special case) instead of forcing undecided-dos | |
| 6922 against the user's wishes. | |
| 6923 | |
| 6924 * dos-w32.el (direct-print-region-helper): New function based on | |
| 6925 direct-print-region-function; sends data to specified printer port | |
| 6926 without further translation. Recognize and handle specially the | |
| 6927 standard `print' and `nprint' programs, as well as `lpr' and | |
| 6928 similar programs. Only write directly to the printer port if no | |
| 6929 print program is specified. Work around a bug in Windows 9x | |
| 6930 affecting Win32 version of Emacs by invoking command.com to write | |
| 6931 to the printer port instead of writing directly. | |
| 6932 (direct-print-region-function): Use direct-print-region-helper to | |
| 6933 do most of the work. | |
| 6934 (direct-ps-print-region-function): New function; analogue of | |
| 6935 direct-print-region-function for ps-print. | |
| 6936 (ps-lpr-command): Comment out setq; leave as example usage. | |
| 6937 (ps-lpr-switches): Ditto. | |
| 6938 | |
| 6939 * lpr.el: (printer-name): Update docstring about usage on MS-DOS | |
| 6940 and MS-Windows. | |
| 6941 (lpr-command) [ms-dos, windows-nt]: Initialize to empty string on | |
| 6942 DOS and Windows platforms, to indicate direct printing. Update | |
| 6943 the docstring accordingly. | |
| 6944 | |
| 6945 * ps-print.el: (ps-printer-name): Update docstring about usage on | |
| 6946 MS-DOS and MS-Windows. | |
| 6947 (ps-lpr-command): Update docstring as for lpr-command. | |
| 6948 (ps-print-region-function): New variable. | |
| 6949 (ps-do-despool): Use it. | |
| 6950 (ps-do-despool) [ms-dos, windows-nt]: Remove special case code for | |
| 6951 DOS/Windows. | |
| 6952 | |
| 6953 * subr.el (subst-char-in-string): New function. | |
| 6954 | |
| 6955 1999-01-17 Eli Zaretskii <eliz@gnu.org> | |
| 6956 | |
| 6957 * international/codepage.el (cp852-decode-table): Fill a nil entry. | |
| 6958 | |
| 6959 * ps-bdf.el (bdf-cache-file): Use convert-standard-filename. | |
| 6960 (bdf-find-font-info): New function, looks for the first readable | |
| 6961 file from a list of alternatives. | |
| 6962 (bdf-get-bitmaps, bdf-generate-font): Call bdf-find-font-info | |
| 6963 instead of bdf-get-font-info. | |
| 6964 (bdf-generate-glyphs): If font-name is a cons cell, pass its car | |
| 6965 to ps-mule-generate-bitmap-glyph. | |
| 6966 | |
| 6967 * ps-mule.el (ps-mule-font-info-database-bdf): Add alternative | |
| 6968 file names that avoid clashes in DOS 8+3 namespace. FONT-NAME can | |
| 6969 now be a list of alternative names. | |
| 6970 (ps-mule-generate-font): If FONT-NAME is a cons cell, use its car. | |
| 6971 (ps-mule-prepare-font): Likewise. | |
| 6972 | |
| 6973 * international/codepage.el (cp855-decode-table, | |
| 6974 cp850-decode-table): Fill some nil entries. | |
| 6975 | |
| 6976 1999-01-16 Dave Love <fx@gnu.org> | |
| 6977 | |
| 6978 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Revert | |
| 6979 last change. | |
| 6980 | |
| 6981 1999-01-15 Dave Love <fx@gnu.org> | |
| 6982 | |
| 6983 * help.el (help-make-xrefs): Avoid infloop in keymap substitutions | |
| 6984 and change regexp for command names. | |
| 6985 (help-xref-go-back, function-called-at-point, symbol-file) | |
| 6986 (where-is): Doc fixes. | |
| 6987 (help-xref-go-back): Remove interactive spec. | |
| 6988 (describe-function-1): Fix message for alias. Buttomize alias | |
| 6989 name. | |
| 6990 | |
| 6991 * simple.el (join-line): New alias. | |
| 6992 | |
| 6993 1999-01-15 Johan Vromans <jvromans@squirrel.nl> | |
| 6994 | |
| 6995 * forms.el: (forms--show-record): Convert integers to string | |
| 6996 expicitly since concat will no longer accept integers. | |
| 6997 (forms-print): Use local `total-nb-records' since | |
| 6998 `forms--total-records' will be inaccessible after buffer switching. | |
| 6999 | |
| 7000 1998-01-14 Felix Lee <flee@cygnus.com> | |
| 7001 | |
| 7002 * textmodes/flyspell.el (make-flyspell-overlay): Fix front stickiness. | |
| 7003 | |
| 7004 1999-01-14 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 7005 | |
| 7006 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix bugs in prev change. | |
| 7007 | |
| 7008 1999-01-14 Eli Zaretskii <eliz@gnu.org> | |
| 7009 | |
| 7010 * international/codepage.el (cp850-decode-table): Fix previous change. | |
| 7011 | |
| 7012 1999-01-14 Simon Marshall <simon@gnu.org> | |
| 7013 | |
| 7014 * shell.el (shell-dirtrack-verbose): New custom variable. | |
| 7015 (shell-dirstack-message): Use it. | |
| 7016 | |
| 7017 1999-01-14 Kenichi Handa <handa@etl.go.jp> | |
| 7018 | |
| 7019 * international/mule-conf.el: Coding system alias `dos' for | |
| 7020 `undecided-dos', `mac' for `undecided-mac'. | |
| 7021 | |
| 7022 * international/mule-cmds.el (describe-language-environment): | |
| 7023 Don't alter input-method-alist. | |
| 7024 | |
| 7025 1999-01-13 Eli Zaretskii <eliz@gnu.org> | |
| 7026 | |
| 7027 * international/codepage.el (cp850-decode-table): Replace nil | |
| 7028 entries with codes of similary looking glyphs. (Suggested by | |
| 7029 Jason Rumney <jasonr@altavista.net>.) | |
| 7030 | |
| 7031 1999-01-13 Dave Love <fx@gnu.org> | |
| 7032 | |
| 7033 * browse-url.el (browse-url-netscape): Fix ineffective "-noraise". | |
| 7034 | |
| 7035 * emacs-lisp/find-func.el (find-function-on-key): Fix previous change. | |
| 7036 | |
| 7037 1999-01-12 Karl Heuer <kwzh@gnu.org> | |
| 7038 | |
| 7039 * files.el (auto-save-hook): Defvar this. | |
| 7040 | |
| 7041 1999-01-12 Alex Schroeder <asc@bsiag.com> | |
| 7042 | |
| 7043 * progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Quote font-lock | |
| 7044 faces, eliminating the need to load font-lock before loading sql. | |
| 7045 (sql-mode-oracle-font-lock-keywords): Likewise. | |
| 7046 (sql-mode-postgres-font-lock-keywords): Likewise. | |
| 7047 | |
| 7048 1999-01-11 Dave Love <fx@gnu.org> | |
| 7049 | |
| 7050 * cus-start.el: Add inhibit-eol-conversion. | |
| 7051 | |
| 7052 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Swap | |
| 7053 the values round. | |
| 7054 | |
| 7055 1999-01-11 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 7056 | |
| 7057 * help.el (help-mode-finish): Renamed from help-mode-maybe. | |
| 7058 Don't switch to Help mode here. | |
| 7059 (temp-buffer-setup-hook): Use help-mode-finish. | |
| 7060 (help-mode-setup): New function. | |
| 7061 (temp-buffer-setup-hook): Use help-mode-setup. | |
| 7062 | |
| 7063 * progmodes/sql.el: New file. | |
| 7064 | |
| 7065 * files.el (auto-mode-alist): Add sql-mode. | |
| 7066 | |
| 7067 * faces.el (list-faces-display): Improve the formatting | |
| 7068 by computing the maximum length required for any face-name. | |
| 7069 | |
| 7070 1999-01-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 7071 | |
| 7072 * progmodes/compile.el (compilation-shell-minor-mode): New function. | |
| 7073 | |
| 7074 1999-01-10 Dan Nicolaescu <dann@ics.uci.edu> | |
| 7075 | |
| 7076 * term.el (term_send_home): Change the string to | |
| 7077 be the same as the one emitted by xterm and consistent with the | |
| 7078 ones emitted by prior and next. | |
| 7079 (term_send_end): Likewise. | |
| 7080 | |
| 7081 1999-01-10 Dave Love <fx@gnu.org> | |
| 7082 | |
| 7083 * emacs-lisp/find-func.el (find-function-on-key): DTRT for mouse | |
| 7084 bindings. | |
| 7085 | |
| 7086 1999-01-10 Eli Zaretskii <eliz@gnu.org> | |
| 7087 | |
| 7088 * international/codepage.el (codepage-setup): Doc fix. | |
| 7089 (cp-decoding-vector-for-codepage): Likewise. | |
| 7090 | |
| 7091 1999-01-10 Markus Rost <rost@gnu.org> | |
| 7092 | |
| 7093 * cus-edit.el (custom-save-delete): First scan the custom-file. | |
| 7094 | |
| 7095 1999-01-08 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 7096 | |
| 7097 * international/iso-transl.el: Define a "function name" for | |
| 7098 each translation that isn't ASCII. Use these function names | |
| 7099 in iso-transl-char-map. | |
| 7100 | |
| 7101 1999-01-08 Kenichi Handa <handa@etl.go.jp> | |
| 7102 | |
| 7103 * international/mule-util.el (decompose-region): Do decomposition | |
| 7104 on temporary unibyte buffer. | |
| 7105 | |
| 7106 * international/mule.el (make-char): Doc-string modified. | |
| 7107 | |
| 7108 1999-01-07 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 7109 | |
| 7110 * simple.el (comment-region): Delete spaces only if we | |
| 7111 deleted a comment starter. | |
| 7112 | |
| 7113 1999-01-07 Dave Love <fx@gnu.org> | |
| 7114 | |
| 7115 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix. | |
| 7116 | |
| 7117 * emacs-lisp/edebug.el (edebug-eval-defun): Deal with defcustom | |
| 7118 like eval-defun does. | |
| 7119 | |
| 7120 * dired.el (dired-mode-map): Fix duplicate [menu-bar regexp mark]. | |
| 7121 | |
| 7122 * generic.el: Re-write `(make-variable-buffer-local (defvar ...' | |
| 7123 constructions. Doc fixes. | |
| 7124 (generic-create-generic-function): Use defalias, not fset. | |
| 7125 | |
| 7126 * find-func.el: More doc fixes. | |
| 7127 | |
| 7128 1999-01-06 Stephen Eglen <stephen@gnu.org> | |
| 7129 | |
| 7130 * files.el (save-buffers-kill-emacs): Show the list of current | |
| 7131 processes before prompting to kill them and exit. | |
| 7132 | |
| 7133 1999-01-06 Dave Love <fx@gnu.org> | |
| 7134 | |
| 7135 * emacs-lisp/find-func.el: Doc fixes. | |
| 7136 (find-function-regexp): Extend for define-generic-mode, | |
| 7137 define-derived-mode, easy-mmode-define-minor-mode. | |
| 7138 | |
| 7139 1999-01-06 Dave Love <fx@gnu.org> | |
| 7140 | |
| 7141 * progmodes/fortran.el (fortran-window-create): Account for scroll | |
| 7142 bar width. | |
| 7143 | |
| 7144 * browse-url.el: Require (noerror) w3-auto when compiling. | |
| 7145 (browse-url-maybe-new-window): Make it a macro and revert last | |
| 7146 change to callers. | |
| 7147 (browse-url-w3): Require w3 for w3-fetch-other-window. | |
| 7148 | |
| 7149 1999-01-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 7150 | |
| 7151 * browse-url.el (browse-url-w3): Give w3-fetch-other-window the | |
| 7152 argument. | |
| 7153 | |
| 7154 1999-01-06 Simon Marshall <simon@gnu.org> | |
| 7155 | |
| 7156 * subr.el (with-temp-message): Don't display MESSAGE if nil. Doc fix. | |
| 7157 | |
| 7158 * font-lock.el (font-lock-default-fontify-buffer): When using | |
| 7159 with-temp-message, use nil rather than current-message. | |
| 7160 | |
| 7161 * lazy-lock.el (lazy-lock-unstall): | |
| 7162 (lazy-lock-fontify-after-idle): When using with-temp-message, use nil | |
| 7163 rather than current-message. | |
| 7164 | |
| 7165 * fast-lock.el (fast-lock-save-cache-1): | |
| 7166 (fast-lock-cache-data): When using with-temp-message, use nil rather | |
| 7167 than current-message. | |
| 7168 | |
| 7169 1999-01-06 Eli Zaretskii <eliz@gnu.org> | |
| 7170 | |
| 7171 * international/codepage.el (cp-coding-system-for-codepage-1): Add | |
| 7172 the valid-codes property. | |
| 7173 | |
| 7174 * international/mule-cmds.el (prefer-coding-system): Call | |
| 7175 set-coding-priority, so that the internal array of priorities is | |
| 7176 also updated. | |
| 7177 | |
| 7178 * international/mule-util.el: | |
| 7179 (coding-system-change-eol-conversion, | |
| 7180 coding-system-change-text-conversion): Don't define here. | |
| 7181 | |
| 7182 * international/mule-cmds.el: Define them here. Remove the | |
| 7183 autoload cookies. | |
| 7184 | |
| 7185 1999-01-06 Andreas Schwab <schwab@gnu.org> | |
| 7186 | |
| 7187 * emacs-lisp/debug.el (debug): Leave recursive minibuffer enabled | |
| 7188 if it was enabled before. | |
| 7189 | |
| 7190 * view.el (View-revert-buffer-scroll-page-forward): Bind | |
| 7191 view-scroll-auto-exit instead of obsolete view-mode-auto-exit. | |
| 7192 | |
| 7193 * files.el (recover-session): Preserve point when inserting | |
| 7194 explanation. | |
| 7195 | |
| 7196 1999-01-06 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 7197 | |
| 7198 * cus-edit.el (custom-save-delete): Don't delete whitespace | |
| 7199 and comments before the sexp that is replaced. | |
| 7200 | |
| 7201 1999-01-05 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
| 7202 | |
| 7203 * calendar/diary-lib.el (diary-float): Better fix of end-of-year error. | |
| 7204 | |
| 7205 1999-01-05 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
| 7206 | |
| 7207 * vc.el (vc-dired-hook): Use the original value of | |
| 7208 dired-move-to-filename-regexp on lines that have not been | |
| 7209 reformatted yet. | |
| 7210 (vc-dired-toggle-terse-mode): Tell vc-dired-hook whether the | |
| 7211 file lines have already been reformatted. | |
| 7212 | |
| 7213 1999-01-05 Dave Love <fx@gnu.org> | |
| 7214 | |
| 7215 * progmodes/f90.el (f90-mode): Make imenu-case-fold-search | |
| 7216 buffer-local. | |
| 7217 | |
| 7218 1998-01-05 Torbjorn Einarsson <T.Einarsson@clab.ericsson.se> | |
| 7219 | |
| 7220 * progmodes/f90.el: Change of regular expressions for type to | |
| 7221 correct highlighting and identation. Some small fixes for | |
| 7222 compatibility with XEmacs. | |
| 7223 | |
| 7224 1999-01-05 Stephen Eglen <stephen@gnu.org> | |
| 7225 | |
| 7226 * mspools.el (mspools-vm-system-mail): Provide an alternative | |
| 7227 value based on rmail-spool-directory if $MAIL is not defined. | |
| 7228 | |
| 7229 1999-01-05 Carsten Dominik <dominik@strw.leidenuniv.nl> | |
| 7230 | |
| 7231 * textmodes/reftex.el (reftex-section-levels): Allow negative levels. | |
| 7232 (reftex-section-info): Handle negative section levels. | |
| 7233 (reftex-view-crossref-extra): New option. | |
| 7234 (reftex-view-crossref): Generalized to work in more places. | |
| 7235 (reftex-find-citation-regexp-format, reftex-find-reference-format, | |
| 7236 reftex-macros-with-labels, reftex-global-search-marker): New variables. | |
| 7237 (reftex-view-cite-locations-from-bibtex): New command. | |
| 7238 (reftex-view-regexp-match, reftex-global-search, | |
| 7239 reftex-global-search-continue): New functions. | |
| 7240 (reftex-extract-bib-entries): No error for non-existing BibTeX | |
| 7241 file, just a message. | |
| 7242 (reftex-extract-bib-entries): Better error handling. | |
| 7243 (reftex-select-with-char): Use `*RefTeX Select*' for selection | |
| 7244 help and force it on current frame. | |
| 7245 (reftex-default-bibliography): New function. | |
| 7246 (reftex-access-parse-file): Check consistency after loading a | |
| 7247 parse file. When inconsistent, enfore rescan. | |
| 7248 (reftex-check-parse-consistency): New function. | |
| 7249 (easy-menu-define): Options section drastically shortened. | |
| 7250 | |
| 7251 1999-01-05 Kenichi Handa <handa@etl.go.jp> | |
| 7252 | |
| 7253 * language/thai-util.el (thai-compose-string): New function. | |
| 7254 | |
| 7255 1999-01-04 Inge Frick <inge@nada.kth.se> | |
| 7256 | |
| 7257 * easymenu.el (easy-menu-define): Doc fix. | |
| 7258 (easy-menu-create-menu): New keyword :included. | |
| 7259 (easy-menu-do-add-item): New keyword :included. SUFFIX may | |
| 7260 be an expression, not only a string. Simulate style `button'. | |
| 7261 Use easy-menu-define-key-intern instead of easy-menu-define-key. | |
| 7262 (easy-menu-define-key-intern): New function. | |
| 7263 (easy-menu-add-item): Understand value returned from | |
| 7264 easy-menu-item-present-p and easy-menu-remove-item. | |
| 7265 (easy-menu-return-item): New function. | |
| 7266 (easy-menu-item-present-p, easy-menu-remove-item): Use it. | |
| 7267 | |
| 7268 1999-01-03 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 7269 | |
| 7270 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): | |
| 7271 Use rmail-output-read-rmail-file-name to read the file name. | |
| 7272 Always call rmail-output-to-rmail-file noninteractively. | |
| 7273 When count > 1, do the loop here. | |
| 7274 Handle rmail-delete-after-output here. | |
| 7275 (rmail-summary-output): Similar changes. | |
| 7276 | |
| 7277 * mail/rmailout.el: Provide `rmailout'. | |
| 7278 (rmail-output-read-rmail-file-name): New function. | |
| 7279 (rmail-output-to-rmail-file): Use that. | |
| 7280 (rmail-output-read-file-name): New function. | |
| 7281 (rmail-output): Use that. | |
| 7282 | |
| 7283 * files.el (find-file-noselect): Let /: suppress wildcard matching. | |
| 7284 Error if wildcard matches no files. | |
| 7285 | |
| 7286 1999-01-02 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 7287 | |
| 7288 * menu-bar.el (clipboard-yank): Doc fix. | |
| 7289 | |
| 7290 * info.el (Info-insert-dir): Chase symlinks for file-attributes. | |
| 7291 | |
| 7292 1998-12-31 Markus Rost <rost@delysid.gnu.org> | |
| 7293 | |
| 7294 * textmodes/page-ext.el (pages-copy-header-and-position): Fix typo. | |
| 7295 | |
| 7296 1998-12-31 Andrew Innes <andrewi@harlequin.co.uk> | |
| 7297 | |
| 7298 * rmail.el (rmail-encode-string): Make sure mask value is | |
| 7299 positive; (emacs-pid) returns a negative number on Windows 9x | |
| 7300 which causes odd behaviour. | |
| 7301 | |
| 7302 1998-12-31 Eli Zaretskii <eliz@mescaline.gnu.org> | |
| 7303 | |
| 7304 * cus-start.el: Don't warn about dos-* variables unless on MS-DOS, | |
| 7305 and about w32-* variables unless on Windows/NT. | |
| 7306 | |
| 7307 1998-12-31 Boris Goldowsky <boris@alum.mit.edu> | |
| 7308 | |
| 7309 * textmodes/sgml-mode.el (sgml-validate): Ask whether to save only | |
| 7310 if buffer is modified; ask about all modified buffers. | |
| 7311 | |
| 7312 1998-12-30 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 7313 | |
| 7314 * simple.el (what-cursor-position): Fix previous change. | |
| 7315 | |
| 7316 1998-12-30 Richard Stallman <rms@sucrose.ai.mit.edu> | |
| 7317 | |
| 7318 * mail/sendmail.el (mail-mode): Eliminate ambiguous match | |
| 7319 from paragraph-start. | |
| 7320 | |
| 7321 1998-12-30 Eli Zaretskii <eliz@mescaline.gnu.org> | |
| 7322 | |
| 7323 * international/mule-cmds.el (prefer-coding-system): If the | |
| 7324 argument requires specific EOL conversion type, make the default | |
| 7325 coding systems use that. | |
| 7326 | |
|
49597
e88404e8f2cf
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49505
diff
changeset
|
7327 1998-12-30 Drew Csillag <drew_csillag@geocities.com> |
| 30729 | 7328 |
| 7329 * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer): | |
| 7330 Use shell-command-on-region. | |
| 7331 (m4-start-m4, m4-end-m4): Functions deleted. | |
| 7332 | |
| 7333 1998-12-30 Michael Ernst <mernst@alum.mit.edu> | |
| 7334 | |
| 7335 * vc.el (vc-backend-diff): Use `diff-switches-list' throughout. | |
| 7336 | |
| 7337 1998-12-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 7338 | |
| 7339 * browse-url.el (browse-url-mail): Give argument SEND-ACTION | |
| 7340 to compose-mail in the correct places and as a list. | |
| 7341 | |
| 7342 1998-12-29 Masatake Yamato <masata-y@tori.aist-nara.ac.jp> | |
| 7343 | |
| 7344 * page-ext.el: Added mouse-selection feature for pages directory buffer. | |
| 7345 (pages-directory-map): Bind mouse-2 | |
| 7346 (pages-copy-header-and-position): Put text property. | |
| 7347 (pages-directory-goto-with-mouse): New function. | |
| 7348 | |
| 7349 1998-12-29 Eli Zaretskii <eliz@mescaline.gnu.org> | |
| 7350 | |
| 7351 * international/codepage.el (cp-make-coding-systems-for-codepage): | |
| 7352 Doc fix. | |
| 7353 (cp-coding-system-for-codepage-1): Likewise. | |
| 7354 | |
| 7355 1998-12-29 Kenichi Handa <handa@etl.go.jp> | |
| 7356 | |
| 7357 * language/thai-util.el (thai-post-read-conversion): Handle Thai | |
| 7358 composition sequence correctly here instead of calling | |
| 7359 thai-compose-region. | |
| 7360 | |
| 7361 * textmodes/fill.el (fill-region-as-paragraph): While deleting a | |
| 7362 newline in multibyte buffer, if previous or next character is a | |
| 7363 composite char, check the first component of the composite char. | |
| 7364 | |
| 7365 1998-12-28 Andreas Schwab <schwab@delysid.gnu.org> | |
| 7366 | |
| 7367 * emacs-lisp/advice.el (ad-special-forms): Add save-current-buffer | |
| 7368 and track-mouse. | |
| 7369 | |
| 7370 1998-12-27 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 7371 | |
| 7372 * mail/sendmail.el (mail-yank-original): Remove text properties | |
| 7373 after insertion. | |
| 7374 (mail-yank-region): Barf if no mark is set in the message | |
| 7375 being replied to. | |
| 7376 | |
| 7377 * help.el (function-called-at-point): First look for function at point. | |
| 7378 | |
| 7379 1998-12-27 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 7380 | |
| 7381 * edmacro.el (edit-kbd-macro): Recognize electric-view-lossage. | |
| 7382 | |
| 7383 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 7384 | |
| 7385 * simple.el (what-cursor-position): Print character encoding also. | |
| 7386 | |
| 7387 1998-12-26 Dave Love <fx@gnu.org> | |
| 7388 | |
| 7389 * textmodes/flyspell.el: If local-maps work, don't put | |
| 7390 flyspell-mode-map in minor-mode-map-alist; bind mouse-2 and M-TAB | |
| 7391 in flyspell-mouse-map (only). | |
| 7392 (flyspell-use-local-map): New variable. | |
| 7393 Use a different mouse-2 binding in that case, | |
| 7394 and don't add to minor-mode-map-alist. | |
| 7395 (make-flyspell-overlay, flyspell-correct-word): | |
| 7396 Test flyspell-use-local-map. | |
| 7397 | |
| 7398 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 7399 | |
| 7400 * files.el (file-expand-wildcards): Handle wildcards in directory name. | |
| 7401 Be careful about whether to return a relative file name, | |
| 7402 and if so, relative to what directory. | |
| 7403 | |
| 7404 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 7405 | |
| 7406 * emacs-lisp/easymenu.el (easy-menu-get-map): | |
| 7407 Change global map only if this menu exists in the global map already, | |
| 7408 and not in the local map. | |
| 7409 (easy-menu-do-add-item): Fix error message. | |
| 7410 | |
| 7411 * foldout.el (foldout-inhibit-key-bindings): | |
| 7412 Avoid concatenating onto outline-minor-mode-prefix. | |
| 7413 Make a new keymap for that prefix, if it does not already have one. | |
| 7414 | |
| 7415 1998-12-25 Ilya Zakharevich <ilya@math.ohio-state.edu> | |
| 7416 | |
| 7417 * cperl-mode.el: | |
| 7418 Can use linear algorithm for indentation if Emacs supports it. | |
| 7419 (cperl-after-expr-p): It is BLOCK if we reach lim when backup sexp. | |
| 7420 (cperl-after-block-p): Likewise. | |
| 7421 (cperl-after-block-and-statement-beg): Likewise. | |
| 7422 (cperl-after-block-p): After END/BEGIN we are a block. | |
| 7423 (cperl-after-expr-p): Skip labels when checking | |
| 7424 (cperl-indent-region): Make a marker for END - text added/removed. | |
| 7425 Disable hooks during the call (how to call them later?). | |
| 7426 Now indents 820-line-long function in 6.5 sec (including | |
| 7427 syntaxification) the first time (when buffer has few | |
| 7428 properties), 7.1 sec the second time. | |
| 7429 (cperl-indent-region): Do not indent whitespace lines | |
| 7430 (cperl-style-alist) | |
| 7431 Include `cperl-merge-trailing-else' where the value is clear. | |
| 7432 (cperl-styles-entries): Likewise. | |
| 7433 (cperl-problems): Improvements to docs. | |
| 7434 (cperl-tips): Likewise. | |
| 7435 (cperl-non-problems): Likewise. | |
| 7436 (cperl-mode): Make lazy syntaxification possible. | |
| 7437 Loads pseudo-faces for the sake of `cperl-find-pods-heres' (for 19.30). | |
| 7438 `font-lock-unfontify-region-function' was set to a wrong function. | |
| 7439 | |
| 7440 (cperl-find-pods-heres): Safe a position in buffer where it is safe to | |
| 7441 restart syntaxification. Changed so that -d ?foo? is a RE. Do | |
| 7442 not warn on `=cut' if doing a chunk only. 1 << 6 was OK, | |
| 7443 but 1<<6 was considered as HERE-doc. | |
| 7444 <file/glob> made into a string. | |
| 7445 Postpone addition of faces after syntactic step. | |
| 7446 Recognition of <FH> was wrong. | |
| 7447 Highlight `gem' in s///gem as a keyword. `qr' recognized. | |
| 7448 Knows that split// is null-RE. | |
| 7449 Highlights separators in 3-parts expressions as labels. | |
| 7450 <> was considered as a glob. | |
| 7451 Would err if the last line is `=head1'. | |
| 7452 $a-1 ? foo : bar; was a considered a regexp. | |
| 7453 `<< (' was considered a start of HERE-doc. | |
| 7454 mark qq[]-etc sections as syntax-type=string | |
| 7455 Was not processing sub protos after a comment ine. | |
| 7456 Was treating $a++ <= 5 as a glob. | |
| 7457 Tolerate unfinished REx at end-of-buffer. | |
| 7458 `unwind-protect' was left commented. | |
| 7459 / and ? after : start a REx. | |
| 7460 | |
| 7461 (cperl-syntaxify-by-font-lock): Set to t, should be safe now. | |
| 7462 Better default, customizes to `message' too, off in text-mode. | |
| 7463 | |
| 7464 (cperl-array-face): Renamed from `font-lock-emphasized-face', | |
| 7465 `defface'd. | |
| 7466 (cperl-hash-face): Renamed from `font-lock-other-emphasized-face'. | |
| 7467 `defface'd. | |
| 7468 (cperl-emacs-can-parse): New state variable. | |
| 7469 (cperl-indent-line): Corrected to use global state. | |
| 7470 (cperl-calculate-indent): Likewise. | |
| 7471 (cperl-fix-line-spacing): Likewise (not used yet). | |
| 7472 (cperl-calculate-indent): Did not consider `,' as | |
| 7473 continuation mark for statements. | |
| 7474 (cperl-calculate-indent): Avoid parse-data optimization at toplevel. | |
| 7475 Remove another parse-data optimization at toplevel: would | |
| 7476 indent correctly. | |
| 7477 Correct for labels when calculating indentation of continuations. | |
| 7478 Docstring updated. | |
| 7479 (cperl-choose-color): Converted to a function (to be | |
| 7480 compilable in text-mode). | |
| 7481 (cperl-dark-background): Disable without window-system. | |
| 7482 Do `defface' only if window-system. | |
| 7483 (cperl-fix-line-spacing): Sped up to bail out early. | |
| 7484 (x-color-defined-p): Was not compiling on XEmacs | |
| 7485 Was defmacro'ed with a tick. Remove another def. | |
| 7486 (cperl-clobber-lisp-bindings): If set, C-c variants are the old ones | |
| 7487 (cperl-unwind-to-safe): New function. | |
| 7488 (cperl-fontify-syntaxically): Use `cperl-unwind-to-safe' to start at reasonable position. | |
| 7489 (cperl-fontify-syntaxically): Unwinds start and end to go out of | |
| 7490 long strings (not very successful). | |
| 7491 (cperl-forward-re): Highlight the trailing / in s/foo// as string. | |
| 7492 Highlight the starting // in s//foo/ as function-name. | |
| 7493 Emit a meaningful error instead of a cryptic one for an | |
| 7494 uncomplete REx near end-of-buffer. | |
| 7495 | |
| 7496 (cperl-electric-keyword): `qr' recognized. | |
| 7497 (cperl-electric-else): Likewise | |
| 7498 (cperl-to-comment-or-eol): Likewise | |
| 7499 (cperl-make-regexp-x): Likewise | |
| 7500 (cperl-init-faces): Likewise, and `lock' (as overridable?). | |
| 7501 Corrected to use new macros; | |
| 7502 `if' for copying `reference-face' to `constant-face' was backward. | |
| 7503 remove init `font-lock-other-emphasized-face', | |
| 7504 `font-lock-emphasized-face', `font-lock-keyword-face'. | |
| 7505 Interpolate `cperl-invalid-face'. | |
| 7506 (cperl-make-regexp-x): Misprint in a message. | |
| 7507 (cperl-syntaxify-unwind): New configuration variable | |
| 7508 (cperl-fontify-m-as-s): New configuration variable | |
| 7509 (cperl-electric-pod): Check for after-expr was performed | |
| 7510 inside of POD too. | |
| 7511 (cperl-backward-to-noncomment): Cetter treatment of PODs and HEREs. | |
| 7512 (cperl-clobber-mode-lists): New configuration variable. | |
| 7513 (cperl-not-bad-style-regexp): Updated. | |
| 7514 Init: `cperl-is-face' was busted. | |
| 7515 (cperl-make-face): New macros. | |
| 7516 (cperl-force-face): New macros. | |
| 7517 (font-lock-other-type-face): Done via `defface' too. | |
| 7518 (cperl-nonoverridable-face): New face. Renamed from | |
| 7519 `font-lock-other-type-face'. | |
| 7520 (cperl-init-faces-weak): Use `cperl-force-face'. | |
| 7521 (cperl-comment-indent): Commenting __END__ was not working. | |
| 7522 (cperl-indent-for-comment): Likewise. | |
| 7523 (cperl-write-tags): Correct for XEmacs's `visit-tags-table-buffer'. | |
| 7524 When removing old TAGS info was not relativizing filename. | |
| 7525 (cperl-tags-hier-init): Gross hack to pretend we work (are we?). | |
| 7526 Another try to work around XEmacs problems. Better progress messages. | |
| 7527 (toplevel): Require custom unprotected => failure on 19.28. | |
| 7528 (cperl-xemacs-p): Defined when compile too | |
| 7529 (cperl-find-tags): Was writing line/pos in a wrong order, | |
| 7530 pos off by 1 and not at beg-of-line. | |
| 7531 (cperl-etags-snarf-tag): New macro | |
| 7532 (cperl-etags-goto-tag-location): New macro | |
| 7533 (cperl-version): New variable. New menu entry | |
| 7534 random docstrings: References to "future" 20.3 removed. | |
| 7535 Menu was described as `CPerl' instead of `Perl' | |
| 7536 (perl-font-lock-keywords): Would not highlight `sub foo($$);'. | |
| 7537 (cperl-toggle-construct-fix): Was toggling to t instead of 1. | |
| 7538 (cperl-ps-print-init): Associate `cperl-array-face', `cperl-hash-face' | |
| 7539 Remove `font-lock-emphasized-face', `font-lock-other-emphasized-face', | |
| 7540 `font-lock-reference-face', `font-lock-keyword-face'. | |
| 7541 Use `eval-after-load'. | |
| 7542 Remove not-CPerl-related faces. | |
| 7543 (cperl-tips-faces): New variable and an entry into Mini-docs. | |
| 7544 (cperl-indent-exp): Was not processing else-blocks. | |
| 7545 (cperl-get-state): NOP line removed. | |
| 7546 (cperl-ps-print): New function and menu entry. | |
| 7547 (cperl-ps-print-face-properties): New configuration variable. | |
| 7548 (cperl-invalid-face): New configuration variable. | |
| 7549 (perl-font-lock-keywords): Highlight trailing whitespace | |
| 7550 (cperl-contract-levels): Documentation corrected. | |
| 7551 (cperl-contract-level): Likewise. | |
| 7552 (cperl-ps-extend-face-list): New macro. | |
| 7553 (cperl-invalid-face): Change to ''underline. | |
| 7554 | |
| 7555 1998-12-25 Markus Rost <rost@delysid.gnu.org> | |
| 7556 | |
| 7557 * mail/rmailout.el (rmail-output): Abbreviate name of default-file | |
| 7558 for read-file-name. | |
| 7559 (rmail-output-to-rmail-file): Likewise. | |
| 7560 | |
| 7561 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 7562 | |
| 7563 * emacs-lisp/easymenu.el (easy-menu-get-map): | |
| 7564 If MENU is nil, use global menu-bar map. | |
| 7565 (easy-menu-add-item, easy-menu-remove-item): Argument renamed. | |
| 7566 (easy-menu-item-present-p, easy-menu-get-map): Argument renamed. | |
| 7567 | |
| 7568 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
| 7569 | |
| 7570 * ps-mule.el (ps-mule-begin-job): Programming uniformization. | |
| 7571 | |
| 7572 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
| 7573 | |
| 7574 * ps-print.el (ps-print-version): New version number (4.1.3). | |
| 7575 | |
| 7576 1998-12-21 Eli Zaretskii <eliz@mescaline.gnu.org> | |
| 7577 | |
| 7578 * international/mule-cmds.el: Use make-sparse-keymap instead of | |
| 7579 define-prefix-key when defining MULE menu items. | |
| 7580 | |
| 7581 * info.el (Info-node-at-bob-matching): New function. | |
| 7582 (Info-find-node, Info-build-node-completions): Call it. | |
| 7583 | |
| 7584 1998-12-21 Andreas Schwab <schwab@delysid.gnu.org> | |
| 7585 | |
| 7586 * help.el (describe-function-1): Say "keymap", not "Lisp macro", | |
| 7587 when this is an autoloaded keymap. | |
| 7588 | |
| 7589 1998-12-20 Eli Zaretskii <eliz@mescaline.gnu.org> | |
| 7590 | |
| 7591 * international/codepage.el (cp-coding-system-for-codepage-1): | |
| 7592 Create separate encoders and decoders, for DOS and Unix. Make the | |
| 7593 usual family of 3 coding systems, so that automatic detection of | |
| 7594 EOL type works. | |
| 7595 (cp-make-coding-systems-for-codepage): Don't intern DOS- and | |
| 7596 Unix-specific symbols here, and don't call | |
| 7597 cp-coding-system-for-codepage-1 twice. (Suggested by Ken'ichi | |
| 7598 Handa <handa@etl.go.jp>.) | |
| 7599 | |
| 7600 * dos-vars.el (dos-codepage-setup-hook): New defcustom. | |
| 7601 | |
| 7602 * term/internal.el (IT-character-translations): New variable, an | |
| 7603 alist used to display characters for which there's no glyphs in | |
| 7604 the current codepage. | |
| 7605 (IT-display-table-setup): New function, sets up the DOS terminal | |
| 7606 for a given codepage. | |
| 7607 (dos-codepage-setup): New function, sets up the MULE environment | |
| 7608 for the current value of dos-codepage. | |
| 7609 (top-level if): In the multibyte mode, turn on | |
| 7610 unibyte-display-via-language-environment. In the unibyte mode, | |
| 7611 set up the special syntax tables to map lower- to upper case and | |
| 7612 back. | |
| 7613 | |
| 7614 1998-12-19 Eric Ludlam <zappo@delysid.gnu.org> | |
| 7615 | |
| 7616 * speedbar.el: (speedbar-frame-parameters) Add : to custom prompt. | |
| 7617 (speedbar-frame-plist) Remove useless comments. | |
| 7618 (speedbar-frame-mode) Do not specify height if it is in the param list. | |
| 7619 Use default y position w/out changing it. | |
| 7620 If default x position is a list, keep, calculate the non-list X | |
| 7621 value when devining an initial position. | |
| 7622 (speedbar-this-file-in-vc) Fix SCCS to use s. not p. files. | |
| 7623 (speedbar-tag-group-name-minimum-length): New variable. | |
| 7624 (speedbar-frame-parameter): New compatibility function. | |
| 7625 (speedbar-frame-mode): Updated to use speedbar-frame-parameter. | |
| 7626 (speedbar-apply-one-tag-hierarchy-method): Fixed up taging sub | |
| 7627 groups to keep things in the right order, and to help with some | |
| 7628 naming conventions. | |
| 7629 (speedbar-create-tag-hierarchy): Enable buffer local version of | |
| 7630 `speedbar-tag-hierarchy-method' in the buffer we are tagging. | |
| 7631 (speedbar-line-path) Make DEPTH param optional. Devine it if absent. | |
| 7632 the case, derive it from the cursor location in speedbar. | |
| 7633 | |
| 7634 1998-12-17 Eli Zaretskii <eliz@mescaline.gnu.org> | |
| 7635 | |
| 7636 * international/mule-cmds.el (set-language-environment): On MS-DOS | |
| 7637 terminals, install DOS-specific nonascii-translation-table if the | |
| 7638 language info doesn't specify one. Pass the default eol-type to | |
| 7639 set-language-environment-coding-systems. | |
| 7640 (set-default-coding-systems): Copy the eol-type property for the | |
| 7641 new default values of {buffer-file,process}-coding-system from the | |
| 7642 old defaults. | |
| 7643 (set-language-environment-coding-systems): Accept an optional | |
| 7644 argument EOL-TYPE, and set the eol-type property of the default | |
| 7645 coding systems accordingly. | |
| 7646 (set-terminal-coding-system): Enable menu item on MS-DOS terminals. | |
| 7647 (set-keyboard-coding-system): Likewise. | |
| 7648 (set-default-coding-systems): Don't set | |
| 7649 default-terminal-coding-system on MS-DOS to anything but nil. | |
| 7650 (prefer-coding-system): Describe in the doc string that | |
| 7651 default-terminal-coding-system is not changed on MS-DOS. | |
| 7652 (set-language-environment): For MS-DOS, set standard syntax table | |
| 7653 and display table for all characters with code above 127. | |
| 7654 (standard-display-european-internal): For MS-DOS, pass all | |
| 7655 characters with code above 127 directly to the terminal, and don't | |
| 7656 remap characters 160 and 146 in the unibyte case. | |
| 7657 | |
| 7658 * international/codepage.el: New file. | |
| 7659 | |
| 7660 1998-12-16 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
| 7661 | |
| 7662 * diary-lib.el (diary-float): Fix end-of-year error and typos in | |
| 7663 comments. | |
| 7664 | |
| 7665 1998-12-16 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru> | |
| 7666 | |
| 7667 * map-ynp.el (map-y-or-n-p): Ignore input methods. | |
| 7668 | |
| 7669 * subr.el (read-passwd): Likewise. | |
| 7670 | |
| 7671 1998-12-16 Eli Zaretskii <eliz@mescaline.gnu.org> | |
| 7672 | |
| 7673 * info.el (Info-find-node): Add 1 to the position read from the | |
| 7674 tag table. Don't fail if the node delimiter ^_ is the first | |
| 7675 character in the file. | |
| 7676 (Info-insert-dir): Don't fail when the node delimiter ^_ is the | |
| 7677 first character in the file. | |
| 7678 (Info-read-subfile): Likewise. | |
| 7679 (Info-select-node): Likewise. | |
| 7680 (Info-build-node-completions): Likewise. | |
| 7681 | |
| 7682 1998-12-16 Richard Stallman <rms@gnu.org> | |
| 7683 | |
| 7684 * term/x-win.el (x-cut-buffer-or-selection-value): | |
| 7685 If clipboard is enabled, try it before PRIMARY selection. | |
| 7686 | |
| 7687 1998-12-15 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE> | |
| 7688 | |
| 7689 * international/iso-acc.el (iso-languages): For Portuguese ~c and ~C | |
| 7690 insert c-cedilla and C-cedilla respectively, like in latin-1. | |
| 7691 | |
| 7692 1998-12-15 Eli Zaretskii <eliz@delysid.gnu.org> | |
| 7693 | |
| 7694 * language/hebrew.el: Don't use sublists in the flags argument | |
| 7695 passed to make-coding-system. | |
| 7696 | |
| 7697 1998-12-15 Kenichi Handa <handa@etl.go.jp> | |
| 7698 | |
| 7699 * ps-mule.el (ps-mule-begin-job): Delete nil and unknown from a | |
| 7700 list of character sets found by find-charset-region. | |
| 7701 | |
| 7702 * ps-mule.el: Always require ps-print. Move some function | |
| 7703 definitions for Emacs 20.2 and the earlier to ps-print.el. | |
| 7704 (ps-mule-find-wrappoint): Make it work also with Emacs 20.2. | |
| 7705 | |
| 7706 * ps-print.el: Define several functions for Emacs 20.2 and the | |
| 7707 earlier version. | |
| 7708 (ps-printer-name): Check if printer-name is bound. | |
| 7709 | |
| 7710 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
| 7711 | |
| 7712 * ps-mule.el: Programming uniformization and little code improvement. | |
| 7713 (ps-mule-prepare-font): Programming uniformization. | |
| 7714 (ps-mule-find-wrappoint, ps-mule-plot-rule-cmpchar) | |
| 7715 (ps-mule-string-encoding, ps-mule-begin-job): Little code improvement. | |
| 7716 | |
| 7717 * ps-bdf.el: Programming uniformization and little code improvement. | |
| 7718 (bdf-search-and-read): New fun. | |
| 7719 (bdf-write-cache, bdf-initialize, bdf-info-absolute-path) | |
| 7720 (bdf-info-mod-time, bdf-info-size, bdf-info-font-bounding-box) | |
| 7721 (bdf-info-relative-compose, bdf-info-baseline-offset) | |
| 7722 (bdf-info-code-range, bdf-info-maxlen, bdf-info-offset-vector) | |
| 7723 (bdf-read-bitmap, bdf-get-bitmaps): Programming uniformization. | |
| 7724 (bdf-expand-file-name, bdf-file-newer-than-time, bdf-find-file) | |
| 7725 (bdf-read-cache, bdf-read-font-info, bdf-generate-glyphs): Little code | |
| 7726 improvement. | |
| 7727 | |
| 7728 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
| 7729 | |
| 7730 * ps-print.el: (ps-print-version): New version number (4.1.2), doc fix | |
| 7731 and mule related code extraction. Autoload ps-mule funs. | |
| 7732 | |
| 7733 * ps-mule.el: Doc fix. Require ps-print only when compiled. | |
| 7734 (ps-mule-prologue-generated): New fun. | |
| 7735 (ps-mule-plot-string): Add autoload cookie. | |
| 7736 (ps-mule-begin-job): Call ps-mule-prologue-generated. | |
| 7737 | |
| 7738 1998-12-15 Kenichi Handa <handa@etl.go.jp> | |
| 7739 | |
| 7740 * ps-bdf.el: Require ps-mule instead of ps-print. | |
| 7741 (bdf-directory-list): Add autoload cookie. | |
| 7742 | |
| 7743 * ps-mule.el: New file. Mule related code extracted from | |
| 7744 ps-print.el. Require ps-print, provide ps-mule. | |
| 7745 (ps-multibyte-buffer): Add autoload cookie. | |
| 7746 (ps-mule-prepare-ascii-font): New fun. | |
| 7747 (ps-mule-set-ascii-font): New fun. | |
| 7748 (ps-mule-skip-same-charset): Fun deleted. | |
| 7749 (ps-mule-plot-string): Set ps-mule-current-charset. | |
| 7750 (ps-mule-initialize): Add autload cookie. Don't set | |
| 7751 ps-mule-font-info-database here. | |
| 7752 (ps-mule-begin-job): Renamed from ps-mule-begin. Update | |
| 7753 ps-mule-font-info-database and ps-control-or-escape-regexp. | |
| 7754 (ps-mule-begin-page): New fun. | |
| 7755 | |
| 7756 * ps-print.el: Mule related code moved to ps-mule.el. | |
| 7757 (ps-begin-job): While setting ps-control-or-escape-regexp, don't | |
| 7758 check ps-mule-charset-list. | |
| 7759 (ps-begin-page): Don't set ps-mule-current-charset, instead call | |
| 7760 ps-mule-begin-page. | |
| 7761 (ps-basic-plot-string): Call ps-mule-prepare-ascii-font. | |
| 7762 (ps-plot-region): Don't set ps-mule-current-charset, instead call | |
| 7763 ps-mule-set-ascii-font. Don't call ps-mule-skip-same-charset, | |
| 7764 instead skip same charsets by itself. | |
| 7765 (ps-generate): Call ps-mule-initialize of needs-begin-file is | |
| 7766 non-nil. Call ps-mule-begin-job. | |
| 7767 | |
| 7768 1998-12-15 Kenichi Handa <handa@etl.go.jp> | |
| 7769 | |
| 7770 * ps-bdf.el: File name changed from bdf.el. Provide ps-bdf | |
| 7771 instead of bdf. | |
| 7772 | |
| 7773 * ps-print.el (ps-mule-font-info-database): Doc-string modified. | |
| 7774 (ps-mule-external-libraries): New element FEATURE. | |
| 7775 (ps-mule-init-external-library): Ajusted for the above change. | |
| 7776 (ps-mule-generate-font): Likewise. | |
| 7777 (ps-mule-generate-glyphs): Likewise. | |
| 7778 (ps-mule-prepare-font): Likewise. | |
| 7779 (ps-mule-initialize): Likewise. | |
| 7780 (ps-begin-file): Superfluous tailing parenthesis deleted. | |
| 7781 | |
| 7782 1998-12-15 Kenichi Handa <handa@etl.go.jp> | |
| 7783 | |
| 7784 * international/fontset.el (x-decompose-font-name): If PATTERN | |
| 7785 doesn't have any wild cards, return a vector made from a name that | |
| 7786 is found by x-resolve-font-name found. Comments added. | |
| 7787 | |
| 7788 * international/mule-cmds.el (find-coding-systems-for-charsets): | |
| 7789 Handle the case of unknown charset. | |
| 7790 (find-multibyte-characters): If invalid multibyte characters are | |
| 7791 found, return the corresponding strings instead of character | |
| 7792 codes. | |
| 7793 (find-multibyte-characters): Adjusted for the above change. | |
| 7794 (select-safe-coding-system): For a unibyte buffer, always returns | |
| 7795 DEFAULT-CODING-SYSTEM. | |
| 7796 (get-charset-property): Fix previous change. Make it a function. | |
| 7797 (put-charset-property): Make it a function. | |
| 7798 | |
| 7799 * international/mule.el (make-coding-system): Set mime-charset | |
| 7800 property of *-with-esc coding system to nil. | |
| 7801 | |
| 7802 * international/quail.el (quail-point-in-conversion-region): New | |
| 7803 function. | |
| 7804 (quail-conversion-backward-delete-char): When a key sequence is | |
| 7805 being translated, call quail-delete-last-char. | |
| 7806 | |
| 7807 * language/devan-util.el | |
| 7808 (devanagari-reorder-glyphs-for-decomposition): Fix the way to | |
| 7809 handle devanagari-decomposition-rules. | |
| 7810 | |
| 7811 1998-12-14 Andreas Schwab <schwab@delysid.gnu.org> | |
| 7812 | |
| 7813 * textmodes/texinfo.el (texinfo-tex-buffer): Bind | |
| 7814 tex-start-options-string to empty string. | |
| 7815 (texinfo-tex-region): Use texinfo-tex-trailer as documented. | |
| 7816 | |
| 7817 1998-12-14 Andrew Innes <andrewi@delysid.gnu.org> | |
| 7818 | |
| 7819 * gnus/nntp.el (nntp-request-group): Undo previous change (4xx and | |
| 7820 5xx responses are already handled properly). | |
| 7821 | |
| 7822 1998-12-13 Richard Stallman <rms@gnu.org> | |
| 7823 | |
| 7824 * progmodes/compile.el (compilation-error-regexp-alist): Insist | |
| 7825 on a non-digit in the file name. | |
| 7826 | |
| 7827 * simple.el (comment-region): Handle comment-padding | |
| 7828 separately for insertion and for deletion, in the right way for each. | |
| 7829 | |
| 7830 1998-12-13 Felix Lee <flee@cygnus.com> | |
| 7831 | |
| 7832 * progmodes/compile.el (compilation-error-regexp-alist): Fix | |
| 7833 regexp to match "ChangeLog:1:1998-12-09 ..." | |
| 7834 | |
| 7835 1998-12-13 Eli Zaretskii <eliz@delysid.gnu.org> | |
| 7836 | |
| 7837 * cus-start.el (dos-unsupported-char-glyph): Add. | |
| 7838 | |
| 7839 1998-12-11 Dave Love <fx@gnu.org> | |
| 7840 | |
| 7841 * progmodes/fortran.el (fortran-font-lock-keywords-3): Wrap | |
| 7842 forward-sexp in condition-case. | |
| 7843 | |
| 7844 * emacs-lisp/find-func.el (find-function-search-for-symbol): | |
| 7845 Remove unnecessary test on `library' for explicit file name. | |
| 7846 Widen scope of save-match-data. | |
| 7847 | |
| 7848 1998-12-10 Eli Zaretskii <eliz@delysid.gnu.org> | |
| 7849 | |
| 7850 * international/mule.el (load-with-code-conversion): If the loaded | |
| 7851 file was inserted with no-conversion or raw-text coding system, | |
| 7852 make the buffer unibyte. | |
| 7853 | |
| 7854 1998-12-09 Richard Stallman <rms@gnu.org> | |
| 7855 | |
| 7856 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): | |
| 7857 Get rid of nested loops. | |
| 7858 | |
| 7859 * mouse.el (mouse-drag-vertical-line): | |
| 7860 If WHICH-SIDE is not `right', then scroll bars are on the left. | |
| 7861 | |
| 7862 * loadhist.el (load-history-loaded): defvar moved to help.el. | |
| 7863 | |
| 7864 * help.el (symbol-file-load-history-loaded): Variable renamed, | |
| 7865 and defvar moved from loadhist.el. | |
| 7866 (symbol-file): Renamed from describe-function-find-file. | |
| 7867 Load fns-VERSION.el here. | |
| 7868 (describe-variable, describe-function-1): Use symbol-file. | |
| 7869 | |
| 7870 * textmodes/tex-mode.el (tex-generate-zap-file-name): | |
| 7871 Don't start the name with #. | |
| 7872 | |
| 7873 * ispell.el: Take out the eval-when's. | |
| 7874 | |
| 7875 1998-12-09 Peter Breton <pbreton@ne.mediaone.net> | |
| 7876 | |
| 7877 * dirtrack.el (dirtrack-directory-change-hook): New hook. | |
| 7878 (dirtrack): Run it. Make debug message more verbose. | |
| 7879 | |
| 7880 1998-12-09 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> | |
| 7881 | |
| 7882 * progmodes/octave-mod.el (octave-abbrev-start): Use the correct | |
| 7883 name of the abbrev table, and provide support for XEmacs. | |
| 7884 (octave-xemacs-p): New variable. | |
| 7885 | |
| 7886 1998-12-09 Jonathan I. Kamens <jik@kamens.brookline.ma.us> | |
| 7887 | |
| 7888 * mail/sendmail.el (sendmail-send-it): Don't wait for sendmail to | |
| 7889 exit, when mail-interactive is nil. | |
| 7890 | |
| 7891 1998-12-09 Changwoo Ryu <cwryu@adam.kaist.ac.kr> | |
| 7892 | |
| 7893 * files.el (after-find-file): Message fix. | |
| 7894 | |
| 7895 1998-12-09 Ken Stevens <stevens@kdstevens.com> | |
| 7896 | |
| 7897 * ispell.el (ispell-kill-ispell): Don't send newline after EOF. | |
| 7898 | |
| 7899 1998-12-09 Geoff Voelker <voelker@cs.washington.edu> | |
| 7900 | |
| 7901 * ange-ftp.el (ange-ftp-expand-file-name) [windows-nt]: Handle | |
| 7902 filenames using backslashes. | |
| 7903 | |
| 7904 1998-12-09 Dave Love <fx@gnu.org> | |
| 7905 | |
| 7906 * browse-url.el (browse-url-mail): Call compose-mail-other-window | |
| 7907 with correct number of args. | |
| 7908 (browse-url-maybe-new-window): New arg. Callers changed. | |
| 7909 | |
| 7910 * progmodes/fortran.el (fortran-check-end-prog-re): Allow trailing | |
| 7911 comment. | |
| 7912 | |
| 7913 1998-12-08 Geoff Voelker <voelker@cs.washington.edu> | |
| 7914 | |
| 7915 * makefile.nt (install) [COPY_LISP_SOURCE]: Fix end of conditional. | |
| 7916 | |
| 7917 1998-12-08 Markus Rost <rost@delysid.gnu.org> | |
| 7918 | |
| 7919 * vc.el (vc-rcs-release): Fix Type. | |
| 7920 (vc-sccs-release): Fix Type. | |
| 7921 (vc-cvs-release): Fix Type. | |
| 7922 | |
| 7923 * mail/rmailsum.el (rmail-summary-output): Simplify. Make prefix | |
| 7924 arg work right. | |
| 7925 | |
| 7926 * mail/rmailout.el (rmail-output-to-rmail-file): Avoid multiple | |
| 7927 output of last undeleted message. | |
| 7928 | |
| 7929 1998-12-07 Geoff Voelker <voelker@cs.washington.edu> | |
| 7930 | |
| 7931 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src. | |
| 7932 (buffer-undo-list) [windows-nt]: Use different relative path. | |
| 7933 | |
| 7934 1998-12-07 Simon Marshall <simon@gnu.org> | |
| 7935 | |
| 7936 * font-lock.el (java-font-lock-keywords-2): Wrap java-minor-types. | |
| 7937 | |
| 7938 1998-12-05 Markus Rost <rost@delysid.gnu.org> | |
| 7939 | |
| 7940 * xt-mouse.el (xterm-mouse-mode): Pacify the byte compiler. | |
| 7941 | |
| 7942 * emacs-lisp/byte-opt.el: Require bytecomp for byte-goto-ops. | |
| 7943 | |
| 7944 1998-12-04 Markus Rost <rost@delysid.gnu.org> | |
| 7945 | |
| 7946 * info.el (Info-menu): Don't return error if point is between menu | |
| 7947 header and first menu item. | |
| 7948 | |
| 7949 1998-12-04 Dave Love <fx@gnu.org> | |
| 7950 | |
| 7951 * help.el (describe-function-1): Fix description for alias. | |
| 7952 | |
| 7953 1998-12-03 Andreas Schwab <schwab@delysid.gnu.org> | |
| 7954 | |
| 7955 * emacs-lisp/lisp-mnt.el (lm-summary): Strip off -*- | |
| 7956 specifications from summary line. | |
| 7957 | |
| 7958 * rect.el (delete-whitespace-rectangle): Mark for autoload. | |
| 7959 (close-rectangle): Define alias only once in loaddefs.el. | |
| 7960 | |
| 7961 1998-12-03 Eli Zaretskii <eliz@mescaline.gnu.org> | |
| 7962 | |
| 7963 * term/internal.el: Remove code which sets up a special syntax | |
| 7964 table for non-ASCII characters. | |
| 7965 | |
| 7966 1998-12-02 Andrew Innes <andrewi@delysid.gnu.org> | |
| 7967 | |
| 7968 * dos-w32.el (direct-print-region-function): Try to ensure that | |
| 7969 printer-name is expanded to a file name on a local drive; | |
| 7970 sometimes printing a file loaded from a network volume fails. | |
| 7971 (direct-print-region-function): Add a function to | |
| 7972 write-region-annotate-functions to append a formfeed character to | |
| 7973 the region being printed, if the region doesn't end with a | |
| 7974 formfeed already. This avoids creating a second print job | |
| 7975 containing a blank page when print spooling is enabled on Windows. | |
| 7976 | |
| 7977 1998-12-02 Dave Love <fx@gnu.org> | |
| 7978 | |
| 7979 * help.el (help-make-xrefs): Use `info', not the non-autoloaded | |
| 7980 `Info-goto-node'. | |
| 7981 | |
| 7982 1998-12-02 Richard Stallman <rms@gnu.org> | |
| 7983 | |
| 7984 * help.el (temp-buffer-resize-mode): Doc fix. | |
| 7985 | |
| 7986 * cus-edit.el (custom-save-delete): Save point before | |
| 7987 reading a sexp, rather than backing up. | |
| 7988 | |
| 7989 * international/iso-transl.el: Fix previous change. | |
| 7990 | |
| 7991 1998-12-02 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
| 7992 | |
| 7993 * vc.el (vc-dired-window-configuration, vc-ediff-windows, | |
| 7994 vc-ediff-result, vc-dired-switches, vc-dired-terse-mode): | |
| 7995 Added defvars to suppress compilation warnings. | |
| 7996 | |
| 7997 1998-11-30 Ken Stevens <k.stevens@ieee.org> | |
| 7998 | |
| 7999 * ispell.el: Improved and fixed customize for variables: | |
| 8000 ispell-highlight-p, ispell-check-comments, ispell-help-in-bufferp, | |
| 8001 ispell-dictionary-alist, ispell-skip-sgml. | |
| 8002 Improved and fixed comments in variables and messages for | |
| 8003 functions: ispell-help-in-bufferp, ispell-local-dictionary, | |
| 8004 ispell-menu-map, ispell-checking-message, ispell-parser, | |
| 8005 ispell-word, lookup-words, ispell-change-dictionary, ispell-region, | |
| 8006 ispell-begin-tex-skip-regexp, ispell-begin-skip-region, | |
| 8007 ispell-comments-and-strings, ispell-continue, ispell-complete-word, | |
| 8008 ispell-message-text-end, ispell-add-per-file-word-list. | |
| 8009 (ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding | |
| 8010 system is now required for all languages. Casechars improved for | |
| 8011 castellano, castellano8, and norsk dictionaries. Dictionary | |
| 8012 norsk7-tex added. Dictionary polish added. | |
| 8013 (ispell-dictionary-alist): Redefined at load-time to support | |
| 8014 dictionary changes. | |
| 8015 (ispell-menu-map): Redefined at load-time to support menu changes. | |
| 8016 (ispell-check-version): New alias for `check-ispell-version'. | |
| 8017 (ispell-parse-output): Fixed matching for ispell error messages. | |
| 8018 Correctly returns spelling suggestions in order generated by ispell | |
| 8019 process. | |
| 8020 (check-ispell-version): Ensure `case-fold-search' doesn't get | |
| 8021 redefined. | |
| 8022 (ispell-complete-word): Ensure `case-fold-search' doesn't get | |
| 8023 redefined. Fix bug that didn't respect case of word being completed. | |
| 8024 (ispell-init-process): Set process coding system to be compatible | |
| 8025 with emacs processes and the ispell process. | |
| 8026 (ispell-kill-ispell): Ensures ispell process has terminated before | |
| 8027 starting new process. This can otherwise confuse process filters | |
| 8028 and hang the ispell process. | |
| 8029 (ispell-begin-skip-region-regexp): (ispell-skip-region): Improved | |
| 8030 skipping support for sgml. | |
| 8031 (ispell-minor-check): Support sgml labels. Fix mapping ^M to \r | |
| 8032 which could cause `ispell-complete-word' to hang. | |
| 8033 (ispell-message): Improved message reference matching. Ensure | |
| 8034 `case-fold-search' doesn't get redefined. | |
| 8035 (ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't | |
| 8036 get redefined. Fixed bug in returning to nroff mode from tex mode. | |
| 8037 (ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't | |
| 8038 get redefined. | |
| 8039 | |
| 8040 1998-11-30 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 8041 | |
| 8042 * textmodes/flyspell.el (flyspell-check-word-p): | |
| 8043 Don't delay inside a kbd macro. | |
| 8044 | |
| 8045 * subr.el (make-local-hook): Return the hook variable. | |
| 8046 | |
| 8047 1998-11-30 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE> | |
| 8048 | |
| 8049 * hscroll.el (hscroll-mode, hscroll-global-mode, hscroll-window-maybe): | |
| 8050 Use a timer instead of post-command-hook. | |
| 8051 (hscroll-timer): New variable. | |
| 8052 | |
| 8053 1998-11-30 Dave Love <fx@gnu.org> | |
| 8054 | |
| 8055 * help.el (help-xref-button): Do nothing if text already has the | |
| 8056 help-xref property. | |
| 8057 (describe-variable): Revert previous change to hyperlink to source. | |
| 8058 | |
| 8059 1998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 8060 | |
| 8061 * bindings.el (features): Add `base64' to this list. | |
| 8062 | |
| 8063 * loadhist.el (symbol-file): Doc fix. | |
| 8064 | |
| 8065 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src. | |
| 8066 | |
| 8067 * files.el (hack-one-local-variable): Cope with non-file buffers. | |
| 8068 | |
| 8069 1998-11-28 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 8070 | |
| 8071 * help.el (describe-mode): Put major mode first. | |
| 8072 | |
| 8073 * calendar/appt.el (appt-disp-window): Use pop-to-buffer, | |
| 8074 to support special-display and same-window features. | |
| 8075 | |
| 8076 1998-11-27 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 8077 | |
| 8078 * simple.el (transpose-subr, transpose-subr-1): Rename variables | |
| 8079 bound in one function and used in the other. | |
| 8080 (transpose-subr-start1, transpose-subr-start2): Add defvars. | |
| 8081 (transpose-subr-end1, transpose-subr-end2): Add defvars. | |
| 8082 | |
| 8083 1998-11-26 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 8084 | |
| 8085 * autoinsert.el (auto-insert-alist): Use user-mail-address. | |
| 8086 | |
| 8087 1998-11-26 Kenichi Handa <handa@etl.go.jp> | |
| 8088 | |
| 8089 * international/ccl.el (ccl-dump-translate-character-const-tbl): | |
| 8090 Give format correct control string. | |
| 8091 | |
| 8092 * international/mule.el (define-translation-table): Fix bug of | |
| 8093 setting incorrect translation-table-id. If the first element of | |
| 8094 ARGS is a translation table, just register it. | |
| 8095 | |
| 8096 * language/chinese.el ("Chinese-BIG5"): Add charset-origin-alist | |
| 8097 property. | |
| 8098 | |
| 8099 1998-11-24 Michael Ernst <mernst@alum.mit.edu> | |
| 8100 | |
| 8101 * thingatpt.el (thing-at-point-url-at-point): Don't use current | |
| 8102 syntax table to determine what is whitespace. | |
| 8103 | |
| 8104 1998-11-24 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 8105 | |
| 8106 * frame.el (frame-parameter): Doc fix. | |
| 8107 | |
| 8108 * textmodes/tex-mode.el (tex-feed-input): New function. | |
| 8109 (tex-define-common-keys): Add binding for C-c C-m. | |
| 8110 | |
| 8111 1998-11-23 Dave Love <fx@gnu.org> | |
| 8112 | |
| 8113 * progmodes/fortran.el: Various minor doc fixes. | |
| 8114 (fortran-font-lock-keywords-1): Add `d' to comment-chars. | |
| 8115 (fortran-with-subprogram-narrowing): New macro. | |
| 8116 (fortran-check-for-matching-do): Use it. | |
| 8117 (fortran-end-do): Use fortran-check-end-prog-re. | |
| 8118 (fortran-beginning-do, fortran-end-if, fortran-beginning-if) | |
| 8119 (fortran-calculate-indent, fortran-calculate-indent): Likewise. | |
| 8120 | |
| 8121 1998-11-23 Simon Marshall <simon@gnu.org> | |
| 8122 | |
| 8123 * font-lock.el (font-lock-defaults): Doc fix. | |
| 8124 (font-lock-default-fontify-buffer): Rewritten to use with-temp-message. | |
| 8125 (lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword. | |
| 8126 | |
| 8127 * lazy-lock.el (lazy-lock-unstall): | |
| 8128 (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message. | |
| 8129 | |
| 8130 * fast-lock.el (fast-lock-save-cache-1): | |
| 8131 (fast-lock-cache-data): Rewritten to use with-temp-message. | |
| 8132 | |
| 8133 1998-11-22 Andrew Innes <andrewi@delysid.gnu.org> | |
| 8134 | |
| 8135 * mail/rmail.el (rmail-set-message-counters-counter): Detect | |
| 8136 messages that have been added with DOS line endings and convert | |
| 8137 the line endings for such messages. | |
| 8138 | |
| 8139 1998-11-22 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE> | |
| 8140 | |
| 8141 * help.el: Add resizing of temporary buffers. | |
| 8142 (temp-buffer-resize-mode): New command and variable. | |
| 8143 (temp-buffer-max-height): New variable. | |
| 8144 (resize-temp-buffer-window): New function. | |
| 8145 | |
| 8146 * window.el (window-buffer-height): New function, split from | |
| 8147 shrink-window-if-larger-than-buffer. | |
| 8148 (shrink-window-if-larger-than-buffer): Use window-buffer-height. | |
| 8149 | |
| 8150 1998-11-22 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 8151 | |
| 8152 * frame.el (initial-frame-alist): Add defcustom. | |
| 8153 | |
| 8154 * shell.el (shell-prompt-pattern): Add defcustom. | |
| 8155 | |
| 8156 1998-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
| 8157 | |
| 8158 * message.el (message-ignored-supersedes-headers): Remove | |
| 8159 NNTP-Posting-Date. | |
| 8160 | |
| 8161 1998-11-21 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 8162 | |
| 8163 * help.el (describe-mode): Don't avoid loop indirecting thru | |
| 8164 value of INDICATOR. | |
| 8165 | |
| 8166 1998-11-20 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 8167 | |
| 8168 * help.el (describe-variable): Allow any variable with a defcustom, | |
| 8169 even if it is not a user variable. | |
| 8170 | |
| 8171 * mail/rmail.el (mail-unsent-separator): Additional alternative. | |
| 8172 | |
| 8173 1998-11-20 Andrew Innes <andrewi@delysid.gnu.org> | |
| 8174 | |
| 8175 * gnus/nntp.el (nntp-request-group): Allow for failures when | |
| 8176 requesting a new group. | |
| 8177 | |
| 8178 1998-11-19 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 8179 | |
| 8180 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Doc fix. | |
| 8181 | |
| 8182 1998-11-19 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 8183 | |
| 8184 * emacs-lisp/find-func.el (find-function-regexp): Handle skeletons. | |
| 8185 | |
| 8186 1998-11-19 Simon Marshall <simon@gnu.org> | |
| 8187 | |
| 8188 * subr.el (with-temp-message): New macro. | |
| 8189 | |
| 8190 * emacs-lisp/lisp-mode.el (with-temp-message): | |
| 8191 Add lisp-indent-function property. | |
| 8192 | |
| 8193 1998-11-18 Dave Love <fx@gnu.org> | |
| 8194 | |
| 8195 * progmodes/fortran.el (fortran-end-prog-re): Fix typo. | |
| 8196 | |
| 8197 1998-11-18 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 8198 | |
| 8199 * emacs-lisp/bytecomp.el (temp-buffer-show-hook): | |
| 8200 This is not obsolete. | |
| 8201 | |
| 8202 1998-11-18 Kenichi Handa <handa@etl.go.jp> | |
| 8203 | |
| 8204 * textmodes/picture.el: Make a new map by make-keymap. | |
| 8205 (picture-desired-column): New variable. | |
| 8206 (picture-update-desired-column): New function. | |
| 8207 (picture-beginning-of-line): Set picture-desired-column to 0. | |
| 8208 (picture-end-of-line): Set picture-desired-column to the current | |
| 8209 column. | |
| 8210 (picture-forward-column): Pay attention to multi-column character. | |
| 8211 (picture-backward-column): Likewise. | |
| 8212 (picture-move-down): Likewise. | |
| 8213 (picture-move-up): Likewise. | |
| 8214 (picture-movement-nw): With prefix arg, move twice columns. | |
| 8215 (picture-movement-ne): Likewise. | |
| 8216 (picture-movement-sw): Likewise. | |
| 8217 (picture-movement-se): Likewise. | |
| 8218 (picture-set-motion): Handle two-column movements. | |
| 8219 (picture-move): Call picture-move-down or picture-forward-column | |
| 8220 only when necessary. | |
| 8221 (picture-insert): Pay attention to picture-desired-column. | |
| 8222 (picture-self-insert): Likewise. | |
| 8223 (picture-clear-column): Pay attention to multi-column character. | |
| 8224 (picture-mode): Modify doc-string for two-column movement. | |
| 8225 | |
| 8226 * rect.el (move-to-column-force): New function. | |
| 8227 (operate-on-rectangle): If coerce-tabs is non-nil, call | |
| 8228 move-to-column-force instead of move-to-column. | |
| 8229 (insert-rectangle): Call move-to-column-force instead of | |
| 8230 move-to-column. | |
| 8231 (open-rectangle-line): If begextra is not zero, call | |
| 8232 move-to-column-force. | |
| 8233 | |
| 8234 | |
| 8235 1998-11-16 Dave Love <fx@gnu.org> | |
| 8236 | |
|
49505
1aba10ab73b4
Corrected misc. typos like missing : after file names,
Kim F. Storm <storm@cua.dk>
parents:
42674
diff
changeset
|
8237 * textmodes/sgml-mode.el: Require skeleton when compiling. |
| 30729 | 8238 (sgml-font-lock-keywords-1): Accept single-letter tags. |
| 8239 (v2): Defvar free variable. | |
| 8240 | |
| 8241 1998-11-16 Sam Steingold <sds@goems.com> | |
| 8242 | |
| 8243 * emacs-lisp/cl-indent.el: Indent `with-output-to-string' as a CL | |
| 8244 macro, not ELisp one. | |
| 8245 | |
| 8246 1998-11-16 Kenichi Handa <handa@etl.go.jp> | |
| 8247 | |
| 8248 * emacs-lisp/lisp-mode.el: Set syntaxes all non-word multibyte | |
| 8249 characters to symbol. | |
| 8250 | |
| 8251 * language/japan-util.el (japanese-zenkaku-region): New optional | |
| 8252 arg KATAKANA-ONLY. | |
| 8253 | |
| 8254 1998-11-16 Kenichi Handa <handa@etl.go.jp> | |
| 8255 | |
| 8256 * international/mule.el | |
| 8257 (after-insert-file-set-buffer-file-coding-system): If the buffer | |
| 8258 is changed to unibyte, return inserted bytes. | |
| 8259 | |
| 8260 * tar-mode.el (tar-header-block-tokenize): Decode codes of file | |
| 8261 and link names if necessary. | |
| 8262 (tar-header-block-summarize): Handle the case that file or link | |
| 8263 names are multibyte. | |
| 8264 (tar-summarize-buffer): At first set the current buffer unibyte, | |
| 8265 then if there are multibyte file names, change it to multibyte. | |
| 8266 (tar-mode): Get char position from tar-header-offset. | |
| 8267 (tar-extract): Avoid multibyte<->unibyte conversion in | |
| 8268 insert-buffer-subsring by setting both buffers unibyte | |
| 8269 temporarily. | |
| 8270 (tar-copy): Set the buffer unibyte while doing a work. Write | |
| 8271 without code conversion. | |
| 8272 (tar-expunge): Set the buffer unibyte while doing a work. | |
| 8273 (tar-alter-one-field): Likewise. | |
| 8274 (tar-clear-modification-flags): Compare byte position with | |
| 8275 tar-header-offset. | |
| 8276 (tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in | |
| 8277 insert-buffer-subsring by setting both buffers unibyte | |
| 8278 temporarily. Pay attention to multibyteness while updating the | |
| 8279 descriptor-line. | |
| 8280 (tar-mode-write-file): Write without code conversion. | |
| 8281 | |
| 8282 1998-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
| 8283 | |
| 8284 * nngateway.el: Require cl. | |
| 8285 | |
| 8286 1998-11-15 Dave Love <fx@gnu.org> | |
| 8287 | |
| 8288 * progmodes/fortran.el: Fix previous change: | |
| 8289 (fortran-end-prog-re1): Changed. | |
| 8290 (fortran-check-end-prog-re): New function. | |
| 8291 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use it. | |
| 8292 | |
| 8293 1998-11-13 Tom Breton <tob@world.std.com> | |
| 8294 | |
| 8295 * autoinsert.el (auto-insert-alist): Don't assume *.el is part of | |
| 8296 GNU Emacs. | |
| 8297 | |
| 8298 1998-11-13 Carsten Dominik <cd@delysid.gnu.org> | |
| 8299 | |
|
38004
884699e53760
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37627
diff
changeset
|
8300 * textmodes/reftex.el: (reftex-finding-files): Group documentation fixed. |
|
884699e53760
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37627
diff
changeset
|
8301 (reftex-toc-toggle-file-boundary, reftex-toc-toggle-labels) |
|
884699e53760
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37627
diff
changeset
|
8302 (reftex-toc-toggle-context,reftex-find-start-point): New functions. |
|
884699e53760
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37627
diff
changeset
|
8303 (reftex-toc-include-labels, reftex-toc-include-context) |
|
884699e53760
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37627
diff
changeset
|
8304 (reftex-toc-include-file-boundaries, reftex-toc-keep-other-windows): |
|
884699e53760
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37627
diff
changeset
|
8305 New options. |
| 30729 | 8306 (reftex-use-text-after-label-as-context): Option removed. |
|
38004
884699e53760
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37627
diff
changeset
|
8307 (reftex-extract-bib-entries): Protect use in non-latex buffers. |
|
884699e53760
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37627
diff
changeset
|
8308 (reftex-toc-visit-location): Renamed from `reftex-toc-visit-line'. |
| 30729 | 8309 (reftex-latin1-to-ascii): Works now with and without Mule. |
| 8310 (reftex-truncate): Removed special stuff for Emacs 20.2. | |
| 8311 (reftex-get-offset): Made more general. | |
|
38004
884699e53760
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37627
diff
changeset
|
8312 (reftex-show-label-location): Renamed from `reftex-select-label-callback'. |
| 30729 | 8313 (reftex-pop-to-label): Function removed (using |
| 8314 `reftex-show-label-location' instead. | |
| 8315 (reftex-insert-docstruct): Renamed from | |
| 8316 `reftex-make-and-insert-label-list'. Function args changed. | |
| 8317 (reftex-toc): Now uses `reftex-insert-docstruct' and | |
| 8318 `reftex-find-start-point'. | |
| 8319 (reftex-select-item): Use `reftex-find-start-point'. | |
|
38004
884699e53760
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37627
diff
changeset
|
8320 (reftex-toc-visit-line): Can display labels and file boundaries. |
| 30729 | 8321 (reftex-TeX-master-file): `(TeX-master-file)' protected. |
| 8322 | |
| 8323 1998-11-12 Sam Steingold <sds@goems.com> | |
| 8324 | |
| 8325 * browse-url.el (browse-url): Handle the case when | |
| 8326 `browse-url-browser-function' is a lambda list. | |
| 8327 | |
| 8328 1998-11-12 Eli Zaretskii <eliz@mescaline.gnu.org> | |
| 8329 | |
| 8330 * loadup.el (buffer-undo-list): For ms-dos, use fns.el without the | |
| 8331 version string. | |
|
38004
884699e53760
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37627
diff
changeset
|
8332 * loadhist.el (symbol-file): Likewise. |
| 30729 | 8333 |
| 8334 1998-11-11 Richard Sharman <Richard_Sharman@Mitel.COM> | |
| 8335 | |
| 8336 * ediff-init.el (ediff-even-diff-face-A): Fix stipple spelling. | |
| 8337 | |
| 8338 1998-11-11 Sam Steingold <sds@goems.com> | |
| 8339 | |
| 8340 * inf-lisp.el (switch-to-lisp): If no inferior lisp present, call | |
| 8341 `run-lisp' instead of signalling an error. | |
| 8342 | |
| 8343 1998-11-11 Karl Heuer <kwzh@gnu.org> | |
| 8344 | |
| 8345 * desktop.el (desktop-save, desktop-create-buffer): Undo 10-22 change. | |
| 8346 | |
| 8347 1998-11-11 Richard Stallman <rms@gnu.org> | |
| 8348 | |
| 8349 * vc-hooks.el (vc-toggle-read-only): Doc fix. | |
| 8350 | |
| 8351 1998-11-11 Per Starback <starback@update.uu.se> | |
| 8352 | |
| 8353 * ispell.el: (ispell-dictionary-alist-2): Removed svenska, | |
| 8354 renamed svenska8 to svenska, and fixed and extended CASECHARS | |
| 8355 for it. | |
| 8356 | |
| 8357 1998-11-11 Andrew Innes <andrewi@delysid.gnu.org> | |
| 8358 | |
| 8359 * ps-print.el (ps-print-prologue-1): Only use old LandscapeMode | |
| 8360 handling if setpagedevice is not available. | |
| 8361 (ps-begin-file): Fix typo. | |
| 8362 | |
| 8363 1998-11-11 Kenichi Handa <handa@etl.go.jp> | |
| 8364 | |
| 8365 * international/mule-util.el (compose-chars-component): Signal | |
| 8366 error if CH is a rule-based composition character. | |
| 8367 (compose-chars): Signal error if an already compsed character is | |
| 8368 going to be composed by rule-base. | |
| 8369 | |
| 8370 * term/x-win.el: If a resolved ASCII font name doesn't conform to | |
| 8371 full XLFD, don't try to get information of WEIGHT and SLANT from | |
| 8372 that font name. | |
| 8373 | |
| 8374 1998-11-10 Andrew Innes <andrewi@harlequin.co.uk> | |
| 8375 | |
| 8376 * dos-w32.el (set-default-process-coding-system): Use function on | |
| 8377 before-init-hook to set default-process-coding-system based on | |
| 8378 enable-multibyte-characters. | |
| 8379 | |
| 8380 * term/w32-win.el ([language-change]): For now ignore | |
| 8381 keyboard language-change events. | |
| 8382 | |
| 8383 1998-11-10 Eli Zaretskii <eliz@delysid.gnu.org> | |
| 8384 | |
| 8385 * ediff-util.el (ediff-make-temp-file): Run the prefix through | |
| 8386 convert-standard-file-name, but leave the results of | |
| 8387 make-temp-name unaltered. For MS-DOS, truncate the prefix to 2 | |
| 8388 characters if the original name already exists, or has a special | |
| 8389 handler. | |
| 8390 | |
| 8391 1998-11-10 Karl Heuer <kwzh@gnu.org> | |
| 8392 | |
| 8393 * international/iso-insert.el: Delete autoload cookies. | |
| 8394 | |
| 8395 * international/iso-transl.el: Add autoload cookies. | |
| 8396 | |
| 8397 1998-11-10 Richard Stallman <rms@gnu.org> | |
| 8398 | |
| 8399 * ispell.el (ispell-get-coding-system): Default to iso-latin-1. | |
| 8400 (ispell-process-line): Don't treat multibyte | |
| 8401 | |
| 8402 1998-11-09 Andrew Innes <andrewi@harlequin.co.uk> | |
| 8403 | |
| 8404 * ps-print.el (ps-print-prologue-1): In BeginDoc procedure, call | |
| 8405 setpagedevice to specify the page size if setpagedevice is | |
| 8406 available. This is necessary to select the correct paper tray on | |
| 8407 Level 2 printers with multiple paper sizes available. | |
| 8408 | |
| 8409 (ps-begin-file): Cope with font names that contain spaces, and | |
| 8410 call BeginDoc in a BeginSetup/EndSetup block. | |
| 8411 | |
| 8412 1998-11-08 Eli Zaretskii <eliz@mescaline.gnu.org> | |
| 8413 | |
| 8414 * loadup.el (buffer-undo-list): Run fns-VERSION.el through | |
| 8415 convert-standard-filename. | |
| 8416 | |
| 8417 * loadhist.el (symbol-file): Run fns-VERSION.el through | |
| 8418 convert-standard-filename. | |
| 8419 | |
| 8420 1998-11-06 Richard Stallman <rms@gnu.org> | |
| 8421 | |
| 8422 * textmodes/texinfmt.el (texinfo-format-scan): | |
| 8423 Detect the case of two @-commands in a row; process just the first. | |
| 8424 (texinfo-append-refill): If line has a @c, insert the @refill | |
| 8425 before it. | |
| 8426 (texinfo-format-refill): Return with point where the @refill was. | |
| 8427 | |
| 8428 * files.el (hack-local-variables): Test local-enable-local-variables. | |
| 8429 (hack-local-variables-prop-line): Likewise. | |
| 8430 (set-auto-mode): Don't test local-enable-local-variables here. | |
| 8431 (enable-local-variables): Doc fix. | |
| 8432 (local-enable-local-variables): Doc fix. | |
| 8433 (normal-mode): Doc fix. | |
| 8434 | |
| 8435 1998-11-06 Karl Heuer <kwzh@gnu.org> | |
| 8436 | |
| 8437 * emacs-lisp/find-func.el (find-variable-noselect): Autoload. | |
| 8438 | |
| 8439 1998-11-06 Richard Sharman <Richard_Sharman@Mitel.COM> | |
| 8440 | |
| 8441 * simple.el (line-number-mode): Doc fix. | |
| 8442 | |
| 8443 1998-11-06 Kenichi Handa <handa@etl.go.jp> | |
| 8444 | |
| 8445 * international/fontset.el (create-fontset-from-fontset-spec): | |
| 8446 Give correct arg to `error'. | |
| 8447 | |
| 8448 1998-11-06 Andreas Schwab <schwab@delysid.gnu.org> | |
| 8449 | |
| 8450 * textmodes/sgml-mode.el (html-mode): Doc fix. | |
| 8451 (sgml-name-8bit-mode): Fix missing format character in message string. | |
| 8452 | |
| 8453 1998-11-05 Karl Heuer <kwzh@gnu.org> | |
| 8454 | |
| 8455 * mail/sendmail.el (sendmail-send-it): Check for failure. | |
| 8456 | |
| 8457 1998-11-05 Richard Stallman <rms@gnu.org> | |
| 8458 | |
| 8459 * man.el (Man-page-header-regexp): Alternate value for Solaris 2.6. | |
| 8460 | |
| 8461 * rect.el (delete-whitespace-rectangle): close-rectangle renamed. | |
| 8462 (close-rectangle): Define as alias. | |
| 8463 | |
| 8464 1998-11-05 Richard M. Heiberger <rmh@fisher.stat.temple.edu> | |
| 8465 | |
| 8466 * textmodes/tex-mode.el (tex-start-shell): Track directory changes. | |
| 8467 | |
| 8468 1998-11-05 Dave Love <fx@gnu.org> | |
| 8469 | |
| 8470 * help.el (describe-variable): Don't quote link to source. | |
| 8471 | |
| 8472 1998-11-04 Richard Stallman <rms@sucrose.ai.mit.edu> | |
| 8473 | |
| 8474 * gud.el (gud-common-init): Use pop-to-buffer. | |
| 8475 (same-window-regexps): Add an element that matches all gud buffers. | |
| 8476 | |
| 8477 1998-11-04 Jason Rumney <jasonr@altavista.net> | |
| 8478 | |
| 8479 * term/w32-win.el (x-get-selection-value): Alias to | |
| 8480 x-cut-buffer-or-selection-value. | |
| 8481 (w32-standard-fontset-spec): New variable. | |
| 8482 (w32-create-initial-fontsets, mouse-set-font): Check whether | |
| 8483 new-fontset is available. | |
| 8484 (w32-use-w32-font-dialog): Enable use of set-variable. | |
| 8485 | |
| 8486 1998-11-04 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
| 8487 | |
| 8488 * vc.el (with-vc-file, edit-vc-file): New macros. | |
| 8489 | |
| 8490 1998-11-04 Kenichi Handa <handa@etl.go.jp> | |
| 8491 | |
| 8492 * international/quail.el (quail-show-guidance-buf): Call | |
| 8493 set-minibuffer-window to set minibuffer window of the current | |
| 8494 frame correctly. | |
| 8495 | |
|
49597
e88404e8f2cf
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49505
diff
changeset
|
8496 1998-11-03 Theodore Jump <tjump@tertius.com> |
| 30729 | 8497 |
| 8498 * term/w32-win.el: Require fontset. | |
| 8499 | |
| 8500 1998-11-03 Andrew Innes <andrewi@delysid.gnu.org> | |
| 8501 | |
| 8502 * faces.el (set-face-font): Call resolve-fontset-name on w32. | |
| 8503 (set-face-font-auto): Ditto. | |
| 8504 | |
| 8505 1998-11-03 Andreas Schwab <schwab@delysid.gnu.org> | |
| 8506 | |
| 8507 * mouse.el (mouse-drag-region): Fix typo. | |
| 8508 | |
| 8509 1998-11-02 Dave Love <fx@gnu.org> | |
| 8510 | |
|
49505
1aba10ab73b4
Corrected misc. typos like missing : after file names,
Kim F. Storm <storm@cua.dk>
parents:
42674
diff
changeset
|
8511 * progmodes/fortran.el: |
|
1aba10ab73b4
Corrected misc. typos like missing : after file names,
Kim F. Storm <storm@cua.dk>
parents:
42674
diff
changeset
|
8512 Fix for fontification of strings lost somehow: |
| 30729 | 8513 (fortran-fontify-string): New function. |
| 8514 (fortran-font-lock-keywords-1): Use it. | |
| 8515 | |
| 8516 1998-11-02 Markus Rost <rost@delysid.gnu.org> | |
| 8517 | |
| 8518 * comint.el (comint-file-name-quote-list): Doc fix. | |
| 8519 | |
| 8520 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 8521 | |
| 8522 * loadup.el (buffer-undo-list): Write fns-VERSION.el into | |
| 8523 build directory, not source directory. | |
| 8524 | |
| 8525 * mouse.el (mouse-drag-region): Fake up a mouse-motion event | |
| 8526 if we did not get one for the final move. | |
| 8527 | |
| 8528 1998-11-01 Dave Love <fx@gnu.org> | |
| 8529 | |
| 8530 * goto-addr.el (goto-address-at-point, goto-address-at-mouse): | |
| 8531 Don't funcall browse-url-browser-function. | |
| 8532 | |
| 8533 * gnus/gnus-art.el (gnus-button-embedded-url, gnus-button-url): | |
| 8534 Don't funcall browse-url-browser-function. | |
| 8535 | |
| 8536 * fortran.el (fortran-end-prog-re1): Fix the regexp. | |
| 8537 | |
| 8538 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 8539 | |
| 8540 * files.el (revert-buffer): Doc fix. | |
| 8541 | |
| 8542 1998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 8543 | |
| 8544 * textmodes/tex-mode.el (tex-start-options-string): | |
| 8545 Quote the backslashes with more backslashes. | |
| 8546 | |
| 8547 1998-10-31 Dave Love <fx@gnu.org> | |
| 8548 | |
| 8549 * webjump.el (webjump-sample-sites): Fix Lisp archive site. | |
| 8550 (webjump): Don't funcall browse-url-browser-function. | |
| 8551 | |
| 8552 1998-10-30 Kenichi Handa <handa@etl.go.jp> | |
| 8553 | |
| 8554 * international/quail.el (quail-start-translation): Handle | |
| 8555 switching of the frame in read-key-sequence. | |
| 8556 (quail-start-conversion): Likewise. | |
| 8557 (quail-show-guidance-buf): Detach quail-guidance-buf from any | |
| 8558 windows before setting an appropriate window for it. | |
| 8559 (quail-hide-guidance-buf): Use window-minibuffer-p. Set | |
| 8560 quail-guidance-win to nil. | |
| 8561 (quail-update-guidance): If quail-guidance-buf is not in the | |
| 8562 selected frame, call quail-show-guidance-buf again. | |
| 8563 | |
| 8564 1998-10-30 Espen Skoglund <espensk@stud.cs.uit.no> | |
| 8565 | |
| 8566 * progmodes/pascal.el (pascal-mode): | |
| 8567 `blink-matching-paren-dont-ignore-comments' set to t. | |
| 8568 | |
| 8569 1998-10-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
| 8570 | |
| 8571 * calendar/cal-menu.el (cal-menu-update): Fix menu wording. | |
| 8572 | |
| 8573 1998-10-30 Dave Love <fx@gnu.org> | |
| 8574 | |
| 8575 * vc.el (vc-backend-merge-news): Check for "P" output. | |
| 8576 | |
| 8577 * help.el (describe-variable): Hyperlink the definition. | |
| 8578 | |
| 8579 1998-10-30 Andreas Schwab <schwab@delysid.gnu.org> | |
| 8580 | |
| 8581 * progmodes/sh-script.el (sh-canonicalize-shell): Fix regexp. | |
| 8582 (sh-set-shell): Likewise. | |
| 8583 | |
| 8584 * gnus/nnweb.el: Don't require 'w3 and 'url unprotected. | |
| 8585 | |
| 8586 * emacs-lisp/edebug.el (edebug-initial-mode): Fix customize type. | |
| 8587 (edebug-on-error): Fix customize type to match that of | |
| 8588 debug-on-error. | |
| 8589 | |
| 8590 * emacs-lisp/eldoc.el (eldoc-argument-case): Fix customize type. | |
| 8591 | |
| 8592 * emacs-lisp/lisp-mnt.el (lm-report-bug): Use | |
| 8593 report-emacs-bug-address instead of undefined bug-gnu-emacs. | |
| 8594 | |
| 8595 * international/mule-cmds.el (select-message-coding-system): Doc | |
| 8596 fix. | |
| 8597 | |
| 8598 * international/mule-diag.el (describe-coding-system): Describe | |
| 8599 all flags. | |
| 8600 | |
| 8601 * mail/sendmail.el (sendmail-coding-system, | |
| 8602 default-sendmail-coding-system): Doc fix. | |
| 8603 | |
| 8604 * simple.el (shell-command-on-region): Doc fix. | |
| 8605 | |
| 8606 * loadup.el: Write fns-*.el in current directory instead of | |
| 8607 data-directory since no installation directory exists yet. Mark | |
| 8608 buffer unmodified afterwards. | |
| 8609 | |
| 8610 * loadhist.el (symbol-file): Load fns-*.el from exec-directory | |
| 8611 instead of data-directory since it is architecture dependent. | |
| 8612 (load-history-loaded): Update doc string. | |
| 8613 | |
| 8614 1998-10-29 Geoff Voelker <voelker@cs.washington.edu> | |
| 8615 | |
| 8616 * ange-ftp.el (ange-ftp-canonicalize-filename): Do not use a UNC | |
| 8617 path as a default directory when canonicalizing names. | |
| 8618 | |
| 8619 * w32-fns.el: Remove a dangling reference to a directory on the | |
| 8620 build machine. | |
| 8621 | |
| 8622 1998-10-27 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 8623 | |
| 8624 * progmodes/tcl-mode.el (tcl-font-lock-keywords): Added itcl and | |
| 8625 namespace related keywords such as `class', `body', `private', | |
| 8626 `variable', `namespace eval', etc. | |
| 8627 (tcl-imenu-generic-expression): Handle itcl body and class definitions. | |
| 8628 (tcl-mode): Added ":" as a word constituent to the syntax-alist of | |
| 8629 imenu and font-lock so that searches for \sw would find words | |
| 8630 containing colons. | |
| 8631 | |
| 8632 * progmodes/etags.el (initialize-new-tags-table): | |
| 8633 Do not alter find-tag-marker-ring and tags-location-ring. | |
| 8634 | |
| 8635 1998-10-27 Geoff Voelker <voelker@cs.washington.edu> | |
| 8636 | |
| 8637 * term/w32-win.el: Require fontset. | |
| 8638 (w32-init-fontsets): New function (code from x-win.el). | |
| 8639 | |
| 8640 1998-10-26 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
| 8641 | |
| 8642 * cal-x.el (diary-frame-parameters, calendar-frame-parameters, | |
| 8643 calendar-and-diary-frame-parameters): Add title parameter. | |
| 8644 | |
| 8645 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 8646 | |
| 8647 * completion.el (dynamic-completion-mode): New function to enable | |
| 8648 the mode. (Just loading the file now does not change anything.) | |
| 8649 | |
| 8650 1998-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
| 8651 | |
| 8652 * ps-print.el: User option for multibyte buffer handling and doc fix. | |
| 8653 (ps-multibyte-buffer): New user option. | |
| 8654 (ps-setup): Print new user option. | |
| 8655 (ps-print-quote): New fun. | |
| 8656 (ps-color-p, ps-mule-font-info-database-latin): New var. | |
| 8657 (ps-default-color, ps-mule-font-info-database) | |
| 8658 (ps-mule-font-info-database-ps-bdf): Adjust initialization. | |
| 8659 (ps-mule-get-font-spec, ps-mule-begin, ps-begin-file) | |
| 8660 (ps-plot-with-face, ps-generate-postscript-with-faces, ps-generate): | |
| 8661 Little code improvement. | |
| 8662 (ps-mule-initialize): Initialize ps-mule-font-info-database. | |
| 8663 (ps-print-prologue-header, ps-font-family, ps-font-size) | |
| 8664 (ps-header-font-family, ps-header-font-size, ps-header-title-font-size) | |
| 8665 (ps-build-face-reference, ps-mule-font-info-database-bdf) | |
| 8666 (ps-mule-external-libraries, ps-mule-init-external-library) | |
| 8667 (ps-mule-prepare-font, ps-mule-find-wrappoint, ps-mule-plot-string): | |
| 8668 Doc fix. | |
| 8669 (ps-print-version): New version number (4.1.1) and doc fix. | |
| 8670 (ps-print-prologue-header): New user option. | |
| 8671 (ps-color-values, ps-xemacs-face-kind-p, ps-mapper, ps-extent-sorter): | |
| 8672 Conditional compilation for GNU Emacs and emacsens. | |
| 8673 (ps-generate-postscript-with-faces): Skip invisible text better. | |
| 8674 (ps-setup): Print new user option. | |
| 8675 (ps-print-preprint): Check if input file name exists and is unwritable. | |
| 8676 (ps-begin-file): Adjust PostScript prologue header for duplex printers | |
| 8677 and insert user PostScript prologue header comments. | |
| 8678 (ps-mule-encode-bit, ps-mule-string-ascii, ps-mule-string-encoding): | |
| 8679 New funs. | |
| 8680 (dos-ps-printer, lazy-lock-fontify-buffer): Eliminated. | |
| 8681 (ps-mule-prologue, ps-mule-cmpchar-prologue, ps-mule-bitmap-prologue): | |
| 8682 PostScript programming normalization. | |
| 8683 (ps-mule-encode-7bit, ps-mule-encode-8bit, ps-mule-generate-font) | |
| 8684 (ps-mule-generate-glyphs, ps-mule-prepare-font, ps-mule-plot-string) | |
| 8685 (ps-mule-skip-same-charset, ps-mule-plot-rule-cmpchar) | |
| 8686 (ps-mule-plot-cmpchar, ps-mule-prepare-cmpchar-font) | |
| 8687 (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool): | |
| 8688 Programming style normalization. | |
| 8689 | |
|
49597
e88404e8f2cf
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49505
diff
changeset
|
8690 1998-10-26 Kenichi Handa <handa@etl.go.jp> |
| 30729 | 8691 |
| 8692 * ps-print.el: To make it work also on Emacs 20.2 and the earlier | |
| 8693 version, check the value of mule-version. | |
| 8694 | |
| 8695 * international/mule-util.el (compose-region): Insert then delete | |
| 8696 to preserve markers. | |
| 8697 (decompose-region): Use search-forward for efficiency. | |
| 8698 | |
| 8699 * language/chinese.el (pre-write-encode-hz): Cancel previous | |
| 8700 change, use generate-new-buffer instead of get-buffer-create. | |
| 8701 * language/devan-util.el | |
| 8702 (in-is13194-devanagari-pre-write-conversion): Likewise. | |
| 8703 * language/thai-util.el (thai-pre-write-conversion): Likewise. | |
| 8704 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise. | |
| 8705 * language/viet-util.el (viqr-pre-write-conversion): Likewise. | |
| 8706 | |
| 8707 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 8708 | |
| 8709 * mail/rmailsum.el (rmail-message-subject-p): | |
| 8710 Handle message whose header has not been reformatted. | |
| 8711 | |
| 8712 * desktop.el (desktop-buffer-dired): Use dired-maybe-insert-subdir. | |
| 8713 | |
| 8714 1998-10-25 Jason Rumney <jasonr@altavista.net> | |
| 8715 | |
| 8716 * term/w32-win.el (w32-use-w32-font-dialog, w32-fixed-font-alist): | |
| 8717 New variables. | |
| 8718 (mouse-set-font): Use font menus instead of dialog according to | |
| 8719 w32-use-w32-font-dialog. | |
| 8720 | |
| 8721 1998-10-21 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
| 8722 | |
| 8723 * calendar/calendar.el (calendar-day-name-array): Add doc string | |
| 8724 correctly! | |
| 8725 (calendar-month-name-array): Add doc string correctly! | |
| 8726 | |
| 8727 1998-10-21 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 8728 | |
| 8729 * net-utils.el (whois-get-tld): Rewrite not to use `do'. | |
| 8730 | |
| 8731 1998-10-21 Markus Rost <rost@delysid.gnu.org> | |
| 8732 | |
| 8733 * lisp/info.el (Info-next-menu-item): Stay on top of node. | |
| 8734 | |
| 8735 * mail/rmailout.el (rmail-output): Insert newline only if necessary. | |
| 8736 | |
| 8737 * mail/rmail.el (rmail-get-new-mail): Delete garbage in any case. | |
| 8738 | |
| 8739 * menu-bar.el (menu-bar-options-menu): Add option for truncate-lines. | |
| 8740 | |
| 8741 1998-10-21 Andreas Schwab <schwab@delysid.gnu.org> | |
| 8742 | |
| 8743 * emacs-lisp/cl-specs.el (function-form): Fix spec for "function*". | |
| 8744 | |
| 8745 1998-10-21 Karl Heuer <kwzh@gnu.org> | |
| 8746 | |
| 8747 * emacs-lisp/profile.el (profile-timer-program): Var deleted. | |
| 8748 (profile-timer-process, profile-temp-result-, profile-time): Likewise. | |
| 8749 (profile-filter, profile-reset-timer): Functions deleted. | |
| 8750 (profile-check-zero-init-times, profile-get-time): Likewise. | |
| 8751 (profile-find-function, profile-quit): Likewise. | |
| 8752 (profile-distinct, profile-call-stack, profile-last-time): New vars. | |
| 8753 (profile-time-list, profile-init-list): Doc fix. | |
| 8754 (profile-functions): Simplify. | |
| 8755 (profile-print): Use float. Make output include space separators. | |
| 8756 (profile-add-time): New helper function. | |
| 8757 (profile-function-prolog): Renamed from profile-start-function. | |
| 8758 Handle profile-distinct. | |
| 8759 (profile-function-epilog): Renamed from profile-update-function. | |
| 8760 Handle profile-distinct. | |
| 8761 (profile-a-function): If the function to be profiled is an | |
| 8762 autoload form, load it. If it's lazy-loaded, fetch it. | |
| 8763 (profile-fix-fun): Simplify profiling wrapper, and unwind-protect it. | |
| 8764 (profile-restore-fun): Arg FUN is now a function symbol, as was | |
| 8765 documented, rather than a one-element list. | |
| 8766 (profile-finish): Call profile-restore-fun properly. | |
| 8767 | |
| 8768 1998-10-21 Kenichi Handa <handa@etl.go.jp> | |
| 8769 | |
| 8770 * international/characters.el: Setup charset property | |
| 8771 nospace-between-words. | |
| 8772 | |
| 8773 * international/mule-cmds.el (get-charset-property): If CHARSET is | |
| 8774 composition, return nil. | |
| 8775 (put-charset-property): If CHARSET is composition, do nothing. | |
| 8776 | |
| 8777 * language/chinese.el (pre-write-encode-hz): Use with-temp-buffer. | |
| 8778 * language/devan-util.el | |
| 8779 (in-is13194-devanagari-pre-write-conversion): Likewise. | |
| 8780 * language/thai-util.el (thai-pre-write-conversion): Likewise. | |
| 8781 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise. | |
| 8782 * language/viet-util.el (viqr-pre-write-conversion): Likewise. | |
| 8783 | |
| 8784 * textmodes/fill.el (sentence-end-without-period): New variable. | |
| 8785 (canonically-space-region): Pay attention to | |
| 8786 sentence-end-without-period. | |
| 8787 (fill-find-break-point): The first argument CHARSET deleted. | |
| 8788 Caller changed. | |
| 8789 (fill-region-as-paragraph): Pay attention to charset property | |
| 8790 nospace-between-words and text property nospace-between-words. | |
| 8791 | |
| 8792 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 8793 | |
| 8794 * progmodes/sh-script.el (sh-font-lock-keywords): Don't crash for | |
| 8795 an unrecognized shell. | |
| 8796 | |
| 8797 1998-10-20 Thien-Thi Nguyen <ttn@delysid.gnu.org> | |
| 8798 | |
| 8799 * desktop.el (desktop-save): Include minor modes symbolically. | |
| 8800 (desktop-create-buffer): Turn on all minor modes in `mim'. | |
| 8801 | |
| 8802 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 8803 | |
| 8804 * progmodes/sh-script.el (sh-mode): Handle .spec and .mspec files. | |
| 8805 (sh-font-lock-keywords): Handle rpm and rpm2. | |
| 8806 (sh-ancestor-alist): Handle rpm. | |
| 8807 | |
| 8808 * files.el (auto-mode-alist): Recognize .rpm files. | |
| 8809 Also .spec and .mspec files. | |
| 8810 | |
| 8811 1998-10-20 Eli Zaretskii <eliz@mescaline.gnu.org> | |
| 8812 | |
| 8813 * faces.el (frame-set-background-mode): Enable the function for | |
| 8814 MSDOS frames. | |
| 8815 | |
| 8816 1998-10-20 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
| 8817 | |
| 8818 * calendar/calendar.el (calendar-day-name-array): Add doc string. | |
| 8819 (calendar-month-name-array): Add doc string. | |
| 8820 | |
| 8821 1998-10-19 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 8822 | |
| 8823 * simple.el (kill-ring-max): Increased to 60. | |
| 8824 | |
| 8825 1998-10-17 Kenichi Handa <handa@etl.go.jp> | |
| 8826 | |
| 8827 * international/characters.el: Setup auto-fill-chars. | |
| 8828 | |
| 8829 * international/kinsoku.el (kinsoku): Check the variable | |
| 8830 enable-kinsoku. | |
| 8831 | |
| 8832 * simple.el (do-auto-fill): Don't check kinsoku-enable here. | |
| 8833 Don't call kinsoku directly, intead call fill-find-break-point. | |
| 8834 | |
| 8835 * textmodes/fill.el: Setup `fill-find-break-point-function' | |
| 8836 property to character sets which require `kinsoku' processing for | |
| 8837 filling. | |
| 8838 (fill-find-break-point): New function. | |
| 8839 (fill-region-as-paragraph): Don't check kinsoku-enable here. | |
| 8840 Don't call kinsoku directly, intead call fill-find-break-point. | |
| 8841 | |
| 8842 1998-10-18 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 8843 | |
| 8844 * faces.el (modify-face-read-string): Return (nil) for "none". | |
| 8845 (modify-face): Don't get error if (nil) is the argument. | |
| 8846 (face-try-color-list): Don't check whether nil is a valid color. | |
| 8847 | |
| 8848 1998-10-17 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 8849 | |
| 8850 * emacs-lisp/bytecomp.el (byte-recompile-directory): | |
| 8851 Print message about each directory, even in batch mode. | |
| 8852 | |
| 8853 * gnus/nntp.el: Require `cl' before using nnoo-declare. | |
| 8854 | |
| 8855 * ps-print.el (ps-mule-chars-in-string): No need to use sref. | |
| 8856 (ps-mule-string-char): No need to use sref. | |
| 8857 (ps-mule-next-index): No need to use sref. | |
| 8858 | |
| 8859 * ange-ftp.el (ange-ftp-waiting-flag): defvar moved. | |
| 8860 | |
| 8861 * files.el (revert-buffer-internal-hook): Add defvar. | |
| 8862 | |
| 8863 * arc-mode.el (archive-mode): Locally set file-precious-flag. | |
| 8864 | |
| 8865 * tar-mode.el (tar-mode): Locally set file-precious-flag. | |
| 8866 | |
| 8867 1998-10-16 Markus Rost <rost@delysid.gnu.org> | |
| 8868 | |
| 8869 * international/mule-cmds.el (default-input-method): Fix custom type. | |
| 8870 | |
| 8871 * net-utils.el (whois-server-list): Fix customization type. | |
| 8872 | |
| 8873 * shell.el (shell-input-autoexpand): Fix customization group. | |
| 8874 | |
| 8875 1998-10-16 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 8876 | |
| 8877 * repeat.el (repeat): Handle keyboard macros properly. | |
| 8878 Handle new prefix arg after self-insert command. | |
| 8879 | |
| 8880 * repeat.el: Don't include cl even at compile time. | |
| 8881 (repeat): Avoid using `loop'. | |
| 8882 | |
| 8883 * simple.el (shell-command-on-region): Doc fix. | |
| 8884 (next-history-element): Special error message if no default. | |
| 8885 | |
| 8886 1998-10-15 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 8887 | |
| 8888 * ps-print.el (ps-print-buffer): Doc fix. | |
| 8889 (ps-despool): Likewise. | |
| 8890 | |
| 8891 * arc-mode.el (arc-mode): Provide arc-mode. | |
| 8892 | |
| 8893 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 8894 | |
| 8895 * ps-print.el (ps-print-buffer): Doc fix. | |
| 8896 | |
| 8897 1998-10-14 Dave Love <fx@gnu.org> | |
| 8898 | |
| 8899 * ange-ftp.el (ange-ftp-read-passwd): Function deleted. | |
| 8900 (ange-ftp-set-passwd): Use read-passwd, not ange-ftp-read-passwd. | |
| 8901 (ange-ftp-get-passwd, ange-ftp-set-account): Likewise. | |
| 8902 | |
| 8903 * progmodes/fortran.el (fortran-mode-map): Change "Join | |
| 8904 Continuation Line" to "Join Line". | |
| 8905 (fortran-font-lock-keywords-1): Add "cycle", "exit". | |
| 8906 | |
| 8907 1998-10-14 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE> | |
| 8908 | |
| 8909 * progmodes/fortran.el (fortran-join-line): Use | |
| 8910 `delete-indentation' instead of issuing an error message if not on | |
| 8911 a continuation line. Provide for joining several lines using | |
| 8912 prefix arg. | |
| 8913 | |
| 8914 1998-10-14 Eli Zaretskii <eliz@mescaline.gnu.org> | |
| 8915 | |
| 8916 * term/pc-win.el (msdos-color-values): New variable. | |
| 8917 (x-color-values): New function, emulates its namesake from | |
| 8918 src/xfns.c. | |
| 8919 (msdos-bg-mode): Add all dark colors to those which return | |
| 8920 "dark". | |
| 8921 | |
| 8922 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 8923 | |
| 8924 * replace.el (keep-lines, flush-lines, how-many): | |
| 8925 Don't ignore case if arg has upper case letters. | |
| 8926 | |
| 8927 1998-10-11 Reto Zimmermann <zimmi@iis.ee.ethz.ch> | |
| 8928 | |
| 8929 * progmodes/vhdl-mode.el | |
| 8930 (vhdl-add-index-menu): Reverse order in imenu-generic-expression. | |
| 8931 (vhdl-template-assert, vhdl-block, vhdl-configuration-spec) | |
| 8932 (vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map) | |
| 8933 (vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop) | |
| 8934 (vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo). | |
| 8935 (vhdl-when): Fix indentation problem. | |
| 8936 (vhdl-outer-space): Add "_" to syntax table for expand-abbrev. | |
| 8937 (vhdl-get-port, vhdl-get-generic): Bug fix in template. | |
| 8938 (vhdl-hooked-abbrev): Bug fix in hooked abbrev. | |
| 8939 | |
| 8940 1998-10-13 Geoff Voelker <voelker@cs.washington.edu> | |
| 8941 | |
| 8942 * ls-lisp.el (ls-lisp-use-insert-directory-program): New variable. | |
| 8943 (ls-lisp-insert-directory): Renamed from insert-directory. | |
| 8944 (insert-directory): New function. | |
| 8945 | |
| 8946 1998-10-13 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 8947 | |
| 8948 * simple.el (completion-fixup-function): Variable deleted. | |
| 8949 (completion-setup-function): Delete code for completion-fixup-function. | |
| 8950 * emacs-lisp/lisp.el (lisp-complete-symbol): | |
| 8951 Don't bind completion-fixup-function. | |
| 8952 | |
| 8953 * files.el (find-file-wildcards): New option. | |
| 8954 (find-file-noselect): Handle wild cards, if enabled. | |
| 8955 (file-expand-wildcards): New function. | |
| 8956 | |
| 8957 * simple.el (set-fill-column): Doc fix. | |
| 8958 | |
| 8959 1998-10-13 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 8960 | |
| 8961 * mail/uce.el (uce-reply-to-uce): Bind case-fold-search. | |
| 8962 | |
| 8963 1998-10-13 Andreas Schwab <schwab@mescaline.gnu.org> | |
| 8964 | |
| 8965 * progmodes/hideif.el: (hide-ifdef-env, hif-outside-read-only): | |
| 8966 Move declaration before first use. | |
| 8967 (hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr, | |
| 8968 hif-math, hif-factor): Rename token to hif-token and token-list to | |
| 8969 hif-token-list. | |
| 8970 (hif-token, hif-token-list): Declare them. | |
| 8971 (hif-find-ifdef-block): Return cons of top and bottom point | |
| 8972 instead of setting dynamically bound variables. | |
| 8973 (hide-ifdef-block, show-ifdef-block): Use return value of | |
| 8974 hif-find-ifdef-block. | |
| 8975 | |
| 8976 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 8977 | |
| 8978 * subr.el (read-passwd): Use clear-this-command-keys. | |
| 8979 | |
| 8980 * telnet.el (telnet-initial-filter): Use clear-this-command-keys. | |
| 8981 | |
| 8982 * gnus/pop3.el (pop3-open-server): Bind coding-system-for-read | |
| 8983 and ...-for-write. | |
| 8984 | |
| 8985 1998-10-12 Andrew Innes <andrewi@harlequin.co.uk> | |
| 8986 | |
| 8987 * gnus/nntp.el (nntp-possibly-change-group): Allow for unexpected | |
| 8988 responses to GROUP command, since this may be called from a timer | |
| 8989 with quit inhibited. | |
| 8990 | |
| 8991 1998-10-12 Kenichi Handa <handa@etl.go.jp> | |
| 8992 | |
| 8993 * international/ccl.el (ccl-compile-if): If there's no false-cmds, | |
| 8994 set unconditional-jump to nil. | |
| 8995 (ccl-compile-read-multibyte-character): Return nil. | |
| 8996 (ccl-compile-write-multibyte-character): Likewise. | |
| 8997 (ccl-compile-translate-character): Likewise | |
| 8998 (ccl-compile-map-multiple): Likewise. | |
| 8999 (ccl-compile-map-single): Likewise. | |
| 9000 | |
| 9001 * international/kinsoku.el: Add coding tag. | |
| 9002 (kinsoku-bol): Remove superfluous TAB in a string. | |
| 9003 | |
| 9004 * international/mule-cmds.el (find-coding-systems-for-charsets): | |
| 9005 Delete `composition' (if any) from CHARSETS. | |
| 9006 | |
| 9007 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 9008 | |
| 9009 * international/mule-cmds.el (setup-specified-language-environment): | |
| 9010 Add apropos-inhibit property. | |
| 9011 (describe-specified-language-support): Likewise. | |
| 9012 | |
| 9013 1998-10-11 Kenichi HANDA <handa@etl.go.jp> | |
| 9014 | |
| 9015 * international/mule.el (make-coding-system): Create -with-esc | |
| 9016 variant coding system. | |
| 9017 | |
| 9018 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu> | |
| 9019 | |
| 9020 * progmodes/etags.el (tags-loop-revert-buffers): New variable. | |
| 9021 (next-file): Optionally offer to revert a file's buffer, | |
| 9022 if it has an existing buffer but the file has changed. | |
| 9023 | |
| 9024 * info.el (Info-insert-dir): Detect and report problems | |
| 9025 in input files, such as "No Top node". Return with point | |
| 9026 at the beginning of the text. | |
| 9027 (Info-find-node): Reinsert the code to handle files | |
| 9028 with no tags table; it was deleted by mistake. | |
| 9029 | |
| 9030 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu> | |
| 9031 | |
| 9032 * textmodes/texnfo-upd.el (texinfo-make-menu): Don't let | |
| 9033 texinfo-find-higher-level-node repeatedly find the same node. | |
| 9034 (texinfo-find-higher-level-node): Doc fix. | |
| 9035 | |
| 9036 1998-10-10 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 9037 | |
| 9038 * mail/smtpmail.el (smtpmail-send-data-1): Use encode-coding-string. | |
| 9039 (smtpmail-address-buffer): Add defvar. | |
| 9040 (smtpmail-recipient-address-list, smtpmail-read-point): Likewise. | |
| 9041 | |
| 9042 * mail/feedmail.el (feedmail-queue-runner-is-active): Definition moved. | |
| 9043 | |
| 9044 * ffap.el (ffap-machine-p-local): Fix editing error. | |
| 9045 | |
| 9046 1998-10-09 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 9047 | |
| 9048 * faces.el (frame-set-background-mode): | |
| 9049 Don't do anythung for text-only or MSDOS frame. | |
| 9050 | |
| 9051 1998-10-08 Kenichi Handa <handa@etl.go.jp> | |
| 9052 | |
| 9053 * international/quail.el (quail-defrule): New optional arg APPEND. | |
| 9054 (quail-defrule-internal): Fix bug of handling the argument APPEND. | |
| 9055 | |
| 9056 1998-10-08 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 9057 | |
| 9058 * gnus/pop3.el (pop3-open-server): | |
| 9059 Set process-coding-system-alist around open-network-stream. | |
| 9060 | |
| 9061 1998-10-07 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 9062 | |
| 9063 * files.el (save-buffer): Doc fix. | |
| 9064 | |
| 9065 1998-10-07 Karl Heuer <kwzh@gnu.org> | |
| 9066 | |
| 9067 * emacs-lisp/profile.el (profile-fix-fun): If already profiled, | |
| 9068 return DEF unchanged, not nil. Simplify. | |
| 9069 | |
| 9070 1998-10-06 Geoff Voelker <voelker@cs.washington.edu> | |
| 9071 | |
| 9072 * dos-w32.el (file-name-buffer-file-type-alist): Fix typo in regexp. | |
| 9073 | |
| 9074 1998-10-06 Peter Breton <pbreton@ne.mediaone.net> | |
| 9075 | |
| 9076 * generic.el (generic-mode-with-type): Added hooks for generic-modes. | |
| 9077 | |
| 9078 * net-utils.el (ftp, nslookup): Require comint. | |
| 9079 (network-service-connection): Likewise. | |
| 9080 (whois-server-name): Defaults to whois.arin.net | |
| 9081 (whois-server-list, whois-server-tld, whois-guess-server): New var. | |
| 9082 (whois): Tries to guess the appropriate top-level domain server. | |
| 9083 (whois-get-tld): New function. | |
| 9084 | |
| 9085 * dirtrack.el: Mentioned dirtrack-debug-toggle in the docs. | |
| 9086 (dirtrack-debug-toggle): Added this function. | |
| 9087 | |
| 9088 1998-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
| 9089 | |
| 9090 * files.el (find-file-noselect): Switch to the correct buffer | |
| 9091 before checking find-file-literally, and allow non-nil non-t | |
| 9092 rawfile params. | |
| 9093 | |
| 9094 1998-10-06 Karl Heuer <kwzh@gnu.org> | |
| 9095 | |
| 9096 * midnight.el (clean-buffer-list): Add autoload cookie. | |
| 9097 | |
| 9098 * arc-mode.el (archive-mode-revert): Arg no-auto-save renamed from | |
| 9099 no-autosave. | |
| 9100 * tar-mode.el (tar-mode-revert): Likewise. | |
| 9101 * ediff-util.el (ediff-arrange-auto-save-in-merge-jobs): Renamed | |
| 9102 from ediff-arrange-autosave-in-merge-jobs. Callers changed. | |
| 9103 * gnus/message.el (message-auto-save-directory): Renamed from | |
| 9104 message-autosave-directory. All references changed. | |
| 9105 | |
| 9106 1998-10-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us> | |
| 9107 | |
| 9108 * mail/rmail.el (rmail-retry-failure): Allow blanks in boundary | |
| 9109 string. Expose mime stuff while searching. | |
| 9110 | |
| 9111 1998-10-06 Richard Stallman <rms@gnu.org> | |
| 9112 | |
| 9113 * emacs-lisp/lisp-mode.el (eval-defun): Return the evaluation result. | |
| 9114 | |
| 9115 * replace.el (perform-replace): Position point properly | |
| 9116 before and after the recursive edit of C-r. | |
| 9117 | |
| 9118 * progmodes/etags.el (tags-reset-tags-tables): Properly | |
| 9119 find the markers in the old rings that are being discarded. | |
| 9120 | |
| 9121 1998-10-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 9122 | |
| 9123 * apropos.el (apropos-print): Control invalid characters. | |
| 9124 | |
| 9125 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X): | |
| 9126 Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid | |
| 9127 confusing customize. | |
| 9128 | |
| 9129 1998-10-06 Eli Zaretskii <eliz@mescaline.gnu.org> | |
| 9130 | |
| 9131 * generic-x.el (bat-generic-mode): Fix regexps for keywords and | |
| 9132 built-in commands. Add more built-in commands and fix face names. | |
| 9133 | |
| 9134 1998-10-05 Simon Marshall <simon@gnu.org> | |
| 9135 | |
| 9136 * menu-bar.el (menu-bar-tools-menu): Added entry for Speedbar. | |
| 9137 | |
| 9138 1998-10-04 Eric Ludlam <zappo@gnu.org> | |
| 9139 | |
| 9140 * speedbar.el (speedbar-initial-expansion-list-name): Remove | |
| 9141 customization since it is not useful in this case. | |
| 9142 (speedbar-frame-mode): Check if cfx or cfy is a list, and make | |
| 9143 sure it gets evalled to a number. Also verify that set-frame-name | |
| 9144 fn exists before calling it. | |
| 9145 | |
| 9146 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine): | |
| 9147 Protect a `forward-sexp' call which could fail, and improved regex | |
| 9148 for ie, and eg abbreviations. | |
| 9149 | |
| 9150 1998-10-02 Noah Friedman <friedman@splode.com> | |
| 9151 | |
| 9152 * rlogin.el (rlogin-send-Ctrl-C): Use process-send-string, not | |
| 9153 send-string. | |
| 9154 (rlogin-send-Ctrl-D): Here also. | |
| 9155 (rlogin-send-Ctrl-Z): Here also. | |
| 9156 (rlogin-send-Ctrl-backslash): Here also. | |
| 9157 | |
| 9158 1998-10-02 Dave Love <fx@gnu.org> | |
| 9159 | |
| 9160 * outline.el (hide-region-body): Bind | |
| 9161 outline-view-change-hook to nil while making repeated calls to | |
| 9162 outline-flag-region. Run it once at the end. | |
| 9163 (hide-other, hide-sublevels, show-children): Likewise. | |
| 9164 | |
| 9165 * info-look.el: Remove duplicate scheme-mode entry. | |
| 9166 (info-lookup-make-completions): When looking for entries, check | |
| 9167 that `item' isn't null or "Menu". | |
| 9168 | |
| 9169 1998-10-01 Karl Heuer <kwzh@gnu.org> | |
| 9170 | |
| 9171 * net-utils.el: Don't require ffap. | |
| 9172 (net-utils-machine-at-point, net-utils-url-at-point): New functions. | |
| 9173 (ping, nslookup-host, finger, network-connection-to-service): Use them. | |
| 9174 | |
| 9175 1998-09-30 Richard Stallman <rms@gnu.org> | |
| 9176 | |
| 9177 * ispell.el (check-ispell-version): No need to bind default-major-mode. | |
| 9178 | |
| 9179 * imenu.el (imenu--generic-function): Sort each submenu by position. | |
| 9180 (imenu--sort-by-position): New function. | |
| 9181 | |
| 9182 * cus-edit.el (Custom-mode-menu): Fix info node name. | |
| 9183 (customize group): Fix info node name. | |
| 9184 | |
| 9185 * mail/mailalias.el (build-mail-aliases): Don't allow | |
| 9186 a newline in the alias name. Don't define an alias | |
| 9187 if the definition would be empty. | |
| 9188 | |
| 9189 * which-func.el (which-func-mode-global): Make :set function | |
| 9190 more reliable. | |
| 9191 | |
| 9192 * custom.el (custom-set-variables): Load the requests first, | |
| 9193 then check the symbol's `set' function. | |
| 9194 | |
| 9195 * ffap.el: Doc fixes. | |
| 9196 | |
| 9197 1998-09-30 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 9198 | |
| 9199 * gnus.el: (gnus-valid-select-methods): Fix type. | |
| 9200 * gnus-sum.el (gnus-summary-respool-default-method): Fix type. | |
| 9201 * gnus-score.el (gnus-orphan-score): Fix type. | |
| 9202 (gnus-score-default-header, gnus-score-default-type): Fix type. | |
| 9203 * gnus-art.el (gnus-article-x-face-too-ugly): Fix type. | |
| 9204 (gnus-saved-headers): Fix type. | |
| 9205 | |
| 9206 * lisp/textmodes/fill.el (fill-individual-paragraphs-prefix): | |
| 9207 Avoid nil value of `two-lines-citation-part'. | |
| 9208 | |
| 9209 1998-09-30 Roman Belenov <roman@nstl.nnov.ru> | |
| 9210 | |
| 9211 * which-func.el (which-function): Handle case when | |
| 9212 (car imenu--index-alist) is nil. | |
| 9213 | |
| 9214 1998-09-29 Dave Love <fx@gnu.org> | |
| 9215 | |
| 9216 * jka-compr.el (jka-compr-compression-info-list): Remove "-c" from | |
| 9217 bzip2 args. | |
| 9218 | |
| 9219 1998-09-29 Simon Marshall <simon@gnu.org> | |
| 9220 | |
| 9221 * comint.el (comint-mode): Use make-local-hook for pre-command-hook and | |
| 9222 comint-exec-hook. | |
| 9223 | |
| 9224 1998-09-29 Stephen Eglen <stephen@gnu.org> | |
| 9225 | |
| 9226 * info-look.el: Add support for Octave. | |
| 9227 | |
| 9228 1998-09-28 Carsten Dominik <cd@delysid.gnu.org> | |
| 9229 | |
| 9230 * textmodes/reftex.el (reftex-finding-files): New customize group. | |
| 9231 (reftex-texpath-environment-variables, | |
| 9232 reftex-use-external-file-finders, reftex-external-file-finders, | |
| 9233 reftex-search-unrecursed-path-first): New options. | |
| 9234 (reftex-process-string, reftex-find-file-externally): New | |
| 9235 functions. | |
| 9236 (reftex-access-search-path): Execute shell commands to find the | |
| 9237 search path. | |
| 9238 (reftex-toggle-auto-view-crossref): When turning on, make sure | |
| 9239 `reftex-auto-view-crossref' becomes non-nil. | |
| 9240 (reftex-abbrev-regexp): Constant removed. | |
| 9241 (reftex-convert-string): Abbrev regexp calculated locally. | |
| 9242 | |
| 9243 1998-09-28 Dave Love <fx@gnu.org> | |
| 9244 | |
| 9245 * progmodes/fortran.el: Don't call regexp-opt when deriving | |
| 9246 font-lock patterns with keywords that aren't all literal. | |
| 9247 | |
| 9248 1998-09-27 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> | |
| 9249 | |
| 9250 * octave-inf.el (inferior-octave-prompt): Also match prompts of | |
| 9251 the form `octave.bin:1>' which come from using precopiled binary | |
| 9252 versions. | |
| 9253 | |
| 9254 1998-09-27 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 9255 | |
| 9256 * help.el (help-for-help): Use %THIS-KEY%. | |
| 9257 (help-quit): Add doc. | |
| 9258 | |
| 9259 * help-macro.el (make-help-screen): Keep HELP-TEXT | |
| 9260 in a separate function definition, not in the help command FNAME. | |
| 9261 Replace %THIS-KEY% with the key sequence that ran FNAME. | |
| 9262 | |
| 9263 1998-09-25 Richard Stallman <rms@gnu.org> | |
| 9264 | |
| 9265 * textmodes/texinfo.el (texinfo-show-structure): | |
| 9266 Bind inhibit-read-only. | |
| 9267 | |
| 9268 * isearch.el (isearch-search-and-update): Properly | |
| 9269 handle upper case letters in the reverse-search special case. | |
| 9270 | |
| 9271 1998-09-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 9272 | |
| 9273 * gnus.el: Extend the list of autoloaded functions. | |
| 9274 | |
| 9275 * gnus/gnus-start.el (gnus-check-first-time-used): Change current | |
| 9276 buffer before creating help group. (from Gnus v5.6.43, fix by | |
| 9277 1998-08-20 Per Starback <starback@update.uu.se>) | |
| 9278 | |
| 9279 * gnus-util.el (gnus-output-to-rmail): Adjust to | |
| 9280 `rmail-output-to-rmail-file'. | |
| 9281 | |
| 9282 1998-09-25 Karl Heuer <kwzh@gnu.org> | |
| 9283 | |
| 9284 * hexl.el (hexl-mode-map): More of previous change. | |
| 9285 | |
| 9286 * textmodes/tex-mode.el (tex-run-command): Doc fix. | |
| 9287 (tex-start-tex): Don't use tex-start-options-string in star case. | |
| 9288 Quote file name in star case as well as in non-star. | |
| 9289 Add blank and quoting of option string here. | |
| 9290 (tex-start-options-string): Not here. | |
| 9291 | |
| 9292 1998-09-23 Karl Heuer <kwzh@gnu.org> | |
| 9293 | |
| 9294 * term.el (term-delimiter-argument-list): Doc fix. | |
| 9295 (term-emulate-terminal): Escape literal semicolon. | |
| 9296 * progmodes/asm-mode.el (asm-mode): Doc fix. | |
| 9297 (asm-comment-char): Escape literal semicolon. | |
| 9298 * emulation/viper-cmd.el (viper-movement-commands): Likewise. | |
| 9299 | |
| 9300 1998-09-23 Richard Stallman <rms@gnu.org> | |
| 9301 | |
| 9302 * hexl.el (hexl-mode-map): Don't override all ESC bindings, | |
| 9303 only those that normally modify the buffer. | |
| 9304 | |
| 9305 * dabbrev.el (dabbrev--find-expansion): Don't scan the current buffer | |
| 9306 over again. | |
| 9307 | |
| 9308 1998-09-23 E. Jay Berkenbilt <ejb@ql.org> | |
| 9309 | |
| 9310 * ispell.el (check-ispell-version): Ensure same buffer is current | |
| 9311 when let-binding of case-fold-search ends. | |
| 9312 | |
| 9313 1998-09-23 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
| 9314 | |
| 9315 * ps-print.el: Skip invisible overlay. | |
| 9316 Test for set-buffer-multibyte rather than using mule-version. | |
| 9317 (ps-print-version): New version number (4.1) and doc fix. | |
| 9318 (ps-generate-postscript-with-faces): Skip invisible overlay. | |
| 9319 | |
| 9320 1998-09-23 Fritz Knabe <knabe@cs.virginia.edu> | |
| 9321 | |
| 9322 * mail/mh-mime.el (mh-mhn-compose-insertion): Use quotes. | |
| 9323 | |
| 9324 1998-09-22 Kenichi Handa <handa@etl.go.jp> | |
| 9325 | |
| 9326 * international/quail.el (quail-update-guidance): Check for the | |
| 9327 return value of (quail-guidance) fixed. | |
| 9328 (quail-update-translation): Bind quail-current-str locally when it | |
| 9329 calls quail-update-guidance. | |
| 9330 (quail-update-translation): If input-method-exit-on-first-char is | |
| 9331 non-nil, terminate translation only when the current input method | |
| 9332 is simple. | |
| 9333 | |
| 9334 1998-09-22 Paul Eggert <eggert@twinsun.com> | |
| 9335 | |
| 9336 * startup.el (locale-translation-file-name): Prefer X-related names | |
| 9337 to the name used by GNU/Linux sans X. Set to nil if no file found. | |
| 9338 (command-line): Use locale-translation-file-name if it is not nil, | |
| 9339 instead of testing for its existence again. | |
| 9340 regexp-quote the ctype before using it in a regexp. | |
| 9341 Allow a colon to appear after the ctype in the aliases file, | |
| 9342 as is done in X11R6.4. | |
| 9343 | |
| 9344 1998-09-21 Richard Stallman <rms@gnu.org> | |
| 9345 | |
| 9346 * mail/rmail.el (rmail-resend): Work properly if invoked from summary. | |
| 9347 | |
| 9348 * calendar/appt.el (appt-interval): Variable deleted. | |
| 9349 (appt-check): For minutes in between appt-display-interval times, | |
| 9350 do check, but don't display anything except an updated mode line. | |
| 9351 Count against appt-display-interval based on minutes since | |
| 9352 first display of this appointment, not based on time of day. | |
| 9353 If appt-display-mode-line, force mode line redisplay | |
| 9354 whenever appt-mode-string has changed. | |
| 9355 (appt-add, appt-delete): Add autoload cookies. | |
| 9356 (appt-check): Catch errors from calling `diary'. | |
| 9357 (appt-max-time): Renamed from max-time. | |
| 9358 (appt-now-displayed, appt-display-count): New variables. | |
| 9359 (appt-timer): Don't create one if we already have one. | |
| 9360 | |
| 9361 * textmodes/tex-mode.el (tex-compilation-parse-errors): | |
| 9362 More general code to use the source buffer instead of the zap file. | |
| 9363 | |
| 9364 * hilit-chg.el (highlight-compare-with-file): Renamed from | |
| 9365 compare-with-file. | |
| 9366 | |
| 9367 * loadhist.el (load-history-loaded): New variable. | |
| 9368 (symbol-file): Load etc/fns-VERSION.el if that has not been done. | |
| 9369 | |
| 9370 * loadup.el: Write load-history into etc/fns-VERSION.el, then clear it. | |
| 9371 | |
| 9372 * emacs-lisp/find-func.el (find-function-search-for-symbol): | |
| 9373 Fix error messages. | |
| 9374 | |
| 9375 1998-09-21 Markus Armbruster <armbru@pond.sub.org> | |
| 9376 | |
| 9377 * avoid.el (mouse-avoidance-banish-hook): Don't move unless in an | |
| 9378 Emacs frame. | |
| 9379 | |
| 9380 1998-09-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 9381 | |
| 9382 * mail/rmail.el (rmail-decode-babyl-format): Recognize both | |
| 9383 `undecided' and `undecided-unix'. | |
| 9384 | |
| 9385 1998-09-21 Dave Love <fx@gnu.org> | |
| 9386 | |
| 9387 * help.el (help-make-xrefs): Fix typo affecting Info references. | |
| 9388 | |
| 9389 * subr.el (remove-hook): Check list values to avoid errors. | |
| 9390 | |
| 9391 1998-09-18 Noah Friedman <friedman@splode.com> | |
| 9392 | |
| 9393 * emacs-lisp/eldoc.el (eldoc-message): Check for 1-arg case, and | |
| 9394 store string in eldoc-last-message without consing a new string. | |
| 9395 Rearrange logic from nested if's into cond's. | |
| 9396 (eldoc-print-fnsym-args): Renamed to eldoc-get-fnsym-args-string. | |
| 9397 Do not print message; just return string. | |
| 9398 (eldoc-get-var-docstring): Renamed from eldoc-print-var-docstring. | |
| 9399 Do not print message; just return string. | |
| 9400 Cache that string in eldoc-last-data. | |
| 9401 (eldoc-last-data): Make into a vector. | |
| 9402 (eldoc-get-fnsym-args-string): Use new data form of structure. | |
| 9403 (eldoc-get-var-docstring): Here also. | |
| 9404 (eldoc-last-data-store): New function. | |
| 9405 (eldoc-get-fnsym-args-string): Use it. | |
| 9406 (eldoc-get-var-docstring): Here also. | |
| 9407 (eldoc-docstring-first-line): Minimize interim string consing. | |
| 9408 Call substitute-command-keys on the result. | |
| 9409 (eldoc-print-var-docstrings, eldoc-print-docstring, | |
| 9410 eldoc-docstring-message): Functions removed. | |
| 9411 (eldoc-docstring-format-sym-doc): New function, functionality | |
| 9412 ripped out of eldoc-docstring-message. | |
| 9413 (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it. | |
| 9414 | |
| 9415 1998-09-18 Kenichi Handa <handa@etl.go.jp> | |
| 9416 | |
| 9417 * international/mule.el (make-coding-system): Doc-string modified. | |
| 9418 | |
| 9419 1998-09-18 Andreas Schwab <schwab@delysid.gnu.org> | |
| 9420 | |
| 9421 * progmodes/vhdl-mode.el (vhdl-header-file): Fix customize type. | |
| 9422 | |
| 9423 * progmodes/cpp.el (cpp-face-light-list, cpp-face-dark-list): Fix | |
| 9424 customize type. | |
| 9425 | |
| 9426 * progmodes/cperl-mode.el (cperl-lazy-help-time): Fix customize | |
| 9427 type. | |
| 9428 | |
| 9429 * progmodes/compile.el (compilation-error-screen-columns): New | |
| 9430 variable. | |
| 9431 (compilation-next-error-locus): Use it to decide whether to use | |
| 9432 forward-char or move-to-column. | |
| 9433 | |
| 9434 * mail/rmail.el (rmail-movemail-program): Fix customize type. | |
| 9435 | |
| 9436 * mail/feedmail.el (feedmail-x-mailer-line-user-appendage, | |
| 9437 feedmail-fiddle-plex-user-list, | |
| 9438 feedmail-spray-address-fiddle-plex-list, | |
| 9439 feedmail-prompt-before-queue-user-alist, | |
| 9440 feedmail-prompt-before-queue-help-supplement, | |
| 9441 feedmail-queue-reminder-alist, feedmail-queue-default-file-slug, | |
| 9442 feedmail-queue-alternative-mail-header-separator): Fix customize | |
| 9443 type. | |
| 9444 | |
| 9445 * startup.el (site-run-file): Fix customize type. | |
| 9446 | |
| 9447 * speedbar.el (speedbar-initial-expansion-list-name): Fix | |
| 9448 customize type. | |
| 9449 | |
| 9450 * shell.el (shell-input-autoexpand): Fix customize type. | |
| 9451 | |
| 9452 * ps-print.el (ps-font-info-database): Add missing dots in value. | |
| 9453 Improve layout of customize type. | |
| 9454 | |
| 9455 * net-utils.el (traceroute-program-options, ping-program-options, | |
| 9456 ipconfig-program-options, netstat-program-options, | |
| 9457 arp-program-options, route-program-options, | |
| 9458 nslookup-program-options, ftp-program-options): Fix customize | |
| 9459 type. | |
| 9460 | |
| 9461 * midnight.el (clean-buffer-list-kill-regexps, | |
| 9462 clean-buffer-list-kill-buffer-names, | |
| 9463 clean-buffer-list-kill-never-buffer-names, | |
| 9464 clean-buffer-list-kill-never-regexps): Fix customize type. | |
| 9465 | |
| 9466 * man.el (Man-init-defvars): Avoid trailing nil on | |
| 9467 Man-filter-list. | |
| 9468 | |
| 9469 * lpr.el (printer-name): Fix customize type. | |
| 9470 | |
| 9471 1998-09-16 Kenichi Handa <handa@etl.go.jp> | |
| 9472 | |
| 9473 * international/mule-cmds.el (reset-language-environment): Call | |
| 9474 update-coding-systems-internal. | |
| 9475 | |
| 9476 * international/mule-conf.el: Call update-coding-systems-internal | |
| 9477 at the tail. | |
| 9478 | |
| 9479 1998-09-14 Dave Love <fx@gnu.org> | |
| 9480 | |
| 9481 * vc-hooks.el (vc-menu-map): Change the vc-directory label. Don't | |
| 9482 use the menu-enable properties, pending doing it correctly and | |
| 9483 acceptably fast. | |
| 9484 | |
| 9485 * map-ynp.el (map-y-or-n-p): Mention RET, `q' in the help text. | |
| 9486 | |
| 9487 1998-09-13 Dave Love <d.love@dl.ac.uk> | |
| 9488 | |
| 9489 * progmodes/hideshow.el (hs-grok-mode-type): Check | |
| 9490 comment-{start,end} non-nil as well as bound. Report an error if | |
| 9491 we can't grok the mode. | |
| 9492 | |
| 9493 1998-09-13 Richard Stallman <rms@gnu.org> | |
| 9494 | |
| 9495 * simple.el (blink-matching-open): Don't log paren matching | |
| 9496 messages in *Messages*. | |
| 9497 | |
| 9498 1998-09-12 Richard Stallman <rms@gnu.org> | |
| 9499 | |
| 9500 * scroll-bar.el (scroll-bar-scroll-down, scroll-bar-scroll-up): | |
| 9501 Set point-before-scroll at end even if there was an error. | |
| 9502 | |
| 9503 * ange-ftp.el (ange-ftp-insert-file-contents): | |
| 9504 Use binary mode for dumb-unix hosts as for unix hosts. | |
| 9505 (ange-ftp-copy-file-internal): Likewise. | |
| 9506 | |
| 9507 * textmodes/paragraphs.el (use-hard-newlines): Doc fix. | |
| 9508 | |
| 9509 * emacs-lisp/pp.el: Doc fixes. | |
| 9510 | |
| 9511 * wid-edit.el (widget-menu-max-shortcuts): New variable. | |
| 9512 (widget-choose): Don't use single-char shortcuts if # items | |
| 9513 exceeds that many. Use minibuffer instead. | |
| 9514 | |
| 9515 1998-09-12 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
| 9516 | |
| 9517 * calendar/diary-lib.el (mark-sexp-diary-entries): Fix previous chg. | |
| 9518 | |
| 9519 1998-09-12 Eric Ludlam <zappo@mescaline.gnu.org> | |
| 9520 | |
| 9521 * speedbar.el (speedbar-frame-mode): Do not set frame position if | |
| 9522 in terminal mode. | |
| 9523 | |
| 9524 1998-09-10 Noah Friedman <friedman@splode.com> | |
| 9525 | |
| 9526 * rsz-mini.el (resize-minibuffer-mode): Remove :version field from | |
| 9527 defcustom declaration. It's wreaking too much havoc with XEmacs | |
| 9528 and older versions of Emacs, which share this code. | |
| 9529 | |
| 9530 * type-break.el (type-break-mode): Here also. | |
| 9531 | |
| 9532 * rlogin.el (rlogin): If using make-local-hook, pass the 4th arg | |
| 9533 `t' to add-hook also to modify the new local value. | |
| 9534 | |
| 9535 1998-09-10 Dave Love <fx@gnu.org> | |
| 9536 | |
| 9537 * vc.el (vc-insert-headers): Doc fix. | |
| 9538 | |
| 9539 1998-09-10 Richard Stallman <rms@gnu.org> | |
| 9540 | |
| 9541 * textmodes/flyspell.el (flyspell-mode-on): Make the | |
| 9542 ispell-... variables permanent locals. | |
| 9543 (flyspell-mode-off): Add autoload cookie. | |
| 9544 | |
| 9545 * ange-ftp.el (ange-ftp-write-region): For `dumb-unix' host, | |
| 9546 do use binary mode, just as for `unix'. | |
| 9547 (ange-ftp-host-type): If HOST is nil, return `unix'. | |
| 9548 | |
| 9549 * dired.el (dired-mark-files-containing-regexp): | |
| 9550 Don't scan directories. Ignore non-readable files. | |
| 9551 | |
| 9552 * progmodes/compile.el (compilation-error-regexp-alist): | |
| 9553 Fix previous change: allow . and _ in command name. | |
| 9554 | |
| 9555 * dired.el (dired-mark-files-containing-regexp): Fix previous change. | |
| 9556 | |
| 9557 * uncompress.el (uncompress-while-visiting): | |
| 9558 Use just the car of what find-operation-coding-system returns. | |
| 9559 | |
| 9560 * textmodes/tex-mode.el (tex-start-tex): Call comint-quote-filename. | |
| 9561 | |
| 9562 * shell.el (shell-file-name-quote-list): Add # to the value. | |
| 9563 | |
| 9564 1998-09-10 E. Jay Berkenbilt <ejb@ql.org> | |
| 9565 | |
| 9566 * textmodes/flyspell.el (flyspell-mode-on): Fix kill-buffer-hook | |
| 9567 to make killing of ispell process work even if | |
| 9568 kill-all-local-variables has been run. | |
| 9569 | |
| 9570 1998-09-10 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
| 9571 | |
| 9572 * calendar/diary-lib.el (mark-sexp-diary-entries): Avoid infinite | |
| 9573 loop when sexp entry ends at end of file with no newline. | |
| 9574 | |
| 9575 1998-09-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 9576 | |
| 9577 * cus-edit.el (Custom-save, Custom-reset-current, Custom-reset-saved) | |
| 9578 (Custom-reset-standard): Fix menu inconsistency. | |
| 9579 | |
| 9580 * mail/feedmail.el (feedmail-from-line): Allow t. | |
| 9581 (feedmail-message-id-suffix): Allow nil. | |
| 9582 | |
| 9583 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): | |
| 9584 Simplify. Make prefix arg work right. | |
| 9585 | |
| 9586 1998-09-09 Dave Love <fx@gnu.org> | |
| 9587 | |
| 9588 * textmodes/paragraphs.el (use-hard-newlines): Doc fix. | |
| 9589 | |
| 9590 * help.el (help-xref-interned): Bind inhibit-read-only when inserting. | |
| 9591 | |
| 9592 1998-09-08 Dave Love <fx@gnu.org> | |
| 9593 | |
| 9594 * add-log.el (change-log-font-lock-keywords): Do parenthesized | |
| 9595 stuff only after file names or at start of line. Allow parens | |
| 9596 around e-mail, as well as angles. | |
| 9597 | |
| 9598 * gnus/nnweb.el (require): Wrap requirement of w3 and url in | |
| 9599 ignore-errors too, eval'd when compile. Require w3 stuff at load | |
| 9600 time for nicer failure if it's not available. | |
| 9601 | |
| 9602 1998-09-07 Geoff Voelker <voelker@cs.washington.edu> | |
| 9603 | |
| 9604 * comint.el (comint-arguments): Ignore backslashes when using | |
| 9605 w32 shells that expect backslashes as the directory separator. | |
| 9606 | |
| 9607 1998-09-04 Kenichi Handa <handa@etl.go.jp> | |
| 9608 | |
| 9609 * international/fontset.el (resolved-ascii-font): New variable. | |
| 9610 (x-complement-fontset-spec): By side effect, set | |
| 9611 `resolved-ascii-font' to the resolved name of ASCII font." | |
| 9612 (create-fontset-from-fontset-spec): Don't get a value for | |
| 9613 resolved-ascii-font from the list full-fontlist. It is set by | |
| 9614 x-complement-fontset-spec now. | |
| 9615 | |
| 9616 * ps-print.el: To make it work also on Emacs 20.2 and the earlier | |
| 9617 version, check the value of mule-version. | |
| 9618 | |
| 9619 1998-09-07 Carsten Dominik <cd@delysid.gnu.org> | |
| 9620 | |
| 9621 * textmodes/reftex.el (reftex-view-crossref): Split up into | |
| 9622 several functions. No longer moves to find a macro. | |
|
38004
884699e53760
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37627
diff
changeset
|
9623 (reftex-view-cr-cite, reftex-view-cr-ref, reftex-end-of-bib-entry): |
|
884699e53760
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37627
diff
changeset
|
9624 New functions. |
| 30729 | 9625 (reftex-auto-view-crossref): New value `window' allowed. |
| 9626 (reftex-view-crossref-when-idle): Process new `window' option in | |
| 9627 (reftex-translate-to-ascii-function): New default. | |
| 9628 (reftex-label-illegal-re): Default changed, removed Latin1. | |
| 9629 (reftex-latin1-to-ascii): New function. | |
| 9630 (reftex-what-environment): Check for section regexp before use. | |
| 9631 (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with | |
| 9632 absolute path names. | |
| 9633 (reftex-TeX-master-file): Changed sequence of file checks. | |
|
38004
884699e53760
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37627
diff
changeset
|
9634 (reftex-do-citation): Bibview cache only with RefTeX mode on. |
| 30729 | 9635 |
| 9636 1998-09-06 Richard Stallman <rms@gnu.org> | |
| 9637 | |
| 9638 * progmodes/compile.el (compilation-error-regexp-alist): | |
| 9639 In first pattern (GNU utilities and other things), | |
| 9640 allow a space after the optional program name at the beginning. | |
| 9641 | |
| 9642 * mail/mail-hist.el (mail-hist-current-header-contents): | |
| 9643 Fix previous change: use mail-header-end. | |
| 9644 | |
| 9645 1998-09-06 Bill Richter <richter@math.nwu.edu> | |
| 9646 | |
| 9647 * international/ccl.el: Doc fixes. | |
| 9648 * international/encoded-kb.el: Doc fixes. | |
| 9649 * international/fontset.el: Doc fixes. | |
| 9650 * international/kinsoku.el: Doc fixes. | |
| 9651 * international/kkc.el: Doc fixes. | |
| 9652 * international/mule-cmds.el: Doc fixes. | |
| 9653 * international/mule-conf.el: Doc fixes. | |
| 9654 * international/mule-util.el: Doc fixes. | |
| 9655 * international/mule.el: Doc fixes. | |
| 9656 | |
| 9657 1998-09-05 Eric Ludlam <zappo@gnu.org> | |
| 9658 | |
| 9659 * emacs-lisp/checkdoc.el: (checkdoc-buffer-label): New function. | |
| 9660 (checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'. | |
| 9661 (checkdoc-this-string-valid-engine): Permit ? as terminating | |
| 9662 punctuation for first line sentence breaking. | |
| 9663 (checkdoc-this-string-valid): When converting a comment into a doc | |
| 9664 string, make sure " chars are \". | |
| 9665 (checkdoc-sentencespace-region-engine): Only do double space check | |
| 9666 if based on the variable `sentence-end-double-space' | |
| 9667 (checkdoc-this-string-valid-engine): ? ends valid sentence. | |
| 9668 (checkdoc-proper-noun-region-engine): Exclude items in URLs | |
| 9669 | |
| 9670 1998-09-04 Richard Stallman <rms@gnu.org> | |
| 9671 | |
| 9672 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): | |
| 9673 Recognize define-skeleton as a function definer. | |
| 9674 | |
| 9675 * cus-edit.el (customize-option): Refuse to customize | |
| 9676 a variable that has no defcustom. But if variable is autoloaded, | |
| 9677 first try to load the library that defines it. | |
| 9678 | |
| 9679 * international/iso-insert.el: Use `string' before calling `insert' | |
| 9680 so that in multibyte buffers we insert multibyte chars. | |
| 9681 | |
| 9682 * dired.el (dired-mark-files-containing-regexp): | |
| 9683 Don't use find-file; instead, insert the file in a temp buffer. | |
| 9684 | |
| 9685 * textmodes/tex-mode.el (tex-start-options-string): New option. | |
| 9686 (tex-start-tex): Use that variable. | |
| 9687 | |
| 9688 * mail/rmail.el (rmail-primary-inbox-list): Make the initial | |
| 9689 value in the `repeat' alternative a list. | |
| 9690 | |
| 9691 * textmodes/fill.el (fill-individual-paragraphs): Before deleting | |
| 9692 the inserted newline, verify that one was really inserted. | |
| 9693 | |
| 9694 * textmodes/flyspell.el (flyspell-mode): Do nothing if mode | |
| 9695 remains on or remains off. | |
| 9696 (flyspell-multi-language-p): Default changed to nil. | |
| 9697 | |
| 9698 * progmodes/ada-mode.el (ada-search-ignore-string-comment): | |
| 9699 In "found in comment" case, don't beginning-of-line after forward-line. | |
| 9700 | |
| 9701 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): | |
| 9702 If the function definition is not a lambda, return original FORM | |
| 9703 with no error. | |
| 9704 | |
| 9705 1998-09-04 Peter Breton <pbreton@ne.mediaone.net> | |
| 9706 | |
| 9707 * net-utils.el (netstat-program-options): Changed from nil to "-a" | |
| 9708 so that by default netstat shows all network connections. | |
| 9709 | |
| 9710 1998-09-04 Bob Weiner <weiner@altrasoft.com> | |
| 9711 | |
| 9712 * international/quail.el: Doc fixes. | |
| 9713 | |
| 9714 * info.el (info): Don't add parens if FILE already has them. | |
| 9715 | |
| 9716 1998-09-04 Geoff Voelker <voelker@cs.washington.edu> | |
| 9717 | |
| 9718 * mail/smtpmail.el (smtpmail-via-smtp): Parse out the first word | |
| 9719 on extension lines. | |
| 9720 | |
| 9721 1998-09-03 Geoff Voelker <voelker@cs.washington.edu> | |
| 9722 | |
| 9723 * w32-fns.el (w32-shell-dos-semantics): New function. | |
| 9724 | |
| 9725 1998-09-03 Bill Richter <richter@brouwer.math.nwu.edu> | |
| 9726 | |
| 9727 * international/quail.el (quail-choose-completion-string): Store | |
| 9728 completion `choice' in `quail-current-str'; don't insert it. | |
| 9729 | |
| 9730 1998-09-02 Kenichi Handa <handa@etl.go.jp> | |
| 9731 | |
| 9732 * bdf.el (bdf-generate-font): New argument CHARSET. Give WIDTH | |
| 9733 argument to ps-mule-generate-bitmap-font. | |
| 9734 | |
| 9735 * ps-print.el (ps-mule-font-info-database-bdf): The include ASCII | |
| 9736 entry and change Latin-1 entry in the default value. | |
| 9737 (ps-mule-font-info-database-ps-bdf): New variable. | |
| 9738 (ccl-encode-ethio-unicode): Bug of CCL code fixed. | |
| 9739 (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function | |
| 9740 registerd in FONT-SPEC. | |
| 9741 (ps-mule-bitmap-prologue): Fix PostScript code to realize correct | |
| 9742 charcter width of bitmap fonts. | |
| 9743 (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript | |
| 9744 procedure NF. | |
| 9745 (ps-begin-file): Output PostScript code for setting | |
| 9746 SpaceWidthRatio. | |
| 9747 (ps-plot-region): Use line-beginning-position to get a position of | |
| 9748 the beginning of the current line. | |
| 9749 | |
| 9750 * international/mule-cmds.el (register-input-method): Doc-string | |
| 9751 modified. | |
| 9752 | |
| 9753 1998-09-01 Dave Love <fx@gnu.org> | |
| 9754 | |
| 9755 * international/mule-cmds.el (current-language-environment): Fix | |
| 9756 setter function. | |
| 9757 | |
| 9758 1998-09-01 Simon Marshall <simon@gnu.org> | |
| 9759 | |
| 9760 * font-lock.el (tex-font-lock-keywords-2): Fontify \nocite like \cite. | |
| 9761 (lisp-font-lock-keywords-2): Fontify abort, assert, etc., separately. | |
| 9762 ({c,c++,objc,java}-font-lock-keywords-{2,3}): Fontify only type/class | |
| 9763 names with font-lock-type-face. Fontify type specs, etc., with | |
| 9764 font-lock-keyword-face. | |
| 9765 | |
| 9766 1998-08-31 Kenichi Handa <handa@etl.go.jp> | |
| 9767 | |
| 9768 * international/fontset.el (x-complement-fontset-spec): If ASCII | |
| 9769 font is specified in FONTLIST, don't substitute it for the | |
| 9770 resolved name. | |
| 9771 | |
| 9772 1998-08-31 Paul Eggert <eggert@twinsun.com> | |
| 9773 | |
| 9774 * international/mule.el (charset-description): Doc fix. | |
| 9775 | |
| 9776 * language/chinese.el, language/cyrillic.el, language/czech.el, | |
| 9777 language/devanagari.el, language/ethiopic.el, | |
| 9778 language/european.el, language/hebrew.el, language/indian.el, | |
| 9779 language/japanese.el, language/korean.el, language/lao.el, | |
| 9780 language/slovak.el, language/thai.el, language/tibetan.el, | |
| 9781 language/vietnamese.el: | |
| 9782 Add coding: local variable, to avoid bootstrapping problem | |
| 9783 if you need to recompile all the Lisp files using interpreted code. | |
| 9784 | |
| 9785 1998-08-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
| 9786 | |
| 9787 * cal-china.el (chinese-year-cache): Change range of years from | |
| 9788 1989-2000 to 1990-2010. | |
| 9789 | |
| 9790 1998-08-29 Dave Love <d.love@dl.ac.uk> | |
| 9791 | |
| 9792 * mail/smtpmail.el (smtpmail-send-it): Add autoload cookie. | |
| 9793 (smtpmail-via-smtp): Check that smtpmail-smtp-server is defined. | |
| 9794 | |
| 9795 1998-08-28 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
| 9796 | |
| 9797 * ps-print.el (ps-print-control-characters): Doc-string modified. | |
| 9798 (ps-output-string-prim): Comment format changed. | |
| 9799 (ps-do-despool): Indentation of source code changed. | |
| 9800 | |
| 9801 1998-08-28 Kenichi Handa <handa@etl.go.jp> | |
| 9802 | |
| 9803 * subr.el (sref): Make it an alias of aref. Make the | |
| 9804 byte-compiler warn that it is obsolete. | |
| 9805 (char-bytes): Make the byte-compiler warn that it is obsolete. | |
| 9806 | |
| 9807 * emacs-lisp/bytecomp.el (byte-compile-output-as-comment): | |
| 9808 Calculate the total bytes using position-bytes instead of | |
| 9809 char-bytes. | |
| 9810 | |
| 9811 1998-08-27 Karl Heuer <kwzh@gnu.org> | |
| 9812 | |
| 9813 * snmp-mode.el: New file. | |
| 9814 * files.el (auto-mode-alist): Add snmp-mode patterns. | |
| 9815 | |
| 9816 1998-08-27 Karl Eichwalder <ke@suse.de> | |
| 9817 | |
| 9818 * dired-aux.el (dired-compress-file-suffixes): Add `bz2'. | |
| 9819 | |
| 9820 1998-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
| 9821 | |
| 9822 * calendar/diary-lib.el (diary-block): Doc fix.. | |
| 9823 * calendar/calendar.el (diary-list-include-blanks): Doc fix.. | |
| 9824 | |
| 9825 1998-08-27 Richard Stallman <rms@gnu.org> | |
| 9826 | |
| 9827 * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp. | |
| 9828 * calendar/appt.el (appt-check): Start the appt-mode-string w/ space. | |
| 9829 Clear appt-mode-string if we don't put something in it. | |
| 9830 | |
| 9831 1998-08-27 Dave Love <fx@gnu.org> | |
| 9832 | |
| 9833 * ange-ftp.el (ange-ftp-allow-child-lookup): Reinstate checking | |
| 9834 dired-local-variables-file for dired-x. | |
| 9835 | |
| 9836 * emacs-lisp/find-func.el (find-function-search-for-symbol): Look | |
| 9837 for compressed library files too. | |
| 9838 | |
| 9839 1998-08-26 Kenichi Handa <handa@etl.go.jp> | |
| 9840 | |
| 9841 * language/european.el ("Latin-1"): Modify `documentation' key value. | |
| 9842 ("Latin-2"): Likewise. | |
| 9843 | |
| 9844 1998-08-26 Karl Heuer <kwzh@gnu.org> | |
| 9845 | |
| 9846 * dired-x.el (dired-guess-shell-alist-default): Fix regexp. | |
| 9847 | |
| 9848 1998-08-26 Albert L. Ting <alt@artisan.com> | |
| 9849 | |
| 9850 * mail/mail-hist.el (mail-hist-current-header-name): Fix test. | |
| 9851 (mail-hist-current-header-contents): Use mail-text-start. | |
| 9852 | |
| 9853 1998-08-26 Richard Stallman <rms@gnu.org> | |
| 9854 | |
| 9855 * cus-edit.el (customize-version-lessp): Handle a number as VERSION2. | |
| 9856 (customize-changed-options-previous-release): New variable. | |
| 9857 (customize-changed-options): Use that variable as default arg. | |
| 9858 | |
| 9859 1998-08-26 Karl Eichwalder <ke@suse.de> | |
| 9860 | |
| 9861 * midnight.el: Require `timer' not only when compiling. | |
| 9862 | |
| 9863 1998-08-26 Per Starback <starback@update.uu.se> | |
| 9864 | |
| 9865 * gnus/gnus-start.el (gnus-check-first-time-used): Change current | |
| 9866 buffer before creating help group. | |
| 9867 | |
| 9868 1998-08-26 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
| 9869 | |
| 9870 * gnus/gnus-start.el (gnus-save-newsrc-file): Bind | |
| 9871 coding-system-for-write before saving. | |
| 9872 | |
|
49597
e88404e8f2cf
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49505
diff
changeset
|
9873 1998-08-26 Kevin Rodgers <kevinr@ihs.com> |
| 30729 | 9874 |
| 9875 * isearch.el (isearch-forward): Doc fix. | |
| 9876 | |
| 9877 1998-08-26 Andreas Schwab <schwab@delysid.gnu.org> | |
| 9878 | |
| 9879 * emacs-lisp/find-func.el: Fix :version tags to have a string | |
| 9880 value, not a float. | |
| 9881 | |
| 9882 * cus-dep.el: Fix typo in output. | |
| 9883 | |
| 9884 1998-08-25 Dave Love <fx@gnu.org> | |
| 9885 | |
| 9886 * repeat.el (repeat): Doc fix. | |
| 9887 [From rms:] | |
| 9888 (repeat-previous-repeated-command): New variable. | |
| 9889 (repeat): Check for real-last-command being null or repeat. Set | |
| 9890 repeat-previous-repeated-command. | |
| 9891 | |
| 9892 * browse-url.el (browse-url-netscape): Fix format for hex escapes. | |
| 9893 | |
| 9894 1998-08-25 Kenichi Handa <handa@etl.go.jp> | |
| 9895 | |
| 9896 * gnus/message.el (message-send-mail-with-sendmail): Bind | |
| 9897 coding-system-for-write by the return value of | |
| 9898 select-message-coding-system. | |
| 9899 (message-send-mail-with-qmail): Likewise. | |
| 9900 | |
| 9901 1998-08-24 Andreas Schwab <schwab@delysid.gnu.org> | |
| 9902 | |
| 9903 * emacs-lisp/autoload.el: Fix doc-string-elt property on | |
| 9904 define-derived-mode. | |
| 9905 | |
| 9906 * files.el (file-name-invalid-regexp): | |
| 9907 Fix regex for ms-dos without long file names. | |
| 9908 | |
| 9909 1998-08-24 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
| 9910 | |
| 9911 * ps-print.el: Multi-byte buffer handling. | |
| 9912 (ps-print-version): New version number (4.0) and doc fix. | |
|
38004
884699e53760
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37627
diff
changeset
|
9913 (ps-color-device, ps-face-bold-p, ps-face-italic-p): |
|
884699e53760
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37627
diff
changeset
|
9914 Conditional compilation for GNU Emacs and emacsens. |
|
884699e53760
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37627
diff
changeset
|
9915 (ps-generate-postscript-with-faces): Force invisible text to be visible. |
| 30729 | 9916 (dos-ps-printer): New var to avoid compilation gripes. |
| 9917 | |
| 9918 1998-08-24 Kenichi Handa <handa@etl.go.jp> | |
| 9919 | |
| 9920 * ps-print.el (ps-mule-plot-string): Pay attention to the case | |
| 9921 that no more characters can't be printed in the current line. | |
| 9922 | |
| 9923 1998-08-24 Kenichi Handa <handa@etl.go.jp> | |
| 9924 | |
| 9925 * ps-print.el (ps-mule-find-wrappoint): ENDPOS should not be | |
| 9926 greater than TO. | |
| 9927 | |
| 9928 1998-08-24 Kenichi Handa <handa@etl.go.jp> | |
| 9929 | |
| 9930 * ps-print.el: Add codes to make ps-print.el work also on Emacs | |
| 9931 20.2 and the earlier version. | |
| 9932 (ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2. | |
| 9933 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise. | |
| 9934 (ps-mule-find-wrappoint): Likewise. | |
|
38004
884699e53760
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37627
diff
changeset
|
9935 (ps-mule-generate-font): Change `X' to `x' in format control-string. |
| 30729 | 9936 (ps-generate): Call ps-mule-begin before calling ps-begin-job. |
| 9937 (ps-mule-cmpchar-prologue): Delete unnecessary `gsave' and | |
| 9938 `restore' form procedures `BC' and `EC'. | |
| 9939 | |
| 9940 1998-08-24 Kenichi Handa <handa@etl.go.jp> | |
| 9941 | |
| 9942 * ps-print.el (ps-print-prologue-1): Handle the case that FontBBox | |
| 9943 is an executable procedure. Make LineThickness, Xshadow, and | |
| 9944 Yshadow relative to FontHeight. Set SpaceWidth in BeginDoc. | |
|
38004
884699e53760
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37627
diff
changeset
|
9945 (ps-mule-font-info-database, ps-mule-font-info-database-ps) |
|
884699e53760
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37627
diff
changeset
|
9946 (ps-mule-font-info-database-bdf): New vars. |
| 30729 | 9947 (ps-mule-encode-7bit, ps-mule-encode-8bit): New funs. |
| 9948 (ccl-encode-ethio-unicode): New CCL program. | |
| 9949 (ps-mule-encode-ethiopic): New fun. | |
| 9950 (ps-mule-current-charset): New var. | |
|
38004
884699e53760
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37627
diff
changeset
|
9951 (ps-mule-get-font-spec, ps-mule-font-spec-src) |
|
884699e53760
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37627
diff
changeset
|
9952 (ps-mule-font-spec-name, ps-mule-font-spec-encoding) |
|
884699e53760
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37627
diff
changeset
|
9953 (ps-mule-font-spec-bytes, ps-mule-printable-p): New funs. |
| 30729 | 9954 (ps-mule-external-libraries): New var. |
| 9955 (ps-mule-init-external-library): New fun. | |
| 9956 (ps-mule-font-cache): New var. | |
| 9957 (ps-mule-generate-font, ps-mule-generate-glyphs): New funs. | |
| 9958 (ps-last-font): New var. | |
| 9959 (ps-mule-prepare-font): New fun. | |
| 9960 (ps-mule-charset-list): New var. | |
| 9961 (ps-mule-prologue-generated, ps-mule-prologue): New vars. | |
| 9962 (ps-mule-skip-same-charset, ps-mule-find-wrappoint, | |
| 9963 ps-mule-plot-string): New funs. | |
| 9964 (ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue): | |
| 9965 New vars. | |
| 9966 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar, | |
| 9967 ps-mule-prepare-cmpchar-font): New funs. | |
| 9968 (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New | |
| 9969 vars. | |
| 9970 (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font, | |
| 9971 ps-mule-generate-bitmap-glyph): New funs. | |
| 9972 (ps-mule-initialize, ps-mule-begin): New funs. | |
| 9973 (ps-output-string-prim): Insert string as unibyte. | |
| 9974 (ps-output-prologue): New fun. | |
| 9975 (ps-flush-output): Handle the case of 'prologue. | |
| 9976 (ps-begin-file): Call ps-mule-initialize. | |
| 9977 (ps-begin-job): Set ps-control-or-escape-regexp differently if | |
| 9978 printing multibyte characters. | |
| 9979 (ps-begin-page): Set ps-mule-current-charset to 'ascii. | |
| 9980 (ps-basic-plot-string): Handle the case of printing ASCII | |
| 9981 characters by external libraries (e.g. BDF). | |
| 9982 (ps-set-font): Set ps-last-font. | |
| 9983 (ps-plot-region): Handle multibyte characters, use | |
| 9984 ps-mule-plot-string for them. | |
| 9985 (ps-generate): Set the spool buffer unibyte. Call ps-mule-begin. | |
| 9986 | |
| 9987 * bdf.el: New file. | |
| 9988 | |
| 9989 1998-08-23 Kenichi HANDA <handa@etl.go.jp> | |
| 9990 | |
| 9991 * international/mule-cmds.el (select-message-coding-system): New | |
| 9992 function. | |
| 9993 (set-language-environment-coding-systems): Set | |
| 9994 default-sendmail-coding-system. | |
| 9995 | |
| 9996 * mail/sendmail.el (sendmail-coding-system): Doc-string modified. | |
| 9997 (default-sendmail-coding-system): New variable. | |
| 9998 (sendmail-send-it): Encode the message by a coding system | |
| 9999 select-message-coding-system returns. | |
| 10000 | |
| 10001 1998-08-23 Eric Ludlam <zappo@gnu.org> | |
| 10002 | |
| 10003 * speedbar.el: (speedbar-with-writable): Remove `toggle-read-only'. | |
| 10004 (speedbar-mode): Set buffer to read only. | |
| 10005 (speedbar-temp-buffer-show-function): For emacs don't call hook | |
| 10006 with arguments. | |
| 42674 | 10007 (speedbar-stealthy-updates): Do all updates w/ the buffer writable. |
| 30729 | 10008 |
| 10009 1998-08-19 Dan Nicolaescu <done@ece.arizona.edu> | |
| 10010 | |
| 10011 * speedbar.el (speedbar-key-map): Fix typo. | |
| 10012 | |
| 10013 See ChangeLog.7 for earlier changes. | |
| 39627 | 10014 |
| 10015 Copyright (C) 1999 Free Software Foundation, Inc. | |
| 10016 Copying and distribution of this file, with or without modification, | |
| 10017 are permitted provided the copyright notice and this notice are preserved. | |
| 52401 | 10018 |
| 10019 ;;; arch-tag: efdc1531-ed46-4e14-be59-bee4b23088f3 |
