Mercurial > emacs
annotate lisp/ChangeLog @ 26053:d3f55e596e63
*** empty log message ***
| author | Gerd Moellmann <gerd@gnu.org> |
|---|---|
| date | Sun, 17 Oct 1999 10:48:08 +0000 |
| parents | 858cfeb48126 |
| children | 1ca697674a40 |
| rev | line source |
|---|---|
| 26053 | 1 1999-10-17 Sam Steingold <sds@ksp.com> |
| 2 | |
| 3 * bindings.el (completion-ignored-extensions): Added ".sparcf" | |
| 4 for CMUCL on sparc and ".ufsl" for LispWorks. | |
| 5 (bound-and-true-p): Bugfix: free variable `v'. | |
| 6 | |
| 26050 | 7 1999-10-16 Dave Love <d.love@dl.ac.uk> |
| 8 | |
| 9 * emacs-lisp/edebug.el (edebug-install-read-eval-functions) | |
| 10 (edebug-uninstall-read-eval-functions): Use load-read-function, | |
| 11 avoiding elisp-eval. | |
| 12 | |
| 26048 | 13 1999-10-16 Sam Steingold <sds@ksp.com> |
| 14 | |
| 15 * emacs-lisp/cl-indent.el (common-lisp-indent-function): Use `eq' | |
| 16 instead of `eql'. | |
| 17 | |
|
26039
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
18 1999-10-14 Stefan Monnier <monnier@cs.yale.edu> |
|
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
19 |
|
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
20 * ange-ftp.el (ange-ftp-make-tmp-name, ange-ftp-del-tmp-name): |
|
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
21 * browse-url.el (browse-url-of-buffer, browse-url-delete-temp-file), |
|
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
22 (browse-url-temp-file-list, browse-url-delete-temp-file-list): |
|
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
23 * ediff-util.el (ediff-make-temp-file): |
|
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
24 * ediff-vers.el (ediff-pcl-cvs-view-revision): |
|
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
25 * emerge.el (emerge-make-temp-file): |
|
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
26 * jka-compr.el (jka-compr-make-temp-name, jka-compr-delete-temp-file): |
|
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
27 * vc.el (vc-update-change-log): |
|
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
28 * mail/mailpost.el (post-mail-send-it): |
|
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
29 * mail/metamail.el (metamail-region): |
|
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
30 * progmodes/cmacexp.el (c-macro-expansion): |
|
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
31 * textmodes/makeinfo.el (makeinfo-region): Use make-temp-file. |
|
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
32 |
| 26029 | 33 1999-10-15 Gerd Moellmann <gerd@gnu.org> |
| 34 | |
| 35 * smtpmail.el (smtpmail-via-smtp): Add support for | |
| 36 automatically appending a domain to RCPT TO: addresses. | |
| 37 | |
| 26027 | 38 1999-10-14 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
| 39 | |
| 40 * dired.el (dired-insert-directory): Insert the amount of | |
| 41 free space after the total size. | |
| 42 (dired-free-space-program, dired-free-space-args): New variables. | |
| 43 | |
| 26023 | 44 1999-10-14 Karl Heuer <kwzh@gnu.org> |
| 45 | |
| 46 * mail/rmail.el (rmail-pop-password-error): Add new pattern. | |
| 47 | |
| 26017 | 48 1999-10-14 Dave Love <fx@gnu.org> |
| 49 | |
| 50 * international/characters.el: | |
| 51 * international/fontset.el: | |
| 52 * international/mule-conf.el: Add latin-iso8859-1[45]. | |
| 53 | |
| 54 * language/european.el: Add Latin-8, Latin-9. Modify some doc | |
| 55 strings. | |
| 56 | |
| 57 * startup.el (iso-8859-n-locale-regexp): Modify for Latin-[89]. | |
| 58 (command-line): Detect Latin-[89] locales. | |
| 59 | |
| 26011 | 60 1999-10-13 Stefan Monnier <monnier@cs.yale.edu> |
| 61 | |
| 62 * international/mule-cmds.el (select-safe-coding-system) | |
| 63 (leim-list-header): avoid the use of strings that start with backslash | |
| 64 newline since lread.c:read1 has a hack to turn those strings into | |
| 65 integer 0 during the loadup.el process. | |
| 66 | |
| 67 * diff-mode.el (diff-find-file-name): use `Index:' preferentially. | |
| 68 | |
| 26008 | 69 1999-10-13 Dave Love <fx@gnu.org> |
| 70 | |
| 71 * image.el (insert-image): Copy the image spec and add an | |
| 72 intangible property. | |
| 73 | |
|
26004
11f91800bec3
(Info-on-current-buffer): new entry point.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26003
diff
changeset
|
74 1999-10-13 Stefan Monnier <monnier@cs.yale.edu> |
|
11f91800bec3
(Info-on-current-buffer): new entry point.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26003
diff
changeset
|
75 |
| 26008 | 76 * help.el (help-xref-interned): Make it also work on variable-only |
| 77 and function-only symbols. | |
| 78 (help-make-xrefs): Take advantage of the new `help-xref-interned'. | |
| 79 (help-follow): If the point under mouse is not highlighted, try | |
| 80 `help-xref-interned' on the pointed-to symbol anyway. | |
| 81 | |
| 82 * info.el (Info-on-current-buffer): New entry point. | |
| 83 (Info-find-node): Split into two for Info-on-current-buffer to | |
| 84 hook into it. | |
|
26004
11f91800bec3
(Info-on-current-buffer): new entry point.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26003
diff
changeset
|
85 (Info-current-file, Info-set-mode-line, Info-up): |
| 26008 | 86 Info-current-file can now be t. |
| 87 (Info-clone-buffer-hook): function for `clone-buffer'. | |
| 88 (Info-goto-node, Info-menu, Info-mode-map, Info-mode): | |
| 89 `clone-buffer' available in various ways to the user. | |
|
26004
11f91800bec3
(Info-on-current-buffer): new entry point.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26003
diff
changeset
|
90 |
|
26002
4f46db3c9d7d
* subr.el (with-current-buffer): don't use backquotes to avoid
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26001
diff
changeset
|
91 1999-10-12 Stefan Monnier <monnier@cs.yale.edu> |
|
4f46db3c9d7d
* subr.el (with-current-buffer): don't use backquotes to avoid
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26001
diff
changeset
|
92 |
| 26008 | 93 * simple.el (shell-command, shell-command-on-region): Use |
| 94 make-temp-file. | |
| 95 (clone-buffer, clone-process, clone-buffer-hook): New functions. | |
| 96 | |
| 97 * subr.el (with-current-buffer): Don't use backquotes to avoid | |
| 98 bootstrapping problems. | |
| 99 | |
| 100 * loadup.el (load-path): Add subdirs for bootstrapping. | |
| 101 (docstrings): Ignore errors during bootstrapping. | |
| 102 (args): New `bootstrap' argument (for use in place of `dump'). | |
|
26002
4f46db3c9d7d
* subr.el (with-current-buffer): don't use backquotes to avoid
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26001
diff
changeset
|
103 |
| 26001 | 104 1999-10-12 Emmanuel Briot <briot@gnat.com> |
| 105 | |
| 106 * ada-stmt.el: Doc-string fixes. | |
| 107 | |
| 25991 | 108 1999-10-12 Gerd Moellmann <gerd@gnu.org> |
| 109 | |
| 25998 | 110 * recentf.el: New file. |
| 111 | |
| 25991 | 112 * ps-mode.el: New file. |
| 113 | |
| 114 * files.el (auto-mode-alist): Add ps-mode for .eps and .ps, | |
| 115 case insensitive. | |
| 116 | |
| 25985 | 117 1999-10-12 Richard Sharman <rsharman@pobox.com> |
| 118 | |
| 119 * sh-script.el: Added support for indenting existing scripts. | |
| 120 (sh-mode-map): Added new bindings. | |
| 121 (sh-mode): Updated mode doc-string for new commands, added | |
| 122 make-local-variable calls, initialize mode-specific variables. | |
| 123 (sh-indent-line): Renamed to sh-basic-indent-line; sh-indent-line | |
| 124 is now a different function. | |
| 125 (sh-header-marker): Changed docstring. | |
| 126 (sh-set-shell): Initialize mode-specific variables. | |
| 127 (sh-case, sh-for, sh-if, sh-indexed-loop, sh-repeat, sh-select) | |
| 128 (sh-tmp-file, sh-until, sh-until, sh-while, sh-while-getopts): | |
| 129 Changed these define-skeleton calls to work with user-specified | |
| 130 indentation settings. | |
| 131 (sh-basic-indent-line, sh-blink, sh-calculate-indent) | |
| 132 (sh-check-paren-in-case, sh-check-rule, sh-do-nothing) | |
| 133 (sh-electric-hash, sh-electric-less, sh-electric-rparen) | |
| 134 (sh-find-prev-matching, sh-find-prev-switch, sh-get-indent-info) | |
| 135 (sh-get-indent-var-for-line, sh-get-kw, sh-get-word) | |
| 136 (sh-goto-match-for-done, sh-goto-matching-case, sh-goto-matching-if) | |
| 137 (sh-guess-basic-offset, sh-handle-after-case-label) | |
| 138 (sh-handle-prev-case, sh-handle-prev-case-alt-end, sh-handle-prev-do) | |
| 139 (sh-handle-prev-done, sh-handle-prev-else, sh-handle-prev-esac) | |
| 140 (sh-handle-prev-fi, sh-handle-prev-if, sh-handle-prev-open) | |
| 141 (sh-handle-prev-rc-case, sh-handle-prev-then, sh-handle-this-close) | |
| 142 (sh-handle-this-do, sh-handle-this-done, sh-handle-this-else) | |
| 143 (sh-handle-this-esac, sh-handle-this-fi, sh-handle-this-rc-case) | |
| 144 (sh-handle-this-then, sh-help-string-for-variable) | |
| 145 (sh-in-comment-or-string, sh-indent-line, sh-learn-buffer-indent) | |
| 146 (sh-learn-line-indent, sh-load-style, sh-make-vars-local, sh-mark-init) | |
| 147 (sh-mark-line, sh-mkword-regexpr, sh-mkword-regexp) | |
| 148 (sh-must-be-shell-mode, sh-must-support-indent, sh-name-style) | |
| 149 (sh-prev-line, sh-prev-stmt, sh-prev-thing, sh-read-variable) | |
| 150 (sh-remove-our-text-properties, sh-rescan-buffer) | |
| 151 (sh-reset-indent-vars-to-global-values, sh-safe-backward-sexp) | |
| 152 (sh-safe-forward-sexp, sh-save-styles-to-buffer, sh-scan-buffer) | |
| 153 (sh-scan-case, sh-search-word, sh-set-char-syntax) | |
| 154 (sh-set-here-doc-region, sh-set-indent, sh-set-var-value) | |
| 155 (sh-show-indent, sh-this-is-a-continuation, sh-var-value): New | |
| 156 functions. | |
| 157 (sh-debug, sh-electric-rparen-needed, sh-here-doc-syntax) | |
| 158 (sh-indent-supported, sh-kw, sh-kw-alist, sh-kws-for-done) | |
| 159 (sh-learned-buffer-hook, sh-make-vars-local, sh-regexp-for-done) | |
| 160 (sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist) | |
| 161 (sh-var-list): New variables. | |
| 162 | |
| 25983 | 163 1999-10-12 Dave Pearson <davep@hagbard.demon.co.uk> |
| 164 | |
| 25999 | 165 * quickurl.el (quickurl-list-insert): `count-lines' was returning |
| 166 a value one line to high if the cursor wasn't at the start of a | |
| 167 line. A `beginning-of-line' is now performed before making the | |
| 168 call to `count-lines'. | |
| 25983 | 169 |
|
25979
e1d167cf6e96
(vc-backend-diff): get rid of the autoloaded advice.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
25970
diff
changeset
|
170 1999-10-11 Stefan Monnier <monnier@cs.yale.edu> |
|
e1d167cf6e96
(vc-backend-diff): get rid of the autoloaded advice.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
25970
diff
changeset
|
171 |
|
e1d167cf6e96
(vc-backend-diff): get rid of the autoloaded advice.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
25970
diff
changeset
|
172 * diff-mode.el (vc-backend-diff): get rid of the autoloaded advice. |
|
e1d167cf6e96
(vc-backend-diff): get rid of the autoloaded advice.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
25970
diff
changeset
|
173 |
| 25960 | 174 1999-10-09 Stefan Monnier <monnier@cs.yale.edu> |
| 175 | |
| 25962 | 176 * Makefile (setwins): abstract out the command to find subdirectories |
| 177 and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base). | |
| 25970 | 178 (custom-deps, finder-data, autoloads, update-subdirs, updates) |
| 179 (autoloads-with-other-emacs): use it. | |
| 25962 | 180 |
| 25960 | 181 * diff-mode.el: new file. A mode for viewing/editing context diffs. |
| 182 | |
| 25942 | 183 1999-10-09 Gerd Moellmann <gerd@gnu.org> |
| 184 | |
| 185 * Makefile (bootstrap-compile): New target. Compile Lisp | |
| 186 files with ../src/temacs. | |
| 187 | |
| 25939 | 188 1999-10-08 Simon Marshall <simon@gnu.org> |
| 189 | |
| 190 * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function. | |
| 191 (regexp-opt-group): Use it to get common suffixes in STRINGS. | |
| 192 If STRINGS is nil, return "" rather than nil. | |
| 193 | |
| 25937 | 194 1999-10-08 Gerd Moellmann <gerd@gnu.org> |
| 195 | |
| 196 * Makefile (compile): Compile files one by one. Set load-path to | |
| 197 current directory and subdirectories when compiling. | |
| 198 | |
| 25918 | 199 1999-10-08 Gerd Moellmann <gerd@gnu.org> |
| 200 | |
| 201 * Makefile (EMACSOPT, DONTCOMPILE, EL): New. | |
| 202 (emacs): Use it everywhere instead of EMACS. | |
| 203 (compile): New target. Compile all Lisp files from scratch. | |
| 204 (recompile): New target. Recompile lisp directory. | |
| 205 (autoloads-with-other-emacs): New target. Build loaddefs.el with | |
| 206 an Emacs executable not built in the current directory tree. | |
| 207 | |
| 25908 | 208 1999-10-07 Peter Breton <pbreton@ne.mediaone.net> |
| 209 | |
| 210 * filecache.el (file-cache-completion-ignore-case): New variable, | |
| 211 defaulting to the value of completion-ignore-case. | |
| 212 (file-cache-minibuffer-complete): Use it. | |
| 213 (file-cache-files-matching, file-cache-files-matching-internal): | |
| 214 New functions. | |
| 215 | |
|
25905
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
216 1999-10-07 Emmanuel Briot <briot@gnat.com> |
|
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
217 |
|
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
218 * ada-xref.el: New file |
|
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
219 |
|
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
220 * ada-prj.el: New file |
|
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
221 |
|
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
222 * ada-stmt.el (ada-stmt-add-to-ada-menu): New function |
|
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
223 |
|
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
224 * ada-stmt.el (ada-subprogram-body): Correctly find the name of the |
|
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
225 subprogram being created. |
|
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
226 |
|
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
227 * ada-mode.el (ada-get-indent-*, ada-indent-current, ada-goto-*, |
|
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
228 ada-indent-newline-indent): Rewritten to support the new indentation |
|
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
229 scheme |
|
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
230 |
|
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
231 * ada-mode.el (ada-case-read-exceptions, ada-create-case-exceptions): |
|
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
232 New functions |
|
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
233 |
|
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
234 * ada-mode.el (ada-fill-comment-paragraph): Add support for the |
|
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
235 justification parameter |
|
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
236 |
|
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
237 * ada-mode.el (ada-make-body, ada-gen-treat-proc, |
|
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
238 ada-make-subprogram-body): Rewritten to benefit from the gnatstub |
|
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
239 external program |
|
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
240 |
| 25900 | 241 1999-10-07 Dave Love <fx@gnu.org> |
| 242 | |
| 243 * bindings.el (bound-and-true-p): New macro. | |
| 244 (make-mode-line-mouse-sensitive): Don't require easymenu. | |
| 245 | |
| 25886 | 246 1999-10-07 Gerd Moellmann <gerd@gnu.org> |
| 247 | |
| 248 * custom.el (defface): Extend documentation for new values of | |
| 249 `type'. | |
| 250 | |
| 251 * faces.el (face-spec-set-match-display): Recognize `type' of | |
| 252 `motif', `lucid', `x-toolkit'. | |
| 253 (menu): New face. | |
| 254 | |
| 25870 | 255 1999-10-05 Dave Love <fx@gnu.org> |
| 256 | |
| 257 * files.el: Recognize temporary crontab files. | |
| 258 | |
| 25873 | 259 * info.el: Require jka-compr when compiling. |
| 260 (Info-suffix-list): Add bzip2 files (non-ms-dos only). | |
| 261 | |
| 25866 | 262 1999-10-04 Dave Love <fx@gnu.org> |
| 263 | |
| 264 * cus-start.el: Add x-stretch-cursor, indicate-empty-lines, | |
| 265 scroll-up-aggressively, scroll-down-aggressively. | |
| 266 | |
| 267 * time.el (display-time-mode): Add autoload cookie. | |
| 268 | |
| 25867 | 269 * rect.el (delete-extract-rectangle): Doc fix from verna. |
| 25866 | 270 |
| 271 * help-macro.el (three-step-help): Customize. | |
| 272 | |
| 25926 | 273 1999-10-04 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
| 274 | |
| 275 * hexl.el (hexlify-buffer): Move point in proper range | |
| 276 if it is too large. | |
| 277 (hexl-after-revert-hook): Update hexl-max-address. | |
| 278 (hexl-address-to-marker): Doc fix. | |
| 279 | |
| 25865 | 280 1999-10-03 Dave Love <fx@gnu.org> |
| 281 | |
| 282 * image.el (defimage): Remove redundant code. Substitute file in | |
| 283 image plist. | |
| 284 | |
| 285 1999-10-02 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
| 286 | |
| 287 * vc.el (vc-backend-checkout): Use coding system 'no-conversion | |
| 288 when doing with-temp-file. | |
| 289 | |
| 290 1999-10-01 Dave Love <fx@gnu.org> | |
| 291 | |
| 292 * cus-edit.el (custom-comment-create): Fill :from and :to slots. | |
| 293 | |
| 294 * help.el: Require view when compiling. | |
| 295 (view-emacs-FAQ): Use Info version. | |
| 296 | |
| 25837 | 297 1999-09-29 Ken'ichi Handa <handa@gnu.org> |
| 298 | |
| 299 * ps-mule.el (ps-mule-font-info-database-ps): Typo fixed | |
| 300 (normat->normal). Use correct font names for Korean | |
| 301 (Munhwa-Regular-KSC-EUC-H and Munhwa-Bold-KSC-EUC-H). | |
| 302 | |
| 303 1999-09-29 Kenichi Handa <handa@etl.go.jp> | |
| 304 | |
| 305 * language/cyrillic.el (cyrillic-koi8-r-decode-table): Map 8-bit | |
| 306 code not used by KOI8 to the same 8-bit code instead of mapping to | |
| 307 SPC. | |
| 308 (cyrillic-alternativnyj-decode-table): Likewise. | |
| 309 | |
| 310 1999-09-29 Alex Schroeder <alex@gnu.org> | |
| 311 | |
| 312 * sql.el (sql-imenu-generic-expression): new, used to set | |
| 313 imenu-generic-expression. | |
| 314 (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting | |
| 315 font-lock-defaults' SYNTAX-ALIST. Set imenu-generic-expression, | |
| 316 imenu-case-fold-search, and imenu-syntax-alist. | |
| 317 (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when | |
| 318 setting font-lock-defaults' SYNTAX-ALIST. | |
| 319 | |
| 26025 | 320 1999-09-28 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
| 321 | |
| 322 * map-ynp.el (map-y-or-n-p): If we read -1, for end of keyboard | |
| 323 macro, try again. | |
| 324 | |
| 25837 | 325 1999-09-28 Dave Love <fx@gnu.org> |
| 326 | |
| 327 * cus-edit.el (custom-comment): Change widget definition. | |
| 328 (custom-comment-create, custom-comment-show) | |
| 329 (custom-comment-invisible-p): Don't use :comment-overlay. | |
| 330 (custom-comment-hide): New function. | |
| 331 (custom-variable-set, custom-variable-save) | |
| 332 (custom-variable-reset-standard, custom-face-set) | |
| 333 (custom-face-save): Use it. | |
| 334 | |
| 25946 | 335 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
| 336 | |
| 25949 | 337 * hexl.el (hexl-mode): Do nothing if already in hexl mode. |
| 338 | |
| 339 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu> | |
| 340 | |
| 25946 | 341 * faces.el (region): Doc fix. |
| 342 | |
| 25837 | 343 1999-09-27 Dave Love <fx@gnu.org> |
| 344 | |
| 345 * isearch.el (isearch): Add :links in defgroup. | |
| 346 (isearch-mode-map): Bind mouse-2 to isearch-mouse-yank. | |
| 347 (isearch-switch-frame-handler): Comment out (unused). | |
| 348 (isearch-yank-x-selection, isearch-ring-advance-edit): Doc fix. | |
| 349 (isearch-ring-retreat-edit): Doc fix. | |
| 350 (isearch-mouse-yank): New command. | |
| 351 (isearch-last-command-char): Removed. Callers changed to use | |
| 352 last-command-char. | |
| 353 (isearch-char-to-string): Removed. Callers changed to use | |
| 354 char-to-string. | |
| 355 | |
| 25944 | 356 1999-09-26 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru> |
| 357 | |
| 358 * ispell.el (ispell-dictionary-alist-6): Don't use "-C" | |
| 359 option for Russian. | |
| 360 | |
| 25837 | 361 1999-09-25 Gerd Moellmann <gerd@gnu.org> |
| 362 | |
| 363 * faces.el (face-differs-from-default-p): Compare face | |
| 364 attributes individually. | |
| 365 | |
| 366 * image.el (put-image, insert-image): Add string argument. | |
| 367 | |
| 368 1999-09-24 Gerd Moellmann <gerd@gnu.org> | |
| 369 | |
| 370 * ange-ftp.el (ange-ftp-date-regexp): Make it work for | |
| 371 LANG=de_DE.iso88591 on HPUX 11.0. | |
| 372 | |
| 373 * dired.el (dired-move-to-filename-regexp): Make it work | |
| 374 for LANG=de_DE.iso88591 on HPUX 11.0. | |
| 375 | |
| 376 1999-09-24 Carsten Dominik <cd@gnu.org> | |
| 377 | |
| 378 * textmodes/reftex-parse.el (reftex-parse-from-file): Scan for | |
| 379 multiple thebibliography environments. | |
| 380 | |
| 381 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug | |
| 382 with recentering window. | |
| 383 (reftex-extract-bib-entries-from-thebibliography, | |
| 384 reftex-offer-bib-menu,reftex-bibtex-selection-callback): Deal | |
| 385 with multiple thebibliography environments. | |
| 386 | |
| 387 * textmodes/reftex-vars.el | |
| 388 (reftex-section-levels): Function allowed as cdr. | |
| 389 (reftex-max-section-depth) New option. | |
| 390 | |
| 391 * textmodes/reftex-vcr.el (reftex-view-cr-cite): Deal | |
| 392 with multiple thebibliography environments. | |
| 393 | |
| 394 1999-09-23 Gerd Moellmann <gerd@gnu.org> | |
| 395 | |
| 396 * iswitchb.el (iswitchb-complete): Use minibuffer-prompt-end | |
| 397 instead of point-min in call to delete-region. | |
| 398 | |
| 399 1999-09-22 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
| 400 | |
| 401 * vc.el (vc-backend-checkout): Use with-temp-file when checking | |
| 402 out into arbitrary file names. | |
| 403 | |
| 404 1999-09-19 Ken'ichi Handa <handa@gnu.org> | |
| 405 | |
| 406 * language/european.el ("Turkish"): New language environment. | |
| 407 | |
| 408 1999-09-19 Dave Love <fx@gnu.org> | |
| 409 | |
| 410 * delim-col.el: New file. | |
| 411 | |
| 412 1999-09-17 Richard Stallman <rms@gnu.org> | |
| 413 | |
| 414 * files.el (after-find-file): When visiting a backup file, | |
| 415 make it read-only. | |
| 416 | |
| 417 * apropos.el (apropos-symbol-face): Non-nil even for ttys. | |
| 418 (apropos-keybinding-face, apropos-label-face): Likewise. | |
| 419 (apropos-property-face, apropos-match-face): Likewise. | |
| 420 (apropos-label-properties): New variable. | |
| 421 (apropos-print-doc): Use apropos-label-properties. | |
| 422 (apropos-print): Set apropos-label-properties. | |
| 423 | |
| 424 1999-09-15 Richard Stallman <rms@gnu.org> | |
| 425 | |
| 426 * winner.el: Use aref instead of sref. | |
| 427 | |
| 428 * whitespace.el (whitespace-mode, whitespace-mode-line): Add defvars. | |
| 429 | |
| 430 1999-09-14 Gerd Moellmann <gerd@gnu.org> | |
| 431 | |
| 432 * lisp-mode.el (eval-last-sexp): Use prin1 instead of print. | |
| 433 | |
| 434 1999-09-14 Richard Stallman <rms@gnu.org> | |
| 435 | |
| 436 * font-lock.el (lisp-font-lock-keywords-1): Recognize an autoload | |
| 437 cookie, even if followed by a letter. | |
| 438 | |
| 439 1999-09-14 Stephen Eglen <stephen@gnu.org> | |
| 440 | |
| 441 * progmodes/octave-inf.el (inferior-octave-startup): Ensure -i and | |
| 442 --no-line-editing are passed to Octave by including them here | |
| 443 rather than storing them in inferior-octave-startup-args. | |
| 444 | |
| 445 1999-09-14 Eli Zaretskii <eliz@gnu.org> | |
| 446 | |
| 447 * textmodes/texinfo.el (texinfo-font-lock-keywords): Add uref, | |
| 448 command, option, env and sc. | |
| 449 | |
| 450 * subr.el (shell-quote-argument): Quote argument with double | |
| 451 quotes for ms-dos. | |
| 452 | |
| 453 1999-09-14 Richard Stallman <rms@gnu.org> | |
| 454 | |
| 455 * simple.el (eval-expression-print-level): New variable. | |
| 456 (eval-expression-print-length): New variable. | |
| 457 (eval-expression-debug-on-error): New variable. | |
| 458 (eval-expression): Bind print-level, print-length and | |
| 459 debug-on-error from those vars. | |
| 460 | |
| 461 * emacs-lisp/lisp-mode.el (eval-defun, eval-last-sexp): | |
| 462 Bind print-level, print-length and debug-on-error. | |
| 463 | |
| 464 1999-09-14 Inge Frick <inge@nada.kth.se> | |
| 465 | |
| 466 * dired.el (dired-recursive-deletes): New custom variable. | |
| 467 (dired-re-no-dot): New variable. | |
| 468 (dired-delete-file): New function deletes files and directories | |
| 469 recursively. | |
| 470 (dired-internal-do-deletions): Use `dired-delete-file' to delete files. | |
| 471 | |
| 472 * dired-aux.el (dired-recursive-copies): New custom variable. | |
| 473 (dired-handle-overwrite): Broke a long line. | |
| 474 (dired-copy-file): Call `dired-copy-file-recursive' instead of | |
| 475 `copy-file'. | |
| 476 (dired-copy-file-recursive): New function. Copy directories | |
| 477 recursively. | |
| 478 (dired-do-create-files): Added support for generalized directory | |
| 479 target. How-to function may now return a function. New fluid | |
| 480 variable `dired-one-file'. | |
| 481 (dired-copy-how-to-fn): New variable. | |
| 482 (dired-do-copy): Bind `dired-recursive-copies' to preserve it. | |
| 483 Use dired-copy-how-to-fn as how-to argument to dired-do-create-files. | |
| 484 (dired-do-copy-regexp): No recursive copies. | |
| 485 | |
| 486 1999-09-14 Rajesh Vaidheeswarran <rv@dsmit.com> | |
| 487 | |
| 488 * whitespace.el (whitespace-version): Update version to 2.4 | |
| 489 | |
| 490 * whitespace.el: Add customization variables to conditionally test | |
| 491 any of the five whitespaces, per request from Rune Kleveland | |
| 492 <runekl@math.uio.no> and Klaus Berndl <berndl@sdm.de>. | |
| 493 | |
| 494 * whitespace.el (whitespace-spacetab-regexp): Fix doc string. | |
| 495 | |
| 496 * whitespace.el (whitespace-modes): Add `change-log-mode' to the | |
| 497 list of modes to be checked for bogus whitespaces. | |
| 498 | |
| 499 * whitespace.el (whitespace-rescan-timer-time): Update | |
| 500 documentation. | |
| 501 | |
| 502 * whitespace.el (whitespace-display-unchecked-whitespaces): | |
| 503 new function to update modeline with untested whitespaces. | |
| 504 | |
| 505 * whitespace.el (whitespace-buffer): Test only whitespaces whose | |
| 506 checking is turned on, and update modeline using the newly created | |
| 507 `whitespace-display-unchecked-whitespaces'. | |
| 508 | |
| 509 * whitespace.el (whitespace-cleanup): Cleanup only whitespaces | |
| 510 whose checking is turned on, and update modeline using the newly | |
| 511 created `whitespace-display-unchecked-whitespaces'. | |
| 512 | |
| 513 * whitespace.el (whitespace-describe): Update documentation. | |
| 514 | |
| 515 * whitespace.el (whitespace-tickle-timer): Test if | |
| 516 `whitespace-rescan-timer-time' is non-zero before tickling timer. | |
| 517 | |
| 518 1999-09-13 Dave Love <fx@gnu.org> | |
| 519 | |
| 520 * hideif.el (hide-ifdef-mode): Add autoload cookie. | |
| 521 | |
| 522 * checkdoc.el (checkdoc-display-status-buffer): Avoid Help mode | |
| 523 for temp buffer. | |
| 524 (checkdoc-this-string-valid): Don't assume default comment-start. | |
| 525 | |
| 526 1999-09-13 Gerd Moellmann <gerd@gnu.org> | |
| 527 | |
| 528 * rsz-mini.el: Remove code, keep the interface. | |
| 529 | |
| 530 1999-09-13 Dave Love <fx@gnu.org> | |
| 531 | |
| 532 * help.el (help-highlight-p): Doc fix. | |
| 533 | |
| 534 * faces.el (mode-line, header-line, tool-bar): Add :version. | |
| 535 (highlight, secondary-selection): Add :group. | |
| 536 (trailing-whitespace): Add :group, :version. | |
| 537 | |
| 538 * wid-edit.el: Remove some compatibility code and checks. | |
| 539 (widget-specify-field, widget-specify-button): Don't use XEmacs | |
| 540 properties. | |
| 541 (widget-overlay-inactive): Change error message. | |
| 542 (widget-button-pressed-face): New variable. | |
| 543 (widget-button-click): Use it. | |
| 544 (widget-documentation-link-add): Specify mouse and button faces. | |
| 545 (widget-echo-help-mouse, widget-stop-mouse-tracking): Functions | |
| 546 removed now the functionality is built in. | |
| 547 | |
| 548 * cus-edit.el: Don't define-widget-keywords. | |
| 549 (multimedia): New group. | |
| 550 (custom-last): Function removed. | |
| 551 (custom-quote): Add vectorp case, comment out characterp case. | |
| 552 (custom-buffer-done-function, custom-raised-buttons): New option. | |
| 553 (Custom-buffer-done): New function. | |
| 554 (custom-buffer-create-internal): Obey custom-raised-buttons, | |
| 555 Custom-buffer-done. | |
| 556 (custom-button-face): Make it `released-button'. | |
| 557 (custom-button-pressed-face): Make it `pressed-button' | |
| 558 (custom-mode-map): Bind "q" to Custom-buffer-done. | |
| 559 (custom-mode): Deal with raised/pressed buttons. | |
| 560 | |
| 561 Changes from Didier Verna: | |
| 562 (custom-prompt-variable): Optional third arg makes prompt for a | |
| 563 comment string. | |
| 564 (customize-set-value, customize-set-variable, | |
| 565 customize-save-variable): Optional prefix makes function handle | |
| 566 variable comments. | |
| 567 (customize-customized, customize-saved, custom-variable-state-set) | |
| 568 (custom-variable-set, custom-variable-save, custom-face-state-set) | |
| 569 (custom-variable-reset-saved, custom-variable-reset-standard) | |
| 570 (custom-face-set, custom-face-save, custom-face-reset-saved) | |
| 571 (custom-face-reset-standard, customize-save-customized): Handle | |
| 572 custom comments. | |
| 573 (custom-comment-face, custom-comment-tag-face): New face. | |
| 574 (custom-comment): New widget. | |
| 575 (custom-comment-create, custom-comment-delete) | |
| 576 (custom-comment-value-set, custom-comment-show) | |
| 577 ()custom-comment-invisible-p): New functions. | |
| 578 (custom-variable-value-create, custom-face-value-create): Create a | |
| 579 comment field widget. | |
| 580 (custom-variable-menu, custom-face-menu): New entry for custom | |
| 581 comment. | |
| 582 (custom-face-value-create): Remove compatibility code. | |
| 583 (custom-save-variables, custom-save-faces): Possibly save custom | |
| 584 comments. | |
| 585 | |
| 586 * cus-face.el (custom-face-attributes): Simplify :underline, | |
| 587 :overline, :inverse-video cases. Fix up :box case (probably needs | |
| 588 more work). | |
| 589 | |
| 590 Change from Didier Verna: | |
| 591 (custom-set-faces): The arguments can now have a custom comment as | |
| 592 fourth argument. | |
| 593 | |
| 594 * custom.el: Don't define-widget-keywords. | |
| 595 Change from Didier Verna: | |
| 596 (custom-set-variables): the arguments can now have a | |
| 597 custom comment as fifth element. | |
| 598 | |
| 599 1999-09-13 Richard Stallman <rms@gnu.org> | |
| 600 | |
| 601 * info.el (Info-find-node): Cope better if guesspos is too large. | |
| 602 | |
| 603 1999-09-12 Gerd Moellmann <gerd@gnu.org> | |
| 604 | |
| 605 * iswitchb.el (iswitchb-exhibit): Use buffer-string instead | |
| 606 of buffer-substring because buffer-string doesn't copy the | |
| 607 prompt. | |
| 608 | |
| 609 * faces.el (mode-line): Replaces `modeline'. | |
| 610 (toplevel): Make `modeline' an alias for `mode-line'. | |
| 611 | |
| 612 1999-09-12 Gerd Moellmann <gerd@gnu.org> | |
| 613 | |
| 614 * gs.el: Change `ghostscript' to `postscript' in comment. | |
| 615 | |
| 616 1999-09-11 Rob Riepel <riepel@Stanford.EDU> | |
| 617 | |
| 618 * emulation/tpu-edt.el (tpu-version): New version. | |
| 619 (tpu-search-overlay, tpu-replace-overlay): New variables. | |
| 620 (tpu-search-highlight, tpu-toggle-direction): New functions. | |
| 621 (tpu-lm-replace): Set tpu-replace-overlay. | |
| 622 (tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post | |
| 623 command hook. | |
| 624 | |
| 625 1999-09-11 Richard Stallman <rms@gnu.org> | |
| 626 | |
| 627 * isearch.el (isearch-mode-map): Undo previous change. | |
| 628 | |
| 629 * emacs-lisp/lisp-mode.el (eval-last-sexp): If after ?\LETTER, | |
| 630 use all of that as the sexp. | |
| 631 | |
| 632 * files.el (find-file-noselect): Catch errors in file-expand-wildcards, | |
| 633 and use the initial argument as file name directly. | |
| 634 Likewise if nothing matches. | |
| 635 | |
| 636 1999-09-11 Ivar Rummelhoff <ivarru@math.uio.no> | |
| 637 | |
| 638 * winner.el: Major changes. Avoid changing point and mark. | |
| 639 Save configurations after they change, not before. | |
| 640 | |
| 641 1999-09-10 Keisuke Nishida <kxn30@po.cwru.edu> | |
| 642 | |
| 643 * emacs-lisp/bytecomp.el (byte-compile-output-docform): | |
| 644 Bind print-continuous-numbering and print-number-table. | |
| 645 | |
| 646 1999-09-10 Dave Love <fx@gnu.org> | |
| 647 | |
| 648 * bindings.el (debug-ignored-errors): Restore BBDB stuff. | |
| 649 | |
| 650 1999-09-09 Richard Stallman <rms@gnu.org> | |
| 651 | |
| 652 * whitespace.el: Finish making it fit Emacs conventions. | |
| 653 Add autoloads. | |
| 654 | |
| 655 1999-09-09 Eli Zaretskii <eliz@is.elta.co.il> | |
| 656 | |
| 657 * generic-x.el (bat-generic-mode): "::"-style comments don't | |
| 658 need to begin with "-". Fix the font-lock definitions of ON/OFF | |
| 659 after BREAK/VERIFY. Remove built-in commands like CALL and ECHO | |
| 660 from the list of keywords. Add DO to the list of keywords. | |
| 661 | |
| 662 1999-09-09 Dave Love <fx@gnu.org> | |
| 663 | |
| 664 * byte-opt.el (byte-optimize-backward-char): | |
| 665 (byte-optimize-backward-word): New optimizations. | |
| 666 (side-effect-free-fns, side-effect-and-error-free-fns): Add | |
| 667 entries. | |
| 668 | |
| 669 1999-09-09 Gerd Moellmann <gerd@gnu.org> | |
| 670 | |
| 671 * image.el (put-image): Remove optional buffer parameter. | |
| 672 | |
| 673 * faces.el (face-italic-p): Return t only for values `italic' | |
| 674 and `oblique'. | |
| 675 | |
| 676 * mouse.el (mouse-drag-mode-line-1): Extension of former | |
| 677 mouse-drag-mode-line that also drags the header line. | |
| 678 (mouse-drag-mode-line): Call it. | |
| 679 (mouse-drag-header-line): New. | |
| 680 (toplevel): Bind down-mouse-1 on header lines to | |
| 681 mouse-drage-header-line. | |
| 682 | |
| 683 1999-09-08 Gerd Moellmann <gerd@gnu.org> | |
| 684 | |
| 685 * bindings.el (mode-line-unbury-buffer): Use aref instead of sref. | |
| 686 (make-mode-line-mouse-sensitive): Replace `top-line' by | |
| 687 `header-line'. | |
| 688 | |
| 689 1998-09-08 Michael Ernst <mernst@alum.mit.edu> | |
| 690 | |
| 691 * help.el (describe-function-1): Don't return empty string for keymaps. | |
| 692 | |
| 693 * fill.el (fill-region-as-paragraph, canonically-space-region): | |
| 694 Respect colon-double-space at end of line. | |
| 695 | |
| 696 1999-09-08 Stephen Gildea <gildea@alum.mit.edu> | |
| 697 | |
| 698 * files.el (backup-by-copying-when-privileged-mismatch): New variable. | |
| 699 (backup-buffer): Use it. | |
| 700 | |
| 701 1999-09-08 Peter Breton <pbreton@ne.mediaone.net> | |
| 702 | |
| 703 * generic-x.el (generic-define-unix-modes): Added new modes: | |
| 704 inetd-conf-generic-mode, etc-services-generic-mode, | |
| 705 etc-passwd-generic-mode. These are all defined for Unix by default. | |
| 706 (apache-generic-mode): Use an imenu-generic-expression to list | |
| 707 Configuration keywords. | |
| 708 (samba-generic-mode): Use both ; and # as comment characters. | |
| 709 (samba-generic-mode): Font-lock expressions now highlight name | |
| 710 value pairs. | |
| 711 (bat-generic-mode): Keywords are now case-insensitive through | |
| 712 font-lock-defaults setting. | |
| 713 (java-properties-generic-mode): Supports both ! and # as comment | |
| 714 characters. | |
| 715 (java-properties-generic-mode): Added an imenu-generic-expression | |
| 716 (java-properties-generic-mode): Reworked to support the various | |
| 717 different ways to separate name and value (viz, '=', ':' and | |
| 718 whitespace). | |
| 719 (show-tabs-generic-mode): Added this new generic-mode. | |
| 720 | |
| 721 1999-09-08 Richard Stallman <rms@gnu.org> | |
| 722 | |
| 723 * progmodes/inf-lisp.el: Moved from top directory. | |
| 724 | |
| 725 * tar-mode.el (tar-header-block-tokenize): | |
| 726 Use `when' instead of `and'. Fix some clobbered text. | |
| 727 | |
| 728 * gud.el (gud-make-debug-menu): Make a child for the | |
| 729 local menu, for its menu bar, and the debug menu. | |
| 730 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): | |
| 731 Use the history in the simple way. | |
| 732 | |
| 733 1999-09-07 Kenichi Handa <handa@etl.go.jp> | |
| 734 | |
| 735 * language/korea-util.el (default-korean-keyboard): Initialize it | |
| 736 according to the environment variable HANGUL_KEYBOARD_TYPE. | |
| 737 | |
| 738 1999-09-07 Richard Stallman <rms@gnu.org> | |
| 739 | |
| 740 * subr.el (make-temp-file): New function. | |
| 741 | |
| 742 1999-09-07 Stefan Monnier <monnier@cs.yale.edu> | |
| 743 | |
| 744 * font-lock.el (font-lock-multiline): New text property contains | |
| 745 a boolean to indicate if the char is part of a multiline match. | |
| 746 (font-lock-default-fontify-region): Extend the region appropriately | |
| 747 for multiline keywords. | |
| 748 (font-lock-default-unfontify-region): Also remove the new | |
| 749 font-lock-multiline text property. | |
| 750 (font-lock-fontify-anchored-keywords): Mark multiline anchored matches. | |
| 751 (font-lock-fontify-keywords-region): Mark multiline regexp matches. | |
| 752 | |
| 753 1999-09-07 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
| 754 | |
| 755 * diary-lib.el (list-diary-entries): Make sure two-digit years | |
| 756 have leading zeros. | |
| 757 | |
| 758 1999-09-07 Gerd Moellmann <gerd@gnu.org> | |
| 759 | |
| 760 * faces.el (face-set-after-frame-default): Initialize some | |
| 761 attributes of some faces from frame parameters. | |
| 762 | |
| 763 * faces.el (scroll-bar, border, cursor, mouse): New faces. | |
| 764 | |
| 765 1999-09-07 Gerd Moellmann <gerd@gnu.org> | |
| 766 | |
| 767 * faces.el (fringe): Replaces face `margin'. | |
| 768 | |
| 769 1999-09-07 Dave Love <fx@gnu.org> | |
| 770 | |
| 771 * tar-mode.el (tar-header-block-tokenize): Bind linkname. | |
| 772 | |
| 773 1999-09-07 Richard Stallman <rms@gnu.org> | |
| 774 | |
| 775 * subr.el (push): Doc fix. | |
| 776 | |
| 777 1999-09-06 Richard Stallman <rms@gnu.org> | |
| 778 | |
| 779 * vc.el (vc-annotate-display): Use < 69 not < 70 | |
| 780 to distinguish 20YY from 19YY. | |
| 781 | |
| 782 * timezone.el (timezone-parse-date): Use < 69 not < 70 | |
| 783 to distinguish 20YY from 19YY. | |
| 784 | |
| 785 * tar-mode.el (tar-extract): Don't assume buffer is visiting a file. | |
| 786 | |
| 787 1999-09-07 Dave Pearson <davep@hagbard.demon.co.uk> | |
| 788 | |
| 789 * quickurl.el: (quickurl-list-focused-line): Removed. | |
| 790 (quickurl-list-insert): Now works out the focused line using | |
| 791 `count-lines' instead of using `quickurl-list-focused-line'. | |
| 792 | |
| 793 1999-09-06 Richard Stallman <rms@gnu.org> | |
| 794 | |
| 795 * mail/rmail.el (rmail-retry-failure): Unconditionally move | |
| 796 to beginning of message. | |
| 797 | |
| 798 1999-09-06 Dave Love <fx@gnu.org> | |
| 799 | |
| 800 * isearch.el (isearch-mode-map): Add mouse-2. | |
| 801 | |
| 802 * rmail.el (rmail-read-password): Deleted. | |
| 803 (rmail-get-pop-password): Use read-password. | |
| 804 | |
| 805 * quickurl.el: Don't conditionally define caddr. | |
| 806 (quickurl-url-comment): Use nth, not caddr in function and | |
| 807 defsetf. | |
| 808 | |
| 809 1999-09-06 Richard Stallman <rms@gnu.org> | |
| 810 | |
| 811 * auto-show.el: Doc fixes. | |
| 812 | |
| 813 1999-09-06 Stephen Eglen <stephen@gnu.org> | |
| 814 | |
| 815 * progmodes/octave-inf.el (inferior-octave-startup-args): Add | |
| 816 --no-line-editing so that TABs in source files are not interpreted | |
| 817 as completion requests. | |
| 818 | |
| 819 1999-09-06 Gerd Moellmann <gerd@gnu.org> | |
| 820 | |
| 821 * hscroll.el, auto-show.el: Remove all code, keep the public | |
| 822 interface as no-ops. | |
| 823 | |
| 824 * faces.el (face-bold-p): Don't return t if face has lighter | |
| 825 weight than normal. | |
| 826 | |
| 827 1999-09-06 Eli Zaretskii <eliz@gnu.org> | |
| 828 | |
| 829 * startup.el (command-line): Make small-temporary-file-directory | |
| 830 be nil except on ms-dos. | |
| 831 | |
| 832 * files.el (small-temporary-file-directory): Ditto. Also doc fix. | |
| 833 | |
| 834 * progmodes/sh-script.el (sh-tmp-file): For sh, use $TMPDIR if it | |
| 835 is defined. | |
| 836 | |
| 837 * dired.el (dired-re-dir, dired-re-sym): Don't match DOS drive | |
| 838 letters with a colon after d or l. | |
| 839 | |
| 840 1999-09-06 Dave Love <fx@gnu.org> | |
| 841 | |
| 842 * byte-opt.el (byte-boolean-vars): Removed. (Now primitive.) | |
| 843 | |
| 844 1999-09-05 Richard Stallman <rms@gnu.org> | |
| 845 | |
| 846 * vc.el (vc-annotate-display): Treat 2-digit years under 70 as 20YY. | |
| 847 | |
| 848 * textmodes/paragraphs.el (backward-kill-sentence): | |
| 849 Don't test minibuffer-prompt-end here. | |
| 850 (forward-sentence): Do handle it here. | |
| 851 (backward-kill-paragraph): Don't test it here. | |
| 852 (forward-paragraph): Handle it here. | |
| 853 | |
| 854 * mouse.el (font-menu-add-default): Simplify code. | |
| 855 | |
| 856 1999-09-05 Gerd Moellmann <gerd@gnu.org> | |
| 857 | |
| 858 * faces.el (header-line): Renamed from `top-line'. | |
| 859 | |
| 860 1999-09-05 Gerd Moellmann <gerd@gnu.org> | |
| 861 | |
| 862 * faces.el (tool-bar): Change face `toolbar' to `tool-bar'. | |
| 863 | |
| 864 1999-09-04 Richard Stallman <rms@gnu.org> | |
| 865 | |
| 866 * whitespace.el: New file. | |
| 867 | |
| 868 1999-09-04 Dave Love <fx@gnu.org> | |
| 869 | |
| 870 * paths.el: Make some doc strings obey the make-docfile convention. | |
| 871 | |
| 872 * bindings.el: Likewise. | |
| 873 (debug-ignored-errors): Remove BBDB ones. | |
| 874 | |
| 875 1999-09-03 Richard Stallman <rms@gnu.org> | |
| 876 | |
| 877 * mail/mh-comp.el (mh-forward): Get new subject line from the original, | |
| 878 not from the draft to forward. | |
| 879 | |
| 880 * emacs-lisp/autoload.el (make-autoload): Handle defun* like defun. | |
| 881 | |
| 882 1999-09-03 Dave Love <fx@gnu.org> | |
| 883 | |
| 884 * double.el (double-mode): Customize the variable. | |
| 885 | |
| 886 1999-09-03 Kenichi Handa <handa@etl.go.jp> | |
| 887 | |
| 888 * international/characters.el: Delete duplicated code. | |
| 889 | |
| 890 1999-09-02 Richard Stallman <rms@gnu.org> | |
| 891 | |
| 892 * indent.el (indent-relative): Doc fix. | |
| 893 | |
| 894 * quickurl.el (quickurl): Doc fix. | |
| 895 | |
| 896 1999-09-02 Gerd Moellmann <gerd@gnu.org> | |
| 897 | |
| 898 * faces.el (margin): Change background to "gray" for mono (this is | |
| 899 drawn with a stipple pattern). | |
| 900 | |
| 901 1999-09-02 Gerd Moellmann <gerd@gnu.org> | |
| 902 | |
| 903 * simple.el (next-history-element): Use minibuffer-prompt-end once | |
| 904 again. Remove test for minibuffer-prompt-in-buffer. | |
| 905 | |
| 906 1999-09-02 Eli Zaretskii <eliz@gnu.org> | |
| 907 | |
| 908 * files.el (small-temporary-file-directory): New variable. | |
| 909 | |
| 910 * startup.el (command-line): Compute the value of | |
| 911 small-temporary-file-directory. | |
| 912 | |
| 913 * ediff-init.el (ediff-temp-file-prefix): Use | |
| 914 small-temporary-file-directory if non-nil. | |
| 915 | |
| 916 * vc.el (vc-update-change-log): Likewise. | |
| 917 | |
| 918 * progmodes/cmacexp.el (c-macro-expansion): Likewise. | |
| 919 | |
| 920 * simple.el (shell-command, shell-command-on-region): Use | |
| 921 make-temp-name properly. Use small-temporary-file-directory if | |
| 922 non-nil, otherwise temporary-file-directory, to generate temporary | |
| 923 files. | |
| 924 | |
| 925 * dos-w32.el (direct-print-region-helper): Use | |
| 926 temporary-file-directory. (From Stefan Monnier.) | |
| 927 | |
| 928 1999-09-02 Richard Stallman <rms@gnu.org> | |
| 929 | |
| 930 * progmodes/asm-mode.el (asm-mode): Set comment-start properly | |
| 931 from asm-comment-char. | |
| 932 (asm-font-lock-keywords): Recognize instruction width suffixes. | |
| 933 | |
| 934 1999-09-01 Richard Stallman <rms@gnu.org> | |
| 935 | |
| 936 * play/fortune.el: New file. | |
| 937 | |
| 938 1999-08-31 Dave Love <fx@gnu.org> | |
| 939 | |
| 940 * help.el (help-make-xrefs): Don't lose on non-empty blank line | |
| 941 after key table. | |
| 942 | |
| 943 * byte-opt.el (byte-boolean-vars): Add several w32 and redisplay | |
| 944 variables. | |
| 945 | |
| 946 * subr.el (push): Fix typo. | |
| 947 | |
| 948 1999-08-30 Kevin Blake <kblake@ticnet.com> | |
| 949 | |
| 950 * emacs-lisp/ring.el: Many doc fixes. | |
| 951 (ring-size, ring-copy): New functions. | |
| 952 | |
| 953 1999-08-29 Richard Stallman <rms@gnu.org> | |
| 954 | |
| 955 * progmodes/etags.el (tags-loop-continue): | |
| 956 After tags-loop-operate returns, force skip to next file. | |
| 957 | |
| 958 * mail/mail-extr.el (mail-extr-all-letters-but-separators) | |
| 959 (mail-extr-first-letters, mail-extr-last-letters): | |
| 960 Use character classes [:alpha:] and [:alnum:]. | |
| 961 | |
| 962 * subr.el (push, pop): New macros. | |
| 963 | |
| 964 * progmodes/compile.el (compilation-error-regexp-alist): | |
| 965 New item for SGI IRIX MipsPro compilers. | |
| 966 | |
| 967 * speedbar.el (speedbar-directory-buttons): Recognize | |
| 968 device names when checking for file names. | |
| 969 | |
| 970 * array.el (array-reconfigure-rows): Use generate-new-buffer. | |
| 971 | |
| 972 * emacs-lisp/lisp-mode.el (eval-defun): Expand macros, | |
| 973 and specially handle defvar inside their expansions. | |
| 974 (eval-defun-1): New subroutine. | |
| 975 | |
| 976 * progmodes/compile.el (compilation-error-regexp-alist): | |
| 977 Fix the Perl -w entry to allow period after line number. | |
| 978 Don't allow newlines in file name, but allow them after line number | |
| 979 for Perl debugging traces. | |
| 980 | |
| 981 * which-func.el (which-func-cleanup-function): New variable. | |
| 982 (which-function): Call that function. | |
| 983 | |
| 984 * emacs-lisp/find-func.el (find-function-regexp): Allow a ) or ( | |
| 985 to end a function name. | |
| 986 | |
| 987 * informat.el (Info-tagify): Don't insert more than one newline | |
| 988 before the tag table. | |
| 989 | |
| 990 1999-08-29 Stefan Monnier <monnier@cs.yale.edu> | |
| 991 | |
| 992 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather | |
| 993 than make-temp-name, use match-string-no-properties, and eliminate | |
| 994 a quadratic behavior when building bibtex-strings. | |
| 995 | |
| 996 1999-08-29 Alex Schroeder <alex@gnu.org> | |
| 997 | |
| 998 * comint.el (comint-input-ring-separator): New variable. | |
| 999 (comint-read-input-ring): Doc change; use | |
| 1000 comint-input-ring-separator when reading file. | |
| 1001 (comint-write-input-ring): Use | |
| 1002 comint-input-ring-separator when writing file. | |
| 1003 | |
| 1004 1999-08-29 Marc Girod <girod@shire.ntc.nokia.com> | |
| 1005 | |
| 1006 * informat.el (Info-tagify): Start by widening. | |
| 1007 Match node headers that don't list the file name, | |
| 1008 and more kinds of page separations. | |
| 1009 Strip properties during tagification. | |
| 1010 Use start of node header line as tag's position. | |
| 1011 Fix the "done" message. | |
| 1012 | |
| 1013 (Info-validate): Save and restore match data around narrowing down. | |
| 1014 | |
| 1015 1999-08-28 Richard M. Stallman <rms@gnu.org> | |
| 1016 | |
| 1017 * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode): | |
| 1018 On repeated call, override previous values put into | |
| 1019 minor-mode-map-alist and minor-mode-alist. | |
| 1020 | |
| 1021 1999-08-28 Michael Ernst <mernst@alum.mit.edu> | |
| 1022 | |
| 1023 * dired-x.el (dired-guess-shell-alist-default): Support bzip2 format. | |
| 1024 | |
| 1025 1999-08-27 Andreas Schwab <schwab@gnu.org> | |
| 1026 | |
| 1027 * vc.el (vc-backend-merge-news): Fix regexp to also match P marker | |
| 1028 from cvs update. | |
| 1029 | |
| 1030 1999-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
| 1031 | |
| 1032 * calendar/calendar.el (calendar-move-hook): New hook. | |
| 1033 | |
| 1034 * calendar/cal-move.el: Call the new hook in every movement function. | |
| 1035 | |
| 1036 * calendar/calendar.el (calendar-goto-astro-day-number): Autoload | |
| 1037 the right function name. | |
| 1038 | |
| 1039 1999-08-26 Stephen Gildea <gildea@alum.mit.edu> | |
| 1040 | |
| 1041 * time-stamp.el: Put quote-backquote around all symbol names | |
| 1042 in doc strings, for mousing. | |
| 1043 (time-stamp): support multi-line patterns. | |
| 1044 (time-stamp-inserts-lines): new variable. | |
| 1045 (time-stamp-count): new variable. | |
| 1046 (time-stamp-string-preprocess): fixed bug where "%%a" becomes | |
| 1047 "Thu" instead of "%a". | |
| 1048 | |
| 1049 1999-08-25 Gerd Moellmann <gerd@gnu.org> | |
| 1050 | |
| 1051 * simple.el (kill-word): Undo previous change. | |
| 1052 | |
| 1053 1999-08-25 Gerd Moellmann <gerd@gnu.org> | |
| 1054 | |
| 1055 * jit-lock.el (jit-lock-function): Extend the fontified range | |
| 1056 to the beginning of the line containing the range start and | |
| 1057 the beginning of the line following the range end. | |
| 1058 | |
| 1059 1999-08-24 Dave Love <fx@gnu.org> | |
| 1060 | |
| 1061 * timezone.el: Move provide to end. | |
| 1062 (timezone-parse-date): Simplify somewhat. Assume 2-digit years | |
| 1063 <70 are 2000+. | |
| 1064 (timezone-parse-time): Simplify somewhat. | |
| 1065 | |
| 1066 1999-08-24 Gerd Moellmann <gerd@gnu.org> | |
| 1067 | |
| 1068 * faces.el (margin): Renamed from bitmap-area. | |
| 1069 | |
| 1070 1999-08-24 Alex Schroeder <alex@gnu.org> | |
| 1071 | |
| 1072 * sql.el: Doc changes. | |
| 1073 (sql-sybase): use sql-server instead of sql-database. | |
| 1074 | |
| 1075 1999-08-23 Dave Love <fx@gnu.org> | |
| 1076 | |
| 1077 * rect.el: Add/fix various doc strings. Add `*' to all the | |
| 1078 interactive specs. | |
| 1079 | |
| 1080 1999-08-21 Gerd Moellmann <gerd@gnu.org> | |
| 1081 | |
| 1082 * jit-lock.el (jit-lock-function): Use line-beginning-position. | |
| 1083 Don't unwind-protect font-lock-fontify-region. | |
| 1084 | |
| 1085 * paragraphs.el (backward-kill-paragraph): Don't move | |
| 1086 point into mini-buffer prompt. | |
| 1087 (backward-kill-sentence): Ditto. | |
| 1088 | |
| 1089 * simple.el (next-history-element): Use minibuffer-prompt-end. | |
| 1090 Remove test for minibuffer-prompt-in-buffer. | |
| 1091 (kill-word): Don't move point into mini-buffer prompt. | |
| 1092 | |
| 1093 1999-08-21 Dave Love <fx@gnu.org> | |
| 1094 | |
| 1095 * Makefile: Exclude CVS dirs like RCS. | |
| 1096 | |
| 1097 1999-08-19 Dave Love <fx@gnu.org> | |
| 1098 | |
| 1099 * tooltip.el (tooltip-mode): Customize this, per convention. | |
| 1100 (tooltip-active): Option deleted. | |
| 1101 | |
| 1102 * font-lock.el (global-font-lock-mode): Autoload. Add :initialize. | |
| 1103 | |
| 1104 * hanoi.el, page-ext.el: Declare dynamic vars. | |
| 1105 | |
| 1106 * term.el: Avoid ange-ftp related compilation warnings. | |
| 1107 | |
| 1108 1999-08-18 Gerd Moellmann <gerd@gnu.org> | |
| 1109 | |
| 1110 * font-lock.el (font-lock-support-mode): Make `jit-lock-mode' | |
| 1111 the default so that beginners can benefit from it without | |
| 1112 searching in manuals. | |
| 1113 | |
| 1114 1999-08-18 Ray Blaak <blaak@gnu.org> | |
| 1115 | |
| 1116 * progmodes/delphi.el: Consider assembly sections as blocks, to | |
| 1117 indent them better. Make auto-indent on newline optional. | |
| 1118 | |
| 1119 1999-08-17 Gerd Moellmann <gerd@gnu.org> | |
| 1120 | |
| 1121 * bindings.el (mode-line-modified): Look up key binding for C-x | |
| 1122 C-q. If it's bound call that binding, otherwise call | |
| 1123 toggle-read-only. | |
| 1124 | |
| 1125 1999-08-17 Dave Love <fx@gnu.org> | |
| 1126 | |
| 1127 * info.el (info): Doc fix. | |
| 1128 | |
| 1129 * finder.el (finder-known-keywords): Add `multimedia'. | |
| 1130 | |
| 1131 * apropos.el: Don't capitalize custom group name. | |
| 1132 | |
| 1133 * info-look.el: Remove compatibility code. | |
| 1134 (info-lookup-guess-default*): DTRT for point at start of symbol. | |
| 1135 (info-complete): Don't lose with point not at end of symbol. | |
| 1136 | |
| 1137 1999-08-16 Gerd Moellmann <gerd@gnu.org> | |
| 1138 | |
| 1139 * term.el (toplevel): Make face `term-default' an empty face. | |
| 1140 The code relied on the fact that Emacs ignored invalid faces in | |
| 1141 face text properties in 20.4. | |
| 1142 | |
| 1143 1999-08-16 Richard M. Stallman <rms@gnu.org> | |
| 1144 | |
| 1145 * subr.el (point-at-eol, point-at-bol): New aliases. | |
| 1146 | |
| 1147 * simple.el: Functions reordered. | |
| 1148 | |
| 1149 * rect.el (delete-rectangle-line): Use line-end-position. | |
| 1150 | |
| 1151 1999-08-16 Karl Heuer <kwzh@gnu.org> | |
| 1152 | |
| 1153 * subr.el (assoc-ignore-case, assoc-ignore-representation): Moved | |
| 1154 here from simple.el. | |
| 1155 | |
| 1156 1999-08-16 Dave Love <fx@gnu.org> | |
| 1157 | |
| 1158 * mouse.el: Provide `mldrag' for compatibility. | |
| 1159 (mldrag-drag-mode-line, mldrag-drag-vertical-line): New aliases, | |
| 1160 marked obsolete. | |
| 1161 | |
| 1162 * mldrag.el: Removed since the features are in mouse.el. | |
| 1163 | |
| 1164 * jka-compr.el (auto-compression-mode): New variable for | |
| 1165 customization. | |
| 1166 | |
| 1167 * bindings.el (mode-line-mule-info): Doc fix. | |
| 1168 | |
| 1169 * msb.el (msb--choose-file-menu): Use `completion-ignore-case' in | |
| 1170 name comparisons. | |
| 1171 | |
| 1172 * files.el (interpreter-mode-alist): Add make, guile, clisp. | |
| 1173 (find-file): Doc fix. | |
| 1174 | |
| 1175 1999-08-16 Carsten Dominik <cd@gnu.org> | |
| 1176 | |
| 1177 * textmodes/reftex.el: Most of the code moved to other files. | |
| 1178 * textmodes/reftex-auc.el: New file, split out from reftex.el | |
| 1179 * textmodes/reftex-cite.el: New file, split out from reftex.el | |
| 1180 * textmodes/reftex-global.el: New file, split out from reftex.el | |
| 1181 * textmodes/reftex-index.el: New file, split out from reftex.el | |
| 1182 * textmodes/reftex-parse.el: New file, split out from reftex.el | |
| 1183 * textmodes/reftex-ref.el: New file, split out from reftex.el | |
| 1184 * textmodes/reftex-sel.el: New file, split out from reftex.el | |
| 1185 * textmodes/reftex-toc.el: New file, split out from reftex.el | |
| 1186 * textmodes/reftex-vars.el: New file, split out from reftex.el | |
| 1187 * textmodes/reftex-vcr.el: New file, split out from reftex.el | |
| 1188 | |
| 1189 1999-08-16 Carsten Dominik <cd@gnu.org> | |
| 1190 | |
| 1191 * textmodes/reftex.el: (reftex-pop-to-bibtex-entry): Fixed | |
| 1192 conflict with pop-up-frames. | |
| 1193 (reftex-special-environment-parsers): New constant. | |
| 1194 (reftex-label-alist): car of an entry can also be a function. | |
| 1195 (reftex-what-special-env): new function. | |
| 1196 (reftex-label-location): Call `reftex-what-special-env'. | |
| 1197 (reftex-compile-variables): Check for symbol in | |
| 1198 `reftex-label-alist'. | |
| 1199 (reftex-what-environment): fixed bug with stacked environments of | |
| 1200 same kind (e.g. enumerate). | |
| 1201 (reftex-process-string): Preserve default directory. | |
| 1202 (reftex-label-alist-builtin): changed prefixes of endnote and | |
| 1203 footnote. Also the magic words. | |
| 1204 (reftex-reference): Interprete new option | |
| 1205 `reftex-fref-is-default'. | |
| 1206 (reftex-replace-prefix-escapes): Interprete new `%S' format. | |
| 1207 (reftex-toc-mouse-view-line): Command removed (had no binding). | |
| 1208 (reftex-everything-regexp): New function. | |
| 1209 (reftex-nearest-match): Made better. | |
| 1210 (reftex-toc-find-section): Use new version of | |
| 1211 `reftex-nearest-match'. | |
| 1212 (reftex-insert-docstruct): adapted to work with the index stuff. | |
| 1213 (reftex-parse-from-file): Find index entries as well. | |
| 1214 (reftex-toc-toggle-index): New function | |
| 1215 (reftex-toc-map): `i' is now used to togle the index, File | |
| 1216 boundaries has been moved to `F'. | |
| 1217 (reftex-select-label-map): Toggling display of file boundaries is | |
| 1218 now on the `F' key, for consistency with `reftex-toc-map'. | |
| 1219 (reftex-erase-all-selection-and-index-buffers): Renamed from | |
| 1220 `reftex-erase-all-selection-buffer'. Now also kills the index | |
| 1221 buffers. | |
| 1222 (reftex-viewing-cross-references): Customization group renamed | |
| 1223 from reftex-viewing-cross-references-and-citations. | |
| 1224 (reftex-index-macro-regexp, | |
| 1225 reftex-find-index-entry-regexp-format): New variables | |
| 1226 (reftex-macros-with-index): New variable | |
| 1227 (reftex-add-index-macros): New function | |
| 1228 (reftex-renumber-simple-labels, reftex-translate): Allow for | |
| 1229 multiple labels in a single ref command. | |
| 1230 (reftex-index-support): New customization group | |
| 1231 (reftex-support-index, reftex-index-special-chars, | |
| 1232 reftex-index-macros, reftex-index-default-macro, | |
| 1233 reftex-index-default-tag, reftex-index-math-format, | |
| 1234 reftex-index-section-letters, reftex-index-include-context, | |
| 1235 reftex-index-follow-mode, reftex-index-header-face, | |
| 1236 reftex-index-section-face, reftex-index-tag-face, | |
| 1237 reftex-index-face): New options | |
| 1238 (reftex-index-map, reftex-index-menu, reftex-last-index-file, | |
| 1239 reftex-index-tag, reftex-index-return-marker, | |
| 1240 reftex-index-restriction-indicator, reftex-index-restriction-data, | |
| 1241 reftex-index-macro-regexp, reftex-index-level-re, | |
| 1242 reftex-index-key-end-re, reftex-find-index-entry-regexp-format, | |
| 1243 reftex-everything-regexp-no-index, reftex-index-re, | |
| 1244 reftex-macros-with-index, reftex-index-macro-alist): New variables | |
| 1245 (reftex-index-help, reftex-index-macros-builtin, | |
| 1246 reftex-key-to-index-macro-alist, reftex-query-index-macro-prompt, | |
| 1247 reftex-query-index-macro-help): New constants | |
| 1248 (reftex-index-selection-or-word, reftex-index, | |
| 1249 reftex-default-index, reftex-update-default-index, | |
| 1250 reftex-index-complete-tag, reftex-index-select-tag, | |
| 1251 reftex-index-complete-key, reftex-index-update-taglist, | |
| 1252 reftex-index-globally, reftex-index-mode, reftex-index-show-entry, | |
| 1253 reftex-display-index, reftex-insert-index, | |
| 1254 reftex-index-insert-new-letter, reftex-get-restriction, | |
| 1255 reftex-index-pre-command-hook, reftex-index-post-command-hook, | |
| 1256 reftex-index-show-help, reftex-index-next, reftex-index-previous, | |
| 1257 reftex-index-toggle-follow, reftex-index-toggle-context, | |
| 1258 reftex-index-view-entry, reftex-index-goto-entry-and-hide, | |
| 1259 reftex-index-goto-entry, reftex-index-mouse-goto-line-and-hide, | |
| 1260 reftex-index-quit, reftex-index-quit-and-kill, | |
| 1261 reftex-index-goto-toc, reftex-index-rescan, reftex-index-Rescan, | |
| 1262 reftex-index-revert, reftex-index-switch-index-tag, | |
| 1263 reftex-index-restrict-to-section, reftex-index-widen, | |
| 1264 reftex-index-restriction-forward, | |
| 1265 reftex-index-restriction-backward, reftex-index-visit-location, | |
| 1266 reftex-index-analyze-entry, reftex-index-globalize, | |
| 1267 reftex-index-edit, reftex-index-toggle-range-beginning, | |
| 1268 reftex-index-toggle-range-end, reftex-index-edit-key, | |
| 1269 reftex-index-edit-attribute, reftex-index-edit-visual, | |
| 1270 reftex-index-edit-part, reftex-index-level-down, | |
| 1271 reftex-index-level-up, reftex-index-kill, reftex-index-undo, | |
| 1272 reftex-index-change-entry, reftex-index-goto-letter, | |
| 1273 reftex-add-index-macros, reftex-ensure-index-support, | |
| 1274 reftex-index-info-safe, reftex-index-info): New functions. | |
| 1275 | |
| 1276 | |
| 1277 1999-08-15 Richard M. Stallman <rms@gnu.org> | |
| 1278 | |
| 1279 * paren.el (show-paren-mode): Support making show-paren-mode | |
| 1280 a buffer-local variable. Don't check for a window system. | |
| 1281 (show-paren-function): Check whether show-paren-function is | |
| 1282 enabled in current buffer; do the right thing if not. | |
| 1283 Don't check for a window system. | |
| 1284 (show-paren-mode): Make it a user variable. | |
| 1285 | |
| 1286 * add-log.el (add-log-current-defun): Exclude all trailing whitespace. | |
| 1287 Handle `enum' like `struct'. | |
| 1288 | |
| 1289 * server.el (server-process-filter): If a client visits no buffers, | |
| 1290 close it immediately before recording it. | |
| 1291 | |
| 1292 * mail/mail-utils.el (mail-unquote-printable): Make it autoload. | |
| 1293 Optimize by calling concat just once. Handle =\n sequence. | |
| 1294 (mail-unquote-printable-region): New command. | |
| 1295 (mail-quote-printable): Make it autoload. | |
| 1296 | |
| 1297 1999-08-15 Karl Heuer <kwzh@gnu.org> | |
| 1298 | |
| 1299 * progmodes/octave-mod.el (octave-maintainer-address): Use gnu.org. | |
| 1300 | |
| 1301 1999-08-15 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp> | |
| 1302 | |
| 1303 * lisp/texinfmt.el: Handle @ifnottex. | |
| 1304 | |
| 1305 1999-08-15 Eli Zaretskii <eliz@gnu.org> | |
| 1306 | |
| 1307 * frame.el (blink-cursor): Don't turn on cursor blinking for | |
| 1308 ms-dos. | |
| 1309 | |
| 1310 * faces.el (face-valid-attribute-values): Look in | |
| 1311 x-bitmap-file-path only for x and w32 window systems. | |
| 1312 | |
| 1313 * term/pc-win.el (x-list-fonts): Return "ms-dos", not "default". | |
| 1314 Do that if width is nil as well. | |
| 1315 (x-display-mm-height, x-display-mm-width): Update values. | |
| 1316 (x-colors): Compute the list from msdos-color-values. | |
| 1317 (x-select-enable-clipboard): Doc fix. | |
| 1318 (x-frob-font-weight, x-font-family-list): New functions. | |
| 1319 | |
| 1320 1999-08-15 Toby Speight <Toby.Speight@streapadair.freeserve.co.uk> | |
| 1321 | |
| 1322 * window.el (shrink-window-if-larger-than-buffer): Don't try to | |
| 1323 back up from beginning of buffer. | |
| 1324 | |
| 1325 1999-08-13 Karl Heuer <kwzh@gnu.org> | |
| 1326 | |
| 1327 * emacs-lisp/advice.el (ad-special-forms): Use track-mouse iff bound. | |
| 1328 | |
| 1329 1999-08-13 Alakazam Petrofsky <Alakazam@Petrofsky.Berkeley.CA.US> | |
| 1330 | |
| 1331 * play/hanoi.el: Mostly rewritten. Customized. To support an s2G | |
| 1332 doomsday clock, speed control is added and changes are made to | |
| 1333 allow large numbers of rings: rings now show the whole ring | |
| 1334 number, not just the last digit; consecutive rings are allowed to | |
| 1335 be the same size when necessary to fit all the rings in the | |
| 1336 window; and poles can be oriented horizontally. Face support is | |
| 1337 thrown in gratuitously. | |
| 1338 (hanoi): Changed default number of rings back to 3. | |
| 1339 (hanoi-unix, hanoi-unix-64): New commands | |
| 1340 (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces, | |
| 1341 hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face, | |
| 1342 hanoi-odd-ring-face): New variables. | |
| 1343 (hanoi-internal, hanoi-current-time-float, hanoi-put-face, | |
| 1344 hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for, | |
| 1345 hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions. | |
| 1346 (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n. | |
| 1347 (hanoi-topos, hanoi-draw-ring): Removed. | |
| 1348 | |
| 1349 1999-08-12 Gerd Moellmann <gerd@gnu.org> | |
| 1350 | |
| 1351 * faces.el (face-valid-attribute-values): Return an alist for | |
| 1352 families on ttys. | |
| 1353 (face-read-integer): Handle unspecified face attributes. Add | |
| 1354 completion for `unspecified'. | |
| 1355 (read-face-attribute): Handle unspecified font attributes. | |
| 1356 (face-valid-attribute-values): Add `unspecified' to lists so that | |
| 1357 it can be chosen via completion. | |
| 1358 (face-read-string): Don't recognize "none" as input. | |
| 1359 | |
| 1360 1999-08-10 Dave Love <fx@gnu.org> | |
| 1361 | |
| 1362 * sendmail.el (mail-specify-envelope-from): Fix quoting of doc | |
| 1363 string. | |
| 1364 | |
| 1365 * sun-curs.el: Require sun-fns. | |
| 1366 | |
| 1367 1999-08-10 Dave Love <fx@gnu.org> | |
| 1368 | |
| 1369 * autorevert.el (auto-revert-mode): Add autoload cookie. | |
| 1370 | |
| 1371 * hscroll.el, auto-show.el: Files deleted -- we have built-in | |
| 1372 hscroll. | |
| 1373 | |
| 1374 * simple.el (hscroll-step, hscroll-point-visible) | |
| 1375 (hscroll-window-column): Remove now we have the mentioned real | |
| 1376 horizontal autoscrolling. | |
| 1377 | |
| 1378 1999-08-10 Richard M. Stallman <rms@gnu.org> | |
| 1379 | |
| 1380 * mail/sendmail.el (sendmail-send-it): Let mail-specify-envelope-from | |
| 1381 control use of -f option. | |
| 1382 (mail-specify-envelope-from): New variable. | |
| 1383 (mail-from-style): Doc fix. | |
| 1384 | |
| 1385 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): New fn. | |
| 1386 (easy-menu-get-map): New arg TO-MODIFY helps choose | |
| 1387 between local and global maps. | |
| 1388 (easy-menu-add-item): Pass TO-MODIFY arg to easy-menu-get-map. | |
| 1389 (easy-menu-change): Doc fix. | |
| 1390 | |
| 1391 * info-look.el (info-lookup-guess-c-symbol): Use skip-syntax-backward. | |
| 1392 (info-lookup-guess-default): Simplified and cleaned up. | |
| 1393 (info-lookup-guess-default*): Preserve point. | |
| 1394 | |
| 1395 * view.el (view-mode-disable): If buffer-read-only is nil, | |
| 1396 don't change it. | |
| 1397 | |
| 1398 * files.el (after-find-file): Disable View mode if buffer is no | |
| 1399 longer read-only. | |
| 1400 | |
| 1401 * view.el (view-mode-enable, view-mode-disable): | |
| 1402 Call force-mode-line-update. | |
| 1403 | |
| 1404 1999-08-10 Karl Heuer <kwzh@gnu.org> | |
| 1405 | |
| 1406 * language/european.el, emacs-lisp/byte-opt.el: Fix provide call. | |
| 1407 * array.el, play/landmark.el, international/latin-3.el: Likewise. | |
| 1408 * sun-curs.el, term/sun-mouse.el, progmodes/simula.el: Likewise. | |
| 1409 | |
| 1410 1999-08-10 Alex Schroeder <asc@bsiag.com> | |
| 1411 | |
| 1412 * ansi-color.el (ansi-color-to-text-properties): Added New state 5 | |
| 1413 to prevent m-eating-bug. | |
| 1414 | |
| 1415 1999-08-10 Eli Zaretskii <eliz@gnu.org> | |
| 1416 | |
| 1417 * term/pc-win.el (msdos-bg-mode): Remove. Call | |
| 1418 frame-set-background-mode instead. All callers changed. | |
| 1419 (msdos-face-setup): Don't force color display parameter, it is set | |
| 1420 by frame-set-background-mode. | |
| 1421 (make-msdos-frame): Call x-handle-reverse-video and | |
| 1422 face-set-after-frame-default. Delete frame if creation failed. | |
| 1423 | |
| 1424 * faces.el (face-set-after-frame-default): Don't call | |
| 1425 make-face-x-resource-internal for the pc window-system. | |
| 1426 | |
| 1427 1999-08-10 Dave Love <fx@melange.gnu.org> | |
| 1428 | |
| 1429 * emacs-lisp/advice.el (ad-make-single-advice-docstring): Treat | |
| 1430 case with no docstring specially. | |
| 1431 | |
| 1432 1999-08-09 Eli Zaretskii <eliz@gnu.org> | |
| 1433 | |
| 1434 * complete.el (PC-do-completion): If completing on file name, | |
| 1435 reproduce str by concatenating its directory and basename parts. | |
| 1436 | |
| 1437 1999-08-07 Dave Love <fx@gnu.org> | |
| 1438 | |
| 1439 * man.el (Man-softhyphen-to-minus): Revert previous change. Avoid | |
| 1440 unibyte to multibyte conversion of search-forward (from Handa), | |
| 1441 but avoid the replacement if the language is Latin-N. | |
| 1442 | |
| 1443 1999-08-06 Richard Stallman <rms@gnu.org> | |
| 1444 | |
| 1445 * emacs-lisp/eval-reg.el (elisp-eval-buffer): Handle all 5 args | |
| 1446 of eval-buffer. | |
| 1447 | |
| 1448 * international/mule.el (load-with-code-conversion): | |
| 1449 Pass t to eval-buffer for DO-ALLOW-PRINT. | |
| 1450 | |
| 1451 1999-08-06 Geoff Voelker <voelker@cs.washington.edu> | |
| 1452 | |
| 1453 * ls-lisp.el (ls-lisp-delete-matching): List argument is now alist | |
| 1454 of filenames and attributes. | |
| 1455 (ls-lisp-insert-directory): Use directory-files-and-attributes | |
| 1456 for speed. | |
| 1457 | |
| 1458 1999-08-05 Dave Love <fx@gnu.org> | |
| 1459 | |
| 1460 * auto-show.el (auto-show-mode): Fix :set. | |
| 1461 | |
| 1462 * widget.el (define-widget-keywords): Make dummy definition and | |
| 1463 comment-out its use. | |
| 1464 | |
| 1465 1999-08-04 Richard Stallman <rms@gnu.org> | |
| 1466 | |
| 1467 * progmodes/tcl.el: Customized. | |
| 1468 | |
| 1469 * sql.el (sql-accumulate-and-indent): Instead of testing | |
| 1470 whether this is Emacs 20 before calling comint-accumulate, | |
| 1471 test whether comint-accumulate is defined. | |
| 1472 | |
| 1473 1999-08-04 Dave Love <fx@gnu.org> | |
| 1474 | |
| 1475 * sgml-mode.el: Require outline when compiling. | |
| 1476 (sgml-mode-hook, html-mode-hook): Customize. | |
| 1477 (sgml-validate-command): Fix :version. | |
| 1478 (html-autoview-mode): Doc fix. | |
| 1479 | |
| 1480 * man.el (Man-softhyphen-to-minus): Fix for multibyte case, do | |
| 1481 nothing in Latin-N environment. | |
| 1482 | |
| 1483 * info.el (Info-find-node): Call info-initialize here. | |
| 1484 (info): Not here. | |
| 1485 (Info-file-list-for-emacs): Add message, dired-x, c, viper. | |
| 1486 | |
| 1487 1999-08-04 Richard Stallman <rms@gnu.org> | |
| 1488 | |
| 1489 * ansi-color.el: New file. | |
| 1490 | |
| 1491 1999-08-04 Stefan Monnier <monnier@cs.yale.edu> | |
| 1492 | |
| 1493 * dired.el (dired-string-replace-match): Return `nil' when no match | |
| 1494 found with global search. | |
| 1495 | |
| 1496 * ledit.el (ledit-zap-file, ledit-read-file, ledit-compile-file): | |
| 1497 * terminal.el (te-terminfo-directory): | |
| 1498 * mail/mailpost.el (post-mail-send-it): | |
| 1499 * mail/metamail.el (metamail-region): | |
| 1500 * progmodes/ada-mode.el (ada-tmp-directory): | |
| 1501 Use temporary-file-directory. | |
| 1502 | |
| 1503 * progmodes/compile.el (compilation-parsing-end,compilation-setup) | |
| 1504 (compilation-filter, compilation-forget-errors) | |
| 1505 (compilation-parse-errors): Use a marker instead of an integer for | |
| 1506 `compilation-parsing-end'. | |
| 1507 | |
| 1508 * progmodes/diff.el (diff-parse-differences): | |
| 1509 Use a marker instead of an integer for `compilation-parsing-end'. | |
| 1510 * textmodes/tex-mode.el (tex-compilation-parse-errors): | |
| 1511 Use a marker instead of an integer for `compilation-parsing-end'. | |
| 1512 | |
| 1513 1999-08-03 Richard Stallman <rms@gnu.org> | |
| 1514 | |
| 1515 * buff-menu.el (Buffer-menu-mode-map): Add V for Buffer-menu-View. | |
| 1516 (Buffer-menu-mode): Doc fix. | |
| 1517 (Buffer-menu-view): New command. | |
| 1518 (Buffer-menu-view-other-window): New command. | |
| 1519 | |
| 1520 1999-08-03 Christopher J. Madsen <chris_madsen@geocities.com> | |
| 1521 | |
| 1522 * replace.el (query-replace-regexp-eval) | |
| 1523 (replace-eval-replacement, replace-loop-through-replacements) | |
| 1524 (replace-match-string-symbols): New functions. | |
| 1525 (perform-replace): Allow REPLACEMENTS to be (FUNCTION . DATA). | |
| 1526 Use replace-loop-through-replacements. | |
| 1527 | |
| 1528 1999-08-03 Dave Pearson <davep@hagbard.demon.co.uk> | |
| 1529 | |
| 1530 * play/5x5.el (5x5-mode-map): Bind C-p, C-n, C-b, C-f. | |
| 1531 (5x5): Doc fix. | |
| 1532 | |
| 1533 1999-08-03 Dave Love <fx@gnu.org> | |
| 1534 | |
| 1535 * fortran.el (fortran-indent-new-line): Make it an alias | |
| 1536 for reindent-then-newline-and-indent. | |
| 1537 | |
| 1538 1999-08-03 Didier Verna <verna@inf.enst.fr> | |
| 1539 | |
| 1540 * rect.el: All functions rewritten, except when noted above | |
| 1541 their declaration. Below is a list of interface changes. | |
| 1542 (apply-on-rectangle): New function, mostly replaces | |
| 1543 `operate-on-rectangle'. All callers changed. | |
| 1544 (move-to-column-force): Pass new second argument to `move-to-column'. | |
| 1545 (kill-rectangle): Added optional prefix arg to fill lines. | |
| 1546 (delete-rectangle): Ditto. | |
| 1547 (delete-whitespace-rectangle): Ditto. | |
| 1548 (delete-extract-rectangle): Ditto. | |
| 1549 (open-rectangle): Ditto. | |
| 1550 (clear-rectangle): Ditto. | |
| 1551 (delete-whitespace-rectangle-line): New function. | |
| 1552 (delete-rectangle-line): Added third arg FILL. | |
| 1553 (delete-extract-rectangle-line): Ditto. | |
| 1554 (open-rectangle-line): Ditto. | |
| 1555 (clear-rectangle-line): Ditto. | |
| 1556 | |
| 1557 1999-08-03 Ray Blaak <blaak@gnu.org> | |
| 1558 | |
| 1559 * progmodes/delphi.el: New file. | |
| 1560 | |
| 1561 1999-08-02 Richard Stallman <rms@gnu.org> | |
| 1562 | |
| 1563 * textmodes/outline.el (outline-previous-heading): New function. | |
| 1564 (outline-up-heading-all): Use outline-previous-heading. | |
| 1565 (outline-next-heading): Delete definition inserted yesterday. | |
| 1566 | |
| 1567 1999-08-01 Richard Stallman <rms@gnu.org> | |
| 1568 | |
| 1569 * textmodes/outline.el (outline-next-heading): New function. | |
| 1570 (outline-up-heading-all): New function. | |
| 1571 (outline-font-lock-level): Using outline-up-heading-all. | |
| 1572 Tell outline-back-to-heading to accept invisible headings. | |
| 1573 | |
| 1574 * simple.el (shell-command-on-region): EXIT-STATUS can be a string. | |
| 1575 | |
| 1576 * mail/mh-utils.el (mh-find-path-run): New variable. | |
| 1577 (mh-find-path): Test and set that. | |
| 1578 Set mail-user-agent only the first time this function is run. | |
| 1579 (mail-user-agent): Defvar deleted. | |
| 1580 | |
| 1581 * info.el (info-initialize): New function. | |
| 1582 (info): Call info-initialize. | |
| 1583 (Info-directory-list): Initialize to nil, | |
| 1584 so info-initialize will set it up for real. | |
| 1585 | |
| 1586 1999-08-01 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
| 1587 | |
| 1588 * calendar/calendar.el (european-date-diary-pattern): Fix pattern so it | |
| 1589 does not interpret a time as the year in a day-month entry. | |
| 1590 | |
| 1591 * calendar/diary-lib.el: Change syntax table entry for colon in | |
| 1592 the diary as part of the european-date-diary-pattern fix. | |
| 1593 | |
| 1594 1999-08-01 Eli Zaretskii <eliz@gnu.org> | |
| 1595 | |
| 1596 * international/mule.el (set-auto-coding): Allow whitespace before | |
| 1597 and after the "variable: value" pair. | |
| 1598 | |
| 1599 1999-07-30 Ken'ichi Handa <handa@gnu.org> | |
| 1600 | |
| 1601 * mail/sendmail.el (sendmail-coding-system): Doc-string fixed. | |
| 1602 (default-sendmail-coding-system): Doc-string fixed. | |
| 1603 | |
| 1604 1999-07-30 Dave Love <fx@gnu.org> | |
| 1605 | |
| 1606 * subr.el (assoc-delete-all): New function, renamed from | |
| 1607 frame-delete-all. | |
| 1608 | |
| 1609 * frame.el: Change comments to doc strings and other doc fixes. | |
| 1610 (frame-delete-all): Moved to subr.el as `assoc-delete-all'. | |
| 1611 Callers changed. | |
| 1612 (set-background-color, set-foreground-color, set-cursor-color) | |
| 1613 (set-mouse-color, set-border-color): Offer completion of colours. | |
| 1614 (cursor): Add :version to defgroup. | |
| 1615 | |
| 1616 * facemenu.el (list-colors-display): Make it work on ttys. | |
| 1617 (facemenu-read-color): Likewise. | |
| 1618 | |
| 1619 1999-07-30 Richard M. Stallman <rms@gnu.org> | |
| 1620 | |
| 1621 * frame.el (frame-notice-user-settings): If background | |
| 1622 color has been changed, update background-mode from it, | |
| 1623 then update faces. | |
| 1624 | |
| 1625 1999-07-30 Wolfgang Rupprecht <wolfgang@wsrcc.com> | |
| 1626 | |
| 1627 * net-utils.el (finger): Don't do indirect fingering. | |
| 1628 | |
| 1629 1999-07-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
| 1630 | |
| 1631 * cal-tex.el (cal-tex-cursor-filofax-daily): Add possibility of | |
| 1632 rules. Add separator at end of holidays. | |
| 1633 (cal-tex-rules): New customizable variable. | |
| 1634 (cal-tex-latexify-list): Add optional parameter to put separator | |
| 1635 at end. | |
| 1636 | |
| 1637 1999-07-30 Bill Richter <richter@steenrod.math.nwu.edu> | |
| 1638 | |
| 1639 * textmodes/fill.el (fill-individual-paragraphs): Calculate new | |
| 1640 fill prefix on each line while looping to the end of paragraph. | |
| 1641 End paragraph if it's longer than the existing fill prefix. | |
| 1642 | |
| 1643 * textmodes/fill.el (fill-context-prefix): Doc fix. | |
| 1644 | |
| 1645 1999-07-30 Dave Love <fx@gnu.org> | |
| 1646 | |
| 1647 * font-lock.el (jit-lock): Fix :load, add :version. | |
| 1648 | |
| 1649 1999-07-30 Eli Zaretskii <eliz@gnu.org> | |
| 1650 | |
| 1651 * term/pc-win.el (msdos-face-setup): Register standard colors in | |
| 1652 Vface_tty_color_alist. | |
| 1653 (face-color-supported-p, face_color_gray_p): New functions. | |
| 1654 | |
| 1655 * loadup.el: Don't load scroll-bar unless x-toolkit-scroll-bars-p | |
| 1656 is bound. | |
| 1657 | |
| 1658 * startup.el (command-line): Don't register default colors for | |
| 1659 MSDOS window-system. | |
| 1660 | |
| 1661 1999-07-29 Dave Love <fx@gnu.org> | |
| 1662 | |
| 1663 * f90.el (f90-mode-syntax-table): Change backslash to escape, not | |
| 1664 charquote. | |
| 1665 | |
| 1666 * lisp-mode.el (eval-defun): Re-written to avoid | |
| 1667 capturing variables. | |
| 1668 | |
| 1669 * picture.el (picture-beginning-of-line): Don't call | |
| 1670 hscroll-point-visible now we have real autoscrolling. | |
| 1671 (picture-end-of-line, picture-newline, picture-open-line): | |
| 1672 Likewise. | |
| 1673 | |
| 1674 * international/latin-8.el: New file. | |
| 1675 * international/latin-9.el: New file. | |
| 1676 | |
| 1677 1999-07-28 Dave Love <fx@gnu.org> | |
| 1678 | |
| 1679 * mouse.el (x-fixed-font-alist): Add lucidasanstypewriter. | |
| 1680 | |
| 1681 * msb.el: Require cl only when compiling. | |
| 1682 (msb--home-dir): Deleted. | |
| 1683 (msb--format-title): Use abbreviate-file-name. | |
| 1684 (msb--choose-file-menu): Simplify string comparison. | |
| 1685 | |
| 1686 1999-07-28 Gerd Moellmann <gerd@gnu.org> | |
| 1687 | |
| 1688 * faces.el (toolbar): Add face definition for mono displays. | |
| 1689 | |
| 1690 1999-07-27 Richard M. Stallman <rms@gnu.org> | |
| 1691 | |
| 1692 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change. | |
| 1693 | |
| 1694 * frame.el (frame-initialize): When setting frame-initial-frame-alist, | |
| 1695 force copying of default-frame-alist. | |
| 1696 | |
| 1697 1999-07-26 Ken'ichi Handa <handa@gnu.org> | |
| 1698 | |
| 1699 * ps-mule.el (ps-mule-begin-job): Fix malformed regexp. | |
| 1700 | |
| 1701 1999-07-26 Richard M. Stallman <rms@gnu.org> | |
| 1702 | |
| 1703 * frame.el (set-mouse-color): If new color is nil, | |
| 1704 really respecify the current color. | |
| 1705 | |
| 1706 1999-07-26 Gerd Moellmann <gerd@gnu.org> | |
| 1707 | |
| 1708 * faces.el (bitmap-area): Change background of face `bitmap-area' | |
| 1709 to white for mono displays. | |
| 1710 | |
| 1711 1999-07-26 Kenichi Handa <handa@etl.go.jp> | |
| 1712 | |
| 1713 * international/ccl.el (ccl-embed-symbol): New function. | |
| 1714 (ccl-program-p): Deleted. Now it's implemented in C code. | |
| 1715 (ccl-compile-call): Use ccl-embed-symbol to embed a symbol. | |
| 1716 (ccl-compile-translate-character): Likewise. | |
| 1717 (ccl-compile-map-single): Likewise. | |
| 1718 (ccl-compile-multiple-map-function): Likewise. | |
| 1719 (declare-ccl-program): Doc-string modified. | |
| 1720 (check-ccl-program): Check compiled CCL code by ccl-program-p. | |
| 1721 | |
| 1722 1999-07-25 Ken'ichi Handa <handa@etl.go.jp> | |
| 1723 | |
| 1724 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change. | |
| 1725 | |
| 1726 1999-07-25 Markus Rost <rost@gnu.org> | |
| 1727 | |
| 1728 * cus-edit.el (custom-save-variables, custom-save-faces): Sort | |
| 1729 the entries to make custom-file more readable. | |
| 1730 | |
| 1731 1999-07-25 Richard M. Stallman <rms@gnu.org> | |
| 1732 | |
| 1733 * cus-edit.el (custom-save-delete): Avoid error for empty .emacs. | |
| 1734 | |
| 1735 * emacs-lisp/edebug.el: Delete compatibility code. | |
| 1736 (edebug-next-token-class): If . is followed by a digit, | |
| 1737 return `symbol' for the token class. | |
| 1738 | |
| 1739 * startup.el (command-line): If we don't find the user's init file, | |
| 1740 set user-init-file to nil. | |
| 1741 | |
| 1742 1999-07-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 1743 | |
| 1744 * info-look.el (info-lookup-interactive-arguments): Add optional | |
| 1745 argument query for new choice of help mode. | |
| 1746 (info-lookup-symbol): Use it. | |
| 1747 (info-lookup-file): Ditto. | |
| 1748 (info-lookup): Don't switch to other window, if already in Info | |
| 1749 buffer. | |
| 1750 | |
| 1751 1999-07-23 Dave Love <fx@gnu.org> | |
| 1752 | |
| 1753 * fortran.el (fortran-mode-syntax-table): Change `\' to `\' | |
| 1754 syntax. | |
| 1755 (fortran-fontify-string, fortran-match-!-commen): Deleted. | |
| 1756 (fortran-font-lock-syntactic-keywords): New variable. | |
| 1757 (fortran-mode): Use it. | |
| 1758 (fortran-font-lock-keywords-1): Don't do comments. | |
| 1759 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save | |
| 1760 match data. | |
| 1761 | |
| 1762 * textmodes/sgml-mode.el (sgml-validate-command): Use nsgmls. | |
| 1763 | |
| 1764 * msb.el (msb-menu-bar-update-buffers): Renamed from | |
| 1765 menu-bar-update-buffers. | |
| 1766 (msb-custom-set, msb--toggle-menu-type): Call | |
| 1767 msb-menu-bar-update-buffers. | |
| 1768 (msb-mode): Revise the hook setting. | |
| 1769 | |
| 1770 * font-lock.el (turn-on-font-lock): Use tty-display-color-p. | |
| 1771 | |
| 1772 1999-07-23 Gerd Moellmann <gerd@gnu.org> | |
| 1773 | |
| 25956 | 1774 * font-lock.el, help.el, simple.el: Re-integrate previously |
| 1775 described changes that were lost due to errors while checking them | |
| 1776 in. | |
| 25837 | 1777 |
| 1778 1999-07-23 Kevin Blake <kblake@ticnet.com> | |
| 1779 | |
| 1780 * font-lock.el (lisp-font-lock-keywords-2): Fix regexp. | |
| 1781 | |
| 1782 1999-07-23 Ken'ichi Handa <handa@etl.go.jp> | |
| 1783 | |
| 1784 * international/encoded-kb.el | |
| 1785 (encoded-kbd-self-insert-iso2022-7bit): Don't insert the character | |
| 1786 but push it to unread-command-events. | |
| 1787 (encoded-kbd-self-insert-iso2022-8bit): Likewise. | |
| 1788 (encoded-kbd-self-insert-sjis): Likewise. | |
| 1789 (encoded-kbd-self-insert-big5): Likewise. | |
| 1790 | |
| 1791 * textmodes/fill.el (fill-region-as-paragraph): Avoid backing up | |
| 1792 before left margin and fill-prefix by fill-find-break-point. | |
| 1793 | |
| 1794 1999-07-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 1795 | |
| 1796 * info-look.el (info-lookup-setup-mode): Don't give up, if | |
| 1797 info-lookup-make-completions returns an error. | |
| 1798 (info-lookup-maybe-add-help :mode 'latex-mode): Use Info file | |
| 1799 name latex, not latex2e. | |
| 1800 | |
| 1801 1999-07-21 Richard M. Stallman <rms@gnu.org> | |
| 1802 | |
| 1803 * replace.el (perform-replace): Turn off case-fold-search | |
| 1804 if FROM-STRING argument has uppercase in it. | |
| 1805 | |
| 1806 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 1807 | |
| 1808 * jit-lock.el (jit-lock-after-change): Do it only if jit-lock | |
| 1809 mode is on. Don't use end of changed text. | |
| 1810 | |
| 1811 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 1812 | |
| 1813 * cl-extra.el (cl-make-hash-table): Renamed from make-hash-table. | |
| 1814 (cl-hash-table-p): Renamed from hash-table-p. | |
| 1815 (cl-hash-table-count): Renamed from hash-table-count. | |
| 1816 (maphash): Alias to cl-maphash removed. | |
| 1817 (gethash): Likewise. | |
| 1818 (puthash): Likewise. | |
| 1819 (remhash): Likewise. | |
| 1820 (clrhash): Likewise. | |
| 1821 | |
| 1822 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 1823 | |
| 1824 * jit-lock.el (jit-lock-stealth-fontify): Don't call sit-for with | |
| 1825 third arg non-nil. See comment there why this isn't a good idea. | |
| 1826 | |
| 1827 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 1828 | |
| 1829 * jit-lock.el (jit-lock-stealth-fontify): Use with-temp-message. | |
| 1830 | |
| 1831 * jit-lock.el (jit-lock-stealth-fontify): Widen buffer, and call | |
| 1832 sit-for with 3rd arg non-nil to prevent redisplay. | |
| 1833 | |
| 1834 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 1835 | |
| 1836 * image.el (image-type-from-file-header): If file doesn't | |
| 1837 have a directory part, add data-directory. | |
| 1838 | |
| 1839 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 1840 | |
| 1841 * tooltip.el (tooltip-gud-tips-p): Set default to nil. | |
| 1842 (tooltip-activate-mouse-motions-if-enabled): Don't activate mouse | |
| 1843 motion handling when tooltip-gud-tips-p is nil. | |
| 1844 | |
| 1845 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 1846 | |
| 1847 * tooltip.el (tooltip-mode): Don't use `plusp'. | |
| 1848 (tooltip-active): Use initial value of nil. | |
| 1849 | |
| 1850 * jit-lock.el (jit-lock-mode): Don't use `plusp'. | |
| 1851 | |
| 1852 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 1853 | |
| 1854 * bindings.el (make-mode-line-mouse-sensitive): Add key | |
| 1855 definitions for `top-line'. | |
| 1856 | |
| 1857 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 1858 | |
| 1859 * faces.el (top-line): New face. | |
| 1860 | |
| 1861 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 1862 | |
| 1863 * image.el (image-type-regexps): Add regexp for PS files. | |
| 1864 | |
| 1865 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 1866 | |
| 1867 * faces.el (set-face-attribute): Fix wrong handling of frame | |
| 1868 begin equal to t. | |
| 1869 | |
| 1870 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 1871 | |
| 1872 * image.el (image-type-regexps): Add PNG format. | |
| 1873 | |
| 1874 1999-07-21 Dave Love <fx@gnu.org> | |
| 1875 | |
| 1876 * bindings.el (mode-line-modified): New variable. | |
| 1877 (mode-line-mode-menu-1): Switch to appropriate window before | |
| 1878 showing menu. | |
| 1879 | |
| 1880 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 1881 | |
| 1882 * faces.el (face-underline): Removed. | |
| 1883 (face-underline-color): Ditto. | |
| 1884 | |
| 1885 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 1886 | |
| 1887 * faces.el (face-x-resources): Fix typo. | |
| 1888 | |
| 1889 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 1890 | |
| 1891 * faces.el: Remove handling of `:relief', extend handling of | |
| 1892 `:box'. | |
| 1893 (frame-set-background-mode): Choose new defface specs after | |
| 1894 frame parameters have changed. | |
| 1895 | |
| 1896 * cus-face.el: Ditto. | |
| 1897 | |
| 1898 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 1899 | |
| 1900 * custom.el (defface): Extend documentation to include new | |
| 1901 face attributes. | |
| 1902 | |
| 1903 * cus-face.el (custom-face-attributes): Add overline, | |
| 1904 strike-through, box. | |
| 1905 | |
| 1906 * faces.el (face-valid-attribute-values): Handle overline, | |
| 1907 strike-through, box. | |
| 1908 (face-attribute-name-alist): Add pairs for new face attributes. | |
| 1909 (describe-face): Handle new face attributes. | |
| 1910 | |
| 1911 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 1912 | |
| 1913 * faces.el (face-x-resources): Add overline, strike-through, box. | |
| 1914 | |
| 1915 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 1916 | |
| 1917 * enriched.el (enriched-translations): Add `display' and | |
| 1918 "x-display". | |
| 1919 (enriched-handle-display-prop): New. | |
| 1920 (enriched-decode-display-prop): New. | |
| 1921 | |
| 1922 * format.el (top-level): Give `display' property | |
| 1923 `format-list-atomic-p. | |
| 1924 (format-annotate-single-property-change): Test that property. | |
| 1925 If present, treat list property values like atoms. | |
| 1926 | |
| 1927 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 1928 | |
| 1929 * cus-face.el (custom-face-attributes): Use `choice' everywhere | |
| 1930 so that "*" can be entered. | |
| 1931 | |
| 1932 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 1933 | |
| 1934 * cus-face.el (custom-face-attributes): Don't use `#''. | |
| 1935 | |
| 1936 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp> | |
| 1937 | |
| 1938 * cus-face.el (custom-face-attributes): Return underline | |
| 1939 face attribute directly from the second lambda of underline. | |
| 1940 | |
| 1941 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 1942 | |
| 1943 * jit-lock.el (jit-lock-stealth-verbose): Set to nil. | |
| 1944 | |
| 1945 * frame.el (after-setting-font-hooks): New variable. | |
| 1946 (set-frame-font): Run those hooks. | |
| 1947 | |
| 1948 * jit-lock.el (jit-lock-function): Use font-lock-fontify-region. | |
| 1949 | |
| 1950 * faces.el (set-face-attribute): Fix doc string. | |
| 1951 | |
| 1952 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 1953 | |
| 1954 * cus-face.el (custom-face-attributes): Accept color name. | |
| 1955 | |
| 1956 * faces.el (face-underline-p): Accept unspecified underlining. | |
| 1957 (face-underline): Ditto. Fix doc string. | |
| 1958 | |
| 1959 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp> | |
| 1960 | |
| 1961 * faces.el (face-underline-color): New function. | |
| 1962 | |
| 1963 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp> | |
| 1964 | |
| 1965 * cus-face.el (custom-face-attributes): Support underline coloring. | |
| 1966 Added slot to choose a color. | |
| 1967 | |
| 1968 * faces.el (face-underline): New function. | |
| 1969 (face-underline-p): Support underline coloring. | |
| 1970 Return nil only if the underline attribute is 'normal. | |
| 1971 (set-face-underline): New function. | |
| 1972 (face-valid-attribute-values): Support underline coloring. | |
| 1973 | |
| 1974 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 1975 | |
| 1976 * image.el (insert-image): Use `display' instead of `glyph' | |
| 1977 as text property name. | |
| 1978 (put-image): Ditto. | |
| 1979 (image-type-from-file-header): Use insert-file-contents-literally. | |
| 1980 | |
| 1981 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 1982 | |
| 1983 * easymenu.el (easy-menu-do-add-item): Don't use the empty | |
| 1984 string to indicate separators. | |
| 1985 | |
| 1986 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 1987 | |
| 1988 * jit-lock.el (jit-lock-stealth-fontify): Bind message-log-max | |
| 1989 instead of message-log. | |
| 1990 | |
| 1991 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 1992 | |
| 1993 * faces.el (bitmap-area): New face. | |
| 1994 | |
| 1995 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 1996 | |
| 1997 * image.el (insert-image): New. | |
| 1998 | |
| 1999 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2000 | |
| 2001 * frame.el (blink-cursor): Set the symbol's value. | |
| 2002 (show-trailing-whitespace): Change group to font-lock. | |
| 2003 | |
| 2004 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2005 | |
| 2006 * jit-lock.el: New. | |
| 2007 * font-lock.el: Add jit-mode as new support mode. | |
| 2008 | |
| 2009 * font-lock.el (font-lock-fontify-keywords-region): Stop when | |
| 2010 reaching end instead of letting re-search-forward signal an error. | |
| 2011 (demand-lock-mode): New. | |
| 2012 (font-lock-turn-on-thing-lock): Add demand-lock-mode. | |
| 2013 (font-lock-turn-off-thing-lock): Ditto. | |
| 2014 (font-lock-after-fontify-buffer): Ditto. | |
| 2015 (font-lock-after-unfontify-buffer): Ditto. | |
| 2016 | |
| 2017 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2018 | |
| 2019 * gs.el: New file. | |
| 2020 | |
| 2021 * startup.el (command-line-1): Activate tooltip mode if | |
| 2022 interactive. | |
| 2023 | |
| 2024 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2025 | |
| 2026 * faces.el (toolbar): Grey default background. | |
| 2027 (modeline): Ditto. | |
| 2028 | |
| 2029 * image.el (image-type-regexps): New. | |
| 2030 (image-type-from-file-header): New. | |
| 2031 (create-image): Call it. | |
| 2032 | |
| 2033 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2034 | |
| 2035 * image.el: New file. | |
| 2036 | |
| 2037 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2038 | |
| 2039 * bindings.el (mode-line-format): Replace `mode-name' with | |
| 2040 `(:eval mode-line-mode-name)'. | |
| 2041 (mode-line-mode-name): New. | |
| 2042 (make-mode-line-mouse-sensitive): Don't change default value | |
| 2043 of `mode-name'. | |
| 2044 | |
| 2045 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2046 | |
| 2047 * tooltip.el: New file. | |
| 2048 | |
| 2049 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2050 | |
| 2051 * bindings.el (make-mode-line-mouse-sensitive): Use down-mouse-3 | |
| 2052 instead of mouse-3 to pop up menus. | |
| 2053 (mode-line-kill-buffer): Removed. | |
| 2054 (make-mode-line-mouse-sensitive): Pop mouse buffer menu over | |
| 2055 buffer name. | |
| 2056 (mode-line-buffer-menu-1): Removed. | |
| 2057 | |
| 2058 * startup.el (command-line-1): Call make-mode-line-mouse-sensitive. | |
| 2059 | |
| 2060 * bindings.el (mode-line-buffer-identification-keymap): New. | |
| 2061 (mode-line-buffer-menu-keymap): New. | |
| 2062 (mode-line-mode-menu-keymap): New. | |
| 2063 (mode-line-unbury-buffer): New. | |
| 2064 (mode-line-other-buffer): New. | |
| 2065 (mode-line-kill-buffer): New. | |
| 2066 (mode-line-buffer-menu-1): New. | |
| 2067 (mode-line-mode-menu-1): New. | |
| 2068 (make-mode-line-mouse-sensitive): New. | |
| 2069 | |
| 2070 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2071 | |
| 2072 * help.el (describe-key-briefly): Handle mode line strings | |
| 2073 with local-map properties. | |
| 2074 (describe-key): Ditto. | |
| 2075 (mode-line-key-binding): New. | |
| 2076 | |
| 2077 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2078 | |
| 2079 * scroll-bar.el (scroll-bar-timer): New. | |
| 2080 (scroll-bar-toolkit-scroll): Start and cancel scroll-bar-timer. | |
| 2081 | |
| 2082 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2083 | |
| 2084 * scroll-bar.el (scroll-bar-toolkit-scroll): Handle `top' | |
| 2085 and `bottom'. | |
| 2086 | |
| 2087 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2088 | |
| 2089 * scroll-bar.el (scroll-bar-toolkit-scroll): New. | |
| 2090 (global): Use different key bindings if using tookit scroll bars. | |
| 2091 | |
| 2092 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2093 | |
| 2094 * faces.el (modeline): Define mode line face with relief for | |
| 2095 class color, only. | |
| 2096 (toolbar): New face. | |
| 2097 | |
| 2098 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2099 | |
| 2100 * frame.el (frame-initialize): Set frame-creation-function to | |
| 2101 tty-create-frame-with-faces. | |
| 2102 | |
| 2103 * faces.el (frame-set-background-mode): Make it work for | |
| 2104 window-system nil. | |
| 2105 | |
| 2106 * faces.el (tty-create-frame-with-faces): New. | |
| 2107 (face-set-after-frame-default): Make it work for TTY frames. | |
| 2108 | |
| 2109 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2110 | |
| 2111 * faces.el (face-valid-attribute-values): Use tty-defined-colors. | |
| 2112 Return a list of one font family for TTYs. Don't return bitmap | |
| 2113 file paths for TTY frames. | |
| 2114 | |
| 2115 * faces.el: Add face specs for tty displays to basic faces. | |
| 2116 | |
| 2117 * font-lock.el (font-lock-comment-face): Add spec for color tty. | |
| 2118 (font-lock-string-face): Ditto. | |
| 2119 (font-lock-keyword-face): Ditto. | |
| 2120 (font-lock-builtin-face): Ditto. | |
| 2121 (font-lock-function-name-face): Ditto. | |
| 2122 (font-lock-variable-name-face): Ditto. | |
| 2123 (font-lock-type-face): Ditto. | |
| 2124 (font-lock-constant-face): Ditto. | |
| 2125 (font-lock-warning-face): Ditto. | |
| 2126 | |
| 2127 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2128 | |
| 2129 * startup.el (command-line): Register default tty colors. | |
| 2130 | |
| 2131 * faces.el (face-spec-set-match-display): Recognize `type tty'. | |
| 2132 | |
| 2133 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2134 | |
| 2135 * faces.el (modeline): For X frames, use a modeline with relief. | |
| 2136 | |
| 2137 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2138 | |
| 2139 * faces.el (frame-update-faces): Copied from 20.2. | |
| 2140 (frame-update-face-colors): Ditto. Code removed that isn't | |
| 2141 applicable in the new face implementation. | |
| 2142 | |
| 2143 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2144 | |
| 2145 * frame.el (show-trailing-whitespace): New. | |
| 2146 | |
| 2147 * faces.el (trailing-whitespace): New basic face. | |
| 2148 | |
| 2149 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2150 | |
| 2151 * cus-face.el (custom-facep): Always define as alias for facep. | |
| 2152 | |
| 2153 * cus-face.el (custom-face-attributes): Use choice widgets. | |
| 2154 Remove :bold and :italic. | |
| 2155 | |
| 2156 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2157 | |
| 2158 * faces.el (face-charset-registries): Removed since fontset.el | |
| 2159 is no always loaded. | |
| 2160 | |
| 2161 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2162 | |
| 2163 * faces.el (internal-get-face): Added as obsolete function for | |
| 2164 compatibility. | |
| 2165 | |
| 2166 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2167 | |
| 2168 * frame.el (blink-cursor-end): Call show-cursor. | |
| 2169 (blink-cursor-mode): Ditto. | |
| 2170 | |
| 2171 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2172 | |
| 2173 * faces.el (face-spec-reset-face): Reset all attributes to | |
| 2174 `unspecified'. | |
| 2175 (face-spec-set): Use it. | |
| 2176 | |
| 2177 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2178 | |
| 2179 * faces.el (read-all-face-attributes): Bug fix. | |
| 2180 (face-read-integer): Allow nil default value. | |
| 2181 (face-valid-attribute-values): Use symbol names of attribute | |
| 2182 values for completion list. | |
| 2183 | |
| 2184 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2185 | |
| 2186 * faces.el (internal-find-face): Define for compatibility with | |
| 2187 20.2. | |
| 2188 (face-id): Likewise. | |
| 2189 | |
| 2190 * faces.el (face-id): Return the ID of a realized face for ASCII. | |
| 2191 | |
| 2192 * fontset.el (x-charset-registries): Removed. Now in faces.el. | |
| 2193 (x-complement-fontset-spec): Use face-charset-registries. | |
| 2194 | |
| 2195 * faces.el (face-font-selection-order): Set font selection order | |
| 2196 from Lisp. | |
| 2197 (face-alternative-font-family-alist): Set alternative font | |
| 2198 families from Lisp. | |
| 2199 | |
| 2200 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2201 | |
| 2202 * faces.el (set-face-charset-registries): Set symbol value. | |
| 2203 | |
| 2204 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2205 | |
| 2206 * faces.el (face-set-after-frame-default): Call function | |
| 2207 internal-merge-in-global-face. | |
| 2208 | |
| 2209 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2210 | |
| 2211 * faces.el (face-list): Return symbols from face-global-alist. | |
| 2212 | |
| 2213 * faces.el (face-list): Return a copy of the face name list so | |
| 2214 that it cannot be modified from outside (facemenu.el uses | |
| 2215 nreverse, for example). | |
| 2216 | |
| 2217 * cus-face.el (custom-face-attributes): Add :bold and :italic | |
| 2218 for compatibility with old code. | |
| 2219 | |
| 2220 * faces.el (set-face-attributes-from-resources): Additional | |
| 2221 frame parameter. | |
| 2222 (make-face-x-resource-internal): Set attributes from resources | |
| 2223 for a given frame or all frames. | |
| 2224 | |
| 2225 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2226 | |
| 2227 * faces.el (all-faces): Removed. | |
| 2228 | |
| 2229 * custom.el (defface): Add new face attributes to function | |
| 2230 comment. | |
| 2231 | |
| 2232 * font-lock.el (font-lock-comment-face): Use new face attribute | |
| 2233 names. | |
| 2234 (font-lock-string-face): Ditto. | |
| 2235 (font-lock-keyword-face): Ditto. | |
| 2236 (font-lock-builtin-face): Ditto. | |
| 2237 (font-lock-function-name-face): Ditto. | |
| 2238 (font-lock-variable-name-face): Ditto. | |
| 2239 (font-lock-type-face): Ditto. | |
| 2240 (font-lock-reference-face): Ditto. | |
| 2241 (font-lock-warning-face): Ditto. | |
| 2242 ((boundp 'font-lock-face-attributes)): Ditto. | |
| 2243 | |
| 2244 * cus-face.el (custom-face-attributes): Use new face attributes. | |
| 2245 | |
| 2246 * faces.el (set-face-attribute-from-resource): Initialize | |
| 2247 from resources only for X and W32. | |
| 2248 | |
| 2249 * cus-face.el (custom-declare-face): Don't make frame-local | |
| 2250 faces. | |
| 2251 | |
| 2252 * faces.el (describe-face): Use princ instead of insert. | |
| 2253 | |
| 2254 * faces.el: Add XLFD manipulation functions from 20.2 again | |
| 2255 because fontset.el uses them. | |
| 2256 (face-set-after-frame-default): Add empty definition. | |
| 2257 | |
| 2258 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2259 | |
| 2260 * faces.el (make-face): Correct typo. | |
| 2261 (set-face-attribute-from-resource): Use let*. | |
| 2262 (face-underline-p): Correct typo. | |
| 2263 (face-inverse-video-p): Ditto. | |
| 2264 (set-face-stipple): Ditto. | |
| 2265 (face-read-string): Make completion-list optional parameter. | |
| 2266 | |
| 2267 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2268 | |
| 2269 * faces.el (face-charset-registries): Alist mapping charset | |
| 2270 symbols to registries and encoding. | |
| 2271 | |
| 2272 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2273 | |
| 2274 * frame.el (blink-cursor-mode): Use interactive spec "P". | |
| 2275 | |
| 2276 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2277 | |
| 2278 * frame.el (blink-cursor-mode): Function to toggle blinking cursor | |
| 2279 mode. The cursor of selected_window blinks if the mode is enabled. | |
| 2280 | |
| 2281 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2282 | |
| 2283 * simple.el (next-history-element): Set point to the end of the | |
| 2284 prompt if minibuffer-prompt-in-buffer. | |
| 2285 | |
| 2286 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2287 | |
| 2288 * faces.el (x-font-regexp): Add sub-expression parentheses for | |
| 2289 several font name components. | |
| 2290 | |
| 2291 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
| 2292 | |
| 2293 * faces.el (set-face-relief): Use index 12 for relief. | |
| 2294 (face-fill-in): Set relief from data. | |
| 2295 (internal-make-face): Init relief to zero. | |
| 2296 | |
| 2297 * faces.el (face-spec-set): call modify-face with additional | |
| 2298 parameters for relief and fixed-p. | |
| 2299 | |
| 2300 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
| 2301 | |
| 2302 * cus-face.el: ':fixed and ':relief added. | |
| 2303 | |
| 2304 * faces.el (describe-face): Add fixed font attribute and relief. | |
| 2305 (face-attr-match-p): Ditto. | |
| 2306 (face-attr-construct): Ditto. | |
| 2307 (face-spec-set): Ditto. | |
| 2308 | |
| 2309 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
| 2310 | |
| 2311 * faces.el (internal-make-face): Function to create a Lisp vector | |
| 2312 suitable for representing a face. | |
| 2313 (make-face): Use it instead of make-vector. | |
| 2314 (x-create-frame-with-faces): Use it instead of vector. | |
| 2315 (internal-facep): Increase vector size to 14. | |
| 2316 (internal-make-face): Ditto. | |
| 2317 (face-relief): Access relief thickness. | |
| 2318 (face-fixed-p): Access fixed font attribute. | |
| 2319 (set-face-fixed-p): Set fixed font attribute. | |
| 2320 (set-face-relief): Set relief attribute. | |
| 2321 (internal-face-interactive-int): Read int attribute of face. | |
| 2322 (modify-face): Add fixed-p and relief parameters. | |
| 2323 (copy-face): Handle fixed-p and relief. | |
| 2324 (face-equal): Compare fixed-p and relief. | |
| 2325 (face-differs-from-default-p): Ditto. | |
| 2326 (face-nontrivial-p): Add fixed-p and relief. | |
| 2327 | |
| 2328 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
| 2329 | |
| 2330 * faces.el (eval-when-compile): Add set-face-shadow-thickness. | |
| 2331 (internal-facep): Increase vector size. | |
| 2332 (make-face): Ditto. | |
| 2333 (face-shadow-thickness): Added. | |
| 2334 (set-face-shadow-thickness): Added. | |
| 2335 (modify-face): Add optional shadow-thickness parameter. | |
| 2336 (make-face-x-resource-internal): Add shadows. | |
| 2337 (copy-face): Ditto. | |
| 2338 (face-equal): Ditto. | |
| 2339 (face-differs-from-default-p): Ditto. | |
| 2340 (face-nontrivial-p): Ditto. | |
| 2341 (face-attr-match-p): Ditto. | |
| 2342 (face-attr-construct): Ditto. | |
| 2343 (face-spec-set): Ditto. | |
| 2344 (face-fill-in): Ditto. | |
| 2345 | |
| 2346 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
| 2347 | |
| 2348 * bench.el (bench-mark-split-window): New bench mark. | |
| 2349 | |
| 2350 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
| 2351 | |
| 2352 * faces.el (set-face-font): Don't pass default font to | |
| 2353 x-resolve-font so that font will not have to be of the same | |
| 2354 size. | |
| 2355 | |
| 2356 1999-07-20 Dave Love <fx@gnu.org> | |
| 2357 | |
| 2358 * wid-edit.el (widget-use-overlay-change): Uncustomize and make it | |
| 2359 unconditionally t. | |
| 2360 | |
| 2361 1999-07-20 Karl Heuer <kwzh@gnu.org> | |
| 2362 | |
| 2363 * font-lock.el (c++-font-lock-extra-types): Add "type_info". | |
| 2364 | |
| 2365 1999-07-20 Dave Love <fx@gnu.org> | |
| 2366 | |
| 2367 * help.el (describe-variable): Fix test for customizability. | |
| 2368 | |
| 2369 * simple.el (append-to-buffer, prepend-to-buffer, copy-to-buffer): | |
| 2370 Check for readonly buffer in interactive spec. | |
| 2371 (zap-to-char, kill-line, kill-region, comment-region, kill-word) | |
| 2372 (backward-kill-word): Add * to interactive spec. | |
| 2373 | |
| 2374 * underline.el (underline-region, ununderline-region): Add * to | |
| 2375 interactive spec. | |
| 2376 | |
| 2377 * fill.el (canonically-space-region, justify-current-line): Add * | |
| 2378 to interactive spec. | |
| 2379 (fill-region-as-paragraph, fill-paragraph, fill-region) | |
| 2380 (fill-nonuniform-paragraphs, fill-individual-paragraphs): Check | |
| 2381 readonly buffer in interactive spec. | |
| 2382 | |
| 2383 * paragraphs.el: (kill-paragraph, backward-kill-paragraph) | |
| 2384 (backward-kill-sentence, kill-sentence): Add * to interactive | |
| 2385 spec. | |
| 2386 | |
| 2387 1999-07-19 Richard M. Stallman <rms@gnu.org> | |
| 2388 | |
| 2389 * dired-aux.el (dired-do-shell-command): Doc fix. | |
| 2390 | |
| 2391 * shell.el (shell-unquote-argument): New function. | |
| 2392 (shell-directory-tracker): Use shell-unquote-argument. | |
| 2393 * comint.el (comint-arguments): Handle \ followed by space or tab. | |
| 2394 | |
| 2395 1999-07-19 John Wiegley <jwiegley@borland.com> | |
| 2396 | |
| 2397 * term.el (ansi-term-fg-faces-vector): Added support for ANSI | |
| 2398 color codes 39 and 49, which by the way lynx uses them seem to | |
| 2399 mean "foreground reset" and "background reset". | |
| 2400 | |
| 2401 1999-07-19 Karl Heuer <kwzh@gnu.org> | |
| 2402 | |
| 2403 * font-lock.el (c++-keywords): Add "typeid". | |
| 2404 | |
| 2405 * term/w32-win.el (mouse-set-font): If user uses w32 dialog but | |
| 2406 selects no font, treat that as zero selections, not one. | |
| 2407 | |
| 2408 1999-07-19 Dave Love <fx@gnu.org> | |
| 2409 | |
| 2410 * info.el (Info-search): Don't lose with empty regexp. | |
| 2411 | |
| 2412 * version.el: Cater for (free) `ident' program, not `which'. | |
| 2413 | |
| 2414 * hl-line.el: New file. | |
| 2415 | |
| 2416 * mouse.el (mouse-major-mode-menu): Default to menu-bar-edit-menu | |
| 2417 for modes which don't define menus. | |
| 2418 | |
| 2419 1999-07-16 Richard M. Stallman <rms@gnu.org> | |
| 2420 | |
| 2421 * webjump.el (webjump-sample-sites): Update some URLs. | |
| 2422 | |
| 2423 1999-07-14 Richard Stallman <rms@gnu.org> | |
| 2424 | |
| 2425 * Version 20.4 released. | |
| 2426 | |
| 2427 1999-07-14 Andreas Schwab <schwab@gnu.org> | |
| 2428 | |
| 2429 * compare-w.el (compare-windows): Try to find the next window in | |
| 2430 the current frame before looking at the other frames. | |
| 2431 | |
| 2432 1998-07-12 Oleg S. Tihonov <ost@benetnash.ffke-campus.mipt.ru> | |
| 2433 | |
| 2434 * language/cyrillic.el ("Cyrillic-KOI8", "Cyrillic-ALT"): | |
| 2435 Use cyrillic-jcuken as default input method. | |
| 2436 | |
| 2437 1999-07-12 Richard Stallman <rms@gnu.org> | |
| 2438 | |
| 2439 * progmodes/cc-engine.el (c-inside-bracelist-p): Tighter test for | |
| 2440 Java anonymous array expressions ("new Foo[] {.. bracelist ..}"). | |
| 2441 | |
| 2442 * ispell.el (ispell-dictionary-alist-6): Change charset for Russian. | |
| 2443 (ispell-local-dictionary-alist): Add koi8-r for character set. | |
| 2444 | |
| 2445 * textmodes/flyspell.el (flyspell-get-word): | |
| 2446 Add special handling for when ispell-otherchars is empty. | |
| 2447 | |
| 2448 1999-07-12 Espen Skoglund <espensk@stud.cs.uit.no> | |
| 2449 | |
| 2450 * progmodes/pascal.el (pascal-beg-of-defun): More intuitive behavior | |
| 2451 when having nested functons. | |
| 2452 (pascal-indent-nested-functions) (pascal-indent-line) | |
| 2453 (pascal-calculate-indent) (pascal-get-lineup-indent): Support for | |
| 2454 indenting nested functions. | |
| 2455 | |
| 2456 1999-07-09 Richard Stallman <rms@gnu.org> | |
| 2457 | |
| 2458 * add-log.el (add-log-current-defun): Remove trailing `=' in C modes. | |
| 2459 | |
| 2460 1999-07-08 Espen Skoglund <espensk@stud.cs.uit.no> | |
| 2461 | |
| 2462 * pascal.el (pascal-calculate-indent): Fixed a bug occuring when | |
| 2463 the `end' keyword was in the very beginning of the buffer. | |
| 2464 | |
| 2465 1999-07-08 Richard Stallman <rms@gnu.org> | |
| 2466 | |
| 2467 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Doc fix. | |
| 2468 | |
| 2469 * term.el (term-emulate-terminal): Avoid infinite loop | |
| 2470 in strange case where minibuffer window is selected but not active. | |
| 2471 | |
| 2472 1999-07-07 Stephen Eglen <stephen@gnu.org> | |
| 2473 | |
| 2474 * progmodes/octave-inf.el (inferior-octave-directory-tracker): | |
| 2475 Change regexp so that it doesn't match commands beginning with `cd'. | |
| 2476 | |
| 2477 1999-07-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | |
| 2478 | |
| 2479 * mail/rmail.el (mail-unsent-separator): Add a missing \\|. | |
| 2480 | |
| 2481 1999-07-06 Richard Stallman <rms@gnu.org> | |
| 2482 | |
| 2483 * hscroll.el (hscroll-minibuffer-hook): New function. | |
| 2484 (hscroll-global-mode): Add and remove that hook. | |
| 2485 Set hscroll-old-truncate-was-global's default value. | |
| 2486 | |
| 2487 1999-07-05 Richard Stallman <rms@gnu.org> | |
| 2488 | |
| 2489 * files.el (revert-buffer): Don't preserve point here. | |
| 2490 (revert-buffer-insert-file-contents-function): Doc fix. | |
| 2491 | |
| 2492 * isearch.el (isearch-process-search-char): Write octal 200 correctly. | |
| 2493 | |
| 2494 * startup.el (normal-top-level-add-subdirs-to-load-path): Avoid | |
| 2495 doing a `stat' when it isn't necessary because that can cause | |
| 2496 trouble when an NFS server is down. | |
| 2497 | |
| 2498 1999-07-04 Richard Stallman <rms@gnu.org> | |
| 2499 | |
| 2500 * hscroll.el (hscroll-window-maybe): Do nothing in the minibuffer. | |
| 2501 | |
| 2502 1999-07-03 Richard Stallman <rms@gnu.org> | |
| 2503 | |
| 2504 * isearch.el (isearch-quote-char): Call unibyte-char-to-multibyte | |
| 2505 for \200...\240 also. | |
| 2506 (isearch-printing-char): Use unibyte-char-to-multibyte. | |
| 2507 | |
| 2508 1999-07-02 Richard Stallman <rms@gnu.org> | |
| 2509 | |
| 2510 * frame.el (minibuffer-frame-alist): Use defcustom. | |
| 2511 (pop-up-frame-alist): Likewise. | |
| 2512 (initial-frame-alist): Specify * in the doc string. | |
| 2513 | |
| 2514 * hscroll.el (hscroll-mode): Make it a permanent local. | |
| 2515 (hscroll-mode): Don't cancel the timer | |
| 2516 if HScroll mode is enabled in some other buffer. | |
| 2517 | |
| 2518 * isearch.el (isearch-done): If search ends in middle of intangible | |
| 2519 text (due to text property), move on to the limit of that text. | |
| 2520 | |
| 2521 1999-07-01 Andrew Innes <andrewi@gnu.org> | |
| 2522 | |
| 2523 * man.el (Man-build-man-command): Use value of null-device, | |
| 2524 instead of hard-coding "/dev/null". | |
| 2525 | |
| 2526 * dos-w32.el (untranslated-canonical-name): Avoid expanding | |
| 2527 ange-ftp file names, which might force ange-ftp to prompt for a | |
| 2528 password. | |
| 2529 | |
| 2530 * ange-ftp.el (ange-ftp-load): Bind load-force-doc-strings to t, | |
| 2531 to prevent references to temp files. | |
| 2532 | |
| 2533 1999-06-30 Richard Stallman <rms@gnu.org> | |
| 2534 | |
| 2535 * progmodes/sh-script.el (sh-feature): If nothing is known | |
| 2536 about the given shell, use the values for `sh'. | |
| 2537 | |
| 2538 1999-06-30 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
| 2539 | |
| 2540 * vc.el (vc-fetch-cvs-status): Use "-l" option for "cvs status", | |
| 2541 to make it non-recursive. | |
| 2542 | |
| 2543 * vc-hooks.el (vc-find-cvs-master): Set case-fold-search correctly. | |
| 2544 | |
| 2545 1999-06-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 2546 | |
| 2547 * auto-show.el (auto-show-mode): Fix Typo in :set. | |
| 2548 | |
| 2549 1999-06-29 Richard M. Stallman <rms@gnu.org> | |
| 2550 | |
| 2551 * progmodes/sh-script.el (sh-mode): When setting syntax | |
| 2552 table, default to the standard one. | |
| 2553 | |
| 2554 1999-06-27 Richard M. Stallman <rms@gnu.org> | |
| 2555 | |
| 2556 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix. | |
| 2557 | |
| 2558 1999-06-27 Stefan Monnier <monnier@tequila.cs.yale.edu> | |
| 2559 | |
| 2560 * textmodes/reftex.el (reftex-pop-to-bibtex-entry): don't pop up | |
| 2561 a frame when `return' is requested (even if pop-up-frames = t) | |
| 2562 * textmodes/bibtex.el (bibtex-mode): `font-lock-mark-block-function' | |
| 2563 should only be set for the bibtex buffer. | |
| 2564 | |
| 2565 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix. | |
| 2566 | |
| 2567 * progmodes/compile.el: Deal with compilation-error-screen-columns | |
| 2568 being buffer-local. | |
| 2569 | |
| 2570 1999-06-27 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | |
| 2571 | |
| 2572 * comint.el (comint-password-prompt-regexp): Allow "(again)". | |
| 2573 | |
| 2574 1999-06-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
| 2575 | |
| 2576 * cal-x.el (calendar-only-one-frame-setup): New function. | |
| 2577 * calendar.el (calendar): Call it if requested. | |
| 2578 | |
| 2579 1999-06-24 Karl Heuer <kwzh@gnu.org> | |
| 2580 | |
| 2581 * startup.el (iso-8859-n-locale-regexp): Doc fix. | |
| 2582 | |
| 2583 1999-06-22 Richard M. Stallman <rms@gnu.org> | |
| 2584 | |
| 2585 * mail/supercite.el (sc-emacs-features): Doc fix. | |
| 2586 | |
| 2587 1999-06-22 Karl Heuer <kwzh@gnu.org> | |
| 2588 | |
| 2589 * files.el (auto-mode-alist): Add pike-mode. | |
| 2590 | |
| 2591 1999-06-20 Paul R. Eggert <eggert@twinsun.com> | |
| 2592 | |
| 2593 * tar-mode.el (tar-header-block-tokenize): Don't assume that the | |
| 2594 last byte of a numeric field is a space or a NUL. Parse it as | |
| 2595 potentially part of the number. This is used by GNU tar | |
| 2596 1.12.64012 to handle larger values. | |
| 2597 | |
| 2598 1999-06-20 Karl Heuer <kwzh@gnu.org> | |
| 2599 | |
| 2600 * custom.el (custom-handle-keyword): Fix error message. | |
| 2601 | |
| 2602 1999-06-18 Andrew Innes <andrewi@gnu.org> | |
| 2603 | |
| 2604 * mail/smtpmail.el (smtpmail-send-it): Use | |
| 2605 convert-standard-filename to make file names for queued mail safe | |
| 2606 on Windows (`:' is invalid in file names on Windows). | |
| 2607 | |
| 2608 1999-06-17 Kenichi Handa <handa@etl.go.jp> | |
| 2609 | |
| 2610 * international/mule-cmds.el (describe-current-input-method): | |
| 2611 Current-input-method is string. | |
| 2612 (toggle-input-method): Docstring fixed. | |
| 2613 | |
| 2614 * international/mule-diag.el | |
| 2615 (describe-current-coding-system-briefly): Fix format string. | |
| 2616 | |
| 2617 * international/mule-util.el (coding-system-eol-type-mnemonic): | |
| 2618 Docstring modified. Return a string. | |
| 2619 | |
| 2620 1999-06-17 Alex Schroeder <a.schroeder@bsiag.ch> | |
| 2621 | |
| 2622 * sql.el (sql-input-ring-file-name): Doc fix. | |
| 2623 | |
| 2624 1999-06-17 Richard M. Stallman <rms@gnu.org> | |
| 2625 | |
| 2626 * calendar/cal-x.el (special-display-buffer-names): | |
| 2627 Don't put (get-file-buffer diary-file) on this list. | |
| 2628 | |
| 2629 1999-06-17 Mark W Maimone <mwm@helios.jpl.nasa.gov> | |
| 2630 | |
| 2631 * play/mpuz.el (mpuz-try-proposal): Fix message call. | |
| 2632 Don't penalize player for certain impossible guesses. | |
| 2633 | |
| 2634 1999-06-16 Andrew Innes <andrewi@gnu.org> | |
| 2635 | |
| 2636 * ls-lisp.el (ls-lisp-format-time): If timestamp is invalid, | |
| 2637 return the string "Unk 0 0000" so at least it appears to be a | |
| 2638 valid timestamp to `dired-move-to-filename-regexp'. | |
| 2639 | |
| 2640 1999-06-15 Ken'ichi Handa <handa@gnu.org> | |
| 2641 | |
| 2642 * ps-print.el (ps-control-character): Fix previous change. | |
| 2643 | |
| 2644 1999-06-15 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 2645 | |
| 2646 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Avoid | |
| 2647 multiple output of the last message. | |
| 2648 | |
| 2649 1999-06-14 Eli Zaretskii <eliz@gnu.org> | |
| 2650 | |
| 2651 * term/internal.el (IT-display-table-setup): Do not remap \222 to | |
| 2652 the ASCII apostrophe, as most DOS codepages have some other glyph | |
| 2653 there. | |
| 2654 | |
| 2655 1999-06-14 Ken'ichi Handa <handa@gnu.org> | |
| 2656 | |
| 2657 * language/ethio-util.el (setup-ethiopic-environment-internal): | |
| 2658 Use quail-activate-hook instead of obsolete hook quail-mode-hook. | |
| 2659 (exit-ethiopic-environment): Likewize. | |
| 2660 | |
| 2661 1999-06-12 Richard M. Stallman <rms@gnu.org> | |
| 2662 | |
| 2663 * cus-start.el (scroll-preserve-screen-position): Fix typo in type. | |
| 2664 | |
| 2665 1999-06-12 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 2666 | |
| 2667 * emulation/crisp.el (crisp-mode): (defcustom) Initialize with | |
| 2668 custom-initialize-default to avoid infinite loop. | |
| 2669 (crisp-mode): (defun) Call transient-mark-mode here, not when | |
| 2670 loading the file. Run crisp-mode-hook here, and run | |
| 2671 crisp-load-hook when loading the file. | |
| 2672 | |
| 2673 * mail/rmailout.el (rmail-output-read-rmail-file-name): If in | |
| 2674 rmail-summary buffer, search for pattern in rmail-file. | |
| 2675 | |
| 2676 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Fix typo. | |
| 2677 | |
| 2678 * progmodes/cperl-mode.el (cperl-invalid-face): Fix custom type. | |
| 2679 | |
| 2680 * ps-print.el (ps-printer-name): Fix custom type. | |
| 2681 | |
| 2682 1999-06-12 Reto Zimmermann <reto@synopsys.com> | |
| 2683 | |
| 2684 * progmodes/vhdl-mode.el (vhdl-port-copy): Fix parsing bug. | |
| 2685 (vhdl-port-paste-generic-map): Fix indentation bug. | |
| 2686 (vhdl-port-paste-port-map): Fix indentation bug. | |
| 2687 (vhdl-scan-file-contents): Make scanning case insensitive. | |
| 2688 | |
| 2689 1999-06-11 Richard M. Stallman <rms@gnu.org> | |
| 2690 | |
| 2691 * files.el (write-file): When buffer is not already visiting a file, | |
| 2692 don't put buffer name in the minibuffer, just make it the default. | |
| 2693 Also handle just directory as arg usefully in that case. | |
| 2694 | |
| 2695 * simple.el (sendmail-user-agent-compose): | |
| 2696 Ignore case when inserting the rest of the "other" headers. | |
| 2697 | |
| 2698 * help.el (help-for-help): Mention C-h C-i. Clear up C-h n. | |
| 2699 | |
| 2700 * info-look.el (info-lookup-file, info-lookup-symbol): Doc fix. | |
| 2701 (info-lookup-interactive-arguments): Never insert the default | |
| 2702 into the minibuffer automatically. | |
| 2703 | |
| 2704 * emacs-lisp/cl-extra.el (getf): Don't call get*. | |
| 2705 | |
| 2706 1999-06-09 Richard M. Stallman <rms@gnu.org> | |
| 2707 | |
| 2708 * simple.el (shell-command): Avoid printing "mark set" message. | |
| 2709 | |
| 2710 1999-06-09 Dave Love <fx@gnu.org> | |
| 2711 | |
| 2712 * progmodes/compile.el (compilation-error-regexp-alist): Allow | |
| 2713 digits in program name in first pattern. | |
| 2714 | |
| 2715 1999-06-09 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
| 2716 | |
| 2717 * vc.el (vc-dired-mode): Don't match anything before the date in | |
| 2718 dired-move-to-filename-regexp. | |
| 2719 | |
| 2720 1999-06-07 Ken'ichi Handa <handa@gnu.org> | |
| 2721 | |
| 2722 * international/quail.el (quail-define-rules): Fix typo in | |
| 2723 docstring. | |
| 2724 | |
| 2725 1999-06-05 Stephen Eglen <stephen@gnu.org> | |
| 2726 | |
| 2727 * iswitchb.el (iswitchb-default-keybindings): Add | |
| 2728 iswitchb-minibuffer-setup to minibuffer-setup-hook here rather | |
| 2729 than when package is loaded. | |
| 2730 | |
| 2731 1999-06-04 Richard M. Stallman <rms@gnu.org> | |
| 2732 | |
| 2733 * startup.el (command-line): Don't set user-init-file directly; | |
| 2734 tell `load' to set it. | |
| 2735 | |
| 2736 * ange-ftp.el (ange-ftp-shell-command): Handle error-buffer arg. | |
| 2737 | |
| 2738 * simple.el (next-history-element): | |
| 2739 Handle minibuffer-text-before-history properly when reading sexps. | |
| 2740 | |
| 2741 * disp-table.el (standard-display-european): | |
| 2742 For an interactive call by the user, | |
| 2743 don't set enable-multibyte-characters, | |
| 2744 and don't set the terminal coding system. | |
| 2745 | |
| 2746 * textmodes/refbib.el: Don't print any messages or display | |
| 2747 a buffer when loading the library. | |
| 2748 (r2b-help): Doc fix. | |
| 2749 (r2b-help-message): Update the documentation. | |
| 2750 (r2b-load-quietly): Variable deleted. | |
| 2751 (r2b-convert-buffer): Doc fix. | |
| 2752 | |
| 2753 1999-06-04 Dave Love <fx@gnu.org> | |
| 2754 | |
| 2755 * help.el (help-xref-interned): Fix insertion of fdoc and revamp. | |
| 2756 | |
| 2757 * auto-show.el: Don't change hooks on loading. | |
| 2758 (auto-show-mode): Autoload. Default to nil. Add :set &c. | |
| 2759 (auto-show-mode): Add to hooks here. | |
| 2760 | |
| 2761 1999-06-04 Richard Sharman <rsharman@pobox.com> | |
| 2762 | |
| 2763 * emacs-lisp/regexp-opt.el (regexp-opt-group): Avoid infinite | |
| 2764 recursion on bogus input. | |
| 2765 | |
| 2766 1999-06-04 Eric M. Ludlam <zappo@ultranet.com> | |
| 2767 | |
| 2768 * speedbar.el (speedbar-hack-buffer-menu): Fixed so if the user | |
| 2769 does not select a buffer from the buffers menu, then the attached | |
| 2770 frame is not switched to anything. | |
| 2771 | |
| 2772 1999-06-03 Ken'ichi Handa <handa@gnu.org> | |
| 2773 | |
| 2774 * language/vietnamese.el (ccl-encode-vscii): Typo fixed | |
| 2775 (viet-viscii-...->viet-vscii...). | |
| 2776 | |
| 2777 * international/mule-conf.el (iso-2022-7bit-lock-ss2): Typo fixed. | |
| 2778 | |
| 2779 1999-06-01 Dave Love <fx@gnu.org> | |
| 2780 | |
| 2781 * progmodes/fortran.el: Add :link to defgroup. | |
| 2782 (fortran-blink-matching-if): Match ELSE statements too. | |
| 2783 (fortran-fill-statement, fortran-fill): Bind auto-fill-function so | |
| 2784 that filling is always done. | |
| 2785 | |
| 2786 1999-05-31 Richard M. Stallman <rms@gnu.org> | |
| 2787 | |
| 2788 * simple.el (append-next-kill): Use an arg to distinguish | |
| 2789 interactive calls from Lisp calls, rather than (interactive-p). | |
| 2790 | |
| 2791 * international/iso-transl.el (iso-transl-language-alist): | |
| 2792 Interchange n and N. | |
| 2793 | |
| 2794 1999-05-31 Dave Love <fx@gnu.org> | |
| 2795 | |
| 2796 * msb.el Add to minor-mode-map-alist. Remove hook installation | |
| 2797 and keymap munging on load. | |
| 2798 (msb-mode): New option. | |
| 2799 (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory): | |
| 2800 Doc fix. | |
| 2801 (msb-mode-map): New variable. | |
| 2802 (msb-mode): New command. | |
| 2803 | |
| 2804 1999-05-31 Dave Love <fx@gnu.org> | |
| 2805 | |
| 2806 * ispell.el: (ispell-alternate-dictionary): Fix custom type. | |
| 2807 (ispell-complete-word-dict): Likewise. | |
| 2808 | |
| 2809 1999-05-31 Eli Zaretskii <eliz@gnu.org> | |
| 2810 | |
| 2811 * forms.el (forms-save-buffer): Call set-buffer-modified-p to | |
| 2812 force the data buffer to be saved, even if the data didn't | |
| 2813 change, in case the write filter was modified. Restore the | |
| 2814 current record after read-file-filter finishes. | |
| 2815 | |
| 2816 1999-05-29 Karl Heuer <kwzh@gnu.org> | |
| 2817 | |
| 2818 * ispell4.el: Obsolete; file deleted. | |
| 2819 | |
| 2820 * textmodes/texinfmt.el (texinfo-format-direntry): Avoid blank line. | |
| 2821 | |
| 2822 * font-lock.el (font-lock-apply-syntactic-highlight): Don't die if | |
| 2823 VALUE is a syntax table. | |
| 2824 | |
| 2825 * emacs-lisp/cl.el (custom-print-functions): Add autoload cookie. | |
| 2826 | |
| 2827 * simple.el (zap-to-char): Doc fix. | |
| 2828 | |
| 2829 1999-05-27 Ken'ichi Handa <handa@gnu.org> | |
| 2830 | |
| 2831 * isearch.el (isearch-quote-char): Don't assume character codes | |
| 2832 0200 - 0237 stand for characters in some single-byte character | |
| 2833 charset. | |
| 2834 | |
| 2835 1999-05-27 Dave Love <fx@gnu.org> | |
| 2836 | |
| 2837 * startup.el: (iso-8859-n-locale-regexp): Don't match 8859-15 &c. | |
| 2838 | |
| 2839 1999-05-27 Andreas Schwab <schwab@gnu.org> | |
| 2840 | |
| 2841 * dired-aux.el (dired-insert-subdir-doinsert): Check that the | |
| 2842 headerline does not exist already. | |
| 2843 | |
| 2844 1999-05-26 Richard Stallman <rms@gnu.org> | |
| 2845 | |
| 2846 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): | |
| 2847 Avoid nested null-loops. | |
| 2848 | |
| 2849 1999-05-26 Ken'ichi Handa <handa@gnu.org> | |
| 2850 | |
| 2851 * international/characters.el: Typo fixed; prefered->preferred. | |
| 2852 | |
| 2853 * international/mule-cmds.el (find-coding-systems-for-charsets): | |
| 2854 Typo fixed; prefered->preferred. | |
| 2855 | |
| 2856 * map-ynp.el (map-y-or-n-p): Don't inherit the current input | |
| 2857 method in read-event. | |
| 2858 | |
| 2859 * international/mule.el (charset-info): Doc-string fixed. | |
| 2860 | |
| 2861 1999-05-25 Ken'ichi Handa <handa@gnu.org> | |
| 2862 | |
| 2863 * mail/smtpmail.el (smtpmail-send-it): Bind | |
| 2864 smtpmail-code-conv-from properly. | |
| 2865 (smtpmail-send-data-1): If DATA is a multibyte string, encode it | |
| 2866 by smtpmail-code-conv-from. | |
| 2867 | |
| 2868 1999-05-24 Richard Stallman <rms@gnu.org> | |
| 2869 | |
| 2870 * emulation/crisp.el (crisp-submit-bug-report): Function deleted. | |
| 2871 Binding deleted also. | |
| 2872 | |
| 2873 1999-05-24 Karl Heuer <kwzh@gnu.org> | |
| 2874 | |
| 2875 * comint.el (comint-bol-or-process-mark): Doc fix. | |
| 2876 | |
| 2877 1999-05-23 Dave Love <fx@gnu.org> | |
| 2878 | |
| 2879 * emulation/crisp.el (crisp-mode-map): Don't inherit global-map. | |
| 2880 Enter it on minor-mode-map-alist. | |
| 2881 (crisp-mode): Re-named from `crsip-mode-enabled'. Users changed. | |
| 2882 Autoload. Add custom setter. | |
| 2883 (crisp-mark-line): Doc fix. | |
| 2884 (crisp-mode): Autoload. Re-write not to frob keymaps directly. | |
| 2885 (crisp-mode-hook): Define. | |
| 2886 | |
| 2887 1999-05-23 Ken'ichi Handa <handa@gnu.org> | |
| 2888 | |
| 2889 * files.el (recover-file): Recover buffer-file-coding-system. | |
| 2890 | |
| 2891 1999-05-22 Richard Stallman <rms@gnu.org> | |
| 2892 | |
| 2893 * vc.el (vc-dired-mode): Make the dired-move-to-filename-regexp | |
| 2894 regexp match the date, to avoid treating date as file size. | |
| 2895 Add YYYY S option to WESTERN/ | |
| 2896 | |
| 2897 * bookmark.el: Delete some XEmacs compatibility code. | |
| 2898 (bookmark-jump-noselect): Check vc-backend. | |
| 2899 | |
| 2900 * subr.el (add-to-list): Doc fix. | |
| 2901 | |
| 2902 1999-05-21 Stephen Eglen <stephen@gnu.org> | |
| 2903 | |
| 2904 * diary-lib.el (diary-mail-entries): Use fancy-diary-buffer. | |
| 2905 | |
| 2906 1999-05-18 Richard Stallman <rms@gnu.org> | |
| 2907 | |
| 2908 * textmodes/texinfmt.el (texinfo-anchor): Don't delete a | |
| 2909 non-space after the @anchor command. | |
| 2910 (texinfo-format-var): Handle other nested constructs, using | |
| 2911 texinfo-parse-expanded-arg and texinfo-discard-command, not | |
| 2912 texinfo-parse-arg-discard. | |
| 2913 | |
| 2914 * emacs-lisp/debug.el (debugger-outer-inhibit-redisplay): New variable. | |
| 2915 (debug): Bind and use debugger-outer-inhibit-redisplay. | |
| 2916 Bind inhibit-redisplay to nil. | |
| 2917 (debugger-env-macro): Treat inhibit-redisplay like other outside vars. | |
| 2918 | |
| 2919 1999-05-17 Dave Love <fx@gnu.org> | |
| 2920 | |
| 2921 * help.el (describe-function-1): Extra arg, interactive-p. | |
| 2922 (describe-key, describe-function): Use it. | |
| 2923 | |
| 2924 1999-05-17 Karl Heuer <kwzh@gnu.org> | |
| 2925 | |
| 2926 * ispell.el (ispell-local-dictionary-alist): Add autoload cookie. | |
| 2927 | |
| 2928 1999-05-16 Dave Love <fx@gnu.org> | |
| 2929 | |
| 2930 * cus-start.el (all): Delete selective-display. Add scroll-margin, | |
| 2931 scroll-preserve-screen-position, scroll-conservatively. | |
| 2932 | |
| 2933 1999-05-16 Dave Love <fx@gnu.org> | |
| 2934 | |
| 2935 * emacs-lisp/byte-opt.el (byte-optimize-plus): Fix 1-arg case. | |
| 2936 | |
| 2937 1999-05-15 Reto Zimmermann <reto@Synopsys.COM> | |
| 2938 | |
| 2939 * progmodes/vhdl-mode.el: Completely revised and massively extended. | |
| 2940 | |
| 2941 1999-05-15 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | |
| 2942 | |
| 2943 * progmodes/sh-script.el (sh-mode): Do not fail if buffer has no | |
| 2944 magic number and is not associated with a file. | |
| 2945 | |
| 2946 1999-05-14 Richard M. Stallman <rms@gnu.org> | |
| 2947 | |
| 2948 * files.el (find-file-noselect-1): Fix previous change. | |
| 2949 | |
| 2950 1999-05-14 Simon Marshall <simon@gnu.org> | |
| 2951 | |
| 2952 * fast-lock.el (fast-lock-cache-name): Fix test for `windows-nt'. | |
| 2953 | |
| 2954 1999-05-13 Ken'ichi Handa <handa@gnu.org> | |
| 2955 | |
| 2956 * international/mule-diag.el (mule-diag): Change MULE to Mule in | |
| 2957 docstring. | |
| 2958 | |
| 2959 * international/mule-cmds.el: Change MULE to Mule in docstrings | |
| 2960 and menus. | |
| 2961 | |
| 2962 1999-05-10 Kenichi HANDA <handa@etl.go.jp> | |
| 2963 | |
| 2964 * ps-mule.el (ps-mule-prologue): Fix the definition of DefFontMule | |
| 2965 to correctly reflect the value of BaseLineOffset in | |
| 2966 RelativeCompose. Now the value of RelativeCompose is an array of | |
| 2967 low and high positions. | |
| 2968 (ps-mule-cmpchar-prologue): Adjust the definition of BC, EC, and | |
| 2969 RLC for the above change. | |
| 2970 | |
| 2971 1995-05-11 Joel N. Weber II <devnull@melange.gnu.org> | |
| 2972 | |
| 2973 * comint.el (comint-password-prompt-regexp): Modified to match the | |
| 2974 output of ksu and ssh-add. | |
| 2975 | |
| 2976 1999-05-11 Kenichi HANDA <handa@etl.go.jp> | |
| 2977 | |
| 2978 * language/korea-util.el (isearch-toggle-korean-input-method): | |
| 2979 Adjusted for the change of input method handling in isearch.el. | |
| 2980 (isearch-hangul-switch-symbol-ksc): Likewise. | |
| 2981 (isearch-hangul-switch-hanja): Likewise. | |
| 2982 | |
| 2983 1999-05-10 Dave Love <fx@gnu.org> | |
| 2984 | |
| 2985 * help.el (help-make-xrefs): Fix typo. | |
| 2986 | |
| 2987 1999-05-10 Andreas Schwab <schwab@gnu.org> | |
| 2988 | |
| 2989 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add | |
| 2990 unibyte-display-via-language-environment. | |
| 2991 | |
| 2992 * help.el (help-make-xrefs): Handle more cases when looking for | |
| 2993 commands in a keymap description. | |
| 2994 | |
| 2995 1999-05-10 Eli Zaretskii <eliz@gnu.org> | |
| 2996 | |
| 2997 * loadup.el: For ms-dos systems, load ccl and codepage. | |
| 2998 | |
| 2999 1999-05-09 Ken'ichi Handa <handa@gnu.org> | |
| 3000 | |
| 3001 * ps-print.el (ps-control-character): Call | |
| 3002 ps-mule-prepare-ascii-font to setup ASCII fonts. | |
| 3003 | |
| 3004 * ps-mule.el (ps-mule-begin-job): Redo this change "if | |
| 3005 ps-multibyte-buffer is nil, use | |
| 3006 ps-mule-font-info-database-default." | |
| 3007 | |
| 3008 1999-05-08 Ken Stevens <k.stevens@ieee.org> | |
| 3009 | |
| 3010 * ispell.el (ispell-local-dictionary-alist): New variable for | |
| 3011 customizing local dictionaries not accessable by everyone. | |
| 3012 (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'. | |
| 3013 (ispell-required-version): Changed format `(major minor | |
| 3014 revision)' to support general pattern matching. | |
| 3015 (ispell-tex-skip-alists): AMS Tex block comment and `\author' | |
| 3016 skip region commented out due to incorrect skip potential in std latex. | |
| 3017 (ispell-word): Removed `when' macro. Fixed bug of not restoring | |
| 3018 cursor point on small words for calls from `ispell-minor-mode'. | |
| 3019 (check-ispell-version): Tests and accepts versions major.minor | |
| 3020 and above, with adjustments for interactions in 3.1.0-3.1.11. | |
| 3021 (ispell-get-line): No longer skips ispell process special characters. | |
| 3022 (ispell-comments-and-strings): Removed `when' macro call. | |
| 3023 (ispell-minor-check): Requires ispell-word to restore cursor point. | |
| 3024 (ispell-buffer-local-parsing): Supports checking comments only. | |
| 3025 | |
| 3026 1999-05-08 Karl Heuer <kwzh@gnu.org> | |
| 3027 | |
| 3028 * comint.el (comint-password-prompt-regexp): Fix last change to be | |
| 3029 more specific. | |
| 3030 | |
| 3031 1999-05-07 Richard M. Stallman <rms@gnu.org> | |
| 3032 | |
| 3033 * subr.el (with-temp-message): Fix the other call to message | |
| 3034 to use %s. | |
| 3035 | |
| 3036 1999-05-07 Michael Ernst <mernst@alum.mit.edu> | |
| 3037 | |
| 3038 * gud.el (gud-format-command): "%F" means file sans extension. | |
| 3039 (jdb): use %F, not %f, for gud-break. | |
| 3040 | |
| 3041 1999-05-07 Joel N. Weber II <devnull@melange.gnu.org> | |
| 3042 | |
| 3043 * comint.el (comint-password-prompt-regexp): Modified so that it | |
| 3044 matches the output of kinit. | |
| 3045 | |
| 3046 1999-05-06 Greg Stark <gsstark@mit.edu> | |
| 3047 | |
| 3048 * timezone.el (timezone-parse-date): Recognize new format used in | |
| 3049 internet cookies. | |
| 3050 | |
| 3051 1999-05-04 Tudor Hulubei <tudor@cs.unh.edu> | |
| 3052 | |
| 3053 * international/iso-acc.el (iso-languages): Add latin-2 cedillas. | |
| 3054 | |
| 3055 1999-05-04 Andrew Innes <andrewi@gnu.org> | |
| 3056 | |
| 3057 * time.el (display-time-update): Allow for wrap-around when | |
| 3058 checking against display-time-server-down-time. | |
| 3059 | |
| 3060 1999-05-04 Ken'ichi Handa <handa@gnu.org> | |
| 3061 | |
| 3062 * international/mule-diag.el (describe-coding-system): Fix English | |
| 3063 message. | |
| 3064 | |
| 3065 1999-05-03 Jason Rumney <jasonr@altavista.net> | |
| 3066 | |
| 3067 * term/w32-win.el: Change the x-charset-registry property for the | |
| 3068 Japanese charsets that are supported by Japanese Windows fonts. | |
| 3069 | |
| 3070 1999-05-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
| 3071 | |
| 3072 * diary-lib.el (diary-remind): Rewritten to behave sensibly for | |
| 3073 diary-block diary entries for which the reminders and the diary | |
| 3074 entries can overlap. | |
| 3075 | |
| 3076 1999-05-02 Jason Rumney <jasonr@altavista.net> | |
| 3077 | |
| 3078 * term/w32-win.el (mouse-set-font): Ensure constructed fontset | |
| 3079 matches the font selected in the dialog. | |
| 3080 | |
| 3081 1999-05-02 Dave Love <fx@gnu.org> | |
| 3082 | |
| 3083 * browse-url.el (browse-url-browser-function): Add :version. | |
| 3084 | |
| 3085 * international/mule.el (auto-coding-alist): Add .tgz. | |
| 3086 | |
| 3087 1999-05-2 Eli Zaretskii <eliz@is.elta.co.il> | |
| 3088 | |
| 3089 * international/codepage.el (cp-coding-system-for-codepage-1): | |
| 3090 Make the magnification parameter for the -dos encoder be 2. | |
| 3091 | |
| 3092 1999-05-2 Andrew Innes <andrewi@gnu.org> | |
| 3093 | |
| 3094 * term/w32-win.el (w32-drag-n-drop): Select file in window where | |
| 3095 it is dropped, rather than current window. | |
| 3096 | |
| 3097 * mail/smtpmail.el (smtpmail-deduce-address-list): Bind variables | |
| 3098 after switching buffer, as case-fold-search is a buffer local | |
| 3099 variable. | |
| 3100 | |
| 3101 * w32-fns.el (convert-standard-filename): Only convert directory | |
| 3102 separators to backslash if the interactive shell is one of the | |
| 3103 standard Windows shells that has DOS semantics. | |
| 3104 | |
| 3105 * ls-lisp.el (ls-lisp-format-time): Trap errors from | |
| 3106 format-time-string, and return a suitable string to indicate the | |
| 3107 timestamp was invalid. | |
| 3108 | |
| 3109 * hexl.el (hexlify-command): Apply shell-quote-argument after | |
| 3110 expanding hexl-program in case exec-directory contains a space. | |
| 3111 (dehexlify-command): Ditto. | |
| 3112 | |
| 3113 * dos-w32.el (file-name-buffer-file-type-alist): Remove various | |
| 3114 file extension regexps which aren't necessarily binary files. | |
| 3115 (direct-print-region-helper): Use subst-char-in-string instead of | |
| 3116 binding directory-sep-char to convert filenames to DOS syntax. | |
| 3117 (direct-print-region-use-command-dot-com): New variable. | |
| 3118 (direct-print-region-helper): Use it to control whether to invoked | |
| 3119 command.com to print on Windows 9x. | |
| 3120 | |
| 3121 * browse-url.el (browse-url-browser-function): Default to | |
| 3122 browse-url-default-windows-browser on windows-nt. | |
| 3123 (browse-url-default-windows-browser): New function. | |
| 3124 | |
| 3125 1999-04-30 Eli Zaretskii <eliz@is.elta.co.il> | |
| 3126 | |
| 3127 * forms.el (forms-mode): Don't call forms-first-record or | |
| 3128 forms-last-record if the data file has zero records. | |
| 3129 | |
| 3130 1999-04-29 Richard M. Stallman <rms@gnu.org> | |
| 3131 | |
| 3132 * files.el (find-file-noselect-1): If buffer-file-name has changed | |
| 3133 after find-file-not-found-hooks runs, recompute the truename. | |
| 3134 And don't use FILENAME after that point. | |
| 3135 | |
| 3136 1999-04-27 Dave Love <fx@gnu.org> | |
| 3137 | |
| 3138 * paren.el (show-paren-mode) | |
| 3139 * which-func.el (which-func-mode-global) | |
| 3140 * type-break.el (type-break-mode) | |
| 3141 * time.el (display-time-mode) | |
| 3142 * rsz-mini.el (resize-minibuffer-mode) | |
| 3143 * mouse-sel.el (mouse-sel-mode) | |
| 3144 * icomplete.el (icomplete-mode) | |
| 3145 * hscroll.el (hscroll-global-mode) | |
| 3146 * help.el (temp-buffer-resize-mode) | |
| 3147 * font-lock.el (global-font-lock-mode) | |
| 3148 * delsel.el (delete-selection-mode) | |
| 3149 * avoid.el (mouse-avoidance-mode) | |
| 3150 * autoinsert.el (auto-insert-mode) | |
| 3151 * winner.el (winner-mode): Doc fix. | |
| 3152 | |
| 3153 1999-04-26 Karl Heuer <kwzh@gnu.org> | |
| 3154 | |
| 3155 * mail/rmail.el (rmail-next-same-subject): When searching, ignore | |
| 3156 the same whitespace that was ignored in choosing the subject string. | |
| 3157 | |
| 3158 1999-04-26 Richard M. Stallman <rms@gnu.org> | |
| 3159 | |
| 3160 * info.el (Info-find-node): Position properly after finding anchor. | |
| 3161 | |
| 3162 * cus-start.el (all): Handle unibyte-display-via-language-environment. | |
| 3163 | |
| 3164 * simple.el (indent-new-comment-line): Fix previous change. | |
| 3165 | |
| 3166 * complete.el: Delete the wildcard expansion feature | |
| 3167 since that is now standard in find-file. | |
| 3168 (PC-try-load-many-files): Function deleted. | |
| 3169 (PC-after-load-many-files): Function deleted. | |
| 3170 (PC-many-files-list): Variable deleted. | |
| 3171 (PC-disable-wildcards): Variable deleted. | |
| 3172 (partial-completion-mode): Don't enable the wildcard feature. | |
| 3173 | |
| 3174 * complete.el (PC-look-for-include-file): Don't set global variables | |
| 3175 `error', `buf' and `filename' here. | |
| 3176 | |
| 3177 * mail/sendmail.el (mail-sent-via): Use copy-marker not make-marker. | |
| 3178 | |
| 3179 1999-04-26 John Wiegley <johnw@oneworld.new-era.com> | |
| 3180 | |
| 3181 * textmodes/outline.el (outline-regexp): Doc fix. | |
| 3182 | |
| 3183 1999-04-26 John Wiegley <johnw@borland.com> | |
| 3184 | |
| 3185 * progmodes/compile.el (compilation-error-regexp-alist): Recognize | |
| 3186 C++Builder 4.0 error message syntax. | |
| 3187 | |
| 3188 1999-04-26 Mark Diekhans <markd@Grizzly.COM> | |
| 3189 | |
| 3190 * progmodes/compile.el (grep-compute-defaults): If xargs -e isn't | |
| 3191 supported, use find -exec. | |
| 3192 | |
| 3193 1999-04-26 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp> | |
| 3194 | |
| 3195 * textmodes/texinfmt.el (texinfo-format-buffer): Bind | |
| 3196 coding-system-for-write, to avoid hanging when non-interactive. | |
| 3197 | |
| 3198 1999-04-26 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
| 3199 | |
| 3200 * textmodes/bibtex.el (bibtex-reference-head): Allow entries to | |
| 3201 start with a newline. | |
| 3202 | |
| 3203 1999-04-13 Ken'ichi Handa <handa@gnu.org> | |
| 3204 | |
| 3205 * international/mule-conf.el (x-ctext): New coding system. | |
| 3206 | |
| 3207 1999-04-12 Richard M. Stallman <rms@gnu.org> | |
| 3208 | |
| 3209 * international/mule-cmds.el (input-method-function): | |
| 3210 Add permanent-local property. | |
| 3211 | |
| 3212 1999-04-12 Dave Love <fx@gnu.org> | |
| 3213 | |
| 3214 * jka-compr.el (jka-compr-insert-file-contents): Fix previous | |
| 3215 change to use jka-compr-byte-compiler-base-file-name. | |
| 3216 | |
| 3217 * supercite.el (sc-scan-info-alist): Revert last change. | |
| 3218 (sc-attrib-selection-list): Fix :type here instead. | |
| 3219 | |
| 3220 1999-04-11 Eli Zaretskii <eliz@gnu.org> | |
| 3221 | |
| 3222 * international/mule.el (auto-coding-alist-lookup): Include ms-dos | |
| 3223 in the list of case-insensitive filesystems. | |
| 3224 | |
| 3225 1999-04-09 Kenichi Handa <handa@etl.go.jp> | |
| 3226 | |
| 3227 * international/fontset.el (create-fontset-from-fontset-spec): | |
| 3228 Don't register duplicated alias fontset names. | |
| 3229 | |
| 3230 1999-04-08 Richard Stallman <rms@gnu.org> | |
| 3231 | |
| 3232 * international/mule.el (auto-coding-alist-lookup): New function. | |
| 3233 (set-auto-coding): Use auto-coding-alist-lookup. | |
| 3234 | |
| 3235 * jka-compr.el (jka-compr-insert-file-contents): | |
| 3236 Use auto-coding-alist-lookup to check for files that | |
| 3237 should not have eol conversion, in the unibyte case. | |
| 3238 | |
| 3239 1999-04-07 Dave Love <fx@gnu.org> | |
| 3240 | |
| 3241 * help.el (describe-variable): Check custom-loads property as well | |
| 3242 as custom-type. | |
| 3243 | |
| 3244 * abbrev.el (abbrev-mode): Customizing sets the default value. | |
| 3245 | |
| 3246 1999-04-08 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
| 3247 | |
| 3248 * vc.el (vc-backend-revert): For CVS files that were made | |
| 3249 writeable with "cvs edit", call "cvs unedit" to undo that. | |
| 3250 | |
| 3251 1999-04-08 Dave Love <fx@gnu.org> | |
| 3252 | |
| 3253 * mail/supercite.el: (sc-attrib-selection-list): Fix custom type | |
| 3254 more. | |
| 3255 (sc-emacs-features): Recognize Emacs 20. | |
| 3256 (sc-read-string): Use history arg. | |
| 3257 (sc-scan-info-alist): Check for rtnvalue a cons. | |
| 3258 | |
| 3259 1999-04-08 Kenichi HANDA <handa@etl.go.jp> | |
| 3260 | |
| 3261 * gnus/gnus-mule.el (gnus-mule-message-send-mail-function): Find a | |
| 3262 coding system to encode the message by | |
| 3263 select-message-coding-system. | |
| 3264 | |
| 3265 1999-04-07 Richard Stallman <rms@gnu.org> | |
| 3266 | |
| 3267 * progmodes/sql.el (sql-send-paragraph): Delete duplicate definition. | |
| 3268 | |
| 3269 * winner.el: Reorder definitions. | |
| 3270 | |
| 3271 * mail/mh-utils.el (mh-find-progs): Try /etc/nmh and lib/nmh dirs. | |
| 3272 | |
| 3273 * mail/rmail.el (rmail-decode-babyl-format): | |
| 3274 Undo previous change. | |
| 3275 | |
| 3276 1999-04-06 Richard Stallman <rms@gnu.org> | |
| 3277 | |
| 3278 * info.el (Info-find-node): Check for an anchor at the | |
| 3279 proper place, before reading an indirect file. | |
| 3280 | |
| 3281 * imenu.el (imenu--mouse-menu): Use assq when searching in FINAL. | |
| 3282 | |
| 3283 * jka-compr.el (jka-compr-insert-file-contents): | |
| 3284 Use raw-text-unix when we want no conversion. | |
| 3285 | |
| 3286 1999-04-06 Thierry Emery <Thierry.Emery@nmu.alcatel.fr> | |
| 3287 | |
| 3288 * timezone.el (timezone-parse-date): Corrected regexp for | |
| 3289 style (5) date format so that tenths of seconds are optional. | |
| 3290 | |
| 3291 1999-04-05 Eli Zaretskii <eliz@gnu.org> | |
| 3292 | |
| 3293 * term/internal.el (dos-cpNNN-setup): New function, with the guts | |
| 3294 of dos-codepage-setup. | |
| 3295 (cjk-codepages-alist): New variable, an alist of Far-Eastern | |
| 3296 codepages for which there's no need to set up cpNNN coding | |
| 3297 systems. | |
| 3298 (dos-codepage-setup): Support Far-Eastern DOS terminals. | |
| 3299 | |
| 3300 1999-04-05 Richard Stallman <rms@gnu.org> | |
| 3301 | |
| 3302 * mail/rmail.el (rmail-ignored-headers): Doc fix. | |
| 3303 | |
| 3304 1999-04-02 Richard Stallman <rms@gnu.org> | |
| 3305 | |
| 3306 * progmodes/compile.el (compilation-handle-exit): Do right thing | |
| 3307 if (car status) doesn't end in a newline. | |
| 3308 | |
| 3309 1999-04-01 Dave Love <fx@gnu.org> | |
| 3310 | |
| 3311 * progmodes/sql.el (SQL): Add defgroup :version. | |
| 3312 | |
| 3313 1999-03-31 Richard M. Stallman <rms@caffeine.ai.mit.edu> | |
| 3314 | |
| 3315 * emacs-lisp/bytecomp.el (byte-compile-file): Clear | |
| 3316 buffer-file-coding-system. If the coding system used is raw-text, | |
| 3317 etc., make the *Compiler Input* buffer unibyte. | |
| 3318 | |
| 3319 * international/mule.el (find-new-buffer-file-coding-system): Doc fix. | |
| 3320 | |
| 3321 * loadup.el: Don't write the fns-...el file if not dumping. | |
| 3322 | |
| 3323 1999-03-31 Dave Love <fx@gnu.org> | |
| 3324 | |
| 3325 * snmp-mode.el (snmp): Fix defgroup :version. | |
| 3326 | |
| 3327 * hilit-chg.el (highlight-changes): Add defgroup :version. | |
| 3328 | |
| 3329 1999-03-31 Andreas Schwab <schwab@gnu.org> | |
| 3330 | |
| 3331 * gnus/gnus-sum.el (gnus-data-compute-positions): Move down after | |
| 3332 the gnus-save-hidden-threads macro. | |
| 3333 | |
| 3334 1999-03-30 Per Abrahamsen <abraham@dina.kvl.dk> | |
| 3335 | |
| 3336 * faces.el (face-set-after-frame-default): Obey the | |
| 3337 `customized-face' for new faces. | |
| 3338 | |
| 3339 1999-03-30 Dave Love <fx@gnu.org> | |
| 3340 | |
| 3341 * international/mule-cmds.el (current-language-environment): Doc fix. | |
| 3342 * abbrev.el (abbrev-mode): Doc fix. | |
| 3343 * autoinsert.el (auto-insert-mode): Doc fix. | |
| 3344 * complete.el (partial-completion-mode): Doc fix. | |
| 3345 * avoid.el (mouse-avoidance-mode): Doc fix. | |
| 3346 * delsel.el (delete-selection-mode): Doc fix. | |
| 3347 * font-lock.el (global-font-lock-mode): Doc fix. | |
| 3348 * help.el (temp-buffer-resize-mode): Doc fix. | |
| 3349 * hscroll.el (hscroll-global-mode): Doc fix. | |
| 3350 * icomplete.el (icomplete-mode): Doc fix. | |
| 3351 * mouse-sel.el (mouse-sel-mode): Doc fix. | |
| 3352 * paren.el (show-paren-mode): Doc fix. | |
| 3353 * rsz-mini.el (resize-minibuffer-mode): Doc fix. | |
| 3354 * time.el (display-time-mode): Doc fix. | |
| 3355 * type-break.el (type-break-mode): Doc fix. | |
| 3356 * which-func.el (which-func-mode-global): Doc fix. | |
| 3357 * winner.el (winner-mode): Doc fix. | |
| 3358 | |
| 3359 1999-03-30 Michael Ernst <mernst@alum.mit.edu> | |
| 3360 | |
| 3361 * wid-edit.el (widget-before-change): Signal text-read-only rather | |
| 3362 than an ordinary error. | |
| 3363 | |
| 3364 1999-03-30 Richard M. Stallman <rms@gnu.org> | |
| 3365 | |
| 3366 * repeat.el: Don't require advice. | |
| 3367 (repeat): Do function-indirection in check for kbd macro. | |
| 3368 In self-insert case, use the *last* char in INSERTION. | |
| 3369 | |
| 3370 1999-03-30 Karl Heuer <kwzh@gnu.org> | |
| 3371 | |
| 3372 * progmodes/cc-cmds.el (c-indent-command): Doc fix. | |
| 3373 | |
| 3374 1999-03-29 Andreas Schwab <schwab@gnu.org> | |
| 3375 | |
| 3376 * textmodes/tex-mode.el (tex-start-shell): Use add-hook for | |
| 3377 comint-input-filter-functions. Make variables related to shell | |
| 3378 directory tracking local. | |
| 3379 | |
| 3380 1999-03-26 Andreas Schwab <schwab@gnu.org> | |
| 3381 | |
| 3382 * emacs-lisp/debug.el (debug): Make *Backtrace* buffer writable. | |
| 3383 | |
| 3384 * simple.el (shell-command-on-region): Cope with exit-status being | |
| 3385 nil, which happens if call-process-region was interrupted. | |
| 3386 | |
| 3387 1999-03-26 Richard M. Stallman <rms@gnu.org> | |
| 3388 | |
| 3389 * simple.el (indent-new-comment-line): Handle use at a point | |
| 3390 after a comment-end. Handle multiple comments. | |
| 3391 | |
| 3392 * mail/rmail.el (rmail-decode-babyl-format): | |
| 3393 To prevent locking, bind buffer-file-name to nil. | |
| 3394 | |
| 3395 1999-03-26 Karl Fogel <kfogel@red-bean.com> | |
| 3396 | |
| 3397 * mail-hist.el (mail-hist-current-header-name): Don't make | |
| 3398 off-by-one-error when determining if in message body. | |
| 3399 | |
| 3400 1999-03-25 Andrew Innes <andrewi@gnu.org> | |
| 3401 | |
| 3402 * w32-fns.el (set-default-process-coding-system): Copied from | |
| 3403 dos-w32.el, but modified to use Unix line endings for process | |
| 3404 input, and to add a suitable entry to process-coding-system-alist | |
| 3405 for DOS shells. | |
| 3406 | |
| 3407 * dos-fns.el (set-default-process-coding-system): Copied from | |
| 3408 dos-w32.el. | |
| 3409 | |
| 3410 * dos-w32.el (set-default-process-coding-system): Move function to | |
| 3411 dos-fns.el; a different version is used in w32-fns.el. | |
| 3412 | |
| 3413 1999-03-24 Dave Love <fx@gnu.org> | |
| 3414 | |
| 3415 * info.el (Info-directory-list): Revert change to re-writing | |
| 3416 Info-default-directory-list, but put `alternative' first. | |
| 3417 (Info-insert-dir): Modify selecting the top dir file as a consequence. | |
| 3418 | |
| 3419 1999-03-23 Simon Marshall <simon@gnu.org> | |
| 3420 | |
| 3421 * font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is | |
| 3422 on the line by itself. | |
| 3423 (java-font-lock-keywords-2): Likewise. Don't fontify a class name if | |
| 3424 it is not in a declarative context. | |
| 3425 | |
| 3426 1999-03-22 Per Abrahamsen <abraham@dina.kvl.dk> | |
| 3427 | |
| 3428 * cus-edit.el (custom-variable-prompt): Allow customization of | |
| 3429 autoloaded symbols. | |
| 3430 | |
| 3431 1999-03-22 Kenichi HANDA <handa@etl.go.jp> | |
| 3432 | |
| 3433 * simple.el (what-cursor-position): Don't cause error when point | |
| 3434 is at invalid multibyte sequence. | |
| 3435 | |
| 3436 1999-03-21 Karl Heuer <kwzh@gnu.org> | |
| 3437 | |
| 3438 * complete.el (partial-completion-mode): Doc fix. | |
| 3439 | |
| 3440 1999-03-19 Richard M. Stallman <rms@gnu.org> | |
| 3441 | |
| 3442 * progmodes/cplus-md.el (old-c++): Remove :group. | |
| 3443 | |
| 3444 * progmodes/c-mode.el (old-c): Remove :group. | |
| 3445 | |
| 3446 1999-03-18 Simon Marshall <simon@gnu.org> | |
| 3447 | |
| 3448 * font-lock.el (c-font-lock-keywords-2): Added "complex" type. | |
| 3449 (java-font-lock-keywords-2): Added "strictfp" keyword. | |
| 3450 | |
| 3451 1999-03-17 Jason Rumney <jasonr@altavista.net> | |
| 3452 | |
| 3453 * w32-fns.el (set-w32-system-coding-system) New function. | |
| 3454 (w32-system-coding-system) Initialize to 'iso-latin-1. | |
| 3455 | |
| 3456 1999-03-17 Eli Zaretskii <eliz@gnu.org> | |
| 3457 | |
| 3458 * international/mule-cmds.el (set-language-environment): Fix | |
| 3459 previous change: don't use dos-codepage when unbound. | |
| 3460 | |
| 3461 1999-03-17 Karl Heuer <kwzh@gnu.org> | |
| 3462 | |
| 3463 * calendar/appt.el (appt-make-list): Fix previous change. | |
| 3464 | |
| 3465 1999-03-16 Richard M. Stallman <rms@gnu.org> | |
| 3466 | |
| 3467 * window.el (shrink-window-if-larger-than-buffer): | |
| 3468 Don't try to redisplay with the cursor at the end | |
| 3469 on its own line--that would force a scroll and spoil things. | |
| 3470 | |
| 3471 1999-03-16 Eli Zaretskii <eliz@gnu.org> | |
| 3472 | |
| 3473 * international/mule-cmds.el (set-language-environment): Don't use | |
| 3474 cpNNN-nonascii-translation-table if it is unbound. | |
| 3475 | |
| 3476 * term/internal.el (dos-codepage-setup): Compute the unibyte | |
| 3477 syntax table and bind unibyte-display-via-language-environment | |
| 3478 here, rather than at top level, so that resetting to unibyte in | |
| 3479 .emacs works as expected. | |
| 3480 | |
| 3481 1999-03-15 Simon Marshall <simon@gnu.org> | |
| 3482 | |
| 3483 * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword. | |
| 3484 | |
| 3485 1999-03-14 Milan Zamazal <pdm@pvt.net> | |
| 3486 | |
| 3487 * abbrev.el (inverse-add-abbrev): Inherit the current input method. | |
| 3488 | |
| 3489 1999-03-14 Kenichi Handa <handa@etl.go.jp> | |
| 3490 | |
| 3491 * international/mule-util.el (detect-coding-with-priority): | |
| 3492 Restore the internal database. | |
| 3493 | |
| 3494 1999-03-14 Stephen Eglen <stephen@gnu.org> | |
| 3495 | |
| 3496 * mail/sendmail.el (sendmail-send-it): Fix typo in error string | |
| 3497 if mail-from-style has invalid value. | |
| 3498 | |
| 3499 1999-03-12 Karl Heuer <kwzh@gnu.org> | |
| 3500 | |
| 3501 * vc.el (vc-delete-logbuf-window): New var. | |
| 3502 (vc-finish-logentry): Use it. | |
| 3503 | |
| 3504 1999-03-12 Richard M. Stallman <rms@gnu.org> | |
| 3505 | |
| 3506 * startup.el (command-line-1): Improve startup msg. | |
| 3507 | |
| 3508 1999-03-12 Eric M. Ludlam <zappo@ultranet.com> | |
| 3509 | |
| 3510 * speedbar.el: Added commentary about stealthy functions. | |
| 3511 (speedbar-message) new function. | |
| 3512 (speedbar-y-or-n-p): New function | |
| 3513 (speedbar-with-attached-buffer) Moved macro before reference. | |
| 3514 Now uses `save-selected-window'. | |
| 3515 (speedbar-mouse-hscroll, speedbar-track-mouse, speedbar-refresh, | |
| 3516 speedbar-generic-item-info, speedbar-item-info-file-helper, | |
| 3517 speedbar-item-delete, speedbar-insert-generic-list, | |
| 3518 speedbar-timer-fn, speedbar-check-vc-this-line, | |
| 3519 speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags, | |
| 3520 speedbar-buffers-item-info) Use speedbar-message. | |
| 3521 (speedbar-item-info) Limit `message-log-max'. | |
| 3522 (speedbar-item-load, speedbar-item-copy, speedbar-item-rename, | |
| 3523 speedbar-item-delete, speedbar-item-object-delete, | |
| 3524 speedbar-buffer-kill-buffer) Use speedbar-y-or-n-p. | |
| 3525 | |
| 3526 1999-03-10 Kenichi Handa <handa@mulelab.etl.go.jp> | |
| 3527 | |
| 3528 * server.el (server-start): Set coding system for the server | |
| 3529 process to raw-text. | |
| 3530 (server-process-filter): Decode file names if necessary. | |
| 3531 | |
| 3532 1999-03-12 Dave Love <fx@gnu.org> | |
| 3533 | |
| 3534 * textmodes/fill.el (sentence-end-double-space): Doc fix. | |
| 3535 | |
| 3536 * textmodes/paragraphs.el (sentence-end): Doc fix. | |
| 3537 | |
| 3538 1999-03-11 Karl Heuer <kwzh@gnu.org> | |
| 3539 | |
| 3540 * comint.el (comint-password-prompt-regexp): Accept "login password:" | |
| 3541 | |
| 3542 1999-03-09 Karl Heuer <kwzh@gnu.org> | |
| 3543 | |
| 3544 * ispell.el (ispell-dictionary-alist-1): Shorten autoloaded line. | |
| 3545 (ispell-dictionary-alist-2): Likewise. | |
| 3546 (ispell-dictionary-alist-3, ispell-dictionary-alist-4): New vars. | |
| 3547 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): New vars. | |
| 3548 (ispell-dictionary-alist): Build from six pieces, not just two. | |
| 3549 | |
| 3550 * ps-bdf.el (bdf-directory-list): Doc fix. | |
| 3551 | |
| 3552 * enriched.el (enriched-mode): Make var permanent-local. | |
| 3553 | |
| 3554 1999-03-09 Dave Love <fx@gnu.org> | |
| 3555 | |
| 3556 * textmodes/sgml-mode.el (html-mode): Use | |
| 3557 sentence-end-double-space when setting sentence-end. | |
| 3558 | |
| 3559 1999-03-09 Ken'ichi Handa <handa@gnu.org> | |
| 3560 | |
| 3561 * language/thai.el (tis-620): New alias coding system for thai-tis620. | |
| 3562 | |
| 3563 1999-03-08 Felix Lee <flee@cygnus.com> | |
| 3564 | |
| 3565 * textmodes/flyspell.el (flyspell-mode-on): Use change-major-mode-hook. | |
| 3566 | |
| 3567 * textmodes/outline.el (outline-back-to-heading): Fix invisible-ok. | |
| 3568 | |
| 3569 1999-03-08 Karl Heuer <kwzh@gnu.org> | |
| 3570 | |
| 3571 * dired-aux.el (dired-do-copy-regexp): Doc fix. | |
| 3572 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix. | |
| 3573 | |
| 3574 * dired.el (dired-do-copy-regexp): Doc fix. | |
| 3575 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix. | |
| 3576 | |
| 3577 1999-03-08 Roger Breitenstein <roger.breitenstein@starfish.com> | |
| 3578 | |
| 3579 * mail/smtpmail.el (smtpmail-do-bcc): Fix regexp. | |
| 3580 | |
| 3581 1999-03-08 Jason Rumney <jasonr@altavista.net> | |
| 3582 | |
| 3583 * international/codepage.el (cp1250-decode-table) | |
| 3584 (cp1251-decode-table, cp1253-decode-table) | |
| 3585 (cp1257-decode-table): New translation tables for MS Windows codepages. | |
| 3586 (cp-make-coding-systems-for-codepage): Accept 4 digit codepages. | |
| 3587 | |
| 3588 1999-03-07 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp> | |
| 3589 | |
| 3590 * textmodes/texinfmt.el (texinfo-append-refill): Check @c correctly. | |
| 3591 | |
| 3592 1999-03-07 Eli Zaretskii <eliz@gnu.org> | |
| 3593 | |
| 3594 * ps-bdf.el (bdf-directory-list): Different value for ms-dos. | |
| 3595 | |
| 3596 * term/internal.el (top level): Display character 255 as 8bit as well. | |
| 3597 | |
| 3598 1999-03-06 Dave Love <fx@gnu.org> | |
| 3599 | |
| 3600 * progmodes/cc-cmds.el (c-outline-level): Bind | |
| 3601 buffer-invisibility-spec. | |
| 3602 | |
| 3603 * progmodes/c-mode.el (c-outline-level): Likewise. | |
| 3604 | |
| 3605 * progmodes/ada-mode.el (ada-outline-level): Likewise. | |
| 3606 | |
| 3607 1999-03-05 Felix Lee <flee@cygnus.com> | |
| 3608 | |
| 3609 * textmodes/outline.el (outline-get-last-sibling): Doc fix. | |
| 3610 | |
| 3611 1999-03-05 Richard M. Stallman <rms@gnu.org> | |
| 3612 | |
| 3613 * bindings.el (complete-symbol): Invert meaning of prefix arg. | |
| 3614 | |
| 3615 1999-03-05 Andrew Innes <andrewi@gnu.org> | |
| 3616 | |
| 3617 * w32-fns.el (convert-standard-filename): Convert directory | |
| 3618 separators to Windows format. | |
| 3619 | |
| 3620 1999-03-05 Andreas Schwab <schwab@gnu.org> | |
| 3621 | |
| 3622 * international/skkdic-cnv.el: Provide skkdic-cnv. | |
| 3623 (skkdic-convert): Emit code to require skkdic-cnv at compile time. | |
| 3624 (batch-skkdic-convert): Doc fix. | |
| 3625 | |
| 3626 1999-03-04 Dave Love <fx@gnu.org> | |
| 3627 | |
| 3628 * custom.el (custom-set-variables): Protect against setter errors. | |
| 3629 | |
| 3630 1999-03-04 Eli Zaretskii <eliz@gnu.org> | |
| 3631 | |
| 3632 * ls-lisp.el (ls-lisp-insert-directory): Protect the sum total of | |
| 3633 the file sizes from overflowing. | |
| 3634 (ls-lisp-format): If file size is a float, use %8.0f to print it. | |
| 3635 Under -s, print the size in blocks with %4.0f, in case they have | |
| 3636 a *really* huge file. | |
| 3637 | |
| 3638 1999-03-03 Dave Love <fx@gnu.org> | |
| 3639 | |
| 3640 * options.el (edit-options): Doc fix. | |
| 3641 (list-options): Don't lose with unbound symbols. Maintain | |
| 3642 Edit-options-mode. | |
| 3643 | |
| 3644 1999-03-01 Dave Love <fx@gnu.org> | |
| 3645 | |
| 3646 * mail/supercite.el (sc-attrib-selection-list): Fix custom type. | |
| 3647 | |
| 3648 1999-02-28 Richard M. Stallman <rms@gnu.org> | |
| 3649 | |
| 3650 * ispell.el (ispell-dictionary-alist-override): New variable. | |
| 3651 (ispell-dictionary-alist): Don't setq it, | |
| 3652 if ispell-dictionary-alist-override is set. | |
| 3653 | |
| 3654 * simple.el (shell-command-default-error-buffer): Renamed from | |
| 3655 shell-command-on-region-default-error-buffer. | |
| 3656 (shell-command-on-region): Mention in echo area when there | |
| 3657 is some error output. Mention success or failure, too. | |
| 3658 Accumulate multiple error outputs | |
| 3659 going forward, with formfeed in between. Display the error buffer | |
| 3660 when we have put something in it. | |
| 3661 (shell-command): Add the ERROR-BUFFER argument feature. | |
| 3662 | |
| 3663 1999-02-28 Karl Heuer <kwzh@gnu.org> | |
| 3664 | |
| 3665 * mail/mh-utils.el (mh-lib): Doc fix. | |
| 3666 (mh-lib-progs, mh-nmh-p): New vars. | |
| 3667 (mh-find-progs): Set mh-lib-progs along with other vars. | |
| 3668 (mh-path-search): New arg FUNC-P; if specified, use that instead | |
| 3669 of mh-file-command-p. | |
| 3670 (mh-install, mh-exec-lib-cmd-output): Use mh-lib-progs. | |
| 3671 | |
| 3672 * mail/mh-comp.el (mh-repl-formfile): New var. | |
| 3673 (mh-smail-batch): Don't ignore all arguments. | |
| 3674 (mh-reply): Do the right thing when using nmh. | |
| 3675 | |
| 3676 1999-02-27 Kenichi Handa <handa@etl.go.jp> | |
| 3677 | |
| 3678 * international/mule-cmds.el (select-safe-coding-system): Be sure | |
| 3679 to show a buffer being decoded. | |
| 3680 | |
| 3681 1999-02-26 Ken'ichi Handa <handa@gnu.org> | |
| 3682 | |
| 3683 * ps-bdf.el (bdf-directory-list): Initialize it to | |
| 3684 '("/usr/local/share/emacs/fonts/bdf"). | |
| 3685 | |
| 3686 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
| 3687 | |
| 3688 * ps-print.el: PostScript programming fix. | |
| 3689 (ps-print-prologue-1): Fix BeginDoc PostScript procedure (don't use | |
| 3690 setpagedevice operator). | |
| 3691 | |
| 3692 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
| 3693 | |
| 3694 * ps-print.el: Doc fix, font size specifies landscape and portrait | |
| 3695 sizes. | |
| 3696 (ps-print-version): New version number (4.1.4). | |
| 3697 (ps-font-size, ps-header-font-size, ps-header-title-font-size): | |
| 3698 Specifies landscape and portrait sizes. | |
| 3699 (ps-setup, ps-print-quote, ps-line-lengths-internal, ps-nb-pages) | |
| 3700 (ps-get-page-dimensions, ps-begin-file, ps-begin-job, ps-generate): Fun | |
| 3701 fix. | |
| 3702 (ps-get-font-size): New fun. | |
| 3703 (ps-font-size-internal, ps-header-font-size-internal) | |
| 3704 (ps-header-title-font-size-internal): New vars. | |
| 3705 | |
| 3706 * ps-mule.el: Change of ps-print font size variable name. | |
| 3707 (ps-mule-generate-font): Fun fix. | |
| 3708 (ps-mule-begin-job): Programming uniformization. | |
| 3709 | |
| 3710 1999-02-25 Dave Love <fx@gnu.org> | |
| 3711 | |
| 3712 * help.el (help-xref-info-regexp): Allow linebreaks and capital. | |
| 3713 (help-make-xrefs): Do Info case first. | |
| 3714 | |
| 3715 * repeat.el: Don't require advice. | |
| 3716 (repeat-last-kill-command): Variable deleted. | |
| 3717 | |
| 3718 1999-02-25 Richard Stallman <rms@gnu.org> | |
| 3719 | |
| 3720 * simple.el (shell-command-on-region): Don't go into the REPLACE = t | |
| 3721 case just because the current buffer is the output buffer. | |
| 3722 | |
| 3723 1999-02-25 Kenichi Handa <handa@etl.go.jp> | |
| 3724 | |
| 3725 * simple.el (what-cursor-position): To show the character's | |
| 3726 encoding, use encoded-string-description instead of information | |
| 3727 of chaset-origin-alist. | |
| 3728 | |
| 3729 * international/mule-cmds.el (iso-2022-control-alist): New variable. | |
| 3730 (encoded-code-description): New function. | |
| 3731 (encoded-string-description): New function. | |
| 3732 (encode-coding-char): New function. | |
| 3733 | |
| 3734 1999-02-25 Andrew Innes <andrewi@gnu.org> | |
| 3735 | |
| 3736 * startup.el (command-line) [windows-nt]: Fix typo in regexp | |
| 3737 checking for .emacs[.el[c]]. | |
| 3738 | |
| 3739 1999-02-24 Richard Stallman <rms@gnu.org> | |
| 3740 | |
| 3741 * help.el (describe-function-1): Don't print a whole lambda-function. | |
| 3742 | |
| 3743 1999-02-23 Ken'ichi Handa <handa@gnu.org> | |
| 3744 | |
| 3745 * international/encoded-kb.el (encoded-kbd-handle-8bit): Allow | |
| 3746 inputting ?\240. | |
| 3747 | |
| 3748 1999-02-23 Karl Heuer <kwzh@gnu.org> | |
| 3749 | |
| 3750 * term/vt100.el (vt100-wide-mode): Use defvar, not defconst. | |
| 3751 | |
| 3752 * midnight.el (clean-buffer-list-kill-regexps): Doc fix. | |
| 3753 (clean-buffer-list-kill-buffer-names): Doc fix. | |
| 3754 | |
| 3755 * gud.el (gud-jdb-massage-args): Spelling fix. | |
| 3756 | |
| 3757 1999-02-23 Richard M. Stallman <rms@gnu.org> | |
| 3758 | |
| 3759 * subr.el (with-temp-message): Use %s so % in old msg won't fool us. | |
| 3760 | |
| 3761 1999-02-22 Eli Zaretskii <eliz@gnu.org> | |
| 3762 | |
| 3763 * arc-mode.el (archive-set-buffer-as-visiting-file): Save | |
| 3764 excursion while calling set-auto-coding-function. | |
| 3765 | |
| 3766 * play/handwrite.el (handwrite): Require ps-print, and use | |
| 3767 ps-printer-name and ps-lpr-command. Call ps-print-region-function | |
| 3768 if it's defined, instead of forking ps-lpr-command unconditionally. | |
| 3769 | |
| 3770 1999-02-22 Kenichi Handa <handa@etl.go.jp> | |
| 3771 | |
| 3772 * international/codepage.el (cp-coding-system-for-codepage-1): Put | |
| 3773 charset-origin-alist property to a coding system for the codepage. | |
| 3774 | |
| 3775 * international/mule.el: Modify comment for charset-origin-alist | |
| 3776 property of a coding system. | |
| 3777 | |
| 3778 * simple.el (what-cursor-position): charset-origin-alist property | |
| 3779 of a coding system may be a translation table or a symbol of which | |
| 3780 `translation-table' property is a translation table. | |
| 3781 | |
| 3782 1999-02-21 Richard Stallman <rms@gnu.org> | |
| 3783 | |
| 3784 * textmodes/sgml-mode.el (html-tag-alist): Add /head and /body | |
| 3785 to the "html" template. | |
| 3786 | |
| 3787 1999-02-21 Peter Breton <pbreton@ne.mediaone.net> | |
| 3788 | |
| 3789 * dirtrack.el (dirtrack): Added docstring. Now returns input. | |
| 3790 | |
| 3791 1999-02-18 Peter Breton <pbreton@ne.mediaone.net> | |
| 3792 | |
| 3793 * dirtrack.el (dirtrack): Check for the prompt in the input string | |
| 3794 instead of the buffer. | |
| 3795 | |
| 3796 1999-02-18 Alex Schroeder <a.schroeder@bsiag.ch> | |
| 3797 | |
| 3798 * sql.el: Set version to 1.4.1. Changed mail address to | |
| 3799 alex@gnu.org. Mention the mailing list sql.el@gnu.org. | |
| 3800 (sql-input-ring-separator): Doc fix. | |
| 3801 (sql-mode-syntax-table): double-dash starts comments is defined as | |
| 3802 ". 56" instead of ". 12b" for XEmacs. | |
| 3803 (sql-stop, sql-interactive-mode): Doc fixes. | |
| 3804 (sql-postgres): Queries for database and server, not just one. | |
| 3805 (sql-set-sqli-buffer): sql-set-sqli-hook must be quoted. | |
| 3806 | |
| 3807 * sql.el (sql-set-sqli-hook): A hook run when sql-buffer is | |
| 3808 changed. This is needed for master.el to work. | |
| 3809 (sql-set-sqli-buffer): Use the new hook. | |
| 3810 | |
| 3811 * sql.el (sql-make-alternate-buffer-name): Function that sets | |
| 3812 sql-alternate-buffer-name. | |
| 3813 (sql-alternate-buffer-name): Possible name of SQLi buffers. | |
| 3814 (sql-interactive-mode): Set sql-alternate-buffer-name. | |
| 3815 (sql-rename-buffer): New command. | |
| 3816 (sql-interactive-mode-menu): Menu for SQLi buffers. | |
| 3817 | |
| 3818 * sql.el (sql-interactive-mode): Doc fix. sql-input-ring-separator | |
| 3819 and sql-input-ring-file-name are used to temporarily set | |
| 3820 comint-input-ring-file-name and comint-input-ring-separator when | |
| 3821 reading and writing input history files. | |
| 3822 | |
| 3823 (sql-stop): Use sql-input-ring-separator and sql-input-ring-file-name. | |
| 3824 (sql-input-ring-file-name): New variable with customization. | |
| 3825 (sql-input-ring-separator): New variable with customization. | |
| 3826 (sql-set-sqli-buffer): Renamed from sql-change-sqli-buffer. | |
| 3827 Callers changed. | |
| 3828 (sql-show-sqli-buffer): The message for "sql-buffer is not set" | |
| 3829 now includes the name of the current buffer. | |
| 3830 | |
| 3831 (sql-mode): Set paragraph-separate and paragraph-start so that | |
| 3832 sql-send-paragraph sends the entire SQL statements, even if it | |
| 3833 contains indented lines. | |
| 3834 | |
| 3835 1999-02-18 Dave Love <fx@gnu.org> | |
| 3836 | |
| 3837 * format.el (format-encode-run-method, format-decode-run-method): | |
| 3838 Fix previous change. | |
| 3839 | |
| 3840 1999-02-18 Ken'ichi Handa <handa@gnu.org> | |
| 3841 | |
| 3842 * international/mule.el (coding-system-list): Moved here from | |
| 3843 mule-util.el to avoid autoloading mule-util by the call of | |
| 3844 select-safe-coding-system. | |
| 3845 | |
| 3846 1999-02-17 Per Abrahamsen <abraham@dina.kvl.dk> | |
| 3847 | |
| 3848 * simple.el (turn-on-auto-fill): Mark it as an option for | |
| 3849 `text-mode-hook'. | |
| 3850 | |
| 3851 1999-02-17 Richard Stallman <rms@gnu.org> | |
| 3852 | |
| 3853 * emacs-lisp/easymenu.el (easy-menu-get-map): | |
| 3854 Don't crash if (current-local-map) is nil. | |
| 3855 | |
| 3856 1999-02-17 Peter Breton <pbreton@ne.mediaone.net> | |
| 3857 | |
| 3858 * filecache.el (file-cache-filter-regexps): Added .class. | |
| 3859 | |
| 3860 1999-02-17 Ken'ichi Handa <handa@gnu.org> | |
| 3861 | |
| 3862 * international/mule-util.el (decompose-region): Use | |
| 3863 insert-buffer-substring instead of insert-buffer to avoid putting | |
| 3864 mark. | |
| 3865 | |
| 3866 1999-02-17 Andreas Schwab <schwab@gnu.org> | |
| 3867 | |
| 3868 * calendar/cal-move.el (scroll-calendar-left): Don't set | |
| 3869 displayed-month and displayed-year here, let generate-calendar do | |
| 3870 it, after range checking. | |
| 3871 | |
| 3872 1999-02-17 Simon Marshall <simon@gnu.org> | |
| 3873 | |
| 3874 * progmodes/cc-engine.el (c-at-toplevel-p): New function. | |
| 3875 | |
| 3876 * font-lock.el (c++-font-lock-keywords-3): Use it to distinguish | |
| 3877 correctly between an object declared via a constructor and a method. | |
| 3878 (font-lock-defaults-alist): Don't give `.' word syntax for Java. | |
| 3879 (java-font-lock-keywords-1): Fontify package names individually. | |
| 3880 (java-font-lock-extra-types): Ensure regexp matches capitalised only. | |
| 3881 (java-font-lock-keywords-2): Simplify type fontification. | |
| 3882 (java-font-lock-keywords-3): Likewise. | |
| 3883 | |
| 3884 1999-02-17 Kenichi Handa <handa@etl.go.jp> | |
| 3885 | |
| 3886 * language/japanese.el (iso-2022-jp-2): New coding system. | |
| 3887 ("Japanese"): Put iso-2022-jp-2 in coding-priority property. | |
| 3888 | |
| 3889 1999-02-16 Dave Love <fx@gnu.org> | |
| 3890 | |
| 3891 * help.el (describe-function-1): Accept non-symbols. | |
| 3892 | |
| 3893 1999-02-16 Paul Eggert <eggert@twinsun.com> | |
| 3894 | |
| 3895 * dired.el (dired-move-to-filename-regexp): Prepend .* so that we | |
| 3896 find the last match if there are multiple matches. | |
| 3897 | |
| 3898 1999-02-16 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 3899 | |
| 3900 * tex-mode.el (tex-run-command, latex-run-command) | |
| 3901 (slitex-run-command, tex-command): Doc changes. | |
| 3902 (tex-start-options-string): Autoload it. Doc change. Provide | |
| 3903 a menu for customization. Allow nil. Quote backslashes only once. | |
| 3904 (tex-start-tex): Handle nil value of tex-start-options-string | |
| 3905 and apply shell-quote-argument to it. | |
| 3906 | |
| 3907 1999-02-16 Eli Zaretskii <eliz@gnu.org> | |
| 3908 | |
| 3909 * ls-lisp.el (ls-lisp-insert-directory): Call fceiling to round | |
| 3910 the size in blocks, since it can be a float. | |
| 3911 (ls-lisp-format): Likewise | |
| 3912 | |
| 3913 1999-02-16 Ken'ichi Handa <handa@gnu.org> | |
| 3914 | |
| 3915 * language/japanese.el (japanese-shift-jis): Add | |
| 3916 charset-origin-alist property. | |
| 3917 | |
| 3918 1999-02-15 Richard Stallman <rms@gnu.org> | |
| 3919 | |
| 3920 * progmodes/compile.el (compile-internal): Use save-selected-window. | |
| 3921 | |
| 3922 * subr.el (momentary-string-display): Bind inhibit-read-only. | |
| 3923 | |
| 3924 * speedbar.el (speedbar-item-info-tag-helper): Scan the whole line. | |
| 3925 | |
| 3926 1999-02-15 Eli Zaretskii <eliz@is.elta.co.il> | |
| 3927 | |
| 3928 * mail/rmail.el (rmail-show-message): If an unseen message has a | |
| 3929 Summary-line in its header, get past one more line before looking | |
| 3930 for the X-Coding-System header. | |
| 3931 | |
| 3932 1999-02-15 Geoff Voelker <voelker@cs.washington.edu> | |
| 3933 | |
| 3934 * makefile.nt (INSTALL): Copy the handful of uncompiled lisp files | |
| 3935 explicitly to accomodate Windows 9X lack of a useful copy program. | |
| 3936 | |
| 3937 1999-02-15 Per Abrahamsen <abraham@dina.kvl.dk> | |
| 3938 | |
| 3939 * wid-edit.el (widget-choice-value-create): Use `equal' | |
| 3940 instead of `eq'. | |
| 3941 | |
| 3942 1999-02-14 Richard Stallman <rms@gnu.org> | |
| 3943 | |
| 3944 * international/iso-transl.el: | |
| 3945 (iso-transl-ae): Renamed from iso-transl-e-slash. | |
| 3946 (iso-transl-a-ring): Renamed from iso-transl-a-slash. | |
| 3947 (iso-transl-AE): Renamed from iso-transl-E-slash. | |
| 3948 (iso-transl-A-ring): Renamed from iso-transl-A-slash. | |
| 3949 (iso-transl-char-map): Related changes. | |
| 3950 | |
| 3951 * format.el (format-replace-strings): Fix value of TO in REVERSE case. | |
| 3952 | |
| 3953 1999-02-13 Richard Stallman <rms@gnu.org> | |
| 3954 | |
| 3955 * textmodes/texinfmt.el (texinfo-alias): New function. | |
| 3956 (texinfo-fold-nodename-case): Add defvar. | |
| 3957 (texinfo-format-node): Do case folding if specified. | |
| 3958 | |
| 3959 * ffap.el (ffap-file-at-point): Test local file names | |
| 3960 immediately. Strip off line numbers. | |
| 3961 | |
| 3962 1999-02-12 Alex Schroeder <a.schroeder@bsiag.ch> | |
| 3963 | |
| 3964 * sql.el: Set version to 1.3.2 | |
| 3965 (sql-solid-program): Added support for solid. | |
| 3966 (sql-help): Doc mentions sql-solid. | |
| 3967 (sql-solid): Entry function for Solid. | |
| 3968 (sql-buffer): Doc explains the use of the variable and how to | |
| 3969 change it. | |
| 3970 (sql-mode-menu): Included entries for sql-show-sqli-buffer and | |
| 3971 sql-change-sqli-buffer; sql-send-region and sql-send-buffer are | |
| 3972 disabled if sql-buffer doesn't have a process; sql-send-paragraph | |
| 3973 is new. | |
| 3974 (sql-show-sqli-buffer): New function to display the value of | |
| 3975 sql-buffer. | |
| 3976 (sql-change-sqli-buffer): New function to change sql-buffer. | |
| 3977 (sql-mode): Doc explains how to change sql-buffer. | |
| 3978 (sql-send-paragraph): New function to send a paragraph. | |
| 3979 (sql-mode-map): Added keybinding for sql-send-paragraph. | |
| 3980 (sql-mysql): Doc corrected. | |
| 3981 (sql-ms): Doc corrected. | |
| 3982 | |
| 3983 * sql.el (sql-server): Doc fix. | |
| 3984 (sql-mysql): Added the use of sql-server to specify the host, | |
| 3985 sql-database now specifies database instead of host. | |
| 3986 (sql-mode-menu): Send... menu items are only active if sql-buffer | |
| 3987 is non-nil. | |
| 3988 (sql-help): Changed tag of entry functions a bit. | |
| 3989 | |
| 3990 * sql.el: Added keywords from `finder-by-keyword'. | |
| 3991 (sql-mode): Made sql-buffer a local variable, changed the | |
| 3992 documentation: removed instructions to add *.sql files to | |
| 3993 auto-mode-alist, added documentation for having mutliple SQL | |
| 3994 buffers sending their stuff to different SQLi buffers, each | |
| 3995 running a different process. | |
| 3996 (sql-postgres): Quoted *SQL* in doc string. | |
| 3997 (sql-ms): Likewise. | |
| 3998 (sql-ingres): Likewise. | |
| 3999 (sql-ingres): Quoted *SQL* in doc string, added references to | |
| 4000 sql-user and sql-password used during login. | |
| 4001 (sql-sybase): Quoted *SQL* in doc string, added comma. | |
| 4002 (sql-oracle): Likewise. | |
| 4003 (sql-interactive-mode): Added extensive documentation for having | |
| 4004 mutliple SQL buffers sending their stuff to different SQLi | |
| 4005 buffers, each running a different process. | |
| 4006 (sql-buffer): Changed doc from *SQL* to SQLi. | |
| 4007 (sql-get-login): Doc fix. | |
| 4008 | |
| 4009 1999-02-12 Ken'ichi Handa <handa@gnu.org> | |
| 4010 | |
| 4011 * international/mule-conf.el (undecided): Set ascii in | |
| 4012 safe-charsets property. | |
| 4013 | |
| 4014 1999-02-12 Richard Stallman <rms@gnu.org> | |
| 4015 | |
| 4016 * textmodes/paragraphs.el (paragraph-separate): Doc fix. | |
| 4017 | |
| 4018 1999-02-12 Ken'ichi Handa <handa@gnu.org> | |
| 4019 | |
| 4020 * ps-mule.el (ps-mule-font-info-database-default): Set the initial | |
| 4021 value to ps-mule-font-info-database-latin. | |
| 4022 | |
| 4023 1999-02-13 Kenichi HANDA <handa@etl.go.jp> | |
| 4024 | |
| 4025 * ps-mule.el (ps-multibyte-buffer): Doc-string modified. | |
| 4026 (ps-mule-font-info-database-default): New variable. | |
| 4027 (ps-mule-begin-job): If ps-multibyte-buffer is nil, use | |
| 4028 ps-mule-font-info-database-default. | |
| 4029 | |
| 4030 1999-02-12 Dave Love <fx@gnu.org> | |
| 4031 | |
| 4032 * timezone.el (timezone-make-date-sortable) | |
| 4033 (timezone-make-date-arpa-standard): Doc fix. | |
| 4034 | |
| 4035 1999-02-12 Ken'ichi Handa <handa@gnu.org> | |
| 4036 | |
| 4037 * international/quail.el (quail-show-kbd-layout): Bind | |
| 4038 blink-matching-paren to nil. | |
| 4039 | |
| 4040 * ps-mule.el (ps-mule-font-info-database-bdf): Fix ENCODING field | |
| 4041 for ASCII and Latin-1. | |
| 4042 | |
| 4043 1999-02-12 Andreas Schwab <schwab@gnu.org> | |
| 4044 | |
| 4045 * gud.el (jdb): Fix regexp for comint-prompt-regexp. | |
| 4046 | |
| 4047 1999-02-12 Kenichi Handa <handa@etl.go.jp> | |
| 4048 | |
| 4049 * international/mule-cmds.el (language-info-alist): Remove | |
| 4050 description about charset-origin-alist. | |
| 4051 | |
| 4052 * international/mule.el: Comment added for a new coding system | |
| 4053 property `charset-origin-alit'. | |
| 4054 (make-translation-table): This variable deleted. | |
| 4055 | |
| 4056 * language/chinese.el (chinese-big5): Add charset-origin-alist | |
| 4057 property. | |
| 4058 ("Chinese-CNS"): Remove charset-origin-alist property. | |
| 4059 | |
| 4060 * language/cyrillic.el (cyrillic-koi8): Add charset-origin-alist | |
| 4061 property. | |
| 4062 (cyrillic-alternativnyj): Likewise. | |
| 4063 ("Cyrillic-KOI8"): Remove charset-origin-alist property. | |
| 4064 ("Cyrillic-ALT"): Likewise. | |
| 4065 | |
| 4066 * language/vietnamese.el (vietnamese-viqr): Add | |
| 4067 charset-origin-alist property. | |
| 4068 ("Vietnamese"): Remove charset-origin-alist property. | |
| 4069 | |
| 4070 * simple.el (what-cursor-position): Don't use the varialbe | |
| 4071 charset-origin-alist, but use charset-origin-alist property of | |
| 4072 buffer-file-coding-system to decide external character set code. | |
| 4073 | |
| 4074 1999-02-10 Richard Stallman <rms@gnu.org> | |
| 4075 | |
| 4076 * shadowfile.el: Don't turn on the mode when the file is loaded. | |
| 4077 | |
| 4078 1999-02-09 Richard Stallman <rms@gnu.org> | |
| 4079 | |
| 4080 * progmodes/compile.el (compile-auto-highlight): Customize. | |
| 4081 | |
| 4082 * add-log.el (add-log-file-name-function): New variable. | |
| 4083 (add-change-log-entry): Call that function, if non-nil. | |
| 4084 | |
| 4085 1999-02-09 Michael Ernst <mernst@alum.mit.edu> | |
| 4086 | |
| 4087 * rmail.el (rmail-search): Track match with a marker, not an integer. | |
| 4088 | |
| 4089 1999-02-08 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 4090 | |
| 4091 * progmodes/compile.el (compilation-setup): Set value of | |
| 4092 compilation-directory-stack as in compilation-forget-errors. | |
| 4093 (compile-reinitialize-errors): Bind buffer-undo-list and | |
| 4094 deactivate-mark. | |
| 4095 (compilation-forget-errors): Likewise. | |
| 4096 | |
| 4097 1999-02-08 Jim Blandy <jimb@savonarola.red-bean.com> | |
| 4098 | |
| 4099 * textmodes/texinfo.el (texinfo-environment-regexp): Add the | |
| 4100 def... constructs. | |
| 4101 | |
| 4102 * texnfo-upd.el (texinfo-all-menus-update, texinfo-master-menu): | |
| 4103 Remove calls to sleep-for. | |
| 4104 | |
| 4105 1999-02-08 Eli Zaretskii <eliz@gnu.org> | |
| 4106 | |
| 4107 * international/codepage.el (cp-coding-system-for-codepage-1): On | |
| 4108 MS-DOS, use dos-unsupported-char-glyph for characters not | |
| 4109 supported by the codepage. | |
| 4110 (cp-make-coding-systems-for-codepage): Likewise. | |
| 4111 | |
| 4112 1999-02-08 Andreas Schwab <schwab@gnu.org> | |
| 4113 | |
| 4114 * international/mule-util.el (coding-system-list): Don't sort | |
| 4115 coding-system-list here. | |
| 4116 | |
| 4117 * international/mule.el (coding-system-lessp): Moved here from | |
| 4118 mule-util.el | |
| 4119 (add-to-coding-system-list): New function. | |
| 4120 (make-subsidiary-coding-system, make-coding-system, | |
| 4121 define-coding-system-alias): Use it instead of setting | |
| 4122 coding-system-list directly. | |
| 4123 | |
| 4124 1999-02-07 Dave Love <fx@gnu.org> | |
| 4125 | |
| 4126 * calendar/appt.el (appt-make-list): Don't splice quotes and date | |
| 4127 onto message. | |
| 4128 | |
| 4129 1999-02-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 4130 | |
| 4131 * imenu.el (imenu--last-menubar-index-alist): Add doc. | |
| 4132 (imenu-add-to-menubar): Reset imenu--last-menubar-index-alist. | |
| 4133 | |
| 4134 1999-02-06 Richard Stallman <rms@gnu.org> | |
| 4135 | |
| 4136 * language/european.el (setup-slovenian-environment): New function. | |
| 4137 ("Slovenian"): New language environment. | |
| 4138 | |
| 4139 * progmodes/sql.el (sql-help): Doc fix. | |
| 4140 (sql-mysql): Doc fix. | |
| 4141 | |
| 4142 1999-02-05 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 4143 | |
| 4144 * tex-mode.el: When compiling, require compare-w and skeleton | |
| 4145 to pacify the byte-compiler. Move the def's of the tex-commands | |
| 4146 together. Add a comment on kill-process vs. quit-process. | |
| 4147 | |
| 4148 1999-02-05 Dave Love <fx@gnu.org> | |
| 4149 | |
| 4150 * progmodes/compile.el (compile-mouse-goto-error): Don't lose with | |
| 4151 null markers. | |
| 4152 (compile-goto-error): Likewise. | |
| 4153 | |
| 4154 1999-02-05 Stephen Gildea <gildea@alum.mit.edu> | |
| 4155 | |
| 4156 * time-stamp.el (time-stamp-format): Format doc tighter. | |
| 4157 (time-stamp-line-limit): 0 searches the entire buffer (careful!). | |
| 4158 (time-stamp): don't re-write the time stamp if it didn't change. | |
| 4159 | |
| 4160 1999-02-05 Alex Schroeder <asc@bsiag.com> | |
| 4161 | |
| 4162 * progmodes/sql.el: Changed version to 1.2.1. | |
| 4163 (sql-pop-to-buffer-after-send-region): Improved documentation. | |
| 4164 (sql-mysql-program): Added MySQL support. | |
| 4165 (sql-prompt-length): Made prompt-length configurable. | |
| 4166 (sql-mode-syntax-table): Made apostrophe (') be a string delimiter. | |
| 4167 (sql-help): Added MySQL support, changed documentation. | |
| 4168 (sql-send-region): A message is displayed if something is sent. | |
| 4169 (sql-mode): Added buffer-local comment-start. | |
| 4170 (sql-interactive-mode): Use sql-prompt-length to set left-margin. | |
| 4171 (sql-interactive-mode): Added buffer-local comment-start. | |
| 4172 (sql-oracle): Set sql-prompt-length. | |
| 4173 (sql-sybase): Set sql-prompt-length. | |
| 4174 (sql-mysql): Added MySQL support. | |
| 4175 (sql-ingres): Set sql-prompt-length. | |
| 4176 (sql-ms): Set sql-prompt-length. | |
| 4177 (sql-postgres): Set sql-prompt-length. | |
| 4178 | |
| 4179 1999-02-04 Eli Zaretskii <eliz@gnu.org> | |
| 4180 | |
| 4181 * term/internal.el (dos-codepage-setup): Set selection coding | |
| 4182 system to cpNNN-dos. | |
| 4183 | |
| 4184 1999-02-03 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
| 4185 | |
| 4186 * international/characters.el: Let ethiopic use iso-2022-7bit. | |
| 4187 | |
| 4188 1999-02-02 Dave Love <fx@gnu.org> | |
| 4189 | |
| 4190 * progmodes/fortran.el (mark-fortran-subprogram): Activate mark here... | |
| 4191 (fortran-narrow-to-subprogram, fortran-indent-subprogram): ...not here. | |
| 4192 | |
| 4193 1999-02-02 Karl Heuer <kwzh@gnu.org> | |
| 4194 | |
| 4195 * terminal.el (terminal-emulator): Doc fix. | |
| 4196 | |
| 4197 1999-02-02 Ken'ichi Handa <handa@gnu.org> | |
| 4198 | |
| 4199 * international/mule-util.el (compose-chars): Doc-string | |
| 4200 modified. Correctly handle a composition character in ARGS. | |
| 4201 | |
| 4202 1999-02-01 Richard Stallman <rms@gnu.org> | |
| 4203 | |
| 4204 * progmodes/make-mode.el (makefile-imenu-generic-expression): New var. | |
| 4205 (makefile-menu-index-function): Function deleted. | |
| 4206 (makefile-mode): Use makefile-imenu-generic-expression. | |
| 4207 | |
| 4208 1999-02-01 Geoff Voelker <voelker@cs.washington.edu> | |
| 4209 | |
| 4210 * term/w32-win.el (w32-create-initial-fontsets): Back out previous | |
| 4211 change, invoke from before-init-hook. | |
| 4212 | |
| 4213 1999-02-01 Dan Nicolaescu <done@ece.arizona.edu> | |
| 4214 | |
| 4215 * subr.el (remove-from-invisibility-spec): Cope with the case when | |
| 4216 buffer-invisibility-spec is t. | |
| 4217 | |
| 4218 1999-02-01 Ed Reingold <reingold@cs.uiuc.edu> | |
| 4219 | |
| 4220 * calendar/calendar.el (calendar-mode-map): Fix bindings for | |
| 4221 appt-add and appt-delete. | |
| 4222 | |
| 4223 1999-02-01 Eli Zaretskii <eliz@gnu.org> | |
| 4224 | |
| 4225 * term/pc-win.el (msdos-approximate-color): New function. | |
| 4226 (msdos-color-translate): Call it to find a DOS color that best | |
| 4227 approximates an X-style "#NNNNNN" color specification. | |
| 4228 | |
| 4229 1999-02-01 Ken'ichi Handa <handa@gnu.org> | |
| 4230 | |
| 4231 * international/mule-util.el (compose-chars-component): Add | |
| 4232 autoload cookie. | |
| 4233 | |
| 4234 1999-01-31 Ken'ichi Handa <handa@gnu.org> | |
| 4235 | |
| 4236 * international/quail.el (quail-lookup-key): If cdr of MAP is a | |
| 4237 function, replace cdr of MAP by the return value of the function | |
| 4238 unconditionally. | |
| 4239 | |
| 4240 1999-01-31 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 4241 | |
| 4242 * progmodes/compile.el (compilation-next-error-locus): Don't | |
| 4243 decrease argument FIND-AT-LEAST of compilation-next-error-locus. | |
| 4244 | |
| 4245 1999-01-31 Eli Zaretskii <eliz@gnu.org> | |
| 4246 | |
| 4247 * mail/rmail.el (rmail-mime-charset-pattern): Add optional TABs | |
| 4248 and NLs before "charset", and allow the charset name be in double | |
| 4249 quotes. | |
| 4250 | |
| 4251 1999-01-31 Richard Stallman <rms@gnu.org> | |
| 4252 | |
| 4253 * imenu.el (imenu-sort-function): Fix custom type. | |
| 4254 | |
| 4255 1999-01-30 Richard Stallman <rms@gnu.org> | |
| 4256 | |
| 4257 * speedbar.el (speedbar-line-token): Match {...} instead of [...]. | |
| 4258 (speedbar-line-token): Likewise. | |
| 4259 | |
| 4260 * play/gametree.el (gametree-default-score): Use defcustom. | |
| 4261 (gametree-score-regexp, gametree-score-closer): Likewise. | |
| 4262 (gametree-score-manual-flag, gametree-score-opener): Likewise. | |
| 4263 | |
| 4264 1999-01-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 4265 | |
| 4266 * mail/rmail.el (rmail-decode-babyl-format): Avoid locking when | |
| 4267 decoding. | |
| 4268 | |
| 4269 1999-01-29 Markus Rost <rost@gnu.org> | |
| 4270 | |
| 4271 * tex-mode.el (tex-mode-map): Replace validate-tex-buffer by | |
| 4272 tex-validate-buffer. | |
| 4273 (plain-tex-mode, latex-mode, slitex-mode): Likewise. | |
| 4274 (tex-validate-buffer): Renamed from validate-tex-buffer. Works | |
| 4275 now with recent occur-mode. | |
| 4276 (tex-validate-region): Really walk through all Sexps. | |
| 4277 (tex-region): Bind shell-dirtrack-verbose. | |
| 4278 (tex-file, tex-bibtex-file): Likewise. | |
| 4279 | |
| 4280 1999-01-29 Dave Love <fx@gnu.org> | |
| 4281 | |
| 4282 * finder.el: (finder-commentary): Fix interactive spec. Try | |
| 4283 appending .el to file name. | |
| 4284 (finder-find-library, finder-commentary): Doc fixes. | |
| 4285 | |
| 4286 1999-01-29 Andrew Innes <andrewi@gnu.org> | |
| 4287 | |
| 4288 * mail/rmail.el (rmail-insert-inbox-text): Handle POP mailboxes | |
| 4289 where the userid contains directory separators. | |
| 4290 | |
| 4291 1999-01-29 Dave Love <fx@gnu.org> | |
| 4292 | |
| 4293 * emacs-lisp/lisp-mnt.el (lm-verify): Fix arg list. | |
| 4294 (lm-commentary): Doc fix. | |
| 4295 | |
| 4296 1999-01-29 Andreas Schwab <schwab@gnu.org> | |
| 4297 | |
| 4298 * files.el (file-expand-wildcards): Never consider `.' and `..' a | |
| 4299 wildcard match. Fix regexp that tests if dirpart contains | |
| 4300 wildcard characters. | |
| 4301 | |
| 4302 1999-01-28 Richard Stallman <rms@gnu.org> | |
| 4303 | |
| 4304 * font-lock.el (font-lock-default-unfontify-region): | |
| 4305 If not font-lock-syntactic-keywords, don't remove syntax-table prop. | |
| 4306 | |
| 4307 1999-01-27 Jason Rumney <jasonr@altavista.net> | |
| 4308 | |
| 4309 * term/w32-win.el (w32-standard-fontset-spec): Remove wildcard | |
| 4310 from FAMILY field. | |
| 4311 (w32-create-initial-fontsets): Do not use before-init-hook. | |
| 4312 (mouse-set-font): Document. Automatically create and use fontsets. | |
| 4313 | |
| 4314 * dos-w32.el (direct-print-region-helper): Check for printer | |
| 4315 being t as well as a string. | |
| 4316 | |
| 4317 1999-01-27 Kenichi Handa <handa@etl.go.jp> | |
| 4318 | |
| 4319 * mail/rmail.el (rmail-decode-mime-charset): New variable. | |
| 4320 (rmail-mime-charset-pattern): New variable. | |
| 4321 (rmail-convert-to-babyl-format): Decode by MIME-charset if | |
| 4322 rmail-decode-mime-charset is non-nil. | |
| 4323 | |
| 4324 1999-01-27 Ken'ichi Handa <handa@gnu.org> | |
| 4325 | |
| 4326 * international/characters.el: Set category `q' for all characters | |
| 4327 in tibetan and tibetan-1-column. | |
| 4328 | |
| 4329 1999-01-27 Andrew Innes <andrewi@gnu.org> | |
| 4330 | |
| 4331 * frame.el (select-frame-by-name): Obey focus-follows-mouse. | |
| 4332 (select-frame-by-name) [windows-nt]: Use w32-focus-frame. | |
| 4333 | |
| 4334 1999-01-27 Dave Love <fx@gnu.org> | |
| 4335 | |
| 4336 * international/mule-cmds.el (current-language-environment): | |
| 4337 Provide :link, :type (choices) and appropriate :get. | |
| 4338 | |
| 4339 1999-01-27 Eli Zaretskii <eliz@gnu.org> | |
| 4340 | |
| 4341 * startup.el (command-line): Set default eol-mnemonic-* strings to | |
| 4342 display end-of-line format in mode line. | |
| 4343 | |
| 4344 * cus-start.el (all): Add eol-mnemonic-* variables. | |
| 4345 | |
| 4346 1999-01-26 Dave Love <fx@gnu.org> | |
| 4347 | |
| 4348 * startup.el (command-line-1): Up-date copyright. | |
| 4349 | |
| 4350 * paths.el (Info-default-directory-list): Use configdir twice. | |
| 4351 | |
| 4352 * info.el (Info-directory-list): Don't set path-separator now | |
| 4353 we're not shipped with Texinfo. Simplify path definition. | |
| 4354 Substitute all occurrences of instdir in Info-default-directory-list. | |
| 4355 | |
| 4356 1999-01-25 Richard Stallman <rms@gnu.org> | |
| 4357 | |
| 4358 * startup.el (normal-top-level-add-subdirs-to-load-path): | |
| 4359 Record the inode numbers of the dirs processed, to avoid loop. | |
| 4360 | |
| 4361 * textmodes/tex-mode.el (tex-run-command): Doc fix. | |
| 4362 | |
| 4363 1999-01-25 Dave Love <fx@gnu.org> | |
| 4364 | |
| 4365 * browse-url.el (browse-url-netscape-program): Doc addition. | |
| 4366 | |
| 4367 * help.el (help-make-xrefs): Default info references to an `(emacs)' | |
| 4368 prefix. | |
| 4369 | |
| 4370 * snmp-mode.el (snmpv2-mode, snmpv-mode): Add autoload cookies -- see | |
| 4371 auto-mode-alist. | |
| 4372 | |
| 4373 1999-01-25 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
| 4374 | |
| 4375 * calendar/diary-lib.el (mark-diary-entries): Use | |
| 4376 assoc-ignore-case and do not capitalize when matching month and | |
| 4377 day names. | |
| 4378 | |
| 4379 * calendar/calendar.el (calendar-read-date): Ditto. | |
| 4380 | |
| 4381 * calendar/cal-hebrew.el (calendar-goto-hebrew-date) | |
| 4382 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto. | |
| 4383 | |
| 4384 * calendar/cal-coptic.el (coptic-prompt-for-date): Ditto. | |
| 4385 | |
| 4386 * calendar/cal-french.el (calendar-goto-french-date): Ditto. | |
| 4387 | |
| 4388 * calendar/cal-islam.el (calendar-goto-islamic-date) | |
| 4389 (mark-islamic-diary-entries): Ditto. | |
| 4390 | |
| 4391 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto. | |
| 4392 | |
| 4393 * calendar/cal-mayan.el (calendar-read-mayan-haab-date) | |
| 4394 (calendar-read-mayan-tzolkin-date): Ditto. | |
| 4395 | |
| 4396 * calendar/cal-persia.el (persian-prompt-for-date): Ditto. | |
| 4397 | |
| 4398 1999-01-22 Michael Ernst <mernst@alum.mit.edu> | |
| 4399 | |
| 4400 * texnfo-upd.el (texinfo-make-menu): Make region-end a marker. | |
| 4401 | |
| 4402 1999-01-25 Karl Heuer <kwzh@gnu.org> | |
| 4403 | |
| 4404 * faces.el (list-faces-display): Multiline case of previous fix. | |
| 4405 | |
| 4406 1999-01-25 Andreas Schwab <schwab@gnu.org> | |
| 4407 | |
| 4408 * mail/mailalias.el (mail-complete-alist): Use alist as customize type. | |
| 4409 | |
| 4410 1999-01-24 Richard M. Stallman <rms@borg.ai.mit.edu> | |
| 4411 | |
| 4412 * files.el (find-file): If find-file-noselect returns a list, | |
| 4413 do switch-to-buffer on each element. | |
| 4414 (find-file-other-window): Likewise for all but the first element. | |
| 4415 (find-file-other-frame): Same. | |
| 4416 (find-file-noselect): When we expand a wildcard, return a list | |
| 4417 of buffers. | |
| 4418 | |
| 4419 1999-01-24 Eli Zaretskii <eliz@gnu.org> | |
| 4420 | |
| 4421 * term/internal.el (dos-codepage-setup): Call prefer-coding-system | |
| 4422 to set the appropriate cpNNN-dos coding system as the | |
| 4423 highest-priority coding system. | |
| 4424 | |
| 4425 1999-01-23 Ken'ichi Handa <handa@gnu.org> | |
| 4426 | |
| 4427 * international/fontset.el (generate-fontset-menu): Return a | |
| 4428 sorted list by plain names of fontsets. | |
| 4429 | |
| 4430 * international/mule-diag.el (list-fontsets): Sort fontsets by | |
| 4431 plain names. | |
| 4432 | |
| 4433 * language/tibet-util.el (tibetan-vertical-stacking): If the arg | |
| 4434 FIRST is a composite character, decompose it at first. | |
| 4435 | |
| 4436 1999-01-23 Dave Love <fx@gnu.org> | |
| 4437 | |
| 4438 * format.el: Doc fixes. | |
| 4439 (format-encode-run-method): Have things happen in the right buffer. | |
| 4440 Deal with errors from method. Set coding-system-for-write. | |
| 4441 (format-decode-run-method): Have things happen in the right buffer. | |
| 4442 Deal with errors from method. Set coding-system-for-read. | |
| 4443 (format-alist): Use nil instead of unmatchable regexps. | |
| 4444 | |
| 4445 * simple.el (shell-command-on-region): Return command's exit status. | |
| 4446 | |
| 4447 1999-01-23 Eric Ludlam <zappo@gnu.org> | |
| 4448 | |
| 4449 * speedbar.el (speedbar-item-info-file-helper): Add optional arg | |
| 4450 of the file whose info we want to display. | |
| 4451 (speedbar-easymenu-definition-trailer) Fix list issue w/ customize. | |
| 4452 (speedbar-add-mode-functions-list) Improve doc. | |
| 4453 (speedbar-line-token) New function. | |
| 4454 (speedbar-dired) Fix order of directories in -shown-directories. | |
| 4455 (speedbar-line-path): Default return is default-directory | |
| 4456 (speedbar-buffers-line-path): Return is dir name only. | |
| 4457 (speedbar-mode-functions-list): New variable. | |
| 4458 (speedbar-mouse-item-info): Rewrote to be a replaceable fn. | |
| 4459 (speedbar-item-info-file-helper, speedbar-item-info-tag-helper | |
| 4460 speedbar-files-item-info speedbar-buffers-item-info): New functions. | |
| 4461 (speedbar-fetch-replacement-function,speedbar-add-mode-functions-list): | |
| 4462 New functions. | |
| 4463 (speedbar-line-file): Broke out part that fetches file from a line. | |
| 4464 (speedbar-line-text): New function extracted from speedbar-line-file. | |
| 4465 (speedbar-line-path): Converted into a replaceable function. | |
| 4466 (speedbar-files-line-path, speedbar-buffers-line-path): New functions. | |
| 4467 | |
| 4468 1999-01-23 Ken'ichi Handa <handa@gnu.org> | |
| 4469 | |
| 4470 * international/fontset.el (create-fontset-from-x-resource): Make | |
| 4471 style variants. | |
| 4472 | |
| 4473 1999-01-22 Dave Love <fx@gnu.org> | |
| 4474 | |
| 4475 * paths.el (Info-default-directory-list): Put sysdir after start. | |
| 4476 | |
| 4477 1999-01-22 Sam Steingold <sds@goems.com> | |
| 4478 | |
| 4479 * midnight.el (clean-buffer-list): do not kill a buffer if it has | |
| 4480 a process associated with it. | |
| 4481 | |
| 4482 1999-01-22 Jason Rumney <jasonr@altavista.net> | |
| 4483 | |
| 4484 * term/w32-win.el (w32-standard-fontset-spec): Simplified. | |
| 4485 | |
| 4486 1999-01-22 Felix Lee <flee@cygnus.com> | |
| 4487 | |
| 4488 * vc.el (vc-annotate-display): Delete old overlays. Fix check for | |
| 4489 major-mode. | |
| 4490 (vc-annotate-mode): Delete variable. | |
| 4491 | |
| 4492 1999-01-22 Andrew Innes <andrewi@gnu.org> | |
| 4493 | |
| 4494 * startup.el (command-line): [windows-nt]: Check for existence of | |
| 4495 .emacs file so as to notice .emacs.el or .emacs.elc and use them | |
| 4496 in preference to _emacs. | |
| 4497 | |
| 4498 1999-01-22 Dave Love <fx@gnu.org> | |
| 4499 | |
| 4500 * textmodes/texinfo.el (texinfo-font-lock-keywords): Match @ref. | |
| 4501 | |
| 4502 1999-01-20 Richard Stallman <rms@gnu.org> | |
| 4503 | |
| 4504 * files.el (find-file-noselect): Do wildcard processing only | |
| 4505 if new arg WILDCARDS is non-nil. | |
| 4506 (find-file, find-file-other-window): New arg WILDCARDS. | |
| 4507 Default it to non-nil if interactive. | |
| 4508 (find-file-other-frame): Likewise. | |
| 4509 (find-file-read-only): Likewise. | |
| 4510 (find-file-read-only-other-window): Likewise. | |
| 4511 (find-file-read-only-other-frame): Likewise. | |
| 4512 | |
| 4513 * wid-edit.el (widget-alist-convert-option): Delete spurious comma. | |
| 4514 (widget-plist-convert-option): Delete spurious comma. | |
| 4515 | |
| 4516 1999-01-19 Jason Rumney <jasonr@altavista.net> | |
| 4517 | |
| 4518 * term/w32-win.el (w32-standard-fontspec-spec): Change | |
| 4519 iso8859-5 to koi8-r. Add iso8859-9. | |
| 4520 | |
| 4521 1999-01-19 Dave Love <fx@gnu.org> | |
| 4522 | |
| 4523 * browse-url.el (browse-url-maybe-new-window): Delete macro and | |
| 4524 its uses. | |
| 4525 | |
| 4526 * progmodes/fortran.el (fortran-narrow-to-subprogram): Ensure mark | |
| 4527 is active. | |
| 4528 (fortran-indent-subprogram): Likewise. | |
| 4529 | |
| 4530 1999-01-19 Dave Love <d.love@dl.ac.uk> | |
| 4531 | |
| 4532 * paths.el (Info-default-directory-list): Perhaps add /usr/info. | |
| 4533 | |
| 4534 1999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 4535 | |
| 4536 * wid-edit.el (alist): Use sexp as default key-type. | |
| 4537 | |
| 4538 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 4539 | |
| 4540 * textmodes/tex-mode.el (tex-define-common-keys): | |
| 4541 Remove key binding of tex-feed-input. | |
| 4542 (tex-mode-map): Bind tex-feed-input here. | |
| 4543 (tex-start-shell): Use compilation-shell-minor-mode. Set | |
| 4544 comint-input-filter-functions before running tex-shell-hook. | |
| 4545 (tex-start-tex): Forget compilation errors. | |
| 4546 (tex-compilation-parse-errors): Rewritten to work also with | |
| 4547 compile-mouse-goto-error and compile-goto-error. Adjusted to | |
| 4548 change in tex-region. | |
| 4549 (tex-region): For the temp file use file-name without directory. | |
| 4550 (tex-file): Expand file name of tex-print-file. | |
| 4551 | |
| 4552 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 4553 | |
| 4554 * emacs-lisp/edebug.el (with-temp-message): Add def-edebug-spec call. | |
| 4555 | |
| 4556 1999-01-18 Espen Skoglund <espensk@stud.cs.uit.no> | |
| 4557 | |
| 4558 * progmodes/pascal.el (pascal-calculate-indent): Code with an invalid | |
| 4559 beginning could cause Emacs to hang. Fixed. | |
| 4560 | |
| 4561 1999-01-18 Ken'ichi Handa <handa@gnu.org> | |
| 4562 | |
| 4563 * international/ccl.el (ccl-compile-translate-character): Handle | |
| 4564 the case that a tranlation table is CCL register correctly. | |
| 4565 | |
| 4566 * international/mule-cmds.el (select-safe-coding-system): | |
| 4567 Hightlight at most 256 characters. | |
| 4568 | |
| 4569 1999-01-18 Dave Love <fx@gnu.org> | |
| 4570 | |
| 4571 * startup.el (command-line): If the init file changes operation to | |
| 4572 unibyte, make all buffers unibyte and re-set language environment. | |
| 4573 | |
| 4574 * disp-table.el (standard-display-european): Make all existing | |
| 4575 buffers unibyte. Fix doc. | |
| 4576 | |
| 4577 1999-01-17 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 4578 | |
| 4579 * wid-edit.el (coding-system): Define this unconditionally. | |
| 4580 | |
| 4581 * simple.el (shell-command-on-region-default-error-buffer): New var. | |
| 4582 (shell-command-on-region): Use that variable as interactive | |
| 4583 value of ERROR-BUFFER argument. | |
| 4584 | |
| 4585 1999-01-17 Sam Steingold <sds@goems.com> | |
| 4586 | |
| 4587 * mail/rmail.el (rmail-quit): run `rmail-quit-hook'. | |
| 4588 | |
| 4589 1999-01-17 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 4590 | |
| 4591 * progmodes/compile.el (compilation-goto-locus): If already in the | |
| 4592 compilation buffer's window, keep it in that window. | |
| 4593 (compile-mouse-goto-error): Add Doc. Don't play with windows. | |
| 4594 (compile-goto-error): Don't play with windows. | |
| 4595 | |
| 4596 * textmodes/tex-mode.el (latex-run-command): Doc fix. | |
| 4597 (tex-command): Doc fix. | |
| 4598 (tex-compilation-parse-errors): Doc fix. | |
| 4599 (tex-generate-zap-file-name): Don't start the name with -. | |
| 4600 (tex-expand-files): Works now also with strings ending with ":". | |
| 4601 | |
| 4602 1999-01-17 Ian T Zimmerman <itz@transbay.net> | |
| 4603 | |
| 4604 Patch failed to install: | |
| 4605 * gametree.el: Document scoring functionality. | |
| 4606 (gametree-score-regexp): Add optional plus sign. | |
| 4607 (gametree-score-opener): Replace `:' with `=' as the former | |
| 4608 conflicts with gametree-half-ply-regexp. | |
| 4609 (gametree-transpose-following-leaves): Add. | |
| 4610 (gametree-insert-new-leaf): Make modifying commands barf in read | |
| 4611 only buffers. | |
| 4612 (gametree-break-line-here): Add a call to | |
| 4613 `gametree-transpose-following-leaves'. This maintains the | |
| 4614 necessary invariant that on each level all leaf children precede | |
| 4615 all nonleaf children. This has always been implied, but left to | |
| 4616 the user, and, unfortunately, undocumented. | |
| 4617 | |
| 4618 1999-01-17 Per Abrahamsen <abraham@dina.kvl.dk> | |
| 4619 | |
| 4620 * wid-edit.el (plist, alist): New widget types. | |
| 4621 | |
| 4622 1999-01-17 Dave Love <fx@gnu.org> | |
| 4623 | |
| 4624 * progmodes/fortran.el: Tidy up font-lock-keywords definitions and | |
| 4625 fix scope of condition-case therein. | |
| 4626 | |
| 4627 1999-01-17 Andrew Innes <andrewi@gnu.org> | |
| 4628 | |
| 4629 * dos-w32.el: (find-buffer-file-type-coding-system): Use | |
| 4630 default-buffer-file-coding-system when file doesn't exist (and | |
| 4631 isn't covered by a special case) instead of forcing undecided-dos | |
| 4632 against the user's wishes. | |
| 4633 | |
| 4634 * dos-w32.el (direct-print-region-helper): New function based on | |
| 4635 direct-print-region-function; sends data to specified printer port | |
| 4636 without further translation. Recognize and handle specially the | |
| 4637 standard `print' and `nprint' programs, as well as `lpr' and | |
| 4638 similar programs. Only write directly to the printer port if no | |
| 4639 print program is specified. Work around a bug in Windows 9x | |
| 4640 affecting Win32 version of Emacs by invoking command.com to write | |
| 4641 to the printer port instead of writing directly. | |
| 4642 (direct-print-region-function): Use direct-print-region-helper to | |
| 4643 do most of the work. | |
| 4644 (direct-ps-print-region-function): New function; analogue of | |
| 4645 direct-print-region-function for ps-print. | |
| 4646 (ps-lpr-command): Comment out setq; leave as example usage. | |
| 4647 (ps-lpr-switches): Ditto. | |
| 4648 | |
| 4649 * lpr.el: (printer-name): Update docstring about usage on MS-DOS | |
| 4650 and MS-Windows. | |
| 4651 (lpr-command) [ms-dos, windows-nt]: Initialize to empty string on | |
| 4652 DOS and Windows platforms, to indicate direct printing. Update | |
| 4653 the docstring accordingly. | |
| 4654 | |
| 4655 * ps-print.el: (ps-printer-name): Update docstring about usage on | |
| 4656 MS-DOS and MS-Windows. | |
| 4657 (ps-lpr-command): Update docstring as for lpr-command. | |
| 4658 (ps-print-region-function): New variable. | |
| 4659 (ps-do-despool): Use it. | |
| 4660 (ps-do-despool) [ms-dos, windows-nt]: Remove special case code for | |
| 4661 DOS/Windows. | |
| 4662 | |
| 4663 * subr.el (subst-char-in-string): New function. | |
| 4664 | |
| 4665 1999-01-17 Eli Zaretskii <eliz@gnu.org> | |
| 4666 | |
| 4667 * international/codepage.el (cp852-decode-table): Fill a nil entry. | |
| 4668 | |
| 4669 * ps-bdf.el (bdf-cache-file): Use convert-standard-filename. | |
| 4670 (bdf-find-font-info): New function, looks for the first readable | |
| 4671 file from a list of alternatives. | |
| 4672 (bdf-get-bitmaps, bdf-generate-font): Call bdf-find-font-info | |
| 4673 instead of bdf-get-font-info. | |
| 4674 (bdf-generate-glyphs): If font-name is a cons cell, pass its car | |
| 4675 to ps-mule-generate-bitmap-glyph. | |
| 4676 | |
| 4677 * ps-mule.el (ps-mule-font-info-database-bdf): Add alternative | |
| 4678 file names that avoid clashes in DOS 8+3 namespace. FONT-NAME can | |
| 4679 now be a list of alternative names. | |
| 4680 (ps-mule-generate-font): If FONT-NAME is a cons cell, use its car. | |
| 4681 (ps-mule-prepare-font): Likewise. | |
| 4682 | |
| 4683 * international/codepage.el (cp855-decode-table, | |
| 4684 cp850-decode-table): Fill some nil entries. | |
| 4685 | |
| 4686 1999-01-16 Dave Love <fx@gnu.org> | |
| 4687 | |
| 4688 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Revert | |
| 4689 last change. | |
| 4690 | |
| 4691 1999-01-15 Dave Love <fx@gnu.org> | |
| 4692 | |
| 4693 * help.el (help-make-xrefs): Avoid infloop in keymap substitutions | |
| 4694 and change regexp for command names. | |
| 4695 (help-xref-go-back, function-called-at-point, symbol-file) | |
| 4696 (where-is): Doc fixes. | |
| 4697 (help-xref-go-back): Remove interactive spec. | |
| 4698 (describe-function-1): Fix message for alias. Buttomize alias | |
| 4699 name. | |
| 4700 | |
| 4701 * simple.el (join-line): New alias. | |
| 4702 | |
| 4703 1999-01-15 Johan Vromans <jvromans@squirrel.nl> | |
| 4704 | |
| 4705 * forms.el: (forms--show-record): Convert integers to string | |
| 4706 expicitly since concat will no longer accept integers. | |
| 4707 (forms-print): Use local `total-nb-records' since | |
| 4708 `forms--total-records' will be inaccessible after buffer switching. | |
| 4709 | |
| 4710 1998-01-14 Felix Lee <flee@cygnus.com> | |
| 4711 | |
| 4712 * textmodes/flyspell.el (make-flyspell-overlay): fix front stickiness. | |
| 4713 | |
| 4714 1999-01-14 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 4715 | |
| 4716 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix bugs in prev change. | |
| 4717 | |
| 4718 1999-01-14 Eli Zaretskii <eliz@gnu.org> | |
| 4719 | |
| 4720 * international/codepage.el (cp850-decode-table): Fix previous change. | |
| 4721 | |
| 4722 1999-01-14 Simon Marshall <simon@gnu.org> | |
| 4723 | |
| 4724 * shell.el (shell-dirtrack-verbose): New custom variable. | |
| 4725 (shell-dirstack-message): Use it. | |
| 4726 | |
| 4727 1999-01-14 Kenichi Handa <handa@etl.go.jp> | |
| 4728 | |
| 4729 * international/mule-conf.el: Coding system alias `dos' for | |
| 4730 `undecided-dos', `mac' for `undecided-mac'. | |
| 4731 | |
| 4732 * international/mule-cmds.el (describe-language-environment): | |
| 4733 Don't alter input-method-alist. | |
| 4734 | |
| 4735 1999-01-13 Eli Zaretskii <eliz@gnu.org> | |
| 4736 | |
| 4737 * international/codepage.el (cp850-decode-table): Replace nil | |
| 4738 entries with codes of similary looking glyphs. (Suggested by | |
| 4739 Jason Rumney <jasonr@altavista.net>.) | |
| 4740 | |
| 4741 1999-01-13 Dave Love <fx@gnu.org> | |
| 4742 | |
| 4743 * browse-url.el (browse-url-netscape): Fix ineffective "-noraise". | |
| 4744 | |
| 4745 * emacs-lisp/find-func.el (find-function-on-key): Fix previous change. | |
| 4746 | |
| 4747 1999-01-12 Karl Heuer <kwzh@gnu.org> | |
| 4748 | |
| 4749 * files.el (auto-save-hook): Defvar this. | |
| 4750 | |
| 4751 1999-01-12 Alex Schroeder <asc@bsiag.com> | |
| 4752 | |
| 4753 * progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Quote font-lock | |
| 4754 faces, eliminating the need to load font-lock before loading sql. | |
| 4755 (sql-mode-oracle-font-lock-keywords): Likewise. | |
| 4756 (sql-mode-postgres-font-lock-keywords): Likewise. | |
| 4757 | |
| 4758 1999-01-11 Dave Love <fx@gnu.org> | |
| 4759 | |
| 4760 * cus-start.el: Add inhibit-eol-conversion. | |
| 4761 | |
| 4762 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Swap | |
| 4763 the values round. | |
| 4764 | |
| 4765 1999-01-11 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 4766 | |
| 4767 * help.el (help-mode-finish): Renamed from help-mode-maybe. | |
| 4768 Don't switch to Help mode here. | |
| 4769 (temp-buffer-setup-hook): Use help-mode-finish. | |
| 4770 (help-mode-setup): New function. | |
| 4771 (temp-buffer-setup-hook): Use help-mode-setup. | |
| 4772 | |
| 4773 * progmodes/sql.el: New file. | |
| 4774 | |
| 4775 * files.el (auto-mode-alist): Add sql-mode. | |
| 4776 | |
| 4777 * faces.el (list-faces-display): Improve the formatting | |
| 4778 by computing the maximum length required for any face-name. | |
| 4779 | |
| 4780 1999-01-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 4781 | |
| 4782 * progmodes/compile.el (compilation-shell-minor-mode): New function. | |
| 4783 | |
| 4784 1999-01-10 Dan Nicolaescu <dann@ics.uci.edu> | |
| 4785 | |
| 4786 * term.el (term_send_home): Change the string to | |
| 4787 be the same as the one emitted by xterm and consistent with the | |
| 4788 ones emitted by prior and next. | |
| 4789 (term_send_end): Likewise. | |
| 4790 | |
| 4791 1999-01-10 Dave Love <fx@gnu.org> | |
| 4792 | |
| 4793 * emacs-lisp/find-func.el (find-function-on-key): DTRT for mouse | |
| 4794 bindings. | |
| 4795 | |
| 4796 1999-01-10 Eli Zaretskii <eliz@gnu.org> | |
| 4797 | |
| 4798 * international/codepage.el (codepage-setup): Doc fix. | |
| 4799 (cp-decoding-vector-for-codepage): Likewise. | |
| 4800 | |
| 4801 1999-01-10 Markus Rost <rost@gnu.org> | |
| 4802 | |
| 4803 * cus-edit.el (custom-save-delete): First scan the custom-file. | |
| 4804 | |
| 4805 1999-01-08 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 4806 | |
| 4807 * international/iso-transl.el: Define a "function name" for | |
| 4808 each translation that isn't ASCII. Use these function names | |
| 4809 in iso-transl-char-map. | |
| 4810 | |
| 4811 1999-01-08 Kenichi Handa <handa@etl.go.jp> | |
| 4812 | |
| 4813 * international/mule-util.el (decompose-region): Do decomposition | |
| 4814 on temporary unibyte buffer. | |
| 4815 | |
| 4816 * international/mule.el (make-char): Doc-string modified. | |
| 4817 | |
| 4818 1999-01-07 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 4819 | |
| 4820 * simple.el (comment-region): Delete spaces only if we | |
| 4821 deleted a comment starter. | |
| 4822 | |
| 4823 1999-01-07 Dave Love <fx@gnu.org> | |
| 4824 | |
| 4825 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix. | |
| 4826 | |
| 4827 * emacs-lisp/edebug.el (edebug-eval-defun): Deal with defcustom | |
| 4828 like eval-defun does. | |
| 4829 | |
| 4830 * dired.el (dired-mode-map): Fix duplicate [menu-bar regexp mark]. | |
| 4831 | |
| 4832 * generic.el: Re-write `(make-variable-buffer-local (defvar ...' | |
| 4833 constructions. Doc fixes. | |
| 4834 (generic-create-generic-function): Use defalias, not fset. | |
| 4835 | |
| 4836 * find-func.el: More doc fixes. | |
| 4837 | |
| 4838 1999-01-06 Stephen Eglen <stephen@gnu.org> | |
| 4839 | |
| 4840 * files.el (save-buffers-kill-emacs): Show the list of current | |
| 4841 processes before prompting to kill them and exit. | |
| 4842 | |
| 4843 1999-01-06 Dave Love <fx@gnu.org> | |
| 4844 | |
| 4845 * emacs-lisp/find-func.el: Doc fixes. | |
| 4846 (find-function-regexp): Extend for define-generic-mode, | |
| 4847 define-derived-mode, easy-mmode-define-minor-mode. | |
| 4848 | |
| 4849 1999-01-06 Dave Love <fx@gnu.org> | |
| 4850 | |
| 4851 * progmodes/fortran.el (fortran-window-create): Account for scroll | |
| 4852 bar width. | |
| 4853 | |
| 4854 * browse-url.el: Require (noerror) w3-auto when compiling. | |
| 4855 (browse-url-maybe-new-window): Make it a macro and revert last | |
| 4856 change to callers. | |
| 4857 (browse-url-w3): Require w3 for w3-fetch-other-window. | |
| 4858 | |
| 4859 1999-01-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 4860 | |
| 4861 * browse-url.el (browse-url-w3): Give w3-fetch-other-window the | |
| 4862 argument. | |
| 4863 | |
| 4864 1999-01-06 Simon Marshall <simon@gnu.org> | |
| 4865 | |
| 4866 * subr.el (with-temp-message): Don't display MESSAGE if nil. Doc fix. | |
| 4867 | |
| 4868 * font-lock.el (font-lock-default-fontify-buffer): When using | |
| 4869 with-temp-message, use nil rather than current-message. | |
| 4870 | |
| 4871 * lazy-lock.el (lazy-lock-unstall): | |
| 4872 (lazy-lock-fontify-after-idle): When using with-temp-message, use nil | |
| 4873 rather than current-message. | |
| 4874 | |
| 4875 * fast-lock.el (fast-lock-save-cache-1): | |
| 4876 (fast-lock-cache-data): When using with-temp-message, use nil rather | |
| 4877 than current-message. | |
| 4878 | |
| 4879 1999-01-06 Eli Zaretskii <eliz@gnu.org> | |
| 4880 | |
| 4881 * international/codepage.el (cp-coding-system-for-codepage-1): Add | |
| 4882 the valid-codes property. | |
| 4883 | |
| 4884 * international/mule-cmds.el (prefer-coding-system): Call | |
| 4885 set-coding-priority, so that the internal array of priorities is | |
| 4886 also updated. | |
| 4887 | |
| 4888 * international/mule-util.el: | |
| 4889 (coding-system-change-eol-conversion, | |
| 4890 coding-system-change-text-conversion): Don't define here. | |
| 4891 | |
| 4892 * international/mule-cmds.el: Define them here. Remove the | |
| 4893 autoload cookies. | |
| 4894 | |
| 4895 1999-01-06 Andreas Schwab <schwab@gnu.org> | |
| 4896 | |
| 4897 * emacs-lisp/debug.el (debug): Leave recursive minibuffer enabled | |
| 4898 if it was enabled before. | |
| 4899 | |
| 4900 * view.el (View-revert-buffer-scroll-page-forward): Bind | |
| 4901 view-scroll-auto-exit instead of obsolete view-mode-auto-exit. | |
| 4902 | |
| 4903 * files.el (recover-session): Preserve point when inserting | |
| 4904 explanation. | |
| 4905 | |
| 4906 1999-01-06 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 4907 | |
| 4908 * cus-edit.el (custom-save-delete): Don't delete whitespace | |
| 4909 and comments before the sexp that is replaced. | |
| 4910 | |
| 4911 1999-01-05 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
| 4912 | |
| 4913 * calendar/diary-lib.el (diary-float): Better fix of end-of-year error. | |
| 4914 | |
| 4915 1999-01-05 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
| 4916 | |
| 4917 * vc.el (vc-dired-hook): Use the original value of | |
| 4918 dired-move-to-filename-regexp on lines that have not been | |
| 4919 reformatted yet. | |
| 4920 (vc-dired-toggle-terse-mode): Tell vc-dired-hook whether the | |
| 4921 file lines have already been reformatted. | |
| 4922 | |
| 4923 1999-01-05 Dave Love <fx@gnu.org> | |
| 4924 | |
| 4925 * progmodes/f90.el (f90-mode): Make imenu-case-fold-search | |
| 4926 buffer-local. | |
| 4927 | |
| 4928 1998-01-05 Torbjorn Einarsson <T.Einarsson@clab.ericsson.se> | |
| 4929 | |
| 4930 * progmodes/f90.el: Change of regular expressions for type to | |
| 4931 correct highlighting and identation. Some small fixes for | |
| 4932 compatibility with XEmacs. | |
| 4933 | |
| 4934 1999-01-05 Stephen Eglen <stephen@gnu.org> | |
| 4935 | |
| 4936 * mspools.el (mspools-vm-system-mail): Provide an alternative | |
| 4937 value based on rmail-spool-directory if $MAIL is not defined. | |
| 4938 | |
| 4939 1999-01-05 Carsten Dominik <dominik@strw.leidenuniv.nl> | |
| 4940 | |
| 4941 * textmodes/reftex.el (reftex-section-levels): Allow negative levels. | |
| 4942 (reftex-section-info): Handle negative section levels. | |
| 4943 (reftex-view-crossref-extra): New option. | |
| 4944 (reftex-view-crossref): Generalized to work in more places. | |
| 4945 (reftex-find-citation-regexp-format, reftex-find-reference-format, | |
| 4946 reftex-macros-with-labels, reftex-global-search-marker): New variables. | |
| 4947 (reftex-view-cite-locations-from-bibtex): New command. | |
| 4948 (reftex-view-regexp-match, reftex-global-search, | |
| 4949 reftex-global-search-continue): New functions. | |
| 4950 (reftex-extract-bib-entries): No error for non-existing BibTeX | |
| 4951 file, just a message. | |
| 4952 (reftex-extract-bib-entries): Better error handling. | |
| 4953 (reftex-select-with-char): Use `*RefTeX Select*' for selection | |
| 4954 help and force it on current frame. | |
| 4955 (reftex-default-bibliography): New function. | |
| 4956 (reftex-access-parse-file): Check consistency after loading a | |
| 4957 parse file. When inconsistent, enfore rescan. | |
| 4958 (reftex-check-parse-consistency): New function. | |
| 4959 (easy-menu-define): Options section drastically shortened. | |
| 4960 | |
| 4961 1999-01-05 Kenichi Handa <handa@etl.go.jp> | |
| 4962 | |
| 4963 * language/thai-util.el (thai-compose-string): New function. | |
| 4964 | |
| 4965 1999-01-04 Inge Frick <inge@nada.kth.se> | |
| 4966 | |
| 4967 * easymenu.el (easy-menu-define): Doc fix. | |
| 4968 (easy-menu-create-menu): New keyword :included. | |
| 4969 (easy-menu-do-add-item): New keyword :included. SUFFIX may | |
| 4970 be an expression, not only a string. Simulate style `button'. | |
| 4971 Use easy-menu-define-key-intern instead of easy-menu-define-key. | |
| 4972 (easy-menu-define-key-intern): New function. | |
| 4973 (easy-menu-add-item): Understand value returned from | |
| 4974 easy-menu-item-present-p and easy-menu-remove-item. | |
| 4975 (easy-menu-return-item): New function. | |
| 4976 (easy-menu-item-present-p, easy-menu-remove-item): Use it. | |
| 4977 | |
| 4978 1999-01-03 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 4979 | |
| 4980 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): | |
| 4981 Use rmail-output-read-rmail-file-name to read the file name. | |
| 4982 Always call rmail-output-to-rmail-file noninteractively. | |
| 4983 When count > 1, do the loop here. | |
| 4984 Handle rmail-delete-after-output here. | |
| 4985 (rmail-summary-output): Similar changes. | |
| 4986 | |
| 4987 * mail/rmailout.el: Provide `rmailout'. | |
| 4988 (rmail-output-read-rmail-file-name): New function. | |
| 4989 (rmail-output-to-rmail-file): Use that. | |
| 4990 (rmail-output-read-file-name): New function. | |
| 4991 (rmail-output): Use that. | |
| 4992 | |
| 4993 * files.el (find-file-noselect): Let /: suppress wildcard matching. | |
| 4994 Error if wildcard matches no files. | |
| 4995 | |
| 4996 1999-01-02 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 4997 | |
| 4998 * menu-bar.el (clipboard-yank): Doc fix. | |
| 4999 | |
| 5000 * info.el (Info-insert-dir): Chase symlinks for file-attributes. | |
| 5001 | |
| 5002 1998-12-31 Markus Rost <rost@delysid.gnu.org> | |
| 5003 | |
| 5004 * textmodes/page-ext.el (pages-copy-header-and-position): Fix typo. | |
| 5005 | |
| 5006 1998-12-31 Andrew Innes <andrewi@harlequin.co.uk> | |
| 5007 | |
| 5008 * rmail.el (rmail-encode-string): Make sure mask value is | |
| 5009 positive; (emacs-pid) returns a negative number on Windows 9x | |
| 5010 which causes odd behaviour. | |
| 5011 | |
| 5012 1998-12-31 Eli Zaretskii <eliz@mescaline.gnu.org> | |
| 5013 | |
| 5014 * cus-start.el: Don't warn about dos-* variables unless on MS-DOS, | |
| 5015 and about w32-* variables unless on Windows/NT. | |
| 5016 | |
| 5017 1998-12-31 Boris Goldowsky <boris@alum.mit.edu> | |
| 5018 | |
| 5019 * textmodes/sgml-mode.el (sgml-validate): Ask whether to save only | |
| 5020 if buffer is modified; ask about all modified buffers. | |
| 5021 | |
| 5022 1998-12-30 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 5023 | |
| 5024 * simple.el (what-cursor-position): Fix previous change. | |
| 5025 | |
| 5026 1998-12-30 Richard Stallman <rms@sucrose.ai.mit.edu> | |
| 5027 | |
| 5028 * mail/sendmail.el (mail-mode): Eliminate ambiguous match | |
| 5029 from paragraph-start. | |
| 5030 | |
| 5031 1998-12-30 Eli Zaretskii <eliz@mescaline.gnu.org> | |
| 5032 | |
| 5033 * international/mule-cmds.el (prefer-coding-system): If the | |
| 5034 argument requires specific EOL conversion type, make the default | |
| 5035 coding systems use that. | |
| 5036 | |
| 5037 1998-12-30 Drew Csillag <drew_csillag@geocities.com> | |
| 5038 | |
| 5039 * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer): | |
| 5040 Use shell-command-on-region. | |
| 5041 (m4-start-m4, m4-end-m4): Functions deleted. | |
| 5042 | |
| 5043 1998-12-30 Michael Ernst <mernst@alum.mit.edu> | |
| 5044 | |
| 5045 * vc.el (vc-backend-diff): Use `diff-switches-list' throughout. | |
| 5046 | |
| 5047 1998-12-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 5048 | |
| 5049 * browse-url.el (browse-url-mail): Give argument SEND-ACTION | |
| 5050 to compose-mail in the correct places and as a list. | |
| 5051 | |
| 5052 1998-12-29 Masatake Yamato <masata-y@tori.aist-nara.ac.jp> | |
| 5053 | |
| 5054 * page-ext.el: Added mouse-selection feature for pages directory buffer. | |
| 5055 (pages-directory-map): Bind mouse-2 | |
| 5056 (pages-copy-header-and-position): Put text property. | |
| 5057 (pages-directory-goto-with-mouse): New function. | |
| 5058 | |
| 5059 1998-12-29 Eli Zaretskii <eliz@mescaline.gnu.org> | |
| 5060 | |
| 5061 * international/codepage.el (cp-make-coding-systems-for-codepage): | |
| 5062 Doc fix. | |
| 5063 (cp-coding-system-for-codepage-1): Likewise. | |
| 5064 | |
| 5065 1998-12-29 Kenichi Handa <handa@etl.go.jp> | |
| 5066 | |
| 5067 * language/thai-util.el (thai-post-read-conversion): Handle Thai | |
| 5068 composition sequence correctly here instead of calling | |
| 5069 thai-compose-region. | |
| 5070 | |
| 5071 * textmodes/fill.el (fill-region-as-paragraph): While deleting a | |
| 5072 newline in multibyte buffer, if previous or next character is a | |
| 5073 composite char, check the first component of the composite char. | |
| 5074 | |
| 5075 1998-12-28 Andreas Schwab <schwab@delysid.gnu.org> | |
| 5076 | |
| 5077 * emacs-lisp/advice.el (ad-special-forms): Add save-current-buffer | |
| 5078 and track-mouse. | |
| 5079 | |
| 5080 1998-12-27 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 5081 | |
| 5082 * mail/sendmail.el (mail-yank-original): Remove text properties | |
| 5083 after insertion. | |
| 5084 (mail-yank-region): Barf if no mark is set in the message | |
| 5085 being replied to. | |
| 5086 | |
| 5087 * help.el (function-called-at-point): First look for function at point. | |
| 5088 | |
| 5089 1998-12-27 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 5090 | |
| 5091 * edmacro.el (edit-kbd-macro): Recognize electric-view-lossage. | |
| 5092 | |
| 5093 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 5094 | |
| 5095 * simple.el (what-cursor-position): Print character encoding also. | |
| 5096 | |
| 5097 1998-12-26 Dave Love <fx@gnu.org> | |
| 5098 | |
| 5099 * textmodes/flyspell.el: If local-maps work, don't put | |
| 5100 flyspell-mode-map in minor-mode-map-alist; bind mouse-2 and M-TAB | |
| 5101 in flyspell-mouse-map (only). | |
| 5102 (flyspell-use-local-map): New variable. | |
| 5103 Use a different mouse-2 binding in that case, | |
| 5104 and don't add to minor-mode-map-alist. | |
| 5105 (make-flyspell-overlay, flyspell-correct-word): | |
| 5106 Test flyspell-use-local-map. | |
| 5107 | |
| 5108 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 5109 | |
| 5110 * files.el (file-expand-wildcards): Handle wildcards in directory name. | |
| 5111 Be careful about whether to return a relative file name, | |
| 5112 and if so, relative to what directory. | |
| 5113 | |
| 5114 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 5115 | |
| 5116 * emacs-lisp/easymenu.el (easy-menu-get-map): | |
| 5117 Change global map only if this menu exists in the global map already, | |
| 5118 and not in the local map. | |
| 5119 (easy-menu-do-add-item): Fix error message. | |
| 5120 | |
| 5121 * foldout.el (foldout-inhibit-key-bindings): | |
| 5122 Avoid concatenating onto outline-minor-mode-prefix. | |
| 5123 Make a new keymap for that prefix, if it does not already have one. | |
| 5124 | |
| 5125 1998-12-25 Ilya Zakharevich <ilya@math.ohio-state.edu> | |
| 5126 | |
| 5127 * cperl-mode.el: | |
| 5128 Can use linear algorithm for indentation if Emacs supports it. | |
| 5129 (cperl-after-expr-p): It is BLOCK if we reach lim when backup sexp. | |
| 5130 (cperl-after-block-p): Likewise. | |
| 5131 (cperl-after-block-and-statement-beg): Likewise. | |
| 5132 (cperl-after-block-p): After END/BEGIN we are a block. | |
| 5133 (cperl-after-expr-p): Skip labels when checking | |
| 5134 (cperl-indent-region): Make a marker for END - text added/removed. | |
| 5135 Disable hooks during the call (how to call them later?). | |
| 5136 Now indents 820-line-long function in 6.5 sec (including | |
| 5137 syntaxification) the first time (when buffer has few | |
| 5138 properties), 7.1 sec the second time. | |
| 5139 (cperl-indent-region): Do not indent whitespace lines | |
| 5140 (cperl-style-alist) | |
| 5141 Include `cperl-merge-trailing-else' where the value is clear. | |
| 5142 (cperl-styles-entries): Likewise. | |
| 5143 (cperl-problems): Improvements to docs. | |
| 5144 (cperl-tips): Likewise. | |
| 5145 (cperl-non-problems): Likewise. | |
| 5146 (cperl-mode): Make lazy syntaxification possible. | |
| 5147 Loads pseudo-faces for the sake of `cperl-find-pods-heres' (for 19.30). | |
| 5148 `font-lock-unfontify-region-function' was set to a wrong function. | |
| 5149 | |
| 5150 (cperl-find-pods-heres): Safe a position in buffer where it is safe to | |
| 5151 restart syntaxification. Changed so that -d ?foo? is a RE. Do | |
| 5152 not warn on `=cut' if doing a chunk only. 1 << 6 was OK, | |
| 5153 but 1<<6 was considered as HERE-doc. | |
| 5154 <file/glob> made into a string. | |
| 5155 Postpone addition of faces after syntactic step. | |
| 5156 Recognition of <FH> was wrong. | |
| 5157 Highlight `gem' in s///gem as a keyword. `qr' recognized. | |
| 5158 Knows that split// is null-RE. | |
| 5159 Highlights separators in 3-parts expressions as labels. | |
| 5160 <> was considered as a glob. | |
| 5161 Would err if the last line is `=head1'. | |
| 5162 $a-1 ? foo : bar; was a considered a regexp. | |
| 5163 `<< (' was considered a start of HERE-doc. | |
| 5164 mark qq[]-etc sections as syntax-type=string | |
| 5165 Was not processing sub protos after a comment ine. | |
| 5166 Was treating $a++ <= 5 as a glob. | |
| 5167 Tolerate unfinished REx at end-of-buffer. | |
| 5168 `unwind-protect' was left commented. | |
| 5169 / and ? after : start a REx. | |
| 5170 | |
| 5171 (cperl-syntaxify-by-font-lock): Set to t, should be safe now. | |
| 5172 Better default, customizes to `message' too, off in text-mode. | |
| 5173 | |
| 5174 (cperl-array-face): Renamed from `font-lock-emphasized-face', | |
| 5175 `defface'd. | |
| 5176 (cperl-hash-face): Renamed from `font-lock-other-emphasized-face'. | |
| 5177 `defface'd. | |
| 5178 (cperl-emacs-can-parse): New state variable. | |
| 5179 (cperl-indent-line): Corrected to use global state. | |
| 5180 (cperl-calculate-indent): Likewise. | |
| 5181 (cperl-fix-line-spacing): Likewise (not used yet). | |
| 5182 (cperl-calculate-indent): Did not consider `,' as | |
| 5183 continuation mark for statements. | |
| 5184 (cperl-calculate-indent): Avoid parse-data optimization at toplevel. | |
| 5185 Remove another parse-data optimization at toplevel: would | |
| 5186 indent correctly. | |
| 5187 Correct for labels when calculating indentation of continuations. | |
| 5188 Docstring updated. | |
| 5189 (cperl-choose-color): Converted to a function (to be | |
| 5190 compilable in text-mode). | |
| 5191 (cperl-dark-background): Disable without window-system. | |
| 5192 Do `defface' only if window-system. | |
| 5193 (cperl-fix-line-spacing): sped up to bail out early. | |
| 5194 (x-color-defined-p): was not compiling on XEmacs | |
| 5195 Was defmacro'ed with a tick. Remove another def. | |
| 5196 (cperl-clobber-lisp-bindings): if set, C-c variants are the old ones | |
| 5197 (cperl-unwind-to-safe): New function. | |
| 5198 (cperl-fontify-syntaxically): Use `cperl-unwind-to-safe' to start at reasonable position. | |
| 5199 (cperl-fontify-syntaxically): Unwinds start and end to go out of | |
| 5200 long strings (not very successful). | |
| 5201 (cperl-forward-re): Highlight the trailing / in s/foo// as string. | |
| 5202 Highlight the starting // in s//foo/ as function-name. | |
| 5203 Emit a meaningful error instead of a cryptic one for an | |
| 5204 uncomplete REx near end-of-buffer. | |
| 5205 | |
| 5206 (cperl-electric-keyword): `qr' recognized. | |
| 5207 (cperl-electric-else): Likewise | |
| 5208 (cperl-to-comment-or-eol): Likewise | |
| 5209 (cperl-make-regexp-x): Likewise | |
| 5210 (cperl-init-faces): Likewise, and `lock' (as overridable?). | |
| 5211 Corrected to use new macros; | |
| 5212 `if' for copying `reference-face' to `constant-face' was backward. | |
| 5213 remove init `font-lock-other-emphasized-face', | |
| 5214 `font-lock-emphasized-face', `font-lock-keyword-face'. | |
| 5215 Interpolate `cperl-invalid-face'. | |
| 5216 (cperl-make-regexp-x): Misprint in a message. | |
| 5217 (cperl-syntaxify-unwind): New configuration variable | |
| 5218 (cperl-fontify-m-as-s): New configuration variable | |
| 5219 (cperl-electric-pod): check for after-expr was performed | |
| 5220 inside of POD too. | |
| 5221 (cperl-backward-to-noncomment): better treatment of PODs and HEREs. | |
| 5222 (cperl-clobber-mode-lists): New configuration variable. | |
| 5223 (cperl-not-bad-style-regexp): Updated. | |
| 5224 Init: `cperl-is-face' was busted. | |
| 5225 (cperl-make-face): New macros. | |
| 5226 (cperl-force-face): New macros. | |
| 5227 (font-lock-other-type-face): Done via `defface' too. | |
| 5228 (cperl-nonoverridable-face): New face. Renamed from | |
| 5229 `font-lock-other-type-face'. | |
| 5230 (cperl-init-faces-weak): use `cperl-force-face'. | |
| 5231 (cperl-comment-indent): Commenting __END__ was not working. | |
| 5232 (cperl-indent-for-comment): Likewise. | |
| 5233 (cperl-write-tags): Correct for XEmacs's `visit-tags-table-buffer'. | |
| 5234 When removing old TAGS info was not relativizing filename. | |
| 5235 (cperl-tags-hier-init): Gross hack to pretend we work (are we?). | |
| 5236 Another try to work around XEmacs problems. Better progress messages. | |
| 5237 (toplevel): require custom unprotected => failure on 19.28. | |
| 5238 (cperl-xemacs-p): defined when compile too | |
| 5239 (cperl-find-tags): Was writing line/pos in a wrong order, | |
| 5240 pos off by 1 and not at beg-of-line. | |
| 5241 (cperl-etags-snarf-tag): New macro | |
| 5242 (cperl-etags-goto-tag-location): New macro | |
| 5243 (cperl-version): New variable. New menu entry | |
| 5244 random docstrings: References to "future" 20.3 removed. | |
| 5245 Menu was described as `CPerl' instead of `Perl' | |
| 5246 (perl-font-lock-keywords): Would not highlight `sub foo($$);'. | |
| 5247 (cperl-toggle-construct-fix): Was toggling to t instead of 1. | |
| 5248 (cperl-ps-print-init): Associate `cperl-array-face', `cperl-hash-face' | |
| 5249 Remove `font-lock-emphasized-face', `font-lock-other-emphasized-face', | |
| 5250 `font-lock-reference-face', `font-lock-keyword-face'. | |
| 5251 Use `eval-after-load'. | |
| 5252 Remove not-CPerl-related faces. | |
| 5253 (cperl-tips-faces): New variable and an entry into Mini-docs. | |
| 5254 (cperl-indent-exp): Was not processing else-blocks. | |
| 5255 (cperl-get-state): NOP line removed. | |
| 5256 (cperl-ps-print): New function and menu entry. | |
| 5257 (cperl-ps-print-face-properties): New configuration variable. | |
| 5258 (cperl-invalid-face): New configuration variable. | |
| 5259 (perl-font-lock-keywords): Highlight trailing whitespace | |
| 5260 (cperl-contract-levels): Documentation corrected. | |
| 5261 (cperl-contract-level): Likewise. | |
| 5262 (cperl-ps-extend-face-list): New macro. | |
| 5263 (cperl-invalid-face): Change to ''underline. | |
| 5264 | |
| 5265 1998-12-25 Markus Rost <rost@delysid.gnu.org> | |
| 5266 | |
| 5267 * mail/rmailout.el (rmail-output): Abbreviate name of default-file | |
| 5268 for read-file-name. | |
| 5269 (rmail-output-to-rmail-file): Likewise. | |
| 5270 | |
| 5271 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 5272 | |
| 5273 * emacs-lisp/easymenu.el (easy-menu-get-map): | |
| 5274 If MENU is nil, use global menu-bar map. | |
| 5275 (easy-menu-add-item, easy-menu-remove-item): Argument renamed. | |
| 5276 (easy-menu-item-present-p, easy-menu-get-map): Argument renamed. | |
| 5277 | |
| 5278 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
| 5279 | |
| 5280 * ps-mule.el (ps-mule-begin-job): Programming uniformization. | |
| 5281 | |
| 5282 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
| 5283 | |
| 5284 * ps-print.el (ps-print-version): New version number (4.1.3). | |
| 5285 | |
| 5286 1998-12-21 Eli Zaretskii <eliz@mescaline.gnu.org> | |
| 5287 | |
| 5288 * international/mule-cmds.el: Use make-sparse-keymap instead of | |
| 5289 define-prefix-key when defining MULE menu items. | |
| 5290 | |
| 5291 * info.el (Info-node-at-bob-matching): New function. | |
| 5292 (Info-find-node, Info-build-node-completions): Call it. | |
| 5293 | |
| 5294 1998-12-21 Andreas Schwab <schwab@delysid.gnu.org> | |
| 5295 | |
| 5296 * help.el (describe-function-1): Say "keymap", not "Lisp macro", | |
| 5297 when this is an autoloaded keymap. | |
| 5298 | |
| 5299 1998-12-20 Eli Zaretskii <eliz@mescaline.gnu.org> | |
| 5300 | |
| 5301 * international/codepage.el (cp-coding-system-for-codepage-1): | |
| 5302 Create separate encoders and decoders, for DOS and Unix. Make the | |
| 5303 usual family of 3 coding systems, so that automatic detection of | |
| 5304 EOL type works. | |
| 5305 (cp-make-coding-systems-for-codepage): Don't intern DOS- and | |
| 5306 Unix-specific symbols here, and don't call | |
| 5307 cp-coding-system-for-codepage-1 twice. (Suggested by Ken'ichi | |
| 5308 Handa <handa@etl.go.jp>.) | |
| 5309 | |
| 5310 * dos-vars.el (dos-codepage-setup-hook): New defcustom. | |
| 5311 | |
| 5312 * term/internal.el (IT-character-translations): New variable, an | |
| 5313 alist used to display characters for which there's no glyphs in | |
| 5314 the current codepage. | |
| 5315 (IT-display-table-setup): New function, sets up the DOS terminal | |
| 5316 for a given codepage. | |
| 5317 (dos-codepage-setup): New function, sets up the MULE environment | |
| 5318 for the current value of dos-codepage. | |
| 5319 (top-level if): In the multibyte mode, turn on | |
| 5320 unibyte-display-via-language-environment. In the unibyte mode, | |
| 5321 set up the special syntax tables to map lower- to upper case and | |
| 5322 back. | |
| 5323 | |
| 5324 1998-12-19 Eric Ludlam <zappo@delysid.gnu.org> | |
| 5325 | |
| 5326 * speedbar.el: (speedbar-frame-parameters) Add : to custom prompt. | |
| 5327 (speedbar-frame-plist) Remove useless comments. | |
| 5328 (speedbar-frame-mode) Do not specify height if it is in the param list. | |
| 5329 Use default y position w/out changing it. | |
| 5330 If default x position is a list, keep, calculate the non-list X | |
| 5331 value when devining an initial position. | |
| 5332 (speedbar-this-file-in-vc) Fix SCCS to use s. not p. files. | |
| 5333 (speedbar-tag-group-name-minimum-length): New variable. | |
| 5334 (speedbar-frame-parameter): New compatibility function. | |
| 5335 (speedbar-frame-mode): Updated to use speedbar-frame-parameter. | |
| 5336 (speedbar-apply-one-tag-hierarchy-method): Fixed up taging sub | |
| 5337 groups to keep things in the right order, and to help with some | |
| 5338 naming conventions. | |
| 5339 (speedbar-create-tag-hierarchy): Enable buffer local version of | |
| 5340 `speedbar-tag-hierarchy-method' in the buffer we are tagging. | |
| 5341 (speedbar-line-path) Make DEPTH param optional. Devine it if absent. | |
| 5342 the case, derive it from the cursor location in speedbar. | |
| 5343 | |
| 5344 1998-12-17 Eli Zaretskii <eliz@mescaline.gnu.org> | |
| 5345 | |
| 5346 * international/mule-cmds.el (set-language-environment): On MS-DOS | |
| 5347 terminals, install DOS-specific nonascii-translation-table if the | |
| 5348 language info doesn't specify one. Pass the default eol-type to | |
| 5349 set-language-environment-coding-systems. | |
| 5350 (set-default-coding-systems): Copy the eol-type property for the | |
| 5351 new default values of {buffer-file,process}-coding-system from the | |
| 5352 old defaults. | |
| 5353 (set-language-environment-coding-systems): Accept an optional | |
| 5354 argument EOL-TYPE, and set the eol-type property of the default | |
| 5355 coding systems accordingly. | |
| 5356 (set-terminal-coding-system): Enable menu item on MS-DOS terminals. | |
| 5357 (set-keyboard-coding-system): Likewise. | |
| 5358 (set-default-coding-systems): Don't set | |
| 5359 default-terminal-coding-system on MS-DOS to anything but nil. | |
| 5360 (prefer-coding-system): Describe in the doc string that | |
| 5361 default-terminal-coding-system is not changed on MS-DOS. | |
| 5362 (set-language-environment): For MS-DOS, set standard syntax table | |
| 5363 and display table for all characters with code above 127. | |
| 5364 (standard-display-european-internal): For MS-DOS, pass all | |
| 5365 characters with code above 127 directly to the terminal, and don't | |
| 5366 remap characters 160 and 146 in the unibyte case. | |
| 5367 | |
| 5368 * international/codepage.el: New file. | |
| 5369 | |
| 5370 1998-12-16 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
| 5371 | |
| 5372 * diary-lib.el (diary-float): Fix end-of-year error and typos in | |
| 5373 comments. | |
| 5374 | |
| 5375 1998-12-16 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru> | |
| 5376 | |
| 5377 * map-ynp.el (map-y-or-n-p): Ignore input methods. | |
| 5378 | |
| 5379 * subr.el (read-passwd): Likewise. | |
| 5380 | |
| 5381 1998-12-16 Eli Zaretskii <eliz@mescaline.gnu.org> | |
| 5382 | |
| 5383 * info.el (Info-find-node): Add 1 to the position read from the | |
| 5384 tag table. Don't fail if the node delimiter ^_ is the first | |
| 5385 character in the file. | |
| 5386 (Info-insert-dir): Don't fail when the node delimiter ^_ is the | |
| 5387 first character in the file. | |
| 5388 (Info-read-subfile): Likewise. | |
| 5389 (Info-select-node): Likewise. | |
| 5390 (Info-build-node-completions): Likewise. | |
| 5391 | |
| 5392 1998-12-16 Richard Stallman <rms@gnu.org> | |
| 5393 | |
| 5394 * term/x-win.el (x-cut-buffer-or-selection-value): | |
| 5395 If clipboard is enabled, try it before PRIMARY selection. | |
| 5396 | |
| 5397 1998-12-15 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE> | |
| 5398 | |
| 5399 * international/iso-acc.el (iso-languages): For Portuguese ~c and ~C | |
| 5400 insert c-cedilla and C-cedilla respectively, like in latin-1. | |
| 5401 | |
| 5402 1998-12-15 Eli Zaretskii <eliz@delysid.gnu.org> | |
| 5403 | |
| 5404 * language/hebrew.el: Don't use sublists in the flags argument | |
| 5405 passed to make-coding-system. | |
| 5406 | |
| 5407 1998-12-15 Kenichi Handa <handa@etl.go.jp> | |
| 5408 | |
| 5409 * ps-mule.el (ps-mule-begin-job): Delete nil and unknown from a | |
| 5410 list of character sets found by find-charset-region. | |
| 5411 | |
| 5412 * ps-mule.el: Always require ps-print. Move some function | |
| 5413 definitions for Emacs 20.2 and the earlier to ps-print.el. | |
| 5414 (ps-mule-find-wrappoint): Make it work also with Emacs 20.2. | |
| 5415 | |
| 5416 * ps-print.el: Define several functions for Emacs 20.2 and the | |
| 5417 earlier version. | |
| 5418 (ps-printer-name): Check if printer-name is bound. | |
| 5419 | |
| 5420 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
| 5421 | |
| 5422 * ps-mule.el: Programming uniformization and little code improvement. | |
| 5423 (ps-mule-prepare-font): Programming uniformization. | |
| 5424 (ps-mule-find-wrappoint, ps-mule-plot-rule-cmpchar) | |
| 5425 (ps-mule-string-encoding, ps-mule-begin-job): Little code improvement. | |
| 5426 | |
| 5427 * ps-bdf.el: Programming uniformization and little code improvement. | |
| 5428 (bdf-search-and-read): New fun. | |
| 5429 (bdf-write-cache, bdf-initialize, bdf-info-absolute-path) | |
| 5430 (bdf-info-mod-time, bdf-info-size, bdf-info-font-bounding-box) | |
| 5431 (bdf-info-relative-compose, bdf-info-baseline-offset) | |
| 5432 (bdf-info-code-range, bdf-info-maxlen, bdf-info-offset-vector) | |
| 5433 (bdf-read-bitmap, bdf-get-bitmaps): Programming uniformization. | |
| 5434 (bdf-expand-file-name, bdf-file-newer-than-time, bdf-find-file) | |
| 5435 (bdf-read-cache, bdf-read-font-info, bdf-generate-glyphs): Little code | |
| 5436 improvement. | |
| 5437 | |
| 5438 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
| 5439 | |
| 5440 * ps-print.el: (ps-print-version): New version number (4.1.2), doc fix | |
| 5441 and mule related code extraction. Autoload ps-mule funs. | |
| 5442 | |
| 5443 * ps-mule.el: Doc fix. Require ps-print only when compiled. | |
| 5444 (ps-mule-prologue-generated): New fun. | |
| 5445 (ps-mule-plot-string): Add autoload cookie. | |
| 5446 (ps-mule-begin-job): Call ps-mule-prologue-generated. | |
| 5447 | |
| 5448 1998-12-15 Kenichi Handa <handa@etl.go.jp> | |
| 5449 | |
| 5450 * ps-bdf.el: Require ps-mule instead of ps-print. | |
| 5451 (bdf-directory-list): Add autoload cookie. | |
| 5452 | |
| 5453 * ps-mule.el: New file. Mule related code extracted from | |
| 5454 ps-print.el. Require ps-print, provide ps-mule. | |
| 5455 (ps-multibyte-buffer): Add autoload cookie. | |
| 5456 (ps-mule-prepare-ascii-font): New fun. | |
| 5457 (ps-mule-set-ascii-font): New fun. | |
| 5458 (ps-mule-skip-same-charset): Fun deleted. | |
| 5459 (ps-mule-plot-string): Set ps-mule-current-charset. | |
| 5460 (ps-mule-initialize): Add autload cookie. Don't set | |
| 5461 ps-mule-font-info-database here. | |
| 5462 (ps-mule-begin-job): Renamed from ps-mule-begin. Update | |
| 5463 ps-mule-font-info-database and ps-control-or-escape-regexp. | |
| 5464 (ps-mule-begin-page): New fun. | |
| 5465 | |
| 5466 * ps-print.el: Mule related code moved to ps-mule.el. | |
| 5467 (ps-begin-job): While setting ps-control-or-escape-regexp, don't | |
| 5468 check ps-mule-charset-list. | |
| 5469 (ps-begin-page): Don't set ps-mule-current-charset, instead call | |
| 5470 ps-mule-begin-page. | |
| 5471 (ps-basic-plot-string): Call ps-mule-prepare-ascii-font. | |
| 5472 (ps-plot-region): Don't set ps-mule-current-charset, instead call | |
| 5473 ps-mule-set-ascii-font. Don't call ps-mule-skip-same-charset, | |
| 5474 instead skip same charsets by itself. | |
| 5475 (ps-generate): Call ps-mule-initialize of needs-begin-file is | |
| 5476 non-nil. Call ps-mule-begin-job. | |
| 5477 | |
| 5478 1998-12-15 Kenichi Handa <handa@etl.go.jp> | |
| 5479 | |
| 5480 * ps-bdf.el: File name changed from bdf.el. Provide ps-bdf | |
| 5481 instead of bdf. | |
| 5482 | |
| 5483 * ps-print.el (ps-mule-font-info-database): Doc-string modified. | |
| 5484 (ps-mule-external-libraries): New element FEATURE. | |
| 5485 (ps-mule-init-external-library): Ajusted for the above change. | |
| 5486 (ps-mule-generate-font): Likewise. | |
| 5487 (ps-mule-generate-glyphs): Likewise. | |
| 5488 (ps-mule-prepare-font): Likewise. | |
| 5489 (ps-mule-initialize): Likewise. | |
| 5490 (ps-begin-file): Superfluous tailing parenthesis deleted. | |
| 5491 | |
| 5492 1998-12-15 Kenichi Handa <handa@etl.go.jp> | |
| 5493 | |
| 5494 * international/fontset.el (x-decompose-font-name): If PATTERN | |
| 5495 doesn't have any wild cards, return a vector made from a name that | |
| 5496 is found by x-resolve-font-name found. Comments added. | |
| 5497 | |
| 5498 * international/mule-cmds.el (find-coding-systems-for-charsets): | |
| 5499 Handle the case of unknown charset. | |
| 5500 (find-multibyte-characters): If invalid multibyte characters are | |
| 5501 found, return the corresponding strings instead of character | |
| 5502 codes. | |
| 5503 (find-multibyte-characters): Adjusted for the above change. | |
| 5504 (select-safe-coding-system): For a unibyte buffer, always returns | |
| 5505 DEFAULT-CODING-SYSTEM. | |
| 5506 (get-charset-property): Fix previous change. Make it a function. | |
| 5507 (put-charset-property): Make it a function. | |
| 5508 | |
| 5509 * international/mule.el (make-coding-system): Set mime-charset | |
| 5510 property of *-with-esc coding system to nil. | |
| 5511 | |
| 5512 * international/quail.el (quail-point-in-conversion-region): New | |
| 5513 function. | |
| 5514 (quail-conversion-backward-delete-char): When a key sequence is | |
| 5515 being translated, call quail-delete-last-char. | |
| 5516 | |
| 5517 * language/devan-util.el | |
| 5518 (devanagari-reorder-glyphs-for-decomposition): Fix the way to | |
| 5519 handle devanagari-decomposition-rules. | |
| 5520 | |
| 5521 1998-12-14 Andreas Schwab <schwab@delysid.gnu.org> | |
| 5522 | |
| 5523 * textmodes/texinfo.el (texinfo-tex-buffer): Bind | |
| 5524 tex-start-options-string to empty string. | |
| 5525 (texinfo-tex-region): Use texinfo-tex-trailer as documented. | |
| 5526 | |
| 5527 1998-12-14 Andrew Innes <andrewi@delysid.gnu.org> | |
| 5528 | |
| 5529 * gnus/nntp.el (nntp-request-group): Undo previous change (4xx and | |
| 5530 5xx responses are already handled properly). | |
| 5531 | |
| 5532 1998-12-13 Richard Stallman <rms@gnu.org> | |
| 5533 | |
| 5534 * progmodes/compile.el (compilation-error-regexp-alist): Insist | |
| 5535 on a non-digit in the file name. | |
| 5536 | |
| 5537 * simple.el (comment-region): Handle comment-padding | |
| 5538 separately for insertion and for deletion, in the right way for each. | |
| 5539 | |
| 5540 1998-12-13 Felix Lee <flee@cygnus.com> | |
| 5541 | |
| 5542 * progmodes/compile.el (compilation-error-regexp-alist): Fix | |
| 5543 regexp to match "ChangeLog:1:1998-12-09 ..." | |
| 5544 | |
| 5545 1998-12-13 Eli Zaretskii <eliz@delysid.gnu.org> | |
| 5546 | |
| 5547 * cus-start.el (dos-unsupported-char-glyph): Add. | |
| 5548 | |
| 5549 1998-12-11 Dave Love <fx@gnu.org> | |
| 5550 | |
| 5551 * progmodes/fortran.el (fortran-font-lock-keywords-3): Wrap | |
| 5552 forward-sexp in condition-case. | |
| 5553 | |
| 5554 * emacs-lisp/find-func.el (find-function-search-for-symbol): | |
| 5555 Remove unnecessary test on `library' for explicit file name. | |
| 5556 Widen scope of save-match-data. | |
| 5557 | |
| 5558 1998-12-10 Eli Zaretskii <eliz@delysid.gnu.org> | |
| 5559 | |
| 5560 * international/mule.el (load-with-code-conversion): If the loaded | |
| 5561 file was inserted with no-conversion or raw-text coding system, | |
| 5562 make the buffer unibyte. | |
| 5563 | |
| 5564 1998-12-09 Richard Stallman <rms@gnu.org> | |
| 5565 | |
| 5566 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): | |
| 5567 Get rid of nested loops. | |
| 5568 | |
| 5569 * mouse.el (mouse-drag-vertical-line): | |
| 5570 If WHICH-SIDE is not `right', then scroll bars are on the left. | |
| 5571 | |
| 5572 * loadhist.el (load-history-loaded): defvar moved to help.el. | |
| 5573 | |
| 5574 * help.el (symbol-file-load-history-loaded): Variable renamed, | |
| 5575 and defvar moved from loadhist.el. | |
| 5576 (symbol-file): Renamed from describe-function-find-file. | |
| 5577 Load fns-VERSION.el here. | |
| 5578 (describe-variable, describe-function-1): Use symbol-file. | |
| 5579 | |
| 5580 * textmodes/tex-mode.el (tex-generate-zap-file-name): | |
| 5581 Don't start the name with #. | |
| 5582 | |
| 5583 * ispell.el: Take out the eval-when's. | |
| 5584 | |
| 5585 1998-12-09 Peter Breton <pbreton@ne.mediaone.net> | |
| 5586 | |
| 5587 * dirtrack.el (dirtrack-directory-change-hook): New hook. | |
| 5588 (dirtrack): Run it. Make debug message more verbose. | |
| 5589 | |
| 5590 1998-12-09 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> | |
| 5591 | |
| 5592 * progmodes/octave-mod.el (octave-abbrev-start): Use the correct | |
| 5593 name of the abbrev table, and provide support for XEmacs. | |
| 5594 (octave-xemacs-p): New variable. | |
| 5595 | |
| 5596 1998-12-09 Jonathan I. Kamens <jik@kamens.brookline.ma.us> | |
| 5597 | |
| 5598 * mail/sendmail.el (sendmail-send-it): Don't wait for sendmail to | |
| 5599 exit, when mail-interactive is nil. | |
| 5600 | |
| 5601 1998-12-09 Changwoo Ryu <cwryu@adam.kaist.ac.kr> | |
| 5602 | |
| 5603 * files.el (after-find-file): Message fix. | |
| 5604 | |
| 5605 1998-12-09 Ken Stevens <stevens@kdstevens.com> | |
| 5606 | |
| 5607 * ispell.el (ispell-kill-ispell): Don't send newline after EOF. | |
| 5608 | |
| 5609 1998-12-09 Geoff Voelker <voelker@cs.washington.edu> | |
| 5610 | |
| 5611 * ange-ftp.el (ange-ftp-expand-file-name) [windows-nt]: Handle | |
| 5612 filenames using backslashes. | |
| 5613 | |
| 5614 1998-12-09 Dave Love <fx@gnu.org> | |
| 5615 | |
| 5616 * browse-url.el (browse-url-mail): Call compose-mail-other-window | |
| 5617 with correct number of args. | |
| 5618 (browse-url-maybe-new-window): New arg. Callers changed. | |
| 5619 | |
| 5620 * progmodes/fortran.el (fortran-check-end-prog-re): Allow trailing | |
| 5621 comment. | |
| 5622 | |
| 5623 1998-12-08 Geoff Voelker <voelker@cs.washington.edu> | |
| 5624 | |
| 5625 * makefile.nt (install) [COPY_LISP_SOURCE]: Fix end of conditional. | |
| 5626 | |
| 5627 1998-12-08 Markus Rost <rost@delysid.gnu.org> | |
| 5628 | |
| 5629 * vc.el (vc-rcs-release): Fix Type. | |
| 5630 (vc-sccs-release): Fix Type. | |
| 5631 (vc-cvs-release): Fix Type. | |
| 5632 | |
| 5633 * mail/rmailsum.el (rmail-summary-output): Simplify. Make prefix | |
| 5634 arg work right. | |
| 5635 | |
| 5636 * mail/rmailout.el (rmail-output-to-rmail-file): Avoid multiple | |
| 5637 output of last undeleted message. | |
| 5638 | |
| 5639 1998-12-07 Geoff Voelker <voelker@cs.washington.edu> | |
| 5640 | |
| 5641 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src. | |
| 5642 (buffer-undo-list) [windows-nt]: Use different relative path. | |
| 5643 | |
| 5644 1998-12-07 Simon Marshall <simon@gnu.org> | |
| 5645 | |
| 5646 * font-lock.el (java-font-lock-keywords-2): Wrap java-minor-types. | |
| 5647 | |
| 5648 1998-12-05 Markus Rost <rost@delysid.gnu.org> | |
| 5649 | |
| 5650 * xt-mouse.el (xterm-mouse-mode): Pacify the byte compiler. | |
| 5651 | |
| 5652 * emacs-lisp/byte-opt.el: Require bytecomp for byte-goto-ops. | |
| 5653 | |
| 5654 1998-12-04 Markus Rost <rost@delysid.gnu.org> | |
| 5655 | |
| 5656 * info.el (Info-menu): Don't return error if point is between menu | |
| 5657 header and first menu item. | |
| 5658 | |
| 5659 1998-12-04 Dave Love <fx@gnu.org> | |
| 5660 | |
| 5661 * help.el (describe-function-1): Fix description for alias. | |
| 5662 | |
| 5663 1998-12-03 Andreas Schwab <schwab@delysid.gnu.org> | |
| 5664 | |
| 5665 * emacs-lisp/lisp-mnt.el (lm-summary): Strip off -*- | |
| 5666 specifications from summary line. | |
| 5667 | |
| 5668 * rect.el (delete-whitespace-rectangle): Mark for autoload. | |
| 5669 (close-rectangle): Define alias only once in loaddefs.el. | |
| 5670 | |
| 5671 1998-12-03 Eli Zaretskii <eliz@mescaline.gnu.org> | |
| 5672 | |
| 5673 * term/internal.el: Remove code which sets up a special syntax | |
| 5674 table for non-ASCII characters. | |
| 5675 | |
| 5676 1998-12-02 Andrew Innes <andrewi@delysid.gnu.org> | |
| 5677 | |
| 5678 * dos-w32.el (direct-print-region-function): Try to ensure that | |
| 5679 printer-name is expanded to a file name on a local drive; | |
| 5680 sometimes printing a file loaded from a network volume fails. | |
| 5681 (direct-print-region-function): Add a function to | |
| 5682 write-region-annotate-functions to append a formfeed character to | |
| 5683 the region being printed, if the region doesn't end with a | |
| 5684 formfeed already. This avoids creating a second print job | |
| 5685 containing a blank page when print spooling is enabled on Windows. | |
| 5686 | |
| 5687 1998-12-02 Dave Love <fx@gnu.org> | |
| 5688 | |
| 5689 * help.el (help-make-xrefs): Use `info', not the non-autoloaded | |
| 5690 `Info-goto-node'. | |
| 5691 | |
| 5692 1998-12-02 Richard Stallman <rms@gnu.org> | |
| 5693 | |
| 5694 * help.el (temp-buffer-resize-mode): Doc fix. | |
| 5695 | |
| 5696 * cus-edit.el (custom-save-delete): Save point before | |
| 5697 reading a sexp, rather than backing up. | |
| 5698 | |
| 5699 * international/iso-transl.el: Fix previous change. | |
| 5700 | |
| 5701 1998-12-02 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
| 5702 | |
| 5703 * vc.el (vc-dired-window-configuration, vc-ediff-windows, | |
| 5704 vc-ediff-result, vc-dired-switches, vc-dired-terse-mode): | |
| 5705 Added defvars to suppress compilation warnings. | |
| 5706 | |
| 5707 1998-11-30 Ken Stevens <k.stevens@ieee.org> | |
| 5708 | |
| 5709 * ispell.el: Improved and fixed customize for variables: | |
| 5710 ispell-highlight-p, ispell-check-comments, ispell-help-in-bufferp, | |
| 5711 ispell-dictionary-alist, ispell-skip-sgml. | |
| 5712 Improved and fixed comments in variables and messages for | |
| 5713 functions: ispell-help-in-bufferp, ispell-local-dictionary, | |
| 5714 ispell-menu-map, ispell-checking-message, ispell-parser, | |
| 5715 ispell-word, lookup-words, ispell-change-dictionary, ispell-region, | |
| 5716 ispell-begin-tex-skip-regexp, ispell-begin-skip-region, | |
| 5717 ispell-comments-and-strings, ispell-continue, ispell-complete-word, | |
| 5718 ispell-message-text-end, ispell-add-per-file-word-list. | |
| 5719 (ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding | |
| 5720 system is now required for all languages. Casechars improved for | |
| 5721 castellano, castellano8, and norsk dictionaries. Dictionary | |
| 5722 norsk7-tex added. Dictionary polish added. | |
| 5723 (ispell-dictionary-alist): Redefined at load-time to support | |
| 5724 dictionary changes. | |
| 5725 (ispell-menu-map): Redefined at load-time to support menu changes. | |
| 5726 (ispell-check-version): New alias for `check-ispell-version'. | |
| 5727 (ispell-parse-output): Fixed matching for ispell error messages. | |
| 5728 Correctly returns spelling suggestions in order generated by ispell | |
| 5729 process. | |
| 5730 (check-ispell-version): Ensure `case-fold-search' doesn't get | |
| 5731 redefined. | |
| 5732 (ispell-complete-word): Ensure `case-fold-search' doesn't get | |
| 5733 redefined. Fix bug that didn't respect case of word being completed. | |
| 5734 (ispell-init-process): Set process coding system to be compatible | |
| 5735 with emacs processes and the ispell process. | |
| 5736 (ispell-kill-ispell): Ensures ispell process has terminated before | |
| 5737 starting new process. This can otherwise confuse process filters | |
| 5738 and hang the ispell process. | |
| 5739 (ispell-begin-skip-region-regexp): (ispell-skip-region): Improved | |
| 5740 skipping support for sgml. | |
| 5741 (ispell-minor-check): Support sgml labels. Fix mapping ^M to \r | |
| 5742 which could cause `ispell-complete-word' to hang. | |
| 5743 (ispell-message): Improved message reference matching. Ensure | |
| 5744 `case-fold-search' doesn't get redefined. | |
| 5745 (ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't | |
| 5746 get redefined. Fixed bug in returning to nroff mode from tex mode. | |
| 5747 (ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't | |
| 5748 get redefined. | |
| 5749 | |
| 5750 1998-11-30 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 5751 | |
| 5752 * textmodes/flyspell.el (flyspell-check-word-p): | |
| 5753 Don't delay inside a kbd macro. | |
| 5754 | |
| 5755 * subr.el (make-local-hook): Return the hook variable. | |
| 5756 | |
| 5757 1998-11-30 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE> | |
| 5758 | |
| 5759 * hscroll.el (hscroll-mode, hscroll-global-mode, hscroll-window-maybe): | |
| 5760 Use a timer instead of post-command-hook. | |
| 5761 (hscroll-timer): New variable. | |
| 5762 | |
| 5763 1998-11-30 Dave Love <fx@gnu.org> | |
| 5764 | |
| 5765 * help.el (help-xref-button): Do nothing if text already has the | |
| 5766 help-xref property. | |
| 5767 (describe-variable): Revert previous change to hyperlink to source. | |
| 5768 | |
| 5769 1998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 5770 | |
| 5771 * bindings.el (features): Add `base64' to this list. | |
| 5772 | |
| 5773 * loadhist.el (symbol-file): Doc fix. | |
| 5774 | |
| 5775 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src. | |
| 5776 | |
| 5777 * files.el (hack-one-local-variable): Cope with non-file buffers. | |
| 5778 | |
| 5779 1998-11-28 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 5780 | |
| 5781 * help.el (describe-mode): Put major mode first. | |
| 5782 | |
| 5783 * calendar/appt.el (appt-disp-window): Use pop-to-buffer, | |
| 5784 to support special-display and same-window features. | |
| 5785 | |
| 5786 1998-11-27 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 5787 | |
| 5788 * simple.el (transpose-subr, transpose-subr-1): Rename variables | |
| 5789 bound in one function and used in the other. | |
| 5790 (transpose-subr-start1, transpose-subr-start2): Add defvars. | |
| 5791 (transpose-subr-end1, transpose-subr-end2): Add defvars. | |
| 5792 | |
| 5793 1998-11-26 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 5794 | |
| 5795 * autoinsert.el (auto-insert-alist): Use user-mail-address. | |
| 5796 | |
| 5797 1998-11-26 Kenichi Handa <handa@etl.go.jp> | |
| 5798 | |
| 5799 * international/ccl.el (ccl-dump-translate-character-const-tbl): | |
| 5800 Give format correct control string. | |
| 5801 | |
| 5802 * international/mule.el (define-translation-table): Fix bug of | |
| 5803 setting incorrect translation-table-id. If the first element of | |
| 5804 ARGS is a translation table, just register it. | |
| 5805 | |
| 5806 * language/chinese.el ("Chinese-BIG5"): Add charset-origin-alist | |
| 5807 property. | |
| 5808 | |
| 5809 1998-11-24 Michael Ernst <mernst@alum.mit.edu> | |
| 5810 | |
| 5811 * thingatpt.el (thing-at-point-url-at-point): Don't use current | |
| 5812 syntax table to determine what is whitespace. | |
| 5813 | |
| 5814 1998-11-24 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 5815 | |
| 5816 * frame.el (frame-parameter): Doc fix. | |
| 5817 | |
| 5818 * textmodes/tex-mode.el (tex-feed-input): New function. | |
| 5819 (tex-define-common-keys): Add binding for C-c C-m. | |
| 5820 | |
| 5821 1998-11-23 Dave Love <fx@gnu.org> | |
| 5822 | |
| 5823 * progmodes/fortran.el: Various minor doc fixes. | |
| 5824 (fortran-font-lock-keywords-1): Add `d' to comment-chars. | |
| 5825 (fortran-with-subprogram-narrowing): New macro. | |
| 5826 (fortran-check-for-matching-do): Use it. | |
| 5827 (fortran-end-do): Use fortran-check-end-prog-re. | |
| 5828 (fortran-beginning-do, fortran-end-if, fortran-beginning-if) | |
| 5829 (fortran-calculate-indent, fortran-calculate-indent): Likewise. | |
| 5830 | |
| 5831 1998-11-23 Simon Marshall <simon@gnu.org> | |
| 5832 | |
| 5833 * font-lock.el (font-lock-defaults): Doc fix. | |
| 5834 (font-lock-default-fontify-buffer): Rewritten to use with-temp-message. | |
| 5835 (lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword. | |
| 5836 | |
| 5837 * lazy-lock.el (lazy-lock-unstall): | |
| 5838 (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message. | |
| 5839 | |
| 5840 * fast-lock.el (fast-lock-save-cache-1): | |
| 5841 (fast-lock-cache-data): Rewritten to use with-temp-message. | |
| 5842 | |
| 5843 1998-11-22 Andrew Innes <andrewi@delysid.gnu.org> | |
| 5844 | |
| 5845 * mail/rmail.el (rmail-set-message-counters-counter): Detect | |
| 5846 messages that have been added with DOS line endings and convert | |
| 5847 the line endings for such messages. | |
| 5848 | |
| 5849 1998-11-22 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE> | |
| 5850 | |
| 5851 * help.el: Add resizing of temporary buffers. | |
| 5852 (temp-buffer-resize-mode): New command and variable. | |
| 5853 (temp-buffer-max-height): New variable. | |
| 5854 (resize-temp-buffer-window): New function. | |
| 5855 | |
| 5856 * window.el (window-buffer-height): New function, split from | |
| 5857 shrink-window-if-larger-than-buffer. | |
| 5858 (shrink-window-if-larger-than-buffer): Use window-buffer-height. | |
| 5859 | |
| 5860 1998-11-22 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 5861 | |
| 5862 * frame.el (initial-frame-alist): Add defcustom. | |
| 5863 | |
| 5864 * shell.el (shell-prompt-pattern): Add defcustom. | |
| 5865 | |
| 5866 1998-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
| 5867 | |
| 5868 * message.el (message-ignored-supersedes-headers): Remove | |
| 5869 NNTP-Posting-Date. | |
| 5870 | |
| 5871 1998-11-21 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 5872 | |
| 5873 * help.el (describe-mode): Don't avoid loop indirecting thru | |
| 5874 value of INDICATOR. | |
| 5875 | |
| 5876 1998-11-20 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 5877 | |
| 5878 * help.el (describe-variable): Allow any variable with a defcustom, | |
| 5879 even if it is not a user variable. | |
| 5880 | |
| 5881 * mail/rmail.el (mail-unsent-separator): Additional alternative. | |
| 5882 | |
| 5883 1998-11-20 Andrew Innes <andrewi@delysid.gnu.org> | |
| 5884 | |
| 5885 * gnus/nntp.el (nntp-request-group): Allow for failures when | |
| 5886 requesting a new group. | |
| 5887 | |
| 5888 1998-11-19 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 5889 | |
| 5890 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Doc fix. | |
| 5891 | |
| 5892 1998-11-19 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 5893 | |
| 5894 * emacs-lisp/find-func.el (find-function-regexp): Handle skeletons. | |
| 5895 | |
| 5896 1998-11-19 Simon Marshall <simon@gnu.org> | |
| 5897 | |
| 5898 * subr.el (with-temp-message): New macro. | |
| 5899 | |
| 5900 * emacs-lisp/lisp-mode.el (with-temp-message): | |
| 5901 Add lisp-indent-function property. | |
| 5902 | |
| 5903 1998-11-18 Dave Love <fx@gnu.org> | |
| 5904 | |
| 5905 * progmodes/fortran.el (fortran-end-prog-re): Fix typo. | |
| 5906 | |
| 5907 1998-11-18 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 5908 | |
| 5909 * emacs-lisp/bytecomp.el (temp-buffer-show-hook): | |
| 5910 This is not obsolete. | |
| 5911 | |
| 5912 1998-11-18 Kenichi Handa <handa@etl.go.jp> | |
| 5913 | |
| 5914 * textmodes/picture.el: Make a new map by make-keymap. | |
| 5915 (picture-desired-column): New variable. | |
| 5916 (picture-update-desired-column): New function. | |
| 5917 (picture-beginning-of-line): Set picture-desired-column to 0. | |
| 5918 (picture-end-of-line): Set picture-desired-column to the current | |
| 5919 column. | |
| 5920 (picture-forward-column): Pay attention to multi-column character. | |
| 5921 (picture-backward-column): Likewise. | |
| 5922 (picture-move-down): Likewise. | |
| 5923 (picture-move-up): Likewise. | |
| 5924 (picture-movement-nw): With prefix arg, move twice columns. | |
| 5925 (picture-movement-ne): Likewise. | |
| 5926 (picture-movement-sw): Likewise. | |
| 5927 (picture-movement-se): Likewise. | |
| 5928 (picture-set-motion): Handle two-column movements. | |
| 5929 (picture-move): Call picture-move-down or picture-forward-column | |
| 5930 only when necessary. | |
| 5931 (picture-insert): Pay attention to picture-desired-column. | |
| 5932 (picture-self-insert): Likewise. | |
| 5933 (picture-clear-column): Pay attention to multi-column character. | |
| 5934 (picture-mode): Modify doc-string for two-column movement. | |
| 5935 | |
| 5936 * rect.el (move-to-column-force): New function. | |
| 5937 (operate-on-rectangle): If coerce-tabs is non-nil, call | |
| 5938 move-to-column-force instead of move-to-column. | |
| 5939 (insert-rectangle): Call move-to-column-force instead of | |
| 5940 move-to-column. | |
| 5941 (open-rectangle-line): If begextra is not zero, call | |
| 5942 move-to-column-force. | |
| 5943 | |
| 5944 | |
| 5945 1998-11-16 Dave Love <fx@gnu.org> | |
| 5946 | |
| 5947 * textmodes/sgml-mode.el Require skeleton when compiling. | |
| 5948 (sgml-font-lock-keywords-1): Accept single-letter tags. | |
| 5949 (v2): Defvar free variable. | |
| 5950 | |
| 5951 1998-11-16 Sam Steingold <sds@goems.com> | |
| 5952 | |
| 5953 * emacs-lisp/cl-indent.el: indent `with-output-to-string' as a CL | |
| 5954 macro, not ELisp one. | |
| 5955 | |
| 5956 1998-11-16 Kenichi Handa <handa@etl.go.jp> | |
| 5957 | |
| 5958 * emacs-lisp/lisp-mode.el: Set syntaxes all non-word multibyte | |
| 5959 characters to symbol. | |
| 5960 | |
| 5961 * language/japan-util.el (japanese-zenkaku-region): New optional | |
| 5962 arg KATAKANA-ONLY. | |
| 5963 | |
| 5964 1998-11-16 Kenichi Handa <handa@etl.go.jp> | |
| 5965 | |
| 5966 * international/mule.el | |
| 5967 (after-insert-file-set-buffer-file-coding-system): If the buffer | |
| 5968 is changed to unibyte, return inserted bytes. | |
| 5969 | |
| 5970 * tar-mode.el (tar-header-block-tokenize): Decode codes of file | |
| 5971 and link names if necessary. | |
| 5972 (tar-header-block-summarize): Handle the case that file or link | |
| 5973 names are multibyte. | |
| 5974 (tar-summarize-buffer): At first set the current buffer unibyte, | |
| 5975 then if there are multibyte file names, change it to multibyte. | |
| 5976 (tar-mode): Get char position from tar-header-offset. | |
| 5977 (tar-extract): Avoid multibyte<->unibyte conversion in | |
| 5978 insert-buffer-subsring by setting both buffers unibyte | |
| 5979 temporarily. | |
| 5980 (tar-copy): Set the buffer unibyte while doing a work. Write | |
| 5981 without code conversion. | |
| 5982 (tar-expunge): Set the buffer unibyte while doing a work. | |
| 5983 (tar-alter-one-field): Likewise. | |
| 5984 (tar-clear-modification-flags): Compare byte position with | |
| 5985 tar-header-offset. | |
| 5986 (tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in | |
| 5987 insert-buffer-subsring by setting both buffers unibyte | |
| 5988 temporarily. Pay attention to multibyteness while updating the | |
| 5989 descriptor-line. | |
| 5990 (tar-mode-write-file): Write without code conversion. | |
| 5991 | |
| 5992 1998-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
| 5993 | |
| 5994 * nngateway.el: Require cl. | |
| 5995 | |
| 5996 1998-11-15 Dave Love <fx@gnu.org> | |
| 5997 | |
| 5998 * progmodes/fortran.el: Fix previous change: | |
| 5999 (fortran-end-prog-re1): Changed. | |
| 6000 (fortran-check-end-prog-re): New function. | |
| 6001 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use it. | |
| 6002 | |
| 6003 1998-11-13 Tom Breton <tob@world.std.com> | |
| 6004 | |
| 6005 * autoinsert.el (auto-insert-alist): Don't assume *.el is part of | |
| 6006 GNU Emacs. | |
| 6007 | |
| 6008 1998-11-13 Carsten Dominik <cd@delysid.gnu.org> | |
| 6009 | |
| 6010 * textmodes/reftex.el: (reftex-finding-files): Group documentation | |
| 6011 fixed. | |
| 6012 (reftex-toc-toggle-file-boundary, | |
| 6013 reftex-toc-toggle-labels, | |
| 6014 reftex-toc-toggle-context,reftex-find-start-point): New functions. | |
| 6015 (reftex-toc-include-labels, reftex-toc-include-context, | |
| 6016 reftex-toc-include-file-boundaries, | |
| 6017 reftex-toc-keep-other-windows): New options. | |
| 6018 (reftex-use-text-after-label-as-context): Option removed. | |
| 6019 (reftex-extract-bib-entries): Protect use in non-latex | |
| 6020 buffers. | |
| 6021 (reftex-toc-visit-location): Renamed from | |
| 6022 `reftex-toc-visit-line'. | |
| 6023 (reftex-latin1-to-ascii): Works now with and without Mule. | |
| 6024 (reftex-truncate): Removed special stuff for Emacs 20.2. | |
| 6025 (reftex-get-offset): Made more general. | |
| 6026 (reftex-show-label-location): Renamed from | |
| 6027 `reftex-select-label-callback'. | |
| 6028 (reftex-pop-to-label): Function removed (using | |
| 6029 `reftex-show-label-location' instead. | |
| 6030 (reftex-insert-docstruct): Renamed from | |
| 6031 `reftex-make-and-insert-label-list'. Function args changed. | |
| 6032 (reftex-toc): Now uses `reftex-insert-docstruct' and | |
| 6033 `reftex-find-start-point'. | |
| 6034 (reftex-select-item): Use `reftex-find-start-point'. | |
| 6035 (reftex-toc-visit-line): Can display labels and file | |
| 6036 boundaries. | |
| 6037 (reftex-TeX-master-file): `(TeX-master-file)' protected. | |
| 6038 | |
| 6039 1998-11-12 Sam Steingold <sds@goems.com> | |
| 6040 | |
| 6041 * browse-url.el (browse-url): Handle the case when | |
| 6042 `browse-url-browser-function' is a lambda list. | |
| 6043 | |
| 6044 1998-11-12 Eli Zaretskii <eliz@mescaline.gnu.org> | |
| 6045 | |
| 6046 * loadup.el (buffer-undo-list): For ms-dos, use fns.el without the | |
| 6047 version string. | |
| 6048 * loadhist.el (symbol-file): Likewise | |
| 6049 | |
| 6050 1998-11-11 Richard Sharman <Richard_Sharman@Mitel.COM> | |
| 6051 | |
| 6052 * ediff-init.el (ediff-even-diff-face-A): Fix stipple spelling. | |
| 6053 | |
| 6054 1998-11-11 Sam Steingold <sds@goems.com> | |
| 6055 | |
| 6056 * inf-lisp.el (switch-to-lisp): If no inferior lisp present, call | |
| 6057 `run-lisp' instead of signalling an error. | |
| 6058 | |
| 6059 1998-11-11 Karl Heuer <kwzh@gnu.org> | |
| 6060 | |
| 6061 * desktop.el (desktop-save, desktop-create-buffer): Undo 10-22 change. | |
| 6062 | |
| 6063 1998-11-11 Richard Stallman <rms@gnu.org> | |
| 6064 | |
| 6065 * vc-hooks.el (vc-toggle-read-only): Doc fix. | |
| 6066 | |
| 6067 1998-11-11 Per Starback <starback@update.uu.se> | |
| 6068 | |
| 6069 * ispell.el: (ispell-dictionary-alist-2): Removed svenska, | |
| 6070 renamed svenska8 to svenska, and fixed and extended CASECHARS | |
| 6071 for it. | |
| 6072 | |
| 6073 1998-11-11 Andrew Innes <andrewi@delysid.gnu.org> | |
| 6074 | |
| 6075 * ps-print.el (ps-print-prologue-1): Only use old LandscapeMode | |
| 6076 handling if setpagedevice is not available. | |
| 6077 (ps-begin-file): Fix typo. | |
| 6078 | |
| 6079 1998-11-11 Kenichi Handa <handa@etl.go.jp> | |
| 6080 | |
| 6081 * international/mule-util.el (compose-chars-component): Signal | |
| 6082 error if CH is a rule-based composition character. | |
| 6083 (compose-chars): Signal error if an already compsed character is | |
| 6084 going to be composed by rule-base. | |
| 6085 | |
| 6086 * term/x-win.el: If a resolved ASCII font name doesn't conform to | |
| 6087 full XLFD, don't try to get information of WEIGHT and SLANT from | |
| 6088 that font name. | |
| 6089 | |
| 6090 1998-11-10 Andrew Innes <andrewi@harlequin.co.uk> | |
| 6091 | |
| 6092 * dos-w32.el (set-default-process-coding-system): Use function on | |
| 6093 before-init-hook to set default-process-coding-system based on | |
| 6094 enable-multibyte-characters. | |
| 6095 | |
| 6096 * term/w32-win.el ([language-change]): For now ignore | |
| 6097 keyboard language-change events. | |
| 6098 | |
| 6099 1998-11-10 Eli Zaretskii <eliz@delysid.gnu.org> | |
| 6100 | |
| 6101 * ediff-util.el (ediff-make-temp-file): Run the prefix through | |
| 6102 convert-standard-file-name, but leave the results of | |
| 6103 make-temp-name unaltered. For MS-DOS, truncate the prefix to 2 | |
| 6104 characters if the original name already exists, or has a special | |
| 6105 handler. | |
| 6106 | |
| 6107 1998-11-10 Karl Heuer <kwzh@gnu.org> | |
| 6108 | |
| 6109 * international/iso-insert.el: Delete autoload cookies. | |
| 6110 | |
| 6111 * international/iso-transl.el: Add autoload cookies. | |
| 6112 | |
| 6113 1998-11-10 Richard Stallman <rms@gnu.org> | |
| 6114 | |
| 6115 * ispell.el (ispell-get-coding-system): Default to iso-latin-1. | |
| 6116 (ispell-process-line): Don't treat multibyte | |
| 6117 | |
| 6118 1998-11-09 Andrew Innes <andrewi@harlequin.co.uk> | |
| 6119 | |
| 6120 * ps-print.el (ps-print-prologue-1): In BeginDoc procedure, call | |
| 6121 setpagedevice to specify the page size if setpagedevice is | |
| 6122 available. This is necessary to select the correct paper tray on | |
| 6123 Level 2 printers with multiple paper sizes available. | |
| 6124 | |
| 6125 (ps-begin-file): Cope with font names that contain spaces, and | |
| 6126 call BeginDoc in a BeginSetup/EndSetup block. | |
| 6127 | |
| 6128 1998-11-08 Eli Zaretskii <eliz@mescaline.gnu.org> | |
| 6129 | |
| 6130 * loadup.el (buffer-undo-list): Run fns-VERSION.el through | |
| 6131 convert-standard-filename. | |
| 6132 | |
| 6133 * loadhist.el (symbol-file): Run fns-VERSION.el through | |
| 6134 convert-standard-filename. | |
| 6135 | |
| 6136 1998-11-06 Richard Stallman <rms@gnu.org> | |
| 6137 | |
| 6138 * textmodes/texinfmt.el (texinfo-format-scan): | |
| 6139 Detect the case of two @-commands in a row; process just the first. | |
| 6140 (texinfo-append-refill): If line has a @c, insert the @refill | |
| 6141 before it. | |
| 6142 (texinfo-format-refill): Return with point where the @refill was. | |
| 6143 | |
| 6144 * files.el (hack-local-variables): Test local-enable-local-variables. | |
| 6145 (hack-local-variables-prop-line): Likewise. | |
| 6146 (set-auto-mode): Don't test local-enable-local-variables here. | |
| 6147 (enable-local-variables): Doc fix. | |
| 6148 (local-enable-local-variables): Doc fix. | |
| 6149 (normal-mode): Doc fix. | |
| 6150 | |
| 6151 1998-11-06 Karl Heuer <kwzh@gnu.org> | |
| 6152 | |
| 6153 * emacs-lisp/find-func.el (find-variable-noselect): Autoload. | |
| 6154 | |
| 6155 1998-11-06 Richard Sharman <Richard_Sharman@Mitel.COM> | |
| 6156 | |
| 6157 * simple.el (line-number-mode): Doc fix. | |
| 6158 | |
| 6159 1998-11-06 Kenichi Handa <handa@etl.go.jp> | |
| 6160 | |
| 6161 * international/fontset.el (create-fontset-from-fontset-spec): | |
| 6162 Give correct arg to `error'. | |
| 6163 | |
| 6164 1998-11-06 Andreas Schwab <schwab@delysid.gnu.org> | |
| 6165 | |
| 6166 * textmodes/sgml-mode.el (html-mode): Doc fix. | |
| 6167 (sgml-name-8bit-mode): Fix missing format character in message string. | |
| 6168 | |
| 6169 1998-11-05 Karl Heuer <kwzh@gnu.org> | |
| 6170 | |
| 6171 * mail/sendmail.el (sendmail-send-it): Check for failure. | |
| 6172 | |
| 6173 1998-11-05 Richard Stallman <rms@gnu.org> | |
| 6174 | |
| 6175 * man.el (Man-page-header-regexp): Alternate value for Solaris 2.6. | |
| 6176 | |
| 6177 * rect.el (delete-whitespace-rectangle): close-rectangle renamed. | |
| 6178 (close-rectangle): Define as alias. | |
| 6179 | |
| 6180 1998-11-05 Richard M. Heiberger <rmh@fisher.stat.temple.edu> | |
| 6181 | |
| 6182 * textmodes/tex-mode.el (tex-start-shell): Track directory changes. | |
| 6183 | |
| 6184 1998-11-05 Dave Love <fx@gnu.org> | |
| 6185 | |
| 6186 * help.el (describe-variable): Don't quote link to source. | |
| 6187 | |
| 6188 1998-11-04 Richard Stallman <rms@sucrose.ai.mit.edu> | |
| 6189 | |
| 6190 * gud.el (gud-common-init): Use pop-to-buffer. | |
| 6191 (same-window-regexps): Add an element that matches all gud buffers. | |
| 6192 | |
| 6193 1998-11-04 Jason Rumney <jasonr@altavista.net> | |
| 6194 | |
| 6195 * term/w32-win.el (x-get-selection-value): Alias to | |
| 6196 x-cut-buffer-or-selection-value. | |
| 6197 (w32-standard-fontset-spec): New variable. | |
| 6198 (w32-create-initial-fontsets, mouse-set-font): Check whether | |
| 6199 new-fontset is available. | |
| 6200 (w32-use-w32-font-dialog): Enable use of set-variable. | |
| 6201 | |
| 6202 1998-11-04 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
| 6203 | |
| 6204 * vc.el (with-vc-file, edit-vc-file): New macros. | |
| 6205 | |
| 6206 1998-11-04 Kenichi Handa <handa@etl.go.jp> | |
| 6207 | |
| 6208 * international/quail.el (quail-show-guidance-buf): Call | |
| 6209 set-minibuffer-window to set minibuffer window of the current | |
| 6210 frame correctly. | |
| 6211 | |
| 6212 1998-11-03 Theodore Jump <tjump@tertius.com> | |
| 6213 | |
| 6214 * term/w32-win.el: Require fontset. | |
| 6215 | |
| 6216 1998-11-03 Andrew Innes <andrewi@delysid.gnu.org> | |
| 6217 | |
| 6218 * faces.el (set-face-font): Call resolve-fontset-name on w32. | |
| 6219 (set-face-font-auto): Ditto. | |
| 6220 | |
| 6221 1998-11-03 Andreas Schwab <schwab@delysid.gnu.org> | |
| 6222 | |
| 6223 * mouse.el (mouse-drag-region): Fix typo. | |
| 6224 | |
| 6225 1998-11-02 Dave Love <fx@gnu.org> | |
| 6226 | |
| 6227 * progmodes/fortran.el Fix for fontification of strings lost somehow: | |
| 6228 (fortran-fontify-string): New function. | |
| 6229 (fortran-font-lock-keywords-1): Use it. | |
| 6230 | |
| 6231 1998-11-02 Markus Rost <rost@delysid.gnu.org> | |
| 6232 | |
| 6233 * comint.el (comint-file-name-quote-list): Doc fix. | |
| 6234 | |
| 6235 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 6236 | |
| 6237 * loadup.el (buffer-undo-list): Write fns-VERSION.el into | |
| 6238 build directory, not source directory. | |
| 6239 | |
| 6240 * mouse.el (mouse-drag-region): Fake up a mouse-motion event | |
| 6241 if we did not get one for the final move. | |
| 6242 | |
| 6243 1998-11-01 Dave Love <fx@gnu.org> | |
| 6244 | |
| 6245 * goto-addr.el (goto-address-at-point, goto-address-at-mouse): | |
| 6246 Don't funcall browse-url-browser-function. | |
| 6247 | |
| 6248 * gnus/gnus-art.el (gnus-button-embedded-url, gnus-button-url): | |
| 6249 Don't funcall browse-url-browser-function. | |
| 6250 | |
| 6251 * fortran.el (fortran-end-prog-re1): Fix the regexp. | |
| 6252 | |
| 6253 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 6254 | |
| 6255 * files.el (revert-buffer): Doc fix. | |
| 6256 | |
| 6257 1998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 6258 | |
| 6259 * textmodes/tex-mode.el (tex-start-options-string): | |
| 6260 Quote the backslashes with more backslashes. | |
| 6261 | |
| 6262 1998-10-31 Dave Love <fx@gnu.org> | |
| 6263 | |
| 6264 * webjump.el (webjump-sample-sites): Fix Lisp archive site. | |
| 6265 (webjump): Don't funcall browse-url-browser-function. | |
| 6266 | |
| 6267 1998-10-30 Kenichi Handa <handa@etl.go.jp> | |
| 6268 | |
| 6269 * international/quail.el (quail-start-translation): Handle | |
| 6270 switching of the frame in read-key-sequence. | |
| 6271 (quail-start-conversion): Likewise. | |
| 6272 (quail-show-guidance-buf): Detach quail-guidance-buf from any | |
| 6273 windows before setting an appropriate window for it. | |
| 6274 (quail-hide-guidance-buf): Use window-minibuffer-p. Set | |
| 6275 quail-guidance-win to nil. | |
| 6276 (quail-update-guidance): If quail-guidance-buf is not in the | |
| 6277 selected frame, call quail-show-guidance-buf again. | |
| 6278 | |
| 6279 1998-10-30 Espen Skoglund <espensk@stud.cs.uit.no> | |
| 6280 | |
| 6281 * progmodes/pascal.el (pascal-mode): | |
| 6282 `blink-matching-paren-dont-ignore-comments' set to t. | |
| 6283 | |
| 6284 1998-10-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
| 6285 | |
| 6286 * calendar/cal-menu.el (cal-menu-update): Fix menu wording. | |
| 6287 | |
| 6288 1998-10-30 Dave Love <fx@gnu.org> | |
| 6289 | |
| 6290 * vc.el (vc-backend-merge-news): Check for "P" output. | |
| 6291 | |
| 6292 * help.el (describe-variable): Hyperlink the definition. | |
| 6293 | |
| 6294 1998-10-30 Andreas Schwab <schwab@delysid.gnu.org> | |
| 6295 | |
| 6296 * progmodes/sh-script.el (sh-canonicalize-shell): Fix regexp. | |
| 6297 (sh-set-shell): Likewise. | |
| 6298 | |
| 6299 * gnus/nnweb.el: Don't require 'w3 and 'url unprotected. | |
| 6300 | |
| 6301 * emacs-lisp/edebug.el (edebug-initial-mode): Fix customize type. | |
| 6302 (edebug-on-error): Fix customize type to match that of | |
| 6303 debug-on-error. | |
| 6304 | |
| 6305 * emacs-lisp/eldoc.el (eldoc-argument-case): Fix customize type. | |
| 6306 | |
| 6307 * emacs-lisp/lisp-mnt.el (lm-report-bug): Use | |
| 6308 report-emacs-bug-address instead of undefined bug-gnu-emacs. | |
| 6309 | |
| 6310 * international/mule-cmds.el (select-message-coding-system): Doc | |
| 6311 fix. | |
| 6312 | |
| 6313 * international/mule-diag.el (describe-coding-system): Describe | |
| 6314 all flags. | |
| 6315 | |
| 6316 * mail/sendmail.el (sendmail-coding-system, | |
| 6317 default-sendmail-coding-system): Doc fix. | |
| 6318 | |
| 6319 * simple.el (shell-command-on-region): Doc fix. | |
| 6320 | |
| 6321 * loadup.el: Write fns-*.el in current directory instead of | |
| 6322 data-directory since no installation directory exists yet. Mark | |
| 6323 buffer unmodified afterwards. | |
| 6324 | |
| 6325 * loadhist.el (symbol-file): Load fns-*.el from exec-directory | |
| 6326 instead of data-directory since it is architecture dependent. | |
| 6327 (load-history-loaded): Update doc string. | |
| 6328 | |
| 6329 1998-10-29 Geoff Voelker <voelker@cs.washington.edu> | |
| 6330 | |
| 6331 * ange-ftp.el (ange-ftp-canonicalize-filename): Do not use a UNC | |
| 6332 path as a default directory when canonicalizing names. | |
| 6333 | |
| 6334 * w32-fns.el: Remove a dangling reference to a directory on the | |
| 6335 build machine. | |
| 6336 | |
| 6337 1998-10-27 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 6338 | |
| 6339 * progmodes/tcl-mode.el (tcl-font-lock-keywords): Added itcl and | |
| 6340 namespace related keywords such as `class', `body', `private', | |
| 6341 `variable', `namespace eval', etc. | |
| 6342 (tcl-imenu-generic-expression): Handle itcl body and class definitions. | |
| 6343 (tcl-mode): Added ":" as a word constituent to the syntax-alist of | |
| 6344 imenu and font-lock so that searches for \sw would find words | |
| 6345 containing colons. | |
| 6346 | |
| 6347 * progmodes/etags.el (initialize-new-tags-table): | |
| 6348 Do not alter find-tag-marker-ring and tags-location-ring. | |
| 6349 | |
| 6350 1998-10-27 Geoff Voelker <voelker@cs.washington.edu> | |
| 6351 | |
| 6352 * term/w32-win.el: Require fontset. | |
| 6353 (w32-init-fontsets): New function (code from x-win.el). | |
| 6354 | |
| 6355 1998-10-26 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
| 6356 | |
| 6357 * cal-x.el (diary-frame-parameters, calendar-frame-parameters, | |
| 6358 calendar-and-diary-frame-parameters): Add title parameter. | |
| 6359 | |
| 6360 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 6361 | |
| 6362 * completion.el (dynamic-completion-mode): New function to enable | |
| 6363 the mode. (Just loading the file now does not change anything.) | |
| 6364 | |
| 6365 1998-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
| 6366 | |
| 6367 * ps-print.el: User option for multibyte buffer handling and doc fix. | |
| 6368 (ps-multibyte-buffer): New user option. | |
| 6369 (ps-setup): Print new user option. | |
| 6370 (ps-print-quote): New fun. | |
| 6371 (ps-color-p, ps-mule-font-info-database-latin): New var. | |
| 6372 (ps-default-color, ps-mule-font-info-database) | |
| 6373 (ps-mule-font-info-database-ps-bdf): Adjust initialization. | |
| 6374 (ps-mule-get-font-spec, ps-mule-begin, ps-begin-file) | |
| 6375 (ps-plot-with-face, ps-generate-postscript-with-faces, ps-generate): | |
| 6376 Little code improvement. | |
| 6377 (ps-mule-initialize): Initialize ps-mule-font-info-database. | |
| 6378 (ps-print-prologue-header, ps-font-family, ps-font-size) | |
| 6379 (ps-header-font-family, ps-header-font-size, ps-header-title-font-size) | |
| 6380 (ps-build-face-reference, ps-mule-font-info-database-bdf) | |
| 6381 (ps-mule-external-libraries, ps-mule-init-external-library) | |
| 6382 (ps-mule-prepare-font, ps-mule-find-wrappoint, ps-mule-plot-string): | |
| 6383 Doc fix. | |
| 6384 (ps-print-version): New version number (4.1.1) and doc fix. | |
| 6385 (ps-print-prologue-header): New user option. | |
| 6386 (ps-color-values, ps-xemacs-face-kind-p, ps-mapper, ps-extent-sorter): | |
| 6387 Conditional compilation for GNU Emacs and emacsens. | |
| 6388 (ps-generate-postscript-with-faces): Skip invisible text better. | |
| 6389 (ps-setup): Print new user option. | |
| 6390 (ps-print-preprint): Check if input file name exists and is unwritable. | |
| 6391 (ps-begin-file): Adjust PostScript prologue header for duplex printers | |
| 6392 and insert user PostScript prologue header comments. | |
| 6393 (ps-mule-encode-bit, ps-mule-string-ascii, ps-mule-string-encoding): | |
| 6394 New funs. | |
| 6395 (dos-ps-printer, lazy-lock-fontify-buffer): Eliminated. | |
| 6396 (ps-mule-prologue, ps-mule-cmpchar-prologue, ps-mule-bitmap-prologue): | |
| 6397 PostScript programming normalization. | |
| 6398 (ps-mule-encode-7bit, ps-mule-encode-8bit, ps-mule-generate-font) | |
| 6399 (ps-mule-generate-glyphs, ps-mule-prepare-font, ps-mule-plot-string) | |
| 6400 (ps-mule-skip-same-charset, ps-mule-plot-rule-cmpchar) | |
| 6401 (ps-mule-plot-cmpchar, ps-mule-prepare-cmpchar-font) | |
| 6402 (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool): | |
| 6403 Programming style normalization. | |
| 6404 | |
| 6405 1998-10-26 Kenichi Handa <handa@etl.go.jp> | |
| 6406 | |
| 6407 * ps-print.el: To make it work also on Emacs 20.2 and the earlier | |
| 6408 version, check the value of mule-version. | |
| 6409 | |
| 6410 * international/mule-util.el (compose-region): Insert then delete | |
| 6411 to preserve markers. | |
| 6412 (decompose-region): Use search-forward for efficiency. | |
| 6413 | |
| 6414 * language/chinese.el (pre-write-encode-hz): Cancel previous | |
| 6415 change, use generate-new-buffer instead of get-buffer-create. | |
| 6416 * language/devan-util.el | |
| 6417 (in-is13194-devanagari-pre-write-conversion): Likewise. | |
| 6418 * language/thai-util.el (thai-pre-write-conversion): Likewise. | |
| 6419 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise. | |
| 6420 * language/viet-util.el (viqr-pre-write-conversion): Likewise. | |
| 6421 | |
| 6422 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 6423 | |
| 6424 * mail/rmailsum.el (rmail-message-subject-p): | |
| 6425 Handle message whose header has not been reformatted. | |
| 6426 | |
| 6427 * desktop.el (desktop-buffer-dired): Use dired-maybe-insert-subdir. | |
| 6428 | |
| 6429 1998-10-25 Jason Rumney <jasonr@altavista.net> | |
| 6430 | |
| 6431 * term/w32-win.el (w32-use-w32-font-dialog, w32-fixed-font-alist): | |
| 6432 New variables. | |
| 6433 (mouse-set-font): Use font menus instead of dialog according to | |
| 6434 w32-use-w32-font-dialog. | |
| 6435 | |
| 6436 1998-10-21 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
| 6437 | |
| 6438 * calendar/calendar.el (calendar-day-name-array): Add doc string | |
| 6439 correctly! | |
| 6440 (calendar-month-name-array): Add doc string correctly! | |
| 6441 | |
| 6442 1998-10-21 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 6443 | |
| 6444 * net-utils.el (whois-get-tld): Rewrite not to use `do'. | |
| 6445 | |
| 6446 1998-10-21 Markus Rost <rost@delysid.gnu.org> | |
| 6447 | |
| 6448 * lisp/info.el (Info-next-menu-item): Stay on top of node. | |
| 6449 | |
| 6450 * mail/rmailout.el (rmail-output): Insert newline only if necessary. | |
| 6451 | |
| 6452 * mail/rmail.el (rmail-get-new-mail): Delete garbage in any case. | |
| 6453 | |
| 6454 * menu-bar.el (menu-bar-options-menu): Add option for truncate-lines. | |
| 6455 | |
| 6456 1998-10-21 Andreas Schwab <schwab@delysid.gnu.org> | |
| 6457 | |
| 6458 * emacs-lisp/cl-specs.el (function-form): Fix spec for "function*". | |
| 6459 | |
| 6460 1998-10-21 Karl Heuer <kwzh@gnu.org> | |
| 6461 | |
| 6462 * emacs-lisp/profile.el (profile-timer-program): Var deleted. | |
| 6463 (profile-timer-process, profile-temp-result-, profile-time): Likewise. | |
| 6464 (profile-filter, profile-reset-timer): Functions deleted. | |
| 6465 (profile-check-zero-init-times, profile-get-time): Likewise. | |
| 6466 (profile-find-function, profile-quit): Likewise. | |
| 6467 (profile-distinct, profile-call-stack, profile-last-time): New vars. | |
| 6468 (profile-time-list, profile-init-list): Doc fix. | |
| 6469 (profile-functions): Simplify. | |
| 6470 (profile-print): Use float. Make output include space separators. | |
| 6471 (profile-add-time): New helper function. | |
| 6472 (profile-function-prolog): Renamed from profile-start-function. | |
| 6473 Handle profile-distinct. | |
| 6474 (profile-function-epilog): Renamed from profile-update-function. | |
| 6475 Handle profile-distinct. | |
| 6476 (profile-a-function): If the function to be profiled is an | |
| 6477 autoload form, load it. If it's lazy-loaded, fetch it. | |
| 6478 (profile-fix-fun): Simplify profiling wrapper, and unwind-protect it. | |
| 6479 (profile-restore-fun): Arg FUN is now a function symbol, as was | |
| 6480 documented, rather than a one-element list. | |
| 6481 (profile-finish): Call profile-restore-fun properly. | |
| 6482 | |
| 6483 1998-10-21 Kenichi Handa <handa@etl.go.jp> | |
| 6484 | |
| 6485 * international/characters.el: Setup charset property | |
| 6486 nospace-between-words. | |
| 6487 | |
| 6488 * international/mule-cmds.el (get-charset-property): If CHARSET is | |
| 6489 composition, return nil. | |
| 6490 (put-charset-property): If CHARSET is composition, do nothing. | |
| 6491 | |
| 6492 * language/chinese.el (pre-write-encode-hz): Use with-temp-buffer. | |
| 6493 * language/devan-util.el | |
| 6494 (in-is13194-devanagari-pre-write-conversion): Likewise. | |
| 6495 * language/thai-util.el (thai-pre-write-conversion): Likewise. | |
| 6496 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise. | |
| 6497 * language/viet-util.el (viqr-pre-write-conversion): Likewise. | |
| 6498 | |
| 6499 * textmodes/fill.el (sentence-end-without-period): New variable. | |
| 6500 (canonically-space-region): Pay attention to | |
| 6501 sentence-end-without-period. | |
| 6502 (fill-find-break-point): The first argument CHARSET deleted. | |
| 6503 Caller changed. | |
| 6504 (fill-region-as-paragraph): Pay attention to charset property | |
| 6505 nospace-between-words and text property nospace-between-words. | |
| 6506 | |
| 6507 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 6508 | |
| 6509 * progmodes/sh-script.el (sh-font-lock-keywords): Don't crash for | |
| 6510 an unrecognized shell. | |
| 6511 | |
| 6512 1998-10-20 Thien-Thi Nguyen <ttn@delysid.gnu.org> | |
| 6513 | |
| 6514 * desktop.el (desktop-save): Include minor modes symbolically. | |
| 6515 (desktop-create-buffer): Turn on all minor modes in `mim'. | |
| 6516 | |
| 6517 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 6518 | |
| 6519 * progmodes/sh-script.el (sh-mode): Handle .spec and .mspec files. | |
| 6520 (sh-font-lock-keywords): Handle rpm and rpm2. | |
| 6521 (sh-ancestor-alist): Handle rpm. | |
| 6522 | |
| 6523 * files.el (auto-mode-alist): Recognize .rpm files. | |
| 6524 Also .spec and .mspec files. | |
| 6525 | |
| 6526 1998-10-20 Eli Zaretskii <eliz@mescaline.gnu.org> | |
| 6527 | |
| 6528 * faces.el (frame-set-background-mode): Enable the function for | |
| 6529 MSDOS frames. | |
| 6530 | |
| 6531 1998-10-20 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
| 6532 | |
| 6533 * calendar/calendar.el (calendar-day-name-array): Add doc string. | |
| 6534 (calendar-month-name-array): Add doc string. | |
| 6535 | |
| 6536 1998-10-19 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 6537 | |
| 6538 * simple.el (kill-ring-max): Increased to 60. | |
| 6539 | |
| 6540 1998-10-17 Kenichi Handa <handa@etl.go.jp> | |
| 6541 | |
| 6542 * international/characters.el: Setup auto-fill-chars. | |
| 6543 | |
| 6544 * international/kinsoku.el (kinsoku): Check the variable | |
| 6545 enable-kinsoku. | |
| 6546 | |
| 6547 * simple.el (do-auto-fill): Don't check kinsoku-enable here. | |
| 6548 Don't call kinsoku directly, intead call fill-find-break-point. | |
| 6549 | |
| 6550 * textmodes/fill.el: Setup `fill-find-break-point-function' | |
| 6551 property to character sets which require `kinsoku' processing for | |
| 6552 filling. | |
| 6553 (fill-find-break-point): New function. | |
| 6554 (fill-region-as-paragraph): Don't check kinsoku-enable here. | |
| 6555 Don't call kinsoku directly, intead call fill-find-break-point. | |
| 6556 | |
| 6557 1998-10-18 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 6558 | |
| 6559 * faces.el (modify-face-read-string): Return (nil) for "none". | |
| 6560 (modify-face): Don't get error if (nil) is the argument. | |
| 6561 (face-try-color-list): Don't check whether nil is a valid color. | |
| 6562 | |
| 6563 1998-10-17 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 6564 | |
| 6565 * emacs-lisp/bytecomp.el (byte-recompile-directory): | |
| 6566 Print message about each directory, even in batch mode. | |
| 6567 | |
| 6568 * gnus/nntp.el: Require `cl' before using nnoo-declare. | |
| 6569 | |
| 6570 * ps-print.el (ps-mule-chars-in-string): No need to use sref. | |
| 6571 (ps-mule-string-char): No need to use sref. | |
| 6572 (ps-mule-next-index): No need to use sref. | |
| 6573 | |
| 6574 * ange-ftp.el (ange-ftp-waiting-flag): defvar moved. | |
| 6575 | |
| 6576 * files.el (revert-buffer-internal-hook): Add defvar. | |
| 6577 | |
| 6578 * arc-mode.el (archive-mode): Locally set file-precious-flag. | |
| 6579 | |
| 6580 * tar-mode.el (tar-mode): Locally set file-precious-flag. | |
| 6581 | |
| 6582 1998-10-16 Markus Rost <rost@delysid.gnu.org> | |
| 6583 | |
| 6584 * international/mule-cmds.el (default-input-method): Fix custom type. | |
| 6585 | |
| 6586 * net-utils.el (whois-server-list): Fix customization type. | |
| 6587 | |
| 6588 * shell.el (shell-input-autoexpand): Fix customization group. | |
| 6589 | |
| 6590 1998-10-16 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 6591 | |
| 6592 * repeat.el (repeat): Handle keyboard macros properly. | |
| 6593 Handle new prefix arg after self-insert command. | |
| 6594 | |
| 6595 * repeat.el: Don't include cl even at compile time. | |
| 6596 (repeat): Avoid using `loop'. | |
| 6597 | |
| 6598 * simple.el (shell-command-on-region): Doc fix. | |
| 6599 (next-history-element): Special error message if no default. | |
| 6600 | |
| 6601 1998-10-15 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 6602 | |
| 6603 * ps-print.el (ps-print-buffer): Doc fix. | |
| 6604 (ps-despool): Likewise. | |
| 6605 | |
| 6606 * arc-mode.el (arc-mode): Provide arc-mode. | |
| 6607 | |
| 6608 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 6609 | |
| 6610 * ps-print.el (ps-print-buffer): Doc fix. | |
| 6611 | |
| 6612 1998-10-14 Dave Love <fx@gnu.org> | |
| 6613 | |
| 6614 * ange-ftp.el (ange-ftp-read-passwd): Function deleted. | |
| 6615 (ange-ftp-set-passwd): Use read-passwd, not ange-ftp-read-passwd. | |
| 6616 (ange-ftp-get-passwd, ange-ftp-set-account): Likewise. | |
| 6617 | |
| 6618 * progmodes/fortran.el (fortran-mode-map): Change "Join | |
| 6619 Continuation Line" to "Join Line". | |
| 6620 (fortran-font-lock-keywords-1): Add "cycle", "exit". | |
| 6621 | |
| 6622 1998-10-14 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE> | |
| 6623 | |
| 6624 * progmodes/fortran.el (fortran-join-line): Use | |
| 6625 `delete-indentation' instead of issuing an error message if not on | |
| 6626 a continuation line. Provide for joining several lines using | |
| 6627 prefix arg. | |
| 6628 | |
| 6629 1998-10-14 Eli Zaretskii <eliz@mescaline.gnu.org> | |
| 6630 | |
| 6631 * term/pc-win.el (msdos-color-values): New variable. | |
| 6632 (x-color-values): New function, emulates its namesake from | |
| 6633 src/xfns.c. | |
| 6634 (msdos-bg-mode): Add all dark colors to those which return | |
| 6635 "dark". | |
| 6636 | |
| 6637 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 6638 | |
| 6639 * replace.el (keep-lines, flush-lines, how-many): | |
| 6640 Don't ignore case if arg has upper case letters. | |
| 6641 | |
| 6642 1998-10-11 Reto Zimmermann <zimmi@iis.ee.ethz.ch> | |
| 6643 | |
| 6644 * progmodes/vhdl-mode.el | |
| 6645 (vhdl-add-index-menu): reverse order in imenu-generic-expression. | |
| 6646 (vhdl-template-assert, vhdl-block, vhdl-configuration-spec) | |
| 6647 (vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map) | |
| 6648 (vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop) | |
| 6649 (vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo). | |
| 6650 (vhdl-when): Fix indentation problem. | |
| 6651 (vhdl-outer-space): Add "_" to syntax table for expand-abbrev. | |
| 6652 (vhdl-get-port, vhdl-get-generic): Bug fix in template. | |
| 6653 (vhdl-hooked-abbrev): Bug fix in hooked abbrev. | |
| 6654 | |
| 6655 1998-10-13 Geoff Voelker <voelker@cs.washington.edu> | |
| 6656 | |
| 6657 * ls-lisp.el (ls-lisp-use-insert-directory-program): New variable. | |
| 6658 (ls-lisp-insert-directory): Renamed from insert-directory. | |
| 6659 (insert-directory): New function. | |
| 6660 | |
| 6661 1998-10-13 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 6662 | |
| 6663 * simple.el (completion-fixup-function): Variable deleted. | |
| 6664 (completion-setup-function): Delete code for completion-fixup-function. | |
| 6665 * emacs-lisp/lisp.el (lisp-complete-symbol): | |
| 6666 Don't bind completion-fixup-function. | |
| 6667 | |
| 6668 * files.el (find-file-wildcards): New option. | |
| 6669 (find-file-noselect): Handle wild cards, if enabled. | |
| 6670 (file-expand-wildcards): New function. | |
| 6671 | |
| 6672 * simple.el (set-fill-column): Doc fix. | |
| 6673 | |
| 6674 1998-10-13 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 6675 | |
| 6676 * mail/uce.el (uce-reply-to-uce): Bind case-fold-search. | |
| 6677 | |
| 6678 1998-10-13 Andreas Schwab <schwab@mescaline.gnu.org> | |
| 6679 | |
| 6680 * progmodes/hideif.el: (hide-ifdef-env, hif-outside-read-only): | |
| 6681 Move declaration before first use. | |
| 6682 (hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr, | |
| 6683 hif-math, hif-factor): Rename token to hif-token and token-list to | |
| 6684 hif-token-list. | |
| 6685 (hif-token, hif-token-list): Declare them. | |
| 6686 (hif-find-ifdef-block): Return cons of top and bottom point | |
| 6687 instead of setting dynamically bound variables. | |
| 6688 (hide-ifdef-block, show-ifdef-block): Use return value of | |
| 6689 hif-find-ifdef-block. | |
| 6690 | |
| 6691 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 6692 | |
| 6693 * subr.el (read-passwd): Use clear-this-command-keys. | |
| 6694 | |
| 6695 * telnet.el (telnet-initial-filter): Use clear-this-command-keys. | |
| 6696 | |
| 6697 * gnus/pop3.el (pop3-open-server): Bind coding-system-for-read | |
| 6698 and ...-for-write. | |
| 6699 | |
| 6700 1998-10-12 Andrew Innes <andrewi@harlequin.co.uk> | |
| 6701 | |
| 6702 * gnus/nntp.el (nntp-possibly-change-group): Allow for unexpected | |
| 6703 responses to GROUP command, since this may be called from a timer | |
| 6704 with quit inhibited. | |
| 6705 | |
| 6706 1998-10-12 Kenichi Handa <handa@etl.go.jp> | |
| 6707 | |
| 6708 * international/ccl.el (ccl-compile-if): If there's no false-cmds, | |
| 6709 set unconditional-jump to nil. | |
| 6710 (ccl-compile-read-multibyte-character): Return nil. | |
| 6711 (ccl-compile-write-multibyte-character): Likewise. | |
| 6712 (ccl-compile-translate-character): Likewise | |
| 6713 (ccl-compile-map-multiple): Likewise. | |
| 6714 (ccl-compile-map-single): Likewise. | |
| 6715 | |
| 6716 * international/kinsoku.el: Add coding tag. | |
| 6717 (kinsoku-bol): Remove superfluous TAB in a string. | |
| 6718 | |
| 6719 * international/mule-cmds.el (find-coding-systems-for-charsets): | |
| 6720 Delete `composition' (if any) from CHARSETS. | |
| 6721 | |
| 6722 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 6723 | |
| 6724 * international/mule-cmds.el (setup-specified-language-environment): | |
| 6725 Add apropos-inhibit property. | |
| 6726 (describe-specified-language-support): Likewise. | |
| 6727 | |
| 6728 1998-10-11 Kenichi HANDA <handa@etl.go.jp> | |
| 6729 | |
| 6730 * international/mule.el (make-coding-system): Create -with-esc | |
| 6731 variant coding system. | |
| 6732 | |
| 6733 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu> | |
| 6734 | |
| 6735 * progmodes/etags.el (tags-loop-revert-buffers): New variable. | |
| 6736 (next-file): Optionally offer to revert a file's buffer, | |
| 6737 if it has an existing buffer but the file has changed. | |
| 6738 | |
| 6739 * info.el (Info-insert-dir): Detect and report problems | |
| 6740 in input files, such as "No Top node". Return with point | |
| 6741 at the beginning of the text. | |
| 6742 (Info-find-node): Reinsert the code to handle files | |
| 6743 with no tags table; it was deleted by mistake. | |
| 6744 | |
| 6745 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu> | |
| 6746 | |
| 6747 * textmodes/texnfo-upd.el (texinfo-make-menu): Don't let | |
| 6748 texinfo-find-higher-level-node repeatedly find the same node. | |
| 6749 (texinfo-find-higher-level-node): Doc fix. | |
| 6750 | |
| 6751 1998-10-10 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 6752 | |
| 6753 * mail/smtpmail.el (smtpmail-send-data-1): Use encode-coding-string. | |
| 6754 (smtpmail-address-buffer): Add defvar. | |
| 6755 (smtpmail-recipient-address-list, smtpmail-read-point): Likewise. | |
| 6756 | |
| 6757 * mail/feedmail.el (feedmail-queue-runner-is-active): Definition moved. | |
| 6758 | |
| 6759 * ffap.el (ffap-machine-p-local): Fix editing error. | |
| 6760 | |
| 6761 1998-10-09 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 6762 | |
| 6763 * faces.el (frame-set-background-mode): | |
| 6764 Don't do anythung for text-only or MSDOS frame. | |
| 6765 | |
| 6766 1998-10-08 Kenichi Handa <handa@etl.go.jp> | |
| 6767 | |
| 6768 * international/quail.el (quail-defrule): New optional arg APPEND. | |
| 6769 (quail-defrule-internal): Fix bug of handling the argument APPEND. | |
| 6770 | |
| 6771 1998-10-08 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 6772 | |
| 6773 * gnus/pop3.el (pop3-open-server): | |
| 6774 Set process-coding-system-alist around open-network-stream. | |
| 6775 | |
| 6776 1998-10-07 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 6777 | |
| 6778 * files.el (save-buffer): Doc fix. | |
| 6779 | |
| 6780 1998-10-07 Karl Heuer <kwzh@gnu.org> | |
| 6781 | |
| 6782 * emacs-lisp/profile.el (profile-fix-fun): If already profiled, | |
| 6783 return DEF unchanged, not nil. Simplify. | |
| 6784 | |
| 6785 1998-10-06 Geoff Voelker <voelker@cs.washington.edu> | |
| 6786 | |
| 6787 * dos-w32.el (file-name-buffer-file-type-alist): Fix typo in regexp. | |
| 6788 | |
| 6789 1998-10-06 Peter Breton <pbreton@ne.mediaone.net> | |
| 6790 | |
| 6791 * generic.el (generic-mode-with-type): Added hooks for generic-modes. | |
| 6792 | |
| 6793 * net-utils.el (ftp, nslookup): Require comint. | |
| 6794 (network-service-connection): Likewise. | |
| 6795 (whois-server-name): Defaults to whois.arin.net | |
| 6796 (whois-server-list, whois-server-tld, whois-guess-server): New var. | |
| 6797 (whois): Tries to guess the appropriate top-level domain server. | |
| 6798 (whois-get-tld): New function. | |
| 6799 | |
| 6800 * dirtrack.el: Mentioned dirtrack-debug-toggle in the docs. | |
| 6801 (dirtrack-debug-toggle): Added this function. | |
| 6802 | |
| 6803 1998-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
| 6804 | |
| 6805 * files.el (find-file-noselect): Switch to the correct buffer | |
| 6806 before checking find-file-literally, and allow non-nil non-t | |
| 6807 rawfile params. | |
| 6808 | |
| 6809 1998-10-06 Karl Heuer <kwzh@gnu.org> | |
| 6810 | |
| 6811 * midnight.el (clean-buffer-list): Add autoload cookie. | |
| 6812 | |
| 6813 * arc-mode.el (archive-mode-revert): Arg no-auto-save renamed from | |
| 6814 no-autosave. | |
| 6815 * tar-mode.el (tar-mode-revert): Likewise. | |
| 6816 * ediff-util.el (ediff-arrange-auto-save-in-merge-jobs): Renamed | |
| 6817 from ediff-arrange-autosave-in-merge-jobs. Callers changed. | |
| 6818 * gnus/message.el (message-auto-save-directory): Renamed from | |
| 6819 message-autosave-directory. All references changed. | |
| 6820 | |
| 6821 1998-10-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us> | |
| 6822 | |
| 6823 * mail/rmail.el (rmail-retry-failure): Allow blanks in boundary | |
| 6824 string. Expose mime stuff while searching. | |
| 6825 | |
| 6826 1998-10-06 Richard Stallman <rms@gnu.org> | |
| 6827 | |
| 6828 * emacs-lisp/lisp-mode.el (eval-defun): Return the evaluation result. | |
| 6829 | |
| 6830 * replace.el (perform-replace): Position point properly | |
| 6831 before and after the recursive edit of C-r. | |
| 6832 | |
| 6833 * progmodes/etags.el (tags-reset-tags-tables): Properly | |
| 6834 find the markers in the old rings that are being discarded. | |
| 6835 | |
| 6836 1998-10-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 6837 | |
| 6838 * apropos.el (apropos-print): control invalid characters. | |
| 6839 | |
| 6840 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X): | |
| 6841 Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid | |
| 6842 confusing customize. | |
| 6843 | |
| 6844 1998-10-06 Eli Zaretskii <eliz@mescaline.gnu.org> | |
| 6845 | |
| 6846 * generic-x.el (bat-generic-mode): Fix regexps for keywords and | |
| 6847 built-in commands. Add more built-in commands and fix face names. | |
| 6848 | |
| 6849 1998-10-05 Simon Marshall <simon@gnu.org> | |
| 6850 | |
| 6851 * menu-bar.el (menu-bar-tools-menu): Added entry for Speedbar. | |
| 6852 | |
| 6853 1998-10-04 Eric Ludlam <zappo@gnu.org> | |
| 6854 | |
| 6855 * speedbar.el (speedbar-initial-expansion-list-name): Remove | |
| 6856 customization since it is not useful in this case. | |
| 6857 (speedbar-frame-mode): Check if cfx or cfy is a list, and make | |
| 6858 sure it gets evalled to a number. Also verify that set-frame-name | |
| 6859 fn exists before calling it. | |
| 6860 | |
| 6861 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine): | |
| 6862 Protect a `forward-sexp' call which could fail, and improved regex | |
| 6863 for ie, and eg abbreviations. | |
| 6864 | |
| 6865 1998-10-02 Noah Friedman <friedman@splode.com> | |
| 6866 | |
| 6867 * rlogin.el (rlogin-send-Ctrl-C): Use process-send-string, not | |
| 6868 send-string. | |
| 6869 (rlogin-send-Ctrl-D): Here also. | |
| 6870 (rlogin-send-Ctrl-Z): Here also. | |
| 6871 (rlogin-send-Ctrl-backslash): Here also. | |
| 6872 | |
| 6873 1998-10-02 Dave Love <fx@gnu.org> | |
| 6874 | |
| 6875 * outline.el (hide-region-body): Bind | |
| 6876 outline-view-change-hook to nil while making repeated calls to | |
| 6877 outline-flag-region. Run it once at the end. | |
| 6878 (hide-other, hide-sublevels, show-children): Likewise. | |
| 6879 | |
| 6880 * info-look.el: Remove duplicate scheme-mode entry. | |
| 6881 (info-lookup-make-completions): When looking for entries, check | |
| 6882 that `item' isn't null or "Menu". | |
| 6883 | |
| 6884 1998-10-01 Karl Heuer <kwzh@gnu.org> | |
| 6885 | |
| 6886 * net-utils.el: Don't require ffap. | |
| 6887 (net-utils-machine-at-point, net-utils-url-at-point): New functions. | |
| 6888 (ping, nslookup-host, finger, network-connection-to-service): Use them. | |
| 6889 | |
| 6890 1998-09-30 Richard Stallman <rms@gnu.org> | |
| 6891 | |
| 6892 * ispell.el (check-ispell-version): No need to bind default-major-mode. | |
| 6893 | |
| 6894 * imenu.el (imenu--generic-function): Sort each submenu by position. | |
| 6895 (imenu--sort-by-position): New function. | |
| 6896 | |
| 6897 * cus-edit.el (Custom-mode-menu): Fix info node name. | |
| 6898 (customize group): Fix info node name. | |
| 6899 | |
| 6900 * mail/mailalias.el (build-mail-aliases): Don't allow | |
| 6901 a newline in the alias name. Don't define an alias | |
| 6902 if the definition would be empty. | |
| 6903 | |
| 6904 * which-func.el (which-func-mode-global): Make :set function | |
| 6905 more reliable. | |
| 6906 | |
| 6907 * custom.el (custom-set-variables): Load the requests first, | |
| 6908 then check the symbol's `set' function. | |
| 6909 | |
| 6910 * ffap.el: Doc fixes. | |
| 6911 | |
| 6912 1998-09-30 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 6913 | |
| 6914 * gnus.el: (gnus-valid-select-methods): Fix type. | |
| 6915 * gnus-sum.el (gnus-summary-respool-default-method): Fix type. | |
| 6916 * gnus-score.el (gnus-orphan-score): Fix type. | |
| 6917 (gnus-score-default-header, gnus-score-default-type): Fix type. | |
| 6918 * gnus-art.el (gnus-article-x-face-too-ugly): Fix type. | |
| 6919 (gnus-saved-headers): Fix type. | |
| 6920 | |
| 6921 * lisp/textmodes/fill.el (fill-individual-paragraphs-prefix): | |
| 6922 Avoid nil value of `two-lines-citation-part'. | |
| 6923 | |
| 6924 1998-09-30 Roman Belenov <roman@nstl.nnov.ru> | |
| 6925 | |
| 6926 * which-func.el (which-function): Handle case when | |
| 6927 (car imenu--index-alist) is nil. | |
| 6928 | |
| 6929 1998-09-29 Dave Love <fx@gnu.org> | |
| 6930 | |
| 6931 * jka-compr.el (jka-compr-compression-info-list): Remove "-c" from | |
| 6932 bzip2 args. | |
| 6933 | |
| 6934 1998-09-29 Simon Marshall <simon@gnu.org> | |
| 6935 | |
| 6936 * comint.el (comint-mode): Use make-local-hook for pre-command-hook and | |
| 6937 comint-exec-hook. | |
| 6938 | |
| 6939 1998-09-29 Stephen Eglen <stephen@gnu.org> | |
| 6940 | |
| 6941 * info-look.el: Add support for Octave. | |
| 6942 | |
| 6943 1998-09-28 Carsten Dominik <cd@delysid.gnu.org> | |
| 6944 | |
| 6945 * textmodes/reftex.el (reftex-finding-files): New customize group. | |
| 6946 (reftex-texpath-environment-variables, | |
| 6947 reftex-use-external-file-finders, reftex-external-file-finders, | |
| 6948 reftex-search-unrecursed-path-first): New options. | |
| 6949 (reftex-process-string, reftex-find-file-externally): New | |
| 6950 functions. | |
| 6951 (reftex-access-search-path): Execute shell commands to find the | |
| 6952 search path. | |
| 6953 (reftex-toggle-auto-view-crossref): When turning on, make sure | |
| 6954 `reftex-auto-view-crossref' becomes non-nil. | |
| 6955 (reftex-abbrev-regexp): Constant removed. | |
| 6956 (reftex-convert-string): Abbrev regexp calculated locally. | |
| 6957 | |
| 6958 1998-09-28 Dave Love <fx@gnu.org> | |
| 6959 | |
| 6960 * progmodes/fortran.el: Don't call regexp-opt when deriving | |
| 6961 font-lock patterns with keywords that aren't all literal. | |
| 6962 | |
| 6963 1998-09-27 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> | |
| 6964 | |
| 6965 * octave-inf.el (inferior-octave-prompt): Also match prompts of | |
| 6966 the form `octave.bin:1>' which come from using precopiled binary | |
| 6967 versions. | |
| 6968 | |
| 6969 1998-09-27 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 6970 | |
| 6971 * help.el (help-for-help): Use %THIS-KEY%. | |
| 6972 (help-quit): Add doc. | |
| 6973 | |
| 6974 * help-macro.el (make-help-screen): Keep HELP-TEXT | |
| 6975 in a separate function definition, not in the help command FNAME. | |
| 6976 Replace %THIS-KEY% with the key sequence that ran FNAME. | |
| 6977 | |
| 6978 1998-09-25 Richard Stallman <rms@gnu.org> | |
| 6979 | |
| 6980 * textmodes/texinfo.el (texinfo-show-structure): | |
| 6981 Bind inhibit-read-only. | |
| 6982 | |
| 6983 * isearch.el (isearch-search-and-update): Properly | |
| 6984 handle upper case letters in the reverse-search special case. | |
| 6985 | |
| 6986 1998-09-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 6987 | |
| 6988 * gnus.el: Extend the list of autoloaded functions. | |
| 6989 | |
| 6990 * gnus/gnus-start.el (gnus-check-first-time-used): Change current | |
| 6991 buffer before creating help group. (from Gnus v5.6.43, fix by | |
| 6992 1998-08-20 Per Starback <starback@update.uu.se>) | |
| 6993 | |
| 6994 * gnus-util.el (gnus-output-to-rmail): Adjust to | |
| 6995 `rmail-output-to-rmail-file'. | |
| 6996 | |
| 6997 1998-09-25 Karl Heuer <kwzh@gnu.org> | |
| 6998 | |
| 6999 * hexl.el (hexl-mode-map): More of previous change. | |
| 7000 | |
| 7001 * textmodes/tex-mode.el (tex-run-command): Doc fix. | |
| 7002 (tex-start-tex): Don't use tex-start-options-string in star case. | |
| 7003 Quote file name in star case as well as in non-star. | |
| 7004 Add blank and quoting of option string here. | |
| 7005 (tex-start-options-string): Not here. | |
| 7006 | |
| 7007 1998-09-23 Karl Heuer <kwzh@gnu.org> | |
| 7008 | |
| 7009 * term.el (term-delimiter-argument-list): Doc fix. | |
| 7010 (term-emulate-terminal): Escape literal semicolon. | |
| 7011 * progmodes/asm-mode.el (asm-mode): Doc fix. | |
| 7012 (asm-comment-char): Escape literal semicolon. | |
| 7013 * emulation/viper-cmd.el (viper-movement-commands): Likewise. | |
| 7014 | |
| 7015 1998-09-23 Richard Stallman <rms@gnu.org> | |
| 7016 | |
| 7017 * hexl.el (hexl-mode-map): Don't override all ESC bindings, | |
| 7018 only those that normally modify the buffer. | |
| 7019 | |
| 7020 * dabbrev.el (dabbrev--find-expansion): Don't scan the current buffer | |
| 7021 over again. | |
| 7022 | |
| 7023 1998-09-23 E. Jay Berkenbilt <ejb@ql.org> | |
| 7024 | |
| 7025 * ispell.el (check-ispell-version): Ensure same buffer is current | |
| 7026 when let-binding of case-fold-search ends. | |
| 7027 | |
| 7028 1998-09-23 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
| 7029 | |
| 7030 * ps-print.el: Skip invisible overlay. | |
| 7031 Test for set-buffer-multibyte rather than using mule-version. | |
| 7032 (ps-print-version): New version number (4.1) and doc fix. | |
| 7033 (ps-generate-postscript-with-faces): Skip invisible overlay. | |
| 7034 | |
| 7035 1998-09-23 Fritz Knabe <knabe@cs.virginia.edu> | |
| 7036 | |
| 7037 * mail/mh-mime.el (mh-mhn-compose-insertion): Use quotes. | |
| 7038 | |
| 7039 1998-09-22 Kenichi Handa <handa@etl.go.jp> | |
| 7040 | |
| 7041 * international/quail.el (quail-update-guidance): Check for the | |
| 7042 return value of (quail-guidance) fixed. | |
| 7043 (quail-update-translation): Bind quail-current-str locally when it | |
| 7044 calls quail-update-guidance. | |
| 7045 (quail-update-translation): If input-method-exit-on-first-char is | |
| 7046 non-nil, terminate translation only when the current input method | |
| 7047 is simple. | |
| 7048 | |
| 7049 1998-09-22 Paul Eggert <eggert@twinsun.com> | |
| 7050 | |
| 7051 * startup.el (locale-translation-file-name): Prefer X-related names | |
| 7052 to the name used by GNU/Linux sans X. Set to nil if no file found. | |
| 7053 (command-line): Use locale-translation-file-name if it is not nil, | |
| 7054 instead of testing for its existence again. | |
| 7055 regexp-quote the ctype before using it in a regexp. | |
| 7056 Allow a colon to appear after the ctype in the aliases file, | |
| 7057 as is done in X11R6.4. | |
| 7058 | |
| 7059 1998-09-21 Richard Stallman <rms@gnu.org> | |
| 7060 | |
| 7061 * mail/rmail.el (rmail-resend): Work properly if invoked from summary. | |
| 7062 | |
| 7063 * calendar/appt.el (appt-interval): Variable deleted. | |
| 7064 (appt-check): For minutes in between appt-display-interval times, | |
| 7065 do check, but don't display anything except an updated mode line. | |
| 7066 Count against appt-display-interval based on minutes since | |
| 7067 first display of this appointment, not based on time of day. | |
| 7068 If appt-display-mode-line, force mode line redisplay | |
| 7069 whenever appt-mode-string has changed. | |
| 7070 (appt-add, appt-delete): Add autoload cookies. | |
| 7071 (appt-check): Catch errors from calling `diary'. | |
| 7072 (appt-max-time): Renamed from max-time. | |
| 7073 (appt-now-displayed, appt-display-count): New variables. | |
| 7074 (appt-timer): Don't create one if we already have one. | |
| 7075 | |
| 7076 * textmodes/tex-mode.el (tex-compilation-parse-errors): | |
| 7077 More general code to use the source buffer instead of the zap file. | |
| 7078 | |
| 7079 * hilit-chg.el (highlight-compare-with-file): Renamed from | |
| 7080 compare-with-file. | |
| 7081 | |
| 7082 * loadhist.el (load-history-loaded): New variable. | |
| 7083 (symbol-file): Load etc/fns-VERSION.el if that has not been done. | |
| 7084 | |
| 7085 * loadup.el: Write load-history into etc/fns-VERSION.el, then clear it. | |
| 7086 | |
| 7087 * emacs-lisp/find-func.el (find-function-search-for-symbol): | |
| 7088 Fix error messages. | |
| 7089 | |
| 7090 1998-09-21 Markus Armbruster <armbru@pond.sub.org> | |
| 7091 | |
| 7092 * avoid.el (mouse-avoidance-banish-hook): Don't move unless in an | |
| 7093 Emacs frame. | |
| 7094 | |
| 7095 1998-09-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 7096 | |
| 7097 * mail/rmail.el (rmail-decode-babyl-format): Recognize both | |
| 7098 `undecided' and `undecided-unix'. | |
| 7099 | |
| 7100 1998-09-21 Dave Love <fx@gnu.org> | |
| 7101 | |
| 7102 * help.el (help-make-xrefs): Fix typo affecting Info references. | |
| 7103 | |
| 7104 * subr.el (remove-hook): Check list values to avoid errors. | |
| 7105 | |
| 7106 1998-09-18 Noah Friedman <friedman@splode.com> | |
| 7107 | |
| 7108 * emacs-lisp/eldoc.el (eldoc-message): Check for 1-arg case, and | |
| 7109 store string in eldoc-last-message without consing a new string. | |
| 7110 Rearrange logic from nested if's into cond's. | |
| 7111 (eldoc-print-fnsym-args): Renamed to eldoc-get-fnsym-args-string. | |
| 7112 Do not print message; just return string. | |
| 7113 (eldoc-get-var-docstring): Renamed from eldoc-print-var-docstring. | |
| 7114 Do not print message; just return string. | |
| 7115 Cache that string in eldoc-last-data. | |
| 7116 (eldoc-last-data): Make into a vector. | |
| 7117 (eldoc-get-fnsym-args-string): Use new data form of structure. | |
| 7118 (eldoc-get-var-docstring): Here also. | |
| 7119 (eldoc-last-data-store): New function. | |
| 7120 (eldoc-get-fnsym-args-string): Use it. | |
| 7121 (eldoc-get-var-docstring): Here also. | |
| 7122 (eldoc-docstring-first-line): Minimize interim string consing. | |
| 7123 Call substitute-command-keys on the result. | |
| 7124 (eldoc-print-var-docstrings, eldoc-print-docstring, | |
| 7125 eldoc-docstring-message): Functions removed. | |
| 7126 (eldoc-docstring-format-sym-doc): New function, functionality | |
| 7127 ripped out of eldoc-docstring-message. | |
| 7128 (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it. | |
| 7129 | |
| 7130 1998-09-18 Kenichi Handa <handa@etl.go.jp> | |
| 7131 | |
| 7132 * international/mule.el (make-coding-system): Doc-string modified. | |
| 7133 | |
| 7134 1998-09-18 Andreas Schwab <schwab@delysid.gnu.org> | |
| 7135 | |
| 7136 * progmodes/vhdl-mode.el (vhdl-header-file): Fix customize type. | |
| 7137 | |
| 7138 * progmodes/cpp.el (cpp-face-light-list, cpp-face-dark-list): Fix | |
| 7139 customize type. | |
| 7140 | |
| 7141 * progmodes/cperl-mode.el (cperl-lazy-help-time): Fix customize | |
| 7142 type. | |
| 7143 | |
| 7144 * progmodes/compile.el (compilation-error-screen-columns): New | |
| 7145 variable. | |
| 7146 (compilation-next-error-locus): Use it to decide whether to use | |
| 7147 forward-char or move-to-column. | |
| 7148 | |
| 7149 * mail/rmail.el (rmail-movemail-program): Fix customize type. | |
| 7150 | |
| 7151 * mail/feedmail.el (feedmail-x-mailer-line-user-appendage, | |
| 7152 feedmail-fiddle-plex-user-list, | |
| 7153 feedmail-spray-address-fiddle-plex-list, | |
| 7154 feedmail-prompt-before-queue-user-alist, | |
| 7155 feedmail-prompt-before-queue-help-supplement, | |
| 7156 feedmail-queue-reminder-alist, feedmail-queue-default-file-slug, | |
| 7157 feedmail-queue-alternative-mail-header-separator): Fix customize | |
| 7158 type. | |
| 7159 | |
| 7160 * startup.el (site-run-file): Fix customize type. | |
| 7161 | |
| 7162 * speedbar.el (speedbar-initial-expansion-list-name): Fix | |
| 7163 customize type. | |
| 7164 | |
| 7165 * shell.el (shell-input-autoexpand): Fix customize type. | |
| 7166 | |
| 7167 * ps-print.el (ps-font-info-database): Add missing dots in value. | |
| 7168 Improve layout of customize type. | |
| 7169 | |
| 7170 * net-utils.el (traceroute-program-options, ping-program-options, | |
| 7171 ipconfig-program-options, netstat-program-options, | |
| 7172 arp-program-options, route-program-options, | |
| 7173 nslookup-program-options, ftp-program-options): Fix customize | |
| 7174 type. | |
| 7175 | |
| 7176 * midnight.el (clean-buffer-list-kill-regexps, | |
| 7177 clean-buffer-list-kill-buffer-names, | |
| 7178 clean-buffer-list-kill-never-buffer-names, | |
| 7179 clean-buffer-list-kill-never-regexps): Fix customize type. | |
| 7180 | |
| 7181 * man.el (Man-init-defvars): Avoid trailing nil on | |
| 7182 Man-filter-list. | |
| 7183 | |
| 7184 * lpr.el (printer-name): Fix customize type. | |
| 7185 | |
| 7186 1998-09-16 Kenichi Handa <handa@etl.go.jp> | |
| 7187 | |
| 7188 * international/mule-cmds.el (reset-language-environment): Call | |
| 7189 update-coding-systems-internal. | |
| 7190 | |
| 7191 * international/mule-conf.el: Call update-coding-systems-internal | |
| 7192 at the tail. | |
| 7193 | |
| 7194 1998-09-14 Dave Love <fx@gnu.org> | |
| 7195 | |
| 7196 * vc-hooks.el (vc-menu-map): Change the vc-directory label. Don't | |
| 7197 use the menu-enable properties, pending doing it correctly and | |
| 7198 acceptably fast. | |
| 7199 | |
| 7200 * map-ynp.el (map-y-or-n-p): Mention RET, `q' in the help text. | |
| 7201 | |
| 7202 1998-09-13 Dave Love <d.love@dl.ac.uk> | |
| 7203 | |
| 7204 * progmodes/hideshow.el (hs-grok-mode-type): Check | |
| 7205 comment-{start,end} non-nil as well as bound. Report an error if | |
| 7206 we can't grok the mode. | |
| 7207 | |
| 7208 1998-09-13 Richard Stallman <rms@gnu.org> | |
| 7209 | |
| 7210 * simple.el (blink-matching-open): Don't log paren matching | |
| 7211 messages in *Messages*. | |
| 7212 | |
| 7213 1998-09-12 Richard Stallman <rms@gnu.org> | |
| 7214 | |
| 7215 * scroll-bar.el (scroll-bar-scroll-down, scroll-bar-scroll-up): | |
| 7216 Set point-before-scroll at end even if there was an error. | |
| 7217 | |
| 7218 * ange-ftp.el (ange-ftp-insert-file-contents): | |
| 7219 Use binary mode for dumb-unix hosts as for unix hosts. | |
| 7220 (ange-ftp-copy-file-internal): Likewise. | |
| 7221 | |
| 7222 * textmodes/paragraphs.el (use-hard-newlines): Doc fix. | |
| 7223 | |
| 7224 * emacs-lisp/pp.el: Doc fixes. | |
| 7225 | |
| 7226 * wid-edit.el (widget-menu-max-shortcuts): New variable. | |
| 7227 (widget-choose): Don't use single-char shortcuts if # items | |
| 7228 exceeds that many. Use minibuffer instead. | |
| 7229 | |
| 7230 1998-09-12 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
| 7231 | |
| 7232 * calendar/diary-lib.el (mark-sexp-diary-entries): Fix previous chg. | |
| 7233 | |
| 7234 1998-09-12 Eric Ludlam <zappo@mescaline.gnu.org> | |
| 7235 | |
| 7236 * speedbar.el (speedbar-frame-mode): Do not set frame position if | |
| 7237 in terminal mode. | |
| 7238 | |
| 7239 1998-09-10 Noah Friedman <friedman@splode.com> | |
| 7240 | |
| 7241 * rsz-mini.el (resize-minibuffer-mode): remove :version field from | |
| 7242 defcustom declaration. It's wreaking too much havoc with XEmacs | |
| 7243 and older versions of Emacs, which share this code. | |
| 7244 | |
| 7245 * type-break.el (type-break-mode): Here also. | |
| 7246 | |
| 7247 * rlogin.el (rlogin): If using make-local-hook, pass the 4th arg | |
| 7248 `t' to add-hook also to modify the new local value. | |
| 7249 | |
| 7250 1998-09-10 Dave Love <fx@gnu.org> | |
| 7251 | |
| 7252 * vc.el (vc-insert-headers): Doc fix. | |
| 7253 | |
| 7254 1998-09-10 Richard Stallman <rms@gnu.org> | |
| 7255 | |
| 7256 * textmodes/flyspell.el (flyspell-mode-on): Make the | |
| 7257 ispell-... variables permanent locals. | |
| 7258 (flyspell-mode-off): Add autoload cookie. | |
| 7259 | |
| 7260 * ange-ftp.el (ange-ftp-write-region): For `dumb-unix' host, | |
| 7261 do use binary mode, just as for `unix'. | |
| 7262 (ange-ftp-host-type): If HOST is nil, return `unix'. | |
| 7263 | |
| 7264 * dired.el (dired-mark-files-containing-regexp): | |
| 7265 Don't scan directories. Ignore non-readable files. | |
| 7266 | |
| 7267 * progmodes/compile.el (compilation-error-regexp-alist): | |
| 7268 Fix previous change: allow . and _ in command name. | |
| 7269 | |
| 7270 * dired.el (dired-mark-files-containing-regexp): Fix previous change. | |
| 7271 | |
| 7272 * uncompress.el (uncompress-while-visiting): | |
| 7273 Use just the car of what find-operation-coding-system returns. | |
| 7274 | |
| 7275 * textmodes/tex-mode.el (tex-start-tex): Call comint-quote-filename. | |
| 7276 | |
| 7277 * shell.el (shell-file-name-quote-list): Add # to the value. | |
| 7278 | |
| 7279 1998-09-10 E. Jay Berkenbilt <ejb@ql.org> | |
| 7280 | |
| 7281 * textmodes/flyspell.el (flyspell-mode-on): fix kill-buffer-hook | |
| 7282 to make killing of ispell process work even if | |
| 7283 kill-all-local-variables has been run. | |
| 7284 | |
| 7285 1998-09-10 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
| 7286 | |
| 7287 * calendar/diary-lib.el (mark-sexp-diary-entries): Avoid infinite | |
| 7288 loop when sexp entry ends at end of file with no newline. | |
| 7289 | |
| 7290 1998-09-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 7291 | |
| 7292 * cus-edit.el (Custom-save, Custom-reset-current, Custom-reset-saved) | |
| 7293 (Custom-reset-standard): Fix menu inconsistency. | |
| 7294 | |
| 7295 * mail/feedmail.el (feedmail-from-line): Allow t. | |
| 7296 (feedmail-message-id-suffix): Allow nil. | |
| 7297 | |
| 7298 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): | |
| 7299 Simplify. Make prefix arg work right. | |
| 7300 | |
| 7301 1998-09-09 Dave Love <fx@gnu.org> | |
| 7302 | |
| 7303 * textmodes/paragraphs.el (use-hard-newlines): Doc fix. | |
| 7304 | |
| 7305 * help.el (help-xref-interned): Bind inhibit-read-only when inserting. | |
| 7306 | |
| 7307 1998-09-08 Dave Love <fx@gnu.org> | |
| 7308 | |
| 7309 * add-log.el (change-log-font-lock-keywords): Do parenthesized | |
| 7310 stuff only after file names or at start of line. Allow parens | |
| 7311 around e-mail, as well as angles. | |
| 7312 | |
| 7313 * gnus/nnweb.el (require): Wrap requirement of w3 and url in | |
| 7314 ignore-errors too, eval'd when compile. Require w3 stuff at load | |
| 7315 time for nicer failure if it's not available. | |
| 7316 | |
| 7317 1998-09-07 Geoff Voelker <voelker@cs.washington.edu> | |
| 7318 | |
| 7319 * comint.el (comint-arguments): Ignore backslashes when using | |
| 7320 w32 shells that expect backslashes as the directory separator. | |
| 7321 | |
| 7322 1998-09-04 Kenichi Handa <handa@etl.go.jp> | |
| 7323 | |
| 7324 * international/fontset.el (resolved-ascii-font): New variable. | |
| 7325 (x-complement-fontset-spec): By side effect, set | |
| 7326 `resolved-ascii-font' to the resolved name of ASCII font." | |
| 7327 (create-fontset-from-fontset-spec): Don't get a value for | |
| 7328 resolved-ascii-font from the list full-fontlist. It is set by | |
| 7329 x-complement-fontset-spec now. | |
| 7330 | |
| 7331 * ps-print.el: To make it work also on Emacs 20.2 and the earlier | |
| 7332 version, check the value of mule-version. | |
| 7333 | |
| 7334 1998-09-07 Carsten Dominik <cd@delysid.gnu.org> | |
| 7335 | |
| 7336 * textmodes/reftex.el (reftex-view-crossref): Split up into | |
| 7337 several functions. No longer moves to find a macro. | |
| 7338 (reftex-view-cr-cite, reftex-view-cr-ref, | |
| 7339 reftex-end-of-bib-entry): New functions. | |
| 7340 (reftex-auto-view-crossref): New value `window' allowed. | |
| 7341 (reftex-view-crossref-when-idle): Process new `window' option in | |
| 7342 (reftex-translate-to-ascii-function): New default. | |
| 7343 (reftex-label-illegal-re): Default changed, removed Latin1. | |
| 7344 (reftex-latin1-to-ascii): New function. | |
| 7345 (reftex-what-environment): Check for section regexp before use. | |
| 7346 (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with | |
| 7347 absolute path names. | |
| 7348 (reftex-TeX-master-file): Changed sequence of file checks. | |
| 7349 (reftex-do-citation): bibview cache only with RefTeX mode on. | |
| 7350 | |
| 7351 1998-09-06 Richard Stallman <rms@gnu.org> | |
| 7352 | |
| 7353 * progmodes/compile.el (compilation-error-regexp-alist): | |
| 7354 In first pattern (GNU utilities and other things), | |
| 7355 allow a space after the optional program name at the beginning. | |
| 7356 | |
| 7357 * mail/mail-hist.el (mail-hist-current-header-contents): | |
| 7358 Fix previous change: use mail-header-end. | |
| 7359 | |
| 7360 1998-09-06 Bill Richter <richter@math.nwu.edu> | |
| 7361 | |
| 7362 * international/ccl.el: Doc fixes. | |
| 7363 * international/encoded-kb.el: Doc fixes. | |
| 7364 * international/fontset.el: Doc fixes. | |
| 7365 * international/kinsoku.el: Doc fixes. | |
| 7366 * international/kkc.el: Doc fixes. | |
| 7367 * international/mule-cmds.el: Doc fixes. | |
| 7368 * international/mule-conf.el: Doc fixes. | |
| 7369 * international/mule-util.el: Doc fixes. | |
| 7370 * international/mule.el: Doc fixes. | |
| 7371 | |
| 7372 1998-09-05 Eric Ludlam <zappo@gnu.org> | |
| 7373 | |
| 7374 * emacs-lisp/checkdoc.el: (checkdoc-buffer-label): New function. | |
| 7375 (checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'. | |
| 7376 (checkdoc-this-string-valid-engine): Permit ? as terminating | |
| 7377 punctuation for first line sentence breaking. | |
| 7378 (checkdoc-this-string-valid): When converting a comment into a doc | |
| 7379 string, make sure " chars are \". | |
| 7380 (checkdoc-sentencespace-region-engine): Only do double space check | |
| 7381 if based on the variable `sentence-end-double-space' | |
| 7382 (checkdoc-this-string-valid-engine): ? ends valid sentence. | |
| 7383 (checkdoc-proper-noun-region-engine): Exclude items in URLs | |
| 7384 | |
| 7385 1998-09-04 Richard Stallman <rms@gnu.org> | |
| 7386 | |
| 7387 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): | |
| 7388 Recognize define-skeleton as a function definer. | |
| 7389 | |
| 7390 * cus-edit.el (customize-option): Refuse to customize | |
| 7391 a variable that has no defcustom. But if variable is autoloaded, | |
| 7392 first try to load the library that defines it. | |
| 7393 | |
| 7394 * international/iso-insert.el: Use `string' before calling `insert' | |
| 7395 so that in multibyte buffers we insert multibyte chars. | |
| 7396 | |
| 7397 * dired.el (dired-mark-files-containing-regexp): | |
| 7398 Don't use find-file; instead, insert the file in a temp buffer. | |
| 7399 | |
| 7400 * textmodes/tex-mode.el (tex-start-options-string): New option. | |
| 7401 (tex-start-tex): Use that variable. | |
| 7402 | |
| 7403 * mail/rmail.el (rmail-primary-inbox-list): Make the initial | |
| 7404 value in the `repeat' alternative a list. | |
| 7405 | |
| 7406 * textmodes/fill.el (fill-individual-paragraphs): Before deleting | |
| 7407 the inserted newline, verify that one was really inserted. | |
| 7408 | |
| 7409 * textmodes/flyspell.el (flyspell-mode): Do nothing if mode | |
| 7410 remains on or remains off. | |
| 7411 (flyspell-multi-language-p): Default changed to nil. | |
| 7412 | |
| 7413 * progmodes/ada-mode.el (ada-search-ignore-string-comment): | |
| 7414 In "found in comment" case, don't beginning-of-line after forward-line. | |
| 7415 | |
| 7416 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): | |
| 7417 If the function definition is not a lambda, return original FORM | |
| 7418 with no error. | |
| 7419 | |
| 7420 1998-09-04 Peter Breton <pbreton@ne.mediaone.net> | |
| 7421 | |
| 7422 * net-utils.el (netstat-program-options): Changed from nil to "-a" | |
| 7423 so that by default netstat shows all network connections. | |
| 7424 | |
| 7425 1998-09-04 Bob Weiner <weiner@altrasoft.com> | |
| 7426 | |
| 7427 * international/quail.el: Doc fixes. | |
| 7428 | |
| 7429 * info.el (info): Don't add parens if FILE already has them. | |
| 7430 | |
| 7431 1998-09-04 Geoff Voelker <voelker@cs.washington.edu> | |
| 7432 | |
| 7433 * mail/smtpmail.el (smtpmail-via-smtp): Parse out the first word | |
| 7434 on extension lines. | |
| 7435 | |
| 7436 1998-09-03 Geoff Voelker <voelker@cs.washington.edu> | |
| 7437 | |
| 7438 * w32-fns.el (w32-shell-dos-semantics): New function. | |
| 7439 | |
| 7440 1998-09-03 Bill Richter <richter@brouwer.math.nwu.edu> | |
| 7441 | |
| 7442 * international/quail.el (quail-choose-completion-string): Store | |
| 7443 completion `choice' in `quail-current-str'; don't insert it. | |
| 7444 | |
| 7445 1998-09-02 Kenichi Handa <handa@etl.go.jp> | |
| 7446 | |
| 7447 * bdf.el (bdf-generate-font): New argument CHARSET. Give WIDTH | |
| 7448 argument to ps-mule-generate-bitmap-font. | |
| 7449 | |
| 7450 * ps-print.el (ps-mule-font-info-database-bdf): The include ASCII | |
| 7451 entry and change Latin-1 entry in the default value. | |
| 7452 (ps-mule-font-info-database-ps-bdf): New variable. | |
| 7453 (ccl-encode-ethio-unicode): Bug of CCL code fixed. | |
| 7454 (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function | |
| 7455 registerd in FONT-SPEC. | |
| 7456 (ps-mule-bitmap-prologue): Fix PostScript code to realize correct | |
| 7457 charcter width of bitmap fonts. | |
| 7458 (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript | |
| 7459 procedure NF. | |
| 7460 (ps-begin-file): Output PostScript code for setting | |
| 7461 SpaceWidthRatio. | |
| 7462 (ps-plot-region): Use line-beginning-position to get a position of | |
| 7463 the beginning of the current line. | |
| 7464 | |
| 7465 * international/mule-cmds.el (register-input-method): Doc-string | |
| 7466 modified. | |
| 7467 | |
| 7468 1998-09-01 Dave Love <fx@gnu.org> | |
| 7469 | |
| 7470 * international/mule-cmds.el (current-language-environment): Fix | |
| 7471 setter function. | |
| 7472 | |
| 7473 1998-09-01 Simon Marshall <simon@gnu.org> | |
| 7474 | |
| 7475 * font-lock.el (tex-font-lock-keywords-2): Fontify \nocite like \cite. | |
| 7476 (lisp-font-lock-keywords-2): Fontify abort, assert, etc., separately. | |
| 7477 ({c,c++,objc,java}-font-lock-keywords-{2,3}): Fontify only type/class | |
| 7478 names with font-lock-type-face. Fontify type specs, etc., with | |
| 7479 font-lock-keyword-face. | |
| 7480 | |
| 7481 1998-08-31 Kenichi Handa <handa@etl.go.jp> | |
| 7482 | |
| 7483 * international/fontset.el (x-complement-fontset-spec): If ASCII | |
| 7484 font is specified in FONTLIST, don't substitute it for the | |
| 7485 resolved name. | |
| 7486 | |
| 7487 1998-08-31 Paul Eggert <eggert@twinsun.com> | |
| 7488 | |
| 7489 * international/mule.el (charset-description): Doc fix. | |
| 7490 | |
| 7491 * language/chinese.el, language/cyrillic.el, language/czech.el, | |
| 7492 language/devanagari.el, language/ethiopic.el, | |
| 7493 language/european.el, language/hebrew.el, language/indian.el, | |
| 7494 language/japanese.el, language/korean.el, language/lao.el, | |
| 7495 language/slovak.el, language/thai.el, language/tibetan.el, | |
| 7496 language/vietnamese.el: | |
| 7497 Add coding: local variable, to avoid bootstrapping problem | |
| 7498 if you need to recompile all the Lisp files using interpreted code. | |
| 7499 | |
| 7500 1998-08-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
| 7501 | |
| 7502 * cal-china.el (chinese-year-cache): Change range of years from | |
| 7503 1989-2000 to 1990-2010. | |
| 7504 | |
| 7505 1998-08-29 Dave Love <d.love@dl.ac.uk> | |
| 7506 | |
| 7507 * mail/smtpmail.el (smtpmail-send-it): Add autoload cookie. | |
| 7508 (smtpmail-via-smtp): Check that smtpmail-smtp-server is defined. | |
| 7509 | |
| 7510 1998-08-28 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
| 7511 | |
| 7512 * ps-print.el (ps-print-control-characters): Doc-string modified. | |
| 7513 (ps-output-string-prim): Comment format changed. | |
| 7514 (ps-do-despool): Indentation of source code changed. | |
| 7515 | |
| 7516 1998-08-28 Kenichi Handa <handa@etl.go.jp> | |
| 7517 | |
| 7518 * subr.el (sref): Make it an alias of aref. Make the | |
| 7519 byte-compiler warn that it is obsolete. | |
| 7520 (char-bytes): Make the byte-compiler warn that it is obsolete. | |
| 7521 | |
| 7522 * emacs-lisp/bytecomp.el (byte-compile-output-as-comment): | |
| 7523 Calculate the total bytes using position-bytes instead of | |
| 7524 char-bytes. | |
| 7525 | |
| 7526 1998-08-27 Karl Heuer <kwzh@gnu.org> | |
| 7527 | |
| 7528 * snmp-mode.el: New file. | |
| 7529 * files.el (auto-mode-alist): Add snmp-mode patterns. | |
| 7530 | |
| 7531 1998-08-27 Karl Eichwalder <ke@suse.de> | |
| 7532 | |
| 7533 * dired-aux.el (dired-compress-file-suffixes): Add `bz2'. | |
| 7534 | |
| 7535 1998-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
| 7536 | |
| 7537 * calendar/diary-lib.el (diary-block): Doc fix.. | |
| 7538 * calendar/calendar.el (diary-list-include-blanks): Doc fix.. | |
| 7539 | |
| 7540 1998-08-27 Richard Stallman <rms@gnu.org> | |
| 7541 | |
| 7542 * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp. | |
| 7543 * calendar/appt.el (appt-check): Start the appt-mode-string w/ space. | |
| 7544 Clear appt-mode-string if we don't put something in it. | |
| 7545 | |
| 7546 1998-08-27 Dave Love <fx@gnu.org> | |
| 7547 | |
| 7548 * ange-ftp.el (ange-ftp-allow-child-lookup): Reinstate checking | |
| 7549 dired-local-variables-file for dired-x. | |
| 7550 | |
| 7551 * emacs-lisp/find-func.el (find-function-search-for-symbol): Look | |
| 7552 for compressed library files too. | |
| 7553 | |
| 7554 1998-08-26 Kenichi Handa <handa@etl.go.jp> | |
| 7555 | |
| 7556 * language/european.el ("Latin-1"): Modify `documentation' key value. | |
| 7557 ("Latin-2"): Likewise. | |
| 7558 | |
| 7559 1998-08-26 Karl Heuer <kwzh@gnu.org> | |
| 7560 | |
| 7561 * dired-x.el (dired-guess-shell-alist-default): Fix regexp. | |
| 7562 | |
| 7563 1998-08-26 Albert L. Ting <alt@artisan.com> | |
| 7564 | |
| 7565 * mail/mail-hist.el (mail-hist-current-header-name): Fix test. | |
| 7566 (mail-hist-current-header-contents): Use mail-text-start. | |
| 7567 | |
| 7568 1998-08-26 Richard Stallman <rms@gnu.org> | |
| 7569 | |
| 7570 * cus-edit.el (customize-version-lessp): Handle a number as VERSION2. | |
| 7571 (customize-changed-options-previous-release): New variable. | |
| 7572 (customize-changed-options): Use that variable as default arg. | |
| 7573 | |
| 7574 1998-08-26 Karl Eichwalder <ke@suse.de> | |
| 7575 | |
| 7576 * midnight.el: Require `timer' not only when compiling. | |
| 7577 | |
| 7578 1998-08-26 Per Starback <starback@update.uu.se> | |
| 7579 | |
| 7580 * gnus/gnus-start.el (gnus-check-first-time-used): Change current | |
| 7581 buffer before creating help group. | |
| 7582 | |
| 7583 1998-08-26 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
| 7584 | |
| 7585 * gnus/gnus-start.el (gnus-save-newsrc-file): Bind | |
| 7586 coding-system-for-write before saving. | |
| 7587 | |
| 7588 1998-08-26 Kevin Rodgers <kevinr@ihs.com> | |
| 7589 | |
| 7590 * isearch.el (isearch-forward): Doc fix. | |
| 7591 | |
| 7592 1998-08-26 Andreas Schwab <schwab@delysid.gnu.org> | |
| 7593 | |
| 7594 * emacs-lisp/find-func.el: Fix :version tags to have a string | |
| 7595 value, not a float. | |
| 7596 | |
| 7597 * cus-dep.el: Fix typo in output. | |
| 7598 | |
| 7599 1998-08-25 Dave Love <fx@gnu.org> | |
| 7600 | |
| 7601 * repeat.el (repeat): Doc fix. | |
| 7602 [From rms:] | |
| 7603 (repeat-previous-repeated-command): New variable. | |
| 7604 (repeat): Check for real-last-command being null or repeat. Set | |
| 7605 repeat-previous-repeated-command. | |
| 7606 | |
| 7607 * browse-url.el (browse-url-netscape): Fix format for hex escapes. | |
| 7608 | |
| 7609 1998-08-25 Kenichi Handa <handa@etl.go.jp> | |
| 7610 | |
| 7611 * gnus/message.el (message-send-mail-with-sendmail): Bind | |
| 7612 coding-system-for-write by the return value of | |
| 7613 select-message-coding-system. | |
| 7614 (message-send-mail-with-qmail): Likewise. | |
| 7615 | |
| 7616 1998-08-24 Andreas Schwab <schwab@delysid.gnu.org> | |
| 7617 | |
| 7618 * emacs-lisp/autoload.el: Fix doc-string-elt property on | |
| 7619 define-derived-mode. | |
| 7620 | |
| 7621 * files.el (file-name-invalid-regexp): | |
| 7622 Fix regex for ms-dos without long file names. | |
| 7623 | |
| 7624 1998-08-24 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
| 7625 | |
| 7626 * ps-print.el: Multi-byte buffer handling. | |
| 7627 (ps-print-version): New version number (4.0) and doc fix. | |
| 7628 (ps-color-device, ps-face-bold-p, ps-face-italic-p): Conditional | |
| 7629 compilation for GNU Emacs and emacsens. | |
| 7630 (ps-generate-postscript-with-faces): Force invisible text to be | |
| 7631 visible. | |
| 7632 (dos-ps-printer): New var to avoid compilation gripes. | |
| 7633 | |
| 7634 1998-08-24 Kenichi Handa <handa@etl.go.jp> | |
| 7635 | |
| 7636 * ps-print.el (ps-mule-plot-string): Pay attention to the case | |
| 7637 that no more characters can't be printed in the current line. | |
| 7638 | |
| 7639 1998-08-24 Kenichi Handa <handa@etl.go.jp> | |
| 7640 | |
| 7641 * ps-print.el (ps-mule-find-wrappoint): ENDPOS should not be | |
| 7642 greater than TO. | |
| 7643 | |
| 7644 1998-08-24 Kenichi Handa <handa@etl.go.jp> | |
| 7645 | |
| 7646 * ps-print.el: Add codes to make ps-print.el work also on Emacs | |
| 7647 20.2 and the earlier version. | |
| 7648 (ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2. | |
| 7649 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise. | |
| 7650 (ps-mule-find-wrappoint): Likewise. | |
| 7651 (ps-mule-generate-font): Change `X' to `x' in format | |
| 7652 control-string. | |
| 7653 (ps-generate): Call ps-mule-begin before calling ps-begin-job. | |
| 7654 (ps-mule-cmpchar-prologue): Delete unnecessary `gsave' and | |
| 7655 `restore' form procedures `BC' and `EC'. | |
| 7656 | |
| 7657 1998-08-24 Kenichi Handa <handa@etl.go.jp> | |
| 7658 | |
| 7659 * ps-print.el (ps-print-prologue-1): Handle the case that FontBBox | |
| 7660 is an executable procedure. Make LineThickness, Xshadow, and | |
| 7661 Yshadow relative to FontHeight. Set SpaceWidth in BeginDoc. | |
| 7662 (ps-mule-font-info-database, ps-mule-font-info-database-ps, | |
| 7663 ps-mule-font-info-database-bdf): New vars. | |
| 7664 (ps-mule-encode-7bit, ps-mule-encode-8bit): New funs. | |
| 7665 (ccl-encode-ethio-unicode): New CCL program. | |
| 7666 (ps-mule-encode-ethiopic): New fun. | |
| 7667 (ps-mule-current-charset): New var. | |
| 7668 (ps-mule-get-font-spec, ps-mule-font-spec-src, | |
| 7669 ps-mule-font-spec-name, ps-mule-font-spec-encoding, | |
| 7670 ps-mule-font-spec-bytes, ps-mule-printable-p): New funs. | |
| 7671 (ps-mule-external-libraries): New var. | |
| 7672 (ps-mule-init-external-library): New fun. | |
| 7673 (ps-mule-font-cache): New var. | |
| 7674 (ps-mule-generate-font, ps-mule-generate-glyphs): New funs. | |
| 7675 (ps-last-font): New var. | |
| 7676 (ps-mule-prepare-font): New fun. | |
| 7677 (ps-mule-charset-list): New var. | |
| 7678 (ps-mule-prologue-generated, ps-mule-prologue): New vars. | |
| 7679 (ps-mule-skip-same-charset, ps-mule-find-wrappoint, | |
| 7680 ps-mule-plot-string): New funs. | |
| 7681 (ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue): | |
| 7682 New vars. | |
| 7683 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar, | |
| 7684 ps-mule-prepare-cmpchar-font): New funs. | |
| 7685 (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New | |
| 7686 vars. | |
| 7687 (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font, | |
| 7688 ps-mule-generate-bitmap-glyph): New funs. | |
| 7689 (ps-mule-initialize, ps-mule-begin): New funs. | |
| 7690 (ps-output-string-prim): Insert string as unibyte. | |
| 7691 (ps-output-prologue): New fun. | |
| 7692 (ps-flush-output): Handle the case of 'prologue. | |
| 7693 (ps-begin-file): Call ps-mule-initialize. | |
| 7694 (ps-begin-job): Set ps-control-or-escape-regexp differently if | |
| 7695 printing multibyte characters. | |
| 7696 (ps-begin-page): Set ps-mule-current-charset to 'ascii. | |
| 7697 (ps-basic-plot-string): Handle the case of printing ASCII | |
| 7698 characters by external libraries (e.g. BDF). | |
| 7699 (ps-set-font): Set ps-last-font. | |
| 7700 (ps-plot-region): Handle multibyte characters, use | |
| 7701 ps-mule-plot-string for them. | |
| 7702 (ps-generate): Set the spool buffer unibyte. Call ps-mule-begin. | |
| 7703 | |
| 7704 * bdf.el: New file. | |
| 7705 | |
| 7706 1998-08-23 Kenichi HANDA <handa@etl.go.jp> | |
| 7707 | |
| 7708 * international/mule-cmds.el (select-message-coding-system): New | |
| 7709 function. | |
| 7710 (set-language-environment-coding-systems): Set | |
| 7711 default-sendmail-coding-system. | |
| 7712 | |
| 7713 * mail/sendmail.el (sendmail-coding-system): Doc-string modified. | |
| 7714 (default-sendmail-coding-system): New variable. | |
| 7715 (sendmail-send-it): Encode the message by a coding system | |
| 7716 select-message-coding-system returns. | |
| 7717 | |
| 7718 1998-08-23 Eric Ludlam <zappo@gnu.org> | |
| 7719 | |
| 7720 * speedbar.el: (speedbar-with-writable): remove `toggle-read-only'. | |
| 7721 (speedbar-mode): Set buffer to read only. | |
| 7722 (speedbar-temp-buffer-show-function): For emacs don't call hook | |
| 7723 with arguments. | |
| 7724 (speedbar-stealthy-updates): Do all updates w/ the the buffer writable. | |
| 7725 | |
| 7726 1998-08-19 Dan Nicolaescu <done@ece.arizona.edu> | |
| 7727 | |
| 7728 * speedbar.el (speedbar-key-map): Fix typo. | |
| 7729 | |
| 7730 See ChangeLog.7 for earlier changes. |
