Mercurial > emacs
annotate lisp/ChangeLog @ 26122:ca021b60a2fd
*** empty log message ***
| author | Gerd Moellmann <gerd@gnu.org> |
|---|---|
| date | Wed, 20 Oct 1999 13:55:59 +0000 |
| parents | 3195d4a66146 |
| children | ee67b2340a0f |
| rev | line source |
|---|---|
| 26121 | 1 1999-10-20 Gerd Moellmann <gerd@gnu.org> |
| 2 | |
| 3 * dired.el (dired-move-to-filename-regexp): Fix long comment lines | |
| 4 that were split so that part of the comment appeared as Lisp code. | |
| 5 | |
| 26117 | 6 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
| 7 | |
| 8 * ps-bdf.el: Doc fix. | |
| 9 | |
| 10 * ps-print-def.el: New file: common definitions for all parts of | |
| 11 ps-print. | |
| 12 (ps-multibyte-buffer): Moved from ps-mule. | |
| 13 | |
| 14 * ps-mule.el: File dependence fix. | |
| 15 (ps-multibyte-buffer): Moved to ps-print-def. | |
| 16 | |
| 17 * ps-print.el: Doc fix, better customization. | |
| 18 (ps-print-region-function, ps-number-of-columns, ps-spool-tumble) | |
| 19 (ps-print-color-p, ps-printing-region-p, ps-n-up-database) | |
| 20 (ps-end-file): Doc fix. | |
| 21 (ps-setup, ps-begin-file): Fun fix. | |
| 22 (postscript): New group. | |
| 23 (ps-zebra-gray, ps-banner-page-when-duplexing): New vars. | |
| 24 (ps-print-prologue-1): Adjust PostScript programming. | |
| 25 (ps-print): Adjust group hierarchy. | |
| 26 (ps-print-n-up, ps-print-zebra, ps-print-background, | |
| 27 ps-print-printer) | |
| 28 (ps-print-page): New subgroups. | |
| 29 (ps-print-prologue-header, ps-printer-name, ps-lpr-command) | |
| 30 (ps-lpr-switches, ps-page-dimensions-database, ps-paper-type) | |
| 31 (ps-landscape-mode, ps-print-control-characters, ps-n-up-printing) | |
| 32 (ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling, ps-zebra-stripes) | |
| 33 (ps-zebra-stripe-height, ps-print-background-image) | |
| 34 (ps-print-background-text, ps-spool-config): Adjust customization. | |
| 35 (dos-ps-printer): Definition eliminated. | |
| 36 | |
| 37 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
| 38 | |
| 39 * ps-mule.el: Doc fix, define functions properly if mule package is | |
| 40 loaded or not. | |
| 41 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Define properly if | |
| 42 mule package is loaded or not. | |
| 43 | |
| 44 * ps-print.el: Doc fix, n-up printing. | |
| 45 (ps-print-version): New version number (5.0). | |
| 46 (ps-page-dimensions-database): Added document media. | |
| 47 (ps-n-up-printing, ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling) | |
| 48 (ps-page-order, ps-printing-region-p): New vars. | |
| 49 (ps-n-up-printing, ps-n-up-filling, ps-header-sheet, ps-end-job): New | |
| 50 funs. | |
| 51 (ps-page-dimensions-get-media, ps-n-up-landscape, ps-n-up-lines) | |
| 52 (ps-n-up-columns, ps-n-up-missing, ps-n-up-xcolumn, ps-n-up-ycolumn) | |
| 53 (ps-n-up-xline, ps-n-up-yline, ps-n-up-repeat, ps-n-up-end) | |
| 54 (ps-n-up-xstart, ps-n-up-ystart): New macros. | |
| 55 (ps-print-begin-sheet-hook): New hook. | |
| 56 (ps-boundingbox-re, ps-n-up-database, ps-n-up-filling-database): New | |
| 57 const. | |
| 58 (ps-setup, ps-begin-file, ps-get-buffer-name, ps-begin-job) | |
| 59 (ps-end-file, ps-dummy-page, ps-generate): Fix funs. | |
| 60 (ps-print-prologue-1): Adjust PostScript programming for n-up printing. | |
| 61 (ps-count-lines): Changed to defun. | |
| 62 (ps-header-page): Changed to defsubst, fix fun. | |
| 63 (ps-printing-region): Doc fix, adjust programming code. | |
| 64 (ps-output-boolean, ps-background-pages, ps-background-text) | |
| 65 (ps-background-image, ps-background, ps-get-boundingbox): Adjust | |
| 66 programming code. | |
| 67 | |
| 68 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
| 69 | |
| 70 * ps-print.el: Doc fix, duplex and setpagedevice configuration. | |
| 71 (ps-print-version): New version number (4.2). | |
| 72 (ps-spool-config, ps-spool-tumble): New vars. | |
| 73 (ps-print-prologue-1): Changed to defconst, adjust PostScript | |
| 74 programming, new PostScript procedure to handle errors. | |
| 75 (ps-print-prologue-2): Changed to defconst. | |
| 76 (ps-print-duplex-feature): New const: duplex and tumble setting. | |
| 77 (ps-setup, ps-begin-file): Fix funs. | |
| 78 (ps-boolean-capitalized): New fun. | |
| 79 | |
|
26112
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
80 1999-10-19 Stefan Monnier <monnier@cs.yale.edu> |
|
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
81 |
|
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
82 * Makefile (dontcompilefiles): Obsoleted. |
|
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
83 (DONTCOMPILE): Added emacs-lisp/cl-specs.el. |
|
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
84 (EL): Unused. |
|
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
85 (temacs): Removed (unused). |
|
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
86 (cus-load.el, finder-inf.el, loaddefs.el): New targets to build a dummy |
|
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
87 version of the file (necessary for the update to work properly). |
|
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
88 (autoloads): Force the use of `pwd`/loaddefs.el. |
|
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
89 (updates); Redefined in terms of other targets to reduce redundancy. |
|
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
90 (.el.elc): New default rule, just in case you want it. |
|
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
91 (compile): Use a single invocation of Emacs. |
|
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
92 (bootstrap-compile); Unneeded. |
|
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
93 (autoloads-with-other-emacs): Unneeded now that autoloads is fixed. |
|
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
94 |
| 26102 | 95 1999-10-19 Dave Love <fx@gnu.org> |
| 96 | |
| 97 * emacs-lisp/eval-reg.el: Removed -- not now needed by edebug. | |
| 98 | |
| 26100 | 99 1999-10-19 Sam Steingold <sds@ksp.com> |
| 100 | |
| 101 * map-ynp.el (map-y-or-n-p): Remove extraneous `not' to | |
| 102 comply with the comment. | |
| 103 | |
| 26098 | 104 1999-10-19 Gerd Moellmann <gerd@gnu.org> |
| 105 | |
| 106 * autorevert.el (auto-revert-mode): Make auto-revert-mode | |
| 107 permanent-local. | |
| 108 | |
| 26094 | 109 1999-10-19 Peter Kleiweg <kleiweg@let.rug.nl> |
| 110 | |
| 111 * progmodes/ps-mode.el (ps-mode-print-function): Fix default | |
| 112 value: \"lpr\" changed to "lpr" | |
| 113 (ps-mode-version): New constant | |
| 114 (ps-mode-show-version): New function, added key in ps-mode-map | |
| 115 (ps-run-messages): Removed | |
| 116 (ps-run-font-lock-keywords-2): New defcustom variable replacing | |
| 117 ps-run-messages. These keywords now include the value of | |
| 118 ps-run-prompt, making its fontification customizable. | |
| 119 (ps-run-init): Removed \\n from docstring, it is now added when | |
| 120 the value is used | |
| 121 (ps-run-font-lock-keywords-1): Added checking for initial ^ in | |
| 122 ps-run-prompt | |
| 123 (ps-mode): Added ps-run-font-lock-keywords-2 to list of | |
| 26095 | 124 customizable variables in doc-string (its equivalent |
| 26094 | 125 ps-run-messages was missing in previous version of the doc-string) |
| 126 (ps-run-mode): Simplified assignment to font-lock-defaults, using | |
| 127 symbols only | |
| 128 | |
| 26091 | 129 1999-10-19 Alex Schroeder <alex@gnu.org> |
| 130 | |
| 131 * ansi-color.el: Complete rewrite. | |
| 132 | |
|
26084
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
133 1999-10-19 Paul Eggert <eggert@twinsun.com> |
|
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
134 |
|
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
135 Fix bootstrapping problems. |
|
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
136 Use the system locale to specify Emacs locale defaults. |
|
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
137 |
|
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
138 * international/mule-cmds.el (global-map): |
|
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
139 Do not use backquote, because that makes a bootstrapping |
|
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
140 problem if you need to recompile all Lisp files using interpreted code. |
|
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
141 * international/mule.el (charset-id, charset-bytes, |
|
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
142 charset-dimension, charset-chars, charset-width, |
|
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
143 charset-direction, charset-iso-final-char, |
|
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
144 charset-iso-graphic-plane, charset-reverse-charset, |
|
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
145 charset-short-name, charset-long-name, charset-description, |
|
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
146 charset-plist): Likewise. |
|
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
147 * subr.el (save-match-data): Likewise. |
|
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
148 |
|
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
149 * international/mule-cmds.el |
|
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
150 (set-display-table-and-terminal-coding-system): New function, |
|
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
151 containing code migrated out of set-language-environment. |
|
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
152 (set-language-environment, set-locale-environment): Use it. |
|
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
153 (locale-translation-file-name): Moved here from startup.el. |
|
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
154 (locale-language-names, locale-preferred-coding-systems): |
|
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
155 New vars. |
|
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
156 (locale-name-match, set-locale-environment): New functions. |
|
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
157 |
|
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
158 * language/japan-util.el (setup-japanese-environment-internal): |
|
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
159 Prefer japanese-iso-8bit if the system-type is usg-unix-v. |
|
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
160 |
|
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
161 * startup.el (iso-8859-n-locale-regexp): Remove. |
|
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
162 (locale-translation-file-name): Move to mule-cmds.el. |
|
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
163 (command-line): Move locale-stuff into set-locale-environment. |
|
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
164 |
| 26080 | 165 1999-10-18 Dave Love <fx@gnu.org> |
| 166 | |
| 167 * abbrev.el (add-abbrev, inverse-add-abbrev) | |
| 168 (expand-region-abbrevs): Remove properties from buffer text. | |
| 169 | |
| 26064 | 170 1999-10-17 Gerd Moellmann <gerd@gnu.org> |
| 171 | |
| 26066 | 172 * iswitchb.el (iswitchb-exhibit): Extract user-input only |
| 173 from the mini-buffer, without the prompt. | |
| 174 | |
| 26064 | 175 * simple.el (minibuffer-prompt-end): Return the position |
| 176 after the prompt, not the position of that last character | |
| 177 of the prompt. | |
| 178 | |
| 26061 | 179 1999-10-17 Miles Bader <miles@gnu.org> |
| 180 | |
| 181 * simple.el: Doc fixes. | |
| 182 | |
| 183 1999-10-17 Miles Bader <miles@gnu.org> | |
| 184 | |
| 185 * simple.el (previous-matching-history-element, next-history-element): | |
| 186 Change to work correctly even if the point is in the prompt. | |
| 187 (choose-completion-string): Likewise. | |
| 188 (minibuffer-prompt-width): New function (compatibility with old subr). | |
| 189 | |
| 190 * textmodes/paragraphs.el (forward-sentence, forward-paragraph): | |
| 191 When constraining the final position to the current field, | |
| 192 don't use the ONLY-IN-LINE mode of constrain-to-field. | |
| 193 | |
| 194 1999-10-17 Miles Bader <miles@gnu.org> | |
| 195 | |
| 196 * simple.el (line-move): Supply new ESCAPE-FROM-EDGE argument to | |
| 197 constrain-to-field. | |
| 198 * textmodes/paragraphs.el (forward-sentence): Likewise. | |
| 199 | |
| 200 1999-10-17 Miles Bader <miles@gnu.org> | |
| 201 | |
| 202 * simple.el (line-move): Use constrain-to-field to avoid | |
| 203 moving into a prompt. | |
| 204 (previous-complete-history-element): Clarify doc string. | |
| 205 (next-complete-history-element): Likewise. | |
| 206 Use field-beginning instead of point-min. | |
| 207 (next-matching-history-element): Use field-beginning and | |
| 208 erase-field instead of point-min and erase-buffer. | |
| 209 * textmodes/paragraphs.el | |
| 210 (forward-paragraph, forward-sentence): Likewise. | |
| 211 (backward-kill-paragraph, backward-kill-sentence): Remove code to | |
| 212 constrain the kill to an field, as the movement commands now | |
| 213 do this. | |
| 214 | |
| 215 1999-10-17 Miles Bader <miles@gnu.org> | |
| 216 | |
| 217 * simple.el (previous-matching-history-element): Get the | |
| 218 minibuffer input with field-string instead of buffer-string. | |
| 219 (choose-completion-string): Likewise. | |
| 220 (next-history-element): Likewise. | |
| 221 Erase the minibuffer input with erase-field, not erase-buffer. | |
| 222 Use field-beginning to find the beginning of the input. | |
| 223 * textmodes/paragraphs.el (backward-kill-sentence): | |
| 224 Remove minibuffer-prompt hack. | |
| 225 Constrain to any input field. | |
| 226 | |
| 26053 | 227 1999-10-17 Sam Steingold <sds@ksp.com> |
| 228 | |
| 229 * bindings.el (completion-ignored-extensions): Added ".sparcf" | |
| 230 for CMUCL on sparc and ".ufsl" for LispWorks. | |
| 231 (bound-and-true-p): Bugfix: free variable `v'. | |
| 232 | |
| 26050 | 233 1999-10-16 Dave Love <d.love@dl.ac.uk> |
| 234 | |
| 235 * emacs-lisp/edebug.el (edebug-install-read-eval-functions) | |
| 236 (edebug-uninstall-read-eval-functions): Use load-read-function, | |
| 237 avoiding elisp-eval. | |
| 238 | |
| 26048 | 239 1999-10-16 Sam Steingold <sds@ksp.com> |
| 240 | |
| 241 * emacs-lisp/cl-indent.el (common-lisp-indent-function): Use `eq' | |
| 242 instead of `eql'. | |
| 243 | |
|
26039
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
244 1999-10-14 Stefan Monnier <monnier@cs.yale.edu> |
|
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
245 |
|
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
246 * 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
|
247 * 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
|
248 (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
|
249 * ediff-util.el (ediff-make-temp-file): |
|
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
250 * ediff-vers.el (ediff-pcl-cvs-view-revision): |
|
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
251 * emerge.el (emerge-make-temp-file): |
|
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
252 * 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
|
253 * vc.el (vc-update-change-log): |
|
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
254 * mail/mailpost.el (post-mail-send-it): |
|
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
255 * mail/metamail.el (metamail-region): |
|
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
256 * progmodes/cmacexp.el (c-macro-expansion): |
|
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
257 * textmodes/makeinfo.el (makeinfo-region): Use make-temp-file. |
|
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
258 |
| 26029 | 259 1999-10-15 Gerd Moellmann <gerd@gnu.org> |
| 260 | |
| 261 * smtpmail.el (smtpmail-via-smtp): Add support for | |
| 262 automatically appending a domain to RCPT TO: addresses. | |
| 263 | |
| 26027 | 264 1999-10-14 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
| 265 | |
| 266 * dired.el (dired-insert-directory): Insert the amount of | |
| 267 free space after the total size. | |
| 268 (dired-free-space-program, dired-free-space-args): New variables. | |
| 269 | |
| 26023 | 270 1999-10-14 Karl Heuer <kwzh@gnu.org> |
| 271 | |
| 272 * mail/rmail.el (rmail-pop-password-error): Add new pattern. | |
| 273 | |
| 26017 | 274 1999-10-14 Dave Love <fx@gnu.org> |
| 275 | |
| 276 * international/characters.el: | |
| 277 * international/fontset.el: | |
| 278 * international/mule-conf.el: Add latin-iso8859-1[45]. | |
| 279 | |
| 280 * language/european.el: Add Latin-8, Latin-9. Modify some doc | |
| 281 strings. | |
| 282 | |
| 283 * startup.el (iso-8859-n-locale-regexp): Modify for Latin-[89]. | |
| 284 (command-line): Detect Latin-[89] locales. | |
| 285 | |
| 26011 | 286 1999-10-13 Stefan Monnier <monnier@cs.yale.edu> |
| 287 | |
| 288 * international/mule-cmds.el (select-safe-coding-system) | |
| 289 (leim-list-header): avoid the use of strings that start with backslash | |
| 290 newline since lread.c:read1 has a hack to turn those strings into | |
| 291 integer 0 during the loadup.el process. | |
| 292 | |
| 293 * diff-mode.el (diff-find-file-name): use `Index:' preferentially. | |
| 294 | |
| 26008 | 295 1999-10-13 Dave Love <fx@gnu.org> |
| 296 | |
| 297 * image.el (insert-image): Copy the image spec and add an | |
| 298 intangible property. | |
| 299 | |
|
26004
11f91800bec3
(Info-on-current-buffer): new entry point.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26003
diff
changeset
|
300 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
|
301 |
| 26008 | 302 * help.el (help-xref-interned): Make it also work on variable-only |
| 303 and function-only symbols. | |
| 304 (help-make-xrefs): Take advantage of the new `help-xref-interned'. | |
| 305 (help-follow): If the point under mouse is not highlighted, try | |
| 306 `help-xref-interned' on the pointed-to symbol anyway. | |
| 307 | |
| 308 * info.el (Info-on-current-buffer): New entry point. | |
| 309 (Info-find-node): Split into two for Info-on-current-buffer to | |
| 310 hook into it. | |
|
26004
11f91800bec3
(Info-on-current-buffer): new entry point.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26003
diff
changeset
|
311 (Info-current-file, Info-set-mode-line, Info-up): |
| 26008 | 312 Info-current-file can now be t. |
| 313 (Info-clone-buffer-hook): function for `clone-buffer'. | |
| 314 (Info-goto-node, Info-menu, Info-mode-map, Info-mode): | |
| 315 `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
|
316 |
|
26002
4f46db3c9d7d
* subr.el (with-current-buffer): don't use backquotes to avoid
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26001
diff
changeset
|
317 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
|
318 |
| 26008 | 319 * simple.el (shell-command, shell-command-on-region): Use |
| 320 make-temp-file. | |
| 321 (clone-buffer, clone-process, clone-buffer-hook): New functions. | |
| 322 | |
| 323 * subr.el (with-current-buffer): Don't use backquotes to avoid | |
| 324 bootstrapping problems. | |
| 325 | |
| 326 * loadup.el (load-path): Add subdirs for bootstrapping. | |
| 327 (docstrings): Ignore errors during bootstrapping. | |
| 328 (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
|
329 |
| 26001 | 330 1999-10-12 Emmanuel Briot <briot@gnat.com> |
| 331 | |
| 332 * ada-stmt.el: Doc-string fixes. | |
| 333 | |
| 25991 | 334 1999-10-12 Gerd Moellmann <gerd@gnu.org> |
| 335 | |
| 25998 | 336 * recentf.el: New file. |
| 337 | |
| 25991 | 338 * ps-mode.el: New file. |
| 339 | |
| 340 * files.el (auto-mode-alist): Add ps-mode for .eps and .ps, | |
| 341 case insensitive. | |
| 342 | |
| 25985 | 343 1999-10-12 Richard Sharman <rsharman@pobox.com> |
| 344 | |
| 345 * sh-script.el: Added support for indenting existing scripts. | |
| 346 (sh-mode-map): Added new bindings. | |
| 347 (sh-mode): Updated mode doc-string for new commands, added | |
| 348 make-local-variable calls, initialize mode-specific variables. | |
| 349 (sh-indent-line): Renamed to sh-basic-indent-line; sh-indent-line | |
| 350 is now a different function. | |
| 351 (sh-header-marker): Changed docstring. | |
| 352 (sh-set-shell): Initialize mode-specific variables. | |
| 353 (sh-case, sh-for, sh-if, sh-indexed-loop, sh-repeat, sh-select) | |
| 354 (sh-tmp-file, sh-until, sh-until, sh-while, sh-while-getopts): | |
| 355 Changed these define-skeleton calls to work with user-specified | |
| 356 indentation settings. | |
| 357 (sh-basic-indent-line, sh-blink, sh-calculate-indent) | |
| 358 (sh-check-paren-in-case, sh-check-rule, sh-do-nothing) | |
| 359 (sh-electric-hash, sh-electric-less, sh-electric-rparen) | |
| 360 (sh-find-prev-matching, sh-find-prev-switch, sh-get-indent-info) | |
| 361 (sh-get-indent-var-for-line, sh-get-kw, sh-get-word) | |
| 362 (sh-goto-match-for-done, sh-goto-matching-case, sh-goto-matching-if) | |
| 363 (sh-guess-basic-offset, sh-handle-after-case-label) | |
| 364 (sh-handle-prev-case, sh-handle-prev-case-alt-end, sh-handle-prev-do) | |
| 365 (sh-handle-prev-done, sh-handle-prev-else, sh-handle-prev-esac) | |
| 366 (sh-handle-prev-fi, sh-handle-prev-if, sh-handle-prev-open) | |
| 367 (sh-handle-prev-rc-case, sh-handle-prev-then, sh-handle-this-close) | |
| 368 (sh-handle-this-do, sh-handle-this-done, sh-handle-this-else) | |
| 369 (sh-handle-this-esac, sh-handle-this-fi, sh-handle-this-rc-case) | |
| 370 (sh-handle-this-then, sh-help-string-for-variable) | |
| 371 (sh-in-comment-or-string, sh-indent-line, sh-learn-buffer-indent) | |
| 372 (sh-learn-line-indent, sh-load-style, sh-make-vars-local, sh-mark-init) | |
| 373 (sh-mark-line, sh-mkword-regexpr, sh-mkword-regexp) | |
| 374 (sh-must-be-shell-mode, sh-must-support-indent, sh-name-style) | |
| 375 (sh-prev-line, sh-prev-stmt, sh-prev-thing, sh-read-variable) | |
| 376 (sh-remove-our-text-properties, sh-rescan-buffer) | |
| 377 (sh-reset-indent-vars-to-global-values, sh-safe-backward-sexp) | |
| 378 (sh-safe-forward-sexp, sh-save-styles-to-buffer, sh-scan-buffer) | |
| 379 (sh-scan-case, sh-search-word, sh-set-char-syntax) | |
| 380 (sh-set-here-doc-region, sh-set-indent, sh-set-var-value) | |
| 381 (sh-show-indent, sh-this-is-a-continuation, sh-var-value): New | |
| 382 functions. | |
| 383 (sh-debug, sh-electric-rparen-needed, sh-here-doc-syntax) | |
| 384 (sh-indent-supported, sh-kw, sh-kw-alist, sh-kws-for-done) | |
| 385 (sh-learned-buffer-hook, sh-make-vars-local, sh-regexp-for-done) | |
| 386 (sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist) | |
| 387 (sh-var-list): New variables. | |
| 388 | |
| 25983 | 389 1999-10-12 Dave Pearson <davep@hagbard.demon.co.uk> |
| 390 | |
| 25999 | 391 * quickurl.el (quickurl-list-insert): `count-lines' was returning |
| 392 a value one line to high if the cursor wasn't at the start of a | |
| 393 line. A `beginning-of-line' is now performed before making the | |
| 394 call to `count-lines'. | |
| 25983 | 395 |
|
25979
e1d167cf6e96
(vc-backend-diff): get rid of the autoloaded advice.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
25970
diff
changeset
|
396 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
|
397 |
|
e1d167cf6e96
(vc-backend-diff): get rid of the autoloaded advice.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
25970
diff
changeset
|
398 * 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
|
399 |
| 25960 | 400 1999-10-09 Stefan Monnier <monnier@cs.yale.edu> |
| 401 | |
| 25962 | 402 * Makefile (setwins): abstract out the command to find subdirectories |
| 403 and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base). | |
| 25970 | 404 (custom-deps, finder-data, autoloads, update-subdirs, updates) |
| 405 (autoloads-with-other-emacs): use it. | |
| 25962 | 406 |
| 25960 | 407 * diff-mode.el: new file. A mode for viewing/editing context diffs. |
| 408 | |
| 25942 | 409 1999-10-09 Gerd Moellmann <gerd@gnu.org> |
| 410 | |
| 411 * Makefile (bootstrap-compile): New target. Compile Lisp | |
| 412 files with ../src/temacs. | |
| 413 | |
| 25939 | 414 1999-10-08 Simon Marshall <simon@gnu.org> |
| 415 | |
| 416 * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function. | |
| 417 (regexp-opt-group): Use it to get common suffixes in STRINGS. | |
| 418 If STRINGS is nil, return "" rather than nil. | |
| 419 | |
| 25937 | 420 1999-10-08 Gerd Moellmann <gerd@gnu.org> |
| 421 | |
| 422 * Makefile (compile): Compile files one by one. Set load-path to | |
| 423 current directory and subdirectories when compiling. | |
| 424 | |
| 25918 | 425 1999-10-08 Gerd Moellmann <gerd@gnu.org> |
| 426 | |
| 427 * Makefile (EMACSOPT, DONTCOMPILE, EL): New. | |
| 428 (emacs): Use it everywhere instead of EMACS. | |
| 429 (compile): New target. Compile all Lisp files from scratch. | |
| 430 (recompile): New target. Recompile lisp directory. | |
| 431 (autoloads-with-other-emacs): New target. Build loaddefs.el with | |
| 432 an Emacs executable not built in the current directory tree. | |
| 433 | |
| 25908 | 434 1999-10-07 Peter Breton <pbreton@ne.mediaone.net> |
| 435 | |
| 436 * filecache.el (file-cache-completion-ignore-case): New variable, | |
| 437 defaulting to the value of completion-ignore-case. | |
| 438 (file-cache-minibuffer-complete): Use it. | |
| 439 (file-cache-files-matching, file-cache-files-matching-internal): | |
| 440 New functions. | |
| 441 | |
|
25905
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
442 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
|
443 |
|
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
444 * 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
|
445 |
|
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
446 * 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
|
447 |
|
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
448 * 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
|
449 |
|
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
450 * 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
|
451 subprogram being created. |
|
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
452 |
|
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
453 * 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
|
454 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
|
455 scheme |
|
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
456 |
|
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
457 * 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
|
458 New functions |
|
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
459 |
|
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
460 * 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
|
461 justification parameter |
|
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
462 |
|
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
463 * 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
|
464 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
|
465 external program |
|
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
466 |
| 25900 | 467 1999-10-07 Dave Love <fx@gnu.org> |
| 468 | |
| 469 * bindings.el (bound-and-true-p): New macro. | |
| 470 (make-mode-line-mouse-sensitive): Don't require easymenu. | |
| 471 | |
| 25886 | 472 1999-10-07 Gerd Moellmann <gerd@gnu.org> |
| 473 | |
| 474 * custom.el (defface): Extend documentation for new values of | |
| 475 `type'. | |
| 476 | |
| 477 * faces.el (face-spec-set-match-display): Recognize `type' of | |
| 478 `motif', `lucid', `x-toolkit'. | |
| 479 (menu): New face. | |
| 480 | |
| 25870 | 481 1999-10-05 Dave Love <fx@gnu.org> |
| 482 | |
| 483 * files.el: Recognize temporary crontab files. | |
| 484 | |
| 25873 | 485 * info.el: Require jka-compr when compiling. |
| 486 (Info-suffix-list): Add bzip2 files (non-ms-dos only). | |
| 487 | |
| 25866 | 488 1999-10-04 Dave Love <fx@gnu.org> |
| 489 | |
| 490 * cus-start.el: Add x-stretch-cursor, indicate-empty-lines, | |
| 491 scroll-up-aggressively, scroll-down-aggressively. | |
| 492 | |
| 493 * time.el (display-time-mode): Add autoload cookie. | |
| 494 | |
| 25867 | 495 * rect.el (delete-extract-rectangle): Doc fix from verna. |
| 25866 | 496 |
| 497 * help-macro.el (three-step-help): Customize. | |
| 498 | |
| 25926 | 499 1999-10-04 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
| 500 | |
| 501 * hexl.el (hexlify-buffer): Move point in proper range | |
| 502 if it is too large. | |
| 503 (hexl-after-revert-hook): Update hexl-max-address. | |
| 504 (hexl-address-to-marker): Doc fix. | |
| 505 | |
| 25865 | 506 1999-10-03 Dave Love <fx@gnu.org> |
| 507 | |
| 508 * image.el (defimage): Remove redundant code. Substitute file in | |
| 509 image plist. | |
| 510 | |
| 511 1999-10-02 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
| 512 | |
| 513 * vc.el (vc-backend-checkout): Use coding system 'no-conversion | |
| 514 when doing with-temp-file. | |
| 515 | |
| 516 1999-10-01 Dave Love <fx@gnu.org> | |
| 517 | |
| 518 * cus-edit.el (custom-comment-create): Fill :from and :to slots. | |
| 519 | |
| 520 * help.el: Require view when compiling. | |
| 521 (view-emacs-FAQ): Use Info version. | |
| 522 | |
| 25837 | 523 1999-09-29 Ken'ichi Handa <handa@gnu.org> |
| 524 | |
| 525 * ps-mule.el (ps-mule-font-info-database-ps): Typo fixed | |
| 526 (normat->normal). Use correct font names for Korean | |
| 527 (Munhwa-Regular-KSC-EUC-H and Munhwa-Bold-KSC-EUC-H). | |
| 528 | |
| 529 1999-09-29 Kenichi Handa <handa@etl.go.jp> | |
| 530 | |
| 531 * language/cyrillic.el (cyrillic-koi8-r-decode-table): Map 8-bit | |
| 532 code not used by KOI8 to the same 8-bit code instead of mapping to | |
| 533 SPC. | |
| 534 (cyrillic-alternativnyj-decode-table): Likewise. | |
| 535 | |
| 536 1999-09-29 Alex Schroeder <alex@gnu.org> | |
| 537 | |
| 538 * sql.el (sql-imenu-generic-expression): new, used to set | |
| 539 imenu-generic-expression. | |
| 540 (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting | |
| 541 font-lock-defaults' SYNTAX-ALIST. Set imenu-generic-expression, | |
| 542 imenu-case-fold-search, and imenu-syntax-alist. | |
| 543 (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when | |
| 544 setting font-lock-defaults' SYNTAX-ALIST. | |
| 545 | |
| 26025 | 546 1999-09-28 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
| 547 | |
| 548 * map-ynp.el (map-y-or-n-p): If we read -1, for end of keyboard | |
| 549 macro, try again. | |
| 550 | |
| 25837 | 551 1999-09-28 Dave Love <fx@gnu.org> |
| 552 | |
| 553 * cus-edit.el (custom-comment): Change widget definition. | |
| 554 (custom-comment-create, custom-comment-show) | |
| 555 (custom-comment-invisible-p): Don't use :comment-overlay. | |
| 556 (custom-comment-hide): New function. | |
| 557 (custom-variable-set, custom-variable-save) | |
| 558 (custom-variable-reset-standard, custom-face-set) | |
| 559 (custom-face-save): Use it. | |
| 560 | |
| 25946 | 561 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
| 562 | |
| 25949 | 563 * hexl.el (hexl-mode): Do nothing if already in hexl mode. |
| 564 | |
| 565 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu> | |
| 566 | |
| 25946 | 567 * faces.el (region): Doc fix. |
| 568 | |
| 25837 | 569 1999-09-27 Dave Love <fx@gnu.org> |
| 570 | |
| 571 * isearch.el (isearch): Add :links in defgroup. | |
| 572 (isearch-mode-map): Bind mouse-2 to isearch-mouse-yank. | |
| 573 (isearch-switch-frame-handler): Comment out (unused). | |
| 574 (isearch-yank-x-selection, isearch-ring-advance-edit): Doc fix. | |
| 575 (isearch-ring-retreat-edit): Doc fix. | |
| 576 (isearch-mouse-yank): New command. | |
| 577 (isearch-last-command-char): Removed. Callers changed to use | |
| 578 last-command-char. | |
| 579 (isearch-char-to-string): Removed. Callers changed to use | |
| 580 char-to-string. | |
| 581 | |
| 25944 | 582 1999-09-26 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru> |
| 583 | |
| 584 * ispell.el (ispell-dictionary-alist-6): Don't use "-C" | |
| 585 option for Russian. | |
| 586 | |
| 25837 | 587 1999-09-25 Gerd Moellmann <gerd@gnu.org> |
| 588 | |
| 589 * faces.el (face-differs-from-default-p): Compare face | |
| 590 attributes individually. | |
| 591 | |
| 592 * image.el (put-image, insert-image): Add string argument. | |
| 593 | |
| 594 1999-09-24 Gerd Moellmann <gerd@gnu.org> | |
| 595 | |
| 596 * ange-ftp.el (ange-ftp-date-regexp): Make it work for | |
| 597 LANG=de_DE.iso88591 on HPUX 11.0. | |
| 598 | |
| 599 * dired.el (dired-move-to-filename-regexp): Make it work | |
| 600 for LANG=de_DE.iso88591 on HPUX 11.0. | |
| 601 | |
| 602 1999-09-24 Carsten Dominik <cd@gnu.org> | |
| 603 | |
| 604 * textmodes/reftex-parse.el (reftex-parse-from-file): Scan for | |
| 605 multiple thebibliography environments. | |
| 606 | |
| 607 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug | |
| 608 with recentering window. | |
| 609 (reftex-extract-bib-entries-from-thebibliography, | |
| 610 reftex-offer-bib-menu,reftex-bibtex-selection-callback): Deal | |
| 611 with multiple thebibliography environments. | |
| 612 | |
| 613 * textmodes/reftex-vars.el | |
| 614 (reftex-section-levels): Function allowed as cdr. | |
| 615 (reftex-max-section-depth) New option. | |
| 616 | |
| 617 * textmodes/reftex-vcr.el (reftex-view-cr-cite): Deal | |
| 618 with multiple thebibliography environments. | |
| 619 | |
| 620 1999-09-23 Gerd Moellmann <gerd@gnu.org> | |
| 621 | |
| 622 * iswitchb.el (iswitchb-complete): Use minibuffer-prompt-end | |
| 623 instead of point-min in call to delete-region. | |
| 624 | |
| 625 1999-09-22 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
| 626 | |
| 627 * vc.el (vc-backend-checkout): Use with-temp-file when checking | |
| 628 out into arbitrary file names. | |
| 629 | |
| 630 1999-09-19 Ken'ichi Handa <handa@gnu.org> | |
| 631 | |
| 632 * language/european.el ("Turkish"): New language environment. | |
| 633 | |
| 634 1999-09-19 Dave Love <fx@gnu.org> | |
| 635 | |
| 636 * delim-col.el: New file. | |
| 637 | |
| 638 1999-09-17 Richard Stallman <rms@gnu.org> | |
| 639 | |
| 640 * files.el (after-find-file): When visiting a backup file, | |
| 641 make it read-only. | |
| 642 | |
| 643 * apropos.el (apropos-symbol-face): Non-nil even for ttys. | |
| 644 (apropos-keybinding-face, apropos-label-face): Likewise. | |
| 645 (apropos-property-face, apropos-match-face): Likewise. | |
| 646 (apropos-label-properties): New variable. | |
| 647 (apropos-print-doc): Use apropos-label-properties. | |
| 648 (apropos-print): Set apropos-label-properties. | |
| 649 | |
| 650 1999-09-15 Richard Stallman <rms@gnu.org> | |
| 651 | |
| 652 * winner.el: Use aref instead of sref. | |
| 653 | |
| 654 * whitespace.el (whitespace-mode, whitespace-mode-line): Add defvars. | |
| 655 | |
| 656 1999-09-14 Gerd Moellmann <gerd@gnu.org> | |
| 657 | |
| 658 * lisp-mode.el (eval-last-sexp): Use prin1 instead of print. | |
| 659 | |
| 660 1999-09-14 Richard Stallman <rms@gnu.org> | |
| 661 | |
| 662 * font-lock.el (lisp-font-lock-keywords-1): Recognize an autoload | |
| 663 cookie, even if followed by a letter. | |
| 664 | |
| 665 1999-09-14 Stephen Eglen <stephen@gnu.org> | |
| 666 | |
| 667 * progmodes/octave-inf.el (inferior-octave-startup): Ensure -i and | |
| 668 --no-line-editing are passed to Octave by including them here | |
| 669 rather than storing them in inferior-octave-startup-args. | |
| 670 | |
| 671 1999-09-14 Eli Zaretskii <eliz@gnu.org> | |
| 672 | |
| 673 * textmodes/texinfo.el (texinfo-font-lock-keywords): Add uref, | |
| 674 command, option, env and sc. | |
| 675 | |
| 676 * subr.el (shell-quote-argument): Quote argument with double | |
| 677 quotes for ms-dos. | |
| 678 | |
| 679 1999-09-14 Richard Stallman <rms@gnu.org> | |
| 680 | |
| 681 * simple.el (eval-expression-print-level): New variable. | |
| 682 (eval-expression-print-length): New variable. | |
| 683 (eval-expression-debug-on-error): New variable. | |
| 684 (eval-expression): Bind print-level, print-length and | |
| 685 debug-on-error from those vars. | |
| 686 | |
| 687 * emacs-lisp/lisp-mode.el (eval-defun, eval-last-sexp): | |
| 688 Bind print-level, print-length and debug-on-error. | |
| 689 | |
| 690 1999-09-14 Inge Frick <inge@nada.kth.se> | |
| 691 | |
| 692 * dired.el (dired-recursive-deletes): New custom variable. | |
| 693 (dired-re-no-dot): New variable. | |
| 694 (dired-delete-file): New function deletes files and directories | |
| 695 recursively. | |
| 696 (dired-internal-do-deletions): Use `dired-delete-file' to delete files. | |
| 697 | |
| 698 * dired-aux.el (dired-recursive-copies): New custom variable. | |
| 699 (dired-handle-overwrite): Broke a long line. | |
| 700 (dired-copy-file): Call `dired-copy-file-recursive' instead of | |
| 701 `copy-file'. | |
| 702 (dired-copy-file-recursive): New function. Copy directories | |
| 703 recursively. | |
| 704 (dired-do-create-files): Added support for generalized directory | |
| 705 target. How-to function may now return a function. New fluid | |
| 706 variable `dired-one-file'. | |
| 707 (dired-copy-how-to-fn): New variable. | |
| 708 (dired-do-copy): Bind `dired-recursive-copies' to preserve it. | |
| 709 Use dired-copy-how-to-fn as how-to argument to dired-do-create-files. | |
| 710 (dired-do-copy-regexp): No recursive copies. | |
| 711 | |
| 712 1999-09-14 Rajesh Vaidheeswarran <rv@dsmit.com> | |
| 713 | |
| 714 * whitespace.el (whitespace-version): Update version to 2.4 | |
| 715 | |
| 716 * whitespace.el: Add customization variables to conditionally test | |
| 717 any of the five whitespaces, per request from Rune Kleveland | |
| 718 <runekl@math.uio.no> and Klaus Berndl <berndl@sdm.de>. | |
| 719 | |
| 720 * whitespace.el (whitespace-spacetab-regexp): Fix doc string. | |
| 721 | |
| 722 * whitespace.el (whitespace-modes): Add `change-log-mode' to the | |
| 723 list of modes to be checked for bogus whitespaces. | |
| 724 | |
| 725 * whitespace.el (whitespace-rescan-timer-time): Update | |
| 726 documentation. | |
| 727 | |
| 728 * whitespace.el (whitespace-display-unchecked-whitespaces): | |
| 729 new function to update modeline with untested whitespaces. | |
| 730 | |
| 731 * whitespace.el (whitespace-buffer): Test only whitespaces whose | |
| 732 checking is turned on, and update modeline using the newly created | |
| 733 `whitespace-display-unchecked-whitespaces'. | |
| 734 | |
| 735 * whitespace.el (whitespace-cleanup): Cleanup only whitespaces | |
| 736 whose checking is turned on, and update modeline using the newly | |
| 737 created `whitespace-display-unchecked-whitespaces'. | |
| 738 | |
| 739 * whitespace.el (whitespace-describe): Update documentation. | |
| 740 | |
| 741 * whitespace.el (whitespace-tickle-timer): Test if | |
| 742 `whitespace-rescan-timer-time' is non-zero before tickling timer. | |
| 743 | |
| 744 1999-09-13 Dave Love <fx@gnu.org> | |
| 745 | |
| 746 * hideif.el (hide-ifdef-mode): Add autoload cookie. | |
| 747 | |
| 748 * checkdoc.el (checkdoc-display-status-buffer): Avoid Help mode | |
| 749 for temp buffer. | |
| 750 (checkdoc-this-string-valid): Don't assume default comment-start. | |
| 751 | |
| 752 1999-09-13 Gerd Moellmann <gerd@gnu.org> | |
| 753 | |
| 754 * rsz-mini.el: Remove code, keep the interface. | |
| 755 | |
| 756 1999-09-13 Dave Love <fx@gnu.org> | |
| 757 | |
| 758 * help.el (help-highlight-p): Doc fix. | |
| 759 | |
| 760 * faces.el (mode-line, header-line, tool-bar): Add :version. | |
| 761 (highlight, secondary-selection): Add :group. | |
| 762 (trailing-whitespace): Add :group, :version. | |
| 763 | |
| 764 * wid-edit.el: Remove some compatibility code and checks. | |
| 765 (widget-specify-field, widget-specify-button): Don't use XEmacs | |
| 766 properties. | |
| 767 (widget-overlay-inactive): Change error message. | |
| 768 (widget-button-pressed-face): New variable. | |
| 769 (widget-button-click): Use it. | |
| 770 (widget-documentation-link-add): Specify mouse and button faces. | |
| 771 (widget-echo-help-mouse, widget-stop-mouse-tracking): Functions | |
| 772 removed now the functionality is built in. | |
| 773 | |
| 774 * cus-edit.el: Don't define-widget-keywords. | |
| 775 (multimedia): New group. | |
| 776 (custom-last): Function removed. | |
| 777 (custom-quote): Add vectorp case, comment out characterp case. | |
| 778 (custom-buffer-done-function, custom-raised-buttons): New option. | |
| 779 (Custom-buffer-done): New function. | |
| 780 (custom-buffer-create-internal): Obey custom-raised-buttons, | |
| 781 Custom-buffer-done. | |
| 782 (custom-button-face): Make it `released-button'. | |
| 783 (custom-button-pressed-face): Make it `pressed-button' | |
| 784 (custom-mode-map): Bind "q" to Custom-buffer-done. | |
| 785 (custom-mode): Deal with raised/pressed buttons. | |
| 786 | |
| 787 Changes from Didier Verna: | |
| 788 (custom-prompt-variable): Optional third arg makes prompt for a | |
| 789 comment string. | |
| 790 (customize-set-value, customize-set-variable, | |
| 791 customize-save-variable): Optional prefix makes function handle | |
| 792 variable comments. | |
| 793 (customize-customized, customize-saved, custom-variable-state-set) | |
| 794 (custom-variable-set, custom-variable-save, custom-face-state-set) | |
| 795 (custom-variable-reset-saved, custom-variable-reset-standard) | |
| 796 (custom-face-set, custom-face-save, custom-face-reset-saved) | |
| 797 (custom-face-reset-standard, customize-save-customized): Handle | |
| 798 custom comments. | |
| 799 (custom-comment-face, custom-comment-tag-face): New face. | |
| 800 (custom-comment): New widget. | |
| 801 (custom-comment-create, custom-comment-delete) | |
| 802 (custom-comment-value-set, custom-comment-show) | |
| 803 ()custom-comment-invisible-p): New functions. | |
| 804 (custom-variable-value-create, custom-face-value-create): Create a | |
| 805 comment field widget. | |
| 806 (custom-variable-menu, custom-face-menu): New entry for custom | |
| 807 comment. | |
| 808 (custom-face-value-create): Remove compatibility code. | |
| 809 (custom-save-variables, custom-save-faces): Possibly save custom | |
| 810 comments. | |
| 811 | |
| 812 * cus-face.el (custom-face-attributes): Simplify :underline, | |
| 813 :overline, :inverse-video cases. Fix up :box case (probably needs | |
| 814 more work). | |
| 815 | |
| 816 Change from Didier Verna: | |
| 817 (custom-set-faces): The arguments can now have a custom comment as | |
| 818 fourth argument. | |
| 819 | |
| 820 * custom.el: Don't define-widget-keywords. | |
| 821 Change from Didier Verna: | |
| 822 (custom-set-variables): the arguments can now have a | |
| 823 custom comment as fifth element. | |
| 824 | |
| 825 1999-09-13 Richard Stallman <rms@gnu.org> | |
| 826 | |
| 827 * info.el (Info-find-node): Cope better if guesspos is too large. | |
| 828 | |
| 829 1999-09-12 Gerd Moellmann <gerd@gnu.org> | |
| 830 | |
| 831 * iswitchb.el (iswitchb-exhibit): Use buffer-string instead | |
| 832 of buffer-substring because buffer-string doesn't copy the | |
| 833 prompt. | |
| 834 | |
| 835 * faces.el (mode-line): Replaces `modeline'. | |
| 836 (toplevel): Make `modeline' an alias for `mode-line'. | |
| 837 | |
| 838 1999-09-12 Gerd Moellmann <gerd@gnu.org> | |
| 839 | |
| 840 * gs.el: Change `ghostscript' to `postscript' in comment. | |
| 841 | |
| 842 1999-09-11 Rob Riepel <riepel@Stanford.EDU> | |
| 843 | |
| 844 * emulation/tpu-edt.el (tpu-version): New version. | |
| 845 (tpu-search-overlay, tpu-replace-overlay): New variables. | |
| 846 (tpu-search-highlight, tpu-toggle-direction): New functions. | |
| 847 (tpu-lm-replace): Set tpu-replace-overlay. | |
| 848 (tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post | |
| 849 command hook. | |
| 850 | |
| 851 1999-09-11 Richard Stallman <rms@gnu.org> | |
| 852 | |
| 853 * isearch.el (isearch-mode-map): Undo previous change. | |
| 854 | |
| 855 * emacs-lisp/lisp-mode.el (eval-last-sexp): If after ?\LETTER, | |
| 856 use all of that as the sexp. | |
| 857 | |
| 858 * files.el (find-file-noselect): Catch errors in file-expand-wildcards, | |
| 859 and use the initial argument as file name directly. | |
| 860 Likewise if nothing matches. | |
| 861 | |
| 862 1999-09-11 Ivar Rummelhoff <ivarru@math.uio.no> | |
| 863 | |
| 864 * winner.el: Major changes. Avoid changing point and mark. | |
| 865 Save configurations after they change, not before. | |
| 866 | |
| 867 1999-09-10 Keisuke Nishida <kxn30@po.cwru.edu> | |
| 868 | |
| 869 * emacs-lisp/bytecomp.el (byte-compile-output-docform): | |
| 870 Bind print-continuous-numbering and print-number-table. | |
| 871 | |
| 872 1999-09-10 Dave Love <fx@gnu.org> | |
| 873 | |
| 874 * bindings.el (debug-ignored-errors): Restore BBDB stuff. | |
| 875 | |
| 876 1999-09-09 Richard Stallman <rms@gnu.org> | |
| 877 | |
| 878 * whitespace.el: Finish making it fit Emacs conventions. | |
| 879 Add autoloads. | |
| 880 | |
| 881 1999-09-09 Eli Zaretskii <eliz@is.elta.co.il> | |
| 882 | |
| 883 * generic-x.el (bat-generic-mode): "::"-style comments don't | |
| 884 need to begin with "-". Fix the font-lock definitions of ON/OFF | |
| 885 after BREAK/VERIFY. Remove built-in commands like CALL and ECHO | |
| 886 from the list of keywords. Add DO to the list of keywords. | |
| 887 | |
| 888 1999-09-09 Dave Love <fx@gnu.org> | |
| 889 | |
| 890 * byte-opt.el (byte-optimize-backward-char): | |
| 891 (byte-optimize-backward-word): New optimizations. | |
| 892 (side-effect-free-fns, side-effect-and-error-free-fns): Add | |
| 893 entries. | |
| 894 | |
| 895 1999-09-09 Gerd Moellmann <gerd@gnu.org> | |
| 896 | |
| 897 * image.el (put-image): Remove optional buffer parameter. | |
| 898 | |
| 899 * faces.el (face-italic-p): Return t only for values `italic' | |
| 900 and `oblique'. | |
| 901 | |
| 902 * mouse.el (mouse-drag-mode-line-1): Extension of former | |
| 903 mouse-drag-mode-line that also drags the header line. | |
| 904 (mouse-drag-mode-line): Call it. | |
| 905 (mouse-drag-header-line): New. | |
| 906 (toplevel): Bind down-mouse-1 on header lines to | |
| 907 mouse-drage-header-line. | |
| 908 | |
| 909 1999-09-08 Gerd Moellmann <gerd@gnu.org> | |
| 910 | |
| 911 * bindings.el (mode-line-unbury-buffer): Use aref instead of sref. | |
| 912 (make-mode-line-mouse-sensitive): Replace `top-line' by | |
| 913 `header-line'. | |
| 914 | |
| 915 1998-09-08 Michael Ernst <mernst@alum.mit.edu> | |
| 916 | |
| 917 * help.el (describe-function-1): Don't return empty string for keymaps. | |
| 918 | |
| 919 * fill.el (fill-region-as-paragraph, canonically-space-region): | |
| 920 Respect colon-double-space at end of line. | |
| 921 | |
| 922 1999-09-08 Stephen Gildea <gildea@alum.mit.edu> | |
| 923 | |
| 924 * files.el (backup-by-copying-when-privileged-mismatch): New variable. | |
| 925 (backup-buffer): Use it. | |
| 926 | |
| 927 1999-09-08 Peter Breton <pbreton@ne.mediaone.net> | |
| 928 | |
| 929 * generic-x.el (generic-define-unix-modes): Added new modes: | |
| 930 inetd-conf-generic-mode, etc-services-generic-mode, | |
| 931 etc-passwd-generic-mode. These are all defined for Unix by default. | |
| 932 (apache-generic-mode): Use an imenu-generic-expression to list | |
| 933 Configuration keywords. | |
| 934 (samba-generic-mode): Use both ; and # as comment characters. | |
| 935 (samba-generic-mode): Font-lock expressions now highlight name | |
| 936 value pairs. | |
| 937 (bat-generic-mode): Keywords are now case-insensitive through | |
| 938 font-lock-defaults setting. | |
| 939 (java-properties-generic-mode): Supports both ! and # as comment | |
| 940 characters. | |
| 941 (java-properties-generic-mode): Added an imenu-generic-expression | |
| 942 (java-properties-generic-mode): Reworked to support the various | |
| 943 different ways to separate name and value (viz, '=', ':' and | |
| 944 whitespace). | |
| 945 (show-tabs-generic-mode): Added this new generic-mode. | |
| 946 | |
| 947 1999-09-08 Richard Stallman <rms@gnu.org> | |
| 948 | |
| 949 * progmodes/inf-lisp.el: Moved from top directory. | |
| 950 | |
| 951 * tar-mode.el (tar-header-block-tokenize): | |
| 952 Use `when' instead of `and'. Fix some clobbered text. | |
| 953 | |
| 954 * gud.el (gud-make-debug-menu): Make a child for the | |
| 955 local menu, for its menu bar, and the debug menu. | |
| 956 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): | |
| 957 Use the history in the simple way. | |
| 958 | |
| 959 1999-09-07 Kenichi Handa <handa@etl.go.jp> | |
| 960 | |
| 961 * language/korea-util.el (default-korean-keyboard): Initialize it | |
| 962 according to the environment variable HANGUL_KEYBOARD_TYPE. | |
| 963 | |
| 964 1999-09-07 Richard Stallman <rms@gnu.org> | |
| 965 | |
| 966 * subr.el (make-temp-file): New function. | |
| 967 | |
| 968 1999-09-07 Stefan Monnier <monnier@cs.yale.edu> | |
| 969 | |
| 970 * font-lock.el (font-lock-multiline): New text property contains | |
| 971 a boolean to indicate if the char is part of a multiline match. | |
| 972 (font-lock-default-fontify-region): Extend the region appropriately | |
| 973 for multiline keywords. | |
| 974 (font-lock-default-unfontify-region): Also remove the new | |
| 975 font-lock-multiline text property. | |
| 976 (font-lock-fontify-anchored-keywords): Mark multiline anchored matches. | |
| 977 (font-lock-fontify-keywords-region): Mark multiline regexp matches. | |
| 978 | |
| 979 1999-09-07 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
| 980 | |
| 981 * diary-lib.el (list-diary-entries): Make sure two-digit years | |
| 982 have leading zeros. | |
| 983 | |
| 984 1999-09-07 Gerd Moellmann <gerd@gnu.org> | |
| 985 | |
| 986 * faces.el (face-set-after-frame-default): Initialize some | |
| 987 attributes of some faces from frame parameters. | |
| 988 | |
| 989 * faces.el (scroll-bar, border, cursor, mouse): New faces. | |
| 990 | |
| 991 1999-09-07 Gerd Moellmann <gerd@gnu.org> | |
| 992 | |
| 993 * faces.el (fringe): Replaces face `margin'. | |
| 994 | |
| 995 1999-09-07 Dave Love <fx@gnu.org> | |
| 996 | |
| 997 * tar-mode.el (tar-header-block-tokenize): Bind linkname. | |
| 998 | |
| 999 1999-09-07 Richard Stallman <rms@gnu.org> | |
| 1000 | |
| 1001 * subr.el (push): Doc fix. | |
| 1002 | |
| 1003 1999-09-06 Richard Stallman <rms@gnu.org> | |
| 1004 | |
| 1005 * vc.el (vc-annotate-display): Use < 69 not < 70 | |
| 1006 to distinguish 20YY from 19YY. | |
| 1007 | |
| 1008 * timezone.el (timezone-parse-date): Use < 69 not < 70 | |
| 1009 to distinguish 20YY from 19YY. | |
| 1010 | |
| 1011 * tar-mode.el (tar-extract): Don't assume buffer is visiting a file. | |
| 1012 | |
| 1013 1999-09-07 Dave Pearson <davep@hagbard.demon.co.uk> | |
| 1014 | |
| 1015 * quickurl.el: (quickurl-list-focused-line): Removed. | |
| 1016 (quickurl-list-insert): Now works out the focused line using | |
| 1017 `count-lines' instead of using `quickurl-list-focused-line'. | |
| 1018 | |
| 1019 1999-09-06 Richard Stallman <rms@gnu.org> | |
| 1020 | |
| 1021 * mail/rmail.el (rmail-retry-failure): Unconditionally move | |
| 1022 to beginning of message. | |
| 1023 | |
| 1024 1999-09-06 Dave Love <fx@gnu.org> | |
| 1025 | |
| 1026 * isearch.el (isearch-mode-map): Add mouse-2. | |
| 1027 | |
| 1028 * rmail.el (rmail-read-password): Deleted. | |
| 1029 (rmail-get-pop-password): Use read-password. | |
| 1030 | |
| 1031 * quickurl.el: Don't conditionally define caddr. | |
| 1032 (quickurl-url-comment): Use nth, not caddr in function and | |
| 1033 defsetf. | |
| 1034 | |
| 1035 1999-09-06 Richard Stallman <rms@gnu.org> | |
| 1036 | |
| 1037 * auto-show.el: Doc fixes. | |
| 1038 | |
| 1039 1999-09-06 Stephen Eglen <stephen@gnu.org> | |
| 1040 | |
| 1041 * progmodes/octave-inf.el (inferior-octave-startup-args): Add | |
| 1042 --no-line-editing so that TABs in source files are not interpreted | |
| 1043 as completion requests. | |
| 1044 | |
| 1045 1999-09-06 Gerd Moellmann <gerd@gnu.org> | |
| 1046 | |
| 1047 * hscroll.el, auto-show.el: Remove all code, keep the public | |
| 1048 interface as no-ops. | |
| 1049 | |
| 1050 * faces.el (face-bold-p): Don't return t if face has lighter | |
| 1051 weight than normal. | |
| 1052 | |
| 1053 1999-09-06 Eli Zaretskii <eliz@gnu.org> | |
| 1054 | |
| 1055 * startup.el (command-line): Make small-temporary-file-directory | |
| 1056 be nil except on ms-dos. | |
| 1057 | |
| 1058 * files.el (small-temporary-file-directory): Ditto. Also doc fix. | |
| 1059 | |
| 1060 * progmodes/sh-script.el (sh-tmp-file): For sh, use $TMPDIR if it | |
| 1061 is defined. | |
| 1062 | |
| 1063 * dired.el (dired-re-dir, dired-re-sym): Don't match DOS drive | |
| 1064 letters with a colon after d or l. | |
| 1065 | |
| 1066 1999-09-06 Dave Love <fx@gnu.org> | |
| 1067 | |
| 1068 * byte-opt.el (byte-boolean-vars): Removed. (Now primitive.) | |
| 1069 | |
| 1070 1999-09-05 Richard Stallman <rms@gnu.org> | |
| 1071 | |
| 1072 * vc.el (vc-annotate-display): Treat 2-digit years under 70 as 20YY. | |
| 1073 | |
| 1074 * textmodes/paragraphs.el (backward-kill-sentence): | |
| 1075 Don't test minibuffer-prompt-end here. | |
| 1076 (forward-sentence): Do handle it here. | |
| 1077 (backward-kill-paragraph): Don't test it here. | |
| 1078 (forward-paragraph): Handle it here. | |
| 1079 | |
| 1080 * mouse.el (font-menu-add-default): Simplify code. | |
| 1081 | |
| 1082 1999-09-05 Gerd Moellmann <gerd@gnu.org> | |
| 1083 | |
| 1084 * faces.el (header-line): Renamed from `top-line'. | |
| 1085 | |
| 1086 1999-09-05 Gerd Moellmann <gerd@gnu.org> | |
| 1087 | |
| 1088 * faces.el (tool-bar): Change face `toolbar' to `tool-bar'. | |
| 1089 | |
| 1090 1999-09-04 Richard Stallman <rms@gnu.org> | |
| 1091 | |
| 1092 * whitespace.el: New file. | |
| 1093 | |
| 1094 1999-09-04 Dave Love <fx@gnu.org> | |
| 1095 | |
| 1096 * paths.el: Make some doc strings obey the make-docfile convention. | |
| 1097 | |
| 1098 * bindings.el: Likewise. | |
| 1099 (debug-ignored-errors): Remove BBDB ones. | |
| 1100 | |
| 1101 1999-09-03 Richard Stallman <rms@gnu.org> | |
| 1102 | |
| 1103 * mail/mh-comp.el (mh-forward): Get new subject line from the original, | |
| 1104 not from the draft to forward. | |
| 1105 | |
| 1106 * emacs-lisp/autoload.el (make-autoload): Handle defun* like defun. | |
| 1107 | |
| 1108 1999-09-03 Dave Love <fx@gnu.org> | |
| 1109 | |
| 1110 * double.el (double-mode): Customize the variable. | |
| 1111 | |
| 1112 1999-09-03 Kenichi Handa <handa@etl.go.jp> | |
| 1113 | |
| 1114 * international/characters.el: Delete duplicated code. | |
| 1115 | |
| 1116 1999-09-02 Richard Stallman <rms@gnu.org> | |
| 1117 | |
| 1118 * indent.el (indent-relative): Doc fix. | |
| 1119 | |
| 1120 * quickurl.el (quickurl): Doc fix. | |
| 1121 | |
| 1122 1999-09-02 Gerd Moellmann <gerd@gnu.org> | |
| 1123 | |
| 1124 * faces.el (margin): Change background to "gray" for mono (this is | |
| 1125 drawn with a stipple pattern). | |
| 1126 | |
| 1127 1999-09-02 Gerd Moellmann <gerd@gnu.org> | |
| 1128 | |
| 1129 * simple.el (next-history-element): Use minibuffer-prompt-end once | |
| 1130 again. Remove test for minibuffer-prompt-in-buffer. | |
| 1131 | |
| 1132 1999-09-02 Eli Zaretskii <eliz@gnu.org> | |
| 1133 | |
| 1134 * files.el (small-temporary-file-directory): New variable. | |
| 1135 | |
| 1136 * startup.el (command-line): Compute the value of | |
| 1137 small-temporary-file-directory. | |
| 1138 | |
| 1139 * ediff-init.el (ediff-temp-file-prefix): Use | |
| 1140 small-temporary-file-directory if non-nil. | |
| 1141 | |
| 1142 * vc.el (vc-update-change-log): Likewise. | |
| 1143 | |
| 1144 * progmodes/cmacexp.el (c-macro-expansion): Likewise. | |
| 1145 | |
| 1146 * simple.el (shell-command, shell-command-on-region): Use | |
| 1147 make-temp-name properly. Use small-temporary-file-directory if | |
| 1148 non-nil, otherwise temporary-file-directory, to generate temporary | |
| 1149 files. | |
| 1150 | |
| 1151 * dos-w32.el (direct-print-region-helper): Use | |
| 1152 temporary-file-directory. (From Stefan Monnier.) | |
| 1153 | |
| 1154 1999-09-02 Richard Stallman <rms@gnu.org> | |
| 1155 | |
| 1156 * progmodes/asm-mode.el (asm-mode): Set comment-start properly | |
| 1157 from asm-comment-char. | |
| 1158 (asm-font-lock-keywords): Recognize instruction width suffixes. | |
| 1159 | |
| 1160 1999-09-01 Richard Stallman <rms@gnu.org> | |
| 1161 | |
| 1162 * play/fortune.el: New file. | |
| 1163 | |
| 1164 1999-08-31 Dave Love <fx@gnu.org> | |
| 1165 | |
| 1166 * help.el (help-make-xrefs): Don't lose on non-empty blank line | |
| 1167 after key table. | |
| 1168 | |
| 1169 * byte-opt.el (byte-boolean-vars): Add several w32 and redisplay | |
| 1170 variables. | |
| 1171 | |
| 1172 * subr.el (push): Fix typo. | |
| 1173 | |
| 1174 1999-08-30 Kevin Blake <kblake@ticnet.com> | |
| 1175 | |
| 1176 * emacs-lisp/ring.el: Many doc fixes. | |
| 1177 (ring-size, ring-copy): New functions. | |
| 1178 | |
| 1179 1999-08-29 Richard Stallman <rms@gnu.org> | |
| 1180 | |
| 1181 * progmodes/etags.el (tags-loop-continue): | |
| 1182 After tags-loop-operate returns, force skip to next file. | |
| 1183 | |
| 1184 * mail/mail-extr.el (mail-extr-all-letters-but-separators) | |
| 1185 (mail-extr-first-letters, mail-extr-last-letters): | |
| 1186 Use character classes [:alpha:] and [:alnum:]. | |
| 1187 | |
| 1188 * subr.el (push, pop): New macros. | |
| 1189 | |
| 1190 * progmodes/compile.el (compilation-error-regexp-alist): | |
| 1191 New item for SGI IRIX MipsPro compilers. | |
| 1192 | |
| 1193 * speedbar.el (speedbar-directory-buttons): Recognize | |
| 1194 device names when checking for file names. | |
| 1195 | |
| 1196 * array.el (array-reconfigure-rows): Use generate-new-buffer. | |
| 1197 | |
| 1198 * emacs-lisp/lisp-mode.el (eval-defun): Expand macros, | |
| 1199 and specially handle defvar inside their expansions. | |
| 1200 (eval-defun-1): New subroutine. | |
| 1201 | |
| 1202 * progmodes/compile.el (compilation-error-regexp-alist): | |
| 1203 Fix the Perl -w entry to allow period after line number. | |
| 1204 Don't allow newlines in file name, but allow them after line number | |
| 1205 for Perl debugging traces. | |
| 1206 | |
| 1207 * which-func.el (which-func-cleanup-function): New variable. | |
| 1208 (which-function): Call that function. | |
| 1209 | |
| 1210 * emacs-lisp/find-func.el (find-function-regexp): Allow a ) or ( | |
| 1211 to end a function name. | |
| 1212 | |
| 1213 * informat.el (Info-tagify): Don't insert more than one newline | |
| 1214 before the tag table. | |
| 1215 | |
| 1216 1999-08-29 Stefan Monnier <monnier@cs.yale.edu> | |
| 1217 | |
| 1218 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather | |
| 1219 than make-temp-name, use match-string-no-properties, and eliminate | |
| 1220 a quadratic behavior when building bibtex-strings. | |
| 1221 | |
| 1222 1999-08-29 Alex Schroeder <alex@gnu.org> | |
| 1223 | |
| 1224 * comint.el (comint-input-ring-separator): New variable. | |
| 1225 (comint-read-input-ring): Doc change; use | |
| 1226 comint-input-ring-separator when reading file. | |
| 1227 (comint-write-input-ring): Use | |
| 1228 comint-input-ring-separator when writing file. | |
| 1229 | |
| 1230 1999-08-29 Marc Girod <girod@shire.ntc.nokia.com> | |
| 1231 | |
| 1232 * informat.el (Info-tagify): Start by widening. | |
| 1233 Match node headers that don't list the file name, | |
| 1234 and more kinds of page separations. | |
| 1235 Strip properties during tagification. | |
| 1236 Use start of node header line as tag's position. | |
| 1237 Fix the "done" message. | |
| 1238 | |
| 1239 (Info-validate): Save and restore match data around narrowing down. | |
| 1240 | |
| 1241 1999-08-28 Richard M. Stallman <rms@gnu.org> | |
| 1242 | |
| 1243 * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode): | |
| 1244 On repeated call, override previous values put into | |
| 1245 minor-mode-map-alist and minor-mode-alist. | |
| 1246 | |
| 1247 1999-08-28 Michael Ernst <mernst@alum.mit.edu> | |
| 1248 | |
| 1249 * dired-x.el (dired-guess-shell-alist-default): Support bzip2 format. | |
| 1250 | |
| 1251 1999-08-27 Andreas Schwab <schwab@gnu.org> | |
| 1252 | |
| 1253 * vc.el (vc-backend-merge-news): Fix regexp to also match P marker | |
| 1254 from cvs update. | |
| 1255 | |
| 1256 1999-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
| 1257 | |
| 1258 * calendar/calendar.el (calendar-move-hook): New hook. | |
| 1259 | |
| 1260 * calendar/cal-move.el: Call the new hook in every movement function. | |
| 1261 | |
| 1262 * calendar/calendar.el (calendar-goto-astro-day-number): Autoload | |
| 1263 the right function name. | |
| 1264 | |
| 1265 1999-08-26 Stephen Gildea <gildea@alum.mit.edu> | |
| 1266 | |
| 1267 * time-stamp.el: Put quote-backquote around all symbol names | |
| 1268 in doc strings, for mousing. | |
| 1269 (time-stamp): support multi-line patterns. | |
| 1270 (time-stamp-inserts-lines): new variable. | |
| 1271 (time-stamp-count): new variable. | |
| 1272 (time-stamp-string-preprocess): fixed bug where "%%a" becomes | |
| 1273 "Thu" instead of "%a". | |
| 1274 | |
| 1275 1999-08-25 Gerd Moellmann <gerd@gnu.org> | |
| 1276 | |
| 1277 * simple.el (kill-word): Undo previous change. | |
| 1278 | |
| 1279 1999-08-25 Gerd Moellmann <gerd@gnu.org> | |
| 1280 | |
| 1281 * jit-lock.el (jit-lock-function): Extend the fontified range | |
| 1282 to the beginning of the line containing the range start and | |
| 1283 the beginning of the line following the range end. | |
| 1284 | |
| 1285 1999-08-24 Dave Love <fx@gnu.org> | |
| 1286 | |
| 1287 * timezone.el: Move provide to end. | |
| 1288 (timezone-parse-date): Simplify somewhat. Assume 2-digit years | |
| 1289 <70 are 2000+. | |
| 1290 (timezone-parse-time): Simplify somewhat. | |
| 1291 | |
| 1292 1999-08-24 Gerd Moellmann <gerd@gnu.org> | |
| 1293 | |
| 1294 * faces.el (margin): Renamed from bitmap-area. | |
| 1295 | |
| 1296 1999-08-24 Alex Schroeder <alex@gnu.org> | |
| 1297 | |
| 1298 * sql.el: Doc changes. | |
| 1299 (sql-sybase): use sql-server instead of sql-database. | |
| 1300 | |
| 1301 1999-08-23 Dave Love <fx@gnu.org> | |
| 1302 | |
| 1303 * rect.el: Add/fix various doc strings. Add `*' to all the | |
| 1304 interactive specs. | |
| 1305 | |
| 1306 1999-08-21 Gerd Moellmann <gerd@gnu.org> | |
| 1307 | |
| 1308 * jit-lock.el (jit-lock-function): Use line-beginning-position. | |
| 1309 Don't unwind-protect font-lock-fontify-region. | |
| 1310 | |
| 1311 * paragraphs.el (backward-kill-paragraph): Don't move | |
| 1312 point into mini-buffer prompt. | |
| 1313 (backward-kill-sentence): Ditto. | |
| 1314 | |
| 1315 * simple.el (next-history-element): Use minibuffer-prompt-end. | |
| 1316 Remove test for minibuffer-prompt-in-buffer. | |
| 1317 (kill-word): Don't move point into mini-buffer prompt. | |
| 1318 | |
| 1319 1999-08-21 Dave Love <fx@gnu.org> | |
| 1320 | |
| 1321 * Makefile: Exclude CVS dirs like RCS. | |
| 1322 | |
| 1323 1999-08-19 Dave Love <fx@gnu.org> | |
| 1324 | |
| 1325 * tooltip.el (tooltip-mode): Customize this, per convention. | |
| 1326 (tooltip-active): Option deleted. | |
| 1327 | |
| 1328 * font-lock.el (global-font-lock-mode): Autoload. Add :initialize. | |
| 1329 | |
| 1330 * hanoi.el, page-ext.el: Declare dynamic vars. | |
| 1331 | |
| 1332 * term.el: Avoid ange-ftp related compilation warnings. | |
| 1333 | |
| 1334 1999-08-18 Gerd Moellmann <gerd@gnu.org> | |
| 1335 | |
| 1336 * font-lock.el (font-lock-support-mode): Make `jit-lock-mode' | |
| 1337 the default so that beginners can benefit from it without | |
| 1338 searching in manuals. | |
| 1339 | |
| 1340 1999-08-18 Ray Blaak <blaak@gnu.org> | |
| 1341 | |
| 1342 * progmodes/delphi.el: Consider assembly sections as blocks, to | |
| 1343 indent them better. Make auto-indent on newline optional. | |
| 1344 | |
| 1345 1999-08-17 Gerd Moellmann <gerd@gnu.org> | |
| 1346 | |
| 1347 * bindings.el (mode-line-modified): Look up key binding for C-x | |
| 1348 C-q. If it's bound call that binding, otherwise call | |
| 1349 toggle-read-only. | |
| 1350 | |
| 1351 1999-08-17 Dave Love <fx@gnu.org> | |
| 1352 | |
| 1353 * info.el (info): Doc fix. | |
| 1354 | |
| 1355 * finder.el (finder-known-keywords): Add `multimedia'. | |
| 1356 | |
| 1357 * apropos.el: Don't capitalize custom group name. | |
| 1358 | |
| 1359 * info-look.el: Remove compatibility code. | |
| 1360 (info-lookup-guess-default*): DTRT for point at start of symbol. | |
| 1361 (info-complete): Don't lose with point not at end of symbol. | |
| 1362 | |
| 1363 1999-08-16 Gerd Moellmann <gerd@gnu.org> | |
| 1364 | |
| 1365 * term.el (toplevel): Make face `term-default' an empty face. | |
| 1366 The code relied on the fact that Emacs ignored invalid faces in | |
| 1367 face text properties in 20.4. | |
| 1368 | |
| 1369 1999-08-16 Richard M. Stallman <rms@gnu.org> | |
| 1370 | |
| 1371 * subr.el (point-at-eol, point-at-bol): New aliases. | |
| 1372 | |
| 1373 * simple.el: Functions reordered. | |
| 1374 | |
| 1375 * rect.el (delete-rectangle-line): Use line-end-position. | |
| 1376 | |
| 1377 1999-08-16 Karl Heuer <kwzh@gnu.org> | |
| 1378 | |
| 1379 * subr.el (assoc-ignore-case, assoc-ignore-representation): Moved | |
| 1380 here from simple.el. | |
| 1381 | |
| 1382 1999-08-16 Dave Love <fx@gnu.org> | |
| 1383 | |
| 1384 * mouse.el: Provide `mldrag' for compatibility. | |
| 1385 (mldrag-drag-mode-line, mldrag-drag-vertical-line): New aliases, | |
| 1386 marked obsolete. | |
| 1387 | |
| 1388 * mldrag.el: Removed since the features are in mouse.el. | |
| 1389 | |
| 1390 * jka-compr.el (auto-compression-mode): New variable for | |
| 1391 customization. | |
| 1392 | |
| 1393 * bindings.el (mode-line-mule-info): Doc fix. | |
| 1394 | |
| 1395 * msb.el (msb--choose-file-menu): Use `completion-ignore-case' in | |
| 1396 name comparisons. | |
| 1397 | |
| 1398 * files.el (interpreter-mode-alist): Add make, guile, clisp. | |
| 1399 (find-file): Doc fix. | |
| 1400 | |
| 1401 1999-08-16 Carsten Dominik <cd@gnu.org> | |
| 1402 | |
| 1403 * textmodes/reftex.el: Most of the code moved to other files. | |
| 1404 * textmodes/reftex-auc.el: New file, split out from reftex.el | |
| 1405 * textmodes/reftex-cite.el: New file, split out from reftex.el | |
| 1406 * textmodes/reftex-global.el: New file, split out from reftex.el | |
| 1407 * textmodes/reftex-index.el: New file, split out from reftex.el | |
| 1408 * textmodes/reftex-parse.el: New file, split out from reftex.el | |
| 1409 * textmodes/reftex-ref.el: New file, split out from reftex.el | |
| 1410 * textmodes/reftex-sel.el: New file, split out from reftex.el | |
| 1411 * textmodes/reftex-toc.el: New file, split out from reftex.el | |
| 1412 * textmodes/reftex-vars.el: New file, split out from reftex.el | |
| 1413 * textmodes/reftex-vcr.el: New file, split out from reftex.el | |
| 1414 | |
| 1415 1999-08-16 Carsten Dominik <cd@gnu.org> | |
| 1416 | |
| 1417 * textmodes/reftex.el: (reftex-pop-to-bibtex-entry): Fixed | |
| 1418 conflict with pop-up-frames. | |
| 1419 (reftex-special-environment-parsers): New constant. | |
| 1420 (reftex-label-alist): car of an entry can also be a function. | |
| 1421 (reftex-what-special-env): new function. | |
| 1422 (reftex-label-location): Call `reftex-what-special-env'. | |
| 1423 (reftex-compile-variables): Check for symbol in | |
| 1424 `reftex-label-alist'. | |
| 1425 (reftex-what-environment): fixed bug with stacked environments of | |
| 1426 same kind (e.g. enumerate). | |
| 1427 (reftex-process-string): Preserve default directory. | |
| 1428 (reftex-label-alist-builtin): changed prefixes of endnote and | |
| 1429 footnote. Also the magic words. | |
| 1430 (reftex-reference): Interprete new option | |
| 1431 `reftex-fref-is-default'. | |
| 1432 (reftex-replace-prefix-escapes): Interprete new `%S' format. | |
| 1433 (reftex-toc-mouse-view-line): Command removed (had no binding). | |
| 1434 (reftex-everything-regexp): New function. | |
| 1435 (reftex-nearest-match): Made better. | |
| 1436 (reftex-toc-find-section): Use new version of | |
| 1437 `reftex-nearest-match'. | |
| 1438 (reftex-insert-docstruct): adapted to work with the index stuff. | |
| 1439 (reftex-parse-from-file): Find index entries as well. | |
| 1440 (reftex-toc-toggle-index): New function | |
| 1441 (reftex-toc-map): `i' is now used to togle the index, File | |
| 1442 boundaries has been moved to `F'. | |
| 1443 (reftex-select-label-map): Toggling display of file boundaries is | |
| 1444 now on the `F' key, for consistency with `reftex-toc-map'. | |
| 1445 (reftex-erase-all-selection-and-index-buffers): Renamed from | |
| 1446 `reftex-erase-all-selection-buffer'. Now also kills the index | |
| 1447 buffers. | |
| 1448 (reftex-viewing-cross-references): Customization group renamed | |
| 1449 from reftex-viewing-cross-references-and-citations. | |
| 1450 (reftex-index-macro-regexp, | |
| 1451 reftex-find-index-entry-regexp-format): New variables | |
| 1452 (reftex-macros-with-index): New variable | |
| 1453 (reftex-add-index-macros): New function | |
| 1454 (reftex-renumber-simple-labels, reftex-translate): Allow for | |
| 1455 multiple labels in a single ref command. | |
| 1456 (reftex-index-support): New customization group | |
| 1457 (reftex-support-index, reftex-index-special-chars, | |
| 1458 reftex-index-macros, reftex-index-default-macro, | |
| 1459 reftex-index-default-tag, reftex-index-math-format, | |
| 1460 reftex-index-section-letters, reftex-index-include-context, | |
| 1461 reftex-index-follow-mode, reftex-index-header-face, | |
| 1462 reftex-index-section-face, reftex-index-tag-face, | |
| 1463 reftex-index-face): New options | |
| 1464 (reftex-index-map, reftex-index-menu, reftex-last-index-file, | |
| 1465 reftex-index-tag, reftex-index-return-marker, | |
| 1466 reftex-index-restriction-indicator, reftex-index-restriction-data, | |
| 1467 reftex-index-macro-regexp, reftex-index-level-re, | |
| 1468 reftex-index-key-end-re, reftex-find-index-entry-regexp-format, | |
| 1469 reftex-everything-regexp-no-index, reftex-index-re, | |
| 1470 reftex-macros-with-index, reftex-index-macro-alist): New variables | |
| 1471 (reftex-index-help, reftex-index-macros-builtin, | |
| 1472 reftex-key-to-index-macro-alist, reftex-query-index-macro-prompt, | |
| 1473 reftex-query-index-macro-help): New constants | |
| 1474 (reftex-index-selection-or-word, reftex-index, | |
| 1475 reftex-default-index, reftex-update-default-index, | |
| 1476 reftex-index-complete-tag, reftex-index-select-tag, | |
| 1477 reftex-index-complete-key, reftex-index-update-taglist, | |
| 1478 reftex-index-globally, reftex-index-mode, reftex-index-show-entry, | |
| 1479 reftex-display-index, reftex-insert-index, | |
| 1480 reftex-index-insert-new-letter, reftex-get-restriction, | |
| 1481 reftex-index-pre-command-hook, reftex-index-post-command-hook, | |
| 1482 reftex-index-show-help, reftex-index-next, reftex-index-previous, | |
| 1483 reftex-index-toggle-follow, reftex-index-toggle-context, | |
| 1484 reftex-index-view-entry, reftex-index-goto-entry-and-hide, | |
| 1485 reftex-index-goto-entry, reftex-index-mouse-goto-line-and-hide, | |
| 1486 reftex-index-quit, reftex-index-quit-and-kill, | |
| 1487 reftex-index-goto-toc, reftex-index-rescan, reftex-index-Rescan, | |
| 1488 reftex-index-revert, reftex-index-switch-index-tag, | |
| 1489 reftex-index-restrict-to-section, reftex-index-widen, | |
| 1490 reftex-index-restriction-forward, | |
| 1491 reftex-index-restriction-backward, reftex-index-visit-location, | |
| 1492 reftex-index-analyze-entry, reftex-index-globalize, | |
| 1493 reftex-index-edit, reftex-index-toggle-range-beginning, | |
| 1494 reftex-index-toggle-range-end, reftex-index-edit-key, | |
| 1495 reftex-index-edit-attribute, reftex-index-edit-visual, | |
| 1496 reftex-index-edit-part, reftex-index-level-down, | |
| 1497 reftex-index-level-up, reftex-index-kill, reftex-index-undo, | |
| 1498 reftex-index-change-entry, reftex-index-goto-letter, | |
| 1499 reftex-add-index-macros, reftex-ensure-index-support, | |
| 1500 reftex-index-info-safe, reftex-index-info): New functions. | |
| 1501 | |
| 1502 | |
| 1503 1999-08-15 Richard M. Stallman <rms@gnu.org> | |
| 1504 | |
| 1505 * paren.el (show-paren-mode): Support making show-paren-mode | |
| 1506 a buffer-local variable. Don't check for a window system. | |
| 1507 (show-paren-function): Check whether show-paren-function is | |
| 1508 enabled in current buffer; do the right thing if not. | |
| 1509 Don't check for a window system. | |
| 1510 (show-paren-mode): Make it a user variable. | |
| 1511 | |
| 1512 * add-log.el (add-log-current-defun): Exclude all trailing whitespace. | |
| 1513 Handle `enum' like `struct'. | |
| 1514 | |
| 1515 * server.el (server-process-filter): If a client visits no buffers, | |
| 1516 close it immediately before recording it. | |
| 1517 | |
| 1518 * mail/mail-utils.el (mail-unquote-printable): Make it autoload. | |
| 1519 Optimize by calling concat just once. Handle =\n sequence. | |
| 1520 (mail-unquote-printable-region): New command. | |
| 1521 (mail-quote-printable): Make it autoload. | |
| 1522 | |
| 1523 1999-08-15 Karl Heuer <kwzh@gnu.org> | |
| 1524 | |
| 1525 * progmodes/octave-mod.el (octave-maintainer-address): Use gnu.org. | |
| 1526 | |
| 1527 1999-08-15 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp> | |
| 1528 | |
| 1529 * lisp/texinfmt.el: Handle @ifnottex. | |
| 1530 | |
| 1531 1999-08-15 Eli Zaretskii <eliz@gnu.org> | |
| 1532 | |
| 1533 * frame.el (blink-cursor): Don't turn on cursor blinking for | |
| 1534 ms-dos. | |
| 1535 | |
| 1536 * faces.el (face-valid-attribute-values): Look in | |
| 1537 x-bitmap-file-path only for x and w32 window systems. | |
| 1538 | |
| 1539 * term/pc-win.el (x-list-fonts): Return "ms-dos", not "default". | |
| 1540 Do that if width is nil as well. | |
| 1541 (x-display-mm-height, x-display-mm-width): Update values. | |
| 1542 (x-colors): Compute the list from msdos-color-values. | |
| 1543 (x-select-enable-clipboard): Doc fix. | |
| 1544 (x-frob-font-weight, x-font-family-list): New functions. | |
| 1545 | |
| 1546 1999-08-15 Toby Speight <Toby.Speight@streapadair.freeserve.co.uk> | |
| 1547 | |
| 1548 * window.el (shrink-window-if-larger-than-buffer): Don't try to | |
| 1549 back up from beginning of buffer. | |
| 1550 | |
| 1551 1999-08-13 Karl Heuer <kwzh@gnu.org> | |
| 1552 | |
| 1553 * emacs-lisp/advice.el (ad-special-forms): Use track-mouse iff bound. | |
| 1554 | |
| 1555 1999-08-13 Alakazam Petrofsky <Alakazam@Petrofsky.Berkeley.CA.US> | |
| 1556 | |
| 1557 * play/hanoi.el: Mostly rewritten. Customized. To support an s2G | |
| 1558 doomsday clock, speed control is added and changes are made to | |
| 1559 allow large numbers of rings: rings now show the whole ring | |
| 1560 number, not just the last digit; consecutive rings are allowed to | |
| 1561 be the same size when necessary to fit all the rings in the | |
| 1562 window; and poles can be oriented horizontally. Face support is | |
| 1563 thrown in gratuitously. | |
| 1564 (hanoi): Changed default number of rings back to 3. | |
| 1565 (hanoi-unix, hanoi-unix-64): New commands | |
| 1566 (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces, | |
| 1567 hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face, | |
| 1568 hanoi-odd-ring-face): New variables. | |
| 1569 (hanoi-internal, hanoi-current-time-float, hanoi-put-face, | |
| 1570 hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for, | |
| 1571 hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions. | |
| 1572 (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n. | |
| 1573 (hanoi-topos, hanoi-draw-ring): Removed. | |
| 1574 | |
| 1575 1999-08-12 Gerd Moellmann <gerd@gnu.org> | |
| 1576 | |
| 1577 * faces.el (face-valid-attribute-values): Return an alist for | |
| 1578 families on ttys. | |
| 1579 (face-read-integer): Handle unspecified face attributes. Add | |
| 1580 completion for `unspecified'. | |
| 1581 (read-face-attribute): Handle unspecified font attributes. | |
| 1582 (face-valid-attribute-values): Add `unspecified' to lists so that | |
| 1583 it can be chosen via completion. | |
| 1584 (face-read-string): Don't recognize "none" as input. | |
| 1585 | |
| 1586 1999-08-10 Dave Love <fx@gnu.org> | |
| 1587 | |
| 1588 * sendmail.el (mail-specify-envelope-from): Fix quoting of doc | |
| 1589 string. | |
| 1590 | |
| 1591 * sun-curs.el: Require sun-fns. | |
| 1592 | |
| 1593 1999-08-10 Dave Love <fx@gnu.org> | |
| 1594 | |
| 1595 * autorevert.el (auto-revert-mode): Add autoload cookie. | |
| 1596 | |
| 1597 * hscroll.el, auto-show.el: Files deleted -- we have built-in | |
| 1598 hscroll. | |
| 1599 | |
| 1600 * simple.el (hscroll-step, hscroll-point-visible) | |
| 1601 (hscroll-window-column): Remove now we have the mentioned real | |
| 1602 horizontal autoscrolling. | |
| 1603 | |
| 1604 1999-08-10 Richard M. Stallman <rms@gnu.org> | |
| 1605 | |
| 1606 * mail/sendmail.el (sendmail-send-it): Let mail-specify-envelope-from | |
| 1607 control use of -f option. | |
| 1608 (mail-specify-envelope-from): New variable. | |
| 1609 (mail-from-style): Doc fix. | |
| 1610 | |
| 1611 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): New fn. | |
| 1612 (easy-menu-get-map): New arg TO-MODIFY helps choose | |
| 1613 between local and global maps. | |
| 1614 (easy-menu-add-item): Pass TO-MODIFY arg to easy-menu-get-map. | |
| 1615 (easy-menu-change): Doc fix. | |
| 1616 | |
| 1617 * info-look.el (info-lookup-guess-c-symbol): Use skip-syntax-backward. | |
| 1618 (info-lookup-guess-default): Simplified and cleaned up. | |
| 1619 (info-lookup-guess-default*): Preserve point. | |
| 1620 | |
| 1621 * view.el (view-mode-disable): If buffer-read-only is nil, | |
| 1622 don't change it. | |
| 1623 | |
| 1624 * files.el (after-find-file): Disable View mode if buffer is no | |
| 1625 longer read-only. | |
| 1626 | |
| 1627 * view.el (view-mode-enable, view-mode-disable): | |
| 1628 Call force-mode-line-update. | |
| 1629 | |
| 1630 1999-08-10 Karl Heuer <kwzh@gnu.org> | |
| 1631 | |
| 1632 * language/european.el, emacs-lisp/byte-opt.el: Fix provide call. | |
| 1633 * array.el, play/landmark.el, international/latin-3.el: Likewise. | |
| 1634 * sun-curs.el, term/sun-mouse.el, progmodes/simula.el: Likewise. | |
| 1635 | |
| 1636 1999-08-10 Alex Schroeder <asc@bsiag.com> | |
| 1637 | |
| 1638 * ansi-color.el (ansi-color-to-text-properties): Added New state 5 | |
| 1639 to prevent m-eating-bug. | |
| 1640 | |
| 1641 1999-08-10 Eli Zaretskii <eliz@gnu.org> | |
| 1642 | |
| 1643 * term/pc-win.el (msdos-bg-mode): Remove. Call | |
| 1644 frame-set-background-mode instead. All callers changed. | |
| 1645 (msdos-face-setup): Don't force color display parameter, it is set | |
| 1646 by frame-set-background-mode. | |
| 1647 (make-msdos-frame): Call x-handle-reverse-video and | |
| 1648 face-set-after-frame-default. Delete frame if creation failed. | |
| 1649 | |
| 1650 * faces.el (face-set-after-frame-default): Don't call | |
| 1651 make-face-x-resource-internal for the pc window-system. | |
| 1652 | |
| 1653 1999-08-10 Dave Love <fx@melange.gnu.org> | |
| 1654 | |
| 1655 * emacs-lisp/advice.el (ad-make-single-advice-docstring): Treat | |
| 1656 case with no docstring specially. | |
| 1657 | |
| 1658 1999-08-09 Eli Zaretskii <eliz@gnu.org> | |
| 1659 | |
| 1660 * complete.el (PC-do-completion): If completing on file name, | |
| 1661 reproduce str by concatenating its directory and basename parts. | |
| 1662 | |
| 1663 1999-08-07 Dave Love <fx@gnu.org> | |
| 1664 | |
| 1665 * man.el (Man-softhyphen-to-minus): Revert previous change. Avoid | |
| 1666 unibyte to multibyte conversion of search-forward (from Handa), | |
| 1667 but avoid the replacement if the language is Latin-N. | |
| 1668 | |
| 1669 1999-08-06 Richard Stallman <rms@gnu.org> | |
| 1670 | |
| 1671 * emacs-lisp/eval-reg.el (elisp-eval-buffer): Handle all 5 args | |
| 1672 of eval-buffer. | |
| 1673 | |
| 1674 * international/mule.el (load-with-code-conversion): | |
| 1675 Pass t to eval-buffer for DO-ALLOW-PRINT. | |
| 1676 | |
| 1677 1999-08-06 Geoff Voelker <voelker@cs.washington.edu> | |
| 1678 | |
| 1679 * ls-lisp.el (ls-lisp-delete-matching): List argument is now alist | |
| 1680 of filenames and attributes. | |
| 1681 (ls-lisp-insert-directory): Use directory-files-and-attributes | |
| 1682 for speed. | |
| 1683 | |
| 1684 1999-08-05 Dave Love <fx@gnu.org> | |
| 1685 | |
| 1686 * auto-show.el (auto-show-mode): Fix :set. | |
| 1687 | |
| 1688 * widget.el (define-widget-keywords): Make dummy definition and | |
| 1689 comment-out its use. | |
| 1690 | |
| 1691 1999-08-04 Richard Stallman <rms@gnu.org> | |
| 1692 | |
| 1693 * progmodes/tcl.el: Customized. | |
| 1694 | |
| 1695 * sql.el (sql-accumulate-and-indent): Instead of testing | |
| 1696 whether this is Emacs 20 before calling comint-accumulate, | |
| 1697 test whether comint-accumulate is defined. | |
| 1698 | |
| 1699 1999-08-04 Dave Love <fx@gnu.org> | |
| 1700 | |
| 1701 * sgml-mode.el: Require outline when compiling. | |
| 1702 (sgml-mode-hook, html-mode-hook): Customize. | |
| 1703 (sgml-validate-command): Fix :version. | |
| 1704 (html-autoview-mode): Doc fix. | |
| 1705 | |
| 1706 * man.el (Man-softhyphen-to-minus): Fix for multibyte case, do | |
| 1707 nothing in Latin-N environment. | |
| 1708 | |
| 1709 * info.el (Info-find-node): Call info-initialize here. | |
| 1710 (info): Not here. | |
| 1711 (Info-file-list-for-emacs): Add message, dired-x, c, viper. | |
| 1712 | |
| 1713 1999-08-04 Richard Stallman <rms@gnu.org> | |
| 1714 | |
| 1715 * ansi-color.el: New file. | |
| 1716 | |
| 1717 1999-08-04 Stefan Monnier <monnier@cs.yale.edu> | |
| 1718 | |
| 1719 * dired.el (dired-string-replace-match): Return `nil' when no match | |
| 1720 found with global search. | |
| 1721 | |
| 1722 * ledit.el (ledit-zap-file, ledit-read-file, ledit-compile-file): | |
| 1723 * terminal.el (te-terminfo-directory): | |
| 1724 * mail/mailpost.el (post-mail-send-it): | |
| 1725 * mail/metamail.el (metamail-region): | |
| 1726 * progmodes/ada-mode.el (ada-tmp-directory): | |
| 1727 Use temporary-file-directory. | |
| 1728 | |
| 1729 * progmodes/compile.el (compilation-parsing-end,compilation-setup) | |
| 1730 (compilation-filter, compilation-forget-errors) | |
| 1731 (compilation-parse-errors): Use a marker instead of an integer for | |
| 1732 `compilation-parsing-end'. | |
| 1733 | |
| 1734 * progmodes/diff.el (diff-parse-differences): | |
| 1735 Use a marker instead of an integer for `compilation-parsing-end'. | |
| 1736 * textmodes/tex-mode.el (tex-compilation-parse-errors): | |
| 1737 Use a marker instead of an integer for `compilation-parsing-end'. | |
| 1738 | |
| 1739 1999-08-03 Richard Stallman <rms@gnu.org> | |
| 1740 | |
| 1741 * buff-menu.el (Buffer-menu-mode-map): Add V for Buffer-menu-View. | |
| 1742 (Buffer-menu-mode): Doc fix. | |
| 1743 (Buffer-menu-view): New command. | |
| 1744 (Buffer-menu-view-other-window): New command. | |
| 1745 | |
| 1746 1999-08-03 Christopher J. Madsen <chris_madsen@geocities.com> | |
| 1747 | |
| 1748 * replace.el (query-replace-regexp-eval) | |
| 1749 (replace-eval-replacement, replace-loop-through-replacements) | |
| 1750 (replace-match-string-symbols): New functions. | |
| 1751 (perform-replace): Allow REPLACEMENTS to be (FUNCTION . DATA). | |
| 1752 Use replace-loop-through-replacements. | |
| 1753 | |
| 1754 1999-08-03 Dave Pearson <davep@hagbard.demon.co.uk> | |
| 1755 | |
| 1756 * play/5x5.el (5x5-mode-map): Bind C-p, C-n, C-b, C-f. | |
| 1757 (5x5): Doc fix. | |
| 1758 | |
| 1759 1999-08-03 Dave Love <fx@gnu.org> | |
| 1760 | |
| 1761 * fortran.el (fortran-indent-new-line): Make it an alias | |
| 1762 for reindent-then-newline-and-indent. | |
| 1763 | |
| 1764 1999-08-03 Didier Verna <verna@inf.enst.fr> | |
| 1765 | |
| 1766 * rect.el: All functions rewritten, except when noted above | |
| 1767 their declaration. Below is a list of interface changes. | |
| 1768 (apply-on-rectangle): New function, mostly replaces | |
| 1769 `operate-on-rectangle'. All callers changed. | |
| 1770 (move-to-column-force): Pass new second argument to `move-to-column'. | |
| 1771 (kill-rectangle): Added optional prefix arg to fill lines. | |
| 1772 (delete-rectangle): Ditto. | |
| 1773 (delete-whitespace-rectangle): Ditto. | |
| 1774 (delete-extract-rectangle): Ditto. | |
| 1775 (open-rectangle): Ditto. | |
| 1776 (clear-rectangle): Ditto. | |
| 1777 (delete-whitespace-rectangle-line): New function. | |
| 1778 (delete-rectangle-line): Added third arg FILL. | |
| 1779 (delete-extract-rectangle-line): Ditto. | |
| 1780 (open-rectangle-line): Ditto. | |
| 1781 (clear-rectangle-line): Ditto. | |
| 1782 | |
| 1783 1999-08-03 Ray Blaak <blaak@gnu.org> | |
| 1784 | |
| 1785 * progmodes/delphi.el: New file. | |
| 1786 | |
| 1787 1999-08-02 Richard Stallman <rms@gnu.org> | |
| 1788 | |
| 1789 * textmodes/outline.el (outline-previous-heading): New function. | |
| 1790 (outline-up-heading-all): Use outline-previous-heading. | |
| 1791 (outline-next-heading): Delete definition inserted yesterday. | |
| 1792 | |
| 1793 1999-08-01 Richard Stallman <rms@gnu.org> | |
| 1794 | |
| 1795 * textmodes/outline.el (outline-next-heading): New function. | |
| 1796 (outline-up-heading-all): New function. | |
| 1797 (outline-font-lock-level): Using outline-up-heading-all. | |
| 1798 Tell outline-back-to-heading to accept invisible headings. | |
| 1799 | |
| 1800 * simple.el (shell-command-on-region): EXIT-STATUS can be a string. | |
| 1801 | |
| 1802 * mail/mh-utils.el (mh-find-path-run): New variable. | |
| 1803 (mh-find-path): Test and set that. | |
| 1804 Set mail-user-agent only the first time this function is run. | |
| 1805 (mail-user-agent): Defvar deleted. | |
| 1806 | |
| 1807 * info.el (info-initialize): New function. | |
| 1808 (info): Call info-initialize. | |
| 1809 (Info-directory-list): Initialize to nil, | |
| 1810 so info-initialize will set it up for real. | |
| 1811 | |
| 1812 1999-08-01 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
| 1813 | |
| 1814 * calendar/calendar.el (european-date-diary-pattern): Fix pattern so it | |
| 1815 does not interpret a time as the year in a day-month entry. | |
| 1816 | |
| 1817 * calendar/diary-lib.el: Change syntax table entry for colon in | |
| 1818 the diary as part of the european-date-diary-pattern fix. | |
| 1819 | |
| 1820 1999-08-01 Eli Zaretskii <eliz@gnu.org> | |
| 1821 | |
| 1822 * international/mule.el (set-auto-coding): Allow whitespace before | |
| 1823 and after the "variable: value" pair. | |
| 1824 | |
| 1825 1999-07-30 Ken'ichi Handa <handa@gnu.org> | |
| 1826 | |
| 1827 * mail/sendmail.el (sendmail-coding-system): Doc-string fixed. | |
| 1828 (default-sendmail-coding-system): Doc-string fixed. | |
| 1829 | |
| 1830 1999-07-30 Dave Love <fx@gnu.org> | |
| 1831 | |
| 1832 * subr.el (assoc-delete-all): New function, renamed from | |
| 1833 frame-delete-all. | |
| 1834 | |
| 1835 * frame.el: Change comments to doc strings and other doc fixes. | |
| 1836 (frame-delete-all): Moved to subr.el as `assoc-delete-all'. | |
| 1837 Callers changed. | |
| 1838 (set-background-color, set-foreground-color, set-cursor-color) | |
| 1839 (set-mouse-color, set-border-color): Offer completion of colours. | |
| 1840 (cursor): Add :version to defgroup. | |
| 1841 | |
| 1842 * facemenu.el (list-colors-display): Make it work on ttys. | |
| 1843 (facemenu-read-color): Likewise. | |
| 1844 | |
| 1845 1999-07-30 Richard M. Stallman <rms@gnu.org> | |
| 1846 | |
| 1847 * frame.el (frame-notice-user-settings): If background | |
| 1848 color has been changed, update background-mode from it, | |
| 1849 then update faces. | |
| 1850 | |
| 1851 1999-07-30 Wolfgang Rupprecht <wolfgang@wsrcc.com> | |
| 1852 | |
| 1853 * net-utils.el (finger): Don't do indirect fingering. | |
| 1854 | |
| 1855 1999-07-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
| 1856 | |
| 1857 * cal-tex.el (cal-tex-cursor-filofax-daily): Add possibility of | |
| 1858 rules. Add separator at end of holidays. | |
| 1859 (cal-tex-rules): New customizable variable. | |
| 1860 (cal-tex-latexify-list): Add optional parameter to put separator | |
| 1861 at end. | |
| 1862 | |
| 1863 1999-07-30 Bill Richter <richter@steenrod.math.nwu.edu> | |
| 1864 | |
| 1865 * textmodes/fill.el (fill-individual-paragraphs): Calculate new | |
| 1866 fill prefix on each line while looping to the end of paragraph. | |
| 1867 End paragraph if it's longer than the existing fill prefix. | |
| 1868 | |
| 1869 * textmodes/fill.el (fill-context-prefix): Doc fix. | |
| 1870 | |
| 1871 1999-07-30 Dave Love <fx@gnu.org> | |
| 1872 | |
| 1873 * font-lock.el (jit-lock): Fix :load, add :version. | |
| 1874 | |
| 1875 1999-07-30 Eli Zaretskii <eliz@gnu.org> | |
| 1876 | |
| 1877 * term/pc-win.el (msdos-face-setup): Register standard colors in | |
| 1878 Vface_tty_color_alist. | |
| 1879 (face-color-supported-p, face_color_gray_p): New functions. | |
| 1880 | |
| 1881 * loadup.el: Don't load scroll-bar unless x-toolkit-scroll-bars-p | |
| 1882 is bound. | |
| 1883 | |
| 1884 * startup.el (command-line): Don't register default colors for | |
| 1885 MSDOS window-system. | |
| 1886 | |
| 1887 1999-07-29 Dave Love <fx@gnu.org> | |
| 1888 | |
| 1889 * f90.el (f90-mode-syntax-table): Change backslash to escape, not | |
| 1890 charquote. | |
| 1891 | |
| 1892 * lisp-mode.el (eval-defun): Re-written to avoid | |
| 1893 capturing variables. | |
| 1894 | |
| 1895 * picture.el (picture-beginning-of-line): Don't call | |
| 1896 hscroll-point-visible now we have real autoscrolling. | |
| 1897 (picture-end-of-line, picture-newline, picture-open-line): | |
| 1898 Likewise. | |
| 1899 | |
| 1900 * international/latin-8.el: New file. | |
| 1901 * international/latin-9.el: New file. | |
| 1902 | |
| 1903 1999-07-28 Dave Love <fx@gnu.org> | |
| 1904 | |
| 1905 * mouse.el (x-fixed-font-alist): Add lucidasanstypewriter. | |
| 1906 | |
| 1907 * msb.el: Require cl only when compiling. | |
| 1908 (msb--home-dir): Deleted. | |
| 1909 (msb--format-title): Use abbreviate-file-name. | |
| 1910 (msb--choose-file-menu): Simplify string comparison. | |
| 1911 | |
| 1912 1999-07-28 Gerd Moellmann <gerd@gnu.org> | |
| 1913 | |
| 1914 * faces.el (toolbar): Add face definition for mono displays. | |
| 1915 | |
| 1916 1999-07-27 Richard M. Stallman <rms@gnu.org> | |
| 1917 | |
| 1918 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change. | |
| 1919 | |
| 1920 * frame.el (frame-initialize): When setting frame-initial-frame-alist, | |
| 1921 force copying of default-frame-alist. | |
| 1922 | |
| 1923 1999-07-26 Ken'ichi Handa <handa@gnu.org> | |
| 1924 | |
| 1925 * ps-mule.el (ps-mule-begin-job): Fix malformed regexp. | |
| 1926 | |
| 1927 1999-07-26 Richard M. Stallman <rms@gnu.org> | |
| 1928 | |
| 1929 * frame.el (set-mouse-color): If new color is nil, | |
| 1930 really respecify the current color. | |
| 1931 | |
| 1932 1999-07-26 Gerd Moellmann <gerd@gnu.org> | |
| 1933 | |
| 1934 * faces.el (bitmap-area): Change background of face `bitmap-area' | |
| 1935 to white for mono displays. | |
| 1936 | |
| 1937 1999-07-26 Kenichi Handa <handa@etl.go.jp> | |
| 1938 | |
| 1939 * international/ccl.el (ccl-embed-symbol): New function. | |
| 1940 (ccl-program-p): Deleted. Now it's implemented in C code. | |
| 1941 (ccl-compile-call): Use ccl-embed-symbol to embed a symbol. | |
| 1942 (ccl-compile-translate-character): Likewise. | |
| 1943 (ccl-compile-map-single): Likewise. | |
| 1944 (ccl-compile-multiple-map-function): Likewise. | |
| 1945 (declare-ccl-program): Doc-string modified. | |
| 1946 (check-ccl-program): Check compiled CCL code by ccl-program-p. | |
| 1947 | |
| 1948 1999-07-25 Ken'ichi Handa <handa@etl.go.jp> | |
| 1949 | |
| 1950 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change. | |
| 1951 | |
| 1952 1999-07-25 Markus Rost <rost@gnu.org> | |
| 1953 | |
| 1954 * cus-edit.el (custom-save-variables, custom-save-faces): Sort | |
| 1955 the entries to make custom-file more readable. | |
| 1956 | |
| 1957 1999-07-25 Richard M. Stallman <rms@gnu.org> | |
| 1958 | |
| 1959 * cus-edit.el (custom-save-delete): Avoid error for empty .emacs. | |
| 1960 | |
| 1961 * emacs-lisp/edebug.el: Delete compatibility code. | |
| 1962 (edebug-next-token-class): If . is followed by a digit, | |
| 1963 return `symbol' for the token class. | |
| 1964 | |
| 1965 * startup.el (command-line): If we don't find the user's init file, | |
| 1966 set user-init-file to nil. | |
| 1967 | |
| 1968 1999-07-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 1969 | |
| 1970 * info-look.el (info-lookup-interactive-arguments): Add optional | |
| 1971 argument query for new choice of help mode. | |
| 1972 (info-lookup-symbol): Use it. | |
| 1973 (info-lookup-file): Ditto. | |
| 1974 (info-lookup): Don't switch to other window, if already in Info | |
| 1975 buffer. | |
| 1976 | |
| 1977 1999-07-23 Dave Love <fx@gnu.org> | |
| 1978 | |
| 1979 * fortran.el (fortran-mode-syntax-table): Change `\' to `\' | |
| 1980 syntax. | |
| 1981 (fortran-fontify-string, fortran-match-!-commen): Deleted. | |
| 1982 (fortran-font-lock-syntactic-keywords): New variable. | |
| 1983 (fortran-mode): Use it. | |
| 1984 (fortran-font-lock-keywords-1): Don't do comments. | |
| 1985 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save | |
| 1986 match data. | |
| 1987 | |
| 1988 * textmodes/sgml-mode.el (sgml-validate-command): Use nsgmls. | |
| 1989 | |
| 1990 * msb.el (msb-menu-bar-update-buffers): Renamed from | |
| 1991 menu-bar-update-buffers. | |
| 1992 (msb-custom-set, msb--toggle-menu-type): Call | |
| 1993 msb-menu-bar-update-buffers. | |
| 1994 (msb-mode): Revise the hook setting. | |
| 1995 | |
| 1996 * font-lock.el (turn-on-font-lock): Use tty-display-color-p. | |
| 1997 | |
| 1998 1999-07-23 Gerd Moellmann <gerd@gnu.org> | |
| 1999 | |
| 25956 | 2000 * font-lock.el, help.el, simple.el: Re-integrate previously |
| 2001 described changes that were lost due to errors while checking them | |
| 2002 in. | |
| 25837 | 2003 |
| 2004 1999-07-23 Kevin Blake <kblake@ticnet.com> | |
| 2005 | |
| 2006 * font-lock.el (lisp-font-lock-keywords-2): Fix regexp. | |
| 2007 | |
| 2008 1999-07-23 Ken'ichi Handa <handa@etl.go.jp> | |
| 2009 | |
| 2010 * international/encoded-kb.el | |
| 2011 (encoded-kbd-self-insert-iso2022-7bit): Don't insert the character | |
| 2012 but push it to unread-command-events. | |
| 2013 (encoded-kbd-self-insert-iso2022-8bit): Likewise. | |
| 2014 (encoded-kbd-self-insert-sjis): Likewise. | |
| 2015 (encoded-kbd-self-insert-big5): Likewise. | |
| 2016 | |
| 2017 * textmodes/fill.el (fill-region-as-paragraph): Avoid backing up | |
| 2018 before left margin and fill-prefix by fill-find-break-point. | |
| 2019 | |
| 2020 1999-07-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 2021 | |
| 2022 * info-look.el (info-lookup-setup-mode): Don't give up, if | |
| 2023 info-lookup-make-completions returns an error. | |
| 2024 (info-lookup-maybe-add-help :mode 'latex-mode): Use Info file | |
| 2025 name latex, not latex2e. | |
| 2026 | |
| 2027 1999-07-21 Richard M. Stallman <rms@gnu.org> | |
| 2028 | |
| 2029 * replace.el (perform-replace): Turn off case-fold-search | |
| 2030 if FROM-STRING argument has uppercase in it. | |
| 2031 | |
| 2032 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2033 | |
| 2034 * jit-lock.el (jit-lock-after-change): Do it only if jit-lock | |
| 2035 mode is on. Don't use end of changed text. | |
| 2036 | |
| 2037 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2038 | |
| 2039 * cl-extra.el (cl-make-hash-table): Renamed from make-hash-table. | |
| 2040 (cl-hash-table-p): Renamed from hash-table-p. | |
| 2041 (cl-hash-table-count): Renamed from hash-table-count. | |
| 2042 (maphash): Alias to cl-maphash removed. | |
| 2043 (gethash): Likewise. | |
| 2044 (puthash): Likewise. | |
| 2045 (remhash): Likewise. | |
| 2046 (clrhash): Likewise. | |
| 2047 | |
| 2048 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2049 | |
| 2050 * jit-lock.el (jit-lock-stealth-fontify): Don't call sit-for with | |
| 2051 third arg non-nil. See comment there why this isn't a good idea. | |
| 2052 | |
| 2053 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2054 | |
| 2055 * jit-lock.el (jit-lock-stealth-fontify): Use with-temp-message. | |
| 2056 | |
| 2057 * jit-lock.el (jit-lock-stealth-fontify): Widen buffer, and call | |
| 2058 sit-for with 3rd arg non-nil to prevent redisplay. | |
| 2059 | |
| 2060 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2061 | |
| 2062 * image.el (image-type-from-file-header): If file doesn't | |
| 2063 have a directory part, add data-directory. | |
| 2064 | |
| 2065 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2066 | |
| 2067 * tooltip.el (tooltip-gud-tips-p): Set default to nil. | |
| 2068 (tooltip-activate-mouse-motions-if-enabled): Don't activate mouse | |
| 2069 motion handling when tooltip-gud-tips-p is nil. | |
| 2070 | |
| 2071 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2072 | |
| 2073 * tooltip.el (tooltip-mode): Don't use `plusp'. | |
| 2074 (tooltip-active): Use initial value of nil. | |
| 2075 | |
| 2076 * jit-lock.el (jit-lock-mode): Don't use `plusp'. | |
| 2077 | |
| 2078 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2079 | |
| 2080 * bindings.el (make-mode-line-mouse-sensitive): Add key | |
| 2081 definitions for `top-line'. | |
| 2082 | |
| 2083 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2084 | |
| 2085 * faces.el (top-line): New face. | |
| 2086 | |
| 2087 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2088 | |
| 2089 * image.el (image-type-regexps): Add regexp for PS files. | |
| 2090 | |
| 2091 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2092 | |
| 2093 * faces.el (set-face-attribute): Fix wrong handling of frame | |
| 2094 begin equal to t. | |
| 2095 | |
| 2096 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2097 | |
| 2098 * image.el (image-type-regexps): Add PNG format. | |
| 2099 | |
| 2100 1999-07-21 Dave Love <fx@gnu.org> | |
| 2101 | |
| 2102 * bindings.el (mode-line-modified): New variable. | |
| 2103 (mode-line-mode-menu-1): Switch to appropriate window before | |
| 2104 showing menu. | |
| 2105 | |
| 2106 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2107 | |
| 2108 * faces.el (face-underline): Removed. | |
| 2109 (face-underline-color): Ditto. | |
| 2110 | |
| 2111 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2112 | |
| 2113 * faces.el (face-x-resources): Fix typo. | |
| 2114 | |
| 2115 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2116 | |
| 2117 * faces.el: Remove handling of `:relief', extend handling of | |
| 2118 `:box'. | |
| 2119 (frame-set-background-mode): Choose new defface specs after | |
| 2120 frame parameters have changed. | |
| 2121 | |
| 2122 * cus-face.el: Ditto. | |
| 2123 | |
| 2124 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2125 | |
| 2126 * custom.el (defface): Extend documentation to include new | |
| 2127 face attributes. | |
| 2128 | |
| 2129 * cus-face.el (custom-face-attributes): Add overline, | |
| 2130 strike-through, box. | |
| 2131 | |
| 2132 * faces.el (face-valid-attribute-values): Handle overline, | |
| 2133 strike-through, box. | |
| 2134 (face-attribute-name-alist): Add pairs for new face attributes. | |
| 2135 (describe-face): Handle new face attributes. | |
| 2136 | |
| 2137 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2138 | |
| 2139 * faces.el (face-x-resources): Add overline, strike-through, box. | |
| 2140 | |
| 2141 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2142 | |
| 2143 * enriched.el (enriched-translations): Add `display' and | |
| 2144 "x-display". | |
| 2145 (enriched-handle-display-prop): New. | |
| 2146 (enriched-decode-display-prop): New. | |
| 2147 | |
| 2148 * format.el (top-level): Give `display' property | |
| 2149 `format-list-atomic-p. | |
| 2150 (format-annotate-single-property-change): Test that property. | |
| 2151 If present, treat list property values like atoms. | |
| 2152 | |
| 2153 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2154 | |
| 2155 * cus-face.el (custom-face-attributes): Use `choice' everywhere | |
| 2156 so that "*" can be entered. | |
| 2157 | |
| 2158 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2159 | |
| 2160 * cus-face.el (custom-face-attributes): Don't use `#''. | |
| 2161 | |
| 2162 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp> | |
| 2163 | |
| 2164 * cus-face.el (custom-face-attributes): Return underline | |
| 2165 face attribute directly from the second lambda of underline. | |
| 2166 | |
| 2167 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2168 | |
| 2169 * jit-lock.el (jit-lock-stealth-verbose): Set to nil. | |
| 2170 | |
| 2171 * frame.el (after-setting-font-hooks): New variable. | |
| 2172 (set-frame-font): Run those hooks. | |
| 2173 | |
| 2174 * jit-lock.el (jit-lock-function): Use font-lock-fontify-region. | |
| 2175 | |
| 2176 * faces.el (set-face-attribute): Fix doc string. | |
| 2177 | |
| 2178 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2179 | |
| 2180 * cus-face.el (custom-face-attributes): Accept color name. | |
| 2181 | |
| 2182 * faces.el (face-underline-p): Accept unspecified underlining. | |
| 2183 (face-underline): Ditto. Fix doc string. | |
| 2184 | |
| 2185 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp> | |
| 2186 | |
| 2187 * faces.el (face-underline-color): New function. | |
| 2188 | |
| 2189 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp> | |
| 2190 | |
| 2191 * cus-face.el (custom-face-attributes): Support underline coloring. | |
| 2192 Added slot to choose a color. | |
| 2193 | |
| 2194 * faces.el (face-underline): New function. | |
| 2195 (face-underline-p): Support underline coloring. | |
| 2196 Return nil only if the underline attribute is 'normal. | |
| 2197 (set-face-underline): New function. | |
| 2198 (face-valid-attribute-values): Support underline coloring. | |
| 2199 | |
| 2200 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2201 | |
| 2202 * image.el (insert-image): Use `display' instead of `glyph' | |
| 2203 as text property name. | |
| 2204 (put-image): Ditto. | |
| 2205 (image-type-from-file-header): Use insert-file-contents-literally. | |
| 2206 | |
| 2207 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2208 | |
| 2209 * easymenu.el (easy-menu-do-add-item): Don't use the empty | |
| 2210 string to indicate separators. | |
| 2211 | |
| 2212 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2213 | |
| 2214 * jit-lock.el (jit-lock-stealth-fontify): Bind message-log-max | |
| 2215 instead of message-log. | |
| 2216 | |
| 2217 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2218 | |
| 2219 * faces.el (bitmap-area): New face. | |
| 2220 | |
| 2221 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2222 | |
| 2223 * image.el (insert-image): New. | |
| 2224 | |
| 2225 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2226 | |
| 2227 * frame.el (blink-cursor): Set the symbol's value. | |
| 2228 (show-trailing-whitespace): Change group to font-lock. | |
| 2229 | |
| 2230 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2231 | |
| 2232 * jit-lock.el: New. | |
| 2233 * font-lock.el: Add jit-mode as new support mode. | |
| 2234 | |
| 2235 * font-lock.el (font-lock-fontify-keywords-region): Stop when | |
| 2236 reaching end instead of letting re-search-forward signal an error. | |
| 2237 (demand-lock-mode): New. | |
| 2238 (font-lock-turn-on-thing-lock): Add demand-lock-mode. | |
| 2239 (font-lock-turn-off-thing-lock): Ditto. | |
| 2240 (font-lock-after-fontify-buffer): Ditto. | |
| 2241 (font-lock-after-unfontify-buffer): Ditto. | |
| 2242 | |
| 2243 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2244 | |
| 2245 * gs.el: New file. | |
| 2246 | |
| 2247 * startup.el (command-line-1): Activate tooltip mode if | |
| 2248 interactive. | |
| 2249 | |
| 2250 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2251 | |
| 2252 * faces.el (toolbar): Grey default background. | |
| 2253 (modeline): Ditto. | |
| 2254 | |
| 2255 * image.el (image-type-regexps): New. | |
| 2256 (image-type-from-file-header): New. | |
| 2257 (create-image): Call it. | |
| 2258 | |
| 2259 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2260 | |
| 2261 * image.el: New file. | |
| 2262 | |
| 2263 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2264 | |
| 2265 * bindings.el (mode-line-format): Replace `mode-name' with | |
| 2266 `(:eval mode-line-mode-name)'. | |
| 2267 (mode-line-mode-name): New. | |
| 2268 (make-mode-line-mouse-sensitive): Don't change default value | |
| 2269 of `mode-name'. | |
| 2270 | |
| 2271 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2272 | |
| 2273 * tooltip.el: New file. | |
| 2274 | |
| 2275 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2276 | |
| 2277 * bindings.el (make-mode-line-mouse-sensitive): Use down-mouse-3 | |
| 2278 instead of mouse-3 to pop up menus. | |
| 2279 (mode-line-kill-buffer): Removed. | |
| 2280 (make-mode-line-mouse-sensitive): Pop mouse buffer menu over | |
| 2281 buffer name. | |
| 2282 (mode-line-buffer-menu-1): Removed. | |
| 2283 | |
| 2284 * startup.el (command-line-1): Call make-mode-line-mouse-sensitive. | |
| 2285 | |
| 2286 * bindings.el (mode-line-buffer-identification-keymap): New. | |
| 2287 (mode-line-buffer-menu-keymap): New. | |
| 2288 (mode-line-mode-menu-keymap): New. | |
| 2289 (mode-line-unbury-buffer): New. | |
| 2290 (mode-line-other-buffer): New. | |
| 2291 (mode-line-kill-buffer): New. | |
| 2292 (mode-line-buffer-menu-1): New. | |
| 2293 (mode-line-mode-menu-1): New. | |
| 2294 (make-mode-line-mouse-sensitive): New. | |
| 2295 | |
| 2296 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2297 | |
| 2298 * help.el (describe-key-briefly): Handle mode line strings | |
| 2299 with local-map properties. | |
| 2300 (describe-key): Ditto. | |
| 2301 (mode-line-key-binding): New. | |
| 2302 | |
| 2303 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2304 | |
| 2305 * scroll-bar.el (scroll-bar-timer): New. | |
| 2306 (scroll-bar-toolkit-scroll): Start and cancel scroll-bar-timer. | |
| 2307 | |
| 2308 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2309 | |
| 2310 * scroll-bar.el (scroll-bar-toolkit-scroll): Handle `top' | |
| 2311 and `bottom'. | |
| 2312 | |
| 2313 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2314 | |
| 2315 * scroll-bar.el (scroll-bar-toolkit-scroll): New. | |
| 2316 (global): Use different key bindings if using tookit scroll bars. | |
| 2317 | |
| 2318 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2319 | |
| 2320 * faces.el (modeline): Define mode line face with relief for | |
| 2321 class color, only. | |
| 2322 (toolbar): New face. | |
| 2323 | |
| 2324 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2325 | |
| 2326 * frame.el (frame-initialize): Set frame-creation-function to | |
| 2327 tty-create-frame-with-faces. | |
| 2328 | |
| 2329 * faces.el (frame-set-background-mode): Make it work for | |
| 2330 window-system nil. | |
| 2331 | |
| 2332 * faces.el (tty-create-frame-with-faces): New. | |
| 2333 (face-set-after-frame-default): Make it work for TTY frames. | |
| 2334 | |
| 2335 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2336 | |
| 2337 * faces.el (face-valid-attribute-values): Use tty-defined-colors. | |
| 2338 Return a list of one font family for TTYs. Don't return bitmap | |
| 2339 file paths for TTY frames. | |
| 2340 | |
| 2341 * faces.el: Add face specs for tty displays to basic faces. | |
| 2342 | |
| 2343 * font-lock.el (font-lock-comment-face): Add spec for color tty. | |
| 2344 (font-lock-string-face): Ditto. | |
| 2345 (font-lock-keyword-face): Ditto. | |
| 2346 (font-lock-builtin-face): Ditto. | |
| 2347 (font-lock-function-name-face): Ditto. | |
| 2348 (font-lock-variable-name-face): Ditto. | |
| 2349 (font-lock-type-face): Ditto. | |
| 2350 (font-lock-constant-face): Ditto. | |
| 2351 (font-lock-warning-face): Ditto. | |
| 2352 | |
| 2353 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2354 | |
| 2355 * startup.el (command-line): Register default tty colors. | |
| 2356 | |
| 2357 * faces.el (face-spec-set-match-display): Recognize `type tty'. | |
| 2358 | |
| 2359 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2360 | |
| 2361 * faces.el (modeline): For X frames, use a modeline with relief. | |
| 2362 | |
| 2363 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2364 | |
| 2365 * faces.el (frame-update-faces): Copied from 20.2. | |
| 2366 (frame-update-face-colors): Ditto. Code removed that isn't | |
| 2367 applicable in the new face implementation. | |
| 2368 | |
| 2369 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2370 | |
| 2371 * frame.el (show-trailing-whitespace): New. | |
| 2372 | |
| 2373 * faces.el (trailing-whitespace): New basic face. | |
| 2374 | |
| 2375 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2376 | |
| 2377 * cus-face.el (custom-facep): Always define as alias for facep. | |
| 2378 | |
| 2379 * cus-face.el (custom-face-attributes): Use choice widgets. | |
| 2380 Remove :bold and :italic. | |
| 2381 | |
| 2382 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2383 | |
| 2384 * faces.el (face-charset-registries): Removed since fontset.el | |
| 2385 is no always loaded. | |
| 2386 | |
| 2387 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2388 | |
| 2389 * faces.el (internal-get-face): Added as obsolete function for | |
| 2390 compatibility. | |
| 2391 | |
| 2392 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2393 | |
| 2394 * frame.el (blink-cursor-end): Call show-cursor. | |
| 2395 (blink-cursor-mode): Ditto. | |
| 2396 | |
| 2397 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2398 | |
| 2399 * faces.el (face-spec-reset-face): Reset all attributes to | |
| 2400 `unspecified'. | |
| 2401 (face-spec-set): Use it. | |
| 2402 | |
| 2403 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2404 | |
| 2405 * faces.el (read-all-face-attributes): Bug fix. | |
| 2406 (face-read-integer): Allow nil default value. | |
| 2407 (face-valid-attribute-values): Use symbol names of attribute | |
| 2408 values for completion list. | |
| 2409 | |
| 2410 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2411 | |
| 2412 * faces.el (internal-find-face): Define for compatibility with | |
| 2413 20.2. | |
| 2414 (face-id): Likewise. | |
| 2415 | |
| 2416 * faces.el (face-id): Return the ID of a realized face for ASCII. | |
| 2417 | |
| 2418 * fontset.el (x-charset-registries): Removed. Now in faces.el. | |
| 2419 (x-complement-fontset-spec): Use face-charset-registries. | |
| 2420 | |
| 2421 * faces.el (face-font-selection-order): Set font selection order | |
| 2422 from Lisp. | |
| 2423 (face-alternative-font-family-alist): Set alternative font | |
| 2424 families from Lisp. | |
| 2425 | |
| 2426 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2427 | |
| 2428 * faces.el (set-face-charset-registries): Set symbol value. | |
| 2429 | |
| 2430 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2431 | |
| 2432 * faces.el (face-set-after-frame-default): Call function | |
| 2433 internal-merge-in-global-face. | |
| 2434 | |
| 2435 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2436 | |
| 2437 * faces.el (face-list): Return symbols from face-global-alist. | |
| 2438 | |
| 2439 * faces.el (face-list): Return a copy of the face name list so | |
| 2440 that it cannot be modified from outside (facemenu.el uses | |
| 2441 nreverse, for example). | |
| 2442 | |
| 2443 * cus-face.el (custom-face-attributes): Add :bold and :italic | |
| 2444 for compatibility with old code. | |
| 2445 | |
| 2446 * faces.el (set-face-attributes-from-resources): Additional | |
| 2447 frame parameter. | |
| 2448 (make-face-x-resource-internal): Set attributes from resources | |
| 2449 for a given frame or all frames. | |
| 2450 | |
| 2451 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2452 | |
| 2453 * faces.el (all-faces): Removed. | |
| 2454 | |
| 2455 * custom.el (defface): Add new face attributes to function | |
| 2456 comment. | |
| 2457 | |
| 2458 * font-lock.el (font-lock-comment-face): Use new face attribute | |
| 2459 names. | |
| 2460 (font-lock-string-face): Ditto. | |
| 2461 (font-lock-keyword-face): Ditto. | |
| 2462 (font-lock-builtin-face): Ditto. | |
| 2463 (font-lock-function-name-face): Ditto. | |
| 2464 (font-lock-variable-name-face): Ditto. | |
| 2465 (font-lock-type-face): Ditto. | |
| 2466 (font-lock-reference-face): Ditto. | |
| 2467 (font-lock-warning-face): Ditto. | |
| 2468 ((boundp 'font-lock-face-attributes)): Ditto. | |
| 2469 | |
| 2470 * cus-face.el (custom-face-attributes): Use new face attributes. | |
| 2471 | |
| 2472 * faces.el (set-face-attribute-from-resource): Initialize | |
| 2473 from resources only for X and W32. | |
| 2474 | |
| 2475 * cus-face.el (custom-declare-face): Don't make frame-local | |
| 2476 faces. | |
| 2477 | |
| 2478 * faces.el (describe-face): Use princ instead of insert. | |
| 2479 | |
| 2480 * faces.el: Add XLFD manipulation functions from 20.2 again | |
| 2481 because fontset.el uses them. | |
| 2482 (face-set-after-frame-default): Add empty definition. | |
| 2483 | |
| 2484 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2485 | |
| 2486 * faces.el (make-face): Correct typo. | |
| 2487 (set-face-attribute-from-resource): Use let*. | |
| 2488 (face-underline-p): Correct typo. | |
| 2489 (face-inverse-video-p): Ditto. | |
| 2490 (set-face-stipple): Ditto. | |
| 2491 (face-read-string): Make completion-list optional parameter. | |
| 2492 | |
| 2493 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2494 | |
| 2495 * faces.el (face-charset-registries): Alist mapping charset | |
| 2496 symbols to registries and encoding. | |
| 2497 | |
| 2498 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2499 | |
| 2500 * frame.el (blink-cursor-mode): Use interactive spec "P". | |
| 2501 | |
| 2502 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2503 | |
| 2504 * frame.el (blink-cursor-mode): Function to toggle blinking cursor | |
| 2505 mode. The cursor of selected_window blinks if the mode is enabled. | |
| 2506 | |
| 2507 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2508 | |
| 2509 * simple.el (next-history-element): Set point to the end of the | |
| 2510 prompt if minibuffer-prompt-in-buffer. | |
| 2511 | |
| 2512 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2513 | |
| 2514 * faces.el (x-font-regexp): Add sub-expression parentheses for | |
| 2515 several font name components. | |
| 2516 | |
| 2517 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
| 2518 | |
| 2519 * faces.el (set-face-relief): Use index 12 for relief. | |
| 2520 (face-fill-in): Set relief from data. | |
| 2521 (internal-make-face): Init relief to zero. | |
| 2522 | |
| 2523 * faces.el (face-spec-set): call modify-face with additional | |
| 2524 parameters for relief and fixed-p. | |
| 2525 | |
| 2526 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
| 2527 | |
| 2528 * cus-face.el: ':fixed and ':relief added. | |
| 2529 | |
| 2530 * faces.el (describe-face): Add fixed font attribute and relief. | |
| 2531 (face-attr-match-p): Ditto. | |
| 2532 (face-attr-construct): Ditto. | |
| 2533 (face-spec-set): Ditto. | |
| 2534 | |
| 2535 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
| 2536 | |
| 2537 * faces.el (internal-make-face): Function to create a Lisp vector | |
| 2538 suitable for representing a face. | |
| 2539 (make-face): Use it instead of make-vector. | |
| 2540 (x-create-frame-with-faces): Use it instead of vector. | |
| 2541 (internal-facep): Increase vector size to 14. | |
| 2542 (internal-make-face): Ditto. | |
| 2543 (face-relief): Access relief thickness. | |
| 2544 (face-fixed-p): Access fixed font attribute. | |
| 2545 (set-face-fixed-p): Set fixed font attribute. | |
| 2546 (set-face-relief): Set relief attribute. | |
| 2547 (internal-face-interactive-int): Read int attribute of face. | |
| 2548 (modify-face): Add fixed-p and relief parameters. | |
| 2549 (copy-face): Handle fixed-p and relief. | |
| 2550 (face-equal): Compare fixed-p and relief. | |
| 2551 (face-differs-from-default-p): Ditto. | |
| 2552 (face-nontrivial-p): Add fixed-p and relief. | |
| 2553 | |
| 2554 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
| 2555 | |
| 2556 * faces.el (eval-when-compile): Add set-face-shadow-thickness. | |
| 2557 (internal-facep): Increase vector size. | |
| 2558 (make-face): Ditto. | |
| 2559 (face-shadow-thickness): Added. | |
| 2560 (set-face-shadow-thickness): Added. | |
| 2561 (modify-face): Add optional shadow-thickness parameter. | |
| 2562 (make-face-x-resource-internal): Add shadows. | |
| 2563 (copy-face): Ditto. | |
| 2564 (face-equal): Ditto. | |
| 2565 (face-differs-from-default-p): Ditto. | |
| 2566 (face-nontrivial-p): Ditto. | |
| 2567 (face-attr-match-p): Ditto. | |
| 2568 (face-attr-construct): Ditto. | |
| 2569 (face-spec-set): Ditto. | |
| 2570 (face-fill-in): Ditto. | |
| 2571 | |
| 2572 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
| 2573 | |
| 2574 * bench.el (bench-mark-split-window): New bench mark. | |
| 2575 | |
| 2576 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
| 2577 | |
| 2578 * faces.el (set-face-font): Don't pass default font to | |
| 2579 x-resolve-font so that font will not have to be of the same | |
| 2580 size. | |
| 2581 | |
| 2582 1999-07-20 Dave Love <fx@gnu.org> | |
| 2583 | |
| 2584 * wid-edit.el (widget-use-overlay-change): Uncustomize and make it | |
| 2585 unconditionally t. | |
| 2586 | |
| 2587 1999-07-20 Karl Heuer <kwzh@gnu.org> | |
| 2588 | |
| 2589 * font-lock.el (c++-font-lock-extra-types): Add "type_info". | |
| 2590 | |
| 2591 1999-07-20 Dave Love <fx@gnu.org> | |
| 2592 | |
| 2593 * help.el (describe-variable): Fix test for customizability. | |
| 2594 | |
| 2595 * simple.el (append-to-buffer, prepend-to-buffer, copy-to-buffer): | |
| 2596 Check for readonly buffer in interactive spec. | |
| 2597 (zap-to-char, kill-line, kill-region, comment-region, kill-word) | |
| 2598 (backward-kill-word): Add * to interactive spec. | |
| 2599 | |
| 2600 * underline.el (underline-region, ununderline-region): Add * to | |
| 2601 interactive spec. | |
| 2602 | |
| 2603 * fill.el (canonically-space-region, justify-current-line): Add * | |
| 2604 to interactive spec. | |
| 2605 (fill-region-as-paragraph, fill-paragraph, fill-region) | |
| 2606 (fill-nonuniform-paragraphs, fill-individual-paragraphs): Check | |
| 2607 readonly buffer in interactive spec. | |
| 2608 | |
| 2609 * paragraphs.el: (kill-paragraph, backward-kill-paragraph) | |
| 2610 (backward-kill-sentence, kill-sentence): Add * to interactive | |
| 2611 spec. | |
| 2612 | |
| 2613 1999-07-19 Richard M. Stallman <rms@gnu.org> | |
| 2614 | |
| 2615 * dired-aux.el (dired-do-shell-command): Doc fix. | |
| 2616 | |
| 2617 * shell.el (shell-unquote-argument): New function. | |
| 2618 (shell-directory-tracker): Use shell-unquote-argument. | |
| 2619 * comint.el (comint-arguments): Handle \ followed by space or tab. | |
| 2620 | |
| 2621 1999-07-19 John Wiegley <jwiegley@borland.com> | |
| 2622 | |
| 2623 * term.el (ansi-term-fg-faces-vector): Added support for ANSI | |
| 2624 color codes 39 and 49, which by the way lynx uses them seem to | |
| 2625 mean "foreground reset" and "background reset". | |
| 2626 | |
| 2627 1999-07-19 Karl Heuer <kwzh@gnu.org> | |
| 2628 | |
| 2629 * font-lock.el (c++-keywords): Add "typeid". | |
| 2630 | |
| 2631 * term/w32-win.el (mouse-set-font): If user uses w32 dialog but | |
| 2632 selects no font, treat that as zero selections, not one. | |
| 2633 | |
| 2634 1999-07-19 Dave Love <fx@gnu.org> | |
| 2635 | |
| 2636 * info.el (Info-search): Don't lose with empty regexp. | |
| 2637 | |
| 2638 * version.el: Cater for (free) `ident' program, not `which'. | |
| 2639 | |
| 2640 * hl-line.el: New file. | |
| 2641 | |
| 2642 * mouse.el (mouse-major-mode-menu): Default to menu-bar-edit-menu | |
| 2643 for modes which don't define menus. | |
| 2644 | |
| 2645 1999-07-16 Richard M. Stallman <rms@gnu.org> | |
| 2646 | |
| 2647 * webjump.el (webjump-sample-sites): Update some URLs. | |
| 2648 | |
| 2649 1999-07-14 Richard Stallman <rms@gnu.org> | |
| 2650 | |
| 2651 * Version 20.4 released. | |
| 2652 | |
| 2653 1999-07-14 Andreas Schwab <schwab@gnu.org> | |
| 2654 | |
| 2655 * compare-w.el (compare-windows): Try to find the next window in | |
| 2656 the current frame before looking at the other frames. | |
| 2657 | |
| 2658 1998-07-12 Oleg S. Tihonov <ost@benetnash.ffke-campus.mipt.ru> | |
| 2659 | |
| 2660 * language/cyrillic.el ("Cyrillic-KOI8", "Cyrillic-ALT"): | |
| 2661 Use cyrillic-jcuken as default input method. | |
| 2662 | |
| 2663 1999-07-12 Richard Stallman <rms@gnu.org> | |
| 2664 | |
| 2665 * progmodes/cc-engine.el (c-inside-bracelist-p): Tighter test for | |
| 2666 Java anonymous array expressions ("new Foo[] {.. bracelist ..}"). | |
| 2667 | |
| 2668 * ispell.el (ispell-dictionary-alist-6): Change charset for Russian. | |
| 2669 (ispell-local-dictionary-alist): Add koi8-r for character set. | |
| 2670 | |
| 2671 * textmodes/flyspell.el (flyspell-get-word): | |
| 2672 Add special handling for when ispell-otherchars is empty. | |
| 2673 | |
| 2674 1999-07-12 Espen Skoglund <espensk@stud.cs.uit.no> | |
| 2675 | |
| 2676 * progmodes/pascal.el (pascal-beg-of-defun): More intuitive behavior | |
| 2677 when having nested functons. | |
| 2678 (pascal-indent-nested-functions) (pascal-indent-line) | |
| 2679 (pascal-calculate-indent) (pascal-get-lineup-indent): Support for | |
| 2680 indenting nested functions. | |
| 2681 | |
| 2682 1999-07-09 Richard Stallman <rms@gnu.org> | |
| 2683 | |
| 2684 * add-log.el (add-log-current-defun): Remove trailing `=' in C modes. | |
| 2685 | |
| 2686 1999-07-08 Espen Skoglund <espensk@stud.cs.uit.no> | |
| 2687 | |
| 2688 * pascal.el (pascal-calculate-indent): Fixed a bug occuring when | |
| 2689 the `end' keyword was in the very beginning of the buffer. | |
| 2690 | |
| 2691 1999-07-08 Richard Stallman <rms@gnu.org> | |
| 2692 | |
| 2693 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Doc fix. | |
| 2694 | |
| 2695 * term.el (term-emulate-terminal): Avoid infinite loop | |
| 2696 in strange case where minibuffer window is selected but not active. | |
| 2697 | |
| 2698 1999-07-07 Stephen Eglen <stephen@gnu.org> | |
| 2699 | |
| 2700 * progmodes/octave-inf.el (inferior-octave-directory-tracker): | |
| 2701 Change regexp so that it doesn't match commands beginning with `cd'. | |
| 2702 | |
| 2703 1999-07-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | |
| 2704 | |
| 2705 * mail/rmail.el (mail-unsent-separator): Add a missing \\|. | |
| 2706 | |
| 2707 1999-07-06 Richard Stallman <rms@gnu.org> | |
| 2708 | |
| 2709 * hscroll.el (hscroll-minibuffer-hook): New function. | |
| 2710 (hscroll-global-mode): Add and remove that hook. | |
| 2711 Set hscroll-old-truncate-was-global's default value. | |
| 2712 | |
| 2713 1999-07-05 Richard Stallman <rms@gnu.org> | |
| 2714 | |
| 2715 * files.el (revert-buffer): Don't preserve point here. | |
| 2716 (revert-buffer-insert-file-contents-function): Doc fix. | |
| 2717 | |
| 2718 * isearch.el (isearch-process-search-char): Write octal 200 correctly. | |
| 2719 | |
| 2720 * startup.el (normal-top-level-add-subdirs-to-load-path): Avoid | |
| 2721 doing a `stat' when it isn't necessary because that can cause | |
| 2722 trouble when an NFS server is down. | |
| 2723 | |
| 2724 1999-07-04 Richard Stallman <rms@gnu.org> | |
| 2725 | |
| 2726 * hscroll.el (hscroll-window-maybe): Do nothing in the minibuffer. | |
| 2727 | |
| 2728 1999-07-03 Richard Stallman <rms@gnu.org> | |
| 2729 | |
| 2730 * isearch.el (isearch-quote-char): Call unibyte-char-to-multibyte | |
| 2731 for \200...\240 also. | |
| 2732 (isearch-printing-char): Use unibyte-char-to-multibyte. | |
| 2733 | |
| 2734 1999-07-02 Richard Stallman <rms@gnu.org> | |
| 2735 | |
| 2736 * frame.el (minibuffer-frame-alist): Use defcustom. | |
| 2737 (pop-up-frame-alist): Likewise. | |
| 2738 (initial-frame-alist): Specify * in the doc string. | |
| 2739 | |
| 2740 * hscroll.el (hscroll-mode): Make it a permanent local. | |
| 2741 (hscroll-mode): Don't cancel the timer | |
| 2742 if HScroll mode is enabled in some other buffer. | |
| 2743 | |
| 2744 * isearch.el (isearch-done): If search ends in middle of intangible | |
| 2745 text (due to text property), move on to the limit of that text. | |
| 2746 | |
| 2747 1999-07-01 Andrew Innes <andrewi@gnu.org> | |
| 2748 | |
| 2749 * man.el (Man-build-man-command): Use value of null-device, | |
| 2750 instead of hard-coding "/dev/null". | |
| 2751 | |
| 2752 * dos-w32.el (untranslated-canonical-name): Avoid expanding | |
| 2753 ange-ftp file names, which might force ange-ftp to prompt for a | |
| 2754 password. | |
| 2755 | |
| 2756 * ange-ftp.el (ange-ftp-load): Bind load-force-doc-strings to t, | |
| 2757 to prevent references to temp files. | |
| 2758 | |
| 2759 1999-06-30 Richard Stallman <rms@gnu.org> | |
| 2760 | |
| 2761 * progmodes/sh-script.el (sh-feature): If nothing is known | |
| 2762 about the given shell, use the values for `sh'. | |
| 2763 | |
| 2764 1999-06-30 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
| 2765 | |
| 2766 * vc.el (vc-fetch-cvs-status): Use "-l" option for "cvs status", | |
| 2767 to make it non-recursive. | |
| 2768 | |
| 2769 * vc-hooks.el (vc-find-cvs-master): Set case-fold-search correctly. | |
| 2770 | |
| 2771 1999-06-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 2772 | |
| 2773 * auto-show.el (auto-show-mode): Fix Typo in :set. | |
| 2774 | |
| 2775 1999-06-29 Richard M. Stallman <rms@gnu.org> | |
| 2776 | |
| 2777 * progmodes/sh-script.el (sh-mode): When setting syntax | |
| 2778 table, default to the standard one. | |
| 2779 | |
| 2780 1999-06-27 Richard M. Stallman <rms@gnu.org> | |
| 2781 | |
| 2782 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix. | |
| 2783 | |
| 2784 1999-06-27 Stefan Monnier <monnier@tequila.cs.yale.edu> | |
| 2785 | |
| 2786 * textmodes/reftex.el (reftex-pop-to-bibtex-entry): don't pop up | |
| 2787 a frame when `return' is requested (even if pop-up-frames = t) | |
| 2788 * textmodes/bibtex.el (bibtex-mode): `font-lock-mark-block-function' | |
| 2789 should only be set for the bibtex buffer. | |
| 2790 | |
| 2791 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix. | |
| 2792 | |
| 2793 * progmodes/compile.el: Deal with compilation-error-screen-columns | |
| 2794 being buffer-local. | |
| 2795 | |
| 2796 1999-06-27 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | |
| 2797 | |
| 2798 * comint.el (comint-password-prompt-regexp): Allow "(again)". | |
| 2799 | |
| 2800 1999-06-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
| 2801 | |
| 2802 * cal-x.el (calendar-only-one-frame-setup): New function. | |
| 2803 * calendar.el (calendar): Call it if requested. | |
| 2804 | |
| 2805 1999-06-24 Karl Heuer <kwzh@gnu.org> | |
| 2806 | |
| 2807 * startup.el (iso-8859-n-locale-regexp): Doc fix. | |
| 2808 | |
| 2809 1999-06-22 Richard M. Stallman <rms@gnu.org> | |
| 2810 | |
| 2811 * mail/supercite.el (sc-emacs-features): Doc fix. | |
| 2812 | |
| 2813 1999-06-22 Karl Heuer <kwzh@gnu.org> | |
| 2814 | |
| 2815 * files.el (auto-mode-alist): Add pike-mode. | |
| 2816 | |
| 2817 1999-06-20 Paul R. Eggert <eggert@twinsun.com> | |
| 2818 | |
| 2819 * tar-mode.el (tar-header-block-tokenize): Don't assume that the | |
| 2820 last byte of a numeric field is a space or a NUL. Parse it as | |
| 2821 potentially part of the number. This is used by GNU tar | |
| 2822 1.12.64012 to handle larger values. | |
| 2823 | |
| 2824 1999-06-20 Karl Heuer <kwzh@gnu.org> | |
| 2825 | |
| 2826 * custom.el (custom-handle-keyword): Fix error message. | |
| 2827 | |
| 2828 1999-06-18 Andrew Innes <andrewi@gnu.org> | |
| 2829 | |
| 2830 * mail/smtpmail.el (smtpmail-send-it): Use | |
| 2831 convert-standard-filename to make file names for queued mail safe | |
| 2832 on Windows (`:' is invalid in file names on Windows). | |
| 2833 | |
| 2834 1999-06-17 Kenichi Handa <handa@etl.go.jp> | |
| 2835 | |
| 2836 * international/mule-cmds.el (describe-current-input-method): | |
| 2837 Current-input-method is string. | |
| 2838 (toggle-input-method): Docstring fixed. | |
| 2839 | |
| 2840 * international/mule-diag.el | |
| 2841 (describe-current-coding-system-briefly): Fix format string. | |
| 2842 | |
| 2843 * international/mule-util.el (coding-system-eol-type-mnemonic): | |
| 2844 Docstring modified. Return a string. | |
| 2845 | |
| 2846 1999-06-17 Alex Schroeder <a.schroeder@bsiag.ch> | |
| 2847 | |
| 2848 * sql.el (sql-input-ring-file-name): Doc fix. | |
| 2849 | |
| 2850 1999-06-17 Richard M. Stallman <rms@gnu.org> | |
| 2851 | |
| 2852 * calendar/cal-x.el (special-display-buffer-names): | |
| 2853 Don't put (get-file-buffer diary-file) on this list. | |
| 2854 | |
| 2855 1999-06-17 Mark W Maimone <mwm@helios.jpl.nasa.gov> | |
| 2856 | |
| 2857 * play/mpuz.el (mpuz-try-proposal): Fix message call. | |
| 2858 Don't penalize player for certain impossible guesses. | |
| 2859 | |
| 2860 1999-06-16 Andrew Innes <andrewi@gnu.org> | |
| 2861 | |
| 2862 * ls-lisp.el (ls-lisp-format-time): If timestamp is invalid, | |
| 2863 return the string "Unk 0 0000" so at least it appears to be a | |
| 2864 valid timestamp to `dired-move-to-filename-regexp'. | |
| 2865 | |
| 2866 1999-06-15 Ken'ichi Handa <handa@gnu.org> | |
| 2867 | |
| 2868 * ps-print.el (ps-control-character): Fix previous change. | |
| 2869 | |
| 2870 1999-06-15 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 2871 | |
| 2872 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Avoid | |
| 2873 multiple output of the last message. | |
| 2874 | |
| 2875 1999-06-14 Eli Zaretskii <eliz@gnu.org> | |
| 2876 | |
| 2877 * term/internal.el (IT-display-table-setup): Do not remap \222 to | |
| 2878 the ASCII apostrophe, as most DOS codepages have some other glyph | |
| 2879 there. | |
| 2880 | |
| 2881 1999-06-14 Ken'ichi Handa <handa@gnu.org> | |
| 2882 | |
| 2883 * language/ethio-util.el (setup-ethiopic-environment-internal): | |
| 2884 Use quail-activate-hook instead of obsolete hook quail-mode-hook. | |
| 2885 (exit-ethiopic-environment): Likewize. | |
| 2886 | |
| 2887 1999-06-12 Richard M. Stallman <rms@gnu.org> | |
| 2888 | |
| 2889 * cus-start.el (scroll-preserve-screen-position): Fix typo in type. | |
| 2890 | |
| 2891 1999-06-12 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 2892 | |
| 2893 * emulation/crisp.el (crisp-mode): (defcustom) Initialize with | |
| 2894 custom-initialize-default to avoid infinite loop. | |
| 2895 (crisp-mode): (defun) Call transient-mark-mode here, not when | |
| 2896 loading the file. Run crisp-mode-hook here, and run | |
| 2897 crisp-load-hook when loading the file. | |
| 2898 | |
| 2899 * mail/rmailout.el (rmail-output-read-rmail-file-name): If in | |
| 2900 rmail-summary buffer, search for pattern in rmail-file. | |
| 2901 | |
| 2902 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Fix typo. | |
| 2903 | |
| 2904 * progmodes/cperl-mode.el (cperl-invalid-face): Fix custom type. | |
| 2905 | |
| 2906 * ps-print.el (ps-printer-name): Fix custom type. | |
| 2907 | |
| 2908 1999-06-12 Reto Zimmermann <reto@synopsys.com> | |
| 2909 | |
| 2910 * progmodes/vhdl-mode.el (vhdl-port-copy): Fix parsing bug. | |
| 2911 (vhdl-port-paste-generic-map): Fix indentation bug. | |
| 2912 (vhdl-port-paste-port-map): Fix indentation bug. | |
| 2913 (vhdl-scan-file-contents): Make scanning case insensitive. | |
| 2914 | |
| 2915 1999-06-11 Richard M. Stallman <rms@gnu.org> | |
| 2916 | |
| 2917 * files.el (write-file): When buffer is not already visiting a file, | |
| 2918 don't put buffer name in the minibuffer, just make it the default. | |
| 2919 Also handle just directory as arg usefully in that case. | |
| 2920 | |
| 2921 * simple.el (sendmail-user-agent-compose): | |
| 2922 Ignore case when inserting the rest of the "other" headers. | |
| 2923 | |
| 2924 * help.el (help-for-help): Mention C-h C-i. Clear up C-h n. | |
| 2925 | |
| 2926 * info-look.el (info-lookup-file, info-lookup-symbol): Doc fix. | |
| 2927 (info-lookup-interactive-arguments): Never insert the default | |
| 2928 into the minibuffer automatically. | |
| 2929 | |
| 2930 * emacs-lisp/cl-extra.el (getf): Don't call get*. | |
| 2931 | |
| 2932 1999-06-09 Richard M. Stallman <rms@gnu.org> | |
| 2933 | |
| 2934 * simple.el (shell-command): Avoid printing "mark set" message. | |
| 2935 | |
| 2936 1999-06-09 Dave Love <fx@gnu.org> | |
| 2937 | |
| 2938 * progmodes/compile.el (compilation-error-regexp-alist): Allow | |
| 2939 digits in program name in first pattern. | |
| 2940 | |
| 2941 1999-06-09 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
| 2942 | |
| 2943 * vc.el (vc-dired-mode): Don't match anything before the date in | |
| 2944 dired-move-to-filename-regexp. | |
| 2945 | |
| 2946 1999-06-07 Ken'ichi Handa <handa@gnu.org> | |
| 2947 | |
| 2948 * international/quail.el (quail-define-rules): Fix typo in | |
| 2949 docstring. | |
| 2950 | |
| 2951 1999-06-05 Stephen Eglen <stephen@gnu.org> | |
| 2952 | |
| 2953 * iswitchb.el (iswitchb-default-keybindings): Add | |
| 2954 iswitchb-minibuffer-setup to minibuffer-setup-hook here rather | |
| 2955 than when package is loaded. | |
| 2956 | |
| 2957 1999-06-04 Richard M. Stallman <rms@gnu.org> | |
| 2958 | |
| 2959 * startup.el (command-line): Don't set user-init-file directly; | |
| 2960 tell `load' to set it. | |
| 2961 | |
| 2962 * ange-ftp.el (ange-ftp-shell-command): Handle error-buffer arg. | |
| 2963 | |
| 2964 * simple.el (next-history-element): | |
| 2965 Handle minibuffer-text-before-history properly when reading sexps. | |
| 2966 | |
| 2967 * disp-table.el (standard-display-european): | |
| 2968 For an interactive call by the user, | |
| 2969 don't set enable-multibyte-characters, | |
| 2970 and don't set the terminal coding system. | |
| 2971 | |
| 2972 * textmodes/refbib.el: Don't print any messages or display | |
| 2973 a buffer when loading the library. | |
| 2974 (r2b-help): Doc fix. | |
| 2975 (r2b-help-message): Update the documentation. | |
| 2976 (r2b-load-quietly): Variable deleted. | |
| 2977 (r2b-convert-buffer): Doc fix. | |
| 2978 | |
| 2979 1999-06-04 Dave Love <fx@gnu.org> | |
| 2980 | |
| 2981 * help.el (help-xref-interned): Fix insertion of fdoc and revamp. | |
| 2982 | |
| 2983 * auto-show.el: Don't change hooks on loading. | |
| 2984 (auto-show-mode): Autoload. Default to nil. Add :set &c. | |
| 2985 (auto-show-mode): Add to hooks here. | |
| 2986 | |
| 2987 1999-06-04 Richard Sharman <rsharman@pobox.com> | |
| 2988 | |
| 2989 * emacs-lisp/regexp-opt.el (regexp-opt-group): Avoid infinite | |
| 2990 recursion on bogus input. | |
| 2991 | |
| 2992 1999-06-04 Eric M. Ludlam <zappo@ultranet.com> | |
| 2993 | |
| 2994 * speedbar.el (speedbar-hack-buffer-menu): Fixed so if the user | |
| 2995 does not select a buffer from the buffers menu, then the attached | |
| 2996 frame is not switched to anything. | |
| 2997 | |
| 2998 1999-06-03 Ken'ichi Handa <handa@gnu.org> | |
| 2999 | |
| 3000 * language/vietnamese.el (ccl-encode-vscii): Typo fixed | |
| 3001 (viet-viscii-...->viet-vscii...). | |
| 3002 | |
| 3003 * international/mule-conf.el (iso-2022-7bit-lock-ss2): Typo fixed. | |
| 3004 | |
| 3005 1999-06-01 Dave Love <fx@gnu.org> | |
| 3006 | |
| 3007 * progmodes/fortran.el: Add :link to defgroup. | |
| 3008 (fortran-blink-matching-if): Match ELSE statements too. | |
| 3009 (fortran-fill-statement, fortran-fill): Bind auto-fill-function so | |
| 3010 that filling is always done. | |
| 3011 | |
| 3012 1999-05-31 Richard M. Stallman <rms@gnu.org> | |
| 3013 | |
| 3014 * simple.el (append-next-kill): Use an arg to distinguish | |
| 3015 interactive calls from Lisp calls, rather than (interactive-p). | |
| 3016 | |
| 3017 * international/iso-transl.el (iso-transl-language-alist): | |
| 3018 Interchange n and N. | |
| 3019 | |
| 3020 1999-05-31 Dave Love <fx@gnu.org> | |
| 3021 | |
| 3022 * msb.el Add to minor-mode-map-alist. Remove hook installation | |
| 3023 and keymap munging on load. | |
| 3024 (msb-mode): New option. | |
| 3025 (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory): | |
| 3026 Doc fix. | |
| 3027 (msb-mode-map): New variable. | |
| 3028 (msb-mode): New command. | |
| 3029 | |
| 3030 1999-05-31 Dave Love <fx@gnu.org> | |
| 3031 | |
| 3032 * ispell.el: (ispell-alternate-dictionary): Fix custom type. | |
| 3033 (ispell-complete-word-dict): Likewise. | |
| 3034 | |
| 3035 1999-05-31 Eli Zaretskii <eliz@gnu.org> | |
| 3036 | |
| 3037 * forms.el (forms-save-buffer): Call set-buffer-modified-p to | |
| 3038 force the data buffer to be saved, even if the data didn't | |
| 3039 change, in case the write filter was modified. Restore the | |
| 3040 current record after read-file-filter finishes. | |
| 3041 | |
| 3042 1999-05-29 Karl Heuer <kwzh@gnu.org> | |
| 3043 | |
| 3044 * ispell4.el: Obsolete; file deleted. | |
| 3045 | |
| 3046 * textmodes/texinfmt.el (texinfo-format-direntry): Avoid blank line. | |
| 3047 | |
| 3048 * font-lock.el (font-lock-apply-syntactic-highlight): Don't die if | |
| 3049 VALUE is a syntax table. | |
| 3050 | |
| 3051 * emacs-lisp/cl.el (custom-print-functions): Add autoload cookie. | |
| 3052 | |
| 3053 * simple.el (zap-to-char): Doc fix. | |
| 3054 | |
| 3055 1999-05-27 Ken'ichi Handa <handa@gnu.org> | |
| 3056 | |
| 3057 * isearch.el (isearch-quote-char): Don't assume character codes | |
| 3058 0200 - 0237 stand for characters in some single-byte character | |
| 3059 charset. | |
| 3060 | |
| 3061 1999-05-27 Dave Love <fx@gnu.org> | |
| 3062 | |
| 3063 * startup.el: (iso-8859-n-locale-regexp): Don't match 8859-15 &c. | |
| 3064 | |
| 3065 1999-05-27 Andreas Schwab <schwab@gnu.org> | |
| 3066 | |
| 3067 * dired-aux.el (dired-insert-subdir-doinsert): Check that the | |
| 3068 headerline does not exist already. | |
| 3069 | |
| 3070 1999-05-26 Richard Stallman <rms@gnu.org> | |
| 3071 | |
| 3072 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): | |
| 3073 Avoid nested null-loops. | |
| 3074 | |
| 3075 1999-05-26 Ken'ichi Handa <handa@gnu.org> | |
| 3076 | |
| 3077 * international/characters.el: Typo fixed; prefered->preferred. | |
| 3078 | |
| 3079 * international/mule-cmds.el (find-coding-systems-for-charsets): | |
| 3080 Typo fixed; prefered->preferred. | |
| 3081 | |
| 3082 * map-ynp.el (map-y-or-n-p): Don't inherit the current input | |
| 3083 method in read-event. | |
| 3084 | |
| 3085 * international/mule.el (charset-info): Doc-string fixed. | |
| 3086 | |
| 3087 1999-05-25 Ken'ichi Handa <handa@gnu.org> | |
| 3088 | |
| 3089 * mail/smtpmail.el (smtpmail-send-it): Bind | |
| 3090 smtpmail-code-conv-from properly. | |
| 3091 (smtpmail-send-data-1): If DATA is a multibyte string, encode it | |
| 3092 by smtpmail-code-conv-from. | |
| 3093 | |
| 3094 1999-05-24 Richard Stallman <rms@gnu.org> | |
| 3095 | |
| 3096 * emulation/crisp.el (crisp-submit-bug-report): Function deleted. | |
| 3097 Binding deleted also. | |
| 3098 | |
| 3099 1999-05-24 Karl Heuer <kwzh@gnu.org> | |
| 3100 | |
| 3101 * comint.el (comint-bol-or-process-mark): Doc fix. | |
| 3102 | |
| 3103 1999-05-23 Dave Love <fx@gnu.org> | |
| 3104 | |
| 3105 * emulation/crisp.el (crisp-mode-map): Don't inherit global-map. | |
| 3106 Enter it on minor-mode-map-alist. | |
| 3107 (crisp-mode): Re-named from `crsip-mode-enabled'. Users changed. | |
| 3108 Autoload. Add custom setter. | |
| 3109 (crisp-mark-line): Doc fix. | |
| 3110 (crisp-mode): Autoload. Re-write not to frob keymaps directly. | |
| 3111 (crisp-mode-hook): Define. | |
| 3112 | |
| 3113 1999-05-23 Ken'ichi Handa <handa@gnu.org> | |
| 3114 | |
| 3115 * files.el (recover-file): Recover buffer-file-coding-system. | |
| 3116 | |
| 3117 1999-05-22 Richard Stallman <rms@gnu.org> | |
| 3118 | |
| 3119 * vc.el (vc-dired-mode): Make the dired-move-to-filename-regexp | |
| 3120 regexp match the date, to avoid treating date as file size. | |
| 3121 Add YYYY S option to WESTERN/ | |
| 3122 | |
| 3123 * bookmark.el: Delete some XEmacs compatibility code. | |
| 3124 (bookmark-jump-noselect): Check vc-backend. | |
| 3125 | |
| 3126 * subr.el (add-to-list): Doc fix. | |
| 3127 | |
| 3128 1999-05-21 Stephen Eglen <stephen@gnu.org> | |
| 3129 | |
| 3130 * diary-lib.el (diary-mail-entries): Use fancy-diary-buffer. | |
| 3131 | |
| 3132 1999-05-18 Richard Stallman <rms@gnu.org> | |
| 3133 | |
| 3134 * textmodes/texinfmt.el (texinfo-anchor): Don't delete a | |
| 3135 non-space after the @anchor command. | |
| 3136 (texinfo-format-var): Handle other nested constructs, using | |
| 3137 texinfo-parse-expanded-arg and texinfo-discard-command, not | |
| 3138 texinfo-parse-arg-discard. | |
| 3139 | |
| 3140 * emacs-lisp/debug.el (debugger-outer-inhibit-redisplay): New variable. | |
| 3141 (debug): Bind and use debugger-outer-inhibit-redisplay. | |
| 3142 Bind inhibit-redisplay to nil. | |
| 3143 (debugger-env-macro): Treat inhibit-redisplay like other outside vars. | |
| 3144 | |
| 3145 1999-05-17 Dave Love <fx@gnu.org> | |
| 3146 | |
| 3147 * help.el (describe-function-1): Extra arg, interactive-p. | |
| 3148 (describe-key, describe-function): Use it. | |
| 3149 | |
| 3150 1999-05-17 Karl Heuer <kwzh@gnu.org> | |
| 3151 | |
| 3152 * ispell.el (ispell-local-dictionary-alist): Add autoload cookie. | |
| 3153 | |
| 3154 1999-05-16 Dave Love <fx@gnu.org> | |
| 3155 | |
| 3156 * cus-start.el (all): Delete selective-display. Add scroll-margin, | |
| 3157 scroll-preserve-screen-position, scroll-conservatively. | |
| 3158 | |
| 3159 1999-05-16 Dave Love <fx@gnu.org> | |
| 3160 | |
| 3161 * emacs-lisp/byte-opt.el (byte-optimize-plus): Fix 1-arg case. | |
| 3162 | |
| 3163 1999-05-15 Reto Zimmermann <reto@Synopsys.COM> | |
| 3164 | |
| 3165 * progmodes/vhdl-mode.el: Completely revised and massively extended. | |
| 3166 | |
| 3167 1999-05-15 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | |
| 3168 | |
| 3169 * progmodes/sh-script.el (sh-mode): Do not fail if buffer has no | |
| 3170 magic number and is not associated with a file. | |
| 3171 | |
| 3172 1999-05-14 Richard M. Stallman <rms@gnu.org> | |
| 3173 | |
| 3174 * files.el (find-file-noselect-1): Fix previous change. | |
| 3175 | |
| 3176 1999-05-14 Simon Marshall <simon@gnu.org> | |
| 3177 | |
| 3178 * fast-lock.el (fast-lock-cache-name): Fix test for `windows-nt'. | |
| 3179 | |
| 3180 1999-05-13 Ken'ichi Handa <handa@gnu.org> | |
| 3181 | |
| 3182 * international/mule-diag.el (mule-diag): Change MULE to Mule in | |
| 3183 docstring. | |
| 3184 | |
| 3185 * international/mule-cmds.el: Change MULE to Mule in docstrings | |
| 3186 and menus. | |
| 3187 | |
| 3188 1999-05-10 Kenichi HANDA <handa@etl.go.jp> | |
| 3189 | |
| 3190 * ps-mule.el (ps-mule-prologue): Fix the definition of DefFontMule | |
| 3191 to correctly reflect the value of BaseLineOffset in | |
| 3192 RelativeCompose. Now the value of RelativeCompose is an array of | |
| 3193 low and high positions. | |
| 3194 (ps-mule-cmpchar-prologue): Adjust the definition of BC, EC, and | |
| 3195 RLC for the above change. | |
| 3196 | |
| 3197 1995-05-11 Joel N. Weber II <devnull@melange.gnu.org> | |
| 3198 | |
| 3199 * comint.el (comint-password-prompt-regexp): Modified to match the | |
| 3200 output of ksu and ssh-add. | |
| 3201 | |
| 3202 1999-05-11 Kenichi HANDA <handa@etl.go.jp> | |
| 3203 | |
| 3204 * language/korea-util.el (isearch-toggle-korean-input-method): | |
| 3205 Adjusted for the change of input method handling in isearch.el. | |
| 3206 (isearch-hangul-switch-symbol-ksc): Likewise. | |
| 3207 (isearch-hangul-switch-hanja): Likewise. | |
| 3208 | |
| 3209 1999-05-10 Dave Love <fx@gnu.org> | |
| 3210 | |
| 3211 * help.el (help-make-xrefs): Fix typo. | |
| 3212 | |
| 3213 1999-05-10 Andreas Schwab <schwab@gnu.org> | |
| 3214 | |
| 3215 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add | |
| 3216 unibyte-display-via-language-environment. | |
| 3217 | |
| 3218 * help.el (help-make-xrefs): Handle more cases when looking for | |
| 3219 commands in a keymap description. | |
| 3220 | |
| 3221 1999-05-10 Eli Zaretskii <eliz@gnu.org> | |
| 3222 | |
| 3223 * loadup.el: For ms-dos systems, load ccl and codepage. | |
| 3224 | |
| 3225 1999-05-09 Ken'ichi Handa <handa@gnu.org> | |
| 3226 | |
| 3227 * ps-print.el (ps-control-character): Call | |
| 3228 ps-mule-prepare-ascii-font to setup ASCII fonts. | |
| 3229 | |
| 3230 * ps-mule.el (ps-mule-begin-job): Redo this change "if | |
| 3231 ps-multibyte-buffer is nil, use | |
| 3232 ps-mule-font-info-database-default." | |
| 3233 | |
| 3234 1999-05-08 Ken Stevens <k.stevens@ieee.org> | |
| 3235 | |
| 3236 * ispell.el (ispell-local-dictionary-alist): New variable for | |
| 3237 customizing local dictionaries not accessable by everyone. | |
| 3238 (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'. | |
| 3239 (ispell-required-version): Changed format `(major minor | |
| 3240 revision)' to support general pattern matching. | |
| 3241 (ispell-tex-skip-alists): AMS Tex block comment and `\author' | |
| 3242 skip region commented out due to incorrect skip potential in std latex. | |
| 3243 (ispell-word): Removed `when' macro. Fixed bug of not restoring | |
| 3244 cursor point on small words for calls from `ispell-minor-mode'. | |
| 3245 (check-ispell-version): Tests and accepts versions major.minor | |
| 3246 and above, with adjustments for interactions in 3.1.0-3.1.11. | |
| 3247 (ispell-get-line): No longer skips ispell process special characters. | |
| 3248 (ispell-comments-and-strings): Removed `when' macro call. | |
| 3249 (ispell-minor-check): Requires ispell-word to restore cursor point. | |
| 3250 (ispell-buffer-local-parsing): Supports checking comments only. | |
| 3251 | |
| 3252 1999-05-08 Karl Heuer <kwzh@gnu.org> | |
| 3253 | |
| 3254 * comint.el (comint-password-prompt-regexp): Fix last change to be | |
| 3255 more specific. | |
| 3256 | |
| 3257 1999-05-07 Richard M. Stallman <rms@gnu.org> | |
| 3258 | |
| 3259 * subr.el (with-temp-message): Fix the other call to message | |
| 3260 to use %s. | |
| 3261 | |
| 3262 1999-05-07 Michael Ernst <mernst@alum.mit.edu> | |
| 3263 | |
| 3264 * gud.el (gud-format-command): "%F" means file sans extension. | |
| 3265 (jdb): use %F, not %f, for gud-break. | |
| 3266 | |
| 3267 1999-05-07 Joel N. Weber II <devnull@melange.gnu.org> | |
| 3268 | |
| 3269 * comint.el (comint-password-prompt-regexp): Modified so that it | |
| 3270 matches the output of kinit. | |
| 3271 | |
| 3272 1999-05-06 Greg Stark <gsstark@mit.edu> | |
| 3273 | |
| 3274 * timezone.el (timezone-parse-date): Recognize new format used in | |
| 3275 internet cookies. | |
| 3276 | |
| 3277 1999-05-04 Tudor Hulubei <tudor@cs.unh.edu> | |
| 3278 | |
| 3279 * international/iso-acc.el (iso-languages): Add latin-2 cedillas. | |
| 3280 | |
| 3281 1999-05-04 Andrew Innes <andrewi@gnu.org> | |
| 3282 | |
| 3283 * time.el (display-time-update): Allow for wrap-around when | |
| 3284 checking against display-time-server-down-time. | |
| 3285 | |
| 3286 1999-05-04 Ken'ichi Handa <handa@gnu.org> | |
| 3287 | |
| 3288 * international/mule-diag.el (describe-coding-system): Fix English | |
| 3289 message. | |
| 3290 | |
| 3291 1999-05-03 Jason Rumney <jasonr@altavista.net> | |
| 3292 | |
| 3293 * term/w32-win.el: Change the x-charset-registry property for the | |
| 3294 Japanese charsets that are supported by Japanese Windows fonts. | |
| 3295 | |
| 3296 1999-05-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
| 3297 | |
| 3298 * diary-lib.el (diary-remind): Rewritten to behave sensibly for | |
| 3299 diary-block diary entries for which the reminders and the diary | |
| 3300 entries can overlap. | |
| 3301 | |
| 3302 1999-05-02 Jason Rumney <jasonr@altavista.net> | |
| 3303 | |
| 3304 * term/w32-win.el (mouse-set-font): Ensure constructed fontset | |
| 3305 matches the font selected in the dialog. | |
| 3306 | |
| 3307 1999-05-02 Dave Love <fx@gnu.org> | |
| 3308 | |
| 3309 * browse-url.el (browse-url-browser-function): Add :version. | |
| 3310 | |
| 3311 * international/mule.el (auto-coding-alist): Add .tgz. | |
| 3312 | |
| 3313 1999-05-2 Eli Zaretskii <eliz@is.elta.co.il> | |
| 3314 | |
| 3315 * international/codepage.el (cp-coding-system-for-codepage-1): | |
| 3316 Make the magnification parameter for the -dos encoder be 2. | |
| 3317 | |
| 3318 1999-05-2 Andrew Innes <andrewi@gnu.org> | |
| 3319 | |
| 3320 * term/w32-win.el (w32-drag-n-drop): Select file in window where | |
| 3321 it is dropped, rather than current window. | |
| 3322 | |
| 3323 * mail/smtpmail.el (smtpmail-deduce-address-list): Bind variables | |
| 3324 after switching buffer, as case-fold-search is a buffer local | |
| 3325 variable. | |
| 3326 | |
| 3327 * w32-fns.el (convert-standard-filename): Only convert directory | |
| 3328 separators to backslash if the interactive shell is one of the | |
| 3329 standard Windows shells that has DOS semantics. | |
| 3330 | |
| 3331 * ls-lisp.el (ls-lisp-format-time): Trap errors from | |
| 3332 format-time-string, and return a suitable string to indicate the | |
| 3333 timestamp was invalid. | |
| 3334 | |
| 3335 * hexl.el (hexlify-command): Apply shell-quote-argument after | |
| 3336 expanding hexl-program in case exec-directory contains a space. | |
| 3337 (dehexlify-command): Ditto. | |
| 3338 | |
| 3339 * dos-w32.el (file-name-buffer-file-type-alist): Remove various | |
| 3340 file extension regexps which aren't necessarily binary files. | |
| 3341 (direct-print-region-helper): Use subst-char-in-string instead of | |
| 3342 binding directory-sep-char to convert filenames to DOS syntax. | |
| 3343 (direct-print-region-use-command-dot-com): New variable. | |
| 3344 (direct-print-region-helper): Use it to control whether to invoked | |
| 3345 command.com to print on Windows 9x. | |
| 3346 | |
| 3347 * browse-url.el (browse-url-browser-function): Default to | |
| 3348 browse-url-default-windows-browser on windows-nt. | |
| 3349 (browse-url-default-windows-browser): New function. | |
| 3350 | |
| 3351 1999-04-30 Eli Zaretskii <eliz@is.elta.co.il> | |
| 3352 | |
| 3353 * forms.el (forms-mode): Don't call forms-first-record or | |
| 3354 forms-last-record if the data file has zero records. | |
| 3355 | |
| 3356 1999-04-29 Richard M. Stallman <rms@gnu.org> | |
| 3357 | |
| 3358 * files.el (find-file-noselect-1): If buffer-file-name has changed | |
| 3359 after find-file-not-found-hooks runs, recompute the truename. | |
| 3360 And don't use FILENAME after that point. | |
| 3361 | |
| 3362 1999-04-27 Dave Love <fx@gnu.org> | |
| 3363 | |
| 3364 * paren.el (show-paren-mode) | |
| 3365 * which-func.el (which-func-mode-global) | |
| 3366 * type-break.el (type-break-mode) | |
| 3367 * time.el (display-time-mode) | |
| 3368 * rsz-mini.el (resize-minibuffer-mode) | |
| 3369 * mouse-sel.el (mouse-sel-mode) | |
| 3370 * icomplete.el (icomplete-mode) | |
| 3371 * hscroll.el (hscroll-global-mode) | |
| 3372 * help.el (temp-buffer-resize-mode) | |
| 3373 * font-lock.el (global-font-lock-mode) | |
| 3374 * delsel.el (delete-selection-mode) | |
| 3375 * avoid.el (mouse-avoidance-mode) | |
| 3376 * autoinsert.el (auto-insert-mode) | |
| 3377 * winner.el (winner-mode): Doc fix. | |
| 3378 | |
| 3379 1999-04-26 Karl Heuer <kwzh@gnu.org> | |
| 3380 | |
| 3381 * mail/rmail.el (rmail-next-same-subject): When searching, ignore | |
| 3382 the same whitespace that was ignored in choosing the subject string. | |
| 3383 | |
| 3384 1999-04-26 Richard M. Stallman <rms@gnu.org> | |
| 3385 | |
| 3386 * info.el (Info-find-node): Position properly after finding anchor. | |
| 3387 | |
| 3388 * cus-start.el (all): Handle unibyte-display-via-language-environment. | |
| 3389 | |
| 3390 * simple.el (indent-new-comment-line): Fix previous change. | |
| 3391 | |
| 3392 * complete.el: Delete the wildcard expansion feature | |
| 3393 since that is now standard in find-file. | |
| 3394 (PC-try-load-many-files): Function deleted. | |
| 3395 (PC-after-load-many-files): Function deleted. | |
| 3396 (PC-many-files-list): Variable deleted. | |
| 3397 (PC-disable-wildcards): Variable deleted. | |
| 3398 (partial-completion-mode): Don't enable the wildcard feature. | |
| 3399 | |
| 3400 * complete.el (PC-look-for-include-file): Don't set global variables | |
| 3401 `error', `buf' and `filename' here. | |
| 3402 | |
| 3403 * mail/sendmail.el (mail-sent-via): Use copy-marker not make-marker. | |
| 3404 | |
| 3405 1999-04-26 John Wiegley <johnw@oneworld.new-era.com> | |
| 3406 | |
| 3407 * textmodes/outline.el (outline-regexp): Doc fix. | |
| 3408 | |
| 3409 1999-04-26 John Wiegley <johnw@borland.com> | |
| 3410 | |
| 3411 * progmodes/compile.el (compilation-error-regexp-alist): Recognize | |
| 3412 C++Builder 4.0 error message syntax. | |
| 3413 | |
| 3414 1999-04-26 Mark Diekhans <markd@Grizzly.COM> | |
| 3415 | |
| 3416 * progmodes/compile.el (grep-compute-defaults): If xargs -e isn't | |
| 3417 supported, use find -exec. | |
| 3418 | |
| 3419 1999-04-26 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp> | |
| 3420 | |
| 3421 * textmodes/texinfmt.el (texinfo-format-buffer): Bind | |
| 3422 coding-system-for-write, to avoid hanging when non-interactive. | |
| 3423 | |
| 3424 1999-04-26 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
| 3425 | |
| 3426 * textmodes/bibtex.el (bibtex-reference-head): Allow entries to | |
| 3427 start with a newline. | |
| 3428 | |
| 3429 1999-04-13 Ken'ichi Handa <handa@gnu.org> | |
| 3430 | |
| 3431 * international/mule-conf.el (x-ctext): New coding system. | |
| 3432 | |
| 3433 1999-04-12 Richard M. Stallman <rms@gnu.org> | |
| 3434 | |
| 3435 * international/mule-cmds.el (input-method-function): | |
| 3436 Add permanent-local property. | |
| 3437 | |
| 3438 1999-04-12 Dave Love <fx@gnu.org> | |
| 3439 | |
| 3440 * jka-compr.el (jka-compr-insert-file-contents): Fix previous | |
| 3441 change to use jka-compr-byte-compiler-base-file-name. | |
| 3442 | |
| 3443 * supercite.el (sc-scan-info-alist): Revert last change. | |
| 3444 (sc-attrib-selection-list): Fix :type here instead. | |
| 3445 | |
| 3446 1999-04-11 Eli Zaretskii <eliz@gnu.org> | |
| 3447 | |
| 3448 * international/mule.el (auto-coding-alist-lookup): Include ms-dos | |
| 3449 in the list of case-insensitive filesystems. | |
| 3450 | |
| 3451 1999-04-09 Kenichi Handa <handa@etl.go.jp> | |
| 3452 | |
| 3453 * international/fontset.el (create-fontset-from-fontset-spec): | |
| 3454 Don't register duplicated alias fontset names. | |
| 3455 | |
| 3456 1999-04-08 Richard Stallman <rms@gnu.org> | |
| 3457 | |
| 3458 * international/mule.el (auto-coding-alist-lookup): New function. | |
| 3459 (set-auto-coding): Use auto-coding-alist-lookup. | |
| 3460 | |
| 3461 * jka-compr.el (jka-compr-insert-file-contents): | |
| 3462 Use auto-coding-alist-lookup to check for files that | |
| 3463 should not have eol conversion, in the unibyte case. | |
| 3464 | |
| 3465 1999-04-07 Dave Love <fx@gnu.org> | |
| 3466 | |
| 3467 * help.el (describe-variable): Check custom-loads property as well | |
| 3468 as custom-type. | |
| 3469 | |
| 3470 * abbrev.el (abbrev-mode): Customizing sets the default value. | |
| 3471 | |
| 3472 1999-04-08 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
| 3473 | |
| 3474 * vc.el (vc-backend-revert): For CVS files that were made | |
| 3475 writeable with "cvs edit", call "cvs unedit" to undo that. | |
| 3476 | |
| 3477 1999-04-08 Dave Love <fx@gnu.org> | |
| 3478 | |
| 3479 * mail/supercite.el: (sc-attrib-selection-list): Fix custom type | |
| 3480 more. | |
| 3481 (sc-emacs-features): Recognize Emacs 20. | |
| 3482 (sc-read-string): Use history arg. | |
| 3483 (sc-scan-info-alist): Check for rtnvalue a cons. | |
| 3484 | |
| 3485 1999-04-08 Kenichi HANDA <handa@etl.go.jp> | |
| 3486 | |
| 3487 * gnus/gnus-mule.el (gnus-mule-message-send-mail-function): Find a | |
| 3488 coding system to encode the message by | |
| 3489 select-message-coding-system. | |
| 3490 | |
| 3491 1999-04-07 Richard Stallman <rms@gnu.org> | |
| 3492 | |
| 3493 * progmodes/sql.el (sql-send-paragraph): Delete duplicate definition. | |
| 3494 | |
| 3495 * winner.el: Reorder definitions. | |
| 3496 | |
| 3497 * mail/mh-utils.el (mh-find-progs): Try /etc/nmh and lib/nmh dirs. | |
| 3498 | |
| 3499 * mail/rmail.el (rmail-decode-babyl-format): | |
| 3500 Undo previous change. | |
| 3501 | |
| 3502 1999-04-06 Richard Stallman <rms@gnu.org> | |
| 3503 | |
| 3504 * info.el (Info-find-node): Check for an anchor at the | |
| 3505 proper place, before reading an indirect file. | |
| 3506 | |
| 3507 * imenu.el (imenu--mouse-menu): Use assq when searching in FINAL. | |
| 3508 | |
| 3509 * jka-compr.el (jka-compr-insert-file-contents): | |
| 3510 Use raw-text-unix when we want no conversion. | |
| 3511 | |
| 3512 1999-04-06 Thierry Emery <Thierry.Emery@nmu.alcatel.fr> | |
| 3513 | |
| 3514 * timezone.el (timezone-parse-date): Corrected regexp for | |
| 3515 style (5) date format so that tenths of seconds are optional. | |
| 3516 | |
| 3517 1999-04-05 Eli Zaretskii <eliz@gnu.org> | |
| 3518 | |
| 3519 * term/internal.el (dos-cpNNN-setup): New function, with the guts | |
| 3520 of dos-codepage-setup. | |
| 3521 (cjk-codepages-alist): New variable, an alist of Far-Eastern | |
| 3522 codepages for which there's no need to set up cpNNN coding | |
| 3523 systems. | |
| 3524 (dos-codepage-setup): Support Far-Eastern DOS terminals. | |
| 3525 | |
| 3526 1999-04-05 Richard Stallman <rms@gnu.org> | |
| 3527 | |
| 3528 * mail/rmail.el (rmail-ignored-headers): Doc fix. | |
| 3529 | |
| 3530 1999-04-02 Richard Stallman <rms@gnu.org> | |
| 3531 | |
| 3532 * progmodes/compile.el (compilation-handle-exit): Do right thing | |
| 3533 if (car status) doesn't end in a newline. | |
| 3534 | |
| 3535 1999-04-01 Dave Love <fx@gnu.org> | |
| 3536 | |
| 3537 * progmodes/sql.el (SQL): Add defgroup :version. | |
| 3538 | |
| 3539 1999-03-31 Richard M. Stallman <rms@caffeine.ai.mit.edu> | |
| 3540 | |
| 3541 * emacs-lisp/bytecomp.el (byte-compile-file): Clear | |
| 3542 buffer-file-coding-system. If the coding system used is raw-text, | |
| 3543 etc., make the *Compiler Input* buffer unibyte. | |
| 3544 | |
| 3545 * international/mule.el (find-new-buffer-file-coding-system): Doc fix. | |
| 3546 | |
| 3547 * loadup.el: Don't write the fns-...el file if not dumping. | |
| 3548 | |
| 3549 1999-03-31 Dave Love <fx@gnu.org> | |
| 3550 | |
| 3551 * snmp-mode.el (snmp): Fix defgroup :version. | |
| 3552 | |
| 3553 * hilit-chg.el (highlight-changes): Add defgroup :version. | |
| 3554 | |
| 3555 1999-03-31 Andreas Schwab <schwab@gnu.org> | |
| 3556 | |
| 3557 * gnus/gnus-sum.el (gnus-data-compute-positions): Move down after | |
| 3558 the gnus-save-hidden-threads macro. | |
| 3559 | |
| 3560 1999-03-30 Per Abrahamsen <abraham@dina.kvl.dk> | |
| 3561 | |
| 3562 * faces.el (face-set-after-frame-default): Obey the | |
| 3563 `customized-face' for new faces. | |
| 3564 | |
| 3565 1999-03-30 Dave Love <fx@gnu.org> | |
| 3566 | |
| 3567 * international/mule-cmds.el (current-language-environment): Doc fix. | |
| 3568 * abbrev.el (abbrev-mode): Doc fix. | |
| 3569 * autoinsert.el (auto-insert-mode): Doc fix. | |
| 3570 * complete.el (partial-completion-mode): Doc fix. | |
| 3571 * avoid.el (mouse-avoidance-mode): Doc fix. | |
| 3572 * delsel.el (delete-selection-mode): Doc fix. | |
| 3573 * font-lock.el (global-font-lock-mode): Doc fix. | |
| 3574 * help.el (temp-buffer-resize-mode): Doc fix. | |
| 3575 * hscroll.el (hscroll-global-mode): Doc fix. | |
| 3576 * icomplete.el (icomplete-mode): Doc fix. | |
| 3577 * mouse-sel.el (mouse-sel-mode): Doc fix. | |
| 3578 * paren.el (show-paren-mode): Doc fix. | |
| 3579 * rsz-mini.el (resize-minibuffer-mode): Doc fix. | |
| 3580 * time.el (display-time-mode): Doc fix. | |
| 3581 * type-break.el (type-break-mode): Doc fix. | |
| 3582 * which-func.el (which-func-mode-global): Doc fix. | |
| 3583 * winner.el (winner-mode): Doc fix. | |
| 3584 | |
| 3585 1999-03-30 Michael Ernst <mernst@alum.mit.edu> | |
| 3586 | |
| 3587 * wid-edit.el (widget-before-change): Signal text-read-only rather | |
| 3588 than an ordinary error. | |
| 3589 | |
| 3590 1999-03-30 Richard M. Stallman <rms@gnu.org> | |
| 3591 | |
| 3592 * repeat.el: Don't require advice. | |
| 3593 (repeat): Do function-indirection in check for kbd macro. | |
| 3594 In self-insert case, use the *last* char in INSERTION. | |
| 3595 | |
| 3596 1999-03-30 Karl Heuer <kwzh@gnu.org> | |
| 3597 | |
| 3598 * progmodes/cc-cmds.el (c-indent-command): Doc fix. | |
| 3599 | |
| 3600 1999-03-29 Andreas Schwab <schwab@gnu.org> | |
| 3601 | |
| 3602 * textmodes/tex-mode.el (tex-start-shell): Use add-hook for | |
| 3603 comint-input-filter-functions. Make variables related to shell | |
| 3604 directory tracking local. | |
| 3605 | |
| 3606 1999-03-26 Andreas Schwab <schwab@gnu.org> | |
| 3607 | |
| 3608 * emacs-lisp/debug.el (debug): Make *Backtrace* buffer writable. | |
| 3609 | |
| 3610 * simple.el (shell-command-on-region): Cope with exit-status being | |
| 3611 nil, which happens if call-process-region was interrupted. | |
| 3612 | |
| 3613 1999-03-26 Richard M. Stallman <rms@gnu.org> | |
| 3614 | |
| 3615 * simple.el (indent-new-comment-line): Handle use at a point | |
| 3616 after a comment-end. Handle multiple comments. | |
| 3617 | |
| 3618 * mail/rmail.el (rmail-decode-babyl-format): | |
| 3619 To prevent locking, bind buffer-file-name to nil. | |
| 3620 | |
| 3621 1999-03-26 Karl Fogel <kfogel@red-bean.com> | |
| 3622 | |
| 3623 * mail-hist.el (mail-hist-current-header-name): Don't make | |
| 3624 off-by-one-error when determining if in message body. | |
| 3625 | |
| 3626 1999-03-25 Andrew Innes <andrewi@gnu.org> | |
| 3627 | |
| 3628 * w32-fns.el (set-default-process-coding-system): Copied from | |
| 3629 dos-w32.el, but modified to use Unix line endings for process | |
| 3630 input, and to add a suitable entry to process-coding-system-alist | |
| 3631 for DOS shells. | |
| 3632 | |
| 3633 * dos-fns.el (set-default-process-coding-system): Copied from | |
| 3634 dos-w32.el. | |
| 3635 | |
| 3636 * dos-w32.el (set-default-process-coding-system): Move function to | |
| 3637 dos-fns.el; a different version is used in w32-fns.el. | |
| 3638 | |
| 3639 1999-03-24 Dave Love <fx@gnu.org> | |
| 3640 | |
| 3641 * info.el (Info-directory-list): Revert change to re-writing | |
| 3642 Info-default-directory-list, but put `alternative' first. | |
| 3643 (Info-insert-dir): Modify selecting the top dir file as a consequence. | |
| 3644 | |
| 3645 1999-03-23 Simon Marshall <simon@gnu.org> | |
| 3646 | |
| 3647 * font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is | |
| 3648 on the line by itself. | |
| 3649 (java-font-lock-keywords-2): Likewise. Don't fontify a class name if | |
| 3650 it is not in a declarative context. | |
| 3651 | |
| 3652 1999-03-22 Per Abrahamsen <abraham@dina.kvl.dk> | |
| 3653 | |
| 3654 * cus-edit.el (custom-variable-prompt): Allow customization of | |
| 3655 autoloaded symbols. | |
| 3656 | |
| 3657 1999-03-22 Kenichi HANDA <handa@etl.go.jp> | |
| 3658 | |
| 3659 * simple.el (what-cursor-position): Don't cause error when point | |
| 3660 is at invalid multibyte sequence. | |
| 3661 | |
| 3662 1999-03-21 Karl Heuer <kwzh@gnu.org> | |
| 3663 | |
| 3664 * complete.el (partial-completion-mode): Doc fix. | |
| 3665 | |
| 3666 1999-03-19 Richard M. Stallman <rms@gnu.org> | |
| 3667 | |
| 3668 * progmodes/cplus-md.el (old-c++): Remove :group. | |
| 3669 | |
| 3670 * progmodes/c-mode.el (old-c): Remove :group. | |
| 3671 | |
| 3672 1999-03-18 Simon Marshall <simon@gnu.org> | |
| 3673 | |
| 3674 * font-lock.el (c-font-lock-keywords-2): Added "complex" type. | |
| 3675 (java-font-lock-keywords-2): Added "strictfp" keyword. | |
| 3676 | |
| 3677 1999-03-17 Jason Rumney <jasonr@altavista.net> | |
| 3678 | |
| 3679 * w32-fns.el (set-w32-system-coding-system) New function. | |
| 3680 (w32-system-coding-system) Initialize to 'iso-latin-1. | |
| 3681 | |
| 3682 1999-03-17 Eli Zaretskii <eliz@gnu.org> | |
| 3683 | |
| 3684 * international/mule-cmds.el (set-language-environment): Fix | |
| 3685 previous change: don't use dos-codepage when unbound. | |
| 3686 | |
| 3687 1999-03-17 Karl Heuer <kwzh@gnu.org> | |
| 3688 | |
| 3689 * calendar/appt.el (appt-make-list): Fix previous change. | |
| 3690 | |
| 3691 1999-03-16 Richard M. Stallman <rms@gnu.org> | |
| 3692 | |
| 3693 * window.el (shrink-window-if-larger-than-buffer): | |
| 3694 Don't try to redisplay with the cursor at the end | |
| 3695 on its own line--that would force a scroll and spoil things. | |
| 3696 | |
| 3697 1999-03-16 Eli Zaretskii <eliz@gnu.org> | |
| 3698 | |
| 3699 * international/mule-cmds.el (set-language-environment): Don't use | |
| 3700 cpNNN-nonascii-translation-table if it is unbound. | |
| 3701 | |
| 3702 * term/internal.el (dos-codepage-setup): Compute the unibyte | |
| 3703 syntax table and bind unibyte-display-via-language-environment | |
| 3704 here, rather than at top level, so that resetting to unibyte in | |
| 3705 .emacs works as expected. | |
| 3706 | |
| 3707 1999-03-15 Simon Marshall <simon@gnu.org> | |
| 3708 | |
| 3709 * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword. | |
| 3710 | |
| 3711 1999-03-14 Milan Zamazal <pdm@pvt.net> | |
| 3712 | |
| 3713 * abbrev.el (inverse-add-abbrev): Inherit the current input method. | |
| 3714 | |
| 3715 1999-03-14 Kenichi Handa <handa@etl.go.jp> | |
| 3716 | |
| 3717 * international/mule-util.el (detect-coding-with-priority): | |
| 3718 Restore the internal database. | |
| 3719 | |
| 3720 1999-03-14 Stephen Eglen <stephen@gnu.org> | |
| 3721 | |
| 3722 * mail/sendmail.el (sendmail-send-it): Fix typo in error string | |
| 3723 if mail-from-style has invalid value. | |
| 3724 | |
| 3725 1999-03-12 Karl Heuer <kwzh@gnu.org> | |
| 3726 | |
| 3727 * vc.el (vc-delete-logbuf-window): New var. | |
| 3728 (vc-finish-logentry): Use it. | |
| 3729 | |
| 3730 1999-03-12 Richard M. Stallman <rms@gnu.org> | |
| 3731 | |
| 3732 * startup.el (command-line-1): Improve startup msg. | |
| 3733 | |
| 3734 1999-03-12 Eric M. Ludlam <zappo@ultranet.com> | |
| 3735 | |
| 3736 * speedbar.el: Added commentary about stealthy functions. | |
| 3737 (speedbar-message) new function. | |
| 3738 (speedbar-y-or-n-p): New function | |
| 3739 (speedbar-with-attached-buffer) Moved macro before reference. | |
| 3740 Now uses `save-selected-window'. | |
| 3741 (speedbar-mouse-hscroll, speedbar-track-mouse, speedbar-refresh, | |
| 3742 speedbar-generic-item-info, speedbar-item-info-file-helper, | |
| 3743 speedbar-item-delete, speedbar-insert-generic-list, | |
| 3744 speedbar-timer-fn, speedbar-check-vc-this-line, | |
| 3745 speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags, | |
| 3746 speedbar-buffers-item-info) Use speedbar-message. | |
| 3747 (speedbar-item-info) Limit `message-log-max'. | |
| 3748 (speedbar-item-load, speedbar-item-copy, speedbar-item-rename, | |
| 3749 speedbar-item-delete, speedbar-item-object-delete, | |
| 3750 speedbar-buffer-kill-buffer) Use speedbar-y-or-n-p. | |
| 3751 | |
| 3752 1999-03-10 Kenichi Handa <handa@mulelab.etl.go.jp> | |
| 3753 | |
| 3754 * server.el (server-start): Set coding system for the server | |
| 3755 process to raw-text. | |
| 3756 (server-process-filter): Decode file names if necessary. | |
| 3757 | |
| 3758 1999-03-12 Dave Love <fx@gnu.org> | |
| 3759 | |
| 3760 * textmodes/fill.el (sentence-end-double-space): Doc fix. | |
| 3761 | |
| 3762 * textmodes/paragraphs.el (sentence-end): Doc fix. | |
| 3763 | |
| 3764 1999-03-11 Karl Heuer <kwzh@gnu.org> | |
| 3765 | |
| 3766 * comint.el (comint-password-prompt-regexp): Accept "login password:" | |
| 3767 | |
| 3768 1999-03-09 Karl Heuer <kwzh@gnu.org> | |
| 3769 | |
| 3770 * ispell.el (ispell-dictionary-alist-1): Shorten autoloaded line. | |
| 3771 (ispell-dictionary-alist-2): Likewise. | |
| 3772 (ispell-dictionary-alist-3, ispell-dictionary-alist-4): New vars. | |
| 3773 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): New vars. | |
| 3774 (ispell-dictionary-alist): Build from six pieces, not just two. | |
| 3775 | |
| 3776 * ps-bdf.el (bdf-directory-list): Doc fix. | |
| 3777 | |
| 3778 * enriched.el (enriched-mode): Make var permanent-local. | |
| 3779 | |
| 3780 1999-03-09 Dave Love <fx@gnu.org> | |
| 3781 | |
| 3782 * textmodes/sgml-mode.el (html-mode): Use | |
| 3783 sentence-end-double-space when setting sentence-end. | |
| 3784 | |
| 3785 1999-03-09 Ken'ichi Handa <handa@gnu.org> | |
| 3786 | |
| 3787 * language/thai.el (tis-620): New alias coding system for thai-tis620. | |
| 3788 | |
| 3789 1999-03-08 Felix Lee <flee@cygnus.com> | |
| 3790 | |
| 3791 * textmodes/flyspell.el (flyspell-mode-on): Use change-major-mode-hook. | |
| 3792 | |
| 3793 * textmodes/outline.el (outline-back-to-heading): Fix invisible-ok. | |
| 3794 | |
| 3795 1999-03-08 Karl Heuer <kwzh@gnu.org> | |
| 3796 | |
| 3797 * dired-aux.el (dired-do-copy-regexp): Doc fix. | |
| 3798 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix. | |
| 3799 | |
| 3800 * dired.el (dired-do-copy-regexp): Doc fix. | |
| 3801 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix. | |
| 3802 | |
| 3803 1999-03-08 Roger Breitenstein <roger.breitenstein@starfish.com> | |
| 3804 | |
| 3805 * mail/smtpmail.el (smtpmail-do-bcc): Fix regexp. | |
| 3806 | |
| 3807 1999-03-08 Jason Rumney <jasonr@altavista.net> | |
| 3808 | |
| 3809 * international/codepage.el (cp1250-decode-table) | |
| 3810 (cp1251-decode-table, cp1253-decode-table) | |
| 3811 (cp1257-decode-table): New translation tables for MS Windows codepages. | |
| 3812 (cp-make-coding-systems-for-codepage): Accept 4 digit codepages. | |
| 3813 | |
| 3814 1999-03-07 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp> | |
| 3815 | |
| 3816 * textmodes/texinfmt.el (texinfo-append-refill): Check @c correctly. | |
| 3817 | |
| 3818 1999-03-07 Eli Zaretskii <eliz@gnu.org> | |
| 3819 | |
| 3820 * ps-bdf.el (bdf-directory-list): Different value for ms-dos. | |
| 3821 | |
| 3822 * term/internal.el (top level): Display character 255 as 8bit as well. | |
| 3823 | |
| 3824 1999-03-06 Dave Love <fx@gnu.org> | |
| 3825 | |
| 3826 * progmodes/cc-cmds.el (c-outline-level): Bind | |
| 3827 buffer-invisibility-spec. | |
| 3828 | |
| 3829 * progmodes/c-mode.el (c-outline-level): Likewise. | |
| 3830 | |
| 3831 * progmodes/ada-mode.el (ada-outline-level): Likewise. | |
| 3832 | |
| 3833 1999-03-05 Felix Lee <flee@cygnus.com> | |
| 3834 | |
| 3835 * textmodes/outline.el (outline-get-last-sibling): Doc fix. | |
| 3836 | |
| 3837 1999-03-05 Richard M. Stallman <rms@gnu.org> | |
| 3838 | |
| 3839 * bindings.el (complete-symbol): Invert meaning of prefix arg. | |
| 3840 | |
| 3841 1999-03-05 Andrew Innes <andrewi@gnu.org> | |
| 3842 | |
| 3843 * w32-fns.el (convert-standard-filename): Convert directory | |
| 3844 separators to Windows format. | |
| 3845 | |
| 3846 1999-03-05 Andreas Schwab <schwab@gnu.org> | |
| 3847 | |
| 3848 * international/skkdic-cnv.el: Provide skkdic-cnv. | |
| 3849 (skkdic-convert): Emit code to require skkdic-cnv at compile time. | |
| 3850 (batch-skkdic-convert): Doc fix. | |
| 3851 | |
| 3852 1999-03-04 Dave Love <fx@gnu.org> | |
| 3853 | |
| 3854 * custom.el (custom-set-variables): Protect against setter errors. | |
| 3855 | |
| 3856 1999-03-04 Eli Zaretskii <eliz@gnu.org> | |
| 3857 | |
| 3858 * ls-lisp.el (ls-lisp-insert-directory): Protect the sum total of | |
| 3859 the file sizes from overflowing. | |
| 3860 (ls-lisp-format): If file size is a float, use %8.0f to print it. | |
| 3861 Under -s, print the size in blocks with %4.0f, in case they have | |
| 3862 a *really* huge file. | |
| 3863 | |
| 3864 1999-03-03 Dave Love <fx@gnu.org> | |
| 3865 | |
| 3866 * options.el (edit-options): Doc fix. | |
| 3867 (list-options): Don't lose with unbound symbols. Maintain | |
| 3868 Edit-options-mode. | |
| 3869 | |
| 3870 1999-03-01 Dave Love <fx@gnu.org> | |
| 3871 | |
| 3872 * mail/supercite.el (sc-attrib-selection-list): Fix custom type. | |
| 3873 | |
| 3874 1999-02-28 Richard M. Stallman <rms@gnu.org> | |
| 3875 | |
| 3876 * ispell.el (ispell-dictionary-alist-override): New variable. | |
| 3877 (ispell-dictionary-alist): Don't setq it, | |
| 3878 if ispell-dictionary-alist-override is set. | |
| 3879 | |
| 3880 * simple.el (shell-command-default-error-buffer): Renamed from | |
| 3881 shell-command-on-region-default-error-buffer. | |
| 3882 (shell-command-on-region): Mention in echo area when there | |
| 3883 is some error output. Mention success or failure, too. | |
| 3884 Accumulate multiple error outputs | |
| 3885 going forward, with formfeed in between. Display the error buffer | |
| 3886 when we have put something in it. | |
| 3887 (shell-command): Add the ERROR-BUFFER argument feature. | |
| 3888 | |
| 3889 1999-02-28 Karl Heuer <kwzh@gnu.org> | |
| 3890 | |
| 3891 * mail/mh-utils.el (mh-lib): Doc fix. | |
| 3892 (mh-lib-progs, mh-nmh-p): New vars. | |
| 3893 (mh-find-progs): Set mh-lib-progs along with other vars. | |
| 3894 (mh-path-search): New arg FUNC-P; if specified, use that instead | |
| 3895 of mh-file-command-p. | |
| 3896 (mh-install, mh-exec-lib-cmd-output): Use mh-lib-progs. | |
| 3897 | |
| 3898 * mail/mh-comp.el (mh-repl-formfile): New var. | |
| 3899 (mh-smail-batch): Don't ignore all arguments. | |
| 3900 (mh-reply): Do the right thing when using nmh. | |
| 3901 | |
| 3902 1999-02-27 Kenichi Handa <handa@etl.go.jp> | |
| 3903 | |
| 3904 * international/mule-cmds.el (select-safe-coding-system): Be sure | |
| 3905 to show a buffer being decoded. | |
| 3906 | |
| 3907 1999-02-26 Ken'ichi Handa <handa@gnu.org> | |
| 3908 | |
| 3909 * ps-bdf.el (bdf-directory-list): Initialize it to | |
| 3910 '("/usr/local/share/emacs/fonts/bdf"). | |
| 3911 | |
| 3912 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
| 3913 | |
| 3914 * ps-print.el: PostScript programming fix. | |
| 3915 (ps-print-prologue-1): Fix BeginDoc PostScript procedure (don't use | |
| 3916 setpagedevice operator). | |
| 3917 | |
| 3918 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
| 3919 | |
| 3920 * ps-print.el: Doc fix, font size specifies landscape and portrait | |
| 3921 sizes. | |
| 3922 (ps-print-version): New version number (4.1.4). | |
| 3923 (ps-font-size, ps-header-font-size, ps-header-title-font-size): | |
| 3924 Specifies landscape and portrait sizes. | |
| 3925 (ps-setup, ps-print-quote, ps-line-lengths-internal, ps-nb-pages) | |
| 3926 (ps-get-page-dimensions, ps-begin-file, ps-begin-job, ps-generate): Fun | |
| 3927 fix. | |
| 3928 (ps-get-font-size): New fun. | |
| 3929 (ps-font-size-internal, ps-header-font-size-internal) | |
| 3930 (ps-header-title-font-size-internal): New vars. | |
| 3931 | |
| 3932 * ps-mule.el: Change of ps-print font size variable name. | |
| 3933 (ps-mule-generate-font): Fun fix. | |
| 3934 (ps-mule-begin-job): Programming uniformization. | |
| 3935 | |
| 3936 1999-02-25 Dave Love <fx@gnu.org> | |
| 3937 | |
| 3938 * help.el (help-xref-info-regexp): Allow linebreaks and capital. | |
| 3939 (help-make-xrefs): Do Info case first. | |
| 3940 | |
| 3941 * repeat.el: Don't require advice. | |
| 3942 (repeat-last-kill-command): Variable deleted. | |
| 3943 | |
| 3944 1999-02-25 Richard Stallman <rms@gnu.org> | |
| 3945 | |
| 3946 * simple.el (shell-command-on-region): Don't go into the REPLACE = t | |
| 3947 case just because the current buffer is the output buffer. | |
| 3948 | |
| 3949 1999-02-25 Kenichi Handa <handa@etl.go.jp> | |
| 3950 | |
| 3951 * simple.el (what-cursor-position): To show the character's | |
| 3952 encoding, use encoded-string-description instead of information | |
| 3953 of chaset-origin-alist. | |
| 3954 | |
| 3955 * international/mule-cmds.el (iso-2022-control-alist): New variable. | |
| 3956 (encoded-code-description): New function. | |
| 3957 (encoded-string-description): New function. | |
| 3958 (encode-coding-char): New function. | |
| 3959 | |
| 3960 1999-02-25 Andrew Innes <andrewi@gnu.org> | |
| 3961 | |
| 3962 * startup.el (command-line) [windows-nt]: Fix typo in regexp | |
| 3963 checking for .emacs[.el[c]]. | |
| 3964 | |
| 3965 1999-02-24 Richard Stallman <rms@gnu.org> | |
| 3966 | |
| 3967 * help.el (describe-function-1): Don't print a whole lambda-function. | |
| 3968 | |
| 3969 1999-02-23 Ken'ichi Handa <handa@gnu.org> | |
| 3970 | |
| 3971 * international/encoded-kb.el (encoded-kbd-handle-8bit): Allow | |
| 3972 inputting ?\240. | |
| 3973 | |
| 3974 1999-02-23 Karl Heuer <kwzh@gnu.org> | |
| 3975 | |
| 3976 * term/vt100.el (vt100-wide-mode): Use defvar, not defconst. | |
| 3977 | |
| 3978 * midnight.el (clean-buffer-list-kill-regexps): Doc fix. | |
| 3979 (clean-buffer-list-kill-buffer-names): Doc fix. | |
| 3980 | |
| 3981 * gud.el (gud-jdb-massage-args): Spelling fix. | |
| 3982 | |
| 3983 1999-02-23 Richard M. Stallman <rms@gnu.org> | |
| 3984 | |
| 3985 * subr.el (with-temp-message): Use %s so % in old msg won't fool us. | |
| 3986 | |
| 3987 1999-02-22 Eli Zaretskii <eliz@gnu.org> | |
| 3988 | |
| 3989 * arc-mode.el (archive-set-buffer-as-visiting-file): Save | |
| 3990 excursion while calling set-auto-coding-function. | |
| 3991 | |
| 3992 * play/handwrite.el (handwrite): Require ps-print, and use | |
| 3993 ps-printer-name and ps-lpr-command. Call ps-print-region-function | |
| 3994 if it's defined, instead of forking ps-lpr-command unconditionally. | |
| 3995 | |
| 3996 1999-02-22 Kenichi Handa <handa@etl.go.jp> | |
| 3997 | |
| 3998 * international/codepage.el (cp-coding-system-for-codepage-1): Put | |
| 3999 charset-origin-alist property to a coding system for the codepage. | |
| 4000 | |
| 4001 * international/mule.el: Modify comment for charset-origin-alist | |
| 4002 property of a coding system. | |
| 4003 | |
| 4004 * simple.el (what-cursor-position): charset-origin-alist property | |
| 4005 of a coding system may be a translation table or a symbol of which | |
| 4006 `translation-table' property is a translation table. | |
| 4007 | |
| 4008 1999-02-21 Richard Stallman <rms@gnu.org> | |
| 4009 | |
| 4010 * textmodes/sgml-mode.el (html-tag-alist): Add /head and /body | |
| 4011 to the "html" template. | |
| 4012 | |
| 4013 1999-02-21 Peter Breton <pbreton@ne.mediaone.net> | |
| 4014 | |
| 4015 * dirtrack.el (dirtrack): Added docstring. Now returns input. | |
| 4016 | |
| 4017 1999-02-18 Peter Breton <pbreton@ne.mediaone.net> | |
| 4018 | |
| 4019 * dirtrack.el (dirtrack): Check for the prompt in the input string | |
| 4020 instead of the buffer. | |
| 4021 | |
| 4022 1999-02-18 Alex Schroeder <a.schroeder@bsiag.ch> | |
| 4023 | |
| 4024 * sql.el: Set version to 1.4.1. Changed mail address to | |
| 4025 alex@gnu.org. Mention the mailing list sql.el@gnu.org. | |
| 4026 (sql-input-ring-separator): Doc fix. | |
| 4027 (sql-mode-syntax-table): double-dash starts comments is defined as | |
| 4028 ". 56" instead of ". 12b" for XEmacs. | |
| 4029 (sql-stop, sql-interactive-mode): Doc fixes. | |
| 4030 (sql-postgres): Queries for database and server, not just one. | |
| 4031 (sql-set-sqli-buffer): sql-set-sqli-hook must be quoted. | |
| 4032 | |
| 4033 * sql.el (sql-set-sqli-hook): A hook run when sql-buffer is | |
| 4034 changed. This is needed for master.el to work. | |
| 4035 (sql-set-sqli-buffer): Use the new hook. | |
| 4036 | |
| 4037 * sql.el (sql-make-alternate-buffer-name): Function that sets | |
| 4038 sql-alternate-buffer-name. | |
| 4039 (sql-alternate-buffer-name): Possible name of SQLi buffers. | |
| 4040 (sql-interactive-mode): Set sql-alternate-buffer-name. | |
| 4041 (sql-rename-buffer): New command. | |
| 4042 (sql-interactive-mode-menu): Menu for SQLi buffers. | |
| 4043 | |
| 4044 * sql.el (sql-interactive-mode): Doc fix. sql-input-ring-separator | |
| 4045 and sql-input-ring-file-name are used to temporarily set | |
| 4046 comint-input-ring-file-name and comint-input-ring-separator when | |
| 4047 reading and writing input history files. | |
| 4048 | |
| 4049 (sql-stop): Use sql-input-ring-separator and sql-input-ring-file-name. | |
| 4050 (sql-input-ring-file-name): New variable with customization. | |
| 4051 (sql-input-ring-separator): New variable with customization. | |
| 4052 (sql-set-sqli-buffer): Renamed from sql-change-sqli-buffer. | |
| 4053 Callers changed. | |
| 4054 (sql-show-sqli-buffer): The message for "sql-buffer is not set" | |
| 4055 now includes the name of the current buffer. | |
| 4056 | |
| 4057 (sql-mode): Set paragraph-separate and paragraph-start so that | |
| 4058 sql-send-paragraph sends the entire SQL statements, even if it | |
| 4059 contains indented lines. | |
| 4060 | |
| 4061 1999-02-18 Dave Love <fx@gnu.org> | |
| 4062 | |
| 4063 * format.el (format-encode-run-method, format-decode-run-method): | |
| 4064 Fix previous change. | |
| 4065 | |
| 4066 1999-02-18 Ken'ichi Handa <handa@gnu.org> | |
| 4067 | |
| 4068 * international/mule.el (coding-system-list): Moved here from | |
| 4069 mule-util.el to avoid autoloading mule-util by the call of | |
| 4070 select-safe-coding-system. | |
| 4071 | |
| 4072 1999-02-17 Per Abrahamsen <abraham@dina.kvl.dk> | |
| 4073 | |
| 4074 * simple.el (turn-on-auto-fill): Mark it as an option for | |
| 4075 `text-mode-hook'. | |
| 4076 | |
| 4077 1999-02-17 Richard Stallman <rms@gnu.org> | |
| 4078 | |
| 4079 * emacs-lisp/easymenu.el (easy-menu-get-map): | |
| 4080 Don't crash if (current-local-map) is nil. | |
| 4081 | |
| 4082 1999-02-17 Peter Breton <pbreton@ne.mediaone.net> | |
| 4083 | |
| 4084 * filecache.el (file-cache-filter-regexps): Added .class. | |
| 4085 | |
| 4086 1999-02-17 Ken'ichi Handa <handa@gnu.org> | |
| 4087 | |
| 4088 * international/mule-util.el (decompose-region): Use | |
| 4089 insert-buffer-substring instead of insert-buffer to avoid putting | |
| 4090 mark. | |
| 4091 | |
| 4092 1999-02-17 Andreas Schwab <schwab@gnu.org> | |
| 4093 | |
| 4094 * calendar/cal-move.el (scroll-calendar-left): Don't set | |
| 4095 displayed-month and displayed-year here, let generate-calendar do | |
| 4096 it, after range checking. | |
| 4097 | |
| 4098 1999-02-17 Simon Marshall <simon@gnu.org> | |
| 4099 | |
| 4100 * progmodes/cc-engine.el (c-at-toplevel-p): New function. | |
| 4101 | |
| 4102 * font-lock.el (c++-font-lock-keywords-3): Use it to distinguish | |
| 4103 correctly between an object declared via a constructor and a method. | |
| 4104 (font-lock-defaults-alist): Don't give `.' word syntax for Java. | |
| 4105 (java-font-lock-keywords-1): Fontify package names individually. | |
| 4106 (java-font-lock-extra-types): Ensure regexp matches capitalised only. | |
| 4107 (java-font-lock-keywords-2): Simplify type fontification. | |
| 4108 (java-font-lock-keywords-3): Likewise. | |
| 4109 | |
| 4110 1999-02-17 Kenichi Handa <handa@etl.go.jp> | |
| 4111 | |
| 4112 * language/japanese.el (iso-2022-jp-2): New coding system. | |
| 4113 ("Japanese"): Put iso-2022-jp-2 in coding-priority property. | |
| 4114 | |
| 4115 1999-02-16 Dave Love <fx@gnu.org> | |
| 4116 | |
| 4117 * help.el (describe-function-1): Accept non-symbols. | |
| 4118 | |
| 4119 1999-02-16 Paul Eggert <eggert@twinsun.com> | |
| 4120 | |
| 4121 * dired.el (dired-move-to-filename-regexp): Prepend .* so that we | |
| 4122 find the last match if there are multiple matches. | |
| 4123 | |
| 4124 1999-02-16 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 4125 | |
| 4126 * tex-mode.el (tex-run-command, latex-run-command) | |
| 4127 (slitex-run-command, tex-command): Doc changes. | |
| 4128 (tex-start-options-string): Autoload it. Doc change. Provide | |
| 4129 a menu for customization. Allow nil. Quote backslashes only once. | |
| 4130 (tex-start-tex): Handle nil value of tex-start-options-string | |
| 4131 and apply shell-quote-argument to it. | |
| 4132 | |
| 4133 1999-02-16 Eli Zaretskii <eliz@gnu.org> | |
| 4134 | |
| 4135 * ls-lisp.el (ls-lisp-insert-directory): Call fceiling to round | |
| 4136 the size in blocks, since it can be a float. | |
| 4137 (ls-lisp-format): Likewise | |
| 4138 | |
| 4139 1999-02-16 Ken'ichi Handa <handa@gnu.org> | |
| 4140 | |
| 4141 * language/japanese.el (japanese-shift-jis): Add | |
| 4142 charset-origin-alist property. | |
| 4143 | |
| 4144 1999-02-15 Richard Stallman <rms@gnu.org> | |
| 4145 | |
| 4146 * progmodes/compile.el (compile-internal): Use save-selected-window. | |
| 4147 | |
| 4148 * subr.el (momentary-string-display): Bind inhibit-read-only. | |
| 4149 | |
| 4150 * speedbar.el (speedbar-item-info-tag-helper): Scan the whole line. | |
| 4151 | |
| 4152 1999-02-15 Eli Zaretskii <eliz@is.elta.co.il> | |
| 4153 | |
| 4154 * mail/rmail.el (rmail-show-message): If an unseen message has a | |
| 4155 Summary-line in its header, get past one more line before looking | |
| 4156 for the X-Coding-System header. | |
| 4157 | |
| 4158 1999-02-15 Geoff Voelker <voelker@cs.washington.edu> | |
| 4159 | |
| 4160 * makefile.nt (INSTALL): Copy the handful of uncompiled lisp files | |
| 4161 explicitly to accomodate Windows 9X lack of a useful copy program. | |
| 4162 | |
| 4163 1999-02-15 Per Abrahamsen <abraham@dina.kvl.dk> | |
| 4164 | |
| 4165 * wid-edit.el (widget-choice-value-create): Use `equal' | |
| 4166 instead of `eq'. | |
| 4167 | |
| 4168 1999-02-14 Richard Stallman <rms@gnu.org> | |
| 4169 | |
| 4170 * international/iso-transl.el: | |
| 4171 (iso-transl-ae): Renamed from iso-transl-e-slash. | |
| 4172 (iso-transl-a-ring): Renamed from iso-transl-a-slash. | |
| 4173 (iso-transl-AE): Renamed from iso-transl-E-slash. | |
| 4174 (iso-transl-A-ring): Renamed from iso-transl-A-slash. | |
| 4175 (iso-transl-char-map): Related changes. | |
| 4176 | |
| 4177 * format.el (format-replace-strings): Fix value of TO in REVERSE case. | |
| 4178 | |
| 4179 1999-02-13 Richard Stallman <rms@gnu.org> | |
| 4180 | |
| 4181 * textmodes/texinfmt.el (texinfo-alias): New function. | |
| 4182 (texinfo-fold-nodename-case): Add defvar. | |
| 4183 (texinfo-format-node): Do case folding if specified. | |
| 4184 | |
| 4185 * ffap.el (ffap-file-at-point): Test local file names | |
| 4186 immediately. Strip off line numbers. | |
| 4187 | |
| 4188 1999-02-12 Alex Schroeder <a.schroeder@bsiag.ch> | |
| 4189 | |
| 4190 * sql.el: Set version to 1.3.2 | |
| 4191 (sql-solid-program): Added support for solid. | |
| 4192 (sql-help): Doc mentions sql-solid. | |
| 4193 (sql-solid): Entry function for Solid. | |
| 4194 (sql-buffer): Doc explains the use of the variable and how to | |
| 4195 change it. | |
| 4196 (sql-mode-menu): Included entries for sql-show-sqli-buffer and | |
| 4197 sql-change-sqli-buffer; sql-send-region and sql-send-buffer are | |
| 4198 disabled if sql-buffer doesn't have a process; sql-send-paragraph | |
| 4199 is new. | |
| 4200 (sql-show-sqli-buffer): New function to display the value of | |
| 4201 sql-buffer. | |
| 4202 (sql-change-sqli-buffer): New function to change sql-buffer. | |
| 4203 (sql-mode): Doc explains how to change sql-buffer. | |
| 4204 (sql-send-paragraph): New function to send a paragraph. | |
| 4205 (sql-mode-map): Added keybinding for sql-send-paragraph. | |
| 4206 (sql-mysql): Doc corrected. | |
| 4207 (sql-ms): Doc corrected. | |
| 4208 | |
| 4209 * sql.el (sql-server): Doc fix. | |
| 4210 (sql-mysql): Added the use of sql-server to specify the host, | |
| 4211 sql-database now specifies database instead of host. | |
| 4212 (sql-mode-menu): Send... menu items are only active if sql-buffer | |
| 4213 is non-nil. | |
| 4214 (sql-help): Changed tag of entry functions a bit. | |
| 4215 | |
| 4216 * sql.el: Added keywords from `finder-by-keyword'. | |
| 4217 (sql-mode): Made sql-buffer a local variable, changed the | |
| 4218 documentation: removed instructions to add *.sql files to | |
| 4219 auto-mode-alist, added documentation for having mutliple SQL | |
| 4220 buffers sending their stuff to different SQLi buffers, each | |
| 4221 running a different process. | |
| 4222 (sql-postgres): Quoted *SQL* in doc string. | |
| 4223 (sql-ms): Likewise. | |
| 4224 (sql-ingres): Likewise. | |
| 4225 (sql-ingres): Quoted *SQL* in doc string, added references to | |
| 4226 sql-user and sql-password used during login. | |
| 4227 (sql-sybase): Quoted *SQL* in doc string, added comma. | |
| 4228 (sql-oracle): Likewise. | |
| 4229 (sql-interactive-mode): Added extensive documentation for having | |
| 4230 mutliple SQL buffers sending their stuff to different SQLi | |
| 4231 buffers, each running a different process. | |
| 4232 (sql-buffer): Changed doc from *SQL* to SQLi. | |
| 4233 (sql-get-login): Doc fix. | |
| 4234 | |
| 4235 1999-02-12 Ken'ichi Handa <handa@gnu.org> | |
| 4236 | |
| 4237 * international/mule-conf.el (undecided): Set ascii in | |
| 4238 safe-charsets property. | |
| 4239 | |
| 4240 1999-02-12 Richard Stallman <rms@gnu.org> | |
| 4241 | |
| 4242 * textmodes/paragraphs.el (paragraph-separate): Doc fix. | |
| 4243 | |
| 4244 1999-02-12 Ken'ichi Handa <handa@gnu.org> | |
| 4245 | |
| 4246 * ps-mule.el (ps-mule-font-info-database-default): Set the initial | |
| 4247 value to ps-mule-font-info-database-latin. | |
| 4248 | |
| 4249 1999-02-13 Kenichi HANDA <handa@etl.go.jp> | |
| 4250 | |
| 4251 * ps-mule.el (ps-multibyte-buffer): Doc-string modified. | |
| 4252 (ps-mule-font-info-database-default): New variable. | |
| 4253 (ps-mule-begin-job): If ps-multibyte-buffer is nil, use | |
| 4254 ps-mule-font-info-database-default. | |
| 4255 | |
| 4256 1999-02-12 Dave Love <fx@gnu.org> | |
| 4257 | |
| 4258 * timezone.el (timezone-make-date-sortable) | |
| 4259 (timezone-make-date-arpa-standard): Doc fix. | |
| 4260 | |
| 4261 1999-02-12 Ken'ichi Handa <handa@gnu.org> | |
| 4262 | |
| 4263 * international/quail.el (quail-show-kbd-layout): Bind | |
| 4264 blink-matching-paren to nil. | |
| 4265 | |
| 4266 * ps-mule.el (ps-mule-font-info-database-bdf): Fix ENCODING field | |
| 4267 for ASCII and Latin-1. | |
| 4268 | |
| 4269 1999-02-12 Andreas Schwab <schwab@gnu.org> | |
| 4270 | |
| 4271 * gud.el (jdb): Fix regexp for comint-prompt-regexp. | |
| 4272 | |
| 4273 1999-02-12 Kenichi Handa <handa@etl.go.jp> | |
| 4274 | |
| 4275 * international/mule-cmds.el (language-info-alist): Remove | |
| 4276 description about charset-origin-alist. | |
| 4277 | |
| 4278 * international/mule.el: Comment added for a new coding system | |
| 4279 property `charset-origin-alit'. | |
| 4280 (make-translation-table): This variable deleted. | |
| 4281 | |
| 4282 * language/chinese.el (chinese-big5): Add charset-origin-alist | |
| 4283 property. | |
| 4284 ("Chinese-CNS"): Remove charset-origin-alist property. | |
| 4285 | |
| 4286 * language/cyrillic.el (cyrillic-koi8): Add charset-origin-alist | |
| 4287 property. | |
| 4288 (cyrillic-alternativnyj): Likewise. | |
| 4289 ("Cyrillic-KOI8"): Remove charset-origin-alist property. | |
| 4290 ("Cyrillic-ALT"): Likewise. | |
| 4291 | |
| 4292 * language/vietnamese.el (vietnamese-viqr): Add | |
| 4293 charset-origin-alist property. | |
| 4294 ("Vietnamese"): Remove charset-origin-alist property. | |
| 4295 | |
| 4296 * simple.el (what-cursor-position): Don't use the varialbe | |
| 4297 charset-origin-alist, but use charset-origin-alist property of | |
| 4298 buffer-file-coding-system to decide external character set code. | |
| 4299 | |
| 4300 1999-02-10 Richard Stallman <rms@gnu.org> | |
| 4301 | |
| 4302 * shadowfile.el: Don't turn on the mode when the file is loaded. | |
| 4303 | |
| 4304 1999-02-09 Richard Stallman <rms@gnu.org> | |
| 4305 | |
| 4306 * progmodes/compile.el (compile-auto-highlight): Customize. | |
| 4307 | |
| 4308 * add-log.el (add-log-file-name-function): New variable. | |
| 4309 (add-change-log-entry): Call that function, if non-nil. | |
| 4310 | |
| 4311 1999-02-09 Michael Ernst <mernst@alum.mit.edu> | |
| 4312 | |
| 4313 * rmail.el (rmail-search): Track match with a marker, not an integer. | |
| 4314 | |
| 4315 1999-02-08 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 4316 | |
| 4317 * progmodes/compile.el (compilation-setup): Set value of | |
| 4318 compilation-directory-stack as in compilation-forget-errors. | |
| 4319 (compile-reinitialize-errors): Bind buffer-undo-list and | |
| 4320 deactivate-mark. | |
| 4321 (compilation-forget-errors): Likewise. | |
| 4322 | |
| 4323 1999-02-08 Jim Blandy <jimb@savonarola.red-bean.com> | |
| 4324 | |
| 4325 * textmodes/texinfo.el (texinfo-environment-regexp): Add the | |
| 4326 def... constructs. | |
| 4327 | |
| 4328 * texnfo-upd.el (texinfo-all-menus-update, texinfo-master-menu): | |
| 4329 Remove calls to sleep-for. | |
| 4330 | |
| 4331 1999-02-08 Eli Zaretskii <eliz@gnu.org> | |
| 4332 | |
| 4333 * international/codepage.el (cp-coding-system-for-codepage-1): On | |
| 4334 MS-DOS, use dos-unsupported-char-glyph for characters not | |
| 4335 supported by the codepage. | |
| 4336 (cp-make-coding-systems-for-codepage): Likewise. | |
| 4337 | |
| 4338 1999-02-08 Andreas Schwab <schwab@gnu.org> | |
| 4339 | |
| 4340 * international/mule-util.el (coding-system-list): Don't sort | |
| 4341 coding-system-list here. | |
| 4342 | |
| 4343 * international/mule.el (coding-system-lessp): Moved here from | |
| 4344 mule-util.el | |
| 4345 (add-to-coding-system-list): New function. | |
| 4346 (make-subsidiary-coding-system, make-coding-system, | |
| 4347 define-coding-system-alias): Use it instead of setting | |
| 4348 coding-system-list directly. | |
| 4349 | |
| 4350 1999-02-07 Dave Love <fx@gnu.org> | |
| 4351 | |
| 4352 * calendar/appt.el (appt-make-list): Don't splice quotes and date | |
| 4353 onto message. | |
| 4354 | |
| 4355 1999-02-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 4356 | |
| 4357 * imenu.el (imenu--last-menubar-index-alist): Add doc. | |
| 4358 (imenu-add-to-menubar): Reset imenu--last-menubar-index-alist. | |
| 4359 | |
| 4360 1999-02-06 Richard Stallman <rms@gnu.org> | |
| 4361 | |
| 4362 * language/european.el (setup-slovenian-environment): New function. | |
| 4363 ("Slovenian"): New language environment. | |
| 4364 | |
| 4365 * progmodes/sql.el (sql-help): Doc fix. | |
| 4366 (sql-mysql): Doc fix. | |
| 4367 | |
| 4368 1999-02-05 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 4369 | |
| 4370 * tex-mode.el: When compiling, require compare-w and skeleton | |
| 4371 to pacify the byte-compiler. Move the def's of the tex-commands | |
| 4372 together. Add a comment on kill-process vs. quit-process. | |
| 4373 | |
| 4374 1999-02-05 Dave Love <fx@gnu.org> | |
| 4375 | |
| 4376 * progmodes/compile.el (compile-mouse-goto-error): Don't lose with | |
| 4377 null markers. | |
| 4378 (compile-goto-error): Likewise. | |
| 4379 | |
| 4380 1999-02-05 Stephen Gildea <gildea@alum.mit.edu> | |
| 4381 | |
| 4382 * time-stamp.el (time-stamp-format): Format doc tighter. | |
| 4383 (time-stamp-line-limit): 0 searches the entire buffer (careful!). | |
| 4384 (time-stamp): don't re-write the time stamp if it didn't change. | |
| 4385 | |
| 4386 1999-02-05 Alex Schroeder <asc@bsiag.com> | |
| 4387 | |
| 4388 * progmodes/sql.el: Changed version to 1.2.1. | |
| 4389 (sql-pop-to-buffer-after-send-region): Improved documentation. | |
| 4390 (sql-mysql-program): Added MySQL support. | |
| 4391 (sql-prompt-length): Made prompt-length configurable. | |
| 4392 (sql-mode-syntax-table): Made apostrophe (') be a string delimiter. | |
| 4393 (sql-help): Added MySQL support, changed documentation. | |
| 4394 (sql-send-region): A message is displayed if something is sent. | |
| 4395 (sql-mode): Added buffer-local comment-start. | |
| 4396 (sql-interactive-mode): Use sql-prompt-length to set left-margin. | |
| 4397 (sql-interactive-mode): Added buffer-local comment-start. | |
| 4398 (sql-oracle): Set sql-prompt-length. | |
| 4399 (sql-sybase): Set sql-prompt-length. | |
| 4400 (sql-mysql): Added MySQL support. | |
| 4401 (sql-ingres): Set sql-prompt-length. | |
| 4402 (sql-ms): Set sql-prompt-length. | |
| 4403 (sql-postgres): Set sql-prompt-length. | |
| 4404 | |
| 4405 1999-02-04 Eli Zaretskii <eliz@gnu.org> | |
| 4406 | |
| 4407 * term/internal.el (dos-codepage-setup): Set selection coding | |
| 4408 system to cpNNN-dos. | |
| 4409 | |
| 4410 1999-02-03 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
| 4411 | |
| 4412 * international/characters.el: Let ethiopic use iso-2022-7bit. | |
| 4413 | |
| 4414 1999-02-02 Dave Love <fx@gnu.org> | |
| 4415 | |
| 4416 * progmodes/fortran.el (mark-fortran-subprogram): Activate mark here... | |
| 4417 (fortran-narrow-to-subprogram, fortran-indent-subprogram): ...not here. | |
| 4418 | |
| 4419 1999-02-02 Karl Heuer <kwzh@gnu.org> | |
| 4420 | |
| 4421 * terminal.el (terminal-emulator): Doc fix. | |
| 4422 | |
| 4423 1999-02-02 Ken'ichi Handa <handa@gnu.org> | |
| 4424 | |
| 4425 * international/mule-util.el (compose-chars): Doc-string | |
| 4426 modified. Correctly handle a composition character in ARGS. | |
| 4427 | |
| 4428 1999-02-01 Richard Stallman <rms@gnu.org> | |
| 4429 | |
| 4430 * progmodes/make-mode.el (makefile-imenu-generic-expression): New var. | |
| 4431 (makefile-menu-index-function): Function deleted. | |
| 4432 (makefile-mode): Use makefile-imenu-generic-expression. | |
| 4433 | |
| 4434 1999-02-01 Geoff Voelker <voelker@cs.washington.edu> | |
| 4435 | |
| 4436 * term/w32-win.el (w32-create-initial-fontsets): Back out previous | |
| 4437 change, invoke from before-init-hook. | |
| 4438 | |
| 4439 1999-02-01 Dan Nicolaescu <done@ece.arizona.edu> | |
| 4440 | |
| 4441 * subr.el (remove-from-invisibility-spec): Cope with the case when | |
| 4442 buffer-invisibility-spec is t. | |
| 4443 | |
| 4444 1999-02-01 Ed Reingold <reingold@cs.uiuc.edu> | |
| 4445 | |
| 4446 * calendar/calendar.el (calendar-mode-map): Fix bindings for | |
| 4447 appt-add and appt-delete. | |
| 4448 | |
| 4449 1999-02-01 Eli Zaretskii <eliz@gnu.org> | |
| 4450 | |
| 4451 * term/pc-win.el (msdos-approximate-color): New function. | |
| 4452 (msdos-color-translate): Call it to find a DOS color that best | |
| 4453 approximates an X-style "#NNNNNN" color specification. | |
| 4454 | |
| 4455 1999-02-01 Ken'ichi Handa <handa@gnu.org> | |
| 4456 | |
| 4457 * international/mule-util.el (compose-chars-component): Add | |
| 4458 autoload cookie. | |
| 4459 | |
| 4460 1999-01-31 Ken'ichi Handa <handa@gnu.org> | |
| 4461 | |
| 4462 * international/quail.el (quail-lookup-key): If cdr of MAP is a | |
| 4463 function, replace cdr of MAP by the return value of the function | |
| 4464 unconditionally. | |
| 4465 | |
| 4466 1999-01-31 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 4467 | |
| 4468 * progmodes/compile.el (compilation-next-error-locus): Don't | |
| 4469 decrease argument FIND-AT-LEAST of compilation-next-error-locus. | |
| 4470 | |
| 4471 1999-01-31 Eli Zaretskii <eliz@gnu.org> | |
| 4472 | |
| 4473 * mail/rmail.el (rmail-mime-charset-pattern): Add optional TABs | |
| 4474 and NLs before "charset", and allow the charset name be in double | |
| 4475 quotes. | |
| 4476 | |
| 4477 1999-01-31 Richard Stallman <rms@gnu.org> | |
| 4478 | |
| 4479 * imenu.el (imenu-sort-function): Fix custom type. | |
| 4480 | |
| 4481 1999-01-30 Richard Stallman <rms@gnu.org> | |
| 4482 | |
| 4483 * speedbar.el (speedbar-line-token): Match {...} instead of [...]. | |
| 4484 (speedbar-line-token): Likewise. | |
| 4485 | |
| 4486 * play/gametree.el (gametree-default-score): Use defcustom. | |
| 4487 (gametree-score-regexp, gametree-score-closer): Likewise. | |
| 4488 (gametree-score-manual-flag, gametree-score-opener): Likewise. | |
| 4489 | |
| 4490 1999-01-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 4491 | |
| 4492 * mail/rmail.el (rmail-decode-babyl-format): Avoid locking when | |
| 4493 decoding. | |
| 4494 | |
| 4495 1999-01-29 Markus Rost <rost@gnu.org> | |
| 4496 | |
| 4497 * tex-mode.el (tex-mode-map): Replace validate-tex-buffer by | |
| 4498 tex-validate-buffer. | |
| 4499 (plain-tex-mode, latex-mode, slitex-mode): Likewise. | |
| 4500 (tex-validate-buffer): Renamed from validate-tex-buffer. Works | |
| 4501 now with recent occur-mode. | |
| 4502 (tex-validate-region): Really walk through all Sexps. | |
| 4503 (tex-region): Bind shell-dirtrack-verbose. | |
| 4504 (tex-file, tex-bibtex-file): Likewise. | |
| 4505 | |
| 4506 1999-01-29 Dave Love <fx@gnu.org> | |
| 4507 | |
| 4508 * finder.el: (finder-commentary): Fix interactive spec. Try | |
| 4509 appending .el to file name. | |
| 4510 (finder-find-library, finder-commentary): Doc fixes. | |
| 4511 | |
| 4512 1999-01-29 Andrew Innes <andrewi@gnu.org> | |
| 4513 | |
| 4514 * mail/rmail.el (rmail-insert-inbox-text): Handle POP mailboxes | |
| 4515 where the userid contains directory separators. | |
| 4516 | |
| 4517 1999-01-29 Dave Love <fx@gnu.org> | |
| 4518 | |
| 4519 * emacs-lisp/lisp-mnt.el (lm-verify): Fix arg list. | |
| 4520 (lm-commentary): Doc fix. | |
| 4521 | |
| 4522 1999-01-29 Andreas Schwab <schwab@gnu.org> | |
| 4523 | |
| 4524 * files.el (file-expand-wildcards): Never consider `.' and `..' a | |
| 4525 wildcard match. Fix regexp that tests if dirpart contains | |
| 4526 wildcard characters. | |
| 4527 | |
| 4528 1999-01-28 Richard Stallman <rms@gnu.org> | |
| 4529 | |
| 4530 * font-lock.el (font-lock-default-unfontify-region): | |
| 4531 If not font-lock-syntactic-keywords, don't remove syntax-table prop. | |
| 4532 | |
| 4533 1999-01-27 Jason Rumney <jasonr@altavista.net> | |
| 4534 | |
| 4535 * term/w32-win.el (w32-standard-fontset-spec): Remove wildcard | |
| 4536 from FAMILY field. | |
| 4537 (w32-create-initial-fontsets): Do not use before-init-hook. | |
| 4538 (mouse-set-font): Document. Automatically create and use fontsets. | |
| 4539 | |
| 4540 * dos-w32.el (direct-print-region-helper): Check for printer | |
| 4541 being t as well as a string. | |
| 4542 | |
| 4543 1999-01-27 Kenichi Handa <handa@etl.go.jp> | |
| 4544 | |
| 4545 * mail/rmail.el (rmail-decode-mime-charset): New variable. | |
| 4546 (rmail-mime-charset-pattern): New variable. | |
| 4547 (rmail-convert-to-babyl-format): Decode by MIME-charset if | |
| 4548 rmail-decode-mime-charset is non-nil. | |
| 4549 | |
| 4550 1999-01-27 Ken'ichi Handa <handa@gnu.org> | |
| 4551 | |
| 4552 * international/characters.el: Set category `q' for all characters | |
| 4553 in tibetan and tibetan-1-column. | |
| 4554 | |
| 4555 1999-01-27 Andrew Innes <andrewi@gnu.org> | |
| 4556 | |
| 4557 * frame.el (select-frame-by-name): Obey focus-follows-mouse. | |
| 4558 (select-frame-by-name) [windows-nt]: Use w32-focus-frame. | |
| 4559 | |
| 4560 1999-01-27 Dave Love <fx@gnu.org> | |
| 4561 | |
| 4562 * international/mule-cmds.el (current-language-environment): | |
| 4563 Provide :link, :type (choices) and appropriate :get. | |
| 4564 | |
| 4565 1999-01-27 Eli Zaretskii <eliz@gnu.org> | |
| 4566 | |
| 4567 * startup.el (command-line): Set default eol-mnemonic-* strings to | |
| 4568 display end-of-line format in mode line. | |
| 4569 | |
| 4570 * cus-start.el (all): Add eol-mnemonic-* variables. | |
| 4571 | |
| 4572 1999-01-26 Dave Love <fx@gnu.org> | |
| 4573 | |
| 4574 * startup.el (command-line-1): Up-date copyright. | |
| 4575 | |
| 4576 * paths.el (Info-default-directory-list): Use configdir twice. | |
| 4577 | |
| 4578 * info.el (Info-directory-list): Don't set path-separator now | |
| 4579 we're not shipped with Texinfo. Simplify path definition. | |
| 4580 Substitute all occurrences of instdir in Info-default-directory-list. | |
| 4581 | |
| 4582 1999-01-25 Richard Stallman <rms@gnu.org> | |
| 4583 | |
| 4584 * startup.el (normal-top-level-add-subdirs-to-load-path): | |
| 4585 Record the inode numbers of the dirs processed, to avoid loop. | |
| 4586 | |
| 4587 * textmodes/tex-mode.el (tex-run-command): Doc fix. | |
| 4588 | |
| 4589 1999-01-25 Dave Love <fx@gnu.org> | |
| 4590 | |
| 4591 * browse-url.el (browse-url-netscape-program): Doc addition. | |
| 4592 | |
| 4593 * help.el (help-make-xrefs): Default info references to an `(emacs)' | |
| 4594 prefix. | |
| 4595 | |
| 4596 * snmp-mode.el (snmpv2-mode, snmpv-mode): Add autoload cookies -- see | |
| 4597 auto-mode-alist. | |
| 4598 | |
| 4599 1999-01-25 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
| 4600 | |
| 4601 * calendar/diary-lib.el (mark-diary-entries): Use | |
| 4602 assoc-ignore-case and do not capitalize when matching month and | |
| 4603 day names. | |
| 4604 | |
| 4605 * calendar/calendar.el (calendar-read-date): Ditto. | |
| 4606 | |
| 4607 * calendar/cal-hebrew.el (calendar-goto-hebrew-date) | |
| 4608 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto. | |
| 4609 | |
| 4610 * calendar/cal-coptic.el (coptic-prompt-for-date): Ditto. | |
| 4611 | |
| 4612 * calendar/cal-french.el (calendar-goto-french-date): Ditto. | |
| 4613 | |
| 4614 * calendar/cal-islam.el (calendar-goto-islamic-date) | |
| 4615 (mark-islamic-diary-entries): Ditto. | |
| 4616 | |
| 4617 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto. | |
| 4618 | |
| 4619 * calendar/cal-mayan.el (calendar-read-mayan-haab-date) | |
| 4620 (calendar-read-mayan-tzolkin-date): Ditto. | |
| 4621 | |
| 4622 * calendar/cal-persia.el (persian-prompt-for-date): Ditto. | |
| 4623 | |
| 4624 1999-01-22 Michael Ernst <mernst@alum.mit.edu> | |
| 4625 | |
| 4626 * texnfo-upd.el (texinfo-make-menu): Make region-end a marker. | |
| 4627 | |
| 4628 1999-01-25 Karl Heuer <kwzh@gnu.org> | |
| 4629 | |
| 4630 * faces.el (list-faces-display): Multiline case of previous fix. | |
| 4631 | |
| 4632 1999-01-25 Andreas Schwab <schwab@gnu.org> | |
| 4633 | |
| 4634 * mail/mailalias.el (mail-complete-alist): Use alist as customize type. | |
| 4635 | |
| 4636 1999-01-24 Richard M. Stallman <rms@borg.ai.mit.edu> | |
| 4637 | |
| 4638 * files.el (find-file): If find-file-noselect returns a list, | |
| 4639 do switch-to-buffer on each element. | |
| 4640 (find-file-other-window): Likewise for all but the first element. | |
| 4641 (find-file-other-frame): Same. | |
| 4642 (find-file-noselect): When we expand a wildcard, return a list | |
| 4643 of buffers. | |
| 4644 | |
| 4645 1999-01-24 Eli Zaretskii <eliz@gnu.org> | |
| 4646 | |
| 4647 * term/internal.el (dos-codepage-setup): Call prefer-coding-system | |
| 4648 to set the appropriate cpNNN-dos coding system as the | |
| 4649 highest-priority coding system. | |
| 4650 | |
| 4651 1999-01-23 Ken'ichi Handa <handa@gnu.org> | |
| 4652 | |
| 4653 * international/fontset.el (generate-fontset-menu): Return a | |
| 4654 sorted list by plain names of fontsets. | |
| 4655 | |
| 4656 * international/mule-diag.el (list-fontsets): Sort fontsets by | |
| 4657 plain names. | |
| 4658 | |
| 4659 * language/tibet-util.el (tibetan-vertical-stacking): If the arg | |
| 4660 FIRST is a composite character, decompose it at first. | |
| 4661 | |
| 4662 1999-01-23 Dave Love <fx@gnu.org> | |
| 4663 | |
| 4664 * format.el: Doc fixes. | |
| 4665 (format-encode-run-method): Have things happen in the right buffer. | |
| 4666 Deal with errors from method. Set coding-system-for-write. | |
| 4667 (format-decode-run-method): Have things happen in the right buffer. | |
| 4668 Deal with errors from method. Set coding-system-for-read. | |
| 4669 (format-alist): Use nil instead of unmatchable regexps. | |
| 4670 | |
| 4671 * simple.el (shell-command-on-region): Return command's exit status. | |
| 4672 | |
| 4673 1999-01-23 Eric Ludlam <zappo@gnu.org> | |
| 4674 | |
| 4675 * speedbar.el (speedbar-item-info-file-helper): Add optional arg | |
| 4676 of the file whose info we want to display. | |
| 4677 (speedbar-easymenu-definition-trailer) Fix list issue w/ customize. | |
| 4678 (speedbar-add-mode-functions-list) Improve doc. | |
| 4679 (speedbar-line-token) New function. | |
| 4680 (speedbar-dired) Fix order of directories in -shown-directories. | |
| 4681 (speedbar-line-path): Default return is default-directory | |
| 4682 (speedbar-buffers-line-path): Return is dir name only. | |
| 4683 (speedbar-mode-functions-list): New variable. | |
| 4684 (speedbar-mouse-item-info): Rewrote to be a replaceable fn. | |
| 4685 (speedbar-item-info-file-helper, speedbar-item-info-tag-helper | |
| 4686 speedbar-files-item-info speedbar-buffers-item-info): New functions. | |
| 4687 (speedbar-fetch-replacement-function,speedbar-add-mode-functions-list): | |
| 4688 New functions. | |
| 4689 (speedbar-line-file): Broke out part that fetches file from a line. | |
| 4690 (speedbar-line-text): New function extracted from speedbar-line-file. | |
| 4691 (speedbar-line-path): Converted into a replaceable function. | |
| 4692 (speedbar-files-line-path, speedbar-buffers-line-path): New functions. | |
| 4693 | |
| 4694 1999-01-23 Ken'ichi Handa <handa@gnu.org> | |
| 4695 | |
| 4696 * international/fontset.el (create-fontset-from-x-resource): Make | |
| 4697 style variants. | |
| 4698 | |
| 4699 1999-01-22 Dave Love <fx@gnu.org> | |
| 4700 | |
| 4701 * paths.el (Info-default-directory-list): Put sysdir after start. | |
| 4702 | |
| 4703 1999-01-22 Sam Steingold <sds@goems.com> | |
| 4704 | |
| 4705 * midnight.el (clean-buffer-list): do not kill a buffer if it has | |
| 4706 a process associated with it. | |
| 4707 | |
| 4708 1999-01-22 Jason Rumney <jasonr@altavista.net> | |
| 4709 | |
| 4710 * term/w32-win.el (w32-standard-fontset-spec): Simplified. | |
| 4711 | |
| 4712 1999-01-22 Felix Lee <flee@cygnus.com> | |
| 4713 | |
| 4714 * vc.el (vc-annotate-display): Delete old overlays. Fix check for | |
| 4715 major-mode. | |
| 4716 (vc-annotate-mode): Delete variable. | |
| 4717 | |
| 4718 1999-01-22 Andrew Innes <andrewi@gnu.org> | |
| 4719 | |
| 4720 * startup.el (command-line): [windows-nt]: Check for existence of | |
| 4721 .emacs file so as to notice .emacs.el or .emacs.elc and use them | |
| 4722 in preference to _emacs. | |
| 4723 | |
| 4724 1999-01-22 Dave Love <fx@gnu.org> | |
| 4725 | |
| 4726 * textmodes/texinfo.el (texinfo-font-lock-keywords): Match @ref. | |
| 4727 | |
| 4728 1999-01-20 Richard Stallman <rms@gnu.org> | |
| 4729 | |
| 4730 * files.el (find-file-noselect): Do wildcard processing only | |
| 4731 if new arg WILDCARDS is non-nil. | |
| 4732 (find-file, find-file-other-window): New arg WILDCARDS. | |
| 4733 Default it to non-nil if interactive. | |
| 4734 (find-file-other-frame): Likewise. | |
| 4735 (find-file-read-only): Likewise. | |
| 4736 (find-file-read-only-other-window): Likewise. | |
| 4737 (find-file-read-only-other-frame): Likewise. | |
| 4738 | |
| 4739 * wid-edit.el (widget-alist-convert-option): Delete spurious comma. | |
| 4740 (widget-plist-convert-option): Delete spurious comma. | |
| 4741 | |
| 4742 1999-01-19 Jason Rumney <jasonr@altavista.net> | |
| 4743 | |
| 4744 * term/w32-win.el (w32-standard-fontspec-spec): Change | |
| 4745 iso8859-5 to koi8-r. Add iso8859-9. | |
| 4746 | |
| 4747 1999-01-19 Dave Love <fx@gnu.org> | |
| 4748 | |
| 4749 * browse-url.el (browse-url-maybe-new-window): Delete macro and | |
| 4750 its uses. | |
| 4751 | |
| 4752 * progmodes/fortran.el (fortran-narrow-to-subprogram): Ensure mark | |
| 4753 is active. | |
| 4754 (fortran-indent-subprogram): Likewise. | |
| 4755 | |
| 4756 1999-01-19 Dave Love <d.love@dl.ac.uk> | |
| 4757 | |
| 4758 * paths.el (Info-default-directory-list): Perhaps add /usr/info. | |
| 4759 | |
| 4760 1999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 4761 | |
| 4762 * wid-edit.el (alist): Use sexp as default key-type. | |
| 4763 | |
| 4764 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 4765 | |
| 4766 * textmodes/tex-mode.el (tex-define-common-keys): | |
| 4767 Remove key binding of tex-feed-input. | |
| 4768 (tex-mode-map): Bind tex-feed-input here. | |
| 4769 (tex-start-shell): Use compilation-shell-minor-mode. Set | |
| 4770 comint-input-filter-functions before running tex-shell-hook. | |
| 4771 (tex-start-tex): Forget compilation errors. | |
| 4772 (tex-compilation-parse-errors): Rewritten to work also with | |
| 4773 compile-mouse-goto-error and compile-goto-error. Adjusted to | |
| 4774 change in tex-region. | |
| 4775 (tex-region): For the temp file use file-name without directory. | |
| 4776 (tex-file): Expand file name of tex-print-file. | |
| 4777 | |
| 4778 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 4779 | |
| 4780 * emacs-lisp/edebug.el (with-temp-message): Add def-edebug-spec call. | |
| 4781 | |
| 4782 1999-01-18 Espen Skoglund <espensk@stud.cs.uit.no> | |
| 4783 | |
| 4784 * progmodes/pascal.el (pascal-calculate-indent): Code with an invalid | |
| 4785 beginning could cause Emacs to hang. Fixed. | |
| 4786 | |
| 4787 1999-01-18 Ken'ichi Handa <handa@gnu.org> | |
| 4788 | |
| 4789 * international/ccl.el (ccl-compile-translate-character): Handle | |
| 4790 the case that a tranlation table is CCL register correctly. | |
| 4791 | |
| 4792 * international/mule-cmds.el (select-safe-coding-system): | |
| 4793 Hightlight at most 256 characters. | |
| 4794 | |
| 4795 1999-01-18 Dave Love <fx@gnu.org> | |
| 4796 | |
| 4797 * startup.el (command-line): If the init file changes operation to | |
| 4798 unibyte, make all buffers unibyte and re-set language environment. | |
| 4799 | |
| 4800 * disp-table.el (standard-display-european): Make all existing | |
| 4801 buffers unibyte. Fix doc. | |
| 4802 | |
| 4803 1999-01-17 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 4804 | |
| 4805 * wid-edit.el (coding-system): Define this unconditionally. | |
| 4806 | |
| 4807 * simple.el (shell-command-on-region-default-error-buffer): New var. | |
| 4808 (shell-command-on-region): Use that variable as interactive | |
| 4809 value of ERROR-BUFFER argument. | |
| 4810 | |
| 4811 1999-01-17 Sam Steingold <sds@goems.com> | |
| 4812 | |
| 4813 * mail/rmail.el (rmail-quit): run `rmail-quit-hook'. | |
| 4814 | |
| 4815 1999-01-17 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 4816 | |
| 4817 * progmodes/compile.el (compilation-goto-locus): If already in the | |
| 4818 compilation buffer's window, keep it in that window. | |
| 4819 (compile-mouse-goto-error): Add Doc. Don't play with windows. | |
| 4820 (compile-goto-error): Don't play with windows. | |
| 4821 | |
| 4822 * textmodes/tex-mode.el (latex-run-command): Doc fix. | |
| 4823 (tex-command): Doc fix. | |
| 4824 (tex-compilation-parse-errors): Doc fix. | |
| 4825 (tex-generate-zap-file-name): Don't start the name with -. | |
| 4826 (tex-expand-files): Works now also with strings ending with ":". | |
| 4827 | |
| 4828 1999-01-17 Ian T Zimmerman <itz@transbay.net> | |
| 4829 | |
| 4830 Patch failed to install: | |
| 4831 * gametree.el: Document scoring functionality. | |
| 4832 (gametree-score-regexp): Add optional plus sign. | |
| 4833 (gametree-score-opener): Replace `:' with `=' as the former | |
| 4834 conflicts with gametree-half-ply-regexp. | |
| 4835 (gametree-transpose-following-leaves): Add. | |
| 4836 (gametree-insert-new-leaf): Make modifying commands barf in read | |
| 4837 only buffers. | |
| 4838 (gametree-break-line-here): Add a call to | |
| 4839 `gametree-transpose-following-leaves'. This maintains the | |
| 4840 necessary invariant that on each level all leaf children precede | |
| 4841 all nonleaf children. This has always been implied, but left to | |
| 4842 the user, and, unfortunately, undocumented. | |
| 4843 | |
| 4844 1999-01-17 Per Abrahamsen <abraham@dina.kvl.dk> | |
| 4845 | |
| 4846 * wid-edit.el (plist, alist): New widget types. | |
| 4847 | |
| 4848 1999-01-17 Dave Love <fx@gnu.org> | |
| 4849 | |
| 4850 * progmodes/fortran.el: Tidy up font-lock-keywords definitions and | |
| 4851 fix scope of condition-case therein. | |
| 4852 | |
| 4853 1999-01-17 Andrew Innes <andrewi@gnu.org> | |
| 4854 | |
| 4855 * dos-w32.el: (find-buffer-file-type-coding-system): Use | |
| 4856 default-buffer-file-coding-system when file doesn't exist (and | |
| 4857 isn't covered by a special case) instead of forcing undecided-dos | |
| 4858 against the user's wishes. | |
| 4859 | |
| 4860 * dos-w32.el (direct-print-region-helper): New function based on | |
| 4861 direct-print-region-function; sends data to specified printer port | |
| 4862 without further translation. Recognize and handle specially the | |
| 4863 standard `print' and `nprint' programs, as well as `lpr' and | |
| 4864 similar programs. Only write directly to the printer port if no | |
| 4865 print program is specified. Work around a bug in Windows 9x | |
| 4866 affecting Win32 version of Emacs by invoking command.com to write | |
| 4867 to the printer port instead of writing directly. | |
| 4868 (direct-print-region-function): Use direct-print-region-helper to | |
| 4869 do most of the work. | |
| 4870 (direct-ps-print-region-function): New function; analogue of | |
| 4871 direct-print-region-function for ps-print. | |
| 4872 (ps-lpr-command): Comment out setq; leave as example usage. | |
| 4873 (ps-lpr-switches): Ditto. | |
| 4874 | |
| 4875 * lpr.el: (printer-name): Update docstring about usage on MS-DOS | |
| 4876 and MS-Windows. | |
| 4877 (lpr-command) [ms-dos, windows-nt]: Initialize to empty string on | |
| 4878 DOS and Windows platforms, to indicate direct printing. Update | |
| 4879 the docstring accordingly. | |
| 4880 | |
| 4881 * ps-print.el: (ps-printer-name): Update docstring about usage on | |
| 4882 MS-DOS and MS-Windows. | |
| 4883 (ps-lpr-command): Update docstring as for lpr-command. | |
| 4884 (ps-print-region-function): New variable. | |
| 4885 (ps-do-despool): Use it. | |
| 4886 (ps-do-despool) [ms-dos, windows-nt]: Remove special case code for | |
| 4887 DOS/Windows. | |
| 4888 | |
| 4889 * subr.el (subst-char-in-string): New function. | |
| 4890 | |
| 4891 1999-01-17 Eli Zaretskii <eliz@gnu.org> | |
| 4892 | |
| 4893 * international/codepage.el (cp852-decode-table): Fill a nil entry. | |
| 4894 | |
| 4895 * ps-bdf.el (bdf-cache-file): Use convert-standard-filename. | |
| 4896 (bdf-find-font-info): New function, looks for the first readable | |
| 4897 file from a list of alternatives. | |
| 4898 (bdf-get-bitmaps, bdf-generate-font): Call bdf-find-font-info | |
| 4899 instead of bdf-get-font-info. | |
| 4900 (bdf-generate-glyphs): If font-name is a cons cell, pass its car | |
| 4901 to ps-mule-generate-bitmap-glyph. | |
| 4902 | |
| 4903 * ps-mule.el (ps-mule-font-info-database-bdf): Add alternative | |
| 4904 file names that avoid clashes in DOS 8+3 namespace. FONT-NAME can | |
| 4905 now be a list of alternative names. | |
| 4906 (ps-mule-generate-font): If FONT-NAME is a cons cell, use its car. | |
| 4907 (ps-mule-prepare-font): Likewise. | |
| 4908 | |
| 4909 * international/codepage.el (cp855-decode-table, | |
| 4910 cp850-decode-table): Fill some nil entries. | |
| 4911 | |
| 4912 1999-01-16 Dave Love <fx@gnu.org> | |
| 4913 | |
| 4914 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Revert | |
| 4915 last change. | |
| 4916 | |
| 4917 1999-01-15 Dave Love <fx@gnu.org> | |
| 4918 | |
| 4919 * help.el (help-make-xrefs): Avoid infloop in keymap substitutions | |
| 4920 and change regexp for command names. | |
| 4921 (help-xref-go-back, function-called-at-point, symbol-file) | |
| 4922 (where-is): Doc fixes. | |
| 4923 (help-xref-go-back): Remove interactive spec. | |
| 4924 (describe-function-1): Fix message for alias. Buttomize alias | |
| 4925 name. | |
| 4926 | |
| 4927 * simple.el (join-line): New alias. | |
| 4928 | |
| 4929 1999-01-15 Johan Vromans <jvromans@squirrel.nl> | |
| 4930 | |
| 4931 * forms.el: (forms--show-record): Convert integers to string | |
| 4932 expicitly since concat will no longer accept integers. | |
| 4933 (forms-print): Use local `total-nb-records' since | |
| 4934 `forms--total-records' will be inaccessible after buffer switching. | |
| 4935 | |
| 4936 1998-01-14 Felix Lee <flee@cygnus.com> | |
| 4937 | |
| 4938 * textmodes/flyspell.el (make-flyspell-overlay): fix front stickiness. | |
| 4939 | |
| 4940 1999-01-14 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 4941 | |
| 4942 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix bugs in prev change. | |
| 4943 | |
| 4944 1999-01-14 Eli Zaretskii <eliz@gnu.org> | |
| 4945 | |
| 4946 * international/codepage.el (cp850-decode-table): Fix previous change. | |
| 4947 | |
| 4948 1999-01-14 Simon Marshall <simon@gnu.org> | |
| 4949 | |
| 4950 * shell.el (shell-dirtrack-verbose): New custom variable. | |
| 4951 (shell-dirstack-message): Use it. | |
| 4952 | |
| 4953 1999-01-14 Kenichi Handa <handa@etl.go.jp> | |
| 4954 | |
| 4955 * international/mule-conf.el: Coding system alias `dos' for | |
| 4956 `undecided-dos', `mac' for `undecided-mac'. | |
| 4957 | |
| 4958 * international/mule-cmds.el (describe-language-environment): | |
| 4959 Don't alter input-method-alist. | |
| 4960 | |
| 4961 1999-01-13 Eli Zaretskii <eliz@gnu.org> | |
| 4962 | |
| 4963 * international/codepage.el (cp850-decode-table): Replace nil | |
| 4964 entries with codes of similary looking glyphs. (Suggested by | |
| 4965 Jason Rumney <jasonr@altavista.net>.) | |
| 4966 | |
| 4967 1999-01-13 Dave Love <fx@gnu.org> | |
| 4968 | |
| 4969 * browse-url.el (browse-url-netscape): Fix ineffective "-noraise". | |
| 4970 | |
| 4971 * emacs-lisp/find-func.el (find-function-on-key): Fix previous change. | |
| 4972 | |
| 4973 1999-01-12 Karl Heuer <kwzh@gnu.org> | |
| 4974 | |
| 4975 * files.el (auto-save-hook): Defvar this. | |
| 4976 | |
| 4977 1999-01-12 Alex Schroeder <asc@bsiag.com> | |
| 4978 | |
| 4979 * progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Quote font-lock | |
| 4980 faces, eliminating the need to load font-lock before loading sql. | |
| 4981 (sql-mode-oracle-font-lock-keywords): Likewise. | |
| 4982 (sql-mode-postgres-font-lock-keywords): Likewise. | |
| 4983 | |
| 4984 1999-01-11 Dave Love <fx@gnu.org> | |
| 4985 | |
| 4986 * cus-start.el: Add inhibit-eol-conversion. | |
| 4987 | |
| 4988 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Swap | |
| 4989 the values round. | |
| 4990 | |
| 4991 1999-01-11 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 4992 | |
| 4993 * help.el (help-mode-finish): Renamed from help-mode-maybe. | |
| 4994 Don't switch to Help mode here. | |
| 4995 (temp-buffer-setup-hook): Use help-mode-finish. | |
| 4996 (help-mode-setup): New function. | |
| 4997 (temp-buffer-setup-hook): Use help-mode-setup. | |
| 4998 | |
| 4999 * progmodes/sql.el: New file. | |
| 5000 | |
| 5001 * files.el (auto-mode-alist): Add sql-mode. | |
| 5002 | |
| 5003 * faces.el (list-faces-display): Improve the formatting | |
| 5004 by computing the maximum length required for any face-name. | |
| 5005 | |
| 5006 1999-01-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 5007 | |
| 5008 * progmodes/compile.el (compilation-shell-minor-mode): New function. | |
| 5009 | |
| 5010 1999-01-10 Dan Nicolaescu <dann@ics.uci.edu> | |
| 5011 | |
| 5012 * term.el (term_send_home): Change the string to | |
| 5013 be the same as the one emitted by xterm and consistent with the | |
| 5014 ones emitted by prior and next. | |
| 5015 (term_send_end): Likewise. | |
| 5016 | |
| 5017 1999-01-10 Dave Love <fx@gnu.org> | |
| 5018 | |
| 5019 * emacs-lisp/find-func.el (find-function-on-key): DTRT for mouse | |
| 5020 bindings. | |
| 5021 | |
| 5022 1999-01-10 Eli Zaretskii <eliz@gnu.org> | |
| 5023 | |
| 5024 * international/codepage.el (codepage-setup): Doc fix. | |
| 5025 (cp-decoding-vector-for-codepage): Likewise. | |
| 5026 | |
| 5027 1999-01-10 Markus Rost <rost@gnu.org> | |
| 5028 | |
| 5029 * cus-edit.el (custom-save-delete): First scan the custom-file. | |
| 5030 | |
| 5031 1999-01-08 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 5032 | |
| 5033 * international/iso-transl.el: Define a "function name" for | |
| 5034 each translation that isn't ASCII. Use these function names | |
| 5035 in iso-transl-char-map. | |
| 5036 | |
| 5037 1999-01-08 Kenichi Handa <handa@etl.go.jp> | |
| 5038 | |
| 5039 * international/mule-util.el (decompose-region): Do decomposition | |
| 5040 on temporary unibyte buffer. | |
| 5041 | |
| 5042 * international/mule.el (make-char): Doc-string modified. | |
| 5043 | |
| 5044 1999-01-07 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 5045 | |
| 5046 * simple.el (comment-region): Delete spaces only if we | |
| 5047 deleted a comment starter. | |
| 5048 | |
| 5049 1999-01-07 Dave Love <fx@gnu.org> | |
| 5050 | |
| 5051 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix. | |
| 5052 | |
| 5053 * emacs-lisp/edebug.el (edebug-eval-defun): Deal with defcustom | |
| 5054 like eval-defun does. | |
| 5055 | |
| 5056 * dired.el (dired-mode-map): Fix duplicate [menu-bar regexp mark]. | |
| 5057 | |
| 5058 * generic.el: Re-write `(make-variable-buffer-local (defvar ...' | |
| 5059 constructions. Doc fixes. | |
| 5060 (generic-create-generic-function): Use defalias, not fset. | |
| 5061 | |
| 5062 * find-func.el: More doc fixes. | |
| 5063 | |
| 5064 1999-01-06 Stephen Eglen <stephen@gnu.org> | |
| 5065 | |
| 5066 * files.el (save-buffers-kill-emacs): Show the list of current | |
| 5067 processes before prompting to kill them and exit. | |
| 5068 | |
| 5069 1999-01-06 Dave Love <fx@gnu.org> | |
| 5070 | |
| 5071 * emacs-lisp/find-func.el: Doc fixes. | |
| 5072 (find-function-regexp): Extend for define-generic-mode, | |
| 5073 define-derived-mode, easy-mmode-define-minor-mode. | |
| 5074 | |
| 5075 1999-01-06 Dave Love <fx@gnu.org> | |
| 5076 | |
| 5077 * progmodes/fortran.el (fortran-window-create): Account for scroll | |
| 5078 bar width. | |
| 5079 | |
| 5080 * browse-url.el: Require (noerror) w3-auto when compiling. | |
| 5081 (browse-url-maybe-new-window): Make it a macro and revert last | |
| 5082 change to callers. | |
| 5083 (browse-url-w3): Require w3 for w3-fetch-other-window. | |
| 5084 | |
| 5085 1999-01-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 5086 | |
| 5087 * browse-url.el (browse-url-w3): Give w3-fetch-other-window the | |
| 5088 argument. | |
| 5089 | |
| 5090 1999-01-06 Simon Marshall <simon@gnu.org> | |
| 5091 | |
| 5092 * subr.el (with-temp-message): Don't display MESSAGE if nil. Doc fix. | |
| 5093 | |
| 5094 * font-lock.el (font-lock-default-fontify-buffer): When using | |
| 5095 with-temp-message, use nil rather than current-message. | |
| 5096 | |
| 5097 * lazy-lock.el (lazy-lock-unstall): | |
| 5098 (lazy-lock-fontify-after-idle): When using with-temp-message, use nil | |
| 5099 rather than current-message. | |
| 5100 | |
| 5101 * fast-lock.el (fast-lock-save-cache-1): | |
| 5102 (fast-lock-cache-data): When using with-temp-message, use nil rather | |
| 5103 than current-message. | |
| 5104 | |
| 5105 1999-01-06 Eli Zaretskii <eliz@gnu.org> | |
| 5106 | |
| 5107 * international/codepage.el (cp-coding-system-for-codepage-1): Add | |
| 5108 the valid-codes property. | |
| 5109 | |
| 5110 * international/mule-cmds.el (prefer-coding-system): Call | |
| 5111 set-coding-priority, so that the internal array of priorities is | |
| 5112 also updated. | |
| 5113 | |
| 5114 * international/mule-util.el: | |
| 5115 (coding-system-change-eol-conversion, | |
| 5116 coding-system-change-text-conversion): Don't define here. | |
| 5117 | |
| 5118 * international/mule-cmds.el: Define them here. Remove the | |
| 5119 autoload cookies. | |
| 5120 | |
| 5121 1999-01-06 Andreas Schwab <schwab@gnu.org> | |
| 5122 | |
| 5123 * emacs-lisp/debug.el (debug): Leave recursive minibuffer enabled | |
| 5124 if it was enabled before. | |
| 5125 | |
| 5126 * view.el (View-revert-buffer-scroll-page-forward): Bind | |
| 5127 view-scroll-auto-exit instead of obsolete view-mode-auto-exit. | |
| 5128 | |
| 5129 * files.el (recover-session): Preserve point when inserting | |
| 5130 explanation. | |
| 5131 | |
| 5132 1999-01-06 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 5133 | |
| 5134 * cus-edit.el (custom-save-delete): Don't delete whitespace | |
| 5135 and comments before the sexp that is replaced. | |
| 5136 | |
| 5137 1999-01-05 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
| 5138 | |
| 5139 * calendar/diary-lib.el (diary-float): Better fix of end-of-year error. | |
| 5140 | |
| 5141 1999-01-05 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
| 5142 | |
| 5143 * vc.el (vc-dired-hook): Use the original value of | |
| 5144 dired-move-to-filename-regexp on lines that have not been | |
| 5145 reformatted yet. | |
| 5146 (vc-dired-toggle-terse-mode): Tell vc-dired-hook whether the | |
| 5147 file lines have already been reformatted. | |
| 5148 | |
| 5149 1999-01-05 Dave Love <fx@gnu.org> | |
| 5150 | |
| 5151 * progmodes/f90.el (f90-mode): Make imenu-case-fold-search | |
| 5152 buffer-local. | |
| 5153 | |
| 5154 1998-01-05 Torbjorn Einarsson <T.Einarsson@clab.ericsson.se> | |
| 5155 | |
| 5156 * progmodes/f90.el: Change of regular expressions for type to | |
| 5157 correct highlighting and identation. Some small fixes for | |
| 5158 compatibility with XEmacs. | |
| 5159 | |
| 5160 1999-01-05 Stephen Eglen <stephen@gnu.org> | |
| 5161 | |
| 5162 * mspools.el (mspools-vm-system-mail): Provide an alternative | |
| 5163 value based on rmail-spool-directory if $MAIL is not defined. | |
| 5164 | |
| 5165 1999-01-05 Carsten Dominik <dominik@strw.leidenuniv.nl> | |
| 5166 | |
| 5167 * textmodes/reftex.el (reftex-section-levels): Allow negative levels. | |
| 5168 (reftex-section-info): Handle negative section levels. | |
| 5169 (reftex-view-crossref-extra): New option. | |
| 5170 (reftex-view-crossref): Generalized to work in more places. | |
| 5171 (reftex-find-citation-regexp-format, reftex-find-reference-format, | |
| 5172 reftex-macros-with-labels, reftex-global-search-marker): New variables. | |
| 5173 (reftex-view-cite-locations-from-bibtex): New command. | |
| 5174 (reftex-view-regexp-match, reftex-global-search, | |
| 5175 reftex-global-search-continue): New functions. | |
| 5176 (reftex-extract-bib-entries): No error for non-existing BibTeX | |
| 5177 file, just a message. | |
| 5178 (reftex-extract-bib-entries): Better error handling. | |
| 5179 (reftex-select-with-char): Use `*RefTeX Select*' for selection | |
| 5180 help and force it on current frame. | |
| 5181 (reftex-default-bibliography): New function. | |
| 5182 (reftex-access-parse-file): Check consistency after loading a | |
| 5183 parse file. When inconsistent, enfore rescan. | |
| 5184 (reftex-check-parse-consistency): New function. | |
| 5185 (easy-menu-define): Options section drastically shortened. | |
| 5186 | |
| 5187 1999-01-05 Kenichi Handa <handa@etl.go.jp> | |
| 5188 | |
| 5189 * language/thai-util.el (thai-compose-string): New function. | |
| 5190 | |
| 5191 1999-01-04 Inge Frick <inge@nada.kth.se> | |
| 5192 | |
| 5193 * easymenu.el (easy-menu-define): Doc fix. | |
| 5194 (easy-menu-create-menu): New keyword :included. | |
| 5195 (easy-menu-do-add-item): New keyword :included. SUFFIX may | |
| 5196 be an expression, not only a string. Simulate style `button'. | |
| 5197 Use easy-menu-define-key-intern instead of easy-menu-define-key. | |
| 5198 (easy-menu-define-key-intern): New function. | |
| 5199 (easy-menu-add-item): Understand value returned from | |
| 5200 easy-menu-item-present-p and easy-menu-remove-item. | |
| 5201 (easy-menu-return-item): New function. | |
| 5202 (easy-menu-item-present-p, easy-menu-remove-item): Use it. | |
| 5203 | |
| 5204 1999-01-03 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 5205 | |
| 5206 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): | |
| 5207 Use rmail-output-read-rmail-file-name to read the file name. | |
| 5208 Always call rmail-output-to-rmail-file noninteractively. | |
| 5209 When count > 1, do the loop here. | |
| 5210 Handle rmail-delete-after-output here. | |
| 5211 (rmail-summary-output): Similar changes. | |
| 5212 | |
| 5213 * mail/rmailout.el: Provide `rmailout'. | |
| 5214 (rmail-output-read-rmail-file-name): New function. | |
| 5215 (rmail-output-to-rmail-file): Use that. | |
| 5216 (rmail-output-read-file-name): New function. | |
| 5217 (rmail-output): Use that. | |
| 5218 | |
| 5219 * files.el (find-file-noselect): Let /: suppress wildcard matching. | |
| 5220 Error if wildcard matches no files. | |
| 5221 | |
| 5222 1999-01-02 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 5223 | |
| 5224 * menu-bar.el (clipboard-yank): Doc fix. | |
| 5225 | |
| 5226 * info.el (Info-insert-dir): Chase symlinks for file-attributes. | |
| 5227 | |
| 5228 1998-12-31 Markus Rost <rost@delysid.gnu.org> | |
| 5229 | |
| 5230 * textmodes/page-ext.el (pages-copy-header-and-position): Fix typo. | |
| 5231 | |
| 5232 1998-12-31 Andrew Innes <andrewi@harlequin.co.uk> | |
| 5233 | |
| 5234 * rmail.el (rmail-encode-string): Make sure mask value is | |
| 5235 positive; (emacs-pid) returns a negative number on Windows 9x | |
| 5236 which causes odd behaviour. | |
| 5237 | |
| 5238 1998-12-31 Eli Zaretskii <eliz@mescaline.gnu.org> | |
| 5239 | |
| 5240 * cus-start.el: Don't warn about dos-* variables unless on MS-DOS, | |
| 5241 and about w32-* variables unless on Windows/NT. | |
| 5242 | |
| 5243 1998-12-31 Boris Goldowsky <boris@alum.mit.edu> | |
| 5244 | |
| 5245 * textmodes/sgml-mode.el (sgml-validate): Ask whether to save only | |
| 5246 if buffer is modified; ask about all modified buffers. | |
| 5247 | |
| 5248 1998-12-30 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 5249 | |
| 5250 * simple.el (what-cursor-position): Fix previous change. | |
| 5251 | |
| 5252 1998-12-30 Richard Stallman <rms@sucrose.ai.mit.edu> | |
| 5253 | |
| 5254 * mail/sendmail.el (mail-mode): Eliminate ambiguous match | |
| 5255 from paragraph-start. | |
| 5256 | |
| 5257 1998-12-30 Eli Zaretskii <eliz@mescaline.gnu.org> | |
| 5258 | |
| 5259 * international/mule-cmds.el (prefer-coding-system): If the | |
| 5260 argument requires specific EOL conversion type, make the default | |
| 5261 coding systems use that. | |
| 5262 | |
| 5263 1998-12-30 Drew Csillag <drew_csillag@geocities.com> | |
| 5264 | |
| 5265 * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer): | |
| 5266 Use shell-command-on-region. | |
| 5267 (m4-start-m4, m4-end-m4): Functions deleted. | |
| 5268 | |
| 5269 1998-12-30 Michael Ernst <mernst@alum.mit.edu> | |
| 5270 | |
| 5271 * vc.el (vc-backend-diff): Use `diff-switches-list' throughout. | |
| 5272 | |
| 5273 1998-12-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 5274 | |
| 5275 * browse-url.el (browse-url-mail): Give argument SEND-ACTION | |
| 5276 to compose-mail in the correct places and as a list. | |
| 5277 | |
| 5278 1998-12-29 Masatake Yamato <masata-y@tori.aist-nara.ac.jp> | |
| 5279 | |
| 5280 * page-ext.el: Added mouse-selection feature for pages directory buffer. | |
| 5281 (pages-directory-map): Bind mouse-2 | |
| 5282 (pages-copy-header-and-position): Put text property. | |
| 5283 (pages-directory-goto-with-mouse): New function. | |
| 5284 | |
| 5285 1998-12-29 Eli Zaretskii <eliz@mescaline.gnu.org> | |
| 5286 | |
| 5287 * international/codepage.el (cp-make-coding-systems-for-codepage): | |
| 5288 Doc fix. | |
| 5289 (cp-coding-system-for-codepage-1): Likewise. | |
| 5290 | |
| 5291 1998-12-29 Kenichi Handa <handa@etl.go.jp> | |
| 5292 | |
| 5293 * language/thai-util.el (thai-post-read-conversion): Handle Thai | |
| 5294 composition sequence correctly here instead of calling | |
| 5295 thai-compose-region. | |
| 5296 | |
| 5297 * textmodes/fill.el (fill-region-as-paragraph): While deleting a | |
| 5298 newline in multibyte buffer, if previous or next character is a | |
| 5299 composite char, check the first component of the composite char. | |
| 5300 | |
| 5301 1998-12-28 Andreas Schwab <schwab@delysid.gnu.org> | |
| 5302 | |
| 5303 * emacs-lisp/advice.el (ad-special-forms): Add save-current-buffer | |
| 5304 and track-mouse. | |
| 5305 | |
| 5306 1998-12-27 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 5307 | |
| 5308 * mail/sendmail.el (mail-yank-original): Remove text properties | |
| 5309 after insertion. | |
| 5310 (mail-yank-region): Barf if no mark is set in the message | |
| 5311 being replied to. | |
| 5312 | |
| 5313 * help.el (function-called-at-point): First look for function at point. | |
| 5314 | |
| 5315 1998-12-27 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 5316 | |
| 5317 * edmacro.el (edit-kbd-macro): Recognize electric-view-lossage. | |
| 5318 | |
| 5319 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 5320 | |
| 5321 * simple.el (what-cursor-position): Print character encoding also. | |
| 5322 | |
| 5323 1998-12-26 Dave Love <fx@gnu.org> | |
| 5324 | |
| 5325 * textmodes/flyspell.el: If local-maps work, don't put | |
| 5326 flyspell-mode-map in minor-mode-map-alist; bind mouse-2 and M-TAB | |
| 5327 in flyspell-mouse-map (only). | |
| 5328 (flyspell-use-local-map): New variable. | |
| 5329 Use a different mouse-2 binding in that case, | |
| 5330 and don't add to minor-mode-map-alist. | |
| 5331 (make-flyspell-overlay, flyspell-correct-word): | |
| 5332 Test flyspell-use-local-map. | |
| 5333 | |
| 5334 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 5335 | |
| 5336 * files.el (file-expand-wildcards): Handle wildcards in directory name. | |
| 5337 Be careful about whether to return a relative file name, | |
| 5338 and if so, relative to what directory. | |
| 5339 | |
| 5340 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 5341 | |
| 5342 * emacs-lisp/easymenu.el (easy-menu-get-map): | |
| 5343 Change global map only if this menu exists in the global map already, | |
| 5344 and not in the local map. | |
| 5345 (easy-menu-do-add-item): Fix error message. | |
| 5346 | |
| 5347 * foldout.el (foldout-inhibit-key-bindings): | |
| 5348 Avoid concatenating onto outline-minor-mode-prefix. | |
| 5349 Make a new keymap for that prefix, if it does not already have one. | |
| 5350 | |
| 5351 1998-12-25 Ilya Zakharevich <ilya@math.ohio-state.edu> | |
| 5352 | |
| 5353 * cperl-mode.el: | |
| 5354 Can use linear algorithm for indentation if Emacs supports it. | |
| 5355 (cperl-after-expr-p): It is BLOCK if we reach lim when backup sexp. | |
| 5356 (cperl-after-block-p): Likewise. | |
| 5357 (cperl-after-block-and-statement-beg): Likewise. | |
| 5358 (cperl-after-block-p): After END/BEGIN we are a block. | |
| 5359 (cperl-after-expr-p): Skip labels when checking | |
| 5360 (cperl-indent-region): Make a marker for END - text added/removed. | |
| 5361 Disable hooks during the call (how to call them later?). | |
| 5362 Now indents 820-line-long function in 6.5 sec (including | |
| 5363 syntaxification) the first time (when buffer has few | |
| 5364 properties), 7.1 sec the second time. | |
| 5365 (cperl-indent-region): Do not indent whitespace lines | |
| 5366 (cperl-style-alist) | |
| 5367 Include `cperl-merge-trailing-else' where the value is clear. | |
| 5368 (cperl-styles-entries): Likewise. | |
| 5369 (cperl-problems): Improvements to docs. | |
| 5370 (cperl-tips): Likewise. | |
| 5371 (cperl-non-problems): Likewise. | |
| 5372 (cperl-mode): Make lazy syntaxification possible. | |
| 5373 Loads pseudo-faces for the sake of `cperl-find-pods-heres' (for 19.30). | |
| 5374 `font-lock-unfontify-region-function' was set to a wrong function. | |
| 5375 | |
| 5376 (cperl-find-pods-heres): Safe a position in buffer where it is safe to | |
| 5377 restart syntaxification. Changed so that -d ?foo? is a RE. Do | |
| 5378 not warn on `=cut' if doing a chunk only. 1 << 6 was OK, | |
| 5379 but 1<<6 was considered as HERE-doc. | |
| 5380 <file/glob> made into a string. | |
| 5381 Postpone addition of faces after syntactic step. | |
| 5382 Recognition of <FH> was wrong. | |
| 5383 Highlight `gem' in s///gem as a keyword. `qr' recognized. | |
| 5384 Knows that split// is null-RE. | |
| 5385 Highlights separators in 3-parts expressions as labels. | |
| 5386 <> was considered as a glob. | |
| 5387 Would err if the last line is `=head1'. | |
| 5388 $a-1 ? foo : bar; was a considered a regexp. | |
| 5389 `<< (' was considered a start of HERE-doc. | |
| 5390 mark qq[]-etc sections as syntax-type=string | |
| 5391 Was not processing sub protos after a comment ine. | |
| 5392 Was treating $a++ <= 5 as a glob. | |
| 5393 Tolerate unfinished REx at end-of-buffer. | |
| 5394 `unwind-protect' was left commented. | |
| 5395 / and ? after : start a REx. | |
| 5396 | |
| 5397 (cperl-syntaxify-by-font-lock): Set to t, should be safe now. | |
| 5398 Better default, customizes to `message' too, off in text-mode. | |
| 5399 | |
| 5400 (cperl-array-face): Renamed from `font-lock-emphasized-face', | |
| 5401 `defface'd. | |
| 5402 (cperl-hash-face): Renamed from `font-lock-other-emphasized-face'. | |
| 5403 `defface'd. | |
| 5404 (cperl-emacs-can-parse): New state variable. | |
| 5405 (cperl-indent-line): Corrected to use global state. | |
| 5406 (cperl-calculate-indent): Likewise. | |
| 5407 (cperl-fix-line-spacing): Likewise (not used yet). | |
| 5408 (cperl-calculate-indent): Did not consider `,' as | |
| 5409 continuation mark for statements. | |
| 5410 (cperl-calculate-indent): Avoid parse-data optimization at toplevel. | |
| 5411 Remove another parse-data optimization at toplevel: would | |
| 5412 indent correctly. | |
| 5413 Correct for labels when calculating indentation of continuations. | |
| 5414 Docstring updated. | |
| 5415 (cperl-choose-color): Converted to a function (to be | |
| 5416 compilable in text-mode). | |
| 5417 (cperl-dark-background): Disable without window-system. | |
| 5418 Do `defface' only if window-system. | |
| 5419 (cperl-fix-line-spacing): sped up to bail out early. | |
| 5420 (x-color-defined-p): was not compiling on XEmacs | |
| 5421 Was defmacro'ed with a tick. Remove another def. | |
| 5422 (cperl-clobber-lisp-bindings): if set, C-c variants are the old ones | |
| 5423 (cperl-unwind-to-safe): New function. | |
| 5424 (cperl-fontify-syntaxically): Use `cperl-unwind-to-safe' to start at reasonable position. | |
| 5425 (cperl-fontify-syntaxically): Unwinds start and end to go out of | |
| 5426 long strings (not very successful). | |
| 5427 (cperl-forward-re): Highlight the trailing / in s/foo// as string. | |
| 5428 Highlight the starting // in s//foo/ as function-name. | |
| 5429 Emit a meaningful error instead of a cryptic one for an | |
| 5430 uncomplete REx near end-of-buffer. | |
| 5431 | |
| 5432 (cperl-electric-keyword): `qr' recognized. | |
| 5433 (cperl-electric-else): Likewise | |
| 5434 (cperl-to-comment-or-eol): Likewise | |
| 5435 (cperl-make-regexp-x): Likewise | |
| 5436 (cperl-init-faces): Likewise, and `lock' (as overridable?). | |
| 5437 Corrected to use new macros; | |
| 5438 `if' for copying `reference-face' to `constant-face' was backward. | |
| 5439 remove init `font-lock-other-emphasized-face', | |
| 5440 `font-lock-emphasized-face', `font-lock-keyword-face'. | |
| 5441 Interpolate `cperl-invalid-face'. | |
| 5442 (cperl-make-regexp-x): Misprint in a message. | |
| 5443 (cperl-syntaxify-unwind): New configuration variable | |
| 5444 (cperl-fontify-m-as-s): New configuration variable | |
| 5445 (cperl-electric-pod): check for after-expr was performed | |
| 5446 inside of POD too. | |
| 5447 (cperl-backward-to-noncomment): better treatment of PODs and HEREs. | |
| 5448 (cperl-clobber-mode-lists): New configuration variable. | |
| 5449 (cperl-not-bad-style-regexp): Updated. | |
| 5450 Init: `cperl-is-face' was busted. | |
| 5451 (cperl-make-face): New macros. | |
| 5452 (cperl-force-face): New macros. | |
| 5453 (font-lock-other-type-face): Done via `defface' too. | |
| 5454 (cperl-nonoverridable-face): New face. Renamed from | |
| 5455 `font-lock-other-type-face'. | |
| 5456 (cperl-init-faces-weak): use `cperl-force-face'. | |
| 5457 (cperl-comment-indent): Commenting __END__ was not working. | |
| 5458 (cperl-indent-for-comment): Likewise. | |
| 5459 (cperl-write-tags): Correct for XEmacs's `visit-tags-table-buffer'. | |
| 5460 When removing old TAGS info was not relativizing filename. | |
| 5461 (cperl-tags-hier-init): Gross hack to pretend we work (are we?). | |
| 5462 Another try to work around XEmacs problems. Better progress messages. | |
| 5463 (toplevel): require custom unprotected => failure on 19.28. | |
| 5464 (cperl-xemacs-p): defined when compile too | |
| 5465 (cperl-find-tags): Was writing line/pos in a wrong order, | |
| 5466 pos off by 1 and not at beg-of-line. | |
| 5467 (cperl-etags-snarf-tag): New macro | |
| 5468 (cperl-etags-goto-tag-location): New macro | |
| 5469 (cperl-version): New variable. New menu entry | |
| 5470 random docstrings: References to "future" 20.3 removed. | |
| 5471 Menu was described as `CPerl' instead of `Perl' | |
| 5472 (perl-font-lock-keywords): Would not highlight `sub foo($$);'. | |
| 5473 (cperl-toggle-construct-fix): Was toggling to t instead of 1. | |
| 5474 (cperl-ps-print-init): Associate `cperl-array-face', `cperl-hash-face' | |
| 5475 Remove `font-lock-emphasized-face', `font-lock-other-emphasized-face', | |
| 5476 `font-lock-reference-face', `font-lock-keyword-face'. | |
| 5477 Use `eval-after-load'. | |
| 5478 Remove not-CPerl-related faces. | |
| 5479 (cperl-tips-faces): New variable and an entry into Mini-docs. | |
| 5480 (cperl-indent-exp): Was not processing else-blocks. | |
| 5481 (cperl-get-state): NOP line removed. | |
| 5482 (cperl-ps-print): New function and menu entry. | |
| 5483 (cperl-ps-print-face-properties): New configuration variable. | |
| 5484 (cperl-invalid-face): New configuration variable. | |
| 5485 (perl-font-lock-keywords): Highlight trailing whitespace | |
| 5486 (cperl-contract-levels): Documentation corrected. | |
| 5487 (cperl-contract-level): Likewise. | |
| 5488 (cperl-ps-extend-face-list): New macro. | |
| 5489 (cperl-invalid-face): Change to ''underline. | |
| 5490 | |
| 5491 1998-12-25 Markus Rost <rost@delysid.gnu.org> | |
| 5492 | |
| 5493 * mail/rmailout.el (rmail-output): Abbreviate name of default-file | |
| 5494 for read-file-name. | |
| 5495 (rmail-output-to-rmail-file): Likewise. | |
| 5496 | |
| 5497 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 5498 | |
| 5499 * emacs-lisp/easymenu.el (easy-menu-get-map): | |
| 5500 If MENU is nil, use global menu-bar map. | |
| 5501 (easy-menu-add-item, easy-menu-remove-item): Argument renamed. | |
| 5502 (easy-menu-item-present-p, easy-menu-get-map): Argument renamed. | |
| 5503 | |
| 5504 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
| 5505 | |
| 5506 * ps-mule.el (ps-mule-begin-job): Programming uniformization. | |
| 5507 | |
| 5508 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
| 5509 | |
| 5510 * ps-print.el (ps-print-version): New version number (4.1.3). | |
| 5511 | |
| 5512 1998-12-21 Eli Zaretskii <eliz@mescaline.gnu.org> | |
| 5513 | |
| 5514 * international/mule-cmds.el: Use make-sparse-keymap instead of | |
| 5515 define-prefix-key when defining MULE menu items. | |
| 5516 | |
| 5517 * info.el (Info-node-at-bob-matching): New function. | |
| 5518 (Info-find-node, Info-build-node-completions): Call it. | |
| 5519 | |
| 5520 1998-12-21 Andreas Schwab <schwab@delysid.gnu.org> | |
| 5521 | |
| 5522 * help.el (describe-function-1): Say "keymap", not "Lisp macro", | |
| 5523 when this is an autoloaded keymap. | |
| 5524 | |
| 5525 1998-12-20 Eli Zaretskii <eliz@mescaline.gnu.org> | |
| 5526 | |
| 5527 * international/codepage.el (cp-coding-system-for-codepage-1): | |
| 5528 Create separate encoders and decoders, for DOS and Unix. Make the | |
| 5529 usual family of 3 coding systems, so that automatic detection of | |
| 5530 EOL type works. | |
| 5531 (cp-make-coding-systems-for-codepage): Don't intern DOS- and | |
| 5532 Unix-specific symbols here, and don't call | |
| 5533 cp-coding-system-for-codepage-1 twice. (Suggested by Ken'ichi | |
| 5534 Handa <handa@etl.go.jp>.) | |
| 5535 | |
| 5536 * dos-vars.el (dos-codepage-setup-hook): New defcustom. | |
| 5537 | |
| 5538 * term/internal.el (IT-character-translations): New variable, an | |
| 5539 alist used to display characters for which there's no glyphs in | |
| 5540 the current codepage. | |
| 5541 (IT-display-table-setup): New function, sets up the DOS terminal | |
| 5542 for a given codepage. | |
| 5543 (dos-codepage-setup): New function, sets up the MULE environment | |
| 5544 for the current value of dos-codepage. | |
| 5545 (top-level if): In the multibyte mode, turn on | |
| 5546 unibyte-display-via-language-environment. In the unibyte mode, | |
| 5547 set up the special syntax tables to map lower- to upper case and | |
| 5548 back. | |
| 5549 | |
| 5550 1998-12-19 Eric Ludlam <zappo@delysid.gnu.org> | |
| 5551 | |
| 5552 * speedbar.el: (speedbar-frame-parameters) Add : to custom prompt. | |
| 5553 (speedbar-frame-plist) Remove useless comments. | |
| 5554 (speedbar-frame-mode) Do not specify height if it is in the param list. | |
| 5555 Use default y position w/out changing it. | |
| 5556 If default x position is a list, keep, calculate the non-list X | |
| 5557 value when devining an initial position. | |
| 5558 (speedbar-this-file-in-vc) Fix SCCS to use s. not p. files. | |
| 5559 (speedbar-tag-group-name-minimum-length): New variable. | |
| 5560 (speedbar-frame-parameter): New compatibility function. | |
| 5561 (speedbar-frame-mode): Updated to use speedbar-frame-parameter. | |
| 5562 (speedbar-apply-one-tag-hierarchy-method): Fixed up taging sub | |
| 5563 groups to keep things in the right order, and to help with some | |
| 5564 naming conventions. | |
| 5565 (speedbar-create-tag-hierarchy): Enable buffer local version of | |
| 5566 `speedbar-tag-hierarchy-method' in the buffer we are tagging. | |
| 5567 (speedbar-line-path) Make DEPTH param optional. Devine it if absent. | |
| 5568 the case, derive it from the cursor location in speedbar. | |
| 5569 | |
| 5570 1998-12-17 Eli Zaretskii <eliz@mescaline.gnu.org> | |
| 5571 | |
| 5572 * international/mule-cmds.el (set-language-environment): On MS-DOS | |
| 5573 terminals, install DOS-specific nonascii-translation-table if the | |
| 5574 language info doesn't specify one. Pass the default eol-type to | |
| 5575 set-language-environment-coding-systems. | |
| 5576 (set-default-coding-systems): Copy the eol-type property for the | |
| 5577 new default values of {buffer-file,process}-coding-system from the | |
| 5578 old defaults. | |
| 5579 (set-language-environment-coding-systems): Accept an optional | |
| 5580 argument EOL-TYPE, and set the eol-type property of the default | |
| 5581 coding systems accordingly. | |
| 5582 (set-terminal-coding-system): Enable menu item on MS-DOS terminals. | |
| 5583 (set-keyboard-coding-system): Likewise. | |
| 5584 (set-default-coding-systems): Don't set | |
| 5585 default-terminal-coding-system on MS-DOS to anything but nil. | |
| 5586 (prefer-coding-system): Describe in the doc string that | |
| 5587 default-terminal-coding-system is not changed on MS-DOS. | |
| 5588 (set-language-environment): For MS-DOS, set standard syntax table | |
| 5589 and display table for all characters with code above 127. | |
| 5590 (standard-display-european-internal): For MS-DOS, pass all | |
| 5591 characters with code above 127 directly to the terminal, and don't | |
| 5592 remap characters 160 and 146 in the unibyte case. | |
| 5593 | |
| 5594 * international/codepage.el: New file. | |
| 5595 | |
| 5596 1998-12-16 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
| 5597 | |
| 5598 * diary-lib.el (diary-float): Fix end-of-year error and typos in | |
| 5599 comments. | |
| 5600 | |
| 5601 1998-12-16 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru> | |
| 5602 | |
| 5603 * map-ynp.el (map-y-or-n-p): Ignore input methods. | |
| 5604 | |
| 5605 * subr.el (read-passwd): Likewise. | |
| 5606 | |
| 5607 1998-12-16 Eli Zaretskii <eliz@mescaline.gnu.org> | |
| 5608 | |
| 5609 * info.el (Info-find-node): Add 1 to the position read from the | |
| 5610 tag table. Don't fail if the node delimiter ^_ is the first | |
| 5611 character in the file. | |
| 5612 (Info-insert-dir): Don't fail when the node delimiter ^_ is the | |
| 5613 first character in the file. | |
| 5614 (Info-read-subfile): Likewise. | |
| 5615 (Info-select-node): Likewise. | |
| 5616 (Info-build-node-completions): Likewise. | |
| 5617 | |
| 5618 1998-12-16 Richard Stallman <rms@gnu.org> | |
| 5619 | |
| 5620 * term/x-win.el (x-cut-buffer-or-selection-value): | |
| 5621 If clipboard is enabled, try it before PRIMARY selection. | |
| 5622 | |
| 5623 1998-12-15 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE> | |
| 5624 | |
| 5625 * international/iso-acc.el (iso-languages): For Portuguese ~c and ~C | |
| 5626 insert c-cedilla and C-cedilla respectively, like in latin-1. | |
| 5627 | |
| 5628 1998-12-15 Eli Zaretskii <eliz@delysid.gnu.org> | |
| 5629 | |
| 5630 * language/hebrew.el: Don't use sublists in the flags argument | |
| 5631 passed to make-coding-system. | |
| 5632 | |
| 5633 1998-12-15 Kenichi Handa <handa@etl.go.jp> | |
| 5634 | |
| 5635 * ps-mule.el (ps-mule-begin-job): Delete nil and unknown from a | |
| 5636 list of character sets found by find-charset-region. | |
| 5637 | |
| 5638 * ps-mule.el: Always require ps-print. Move some function | |
| 5639 definitions for Emacs 20.2 and the earlier to ps-print.el. | |
| 5640 (ps-mule-find-wrappoint): Make it work also with Emacs 20.2. | |
| 5641 | |
| 5642 * ps-print.el: Define several functions for Emacs 20.2 and the | |
| 5643 earlier version. | |
| 5644 (ps-printer-name): Check if printer-name is bound. | |
| 5645 | |
| 5646 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
| 5647 | |
| 5648 * ps-mule.el: Programming uniformization and little code improvement. | |
| 5649 (ps-mule-prepare-font): Programming uniformization. | |
| 5650 (ps-mule-find-wrappoint, ps-mule-plot-rule-cmpchar) | |
| 5651 (ps-mule-string-encoding, ps-mule-begin-job): Little code improvement. | |
| 5652 | |
| 5653 * ps-bdf.el: Programming uniformization and little code improvement. | |
| 5654 (bdf-search-and-read): New fun. | |
| 5655 (bdf-write-cache, bdf-initialize, bdf-info-absolute-path) | |
| 5656 (bdf-info-mod-time, bdf-info-size, bdf-info-font-bounding-box) | |
| 5657 (bdf-info-relative-compose, bdf-info-baseline-offset) | |
| 5658 (bdf-info-code-range, bdf-info-maxlen, bdf-info-offset-vector) | |
| 5659 (bdf-read-bitmap, bdf-get-bitmaps): Programming uniformization. | |
| 5660 (bdf-expand-file-name, bdf-file-newer-than-time, bdf-find-file) | |
| 5661 (bdf-read-cache, bdf-read-font-info, bdf-generate-glyphs): Little code | |
| 5662 improvement. | |
| 5663 | |
| 5664 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
| 5665 | |
| 5666 * ps-print.el: (ps-print-version): New version number (4.1.2), doc fix | |
| 5667 and mule related code extraction. Autoload ps-mule funs. | |
| 5668 | |
| 5669 * ps-mule.el: Doc fix. Require ps-print only when compiled. | |
| 5670 (ps-mule-prologue-generated): New fun. | |
| 5671 (ps-mule-plot-string): Add autoload cookie. | |
| 5672 (ps-mule-begin-job): Call ps-mule-prologue-generated. | |
| 5673 | |
| 5674 1998-12-15 Kenichi Handa <handa@etl.go.jp> | |
| 5675 | |
| 5676 * ps-bdf.el: Require ps-mule instead of ps-print. | |
| 5677 (bdf-directory-list): Add autoload cookie. | |
| 5678 | |
| 5679 * ps-mule.el: New file. Mule related code extracted from | |
| 5680 ps-print.el. Require ps-print, provide ps-mule. | |
| 5681 (ps-multibyte-buffer): Add autoload cookie. | |
| 5682 (ps-mule-prepare-ascii-font): New fun. | |
| 5683 (ps-mule-set-ascii-font): New fun. | |
| 5684 (ps-mule-skip-same-charset): Fun deleted. | |
| 5685 (ps-mule-plot-string): Set ps-mule-current-charset. | |
| 5686 (ps-mule-initialize): Add autload cookie. Don't set | |
| 5687 ps-mule-font-info-database here. | |
| 5688 (ps-mule-begin-job): Renamed from ps-mule-begin. Update | |
| 5689 ps-mule-font-info-database and ps-control-or-escape-regexp. | |
| 5690 (ps-mule-begin-page): New fun. | |
| 5691 | |
| 5692 * ps-print.el: Mule related code moved to ps-mule.el. | |
| 5693 (ps-begin-job): While setting ps-control-or-escape-regexp, don't | |
| 5694 check ps-mule-charset-list. | |
| 5695 (ps-begin-page): Don't set ps-mule-current-charset, instead call | |
| 5696 ps-mule-begin-page. | |
| 5697 (ps-basic-plot-string): Call ps-mule-prepare-ascii-font. | |
| 5698 (ps-plot-region): Don't set ps-mule-current-charset, instead call | |
| 5699 ps-mule-set-ascii-font. Don't call ps-mule-skip-same-charset, | |
| 5700 instead skip same charsets by itself. | |
| 5701 (ps-generate): Call ps-mule-initialize of needs-begin-file is | |
| 5702 non-nil. Call ps-mule-begin-job. | |
| 5703 | |
| 5704 1998-12-15 Kenichi Handa <handa@etl.go.jp> | |
| 5705 | |
| 5706 * ps-bdf.el: File name changed from bdf.el. Provide ps-bdf | |
| 5707 instead of bdf. | |
| 5708 | |
| 5709 * ps-print.el (ps-mule-font-info-database): Doc-string modified. | |
| 5710 (ps-mule-external-libraries): New element FEATURE. | |
| 5711 (ps-mule-init-external-library): Ajusted for the above change. | |
| 5712 (ps-mule-generate-font): Likewise. | |
| 5713 (ps-mule-generate-glyphs): Likewise. | |
| 5714 (ps-mule-prepare-font): Likewise. | |
| 5715 (ps-mule-initialize): Likewise. | |
| 5716 (ps-begin-file): Superfluous tailing parenthesis deleted. | |
| 5717 | |
| 5718 1998-12-15 Kenichi Handa <handa@etl.go.jp> | |
| 5719 | |
| 5720 * international/fontset.el (x-decompose-font-name): If PATTERN | |
| 5721 doesn't have any wild cards, return a vector made from a name that | |
| 5722 is found by x-resolve-font-name found. Comments added. | |
| 5723 | |
| 5724 * international/mule-cmds.el (find-coding-systems-for-charsets): | |
| 5725 Handle the case of unknown charset. | |
| 5726 (find-multibyte-characters): If invalid multibyte characters are | |
| 5727 found, return the corresponding strings instead of character | |
| 5728 codes. | |
| 5729 (find-multibyte-characters): Adjusted for the above change. | |
| 5730 (select-safe-coding-system): For a unibyte buffer, always returns | |
| 5731 DEFAULT-CODING-SYSTEM. | |
| 5732 (get-charset-property): Fix previous change. Make it a function. | |
| 5733 (put-charset-property): Make it a function. | |
| 5734 | |
| 5735 * international/mule.el (make-coding-system): Set mime-charset | |
| 5736 property of *-with-esc coding system to nil. | |
| 5737 | |
| 5738 * international/quail.el (quail-point-in-conversion-region): New | |
| 5739 function. | |
| 5740 (quail-conversion-backward-delete-char): When a key sequence is | |
| 5741 being translated, call quail-delete-last-char. | |
| 5742 | |
| 5743 * language/devan-util.el | |
| 5744 (devanagari-reorder-glyphs-for-decomposition): Fix the way to | |
| 5745 handle devanagari-decomposition-rules. | |
| 5746 | |
| 5747 1998-12-14 Andreas Schwab <schwab@delysid.gnu.org> | |
| 5748 | |
| 5749 * textmodes/texinfo.el (texinfo-tex-buffer): Bind | |
| 5750 tex-start-options-string to empty string. | |
| 5751 (texinfo-tex-region): Use texinfo-tex-trailer as documented. | |
| 5752 | |
| 5753 1998-12-14 Andrew Innes <andrewi@delysid.gnu.org> | |
| 5754 | |
| 5755 * gnus/nntp.el (nntp-request-group): Undo previous change (4xx and | |
| 5756 5xx responses are already handled properly). | |
| 5757 | |
| 5758 1998-12-13 Richard Stallman <rms@gnu.org> | |
| 5759 | |
| 5760 * progmodes/compile.el (compilation-error-regexp-alist): Insist | |
| 5761 on a non-digit in the file name. | |
| 5762 | |
| 5763 * simple.el (comment-region): Handle comment-padding | |
| 5764 separately for insertion and for deletion, in the right way for each. | |
| 5765 | |
| 5766 1998-12-13 Felix Lee <flee@cygnus.com> | |
| 5767 | |
| 5768 * progmodes/compile.el (compilation-error-regexp-alist): Fix | |
| 5769 regexp to match "ChangeLog:1:1998-12-09 ..." | |
| 5770 | |
| 5771 1998-12-13 Eli Zaretskii <eliz@delysid.gnu.org> | |
| 5772 | |
| 5773 * cus-start.el (dos-unsupported-char-glyph): Add. | |
| 5774 | |
| 5775 1998-12-11 Dave Love <fx@gnu.org> | |
| 5776 | |
| 5777 * progmodes/fortran.el (fortran-font-lock-keywords-3): Wrap | |
| 5778 forward-sexp in condition-case. | |
| 5779 | |
| 5780 * emacs-lisp/find-func.el (find-function-search-for-symbol): | |
| 5781 Remove unnecessary test on `library' for explicit file name. | |
| 5782 Widen scope of save-match-data. | |
| 5783 | |
| 5784 1998-12-10 Eli Zaretskii <eliz@delysid.gnu.org> | |
| 5785 | |
| 5786 * international/mule.el (load-with-code-conversion): If the loaded | |
| 5787 file was inserted with no-conversion or raw-text coding system, | |
| 5788 make the buffer unibyte. | |
| 5789 | |
| 5790 1998-12-09 Richard Stallman <rms@gnu.org> | |
| 5791 | |
| 5792 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): | |
| 5793 Get rid of nested loops. | |
| 5794 | |
| 5795 * mouse.el (mouse-drag-vertical-line): | |
| 5796 If WHICH-SIDE is not `right', then scroll bars are on the left. | |
| 5797 | |
| 5798 * loadhist.el (load-history-loaded): defvar moved to help.el. | |
| 5799 | |
| 5800 * help.el (symbol-file-load-history-loaded): Variable renamed, | |
| 5801 and defvar moved from loadhist.el. | |
| 5802 (symbol-file): Renamed from describe-function-find-file. | |
| 5803 Load fns-VERSION.el here. | |
| 5804 (describe-variable, describe-function-1): Use symbol-file. | |
| 5805 | |
| 5806 * textmodes/tex-mode.el (tex-generate-zap-file-name): | |
| 5807 Don't start the name with #. | |
| 5808 | |
| 5809 * ispell.el: Take out the eval-when's. | |
| 5810 | |
| 5811 1998-12-09 Peter Breton <pbreton@ne.mediaone.net> | |
| 5812 | |
| 5813 * dirtrack.el (dirtrack-directory-change-hook): New hook. | |
| 5814 (dirtrack): Run it. Make debug message more verbose. | |
| 5815 | |
| 5816 1998-12-09 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> | |
| 5817 | |
| 5818 * progmodes/octave-mod.el (octave-abbrev-start): Use the correct | |
| 5819 name of the abbrev table, and provide support for XEmacs. | |
| 5820 (octave-xemacs-p): New variable. | |
| 5821 | |
| 5822 1998-12-09 Jonathan I. Kamens <jik@kamens.brookline.ma.us> | |
| 5823 | |
| 5824 * mail/sendmail.el (sendmail-send-it): Don't wait for sendmail to | |
| 5825 exit, when mail-interactive is nil. | |
| 5826 | |
| 5827 1998-12-09 Changwoo Ryu <cwryu@adam.kaist.ac.kr> | |
| 5828 | |
| 5829 * files.el (after-find-file): Message fix. | |
| 5830 | |
| 5831 1998-12-09 Ken Stevens <stevens@kdstevens.com> | |
| 5832 | |
| 5833 * ispell.el (ispell-kill-ispell): Don't send newline after EOF. | |
| 5834 | |
| 5835 1998-12-09 Geoff Voelker <voelker@cs.washington.edu> | |
| 5836 | |
| 5837 * ange-ftp.el (ange-ftp-expand-file-name) [windows-nt]: Handle | |
| 5838 filenames using backslashes. | |
| 5839 | |
| 5840 1998-12-09 Dave Love <fx@gnu.org> | |
| 5841 | |
| 5842 * browse-url.el (browse-url-mail): Call compose-mail-other-window | |
| 5843 with correct number of args. | |
| 5844 (browse-url-maybe-new-window): New arg. Callers changed. | |
| 5845 | |
| 5846 * progmodes/fortran.el (fortran-check-end-prog-re): Allow trailing | |
| 5847 comment. | |
| 5848 | |
| 5849 1998-12-08 Geoff Voelker <voelker@cs.washington.edu> | |
| 5850 | |
| 5851 * makefile.nt (install) [COPY_LISP_SOURCE]: Fix end of conditional. | |
| 5852 | |
| 5853 1998-12-08 Markus Rost <rost@delysid.gnu.org> | |
| 5854 | |
| 5855 * vc.el (vc-rcs-release): Fix Type. | |
| 5856 (vc-sccs-release): Fix Type. | |
| 5857 (vc-cvs-release): Fix Type. | |
| 5858 | |
| 5859 * mail/rmailsum.el (rmail-summary-output): Simplify. Make prefix | |
| 5860 arg work right. | |
| 5861 | |
| 5862 * mail/rmailout.el (rmail-output-to-rmail-file): Avoid multiple | |
| 5863 output of last undeleted message. | |
| 5864 | |
| 5865 1998-12-07 Geoff Voelker <voelker@cs.washington.edu> | |
| 5866 | |
| 5867 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src. | |
| 5868 (buffer-undo-list) [windows-nt]: Use different relative path. | |
| 5869 | |
| 5870 1998-12-07 Simon Marshall <simon@gnu.org> | |
| 5871 | |
| 5872 * font-lock.el (java-font-lock-keywords-2): Wrap java-minor-types. | |
| 5873 | |
| 5874 1998-12-05 Markus Rost <rost@delysid.gnu.org> | |
| 5875 | |
| 5876 * xt-mouse.el (xterm-mouse-mode): Pacify the byte compiler. | |
| 5877 | |
| 5878 * emacs-lisp/byte-opt.el: Require bytecomp for byte-goto-ops. | |
| 5879 | |
| 5880 1998-12-04 Markus Rost <rost@delysid.gnu.org> | |
| 5881 | |
| 5882 * info.el (Info-menu): Don't return error if point is between menu | |
| 5883 header and first menu item. | |
| 5884 | |
| 5885 1998-12-04 Dave Love <fx@gnu.org> | |
| 5886 | |
| 5887 * help.el (describe-function-1): Fix description for alias. | |
| 5888 | |
| 5889 1998-12-03 Andreas Schwab <schwab@delysid.gnu.org> | |
| 5890 | |
| 5891 * emacs-lisp/lisp-mnt.el (lm-summary): Strip off -*- | |
| 5892 specifications from summary line. | |
| 5893 | |
| 5894 * rect.el (delete-whitespace-rectangle): Mark for autoload. | |
| 5895 (close-rectangle): Define alias only once in loaddefs.el. | |
| 5896 | |
| 5897 1998-12-03 Eli Zaretskii <eliz@mescaline.gnu.org> | |
| 5898 | |
| 5899 * term/internal.el: Remove code which sets up a special syntax | |
| 5900 table for non-ASCII characters. | |
| 5901 | |
| 5902 1998-12-02 Andrew Innes <andrewi@delysid.gnu.org> | |
| 5903 | |
| 5904 * dos-w32.el (direct-print-region-function): Try to ensure that | |
| 5905 printer-name is expanded to a file name on a local drive; | |
| 5906 sometimes printing a file loaded from a network volume fails. | |
| 5907 (direct-print-region-function): Add a function to | |
| 5908 write-region-annotate-functions to append a formfeed character to | |
| 5909 the region being printed, if the region doesn't end with a | |
| 5910 formfeed already. This avoids creating a second print job | |
| 5911 containing a blank page when print spooling is enabled on Windows. | |
| 5912 | |
| 5913 1998-12-02 Dave Love <fx@gnu.org> | |
| 5914 | |
| 5915 * help.el (help-make-xrefs): Use `info', not the non-autoloaded | |
| 5916 `Info-goto-node'. | |
| 5917 | |
| 5918 1998-12-02 Richard Stallman <rms@gnu.org> | |
| 5919 | |
| 5920 * help.el (temp-buffer-resize-mode): Doc fix. | |
| 5921 | |
| 5922 * cus-edit.el (custom-save-delete): Save point before | |
| 5923 reading a sexp, rather than backing up. | |
| 5924 | |
| 5925 * international/iso-transl.el: Fix previous change. | |
| 5926 | |
| 5927 1998-12-02 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
| 5928 | |
| 5929 * vc.el (vc-dired-window-configuration, vc-ediff-windows, | |
| 5930 vc-ediff-result, vc-dired-switches, vc-dired-terse-mode): | |
| 5931 Added defvars to suppress compilation warnings. | |
| 5932 | |
| 5933 1998-11-30 Ken Stevens <k.stevens@ieee.org> | |
| 5934 | |
| 5935 * ispell.el: Improved and fixed customize for variables: | |
| 5936 ispell-highlight-p, ispell-check-comments, ispell-help-in-bufferp, | |
| 5937 ispell-dictionary-alist, ispell-skip-sgml. | |
| 5938 Improved and fixed comments in variables and messages for | |
| 5939 functions: ispell-help-in-bufferp, ispell-local-dictionary, | |
| 5940 ispell-menu-map, ispell-checking-message, ispell-parser, | |
| 5941 ispell-word, lookup-words, ispell-change-dictionary, ispell-region, | |
| 5942 ispell-begin-tex-skip-regexp, ispell-begin-skip-region, | |
| 5943 ispell-comments-and-strings, ispell-continue, ispell-complete-word, | |
| 5944 ispell-message-text-end, ispell-add-per-file-word-list. | |
| 5945 (ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding | |
| 5946 system is now required for all languages. Casechars improved for | |
| 5947 castellano, castellano8, and norsk dictionaries. Dictionary | |
| 5948 norsk7-tex added. Dictionary polish added. | |
| 5949 (ispell-dictionary-alist): Redefined at load-time to support | |
| 5950 dictionary changes. | |
| 5951 (ispell-menu-map): Redefined at load-time to support menu changes. | |
| 5952 (ispell-check-version): New alias for `check-ispell-version'. | |
| 5953 (ispell-parse-output): Fixed matching for ispell error messages. | |
| 5954 Correctly returns spelling suggestions in order generated by ispell | |
| 5955 process. | |
| 5956 (check-ispell-version): Ensure `case-fold-search' doesn't get | |
| 5957 redefined. | |
| 5958 (ispell-complete-word): Ensure `case-fold-search' doesn't get | |
| 5959 redefined. Fix bug that didn't respect case of word being completed. | |
| 5960 (ispell-init-process): Set process coding system to be compatible | |
| 5961 with emacs processes and the ispell process. | |
| 5962 (ispell-kill-ispell): Ensures ispell process has terminated before | |
| 5963 starting new process. This can otherwise confuse process filters | |
| 5964 and hang the ispell process. | |
| 5965 (ispell-begin-skip-region-regexp): (ispell-skip-region): Improved | |
| 5966 skipping support for sgml. | |
| 5967 (ispell-minor-check): Support sgml labels. Fix mapping ^M to \r | |
| 5968 which could cause `ispell-complete-word' to hang. | |
| 5969 (ispell-message): Improved message reference matching. Ensure | |
| 5970 `case-fold-search' doesn't get redefined. | |
| 5971 (ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't | |
| 5972 get redefined. Fixed bug in returning to nroff mode from tex mode. | |
| 5973 (ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't | |
| 5974 get redefined. | |
| 5975 | |
| 5976 1998-11-30 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 5977 | |
| 5978 * textmodes/flyspell.el (flyspell-check-word-p): | |
| 5979 Don't delay inside a kbd macro. | |
| 5980 | |
| 5981 * subr.el (make-local-hook): Return the hook variable. | |
| 5982 | |
| 5983 1998-11-30 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE> | |
| 5984 | |
| 5985 * hscroll.el (hscroll-mode, hscroll-global-mode, hscroll-window-maybe): | |
| 5986 Use a timer instead of post-command-hook. | |
| 5987 (hscroll-timer): New variable. | |
| 5988 | |
| 5989 1998-11-30 Dave Love <fx@gnu.org> | |
| 5990 | |
| 5991 * help.el (help-xref-button): Do nothing if text already has the | |
| 5992 help-xref property. | |
| 5993 (describe-variable): Revert previous change to hyperlink to source. | |
| 5994 | |
| 5995 1998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 5996 | |
| 5997 * bindings.el (features): Add `base64' to this list. | |
| 5998 | |
| 5999 * loadhist.el (symbol-file): Doc fix. | |
| 6000 | |
| 6001 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src. | |
| 6002 | |
| 6003 * files.el (hack-one-local-variable): Cope with non-file buffers. | |
| 6004 | |
| 6005 1998-11-28 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 6006 | |
| 6007 * help.el (describe-mode): Put major mode first. | |
| 6008 | |
| 6009 * calendar/appt.el (appt-disp-window): Use pop-to-buffer, | |
| 6010 to support special-display and same-window features. | |
| 6011 | |
| 6012 1998-11-27 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 6013 | |
| 6014 * simple.el (transpose-subr, transpose-subr-1): Rename variables | |
| 6015 bound in one function and used in the other. | |
| 6016 (transpose-subr-start1, transpose-subr-start2): Add defvars. | |
| 6017 (transpose-subr-end1, transpose-subr-end2): Add defvars. | |
| 6018 | |
| 6019 1998-11-26 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 6020 | |
| 6021 * autoinsert.el (auto-insert-alist): Use user-mail-address. | |
| 6022 | |
| 6023 1998-11-26 Kenichi Handa <handa@etl.go.jp> | |
| 6024 | |
| 6025 * international/ccl.el (ccl-dump-translate-character-const-tbl): | |
| 6026 Give format correct control string. | |
| 6027 | |
| 6028 * international/mule.el (define-translation-table): Fix bug of | |
| 6029 setting incorrect translation-table-id. If the first element of | |
| 6030 ARGS is a translation table, just register it. | |
| 6031 | |
| 6032 * language/chinese.el ("Chinese-BIG5"): Add charset-origin-alist | |
| 6033 property. | |
| 6034 | |
| 6035 1998-11-24 Michael Ernst <mernst@alum.mit.edu> | |
| 6036 | |
| 6037 * thingatpt.el (thing-at-point-url-at-point): Don't use current | |
| 6038 syntax table to determine what is whitespace. | |
| 6039 | |
| 6040 1998-11-24 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 6041 | |
| 6042 * frame.el (frame-parameter): Doc fix. | |
| 6043 | |
| 6044 * textmodes/tex-mode.el (tex-feed-input): New function. | |
| 6045 (tex-define-common-keys): Add binding for C-c C-m. | |
| 6046 | |
| 6047 1998-11-23 Dave Love <fx@gnu.org> | |
| 6048 | |
| 6049 * progmodes/fortran.el: Various minor doc fixes. | |
| 6050 (fortran-font-lock-keywords-1): Add `d' to comment-chars. | |
| 6051 (fortran-with-subprogram-narrowing): New macro. | |
| 6052 (fortran-check-for-matching-do): Use it. | |
| 6053 (fortran-end-do): Use fortran-check-end-prog-re. | |
| 6054 (fortran-beginning-do, fortran-end-if, fortran-beginning-if) | |
| 6055 (fortran-calculate-indent, fortran-calculate-indent): Likewise. | |
| 6056 | |
| 6057 1998-11-23 Simon Marshall <simon@gnu.org> | |
| 6058 | |
| 6059 * font-lock.el (font-lock-defaults): Doc fix. | |
| 6060 (font-lock-default-fontify-buffer): Rewritten to use with-temp-message. | |
| 6061 (lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword. | |
| 6062 | |
| 6063 * lazy-lock.el (lazy-lock-unstall): | |
| 6064 (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message. | |
| 6065 | |
| 6066 * fast-lock.el (fast-lock-save-cache-1): | |
| 6067 (fast-lock-cache-data): Rewritten to use with-temp-message. | |
| 6068 | |
| 6069 1998-11-22 Andrew Innes <andrewi@delysid.gnu.org> | |
| 6070 | |
| 6071 * mail/rmail.el (rmail-set-message-counters-counter): Detect | |
| 6072 messages that have been added with DOS line endings and convert | |
| 6073 the line endings for such messages. | |
| 6074 | |
| 6075 1998-11-22 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE> | |
| 6076 | |
| 6077 * help.el: Add resizing of temporary buffers. | |
| 6078 (temp-buffer-resize-mode): New command and variable. | |
| 6079 (temp-buffer-max-height): New variable. | |
| 6080 (resize-temp-buffer-window): New function. | |
| 6081 | |
| 6082 * window.el (window-buffer-height): New function, split from | |
| 6083 shrink-window-if-larger-than-buffer. | |
| 6084 (shrink-window-if-larger-than-buffer): Use window-buffer-height. | |
| 6085 | |
| 6086 1998-11-22 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 6087 | |
| 6088 * frame.el (initial-frame-alist): Add defcustom. | |
| 6089 | |
| 6090 * shell.el (shell-prompt-pattern): Add defcustom. | |
| 6091 | |
| 6092 1998-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
| 6093 | |
| 6094 * message.el (message-ignored-supersedes-headers): Remove | |
| 6095 NNTP-Posting-Date. | |
| 6096 | |
| 6097 1998-11-21 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 6098 | |
| 6099 * help.el (describe-mode): Don't avoid loop indirecting thru | |
| 6100 value of INDICATOR. | |
| 6101 | |
| 6102 1998-11-20 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 6103 | |
| 6104 * help.el (describe-variable): Allow any variable with a defcustom, | |
| 6105 even if it is not a user variable. | |
| 6106 | |
| 6107 * mail/rmail.el (mail-unsent-separator): Additional alternative. | |
| 6108 | |
| 6109 1998-11-20 Andrew Innes <andrewi@delysid.gnu.org> | |
| 6110 | |
| 6111 * gnus/nntp.el (nntp-request-group): Allow for failures when | |
| 6112 requesting a new group. | |
| 6113 | |
| 6114 1998-11-19 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 6115 | |
| 6116 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Doc fix. | |
| 6117 | |
| 6118 1998-11-19 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 6119 | |
| 6120 * emacs-lisp/find-func.el (find-function-regexp): Handle skeletons. | |
| 6121 | |
| 6122 1998-11-19 Simon Marshall <simon@gnu.org> | |
| 6123 | |
| 6124 * subr.el (with-temp-message): New macro. | |
| 6125 | |
| 6126 * emacs-lisp/lisp-mode.el (with-temp-message): | |
| 6127 Add lisp-indent-function property. | |
| 6128 | |
| 6129 1998-11-18 Dave Love <fx@gnu.org> | |
| 6130 | |
| 6131 * progmodes/fortran.el (fortran-end-prog-re): Fix typo. | |
| 6132 | |
| 6133 1998-11-18 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 6134 | |
| 6135 * emacs-lisp/bytecomp.el (temp-buffer-show-hook): | |
| 6136 This is not obsolete. | |
| 6137 | |
| 6138 1998-11-18 Kenichi Handa <handa@etl.go.jp> | |
| 6139 | |
| 6140 * textmodes/picture.el: Make a new map by make-keymap. | |
| 6141 (picture-desired-column): New variable. | |
| 6142 (picture-update-desired-column): New function. | |
| 6143 (picture-beginning-of-line): Set picture-desired-column to 0. | |
| 6144 (picture-end-of-line): Set picture-desired-column to the current | |
| 6145 column. | |
| 6146 (picture-forward-column): Pay attention to multi-column character. | |
| 6147 (picture-backward-column): Likewise. | |
| 6148 (picture-move-down): Likewise. | |
| 6149 (picture-move-up): Likewise. | |
| 6150 (picture-movement-nw): With prefix arg, move twice columns. | |
| 6151 (picture-movement-ne): Likewise. | |
| 6152 (picture-movement-sw): Likewise. | |
| 6153 (picture-movement-se): Likewise. | |
| 6154 (picture-set-motion): Handle two-column movements. | |
| 6155 (picture-move): Call picture-move-down or picture-forward-column | |
| 6156 only when necessary. | |
| 6157 (picture-insert): Pay attention to picture-desired-column. | |
| 6158 (picture-self-insert): Likewise. | |
| 6159 (picture-clear-column): Pay attention to multi-column character. | |
| 6160 (picture-mode): Modify doc-string for two-column movement. | |
| 6161 | |
| 6162 * rect.el (move-to-column-force): New function. | |
| 6163 (operate-on-rectangle): If coerce-tabs is non-nil, call | |
| 6164 move-to-column-force instead of move-to-column. | |
| 6165 (insert-rectangle): Call move-to-column-force instead of | |
| 6166 move-to-column. | |
| 6167 (open-rectangle-line): If begextra is not zero, call | |
| 6168 move-to-column-force. | |
| 6169 | |
| 6170 | |
| 6171 1998-11-16 Dave Love <fx@gnu.org> | |
| 6172 | |
| 6173 * textmodes/sgml-mode.el Require skeleton when compiling. | |
| 6174 (sgml-font-lock-keywords-1): Accept single-letter tags. | |
| 6175 (v2): Defvar free variable. | |
| 6176 | |
| 6177 1998-11-16 Sam Steingold <sds@goems.com> | |
| 6178 | |
| 6179 * emacs-lisp/cl-indent.el: indent `with-output-to-string' as a CL | |
| 6180 macro, not ELisp one. | |
| 6181 | |
| 6182 1998-11-16 Kenichi Handa <handa@etl.go.jp> | |
| 6183 | |
| 6184 * emacs-lisp/lisp-mode.el: Set syntaxes all non-word multibyte | |
| 6185 characters to symbol. | |
| 6186 | |
| 6187 * language/japan-util.el (japanese-zenkaku-region): New optional | |
| 6188 arg KATAKANA-ONLY. | |
| 6189 | |
| 6190 1998-11-16 Kenichi Handa <handa@etl.go.jp> | |
| 6191 | |
| 6192 * international/mule.el | |
| 6193 (after-insert-file-set-buffer-file-coding-system): If the buffer | |
| 6194 is changed to unibyte, return inserted bytes. | |
| 6195 | |
| 6196 * tar-mode.el (tar-header-block-tokenize): Decode codes of file | |
| 6197 and link names if necessary. | |
| 6198 (tar-header-block-summarize): Handle the case that file or link | |
| 6199 names are multibyte. | |
| 6200 (tar-summarize-buffer): At first set the current buffer unibyte, | |
| 6201 then if there are multibyte file names, change it to multibyte. | |
| 6202 (tar-mode): Get char position from tar-header-offset. | |
| 6203 (tar-extract): Avoid multibyte<->unibyte conversion in | |
| 6204 insert-buffer-subsring by setting both buffers unibyte | |
| 6205 temporarily. | |
| 6206 (tar-copy): Set the buffer unibyte while doing a work. Write | |
| 6207 without code conversion. | |
| 6208 (tar-expunge): Set the buffer unibyte while doing a work. | |
| 6209 (tar-alter-one-field): Likewise. | |
| 6210 (tar-clear-modification-flags): Compare byte position with | |
| 6211 tar-header-offset. | |
| 6212 (tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in | |
| 6213 insert-buffer-subsring by setting both buffers unibyte | |
| 6214 temporarily. Pay attention to multibyteness while updating the | |
| 6215 descriptor-line. | |
| 6216 (tar-mode-write-file): Write without code conversion. | |
| 6217 | |
| 6218 1998-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
| 6219 | |
| 6220 * nngateway.el: Require cl. | |
| 6221 | |
| 6222 1998-11-15 Dave Love <fx@gnu.org> | |
| 6223 | |
| 6224 * progmodes/fortran.el: Fix previous change: | |
| 6225 (fortran-end-prog-re1): Changed. | |
| 6226 (fortran-check-end-prog-re): New function. | |
| 6227 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use it. | |
| 6228 | |
| 6229 1998-11-13 Tom Breton <tob@world.std.com> | |
| 6230 | |
| 6231 * autoinsert.el (auto-insert-alist): Don't assume *.el is part of | |
| 6232 GNU Emacs. | |
| 6233 | |
| 6234 1998-11-13 Carsten Dominik <cd@delysid.gnu.org> | |
| 6235 | |
| 6236 * textmodes/reftex.el: (reftex-finding-files): Group documentation | |
| 6237 fixed. | |
| 6238 (reftex-toc-toggle-file-boundary, | |
| 6239 reftex-toc-toggle-labels, | |
| 6240 reftex-toc-toggle-context,reftex-find-start-point): New functions. | |
| 6241 (reftex-toc-include-labels, reftex-toc-include-context, | |
| 6242 reftex-toc-include-file-boundaries, | |
| 6243 reftex-toc-keep-other-windows): New options. | |
| 6244 (reftex-use-text-after-label-as-context): Option removed. | |
| 6245 (reftex-extract-bib-entries): Protect use in non-latex | |
| 6246 buffers. | |
| 6247 (reftex-toc-visit-location): Renamed from | |
| 6248 `reftex-toc-visit-line'. | |
| 6249 (reftex-latin1-to-ascii): Works now with and without Mule. | |
| 6250 (reftex-truncate): Removed special stuff for Emacs 20.2. | |
| 6251 (reftex-get-offset): Made more general. | |
| 6252 (reftex-show-label-location): Renamed from | |
| 6253 `reftex-select-label-callback'. | |
| 6254 (reftex-pop-to-label): Function removed (using | |
| 6255 `reftex-show-label-location' instead. | |
| 6256 (reftex-insert-docstruct): Renamed from | |
| 6257 `reftex-make-and-insert-label-list'. Function args changed. | |
| 6258 (reftex-toc): Now uses `reftex-insert-docstruct' and | |
| 6259 `reftex-find-start-point'. | |
| 6260 (reftex-select-item): Use `reftex-find-start-point'. | |
| 6261 (reftex-toc-visit-line): Can display labels and file | |
| 6262 boundaries. | |
| 6263 (reftex-TeX-master-file): `(TeX-master-file)' protected. | |
| 6264 | |
| 6265 1998-11-12 Sam Steingold <sds@goems.com> | |
| 6266 | |
| 6267 * browse-url.el (browse-url): Handle the case when | |
| 6268 `browse-url-browser-function' is a lambda list. | |
| 6269 | |
| 6270 1998-11-12 Eli Zaretskii <eliz@mescaline.gnu.org> | |
| 6271 | |
| 6272 * loadup.el (buffer-undo-list): For ms-dos, use fns.el without the | |
| 6273 version string. | |
| 6274 * loadhist.el (symbol-file): Likewise | |
| 6275 | |
| 6276 1998-11-11 Richard Sharman <Richard_Sharman@Mitel.COM> | |
| 6277 | |
| 6278 * ediff-init.el (ediff-even-diff-face-A): Fix stipple spelling. | |
| 6279 | |
| 6280 1998-11-11 Sam Steingold <sds@goems.com> | |
| 6281 | |
| 6282 * inf-lisp.el (switch-to-lisp): If no inferior lisp present, call | |
| 6283 `run-lisp' instead of signalling an error. | |
| 6284 | |
| 6285 1998-11-11 Karl Heuer <kwzh@gnu.org> | |
| 6286 | |
| 6287 * desktop.el (desktop-save, desktop-create-buffer): Undo 10-22 change. | |
| 6288 | |
| 6289 1998-11-11 Richard Stallman <rms@gnu.org> | |
| 6290 | |
| 6291 * vc-hooks.el (vc-toggle-read-only): Doc fix. | |
| 6292 | |
| 6293 1998-11-11 Per Starback <starback@update.uu.se> | |
| 6294 | |
| 6295 * ispell.el: (ispell-dictionary-alist-2): Removed svenska, | |
| 6296 renamed svenska8 to svenska, and fixed and extended CASECHARS | |
| 6297 for it. | |
| 6298 | |
| 6299 1998-11-11 Andrew Innes <andrewi@delysid.gnu.org> | |
| 6300 | |
| 6301 * ps-print.el (ps-print-prologue-1): Only use old LandscapeMode | |
| 6302 handling if setpagedevice is not available. | |
| 6303 (ps-begin-file): Fix typo. | |
| 6304 | |
| 6305 1998-11-11 Kenichi Handa <handa@etl.go.jp> | |
| 6306 | |
| 6307 * international/mule-util.el (compose-chars-component): Signal | |
| 6308 error if CH is a rule-based composition character. | |
| 6309 (compose-chars): Signal error if an already compsed character is | |
| 6310 going to be composed by rule-base. | |
| 6311 | |
| 6312 * term/x-win.el: If a resolved ASCII font name doesn't conform to | |
| 6313 full XLFD, don't try to get information of WEIGHT and SLANT from | |
| 6314 that font name. | |
| 6315 | |
| 6316 1998-11-10 Andrew Innes <andrewi@harlequin.co.uk> | |
| 6317 | |
| 6318 * dos-w32.el (set-default-process-coding-system): Use function on | |
| 6319 before-init-hook to set default-process-coding-system based on | |
| 6320 enable-multibyte-characters. | |
| 6321 | |
| 6322 * term/w32-win.el ([language-change]): For now ignore | |
| 6323 keyboard language-change events. | |
| 6324 | |
| 6325 1998-11-10 Eli Zaretskii <eliz@delysid.gnu.org> | |
| 6326 | |
| 6327 * ediff-util.el (ediff-make-temp-file): Run the prefix through | |
| 6328 convert-standard-file-name, but leave the results of | |
| 6329 make-temp-name unaltered. For MS-DOS, truncate the prefix to 2 | |
| 6330 characters if the original name already exists, or has a special | |
| 6331 handler. | |
| 6332 | |
| 6333 1998-11-10 Karl Heuer <kwzh@gnu.org> | |
| 6334 | |
| 6335 * international/iso-insert.el: Delete autoload cookies. | |
| 6336 | |
| 6337 * international/iso-transl.el: Add autoload cookies. | |
| 6338 | |
| 6339 1998-11-10 Richard Stallman <rms@gnu.org> | |
| 6340 | |
| 6341 * ispell.el (ispell-get-coding-system): Default to iso-latin-1. | |
| 6342 (ispell-process-line): Don't treat multibyte | |
| 6343 | |
| 6344 1998-11-09 Andrew Innes <andrewi@harlequin.co.uk> | |
| 6345 | |
| 6346 * ps-print.el (ps-print-prologue-1): In BeginDoc procedure, call | |
| 6347 setpagedevice to specify the page size if setpagedevice is | |
| 6348 available. This is necessary to select the correct paper tray on | |
| 6349 Level 2 printers with multiple paper sizes available. | |
| 6350 | |
| 6351 (ps-begin-file): Cope with font names that contain spaces, and | |
| 6352 call BeginDoc in a BeginSetup/EndSetup block. | |
| 6353 | |
| 6354 1998-11-08 Eli Zaretskii <eliz@mescaline.gnu.org> | |
| 6355 | |
| 6356 * loadup.el (buffer-undo-list): Run fns-VERSION.el through | |
| 6357 convert-standard-filename. | |
| 6358 | |
| 6359 * loadhist.el (symbol-file): Run fns-VERSION.el through | |
| 6360 convert-standard-filename. | |
| 6361 | |
| 6362 1998-11-06 Richard Stallman <rms@gnu.org> | |
| 6363 | |
| 6364 * textmodes/texinfmt.el (texinfo-format-scan): | |
| 6365 Detect the case of two @-commands in a row; process just the first. | |
| 6366 (texinfo-append-refill): If line has a @c, insert the @refill | |
| 6367 before it. | |
| 6368 (texinfo-format-refill): Return with point where the @refill was. | |
| 6369 | |
| 6370 * files.el (hack-local-variables): Test local-enable-local-variables. | |
| 6371 (hack-local-variables-prop-line): Likewise. | |
| 6372 (set-auto-mode): Don't test local-enable-local-variables here. | |
| 6373 (enable-local-variables): Doc fix. | |
| 6374 (local-enable-local-variables): Doc fix. | |
| 6375 (normal-mode): Doc fix. | |
| 6376 | |
| 6377 1998-11-06 Karl Heuer <kwzh@gnu.org> | |
| 6378 | |
| 6379 * emacs-lisp/find-func.el (find-variable-noselect): Autoload. | |
| 6380 | |
| 6381 1998-11-06 Richard Sharman <Richard_Sharman@Mitel.COM> | |
| 6382 | |
| 6383 * simple.el (line-number-mode): Doc fix. | |
| 6384 | |
| 6385 1998-11-06 Kenichi Handa <handa@etl.go.jp> | |
| 6386 | |
| 6387 * international/fontset.el (create-fontset-from-fontset-spec): | |
| 6388 Give correct arg to `error'. | |
| 6389 | |
| 6390 1998-11-06 Andreas Schwab <schwab@delysid.gnu.org> | |
| 6391 | |
| 6392 * textmodes/sgml-mode.el (html-mode): Doc fix. | |
| 6393 (sgml-name-8bit-mode): Fix missing format character in message string. | |
| 6394 | |
| 6395 1998-11-05 Karl Heuer <kwzh@gnu.org> | |
| 6396 | |
| 6397 * mail/sendmail.el (sendmail-send-it): Check for failure. | |
| 6398 | |
| 6399 1998-11-05 Richard Stallman <rms@gnu.org> | |
| 6400 | |
| 6401 * man.el (Man-page-header-regexp): Alternate value for Solaris 2.6. | |
| 6402 | |
| 6403 * rect.el (delete-whitespace-rectangle): close-rectangle renamed. | |
| 6404 (close-rectangle): Define as alias. | |
| 6405 | |
| 6406 1998-11-05 Richard M. Heiberger <rmh@fisher.stat.temple.edu> | |
| 6407 | |
| 6408 * textmodes/tex-mode.el (tex-start-shell): Track directory changes. | |
| 6409 | |
| 6410 1998-11-05 Dave Love <fx@gnu.org> | |
| 6411 | |
| 6412 * help.el (describe-variable): Don't quote link to source. | |
| 6413 | |
| 6414 1998-11-04 Richard Stallman <rms@sucrose.ai.mit.edu> | |
| 6415 | |
| 6416 * gud.el (gud-common-init): Use pop-to-buffer. | |
| 6417 (same-window-regexps): Add an element that matches all gud buffers. | |
| 6418 | |
| 6419 1998-11-04 Jason Rumney <jasonr@altavista.net> | |
| 6420 | |
| 6421 * term/w32-win.el (x-get-selection-value): Alias to | |
| 6422 x-cut-buffer-or-selection-value. | |
| 6423 (w32-standard-fontset-spec): New variable. | |
| 6424 (w32-create-initial-fontsets, mouse-set-font): Check whether | |
| 6425 new-fontset is available. | |
| 6426 (w32-use-w32-font-dialog): Enable use of set-variable. | |
| 6427 | |
| 6428 1998-11-04 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
| 6429 | |
| 6430 * vc.el (with-vc-file, edit-vc-file): New macros. | |
| 6431 | |
| 6432 1998-11-04 Kenichi Handa <handa@etl.go.jp> | |
| 6433 | |
| 6434 * international/quail.el (quail-show-guidance-buf): Call | |
| 6435 set-minibuffer-window to set minibuffer window of the current | |
| 6436 frame correctly. | |
| 6437 | |
| 6438 1998-11-03 Theodore Jump <tjump@tertius.com> | |
| 6439 | |
| 6440 * term/w32-win.el: Require fontset. | |
| 6441 | |
| 6442 1998-11-03 Andrew Innes <andrewi@delysid.gnu.org> | |
| 6443 | |
| 6444 * faces.el (set-face-font): Call resolve-fontset-name on w32. | |
| 6445 (set-face-font-auto): Ditto. | |
| 6446 | |
| 6447 1998-11-03 Andreas Schwab <schwab@delysid.gnu.org> | |
| 6448 | |
| 6449 * mouse.el (mouse-drag-region): Fix typo. | |
| 6450 | |
| 6451 1998-11-02 Dave Love <fx@gnu.org> | |
| 6452 | |
| 6453 * progmodes/fortran.el Fix for fontification of strings lost somehow: | |
| 6454 (fortran-fontify-string): New function. | |
| 6455 (fortran-font-lock-keywords-1): Use it. | |
| 6456 | |
| 6457 1998-11-02 Markus Rost <rost@delysid.gnu.org> | |
| 6458 | |
| 6459 * comint.el (comint-file-name-quote-list): Doc fix. | |
| 6460 | |
| 6461 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 6462 | |
| 6463 * loadup.el (buffer-undo-list): Write fns-VERSION.el into | |
| 6464 build directory, not source directory. | |
| 6465 | |
| 6466 * mouse.el (mouse-drag-region): Fake up a mouse-motion event | |
| 6467 if we did not get one for the final move. | |
| 6468 | |
| 6469 1998-11-01 Dave Love <fx@gnu.org> | |
| 6470 | |
| 6471 * goto-addr.el (goto-address-at-point, goto-address-at-mouse): | |
| 6472 Don't funcall browse-url-browser-function. | |
| 6473 | |
| 6474 * gnus/gnus-art.el (gnus-button-embedded-url, gnus-button-url): | |
| 6475 Don't funcall browse-url-browser-function. | |
| 6476 | |
| 6477 * fortran.el (fortran-end-prog-re1): Fix the regexp. | |
| 6478 | |
| 6479 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 6480 | |
| 6481 * files.el (revert-buffer): Doc fix. | |
| 6482 | |
| 6483 1998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 6484 | |
| 6485 * textmodes/tex-mode.el (tex-start-options-string): | |
| 6486 Quote the backslashes with more backslashes. | |
| 6487 | |
| 6488 1998-10-31 Dave Love <fx@gnu.org> | |
| 6489 | |
| 6490 * webjump.el (webjump-sample-sites): Fix Lisp archive site. | |
| 6491 (webjump): Don't funcall browse-url-browser-function. | |
| 6492 | |
| 6493 1998-10-30 Kenichi Handa <handa@etl.go.jp> | |
| 6494 | |
| 6495 * international/quail.el (quail-start-translation): Handle | |
| 6496 switching of the frame in read-key-sequence. | |
| 6497 (quail-start-conversion): Likewise. | |
| 6498 (quail-show-guidance-buf): Detach quail-guidance-buf from any | |
| 6499 windows before setting an appropriate window for it. | |
| 6500 (quail-hide-guidance-buf): Use window-minibuffer-p. Set | |
| 6501 quail-guidance-win to nil. | |
| 6502 (quail-update-guidance): If quail-guidance-buf is not in the | |
| 6503 selected frame, call quail-show-guidance-buf again. | |
| 6504 | |
| 6505 1998-10-30 Espen Skoglund <espensk@stud.cs.uit.no> | |
| 6506 | |
| 6507 * progmodes/pascal.el (pascal-mode): | |
| 6508 `blink-matching-paren-dont-ignore-comments' set to t. | |
| 6509 | |
| 6510 1998-10-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
| 6511 | |
| 6512 * calendar/cal-menu.el (cal-menu-update): Fix menu wording. | |
| 6513 | |
| 6514 1998-10-30 Dave Love <fx@gnu.org> | |
| 6515 | |
| 6516 * vc.el (vc-backend-merge-news): Check for "P" output. | |
| 6517 | |
| 6518 * help.el (describe-variable): Hyperlink the definition. | |
| 6519 | |
| 6520 1998-10-30 Andreas Schwab <schwab@delysid.gnu.org> | |
| 6521 | |
| 6522 * progmodes/sh-script.el (sh-canonicalize-shell): Fix regexp. | |
| 6523 (sh-set-shell): Likewise. | |
| 6524 | |
| 6525 * gnus/nnweb.el: Don't require 'w3 and 'url unprotected. | |
| 6526 | |
| 6527 * emacs-lisp/edebug.el (edebug-initial-mode): Fix customize type. | |
| 6528 (edebug-on-error): Fix customize type to match that of | |
| 6529 debug-on-error. | |
| 6530 | |
| 6531 * emacs-lisp/eldoc.el (eldoc-argument-case): Fix customize type. | |
| 6532 | |
| 6533 * emacs-lisp/lisp-mnt.el (lm-report-bug): Use | |
| 6534 report-emacs-bug-address instead of undefined bug-gnu-emacs. | |
| 6535 | |
| 6536 * international/mule-cmds.el (select-message-coding-system): Doc | |
| 6537 fix. | |
| 6538 | |
| 6539 * international/mule-diag.el (describe-coding-system): Describe | |
| 6540 all flags. | |
| 6541 | |
| 6542 * mail/sendmail.el (sendmail-coding-system, | |
| 6543 default-sendmail-coding-system): Doc fix. | |
| 6544 | |
| 6545 * simple.el (shell-command-on-region): Doc fix. | |
| 6546 | |
| 6547 * loadup.el: Write fns-*.el in current directory instead of | |
| 6548 data-directory since no installation directory exists yet. Mark | |
| 6549 buffer unmodified afterwards. | |
| 6550 | |
| 6551 * loadhist.el (symbol-file): Load fns-*.el from exec-directory | |
| 6552 instead of data-directory since it is architecture dependent. | |
| 6553 (load-history-loaded): Update doc string. | |
| 6554 | |
| 6555 1998-10-29 Geoff Voelker <voelker@cs.washington.edu> | |
| 6556 | |
| 6557 * ange-ftp.el (ange-ftp-canonicalize-filename): Do not use a UNC | |
| 6558 path as a default directory when canonicalizing names. | |
| 6559 | |
| 6560 * w32-fns.el: Remove a dangling reference to a directory on the | |
| 6561 build machine. | |
| 6562 | |
| 6563 1998-10-27 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 6564 | |
| 6565 * progmodes/tcl-mode.el (tcl-font-lock-keywords): Added itcl and | |
| 6566 namespace related keywords such as `class', `body', `private', | |
| 6567 `variable', `namespace eval', etc. | |
| 6568 (tcl-imenu-generic-expression): Handle itcl body and class definitions. | |
| 6569 (tcl-mode): Added ":" as a word constituent to the syntax-alist of | |
| 6570 imenu and font-lock so that searches for \sw would find words | |
| 6571 containing colons. | |
| 6572 | |
| 6573 * progmodes/etags.el (initialize-new-tags-table): | |
| 6574 Do not alter find-tag-marker-ring and tags-location-ring. | |
| 6575 | |
| 6576 1998-10-27 Geoff Voelker <voelker@cs.washington.edu> | |
| 6577 | |
| 6578 * term/w32-win.el: Require fontset. | |
| 6579 (w32-init-fontsets): New function (code from x-win.el). | |
| 6580 | |
| 6581 1998-10-26 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
| 6582 | |
| 6583 * cal-x.el (diary-frame-parameters, calendar-frame-parameters, | |
| 6584 calendar-and-diary-frame-parameters): Add title parameter. | |
| 6585 | |
| 6586 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 6587 | |
| 6588 * completion.el (dynamic-completion-mode): New function to enable | |
| 6589 the mode. (Just loading the file now does not change anything.) | |
| 6590 | |
| 6591 1998-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
| 6592 | |
| 6593 * ps-print.el: User option for multibyte buffer handling and doc fix. | |
| 6594 (ps-multibyte-buffer): New user option. | |
| 6595 (ps-setup): Print new user option. | |
| 6596 (ps-print-quote): New fun. | |
| 6597 (ps-color-p, ps-mule-font-info-database-latin): New var. | |
| 6598 (ps-default-color, ps-mule-font-info-database) | |
| 6599 (ps-mule-font-info-database-ps-bdf): Adjust initialization. | |
| 6600 (ps-mule-get-font-spec, ps-mule-begin, ps-begin-file) | |
| 6601 (ps-plot-with-face, ps-generate-postscript-with-faces, ps-generate): | |
| 6602 Little code improvement. | |
| 6603 (ps-mule-initialize): Initialize ps-mule-font-info-database. | |
| 6604 (ps-print-prologue-header, ps-font-family, ps-font-size) | |
| 6605 (ps-header-font-family, ps-header-font-size, ps-header-title-font-size) | |
| 6606 (ps-build-face-reference, ps-mule-font-info-database-bdf) | |
| 6607 (ps-mule-external-libraries, ps-mule-init-external-library) | |
| 6608 (ps-mule-prepare-font, ps-mule-find-wrappoint, ps-mule-plot-string): | |
| 6609 Doc fix. | |
| 6610 (ps-print-version): New version number (4.1.1) and doc fix. | |
| 6611 (ps-print-prologue-header): New user option. | |
| 6612 (ps-color-values, ps-xemacs-face-kind-p, ps-mapper, ps-extent-sorter): | |
| 6613 Conditional compilation for GNU Emacs and emacsens. | |
| 6614 (ps-generate-postscript-with-faces): Skip invisible text better. | |
| 6615 (ps-setup): Print new user option. | |
| 6616 (ps-print-preprint): Check if input file name exists and is unwritable. | |
| 6617 (ps-begin-file): Adjust PostScript prologue header for duplex printers | |
| 6618 and insert user PostScript prologue header comments. | |
| 6619 (ps-mule-encode-bit, ps-mule-string-ascii, ps-mule-string-encoding): | |
| 6620 New funs. | |
| 6621 (dos-ps-printer, lazy-lock-fontify-buffer): Eliminated. | |
| 6622 (ps-mule-prologue, ps-mule-cmpchar-prologue, ps-mule-bitmap-prologue): | |
| 6623 PostScript programming normalization. | |
| 6624 (ps-mule-encode-7bit, ps-mule-encode-8bit, ps-mule-generate-font) | |
| 6625 (ps-mule-generate-glyphs, ps-mule-prepare-font, ps-mule-plot-string) | |
| 6626 (ps-mule-skip-same-charset, ps-mule-plot-rule-cmpchar) | |
| 6627 (ps-mule-plot-cmpchar, ps-mule-prepare-cmpchar-font) | |
| 6628 (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool): | |
| 6629 Programming style normalization. | |
| 6630 | |
| 6631 1998-10-26 Kenichi Handa <handa@etl.go.jp> | |
| 6632 | |
| 6633 * ps-print.el: To make it work also on Emacs 20.2 and the earlier | |
| 6634 version, check the value of mule-version. | |
| 6635 | |
| 6636 * international/mule-util.el (compose-region): Insert then delete | |
| 6637 to preserve markers. | |
| 6638 (decompose-region): Use search-forward for efficiency. | |
| 6639 | |
| 6640 * language/chinese.el (pre-write-encode-hz): Cancel previous | |
| 6641 change, use generate-new-buffer instead of get-buffer-create. | |
| 6642 * language/devan-util.el | |
| 6643 (in-is13194-devanagari-pre-write-conversion): Likewise. | |
| 6644 * language/thai-util.el (thai-pre-write-conversion): Likewise. | |
| 6645 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise. | |
| 6646 * language/viet-util.el (viqr-pre-write-conversion): Likewise. | |
| 6647 | |
| 6648 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 6649 | |
| 6650 * mail/rmailsum.el (rmail-message-subject-p): | |
| 6651 Handle message whose header has not been reformatted. | |
| 6652 | |
| 6653 * desktop.el (desktop-buffer-dired): Use dired-maybe-insert-subdir. | |
| 6654 | |
| 6655 1998-10-25 Jason Rumney <jasonr@altavista.net> | |
| 6656 | |
| 6657 * term/w32-win.el (w32-use-w32-font-dialog, w32-fixed-font-alist): | |
| 6658 New variables. | |
| 6659 (mouse-set-font): Use font menus instead of dialog according to | |
| 6660 w32-use-w32-font-dialog. | |
| 6661 | |
| 6662 1998-10-21 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
| 6663 | |
| 6664 * calendar/calendar.el (calendar-day-name-array): Add doc string | |
| 6665 correctly! | |
| 6666 (calendar-month-name-array): Add doc string correctly! | |
| 6667 | |
| 6668 1998-10-21 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 6669 | |
| 6670 * net-utils.el (whois-get-tld): Rewrite not to use `do'. | |
| 6671 | |
| 6672 1998-10-21 Markus Rost <rost@delysid.gnu.org> | |
| 6673 | |
| 6674 * lisp/info.el (Info-next-menu-item): Stay on top of node. | |
| 6675 | |
| 6676 * mail/rmailout.el (rmail-output): Insert newline only if necessary. | |
| 6677 | |
| 6678 * mail/rmail.el (rmail-get-new-mail): Delete garbage in any case. | |
| 6679 | |
| 6680 * menu-bar.el (menu-bar-options-menu): Add option for truncate-lines. | |
| 6681 | |
| 6682 1998-10-21 Andreas Schwab <schwab@delysid.gnu.org> | |
| 6683 | |
| 6684 * emacs-lisp/cl-specs.el (function-form): Fix spec for "function*". | |
| 6685 | |
| 6686 1998-10-21 Karl Heuer <kwzh@gnu.org> | |
| 6687 | |
| 6688 * emacs-lisp/profile.el (profile-timer-program): Var deleted. | |
| 6689 (profile-timer-process, profile-temp-result-, profile-time): Likewise. | |
| 6690 (profile-filter, profile-reset-timer): Functions deleted. | |
| 6691 (profile-check-zero-init-times, profile-get-time): Likewise. | |
| 6692 (profile-find-function, profile-quit): Likewise. | |
| 6693 (profile-distinct, profile-call-stack, profile-last-time): New vars. | |
| 6694 (profile-time-list, profile-init-list): Doc fix. | |
| 6695 (profile-functions): Simplify. | |
| 6696 (profile-print): Use float. Make output include space separators. | |
| 6697 (profile-add-time): New helper function. | |
| 6698 (profile-function-prolog): Renamed from profile-start-function. | |
| 6699 Handle profile-distinct. | |
| 6700 (profile-function-epilog): Renamed from profile-update-function. | |
| 6701 Handle profile-distinct. | |
| 6702 (profile-a-function): If the function to be profiled is an | |
| 6703 autoload form, load it. If it's lazy-loaded, fetch it. | |
| 6704 (profile-fix-fun): Simplify profiling wrapper, and unwind-protect it. | |
| 6705 (profile-restore-fun): Arg FUN is now a function symbol, as was | |
| 6706 documented, rather than a one-element list. | |
| 6707 (profile-finish): Call profile-restore-fun properly. | |
| 6708 | |
| 6709 1998-10-21 Kenichi Handa <handa@etl.go.jp> | |
| 6710 | |
| 6711 * international/characters.el: Setup charset property | |
| 6712 nospace-between-words. | |
| 6713 | |
| 6714 * international/mule-cmds.el (get-charset-property): If CHARSET is | |
| 6715 composition, return nil. | |
| 6716 (put-charset-property): If CHARSET is composition, do nothing. | |
| 6717 | |
| 6718 * language/chinese.el (pre-write-encode-hz): Use with-temp-buffer. | |
| 6719 * language/devan-util.el | |
| 6720 (in-is13194-devanagari-pre-write-conversion): Likewise. | |
| 6721 * language/thai-util.el (thai-pre-write-conversion): Likewise. | |
| 6722 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise. | |
| 6723 * language/viet-util.el (viqr-pre-write-conversion): Likewise. | |
| 6724 | |
| 6725 * textmodes/fill.el (sentence-end-without-period): New variable. | |
| 6726 (canonically-space-region): Pay attention to | |
| 6727 sentence-end-without-period. | |
| 6728 (fill-find-break-point): The first argument CHARSET deleted. | |
| 6729 Caller changed. | |
| 6730 (fill-region-as-paragraph): Pay attention to charset property | |
| 6731 nospace-between-words and text property nospace-between-words. | |
| 6732 | |
| 6733 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 6734 | |
| 6735 * progmodes/sh-script.el (sh-font-lock-keywords): Don't crash for | |
| 6736 an unrecognized shell. | |
| 6737 | |
| 6738 1998-10-20 Thien-Thi Nguyen <ttn@delysid.gnu.org> | |
| 6739 | |
| 6740 * desktop.el (desktop-save): Include minor modes symbolically. | |
| 6741 (desktop-create-buffer): Turn on all minor modes in `mim'. | |
| 6742 | |
| 6743 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 6744 | |
| 6745 * progmodes/sh-script.el (sh-mode): Handle .spec and .mspec files. | |
| 6746 (sh-font-lock-keywords): Handle rpm and rpm2. | |
| 6747 (sh-ancestor-alist): Handle rpm. | |
| 6748 | |
| 6749 * files.el (auto-mode-alist): Recognize .rpm files. | |
| 6750 Also .spec and .mspec files. | |
| 6751 | |
| 6752 1998-10-20 Eli Zaretskii <eliz@mescaline.gnu.org> | |
| 6753 | |
| 6754 * faces.el (frame-set-background-mode): Enable the function for | |
| 6755 MSDOS frames. | |
| 6756 | |
| 6757 1998-10-20 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
| 6758 | |
| 6759 * calendar/calendar.el (calendar-day-name-array): Add doc string. | |
| 6760 (calendar-month-name-array): Add doc string. | |
| 6761 | |
| 6762 1998-10-19 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 6763 | |
| 6764 * simple.el (kill-ring-max): Increased to 60. | |
| 6765 | |
| 6766 1998-10-17 Kenichi Handa <handa@etl.go.jp> | |
| 6767 | |
| 6768 * international/characters.el: Setup auto-fill-chars. | |
| 6769 | |
| 6770 * international/kinsoku.el (kinsoku): Check the variable | |
| 6771 enable-kinsoku. | |
| 6772 | |
| 6773 * simple.el (do-auto-fill): Don't check kinsoku-enable here. | |
| 6774 Don't call kinsoku directly, intead call fill-find-break-point. | |
| 6775 | |
| 6776 * textmodes/fill.el: Setup `fill-find-break-point-function' | |
| 6777 property to character sets which require `kinsoku' processing for | |
| 6778 filling. | |
| 6779 (fill-find-break-point): New function. | |
| 6780 (fill-region-as-paragraph): Don't check kinsoku-enable here. | |
| 6781 Don't call kinsoku directly, intead call fill-find-break-point. | |
| 6782 | |
| 6783 1998-10-18 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 6784 | |
| 6785 * faces.el (modify-face-read-string): Return (nil) for "none". | |
| 6786 (modify-face): Don't get error if (nil) is the argument. | |
| 6787 (face-try-color-list): Don't check whether nil is a valid color. | |
| 6788 | |
| 6789 1998-10-17 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 6790 | |
| 6791 * emacs-lisp/bytecomp.el (byte-recompile-directory): | |
| 6792 Print message about each directory, even in batch mode. | |
| 6793 | |
| 6794 * gnus/nntp.el: Require `cl' before using nnoo-declare. | |
| 6795 | |
| 6796 * ps-print.el (ps-mule-chars-in-string): No need to use sref. | |
| 6797 (ps-mule-string-char): No need to use sref. | |
| 6798 (ps-mule-next-index): No need to use sref. | |
| 6799 | |
| 6800 * ange-ftp.el (ange-ftp-waiting-flag): defvar moved. | |
| 6801 | |
| 6802 * files.el (revert-buffer-internal-hook): Add defvar. | |
| 6803 | |
| 6804 * arc-mode.el (archive-mode): Locally set file-precious-flag. | |
| 6805 | |
| 6806 * tar-mode.el (tar-mode): Locally set file-precious-flag. | |
| 6807 | |
| 6808 1998-10-16 Markus Rost <rost@delysid.gnu.org> | |
| 6809 | |
| 6810 * international/mule-cmds.el (default-input-method): Fix custom type. | |
| 6811 | |
| 6812 * net-utils.el (whois-server-list): Fix customization type. | |
| 6813 | |
| 6814 * shell.el (shell-input-autoexpand): Fix customization group. | |
| 6815 | |
| 6816 1998-10-16 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 6817 | |
| 6818 * repeat.el (repeat): Handle keyboard macros properly. | |
| 6819 Handle new prefix arg after self-insert command. | |
| 6820 | |
| 6821 * repeat.el: Don't include cl even at compile time. | |
| 6822 (repeat): Avoid using `loop'. | |
| 6823 | |
| 6824 * simple.el (shell-command-on-region): Doc fix. | |
| 6825 (next-history-element): Special error message if no default. | |
| 6826 | |
| 6827 1998-10-15 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 6828 | |
| 6829 * ps-print.el (ps-print-buffer): Doc fix. | |
| 6830 (ps-despool): Likewise. | |
| 6831 | |
| 6832 * arc-mode.el (arc-mode): Provide arc-mode. | |
| 6833 | |
| 6834 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 6835 | |
| 6836 * ps-print.el (ps-print-buffer): Doc fix. | |
| 6837 | |
| 6838 1998-10-14 Dave Love <fx@gnu.org> | |
| 6839 | |
| 6840 * ange-ftp.el (ange-ftp-read-passwd): Function deleted. | |
| 6841 (ange-ftp-set-passwd): Use read-passwd, not ange-ftp-read-passwd. | |
| 6842 (ange-ftp-get-passwd, ange-ftp-set-account): Likewise. | |
| 6843 | |
| 6844 * progmodes/fortran.el (fortran-mode-map): Change "Join | |
| 6845 Continuation Line" to "Join Line". | |
| 6846 (fortran-font-lock-keywords-1): Add "cycle", "exit". | |
| 6847 | |
| 6848 1998-10-14 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE> | |
| 6849 | |
| 6850 * progmodes/fortran.el (fortran-join-line): Use | |
| 6851 `delete-indentation' instead of issuing an error message if not on | |
| 6852 a continuation line. Provide for joining several lines using | |
| 6853 prefix arg. | |
| 6854 | |
| 6855 1998-10-14 Eli Zaretskii <eliz@mescaline.gnu.org> | |
| 6856 | |
| 6857 * term/pc-win.el (msdos-color-values): New variable. | |
| 6858 (x-color-values): New function, emulates its namesake from | |
| 6859 src/xfns.c. | |
| 6860 (msdos-bg-mode): Add all dark colors to those which return | |
| 6861 "dark". | |
| 6862 | |
| 6863 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 6864 | |
| 6865 * replace.el (keep-lines, flush-lines, how-many): | |
| 6866 Don't ignore case if arg has upper case letters. | |
| 6867 | |
| 6868 1998-10-11 Reto Zimmermann <zimmi@iis.ee.ethz.ch> | |
| 6869 | |
| 6870 * progmodes/vhdl-mode.el | |
| 6871 (vhdl-add-index-menu): reverse order in imenu-generic-expression. | |
| 6872 (vhdl-template-assert, vhdl-block, vhdl-configuration-spec) | |
| 6873 (vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map) | |
| 6874 (vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop) | |
| 6875 (vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo). | |
| 6876 (vhdl-when): Fix indentation problem. | |
| 6877 (vhdl-outer-space): Add "_" to syntax table for expand-abbrev. | |
| 6878 (vhdl-get-port, vhdl-get-generic): Bug fix in template. | |
| 6879 (vhdl-hooked-abbrev): Bug fix in hooked abbrev. | |
| 6880 | |
| 6881 1998-10-13 Geoff Voelker <voelker@cs.washington.edu> | |
| 6882 | |
| 6883 * ls-lisp.el (ls-lisp-use-insert-directory-program): New variable. | |
| 6884 (ls-lisp-insert-directory): Renamed from insert-directory. | |
| 6885 (insert-directory): New function. | |
| 6886 | |
| 6887 1998-10-13 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 6888 | |
| 6889 * simple.el (completion-fixup-function): Variable deleted. | |
| 6890 (completion-setup-function): Delete code for completion-fixup-function. | |
| 6891 * emacs-lisp/lisp.el (lisp-complete-symbol): | |
| 6892 Don't bind completion-fixup-function. | |
| 6893 | |
| 6894 * files.el (find-file-wildcards): New option. | |
| 6895 (find-file-noselect): Handle wild cards, if enabled. | |
| 6896 (file-expand-wildcards): New function. | |
| 6897 | |
| 6898 * simple.el (set-fill-column): Doc fix. | |
| 6899 | |
| 6900 1998-10-13 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 6901 | |
| 6902 * mail/uce.el (uce-reply-to-uce): Bind case-fold-search. | |
| 6903 | |
| 6904 1998-10-13 Andreas Schwab <schwab@mescaline.gnu.org> | |
| 6905 | |
| 6906 * progmodes/hideif.el: (hide-ifdef-env, hif-outside-read-only): | |
| 6907 Move declaration before first use. | |
| 6908 (hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr, | |
| 6909 hif-math, hif-factor): Rename token to hif-token and token-list to | |
| 6910 hif-token-list. | |
| 6911 (hif-token, hif-token-list): Declare them. | |
| 6912 (hif-find-ifdef-block): Return cons of top and bottom point | |
| 6913 instead of setting dynamically bound variables. | |
| 6914 (hide-ifdef-block, show-ifdef-block): Use return value of | |
| 6915 hif-find-ifdef-block. | |
| 6916 | |
| 6917 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 6918 | |
| 6919 * subr.el (read-passwd): Use clear-this-command-keys. | |
| 6920 | |
| 6921 * telnet.el (telnet-initial-filter): Use clear-this-command-keys. | |
| 6922 | |
| 6923 * gnus/pop3.el (pop3-open-server): Bind coding-system-for-read | |
| 6924 and ...-for-write. | |
| 6925 | |
| 6926 1998-10-12 Andrew Innes <andrewi@harlequin.co.uk> | |
| 6927 | |
| 6928 * gnus/nntp.el (nntp-possibly-change-group): Allow for unexpected | |
| 6929 responses to GROUP command, since this may be called from a timer | |
| 6930 with quit inhibited. | |
| 6931 | |
| 6932 1998-10-12 Kenichi Handa <handa@etl.go.jp> | |
| 6933 | |
| 6934 * international/ccl.el (ccl-compile-if): If there's no false-cmds, | |
| 6935 set unconditional-jump to nil. | |
| 6936 (ccl-compile-read-multibyte-character): Return nil. | |
| 6937 (ccl-compile-write-multibyte-character): Likewise. | |
| 6938 (ccl-compile-translate-character): Likewise | |
| 6939 (ccl-compile-map-multiple): Likewise. | |
| 6940 (ccl-compile-map-single): Likewise. | |
| 6941 | |
| 6942 * international/kinsoku.el: Add coding tag. | |
| 6943 (kinsoku-bol): Remove superfluous TAB in a string. | |
| 6944 | |
| 6945 * international/mule-cmds.el (find-coding-systems-for-charsets): | |
| 6946 Delete `composition' (if any) from CHARSETS. | |
| 6947 | |
| 6948 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 6949 | |
| 6950 * international/mule-cmds.el (setup-specified-language-environment): | |
| 6951 Add apropos-inhibit property. | |
| 6952 (describe-specified-language-support): Likewise. | |
| 6953 | |
| 6954 1998-10-11 Kenichi HANDA <handa@etl.go.jp> | |
| 6955 | |
| 6956 * international/mule.el (make-coding-system): Create -with-esc | |
| 6957 variant coding system. | |
| 6958 | |
| 6959 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu> | |
| 6960 | |
| 6961 * progmodes/etags.el (tags-loop-revert-buffers): New variable. | |
| 6962 (next-file): Optionally offer to revert a file's buffer, | |
| 6963 if it has an existing buffer but the file has changed. | |
| 6964 | |
| 6965 * info.el (Info-insert-dir): Detect and report problems | |
| 6966 in input files, such as "No Top node". Return with point | |
| 6967 at the beginning of the text. | |
| 6968 (Info-find-node): Reinsert the code to handle files | |
| 6969 with no tags table; it was deleted by mistake. | |
| 6970 | |
| 6971 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu> | |
| 6972 | |
| 6973 * textmodes/texnfo-upd.el (texinfo-make-menu): Don't let | |
| 6974 texinfo-find-higher-level-node repeatedly find the same node. | |
| 6975 (texinfo-find-higher-level-node): Doc fix. | |
| 6976 | |
| 6977 1998-10-10 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 6978 | |
| 6979 * mail/smtpmail.el (smtpmail-send-data-1): Use encode-coding-string. | |
| 6980 (smtpmail-address-buffer): Add defvar. | |
| 6981 (smtpmail-recipient-address-list, smtpmail-read-point): Likewise. | |
| 6982 | |
| 6983 * mail/feedmail.el (feedmail-queue-runner-is-active): Definition moved. | |
| 6984 | |
| 6985 * ffap.el (ffap-machine-p-local): Fix editing error. | |
| 6986 | |
| 6987 1998-10-09 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 6988 | |
| 6989 * faces.el (frame-set-background-mode): | |
| 6990 Don't do anythung for text-only or MSDOS frame. | |
| 6991 | |
| 6992 1998-10-08 Kenichi Handa <handa@etl.go.jp> | |
| 6993 | |
| 6994 * international/quail.el (quail-defrule): New optional arg APPEND. | |
| 6995 (quail-defrule-internal): Fix bug of handling the argument APPEND. | |
| 6996 | |
| 6997 1998-10-08 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 6998 | |
| 6999 * gnus/pop3.el (pop3-open-server): | |
| 7000 Set process-coding-system-alist around open-network-stream. | |
| 7001 | |
| 7002 1998-10-07 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 7003 | |
| 7004 * files.el (save-buffer): Doc fix. | |
| 7005 | |
| 7006 1998-10-07 Karl Heuer <kwzh@gnu.org> | |
| 7007 | |
| 7008 * emacs-lisp/profile.el (profile-fix-fun): If already profiled, | |
| 7009 return DEF unchanged, not nil. Simplify. | |
| 7010 | |
| 7011 1998-10-06 Geoff Voelker <voelker@cs.washington.edu> | |
| 7012 | |
| 7013 * dos-w32.el (file-name-buffer-file-type-alist): Fix typo in regexp. | |
| 7014 | |
| 7015 1998-10-06 Peter Breton <pbreton@ne.mediaone.net> | |
| 7016 | |
| 7017 * generic.el (generic-mode-with-type): Added hooks for generic-modes. | |
| 7018 | |
| 7019 * net-utils.el (ftp, nslookup): Require comint. | |
| 7020 (network-service-connection): Likewise. | |
| 7021 (whois-server-name): Defaults to whois.arin.net | |
| 7022 (whois-server-list, whois-server-tld, whois-guess-server): New var. | |
| 7023 (whois): Tries to guess the appropriate top-level domain server. | |
| 7024 (whois-get-tld): New function. | |
| 7025 | |
| 7026 * dirtrack.el: Mentioned dirtrack-debug-toggle in the docs. | |
| 7027 (dirtrack-debug-toggle): Added this function. | |
| 7028 | |
| 7029 1998-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
| 7030 | |
| 7031 * files.el (find-file-noselect): Switch to the correct buffer | |
| 7032 before checking find-file-literally, and allow non-nil non-t | |
| 7033 rawfile params. | |
| 7034 | |
| 7035 1998-10-06 Karl Heuer <kwzh@gnu.org> | |
| 7036 | |
| 7037 * midnight.el (clean-buffer-list): Add autoload cookie. | |
| 7038 | |
| 7039 * arc-mode.el (archive-mode-revert): Arg no-auto-save renamed from | |
| 7040 no-autosave. | |
| 7041 * tar-mode.el (tar-mode-revert): Likewise. | |
| 7042 * ediff-util.el (ediff-arrange-auto-save-in-merge-jobs): Renamed | |
| 7043 from ediff-arrange-autosave-in-merge-jobs. Callers changed. | |
| 7044 * gnus/message.el (message-auto-save-directory): Renamed from | |
| 7045 message-autosave-directory. All references changed. | |
| 7046 | |
| 7047 1998-10-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us> | |
| 7048 | |
| 7049 * mail/rmail.el (rmail-retry-failure): Allow blanks in boundary | |
| 7050 string. Expose mime stuff while searching. | |
| 7051 | |
| 7052 1998-10-06 Richard Stallman <rms@gnu.org> | |
| 7053 | |
| 7054 * emacs-lisp/lisp-mode.el (eval-defun): Return the evaluation result. | |
| 7055 | |
| 7056 * replace.el (perform-replace): Position point properly | |
| 7057 before and after the recursive edit of C-r. | |
| 7058 | |
| 7059 * progmodes/etags.el (tags-reset-tags-tables): Properly | |
| 7060 find the markers in the old rings that are being discarded. | |
| 7061 | |
| 7062 1998-10-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 7063 | |
| 7064 * apropos.el (apropos-print): control invalid characters. | |
| 7065 | |
| 7066 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X): | |
| 7067 Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid | |
| 7068 confusing customize. | |
| 7069 | |
| 7070 1998-10-06 Eli Zaretskii <eliz@mescaline.gnu.org> | |
| 7071 | |
| 7072 * generic-x.el (bat-generic-mode): Fix regexps for keywords and | |
| 7073 built-in commands. Add more built-in commands and fix face names. | |
| 7074 | |
| 7075 1998-10-05 Simon Marshall <simon@gnu.org> | |
| 7076 | |
| 7077 * menu-bar.el (menu-bar-tools-menu): Added entry for Speedbar. | |
| 7078 | |
| 7079 1998-10-04 Eric Ludlam <zappo@gnu.org> | |
| 7080 | |
| 7081 * speedbar.el (speedbar-initial-expansion-list-name): Remove | |
| 7082 customization since it is not useful in this case. | |
| 7083 (speedbar-frame-mode): Check if cfx or cfy is a list, and make | |
| 7084 sure it gets evalled to a number. Also verify that set-frame-name | |
| 7085 fn exists before calling it. | |
| 7086 | |
| 7087 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine): | |
| 7088 Protect a `forward-sexp' call which could fail, and improved regex | |
| 7089 for ie, and eg abbreviations. | |
| 7090 | |
| 7091 1998-10-02 Noah Friedman <friedman@splode.com> | |
| 7092 | |
| 7093 * rlogin.el (rlogin-send-Ctrl-C): Use process-send-string, not | |
| 7094 send-string. | |
| 7095 (rlogin-send-Ctrl-D): Here also. | |
| 7096 (rlogin-send-Ctrl-Z): Here also. | |
| 7097 (rlogin-send-Ctrl-backslash): Here also. | |
| 7098 | |
| 7099 1998-10-02 Dave Love <fx@gnu.org> | |
| 7100 | |
| 7101 * outline.el (hide-region-body): Bind | |
| 7102 outline-view-change-hook to nil while making repeated calls to | |
| 7103 outline-flag-region. Run it once at the end. | |
| 7104 (hide-other, hide-sublevels, show-children): Likewise. | |
| 7105 | |
| 7106 * info-look.el: Remove duplicate scheme-mode entry. | |
| 7107 (info-lookup-make-completions): When looking for entries, check | |
| 7108 that `item' isn't null or "Menu". | |
| 7109 | |
| 7110 1998-10-01 Karl Heuer <kwzh@gnu.org> | |
| 7111 | |
| 7112 * net-utils.el: Don't require ffap. | |
| 7113 (net-utils-machine-at-point, net-utils-url-at-point): New functions. | |
| 7114 (ping, nslookup-host, finger, network-connection-to-service): Use them. | |
| 7115 | |
| 7116 1998-09-30 Richard Stallman <rms@gnu.org> | |
| 7117 | |
| 7118 * ispell.el (check-ispell-version): No need to bind default-major-mode. | |
| 7119 | |
| 7120 * imenu.el (imenu--generic-function): Sort each submenu by position. | |
| 7121 (imenu--sort-by-position): New function. | |
| 7122 | |
| 7123 * cus-edit.el (Custom-mode-menu): Fix info node name. | |
| 7124 (customize group): Fix info node name. | |
| 7125 | |
| 7126 * mail/mailalias.el (build-mail-aliases): Don't allow | |
| 7127 a newline in the alias name. Don't define an alias | |
| 7128 if the definition would be empty. | |
| 7129 | |
| 7130 * which-func.el (which-func-mode-global): Make :set function | |
| 7131 more reliable. | |
| 7132 | |
| 7133 * custom.el (custom-set-variables): Load the requests first, | |
| 7134 then check the symbol's `set' function. | |
| 7135 | |
| 7136 * ffap.el: Doc fixes. | |
| 7137 | |
| 7138 1998-09-30 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 7139 | |
| 7140 * gnus.el: (gnus-valid-select-methods): Fix type. | |
| 7141 * gnus-sum.el (gnus-summary-respool-default-method): Fix type. | |
| 7142 * gnus-score.el (gnus-orphan-score): Fix type. | |
| 7143 (gnus-score-default-header, gnus-score-default-type): Fix type. | |
| 7144 * gnus-art.el (gnus-article-x-face-too-ugly): Fix type. | |
| 7145 (gnus-saved-headers): Fix type. | |
| 7146 | |
| 7147 * lisp/textmodes/fill.el (fill-individual-paragraphs-prefix): | |
| 7148 Avoid nil value of `two-lines-citation-part'. | |
| 7149 | |
| 7150 1998-09-30 Roman Belenov <roman@nstl.nnov.ru> | |
| 7151 | |
| 7152 * which-func.el (which-function): Handle case when | |
| 7153 (car imenu--index-alist) is nil. | |
| 7154 | |
| 7155 1998-09-29 Dave Love <fx@gnu.org> | |
| 7156 | |
| 7157 * jka-compr.el (jka-compr-compression-info-list): Remove "-c" from | |
| 7158 bzip2 args. | |
| 7159 | |
| 7160 1998-09-29 Simon Marshall <simon@gnu.org> | |
| 7161 | |
| 7162 * comint.el (comint-mode): Use make-local-hook for pre-command-hook and | |
| 7163 comint-exec-hook. | |
| 7164 | |
| 7165 1998-09-29 Stephen Eglen <stephen@gnu.org> | |
| 7166 | |
| 7167 * info-look.el: Add support for Octave. | |
| 7168 | |
| 7169 1998-09-28 Carsten Dominik <cd@delysid.gnu.org> | |
| 7170 | |
| 7171 * textmodes/reftex.el (reftex-finding-files): New customize group. | |
| 7172 (reftex-texpath-environment-variables, | |
| 7173 reftex-use-external-file-finders, reftex-external-file-finders, | |
| 7174 reftex-search-unrecursed-path-first): New options. | |
| 7175 (reftex-process-string, reftex-find-file-externally): New | |
| 7176 functions. | |
| 7177 (reftex-access-search-path): Execute shell commands to find the | |
| 7178 search path. | |
| 7179 (reftex-toggle-auto-view-crossref): When turning on, make sure | |
| 7180 `reftex-auto-view-crossref' becomes non-nil. | |
| 7181 (reftex-abbrev-regexp): Constant removed. | |
| 7182 (reftex-convert-string): Abbrev regexp calculated locally. | |
| 7183 | |
| 7184 1998-09-28 Dave Love <fx@gnu.org> | |
| 7185 | |
| 7186 * progmodes/fortran.el: Don't call regexp-opt when deriving | |
| 7187 font-lock patterns with keywords that aren't all literal. | |
| 7188 | |
| 7189 1998-09-27 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> | |
| 7190 | |
| 7191 * octave-inf.el (inferior-octave-prompt): Also match prompts of | |
| 7192 the form `octave.bin:1>' which come from using precopiled binary | |
| 7193 versions. | |
| 7194 | |
| 7195 1998-09-27 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 7196 | |
| 7197 * help.el (help-for-help): Use %THIS-KEY%. | |
| 7198 (help-quit): Add doc. | |
| 7199 | |
| 7200 * help-macro.el (make-help-screen): Keep HELP-TEXT | |
| 7201 in a separate function definition, not in the help command FNAME. | |
| 7202 Replace %THIS-KEY% with the key sequence that ran FNAME. | |
| 7203 | |
| 7204 1998-09-25 Richard Stallman <rms@gnu.org> | |
| 7205 | |
| 7206 * textmodes/texinfo.el (texinfo-show-structure): | |
| 7207 Bind inhibit-read-only. | |
| 7208 | |
| 7209 * isearch.el (isearch-search-and-update): Properly | |
| 7210 handle upper case letters in the reverse-search special case. | |
| 7211 | |
| 7212 1998-09-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 7213 | |
| 7214 * gnus.el: Extend the list of autoloaded functions. | |
| 7215 | |
| 7216 * gnus/gnus-start.el (gnus-check-first-time-used): Change current | |
| 7217 buffer before creating help group. (from Gnus v5.6.43, fix by | |
| 7218 1998-08-20 Per Starback <starback@update.uu.se>) | |
| 7219 | |
| 7220 * gnus-util.el (gnus-output-to-rmail): Adjust to | |
| 7221 `rmail-output-to-rmail-file'. | |
| 7222 | |
| 7223 1998-09-25 Karl Heuer <kwzh@gnu.org> | |
| 7224 | |
| 7225 * hexl.el (hexl-mode-map): More of previous change. | |
| 7226 | |
| 7227 * textmodes/tex-mode.el (tex-run-command): Doc fix. | |
| 7228 (tex-start-tex): Don't use tex-start-options-string in star case. | |
| 7229 Quote file name in star case as well as in non-star. | |
| 7230 Add blank and quoting of option string here. | |
| 7231 (tex-start-options-string): Not here. | |
| 7232 | |
| 7233 1998-09-23 Karl Heuer <kwzh@gnu.org> | |
| 7234 | |
| 7235 * term.el (term-delimiter-argument-list): Doc fix. | |
| 7236 (term-emulate-terminal): Escape literal semicolon. | |
| 7237 * progmodes/asm-mode.el (asm-mode): Doc fix. | |
| 7238 (asm-comment-char): Escape literal semicolon. | |
| 7239 * emulation/viper-cmd.el (viper-movement-commands): Likewise. | |
| 7240 | |
| 7241 1998-09-23 Richard Stallman <rms@gnu.org> | |
| 7242 | |
| 7243 * hexl.el (hexl-mode-map): Don't override all ESC bindings, | |
| 7244 only those that normally modify the buffer. | |
| 7245 | |
| 7246 * dabbrev.el (dabbrev--find-expansion): Don't scan the current buffer | |
| 7247 over again. | |
| 7248 | |
| 7249 1998-09-23 E. Jay Berkenbilt <ejb@ql.org> | |
| 7250 | |
| 7251 * ispell.el (check-ispell-version): Ensure same buffer is current | |
| 7252 when let-binding of case-fold-search ends. | |
| 7253 | |
| 7254 1998-09-23 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
| 7255 | |
| 7256 * ps-print.el: Skip invisible overlay. | |
| 7257 Test for set-buffer-multibyte rather than using mule-version. | |
| 7258 (ps-print-version): New version number (4.1) and doc fix. | |
| 7259 (ps-generate-postscript-with-faces): Skip invisible overlay. | |
| 7260 | |
| 7261 1998-09-23 Fritz Knabe <knabe@cs.virginia.edu> | |
| 7262 | |
| 7263 * mail/mh-mime.el (mh-mhn-compose-insertion): Use quotes. | |
| 7264 | |
| 7265 1998-09-22 Kenichi Handa <handa@etl.go.jp> | |
| 7266 | |
| 7267 * international/quail.el (quail-update-guidance): Check for the | |
| 7268 return value of (quail-guidance) fixed. | |
| 7269 (quail-update-translation): Bind quail-current-str locally when it | |
| 7270 calls quail-update-guidance. | |
| 7271 (quail-update-translation): If input-method-exit-on-first-char is | |
| 7272 non-nil, terminate translation only when the current input method | |
| 7273 is simple. | |
| 7274 | |
| 7275 1998-09-22 Paul Eggert <eggert@twinsun.com> | |
| 7276 | |
| 7277 * startup.el (locale-translation-file-name): Prefer X-related names | |
| 7278 to the name used by GNU/Linux sans X. Set to nil if no file found. | |
| 7279 (command-line): Use locale-translation-file-name if it is not nil, | |
| 7280 instead of testing for its existence again. | |
| 7281 regexp-quote the ctype before using it in a regexp. | |
| 7282 Allow a colon to appear after the ctype in the aliases file, | |
| 7283 as is done in X11R6.4. | |
| 7284 | |
| 7285 1998-09-21 Richard Stallman <rms@gnu.org> | |
| 7286 | |
| 7287 * mail/rmail.el (rmail-resend): Work properly if invoked from summary. | |
| 7288 | |
| 7289 * calendar/appt.el (appt-interval): Variable deleted. | |
| 7290 (appt-check): For minutes in between appt-display-interval times, | |
| 7291 do check, but don't display anything except an updated mode line. | |
| 7292 Count against appt-display-interval based on minutes since | |
| 7293 first display of this appointment, not based on time of day. | |
| 7294 If appt-display-mode-line, force mode line redisplay | |
| 7295 whenever appt-mode-string has changed. | |
| 7296 (appt-add, appt-delete): Add autoload cookies. | |
| 7297 (appt-check): Catch errors from calling `diary'. | |
| 7298 (appt-max-time): Renamed from max-time. | |
| 7299 (appt-now-displayed, appt-display-count): New variables. | |
| 7300 (appt-timer): Don't create one if we already have one. | |
| 7301 | |
| 7302 * textmodes/tex-mode.el (tex-compilation-parse-errors): | |
| 7303 More general code to use the source buffer instead of the zap file. | |
| 7304 | |
| 7305 * hilit-chg.el (highlight-compare-with-file): Renamed from | |
| 7306 compare-with-file. | |
| 7307 | |
| 7308 * loadhist.el (load-history-loaded): New variable. | |
| 7309 (symbol-file): Load etc/fns-VERSION.el if that has not been done. | |
| 7310 | |
| 7311 * loadup.el: Write load-history into etc/fns-VERSION.el, then clear it. | |
| 7312 | |
| 7313 * emacs-lisp/find-func.el (find-function-search-for-symbol): | |
| 7314 Fix error messages. | |
| 7315 | |
| 7316 1998-09-21 Markus Armbruster <armbru@pond.sub.org> | |
| 7317 | |
| 7318 * avoid.el (mouse-avoidance-banish-hook): Don't move unless in an | |
| 7319 Emacs frame. | |
| 7320 | |
| 7321 1998-09-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 7322 | |
| 7323 * mail/rmail.el (rmail-decode-babyl-format): Recognize both | |
| 7324 `undecided' and `undecided-unix'. | |
| 7325 | |
| 7326 1998-09-21 Dave Love <fx@gnu.org> | |
| 7327 | |
| 7328 * help.el (help-make-xrefs): Fix typo affecting Info references. | |
| 7329 | |
| 7330 * subr.el (remove-hook): Check list values to avoid errors. | |
| 7331 | |
| 7332 1998-09-18 Noah Friedman <friedman@splode.com> | |
| 7333 | |
| 7334 * emacs-lisp/eldoc.el (eldoc-message): Check for 1-arg case, and | |
| 7335 store string in eldoc-last-message without consing a new string. | |
| 7336 Rearrange logic from nested if's into cond's. | |
| 7337 (eldoc-print-fnsym-args): Renamed to eldoc-get-fnsym-args-string. | |
| 7338 Do not print message; just return string. | |
| 7339 (eldoc-get-var-docstring): Renamed from eldoc-print-var-docstring. | |
| 7340 Do not print message; just return string. | |
| 7341 Cache that string in eldoc-last-data. | |
| 7342 (eldoc-last-data): Make into a vector. | |
| 7343 (eldoc-get-fnsym-args-string): Use new data form of structure. | |
| 7344 (eldoc-get-var-docstring): Here also. | |
| 7345 (eldoc-last-data-store): New function. | |
| 7346 (eldoc-get-fnsym-args-string): Use it. | |
| 7347 (eldoc-get-var-docstring): Here also. | |
| 7348 (eldoc-docstring-first-line): Minimize interim string consing. | |
| 7349 Call substitute-command-keys on the result. | |
| 7350 (eldoc-print-var-docstrings, eldoc-print-docstring, | |
| 7351 eldoc-docstring-message): Functions removed. | |
| 7352 (eldoc-docstring-format-sym-doc): New function, functionality | |
| 7353 ripped out of eldoc-docstring-message. | |
| 7354 (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it. | |
| 7355 | |
| 7356 1998-09-18 Kenichi Handa <handa@etl.go.jp> | |
| 7357 | |
| 7358 * international/mule.el (make-coding-system): Doc-string modified. | |
| 7359 | |
| 7360 1998-09-18 Andreas Schwab <schwab@delysid.gnu.org> | |
| 7361 | |
| 7362 * progmodes/vhdl-mode.el (vhdl-header-file): Fix customize type. | |
| 7363 | |
| 7364 * progmodes/cpp.el (cpp-face-light-list, cpp-face-dark-list): Fix | |
| 7365 customize type. | |
| 7366 | |
| 7367 * progmodes/cperl-mode.el (cperl-lazy-help-time): Fix customize | |
| 7368 type. | |
| 7369 | |
| 7370 * progmodes/compile.el (compilation-error-screen-columns): New | |
| 7371 variable. | |
| 7372 (compilation-next-error-locus): Use it to decide whether to use | |
| 7373 forward-char or move-to-column. | |
| 7374 | |
| 7375 * mail/rmail.el (rmail-movemail-program): Fix customize type. | |
| 7376 | |
| 7377 * mail/feedmail.el (feedmail-x-mailer-line-user-appendage, | |
| 7378 feedmail-fiddle-plex-user-list, | |
| 7379 feedmail-spray-address-fiddle-plex-list, | |
| 7380 feedmail-prompt-before-queue-user-alist, | |
| 7381 feedmail-prompt-before-queue-help-supplement, | |
| 7382 feedmail-queue-reminder-alist, feedmail-queue-default-file-slug, | |
| 7383 feedmail-queue-alternative-mail-header-separator): Fix customize | |
| 7384 type. | |
| 7385 | |
| 7386 * startup.el (site-run-file): Fix customize type. | |
| 7387 | |
| 7388 * speedbar.el (speedbar-initial-expansion-list-name): Fix | |
| 7389 customize type. | |
| 7390 | |
| 7391 * shell.el (shell-input-autoexpand): Fix customize type. | |
| 7392 | |
| 7393 * ps-print.el (ps-font-info-database): Add missing dots in value. | |
| 7394 Improve layout of customize type. | |
| 7395 | |
| 7396 * net-utils.el (traceroute-program-options, ping-program-options, | |
| 7397 ipconfig-program-options, netstat-program-options, | |
| 7398 arp-program-options, route-program-options, | |
| 7399 nslookup-program-options, ftp-program-options): Fix customize | |
| 7400 type. | |
| 7401 | |
| 7402 * midnight.el (clean-buffer-list-kill-regexps, | |
| 7403 clean-buffer-list-kill-buffer-names, | |
| 7404 clean-buffer-list-kill-never-buffer-names, | |
| 7405 clean-buffer-list-kill-never-regexps): Fix customize type. | |
| 7406 | |
| 7407 * man.el (Man-init-defvars): Avoid trailing nil on | |
| 7408 Man-filter-list. | |
| 7409 | |
| 7410 * lpr.el (printer-name): Fix customize type. | |
| 7411 | |
| 7412 1998-09-16 Kenichi Handa <handa@etl.go.jp> | |
| 7413 | |
| 7414 * international/mule-cmds.el (reset-language-environment): Call | |
| 7415 update-coding-systems-internal. | |
| 7416 | |
| 7417 * international/mule-conf.el: Call update-coding-systems-internal | |
| 7418 at the tail. | |
| 7419 | |
| 7420 1998-09-14 Dave Love <fx@gnu.org> | |
| 7421 | |
| 7422 * vc-hooks.el (vc-menu-map): Change the vc-directory label. Don't | |
| 7423 use the menu-enable properties, pending doing it correctly and | |
| 7424 acceptably fast. | |
| 7425 | |
| 7426 * map-ynp.el (map-y-or-n-p): Mention RET, `q' in the help text. | |
| 7427 | |
| 7428 1998-09-13 Dave Love <d.love@dl.ac.uk> | |
| 7429 | |
| 7430 * progmodes/hideshow.el (hs-grok-mode-type): Check | |
| 7431 comment-{start,end} non-nil as well as bound. Report an error if | |
| 7432 we can't grok the mode. | |
| 7433 | |
| 7434 1998-09-13 Richard Stallman <rms@gnu.org> | |
| 7435 | |
| 7436 * simple.el (blink-matching-open): Don't log paren matching | |
| 7437 messages in *Messages*. | |
| 7438 | |
| 7439 1998-09-12 Richard Stallman <rms@gnu.org> | |
| 7440 | |
| 7441 * scroll-bar.el (scroll-bar-scroll-down, scroll-bar-scroll-up): | |
| 7442 Set point-before-scroll at end even if there was an error. | |
| 7443 | |
| 7444 * ange-ftp.el (ange-ftp-insert-file-contents): | |
| 7445 Use binary mode for dumb-unix hosts as for unix hosts. | |
| 7446 (ange-ftp-copy-file-internal): Likewise. | |
| 7447 | |
| 7448 * textmodes/paragraphs.el (use-hard-newlines): Doc fix. | |
| 7449 | |
| 7450 * emacs-lisp/pp.el: Doc fixes. | |
| 7451 | |
| 7452 * wid-edit.el (widget-menu-max-shortcuts): New variable. | |
| 7453 (widget-choose): Don't use single-char shortcuts if # items | |
| 7454 exceeds that many. Use minibuffer instead. | |
| 7455 | |
| 7456 1998-09-12 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
| 7457 | |
| 7458 * calendar/diary-lib.el (mark-sexp-diary-entries): Fix previous chg. | |
| 7459 | |
| 7460 1998-09-12 Eric Ludlam <zappo@mescaline.gnu.org> | |
| 7461 | |
| 7462 * speedbar.el (speedbar-frame-mode): Do not set frame position if | |
| 7463 in terminal mode. | |
| 7464 | |
| 7465 1998-09-10 Noah Friedman <friedman@splode.com> | |
| 7466 | |
| 7467 * rsz-mini.el (resize-minibuffer-mode): remove :version field from | |
| 7468 defcustom declaration. It's wreaking too much havoc with XEmacs | |
| 7469 and older versions of Emacs, which share this code. | |
| 7470 | |
| 7471 * type-break.el (type-break-mode): Here also. | |
| 7472 | |
| 7473 * rlogin.el (rlogin): If using make-local-hook, pass the 4th arg | |
| 7474 `t' to add-hook also to modify the new local value. | |
| 7475 | |
| 7476 1998-09-10 Dave Love <fx@gnu.org> | |
| 7477 | |
| 7478 * vc.el (vc-insert-headers): Doc fix. | |
| 7479 | |
| 7480 1998-09-10 Richard Stallman <rms@gnu.org> | |
| 7481 | |
| 7482 * textmodes/flyspell.el (flyspell-mode-on): Make the | |
| 7483 ispell-... variables permanent locals. | |
| 7484 (flyspell-mode-off): Add autoload cookie. | |
| 7485 | |
| 7486 * ange-ftp.el (ange-ftp-write-region): For `dumb-unix' host, | |
| 7487 do use binary mode, just as for `unix'. | |
| 7488 (ange-ftp-host-type): If HOST is nil, return `unix'. | |
| 7489 | |
| 7490 * dired.el (dired-mark-files-containing-regexp): | |
| 7491 Don't scan directories. Ignore non-readable files. | |
| 7492 | |
| 7493 * progmodes/compile.el (compilation-error-regexp-alist): | |
| 7494 Fix previous change: allow . and _ in command name. | |
| 7495 | |
| 7496 * dired.el (dired-mark-files-containing-regexp): Fix previous change. | |
| 7497 | |
| 7498 * uncompress.el (uncompress-while-visiting): | |
| 7499 Use just the car of what find-operation-coding-system returns. | |
| 7500 | |
| 7501 * textmodes/tex-mode.el (tex-start-tex): Call comint-quote-filename. | |
| 7502 | |
| 7503 * shell.el (shell-file-name-quote-list): Add # to the value. | |
| 7504 | |
| 7505 1998-09-10 E. Jay Berkenbilt <ejb@ql.org> | |
| 7506 | |
| 7507 * textmodes/flyspell.el (flyspell-mode-on): fix kill-buffer-hook | |
| 7508 to make killing of ispell process work even if | |
| 7509 kill-all-local-variables has been run. | |
| 7510 | |
| 7511 1998-09-10 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
| 7512 | |
| 7513 * calendar/diary-lib.el (mark-sexp-diary-entries): Avoid infinite | |
| 7514 loop when sexp entry ends at end of file with no newline. | |
| 7515 | |
| 7516 1998-09-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 7517 | |
| 7518 * cus-edit.el (Custom-save, Custom-reset-current, Custom-reset-saved) | |
| 7519 (Custom-reset-standard): Fix menu inconsistency. | |
| 7520 | |
| 7521 * mail/feedmail.el (feedmail-from-line): Allow t. | |
| 7522 (feedmail-message-id-suffix): Allow nil. | |
| 7523 | |
| 7524 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): | |
| 7525 Simplify. Make prefix arg work right. | |
| 7526 | |
| 7527 1998-09-09 Dave Love <fx@gnu.org> | |
| 7528 | |
| 7529 * textmodes/paragraphs.el (use-hard-newlines): Doc fix. | |
| 7530 | |
| 7531 * help.el (help-xref-interned): Bind inhibit-read-only when inserting. | |
| 7532 | |
| 7533 1998-09-08 Dave Love <fx@gnu.org> | |
| 7534 | |
| 7535 * add-log.el (change-log-font-lock-keywords): Do parenthesized | |
| 7536 stuff only after file names or at start of line. Allow parens | |
| 7537 around e-mail, as well as angles. | |
| 7538 | |
| 7539 * gnus/nnweb.el (require): Wrap requirement of w3 and url in | |
| 7540 ignore-errors too, eval'd when compile. Require w3 stuff at load | |
| 7541 time for nicer failure if it's not available. | |
| 7542 | |
| 7543 1998-09-07 Geoff Voelker <voelker@cs.washington.edu> | |
| 7544 | |
| 7545 * comint.el (comint-arguments): Ignore backslashes when using | |
| 7546 w32 shells that expect backslashes as the directory separator. | |
| 7547 | |
| 7548 1998-09-04 Kenichi Handa <handa@etl.go.jp> | |
| 7549 | |
| 7550 * international/fontset.el (resolved-ascii-font): New variable. | |
| 7551 (x-complement-fontset-spec): By side effect, set | |
| 7552 `resolved-ascii-font' to the resolved name of ASCII font." | |
| 7553 (create-fontset-from-fontset-spec): Don't get a value for | |
| 7554 resolved-ascii-font from the list full-fontlist. It is set by | |
| 7555 x-complement-fontset-spec now. | |
| 7556 | |
| 7557 * ps-print.el: To make it work also on Emacs 20.2 and the earlier | |
| 7558 version, check the value of mule-version. | |
| 7559 | |
| 7560 1998-09-07 Carsten Dominik <cd@delysid.gnu.org> | |
| 7561 | |
| 7562 * textmodes/reftex.el (reftex-view-crossref): Split up into | |
| 7563 several functions. No longer moves to find a macro. | |
| 7564 (reftex-view-cr-cite, reftex-view-cr-ref, | |
| 7565 reftex-end-of-bib-entry): New functions. | |
| 7566 (reftex-auto-view-crossref): New value `window' allowed. | |
| 7567 (reftex-view-crossref-when-idle): Process new `window' option in | |
| 7568 (reftex-translate-to-ascii-function): New default. | |
| 7569 (reftex-label-illegal-re): Default changed, removed Latin1. | |
| 7570 (reftex-latin1-to-ascii): New function. | |
| 7571 (reftex-what-environment): Check for section regexp before use. | |
| 7572 (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with | |
| 7573 absolute path names. | |
| 7574 (reftex-TeX-master-file): Changed sequence of file checks. | |
| 7575 (reftex-do-citation): bibview cache only with RefTeX mode on. | |
| 7576 | |
| 7577 1998-09-06 Richard Stallman <rms@gnu.org> | |
| 7578 | |
| 7579 * progmodes/compile.el (compilation-error-regexp-alist): | |
| 7580 In first pattern (GNU utilities and other things), | |
| 7581 allow a space after the optional program name at the beginning. | |
| 7582 | |
| 7583 * mail/mail-hist.el (mail-hist-current-header-contents): | |
| 7584 Fix previous change: use mail-header-end. | |
| 7585 | |
| 7586 1998-09-06 Bill Richter <richter@math.nwu.edu> | |
| 7587 | |
| 7588 * international/ccl.el: Doc fixes. | |
| 7589 * international/encoded-kb.el: Doc fixes. | |
| 7590 * international/fontset.el: Doc fixes. | |
| 7591 * international/kinsoku.el: Doc fixes. | |
| 7592 * international/kkc.el: Doc fixes. | |
| 7593 * international/mule-cmds.el: Doc fixes. | |
| 7594 * international/mule-conf.el: Doc fixes. | |
| 7595 * international/mule-util.el: Doc fixes. | |
| 7596 * international/mule.el: Doc fixes. | |
| 7597 | |
| 7598 1998-09-05 Eric Ludlam <zappo@gnu.org> | |
| 7599 | |
| 7600 * emacs-lisp/checkdoc.el: (checkdoc-buffer-label): New function. | |
| 7601 (checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'. | |
| 7602 (checkdoc-this-string-valid-engine): Permit ? as terminating | |
| 7603 punctuation for first line sentence breaking. | |
| 7604 (checkdoc-this-string-valid): When converting a comment into a doc | |
| 7605 string, make sure " chars are \". | |
| 7606 (checkdoc-sentencespace-region-engine): Only do double space check | |
| 7607 if based on the variable `sentence-end-double-space' | |
| 7608 (checkdoc-this-string-valid-engine): ? ends valid sentence. | |
| 7609 (checkdoc-proper-noun-region-engine): Exclude items in URLs | |
| 7610 | |
| 7611 1998-09-04 Richard Stallman <rms@gnu.org> | |
| 7612 | |
| 7613 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): | |
| 7614 Recognize define-skeleton as a function definer. | |
| 7615 | |
| 7616 * cus-edit.el (customize-option): Refuse to customize | |
| 7617 a variable that has no defcustom. But if variable is autoloaded, | |
| 7618 first try to load the library that defines it. | |
| 7619 | |
| 7620 * international/iso-insert.el: Use `string' before calling `insert' | |
| 7621 so that in multibyte buffers we insert multibyte chars. | |
| 7622 | |
| 7623 * dired.el (dired-mark-files-containing-regexp): | |
| 7624 Don't use find-file; instead, insert the file in a temp buffer. | |
| 7625 | |
| 7626 * textmodes/tex-mode.el (tex-start-options-string): New option. | |
| 7627 (tex-start-tex): Use that variable. | |
| 7628 | |
| 7629 * mail/rmail.el (rmail-primary-inbox-list): Make the initial | |
| 7630 value in the `repeat' alternative a list. | |
| 7631 | |
| 7632 * textmodes/fill.el (fill-individual-paragraphs): Before deleting | |
| 7633 the inserted newline, verify that one was really inserted. | |
| 7634 | |
| 7635 * textmodes/flyspell.el (flyspell-mode): Do nothing if mode | |
| 7636 remains on or remains off. | |
| 7637 (flyspell-multi-language-p): Default changed to nil. | |
| 7638 | |
| 7639 * progmodes/ada-mode.el (ada-search-ignore-string-comment): | |
| 7640 In "found in comment" case, don't beginning-of-line after forward-line. | |
| 7641 | |
| 7642 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): | |
| 7643 If the function definition is not a lambda, return original FORM | |
| 7644 with no error. | |
| 7645 | |
| 7646 1998-09-04 Peter Breton <pbreton@ne.mediaone.net> | |
| 7647 | |
| 7648 * net-utils.el (netstat-program-options): Changed from nil to "-a" | |
| 7649 so that by default netstat shows all network connections. | |
| 7650 | |
| 7651 1998-09-04 Bob Weiner <weiner@altrasoft.com> | |
| 7652 | |
| 7653 * international/quail.el: Doc fixes. | |
| 7654 | |
| 7655 * info.el (info): Don't add parens if FILE already has them. | |
| 7656 | |
| 7657 1998-09-04 Geoff Voelker <voelker@cs.washington.edu> | |
| 7658 | |
| 7659 * mail/smtpmail.el (smtpmail-via-smtp): Parse out the first word | |
| 7660 on extension lines. | |
| 7661 | |
| 7662 1998-09-03 Geoff Voelker <voelker@cs.washington.edu> | |
| 7663 | |
| 7664 * w32-fns.el (w32-shell-dos-semantics): New function. | |
| 7665 | |
| 7666 1998-09-03 Bill Richter <richter@brouwer.math.nwu.edu> | |
| 7667 | |
| 7668 * international/quail.el (quail-choose-completion-string): Store | |
| 7669 completion `choice' in `quail-current-str'; don't insert it. | |
| 7670 | |
| 7671 1998-09-02 Kenichi Handa <handa@etl.go.jp> | |
| 7672 | |
| 7673 * bdf.el (bdf-generate-font): New argument CHARSET. Give WIDTH | |
| 7674 argument to ps-mule-generate-bitmap-font. | |
| 7675 | |
| 7676 * ps-print.el (ps-mule-font-info-database-bdf): The include ASCII | |
| 7677 entry and change Latin-1 entry in the default value. | |
| 7678 (ps-mule-font-info-database-ps-bdf): New variable. | |
| 7679 (ccl-encode-ethio-unicode): Bug of CCL code fixed. | |
| 7680 (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function | |
| 7681 registerd in FONT-SPEC. | |
| 7682 (ps-mule-bitmap-prologue): Fix PostScript code to realize correct | |
| 7683 charcter width of bitmap fonts. | |
| 7684 (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript | |
| 7685 procedure NF. | |
| 7686 (ps-begin-file): Output PostScript code for setting | |
| 7687 SpaceWidthRatio. | |
| 7688 (ps-plot-region): Use line-beginning-position to get a position of | |
| 7689 the beginning of the current line. | |
| 7690 | |
| 7691 * international/mule-cmds.el (register-input-method): Doc-string | |
| 7692 modified. | |
| 7693 | |
| 7694 1998-09-01 Dave Love <fx@gnu.org> | |
| 7695 | |
| 7696 * international/mule-cmds.el (current-language-environment): Fix | |
| 7697 setter function. | |
| 7698 | |
| 7699 1998-09-01 Simon Marshall <simon@gnu.org> | |
| 7700 | |
| 7701 * font-lock.el (tex-font-lock-keywords-2): Fontify \nocite like \cite. | |
| 7702 (lisp-font-lock-keywords-2): Fontify abort, assert, etc., separately. | |
| 7703 ({c,c++,objc,java}-font-lock-keywords-{2,3}): Fontify only type/class | |
| 7704 names with font-lock-type-face. Fontify type specs, etc., with | |
| 7705 font-lock-keyword-face. | |
| 7706 | |
| 7707 1998-08-31 Kenichi Handa <handa@etl.go.jp> | |
| 7708 | |
| 7709 * international/fontset.el (x-complement-fontset-spec): If ASCII | |
| 7710 font is specified in FONTLIST, don't substitute it for the | |
| 7711 resolved name. | |
| 7712 | |
| 7713 1998-08-31 Paul Eggert <eggert@twinsun.com> | |
| 7714 | |
| 7715 * international/mule.el (charset-description): Doc fix. | |
| 7716 | |
| 7717 * language/chinese.el, language/cyrillic.el, language/czech.el, | |
| 7718 language/devanagari.el, language/ethiopic.el, | |
| 7719 language/european.el, language/hebrew.el, language/indian.el, | |
| 7720 language/japanese.el, language/korean.el, language/lao.el, | |
| 7721 language/slovak.el, language/thai.el, language/tibetan.el, | |
| 7722 language/vietnamese.el: | |
| 7723 Add coding: local variable, to avoid bootstrapping problem | |
| 7724 if you need to recompile all the Lisp files using interpreted code. | |
| 7725 | |
| 7726 1998-08-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
| 7727 | |
| 7728 * cal-china.el (chinese-year-cache): Change range of years from | |
| 7729 1989-2000 to 1990-2010. | |
| 7730 | |
| 7731 1998-08-29 Dave Love <d.love@dl.ac.uk> | |
| 7732 | |
| 7733 * mail/smtpmail.el (smtpmail-send-it): Add autoload cookie. | |
| 7734 (smtpmail-via-smtp): Check that smtpmail-smtp-server is defined. | |
| 7735 | |
| 7736 1998-08-28 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
| 7737 | |
| 7738 * ps-print.el (ps-print-control-characters): Doc-string modified. | |
| 7739 (ps-output-string-prim): Comment format changed. | |
| 7740 (ps-do-despool): Indentation of source code changed. | |
| 7741 | |
| 7742 1998-08-28 Kenichi Handa <handa@etl.go.jp> | |
| 7743 | |
| 7744 * subr.el (sref): Make it an alias of aref. Make the | |
| 7745 byte-compiler warn that it is obsolete. | |
| 7746 (char-bytes): Make the byte-compiler warn that it is obsolete. | |
| 7747 | |
| 7748 * emacs-lisp/bytecomp.el (byte-compile-output-as-comment): | |
| 7749 Calculate the total bytes using position-bytes instead of | |
| 7750 char-bytes. | |
| 7751 | |
| 7752 1998-08-27 Karl Heuer <kwzh@gnu.org> | |
| 7753 | |
| 7754 * snmp-mode.el: New file. | |
| 7755 * files.el (auto-mode-alist): Add snmp-mode patterns. | |
| 7756 | |
| 7757 1998-08-27 Karl Eichwalder <ke@suse.de> | |
| 7758 | |
| 7759 * dired-aux.el (dired-compress-file-suffixes): Add `bz2'. | |
| 7760 | |
| 7761 1998-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
| 7762 | |
| 7763 * calendar/diary-lib.el (diary-block): Doc fix.. | |
| 7764 * calendar/calendar.el (diary-list-include-blanks): Doc fix.. | |
| 7765 | |
| 7766 1998-08-27 Richard Stallman <rms@gnu.org> | |
| 7767 | |
| 7768 * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp. | |
| 7769 * calendar/appt.el (appt-check): Start the appt-mode-string w/ space. | |
| 7770 Clear appt-mode-string if we don't put something in it. | |
| 7771 | |
| 7772 1998-08-27 Dave Love <fx@gnu.org> | |
| 7773 | |
| 7774 * ange-ftp.el (ange-ftp-allow-child-lookup): Reinstate checking | |
| 7775 dired-local-variables-file for dired-x. | |
| 7776 | |
| 7777 * emacs-lisp/find-func.el (find-function-search-for-symbol): Look | |
| 7778 for compressed library files too. | |
| 7779 | |
| 7780 1998-08-26 Kenichi Handa <handa@etl.go.jp> | |
| 7781 | |
| 7782 * language/european.el ("Latin-1"): Modify `documentation' key value. | |
| 7783 ("Latin-2"): Likewise. | |
| 7784 | |
| 7785 1998-08-26 Karl Heuer <kwzh@gnu.org> | |
| 7786 | |
| 7787 * dired-x.el (dired-guess-shell-alist-default): Fix regexp. | |
| 7788 | |
| 7789 1998-08-26 Albert L. Ting <alt@artisan.com> | |
| 7790 | |
| 7791 * mail/mail-hist.el (mail-hist-current-header-name): Fix test. | |
| 7792 (mail-hist-current-header-contents): Use mail-text-start. | |
| 7793 | |
| 7794 1998-08-26 Richard Stallman <rms@gnu.org> | |
| 7795 | |
| 7796 * cus-edit.el (customize-version-lessp): Handle a number as VERSION2. | |
| 7797 (customize-changed-options-previous-release): New variable. | |
| 7798 (customize-changed-options): Use that variable as default arg. | |
| 7799 | |
| 7800 1998-08-26 Karl Eichwalder <ke@suse.de> | |
| 7801 | |
| 7802 * midnight.el: Require `timer' not only when compiling. | |
| 7803 | |
| 7804 1998-08-26 Per Starback <starback@update.uu.se> | |
| 7805 | |
| 7806 * gnus/gnus-start.el (gnus-check-first-time-used): Change current | |
| 7807 buffer before creating help group. | |
| 7808 | |
| 7809 1998-08-26 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
| 7810 | |
| 7811 * gnus/gnus-start.el (gnus-save-newsrc-file): Bind | |
| 7812 coding-system-for-write before saving. | |
| 7813 | |
| 7814 1998-08-26 Kevin Rodgers <kevinr@ihs.com> | |
| 7815 | |
| 7816 * isearch.el (isearch-forward): Doc fix. | |
| 7817 | |
| 7818 1998-08-26 Andreas Schwab <schwab@delysid.gnu.org> | |
| 7819 | |
| 7820 * emacs-lisp/find-func.el: Fix :version tags to have a string | |
| 7821 value, not a float. | |
| 7822 | |
| 7823 * cus-dep.el: Fix typo in output. | |
| 7824 | |
| 7825 1998-08-25 Dave Love <fx@gnu.org> | |
| 7826 | |
| 7827 * repeat.el (repeat): Doc fix. | |
| 7828 [From rms:] | |
| 7829 (repeat-previous-repeated-command): New variable. | |
| 7830 (repeat): Check for real-last-command being null or repeat. Set | |
| 7831 repeat-previous-repeated-command. | |
| 7832 | |
| 7833 * browse-url.el (browse-url-netscape): Fix format for hex escapes. | |
| 7834 | |
| 7835 1998-08-25 Kenichi Handa <handa@etl.go.jp> | |
| 7836 | |
| 7837 * gnus/message.el (message-send-mail-with-sendmail): Bind | |
| 7838 coding-system-for-write by the return value of | |
| 7839 select-message-coding-system. | |
| 7840 (message-send-mail-with-qmail): Likewise. | |
| 7841 | |
| 7842 1998-08-24 Andreas Schwab <schwab@delysid.gnu.org> | |
| 7843 | |
| 7844 * emacs-lisp/autoload.el: Fix doc-string-elt property on | |
| 7845 define-derived-mode. | |
| 7846 | |
| 7847 * files.el (file-name-invalid-regexp): | |
| 7848 Fix regex for ms-dos without long file names. | |
| 7849 | |
| 7850 1998-08-24 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
| 7851 | |
| 7852 * ps-print.el: Multi-byte buffer handling. | |
| 7853 (ps-print-version): New version number (4.0) and doc fix. | |
| 7854 (ps-color-device, ps-face-bold-p, ps-face-italic-p): Conditional | |
| 7855 compilation for GNU Emacs and emacsens. | |
| 7856 (ps-generate-postscript-with-faces): Force invisible text to be | |
| 7857 visible. | |
| 7858 (dos-ps-printer): New var to avoid compilation gripes. | |
| 7859 | |
| 7860 1998-08-24 Kenichi Handa <handa@etl.go.jp> | |
| 7861 | |
| 7862 * ps-print.el (ps-mule-plot-string): Pay attention to the case | |
| 7863 that no more characters can't be printed in the current line. | |
| 7864 | |
| 7865 1998-08-24 Kenichi Handa <handa@etl.go.jp> | |
| 7866 | |
| 7867 * ps-print.el (ps-mule-find-wrappoint): ENDPOS should not be | |
| 7868 greater than TO. | |
| 7869 | |
| 7870 1998-08-24 Kenichi Handa <handa@etl.go.jp> | |
| 7871 | |
| 7872 * ps-print.el: Add codes to make ps-print.el work also on Emacs | |
| 7873 20.2 and the earlier version. | |
| 7874 (ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2. | |
| 7875 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise. | |
| 7876 (ps-mule-find-wrappoint): Likewise. | |
| 7877 (ps-mule-generate-font): Change `X' to `x' in format | |
| 7878 control-string. | |
| 7879 (ps-generate): Call ps-mule-begin before calling ps-begin-job. | |
| 7880 (ps-mule-cmpchar-prologue): Delete unnecessary `gsave' and | |
| 7881 `restore' form procedures `BC' and `EC'. | |
| 7882 | |
| 7883 1998-08-24 Kenichi Handa <handa@etl.go.jp> | |
| 7884 | |
| 7885 * ps-print.el (ps-print-prologue-1): Handle the case that FontBBox | |
| 7886 is an executable procedure. Make LineThickness, Xshadow, and | |
| 7887 Yshadow relative to FontHeight. Set SpaceWidth in BeginDoc. | |
| 7888 (ps-mule-font-info-database, ps-mule-font-info-database-ps, | |
| 7889 ps-mule-font-info-database-bdf): New vars. | |
| 7890 (ps-mule-encode-7bit, ps-mule-encode-8bit): New funs. | |
| 7891 (ccl-encode-ethio-unicode): New CCL program. | |
| 7892 (ps-mule-encode-ethiopic): New fun. | |
| 7893 (ps-mule-current-charset): New var. | |
| 7894 (ps-mule-get-font-spec, ps-mule-font-spec-src, | |
| 7895 ps-mule-font-spec-name, ps-mule-font-spec-encoding, | |
| 7896 ps-mule-font-spec-bytes, ps-mule-printable-p): New funs. | |
| 7897 (ps-mule-external-libraries): New var. | |
| 7898 (ps-mule-init-external-library): New fun. | |
| 7899 (ps-mule-font-cache): New var. | |
| 7900 (ps-mule-generate-font, ps-mule-generate-glyphs): New funs. | |
| 7901 (ps-last-font): New var. | |
| 7902 (ps-mule-prepare-font): New fun. | |
| 7903 (ps-mule-charset-list): New var. | |
| 7904 (ps-mule-prologue-generated, ps-mule-prologue): New vars. | |
| 7905 (ps-mule-skip-same-charset, ps-mule-find-wrappoint, | |
| 7906 ps-mule-plot-string): New funs. | |
| 7907 (ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue): | |
| 7908 New vars. | |
| 7909 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar, | |
| 7910 ps-mule-prepare-cmpchar-font): New funs. | |
| 7911 (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New | |
| 7912 vars. | |
| 7913 (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font, | |
| 7914 ps-mule-generate-bitmap-glyph): New funs. | |
| 7915 (ps-mule-initialize, ps-mule-begin): New funs. | |
| 7916 (ps-output-string-prim): Insert string as unibyte. | |
| 7917 (ps-output-prologue): New fun. | |
| 7918 (ps-flush-output): Handle the case of 'prologue. | |
| 7919 (ps-begin-file): Call ps-mule-initialize. | |
| 7920 (ps-begin-job): Set ps-control-or-escape-regexp differently if | |
| 7921 printing multibyte characters. | |
| 7922 (ps-begin-page): Set ps-mule-current-charset to 'ascii. | |
| 7923 (ps-basic-plot-string): Handle the case of printing ASCII | |
| 7924 characters by external libraries (e.g. BDF). | |
| 7925 (ps-set-font): Set ps-last-font. | |
| 7926 (ps-plot-region): Handle multibyte characters, use | |
| 7927 ps-mule-plot-string for them. | |
| 7928 (ps-generate): Set the spool buffer unibyte. Call ps-mule-begin. | |
| 7929 | |
| 7930 * bdf.el: New file. | |
| 7931 | |
| 7932 1998-08-23 Kenichi HANDA <handa@etl.go.jp> | |
| 7933 | |
| 7934 * international/mule-cmds.el (select-message-coding-system): New | |
| 7935 function. | |
| 7936 (set-language-environment-coding-systems): Set | |
| 7937 default-sendmail-coding-system. | |
| 7938 | |
| 7939 * mail/sendmail.el (sendmail-coding-system): Doc-string modified. | |
| 7940 (default-sendmail-coding-system): New variable. | |
| 7941 (sendmail-send-it): Encode the message by a coding system | |
| 7942 select-message-coding-system returns. | |
| 7943 | |
| 7944 1998-08-23 Eric Ludlam <zappo@gnu.org> | |
| 7945 | |
| 7946 * speedbar.el: (speedbar-with-writable): remove `toggle-read-only'. | |
| 7947 (speedbar-mode): Set buffer to read only. | |
| 7948 (speedbar-temp-buffer-show-function): For emacs don't call hook | |
| 7949 with arguments. | |
| 7950 (speedbar-stealthy-updates): Do all updates w/ the the buffer writable. | |
| 7951 | |
| 7952 1998-08-19 Dan Nicolaescu <done@ece.arizona.edu> | |
| 7953 | |
| 7954 * speedbar.el (speedbar-key-map): Fix typo. | |
| 7955 | |
| 7956 See ChangeLog.7 for earlier changes. |
