Mercurial > emacs
annotate lisp/ChangeLog @ 27910:cb2cc19e288e
*** empty log message ***
| author | Gerd Moellmann <gerd@gnu.org> |
|---|---|
| date | Tue, 29 Feb 2000 10:16:31 +0000 |
| parents | d2e57e7498a9 |
| children | 01ed7d4ff0b6 |
| rev | line source |
|---|---|
| 27910 | 1 2000-02-29 Gerd Moellmann <gerd@gnu.org> |
| 2 | |
| 3 * frame.el (frame-notice-user-settings): Use assq-delete-all | |
| 4 instead of assoc-delete-all. | |
| 5 (frame-notice-user-settings): Ditto. | |
| 6 | |
| 7 * subr.el (assq-delete-all): Renamed from assoc-delete-all. | |
| 8 Don't copy alist. | |
| 9 | |
| 27906 | 10 2000-02-28 Eli Barzilay <eli@cs.cornell.edu> |
| 11 | |
| 12 * calculator.el (calculator-use-menu): New option. | |
| 13 (calculator-initial-bindings): Changed some bindings to work as | |
| 14 macros. | |
| 15 (calculator-forced-input): Removed. | |
| 16 (calculator-restart-other-mode): New variable. | |
| 17 (calculator-mode-map): Set up menu. | |
| 18 | |
| 19 2000-02-28 Jari Aalto <jari.aalto@poboxes.com> | |
| 20 | |
| 21 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc | |
| 22 tags. | |
| 23 | |
|
27899
42f9a58e0fc4
* viper-cmd.el (viper-envelop-ESC-key): added the option to
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
27898
diff
changeset
|
24 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu> |
|
27900
117f66873369
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
27899
diff
changeset
|
25 |
|
27899
42f9a58e0fc4
* viper-cmd.el (viper-envelop-ESC-key): added the option to
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
27898
diff
changeset
|
26 * viper-cmd.el (viper-envelop-ESC-key): added the option to |
|
42f9a58e0fc4
* viper-cmd.el (viper-envelop-ESC-key): added the option to
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
27898
diff
changeset
|
27 translate all ESC key sequences. |
|
42f9a58e0fc4
* viper-cmd.el (viper-envelop-ESC-key): added the option to
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
27898
diff
changeset
|
28 (viper-goto-mark-subr): restore markers for files for which |
|
42f9a58e0fc4
* viper-cmd.el (viper-envelop-ESC-key): added the option to
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
27898
diff
changeset
|
29 they were saved. |
|
42f9a58e0fc4
* viper-cmd.el (viper-envelop-ESC-key): added the option to
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
27898
diff
changeset
|
30 * viper-init.el (viper-translate-all-ESC-keysequences): new variable. |
|
42f9a58e0fc4
* viper-cmd.el (viper-envelop-ESC-key): added the option to
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
27898
diff
changeset
|
31 * viper-util.el (viper-set-replace-overlay-glyphs, |
|
42f9a58e0fc4
* viper-cmd.el (viper-envelop-ESC-key): added the option to
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
27898
diff
changeset
|
32 viper-set-replace-overlay): always check if the replacement |
|
42f9a58e0fc4
* viper-cmd.el (viper-envelop-ESC-key): added the option to
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
27898
diff
changeset
|
33 overlay is live. |
|
42f9a58e0fc4
* viper-cmd.el (viper-envelop-ESC-key): added the option to
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
27898
diff
changeset
|
34 * viper.el (viper-vi-state-mode-list): added major modes. |
|
42f9a58e0fc4
* viper-cmd.el (viper-envelop-ESC-key): added the option to
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
27898
diff
changeset
|
35 * ediff-wind.el: minor comment changes. |
|
42f9a58e0fc4
* viper-cmd.el (viper-envelop-ESC-key): added the option to
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
27898
diff
changeset
|
36 * ediff.el: copyright notice date fix. |
|
42f9a58e0fc4
* viper-cmd.el (viper-envelop-ESC-key): added the option to
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
27898
diff
changeset
|
37 |
| 27898 | 38 2000-02-27 Jason Rumney <jasonr@gnu.org> |
| 39 | |
| 40 * faces.el (face-font-family-alternatives): Add arial to helv. | |
| 41 (mode-line, header-line, tool-bar): Same default as x for w32. | |
| 42 (fixed-pitch, variable-pitch): Remove wildcard as it prevents | |
| 43 face-font-family-alternatives from working. | |
| 44 * term/w32-win.el (mouse-set-font): Do not build fontset from | |
| 45 chosen font. | |
| 46 | |
| 27873 | 47 2000-02-25 Sam Steingold <sds@goems.com> |
| 48 | |
| 49 * emacs-lisp/cl-indent.el (toplvel): Indent `pprint-logical-block' | |
| 50 properly. | |
| 51 | |
| 52 2000-02-25 Richard M. Stallman <rms@caffeine.ai.mit.edu> | |
| 53 | |
| 54 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail. | |
| 55 | |
| 27856 | 56 2000-02-25 Gerd Moellmann <gerd@gnu.org> |
| 57 | |
| 58 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer | |
| 59 writable. | |
| 60 | |
| 27868 | 61 * frame.el (busy-cursor-delay-seconds): New option. |
| 27866 | 62 |
| 27847 | 63 2000-02-24 Gerd Moellmann <gerd@gnu.org> |
| 64 | |
| 65 * frame.el (show-cursor-in-non-selected-windows): New option. | |
| 66 | |
| 27845 | 67 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu> |
| 68 | |
| 69 * diary-lib.el (include-other-diary-files): Undo the selective | |
| 70 display in any included file and don't kill it. | |
| 71 | |
| 27841 | 72 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il> |
| 73 | |
| 74 * dired.el (dired-mode-map): Don't remove "Edit" from the menu | |
| 75 bar. Menu items converted to (menu-item format, help strings | |
| 76 added. | |
| 77 [downcase, upcase]: Don't enable on MS-DOS. | |
| 78 [symlink, symlinks]: Don't show if make-symbolic-link is not | |
| 79 bound. | |
| 80 [chown, chgrp]: Don't show on MS-DOS and MS-Windows. | |
| 81 | |
| 27825 | 82 2000-02-23 Dave Love <fx@gnu.org> |
| 83 | |
| 27838 | 84 * simple.el (zap-to-char, kill-line, kill-region, kill-word) |
| 85 (backward-kill-word): Revert addition of * to interactive spec -- | |
| 86 it's a feature. | |
| 87 | |
| 88 * paragraphs.el: (kill-paragraph, backward-kill-paragraph) | |
| 89 (backward-kill-sentence, kill-sentence): Likewise. | |
| 90 | |
| 27835 | 91 * gud.el (gud-jdb-build-class-source-alist): Prepend space to |
| 92 scratch buffer name. | |
| 93 (gud-format-command): Use int-to-string in ?l case. Simplify | |
| 94 slightly. | |
| 95 | |
| 96 * term/w32-win.el (internal-face-interactive): Update prompt for | |
| 97 new read-face-name. | |
| 98 | |
| 99 * mail/footnote.el (footnote): Add :version to defgroup. | |
| 100 (footnote-section-tag-regexp): Customize. | |
| 101 (footnote-start-tag, footnote-end-tag): New option. | |
| 102 (footnote-latin-regexp): New variable. | |
| 103 (Footnote-latin): New function. | |
| 104 (footnote-style-alist): Add element for latin style. | |
| 105 (footnote-style): Moved. | |
| 106 (Footnote-goto-footnote): Use eq to test arg. | |
| 107 | |
| 108 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message. | |
| 109 | |
| 27825 | 110 * emacs-lisp/byte-opt.el: Change old backquote syntax. |
| 111 (byte-compile-trueconstp): Include keywords. | |
| 112 (byte-optimize-quote, byte-optimize-lapcode): Use | |
| 113 byte-compile-const-symbol-p. | |
| 114 (byte-optimize-char-before): New optimization. | |
| 115 | |
| 116 * emacs-lisp/bytecomp.el: Change old backquote syntax. | |
| 117 (byte-compile-const-symbol-p): New function. | |
| 118 (byte-compile-constp, byte-compile-out-toplevel) | |
| 119 (byte-compile-form, byte-compile-form, byte-compile-variable-ref): | |
| 120 Use it. | |
| 121 | |
| 122 * subr.el (define-key-after): Default AFTER to t. Doc fix. | |
| 123 | |
| 27813 | 124 2000-02-23 Kenichi Handa <handa@etl.go.jp> |
| 125 | |
| 27815 | 126 * international/encoded-kb.el: Be sure to update minor-mode-alist |
| 127 and minor-mode-map-alist. | |
| 128 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift | |
| 129 codes SS2 and SS3 correctly. | |
| 130 (encoded-kbd-self-insert-ccl): New function. | |
| 131 (encoded-kbd-setup-keymap): New function. | |
| 132 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap | |
| 133 by calling encoded-kbd-setup-keymap. | |
| 134 | |
| 27813 | 135 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte |
| 136 characters. | |
| 137 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t | |
| 138 locally. | |
| 139 | |
| 27811 | 140 2000-02-22 Dave Love <fx@gnu.org> |
| 141 | |
| 142 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table) | |
| 143 (lisp-mode-map, lisp-interaction-mode-map): Define all inside | |
| 144 defvar. | |
| 145 (lisp-mode-syntax-table): Set up for #|...|# comments. | |
| 146 (lisp-imenu-generic-expression): Purecopy strings. Use syntax | |
| 147 classes. Match `defface'. | |
| 148 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options. | |
| 149 (eval-defun-1): Fix for defcustom. | |
| 150 (lisp-indent-region): Doc fix. | |
| 151 | |
| 152 * subr.el (when, unless, split-string): Doc fix. | |
| 153 (read-passwd): Move call of clear-this-command-keys to the right | |
| 154 place. | |
| 155 (replace-regexps-in-string): New function. | |
| 156 | |
| 27807 | 157 2000-02-22 Gerd Moellmann <gerd@gnu.org> |
| 158 | |
| 159 * help.el (describe-variable): Set syntax table to | |
| 160 emacs-lisp-mode-syntax-table when moving forward over the | |
| 161 symbol's name. | |
| 162 | |
| 27805 | 163 2000-02-22 Dave Love <fx@gnu.org> |
| 164 | |
| 165 * xt-mouse.el: Doc fixes. | |
| 166 (xterm-mouse-position-function): New function, replacing advice of | |
| 167 mouse-position. | |
| 168 (xterm-mouse-mode): Use it. Don't turn on under a window system. | |
| 169 | |
| 170 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition. | |
| 171 | |
| 27794 | 172 2000-02-21 Gerd Moellmann <gerd@gnu.org> |
| 173 | |
| 174 * format.el (format-annotate-single-property-change): Handle | |
| 175 properties.with dotted-list values. | |
| 176 (format-proper-list-p): New function. | |
| 177 | |
| 178 * enriched.el (enriched-face-ans): Handle '(foreground-color | |
| 179 . COLOR) and (background-color . COLOR). | |
| 180 | |
| 27788 | 181 2000-02-20 Dave Love <fx@gnu.org> |
| 182 | |
| 183 * textmodes/flyspell.el (flyspell-mouse-map): Change definition | |
| 184 and assignments to it. | |
| 185 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting | |
| 186 current local map. | |
| 187 (make-flyspell-overlay): Use it. | |
| 188 (flyspell-correct-word/mouse-keymap): Change XEmacs test. | |
| 189 | |
| 190 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level. | |
| 191 (lm-get-header-re): Defun, not defsubst. | |
| 192 (lm-get-package-name): Defun, not defsubst. Simplify. | |
| 193 (lm-version): Doc fix. Simplify. | |
| 194 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary) | |
| 195 (lm-crack-address, lm-last-modified-date, lm-commentary) | |
| 196 (lm-verify, lm-synopsis): Simplify. | |
| 197 (lm-report-bug): Require emacsbug. Use compose-mail. | |
| 198 | |
| 27785 | 199 2000-02-20 Gerd Moellmann <gerd@gnu.org> |
| 200 | |
| 201 * dired.el (dired-mode): Call propertized-buffer-identification | |
| 202 to set mode-line-buffer-identification to something having | |
| 203 the right text properties. | |
| 204 | |
| 205 * bindings.el (propertized-buffer-identification): New function. | |
| 206 | |
| 27777 | 207 2000-02-20 Dave Love <fx@gnu.org> |
| 208 | |
| 209 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and | |
| 210 check for t-mouse too. | |
| 211 | |
| 212 * cus-start.el: Make echo-keystrokes `number'. | |
| 213 | |
| 27776 | 214 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il> |
| 215 | |
| 216 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]: | |
| 217 Don't call ring-empty-p unless tags-location-ring is bound. | |
| 218 From Noah Friedman <friedman@splode.com>. | |
| 219 | |
|
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
220 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org> |
|
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
221 |
|
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
222 * progmodes/hideshow.el (hs-flag-region): No longer use |
|
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
223 `intangible' overlay property. |
|
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
224 |
|
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
225 (hs-toggle-hiding): New command. |
|
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
226 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'. |
|
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
227 |
|
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
228 (hs-minor-mode): Move call to `hs-grok-mode-type' early on. |
|
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
229 Fix omission bug: Run `hs-minor-mode-hook' for both activation |
|
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
230 and deactivation. |
|
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
231 |
| 27757 | 232 2000-02-18 Gerd Moellmann <gerd@gnu.org> |
| 233 | |
| 234 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs. | |
| 235 | |
| 27749 | 236 2000-02-17 Gerd Moellmann <gerd@gnu.org> |
| 237 | |
| 27754 | 238 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix. |
| 239 | |
| 27749 | 240 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax |
| 241 of `*' to handle `(* ... *)' comments. | |
| 242 | |
| 27732 | 243 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il> |
| 244 | |
| 27737 | 245 * faces.el (list-faces-display): Use display-mouse-p instead of |
| 246 window-system. | |
| 247 | |
| 27732 | 248 * menu-bar.el (global-map): Menu-bar items converted to the new |
| 249 format (menu-item..., rearranged for better CUA compliance, and | |
| 250 their names changed for better clarity. Help strings added. | |
| 251 | |
| 252 * international/mule-cmds.el (mule-menu-keymap) | |
| 253 (describe-language-environment-map, set-coding-system-map) | |
| 254 (setup-language-environment-map): Convert to new (menu-item... | |
| 255 form, add help strings. Change names of menu items for better | |
| 256 clarity. "Mule" menu-bar item removed (it's now in the "Options" | |
| 257 submenu). | |
| 258 | |
| 27729 | 259 2000-02-17 Gerd Moellmann <gerd@gnu.org> |
| 260 | |
|
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
261 * dired-aux.el (dired-do-copy): Remove spurious character.`n' |
| 27729 | 262 within the code. |
|
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
263 |
| 27717 | 264 2000-02-16 Dave Love <fx@gnu.org> |
|
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
265 |
| 27717 | 266 * faces.el: Don't require custom. Add more specific :groups to |
| 267 various deffaces. | |
| 268 (set-face-attribute): Purecopy args. | |
| 269 (read-face-name): Default to name at point and use it in prompt. | |
| 270 Remove colon from arg in all callers. | |
| 271 (list-faces-display): Hyperlink to face descriptions and customize | |
| 272 buffers. | |
| 273 | |
| 27712 | 274 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk> |
| 275 | |
| 276 * wid-edit.el (widget-match-inline): An atom never matches a | |
| 277 list. | |
| 278 | |
| 27707 | 279 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> |
| 280 | |
| 27713 | 281 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path |
| 282 at ':' characters by call to split-string. | |
| 27707 | 283 |
| 284 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
| 285 | |
| 27713 | 286 * textmodes/bibtex.el: Added RCS version identification. |
| 27707 | 287 |
| 288 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
| 289 | |
| 27713 | 290 * textmodes/bibtex.el: Some temporary comments removed. |
| 291 (bibtex-field-name, bibtex-entry-type): Made the relationship | |
| 292 explicit. | |
| 293 (bibtex-field-const): Allow capital letters. | |
| 294 (bibtex-start-of-string): Deleted because unused. | |
| 295 | |
| 296 * textmodes/bibtex.el: Unified some nomenclature. We no longer | |
| 297 use the term 'reference' to describe a bibtex entry as a whole. | |
| 298 Further, reference keys are no longer called 'labels'. | |
| 299 (bibtex-keys): Renamed to bibtex-reference-keys. | |
| 300 (bibtex-reformat-previous-labels): Renamed to | |
| 301 bibtex-reformat-previous-reference-keys. | |
| 302 (bibtex-reference-type): Renamed to bibtex-entry-type. | |
| 303 (bibtex-reference-head): Renamed to bibtex-entry-head. | |
| 304 (bibtex-reference-maybe-empty-head): Renamed to | |
| 305 bibtex-entry-maybe-empty-head. | |
| 306 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry. | |
| 307 (bibtex-search-reference): Renamed to bibtex-search-entry. | |
| 308 (bibtex-enclosing-reference-maybe-empty-head): Renamed to | |
| 309 bibtex-enclosing-entry-maybe-empty-head. | |
| 310 (bibtex-entry-field-alist, bibtex-entry-head, | |
| 311 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry, | |
| 312 bibtex-map-entries, bibtex-search-entry, | |
| 313 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry, | |
| 314 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode, | |
| 315 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message, | |
| 316 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer, | |
| 317 bibtex-find-entry-location, bibtex-validate, bibtex-find-text, | |
| 318 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat, | |
| 319 bibtex-complete-key, bibtex-String) : Use the new nomenclature. | |
| 27707 | 320 |
| 321 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
| 322 | |
| 27713 | 323 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant |
| 324 comment. | |
| 325 (bibtex-format-field-delimiters): New function, functionality | |
| 326 extracted from bibtex-format-entry. | |
| 327 (bibtex-autokey-get-yearfield-digits): New function, functionality | |
| 328 extracted from bibtex-autokey-get-yearfield. | |
| 329 | |
| 330 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex | |
| 331 entries in order to avoid stack overflow in the regexp matcher if | |
| 332 field contents become large. | |
| 333 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield, | |
| 334 bibtex-field-string-part-not-braced, | |
| 335 bibtex-field-string-part-no-inner-braces, | |
| 336 bibtex-field-string-part-1-inner-brace, | |
| 337 bibtex-field-string-part-2-inner-braces, | |
| 338 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced, | |
| 339 bibtex-field-string-quoted, bibtex-field-string, | |
| 340 bibtex-field-string-or-const, bibtex-field-text, bibtex-field, | |
| 341 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix, | |
| 342 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted | |
| 343 as parsing is now performed by the following functions. | |
| 344 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced, | |
| 345 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted, | |
| 346 bibtex-parse-field-string, bibtex-search-forward-field-string, | |
| 347 bibtex-parse-association, bibtex-field-name-for-parsing, | |
| 348 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field, | |
| 349 bibtex-search-forward-field, bibtex-search-backward-field, | |
| 350 bibtex-start-of-field, bibtex-end-of-field, | |
| 351 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field, | |
| 352 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field, | |
| 353 bibtex-parse-string-prefix, bibtex-parse-string-postfix, | |
| 354 bibtex-parse-string, bibtex-search-forward-string, | |
| 355 bibtex-search-backward-string, bibtex-start-of-string, | |
| 356 bibtex-end-of-string, bibtex-start-of-reference-key-in-string, | |
| 357 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string, | |
| 358 bibtex-end-of-text-in-string): New functions for the parsing of bibtex | |
| 359 entries. Instead of reporting the results of the parsing by | |
| 360 match-beginning or match-end, these functions return data structures | |
| 361 that hold the corresponding positions. | |
| 362 (bibtex-enclosing-field): Changed to also report field boundaries by | |
| 363 return values rather than by match-beginning or match-end. The | |
| 364 following functions have been adapted to use the new parsing | |
| 365 functions. | |
| 366 (bibtex-skip-to-valid-entry, bibtex-search-reference, | |
| 367 bibtex-enclosing-field, bibtex-format-entry, | |
| 368 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring, | |
| 369 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode, | |
| 370 bibtex-print-help-message, bibtex-end-of-entry, | |
| 371 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field, | |
| 372 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters, | |
| 373 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new | |
| 374 method for parsing. | |
| 375 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry, | |
| 376 bibtex-map-entries, bibtex-flash-head, | |
| 377 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry, | |
| 378 bibtex-autokey-change, bibtex-autokey-get-namefield, | |
| 379 bibtex-autokey-get-names, bibtex-autokey-get-titlestring, | |
| 380 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode, | |
| 381 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer, | |
| 382 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters, | |
| 383 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in | |
| 384 order to make the new binding of case-fold-search immediately | |
| 385 visible. | |
| 27707 | 386 |
| 387 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
| 388 | |
| 27713 | 389 * textmodes/bibtex.el: Copyright notice is up to date. |
| 390 Added constant 'bibtex-maintainer-salutation. | |
| 391 | |
| 392 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather | |
| 393 than make-temp-name, use match-string-no-properties and eliminate | |
| 394 a quadratic behavior when building bibtex-strings. | |
| 395 | |
| 396 * bibtex.el (bibtex-reference-key): Accept string entries whose | |
| 397 reference key contains upper case letters. | |
| 27707 | 398 |
| 399 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
| 400 | |
| 27713 | 401 * bibtex.el (bibtex-reference-head): Allow entries to start with |
| 402 a new line. | |
| 27707 | 403 |
| 404 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
| 405 | |
| 27713 | 406 * bibtex.el: Hiding of entry bodies is not longer provided by |
| 407 bibtex.el directly. Instead the hideshow package can be used. | |
| 408 Added a special bibtex entry to hs-special-modes-alist. | |
| 409 (bibtex-hs-forward-sexp): Added for hideshow.el. | |
| 27729 | 410 |
| 411 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
| 412 | |
| 413 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path | |
| 414 at ':' characters by call to split-string. | |
| 415 | |
| 416 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
| 417 | |
| 418 * textmodes/bibtex.el: Added RCS version identification. | |
| 419 | |
| 420 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
| 421 | |
| 422 * textmodes/bibtex.el: Some temporary comments removed. | |
| 423 (bibtex-field-name, bibtex-entry-type): Made the relationship | |
| 424 explicit. | |
| 425 (bibtex-field-const): Allow capital letters. | |
| 426 (bibtex-start-of-string): Deleted because unused. | |
| 427 | |
| 428 * textmodes/bibtex.el: Unified some nomenclature. We no longer | |
| 429 use the term 'reference' to describe a bibtex entry as a whole. | |
| 430 Further, reference keys are no longer called 'labels'. | |
| 431 (bibtex-keys): Renamed to bibtex-reference-keys. | |
| 432 (bibtex-reformat-previous-labels): Renamed to | |
| 433 bibtex-reformat-previous-reference-keys. | |
| 434 (bibtex-reference-type): Renamed to bibtex-entry-type. | |
| 435 (bibtex-reference-head): Renamed to bibtex-entry-head. | |
| 436 (bibtex-reference-maybe-empty-head): Renamed to | |
| 437 bibtex-entry-maybe-empty-head. | |
| 438 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry. | |
| 439 (bibtex-search-reference): Renamed to bibtex-search-entry. | |
| 440 (bibtex-enclosing-reference-maybe-empty-head): Renamed to | |
| 441 bibtex-enclosing-entry-maybe-empty-head. | |
| 442 (bibtex-entry-field-alist, bibtex-entry-head, | |
| 443 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry, | |
| 444 bibtex-map-entries, bibtex-search-entry, | |
| 445 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry, | |
| 446 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode, | |
| 447 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message, | |
| 448 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer, | |
| 449 bibtex-find-entry-location, bibtex-validate, bibtex-find-text, | |
| 450 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat, | |
| 451 bibtex-complete-key, bibtex-String) : Use the new nomenclature. | |
| 27707 | 452 |
| 453 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
| 454 | |
| 27729 | 455 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant |
| 456 comment. | |
| 457 (bibtex-format-field-delimiters): New function, functionality | |
| 458 extracted from bibtex-format-entry. | |
| 459 (bibtex-autokey-get-yearfield-digits): New function, functionality | |
| 460 extracted from bibtex-autokey-get-yearfield. | |
| 461 | |
| 462 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex | |
| 463 entries in order to avoid stack overflow in the regexp matcher if | |
| 464 field contents become large. | |
| 465 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield, | |
| 466 bibtex-field-string-part-not-braced, | |
| 467 bibtex-field-string-part-no-inner-braces, | |
| 468 bibtex-field-string-part-1-inner-brace, | |
| 469 bibtex-field-string-part-2-inner-braces, | |
| 470 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced, | |
| 471 bibtex-field-string-quoted, bibtex-field-string, | |
| 472 bibtex-field-string-or-const, bibtex-field-text, bibtex-field, | |
| 473 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix, | |
| 474 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted | |
| 475 as parsing is now performed by the following functions. | |
| 476 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced, | |
| 477 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted, | |
| 478 bibtex-parse-field-string, bibtex-search-forward-field-string, | |
| 479 bibtex-parse-association, bibtex-field-name-for-parsing, | |
| 480 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field, | |
| 481 bibtex-search-forward-field, bibtex-search-backward-field, | |
| 482 bibtex-start-of-field, bibtex-end-of-field, | |
| 483 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field, | |
| 484 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field, | |
| 485 bibtex-parse-string-prefix, bibtex-parse-string-postfix, | |
| 486 bibtex-parse-string, bibtex-search-forward-string, | |
| 487 bibtex-search-backward-string, bibtex-start-of-string, | |
| 488 bibtex-end-of-string, bibtex-start-of-reference-key-in-string, | |
| 489 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string, | |
| 490 bibtex-end-of-text-in-string): New functions for the parsing of bibtex | |
| 491 entries. Instead of reporting the results of the parsing by | |
| 492 match-beginning or match-end, these functions return data structures | |
| 493 that hold the corresponding positions. | |
| 494 (bibtex-enclosing-field): Changed to also report field boundaries by | |
| 495 return values rather than by match-beginning or match-end. The | |
| 496 following functions have been adapted to use the new parsing | |
| 497 functions. | |
| 498 (bibtex-skip-to-valid-entry, bibtex-search-reference, | |
| 499 bibtex-enclosing-field, bibtex-format-entry, | |
| 500 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring, | |
| 501 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode, | |
| 502 bibtex-print-help-message, bibtex-end-of-entry, | |
| 503 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field, | |
| 504 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters, | |
| 505 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new | |
| 506 method for parsing. | |
| 507 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry, | |
| 508 bibtex-map-entries, bibtex-flash-head, | |
| 509 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry, | |
| 510 bibtex-autokey-change, bibtex-autokey-get-namefield, | |
| 511 bibtex-autokey-get-names, bibtex-autokey-get-titlestring, | |
| 512 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode, | |
| 513 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer, | |
| 514 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters, | |
| 515 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in | |
| 516 order to make the new binding of case-fold-search immediately | |
| 517 visible. | |
| 518 | |
| 519 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
| 520 | |
| 521 * textmodes/bibtex.el: Copyright notice is up to date. | |
| 522 Added constant 'bibtex-maintainer-salutation. | |
| 523 | |
| 524 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather | |
| 525 than make-temp-name, use match-string-no-properties and eliminate | |
| 526 a quadratic behavior when building bibtex-strings. | |
| 527 | |
| 528 * bibtex.el (bibtex-reference-key): Accept string entries whose | |
| 529 reference key contains upper case letters. | |
| 530 | |
| 531 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
| 532 | |
| 533 * bibtex.el (bibtex-reference-head): Allow entries to start with | |
| 534 a new line. | |
| 535 | |
| 536 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
| 537 | |
| 538 * bibtex.el: Hiding of entry bodies is not longer provided by | |
| 539 bibtex.el directly. Instead the hideshow package can be used. | |
| 540 Added a special bibtex entry to hs-special-modes-alist. | |
| 541 (bibtex-hs-forward-sexp): Added for hideshow.el. | |
| 542 | |
| 543 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
| 544 | |
| 27713 | 545 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to |
| 27707 | 546 proceedings entry type (for cross referencing). Thanks to Wagner |
| 547 Toledo Correa for the suggestion. | |
| 548 | |
| 27713 | 549 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu. |
| 27707 | 550 |
| 27690 | 551 2000-02-14 Kenichi Handa <handa@etl.go.jp> |
| 552 | |
| 553 * international/characters.el: Setup case table for Vietnamese. | |
| 554 | |
| 27687 | 555 2000-02-12 Gerd Moellmann <gerd@gnu.org> |
| 556 | |
| 557 * uniquify.el (toplevel): Require CL at compile time. | |
| 558 (uniquify-push): Removed. | |
| 559 | |
| 560 * shadowfile.el (shadow-when): Removed. | |
| 561 | |
| 562 * tempo.el (tempo-dolist, tempo-mapc): Removed. | |
| 563 (tempo-process-and-insert-string): Use dolist instead of | |
| 564 tempo-dolist. | |
| 565 | |
| 566 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from | |
| 567 regexp for paragraph-start. | |
| 568 | |
| 569 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading | |
| 570 commas as well. | |
| 571 | |
| 27657 | 572 2000-02-10 Dave Love <fx@gnu.org> |
| 573 | |
| 574 * wid-edit.el: (widgets) [defgroup]: Remove url link. | |
| 575 (widget-color-choice-list, widget-color-history, widget-mouse-help): | |
| 576 Deleted. | |
| 577 (widget-specify-field, widget-specify-button): Don't use | |
| 578 widget-mouse-help as help-echo property. | |
| 579 (default): Use #'ignore for :validate and :mouse-down-action. | |
| 580 (checkbox): Add help-echo. | |
| 581 (widget-sexp-validate): Rewritten to clarify error messages. | |
| 582 (character): Use char-valid-p in :match function. | |
| 583 (widget-color-complete): Use facemenu-color-alist. | |
| 584 (widget-color-action): Use facemenu-read-color. | |
| 585 | |
| 586 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't | |
| 587 set up `caar' &c that we now have. | |
| 588 | |
| 27713 | 589 2000-02-09 Ray Blaak <blaak@gnu.org> |
| 590 | |
| 591 * delphi.el: Make resourcestring a declaration region, like const | |
| 592 and var. | |
| 593 | |
| 27652 | 594 2000-02-09 Dave Love <fx@gnu.org> |
| 595 | |
| 596 * bindings.el (mode-line-input-method-map): New variable. | |
| 597 (mode-line-mule-info): Use it; fix last change. | |
| 598 (mode-line-mode-menu): Move definition. | |
| 599 (mode-line-mouse-sensitive-p): Deleted. | |
| 600 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p. | |
| 601 (make-mode-line-mouse-sensitive): Deleted. Body moved to top | |
| 602 level. | |
| 603 | |
| 604 * startup.el (command-line-1): Don't call | |
| 605 make-mode-line-mouse-sensitive. | |
| 606 | |
| 27644 | 607 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it> |
| 608 | |
| 609 * mail/rmail.el (rmail-retry-failure): Use | |
| 610 rmail-beginning-of-message before rmail-toggle-header, because the | |
| 611 former toggles headers. | |
| 612 | |
|
27636
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
613 2000-02-06 Stefan Monnier <monnier@cs.yale.edu> |
|
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
614 |
|
27637
79014abee3cc
(diff-kill-junk): New interactive function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27636
diff
changeset
|
615 * diff-mode.el (diff-kill-junk): New interactive function. |
|
79014abee3cc
(diff-kill-junk): New interactive function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27636
diff
changeset
|
616 (diff-reverse-direction): Use delete-and-extract-region. |
|
79014abee3cc
(diff-kill-junk): New interactive function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27636
diff
changeset
|
617 (diff-post-command-hook): Restrict the area so that the hook also works |
|
79014abee3cc
(diff-kill-junk): New interactive function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27636
diff
changeset
|
618 outside of any diff hunk. This is necessary for the minor-mode. |
|
79014abee3cc
(diff-kill-junk): New interactive function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27636
diff
changeset
|
619 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist. |
|
79014abee3cc
(diff-kill-junk): New interactive function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27636
diff
changeset
|
620 (diff-minor-mode): Setup the hooks for header-hunk rewriting. |
|
79014abee3cc
(diff-kill-junk): New interactive function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27636
diff
changeset
|
621 |
|
27636
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
622 * font-lock.el (font-lock-keywords): Fix doc for multiline matches. |
|
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
623 (font-lock-add-keywords): Make it work even if font-lock-mode is nil, |
|
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
624 so that it can be used more easily in <foo>-mode-hook. Also make sure |
|
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
625 to avoid duplicate entries. |
|
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
626 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'. |
|
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
627 (font-lock-remove-keywords): Just as was done for `add', allow it to |
|
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
628 work even if font-lock-mode is nil. Also make sure we don't modify |
|
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
629 any pre-existing list by forcing a copy-sequence. Finally rename |
|
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
630 `major-mode' to `mode'. |
|
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
631 (font-lock-fontify-syntactic-anchored-keywords) |
|
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
632 (font-lock-fontify-anchored-keywords) |
|
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
633 (font-lock-fontify-keywords-region): Use line-end-position. |
|
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
634 Don't make `font-lock-multiline' local (it's now done in |
|
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
635 font-lock-set-defaults). |
|
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
636 (font-lock-set-defaults): Make `font-lock-multiline' local. Also |
|
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
637 move the `font-lock-fontified' creation to inside the `unless'. |
|
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
638 |
|
27634
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27617
diff
changeset
|
639 2000-02-06 Andrew Innes <andrewi@gnu.org> |
|
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27617
diff
changeset
|
640 |
|
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27617
diff
changeset
|
641 * term/w32-win.el (x-handle-args): Comment out call to message, |
|
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27617
diff
changeset
|
642 which occurs before window system is initialized. |
|
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27617
diff
changeset
|
643 |
|
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27617
diff
changeset
|
644 * makefile.nt: Add support for recompiling lisp code. |
|
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27617
diff
changeset
|
645 |
| 27610 | 646 2000-02-04 Dave Love <fx@gnu.org> |
| 647 | |
| 27617 | 648 * bindings.el (mode-line-mule-info): Fix/extend last change. |
| 649 | |
| 27610 | 650 * completion.el: Replace completion-dolist with dolist. |
| 651 | |
| 652 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, | |
| 653 dotimes. | |
| 654 | |
|
27609
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
655 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl> |
|
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
656 |
|
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
657 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the |
|
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
658 environment names before they go into the section regexp. |
|
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
659 |
|
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
660 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to |
|
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
661 char class in regexp. |
|
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
662 |
|
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
663 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind |
|
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
664 `case-fold-search' to nil. |
|
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
665 |
|
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
666 * progmodes/idlwave.el (idlwave-template): Respect |
|
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
667 `idlwave-abbrev-change-case'. |
|
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
668 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for, |
|
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
669 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat, |
|
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
670 idlwave-while): respect `idlwave-reserved-word-upcase'. |
|
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
671 (idlwave-rw-case): New function. |
|
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
672 (idlwave-statement-match): Fixed problem with assignment regexp. |
|
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
673 (idlwave-font-lock-keywords): Improved regexp for keyword |
|
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
674 parameters. |
|
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
675 (idlwave-surround): New argument LENGTH to support padding of |
|
27609
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
676 operators longer than 1 char. |
|
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
677 |
|
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
678 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with |
|
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
679 idlwave-shell-expression-overlay. Implemented printing of |
|
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
680 expressions on higher levels of the calling stack. |
|
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
681 (idlwave-shell-display-level-in-calling-stack): Restore stack |
|
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
682 level. |
|
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
683 (idlwave-retrieve-expression-from-level): New function. |
|
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
684 (idlwave-shell-last-calling-stack): Variable removed. |
|
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
685 (idlwave-shell-reset): Argument action reversed (`visible' to |
|
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
686 `hidden'). Also remove stop-line overlay. |
|
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
687 (idlwave-shell-calling-stack-routine): New variable. |
|
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
688 (idlwave-shell-parse-stack-and-display): Messages now display |
|
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
689 negative level numbers. |
|
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
690 (idlwave-shell-mode): Set `modeline-format'. |
|
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
691 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'. |
|
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
692 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs |
|
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
693 21. |
|
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
694 (idlwave-shell-print-expression-function): New option. |
|
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
695 |
|
27609
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
696 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere, |
|
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
697 idlwave-toolbar-remove-everywhere): Keybindings prefix is now |
|
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
698 `tool-bar' instead of `toolbar'. |
|
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
699 |
| 27590 | 700 2000-02-02 Dave Love <fx@gnu.org> |
| 701 | |
| 702 * emacs-lisp/cl.el: Use bytecomp-load-hook, not | |
| 703 emacs-lisp-mode-hook. Don't check for defalias being defined. | |
| 704 | |
| 705 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash) | |
| 706 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use | |
| 707 the new builtins directly. | |
| 708 | |
| 709 * whitespace.el (whitespace): Add :version to defgroup. | |
| 710 | |
| 711 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference): | |
| 712 Doc fix. | |
| 713 | |
| 714 * thingatpt.el (sexp-at-point, symbol-at-point) | |
| 715 (number-at-point, list-at-point): Add autoload cookie. | |
| 716 | |
| 717 * recentf.el (recentf): Add :version to defgroup. | |
| 718 | |
| 719 * quickurl.el (quickurl): Add :version to defgroup. | |
| 720 | |
| 721 * elide-head.el (elide-head): Use point-marker more. | |
| 722 | |
| 723 * bs.el (bs): Add :version to defgroup. | |
| 724 | |
| 725 * autorevert.el (global-auto-revert-mode): Add autoload cookie. | |
| 726 | |
| 727 * progmodes/delphi.el (delphi): Add :version to defgroup. | |
| 728 | |
| 27587 | 729 2000-02-02 Gerd Moellmann <gerd@gnu.org> |
| 730 | |
| 731 * ange-ftp.el (ange-ftp-write-region): Handle case that | |
| 732 succeeding process operation sets a different coding system. | |
| 733 | |
| 734 * calculator.el: New file. | |
| 735 | |
| 27572 | 736 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il> |
| 737 | |
| 738 * frame.el (frames-on-display-list, framep-on-display): New | |
| 739 functions. | |
| 740 (display-mouse-p, display-popup-menus-p, display-graphic-p) | |
| 741 (display-selections-p, display-screens, display-pixel-width) | |
| 742 (display-pixel-height, display-mm-width, display-mm-height) | |
| 743 (display-backing-store, display-save-under, display-planes) | |
| 744 (display-color-cells, display-visual-class): New functions. | |
| 745 | |
| 746 * term/tty-colors.el (tty-color-gray-shades): New function. | |
| 747 | |
| 748 * faces.el (display-color-p): Use framep-on-display. | |
| 749 (display-grayscale-p): New function. | |
| 750 | |
| 27549 | 751 2000-01-31 Dave Love <fx@gnu.org> |
| 752 | |
| 753 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it. | |
| 754 (create-fontset-from-x-resource): Don't concat integers. | |
| 755 | |
| 27545 | 756 2000-01-31 Inge Frick <inge@nada.kth.se> |
| 757 | |
| 758 * view.el: Some changes in documentation. Removed some trailing | |
| 759 whitespace. Changed some parameter names to agree with | |
| 760 documentation. | |
| 761 (view-mode-exit): Keep entry in `view-return-to-alist' only when a | |
| 762 window is not deleted. Modifies change 1998-04-26. | |
|
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
763 |
| 27541 | 764 2000-01-31 Gerd Moellmann <gerd@gnu.org> |
| 765 | |
| 27543 | 766 * windmove.el: New file. |
| 767 | |
| 27541 | 768 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el, |
| 769 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el, | |
| 27545 | 770 progmodes/ebnf-yac.el: Update copyright and license info. |
|
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
771 |
| 27541 | 772 * jit-lock.el (jit-lock-function): Widen before calculating end |
| 773 position. | |
| 774 (jit-lock-stealth-chunk-start): Rewritten. | |
| 775 | |
| 776 * info.el (Info-title-face-alist): Removed. | |
| 777 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New | |
| 778 faces. | |
| 779 (Info-fontify-node): Use these faces. | |
| 780 | |
| 27527 | 781 2000-01-30 Gerd Moellmann <gerd@gnu.org> |
| 782 | |
| 783 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list) | |
| 784 (cl-macro-list1): Recognize `&allow-other-keys' instead of | |
| 785 `&allow-other-keywords'. | |
| 786 | |
| 787 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to | |
| 788 the list of directories scanned heuristically. | |
| 789 | |
| 790 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to | |
| 791 exist. | |
| 792 | |
| 27523 | 793 2000-01-30 Jason Rumney <jasonr@gnu.org> |
| 794 | |
| 795 * w32-fns.el: Define w32-tty-standard-colors. | |
| 796 | |
| 797 * startup.el (command-line): Use w32-tty-standard-colors when in | |
| 798 w32 console mode. | |
| 799 | |
| 27510 | 800 2000-01-30 Dave Love <fx@gnu.org> |
| 801 | |
| 27513 | 802 * jka-compr.el (jka-compr-load): Fix up load-history. |
| 803 | |
| 27510 | 804 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes. |
| 805 | |
| 806 * emacs-lisp/cl-macs.el: Revert previous change. | |
| 807 | |
| 27499 | 808 2000-01-29 Dave Love <fx@gnu.org> |
| 809 | |
| 810 * facemenu.el: Purecopy various strings. | |
| 811 | |
| 812 * timezone.el (timezone-fix-time): Window against 69 for two-digit | |
| 813 years. Deal with three-digit years. | |
| 814 | |
| 815 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use | |
| 816 defconst, purecopy. | |
| 817 (help-back-label): Purecopy it. | |
| 818 | |
| 27498 | 819 2000-01-18 Gerd Moellmann <gerd@gnu.org> |
| 820 | |
| 821 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration | |
| 822 variable. If non-nil, order the buffer list according to the | |
| 823 currently selected frame. | |
| 824 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is | |
| 825 non-nil, pass the selected frame to function buffer-list. | |
|
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
826 |
| 27496 | 827 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
| 828 | |
| 829 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix | |
| 830 | |
| 27486 | 831 2000-01-28 Dave Love <fx@gnu.org> |
| 832 | |
| 27491 | 833 * emacs-lisp/cl-macs.el: Remove dotimes, dolist. |
| 834 | |
| 27486 | 835 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop. |
| 836 Don't use lisp-indent-hook property. | |
| 837 (cl-abs): Remove. | |
| 838 | |
| 839 * subr.el: Move out indent and edebug specs for when and unless. | |
| 840 | |
| 841 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes, | |
| 842 when, unless. | |
| 843 | |
| 844 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist, | |
| 845 unless, when. | |
| 846 | |
| 27467 | 847 2000-01-28 Gerd Moellmann <gerd@gnu.org> |
| 848 | |
| 27481 | 849 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize |
| 850 `collecting' as synonym for `collect'. | |
| 851 | |
| 852 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name | |
| 853 for the case it contains spaces. | |
| 854 | |
| 855 * simple.el (what-cursor-position): Change formatting of | |
| 856 messages. | |
| 857 | |
| 27473 | 858 * frame.el (delete-other-frames): New function. |
| 859 (toplevel): Bind it to C-x 5 1. | |
| 860 | |
| 27469 | 861 * sort.el (sort-numeric-base): New option. |
| 862 (sort-numeric-fields): If number starts with `0' or `0[xX[', | |
| 863 interpret it as octal or hexadecimal. Use sort-numeric-base | |
| 864 as default base. | |
| 865 | |
| 27467 | 866 * progmodes/glasses.el: New file. |
| 867 | |
| 27451 | 868 2000-01-27 Gerd Moellmann <gerd@gnu.org> |
| 869 | |
| 27461 | 870 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched |
| 871 userids differently. | |
| 872 | |
| 27451 | 873 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el, |
| 874 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el, | |
| 875 progmodes/ebnf-yac.el: New files. | |
| 876 | |
| 27446 | 877 2000-01-26 Dave Love <fx@gnu.org> |
| 878 | |
| 879 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose | |
| 880 on a function with an empty body. [From Eric Ludlam.] | |
| 881 | |
| 27437 | 882 2000-01-25 Andre Spiegel <spiegel@gnu.org> |
| 883 | |
| 884 * vc.el (vc-version-diff): Make sure file name is expanded. | |
| 885 | |
| 27433 | 886 2000-01-25 Gerd Moellmann <gerd@gnu.org> |
| 887 | |
| 888 * scroll-bar.el (scroll-bar-timer): Variable removed. | |
| 889 (scroll-bar-toolkit-scroll): Don't use a timer. | |
| 890 | |
| 27419 | 891 2000-01-25 Kenichi Handa <handa@etl.go.jp> |
| 892 | |
| 893 * language/thai-util.el (thai-composition-function): Delete | |
| 894 superfluous `a'. | |
| 895 | |
| 27418 | 896 2000-01-24 Dave Love <fx@gnu.org> |
| 897 | |
| 898 * fortran.el (fortran-mode): Use beginning-of-defun-function, | |
| 899 end-of-defun-function. | |
| 900 | |
| 901 * font-lock.el (turn-on-font-lock): Don't depend on window-system | |
| 902 &c. | |
| 903 | |
| 27405 | 904 2000-01-22 Jason Rumney <jasonr@gnu.org> |
| 905 | |
| 906 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it | |
| 907 conflicts with new face support. | |
| 908 | |
|
27392
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
909 2000-01-22 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
|
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
910 |
|
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
911 * replace.el (query-replace): Rename last arg to DELIMITED. |
|
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
912 (map-query-replace-regexp, query-replace-regexp-eval): Likewise. |
|
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
913 (query-replace-regexp): Likewise. |
|
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
914 |
|
27378
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
915 2000-01-20 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
|
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
916 |
|
27385
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
917 * subr.el (with-syntax-table): Use make-symbol, not gensym. |
|
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
918 |
|
27381
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
919 * emacs-lisp/lisp.el (beginning-of-defun-function): |
|
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
920 Variable renamed from beginning-of-defun. |
|
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
921 Do not call make-variable-buffer-local. |
|
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
922 (beginning-of-defun-raw): Use new variable name; doc fix. |
|
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
923 (beginning-of-defun): Doc fix. |
|
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
924 (end-of-defun-function): Variable renamed from end-of-defun. |
|
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
925 Do not call make-variable-buffer-local. |
|
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
926 (end-of-defun): Use new variable name; doc fix. |
|
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
927 |
|
27385
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
928 * subr.el (dolist, dotimes): Copied from cl-macs.el |
|
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
929 and made to work. |
|
27378
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
930 |
|
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
931 * mail/undigest.el (rmail-digest-end-regexps): |
|
27378
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
932 Variable replaces rmail-digest-end-regexp. |
|
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
933 Allows multiple regexps for detecting the end line. |
|
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
934 (undigestify-rmail-message): Corresponding changes. |
|
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
935 |
| 27366 | 936 2000-01-19 Dave Love <fx@gnu.org> |
| 937 | |
| 27368 | 938 * files.el (user-init-file): Don't declare here -- is primitive. |
| 939 | |
| 27366 | 940 * startup.el (command-line): Check for compiled user-init-file and |
| 941 set to uncompiled version if necessary. | |
| 942 | |
| 27358 | 943 2000-01-18 Gerd Moellmann <gerd@gnu.org> |
| 944 | |
| 27361 | 945 * mail/undigest.el (rmail-digest-end-regexp): New user option. |
| 946 (undigestify-rmail-message): Use it. | |
| 947 | |
| 27358 | 948 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT. |
| 949 | |
| 27351 | 950 2000-01-17 Gerd Moellmann <gerd@gnu.org> |
| 951 | |
| 952 * tmm.el (tmm-goto-completions): Adapt to prompt being part | |
| 953 of mini-buffer. | |
| 954 | |
| 27326 | 955 2000-01-14 Gerd Moellmann <gerd@gnu.org> |
| 956 | |
| 27330 | 957 * emacs-lisp/copyright.el (copyright-update): Removed the |
| 958 requirement for a trailing space from `copyright-regexp', to | |
| 959 support copyrights with owner specified on a separate line.. | |
|
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
960 |
| 27327 | 961 * align.el: New file. |
| 962 | |
| 27326 | 963 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu. |
| 964 | |
| 965 * net/eudc.el (toplevel): Define EUDC menu for Emacs. | |
| 966 | |
| 27323 | 967 2000-01-13 Dave Love <fx@gnu.org> |
| 968 | |
| 969 * ph.el: Removed. (Obsoleted by EUDC.) | |
| 970 | |
| 27321 | 971 2000-01-13 Gerd Moellmann <gerd@gnu.org> |
| 972 | |
| 973 * net/eudc.el (toplevel): Remove autoloaded code installing | |
| 974 menu with easymenu, because that causes build problems. | |
| 975 | |
| 976 * frame.el (frame-notice-user-settings): New variable. | |
| 977 (frame-notice-user-settings): Don't modify frame parameters | |
| 978 if called a second time. | |
| 979 | |
| 980 2000-01-13 Richard M. Stallman <rms@caffeine.ai.mit.edu> | |
| 981 | |
| 982 * frame.el (frame-notice-user-settings): | |
| 983 Notice default-frame-parameters even for non-window frames. | |
| 984 | |
| 27318 | 985 2000-01-13 Gerd Moellmann <gerd@gnu.org> |
| 986 | |
| 987 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds | |
| 988 for Emacs. | |
| 989 (eudc-bob-can-display-inline-images): Extend for Emacs. | |
| 990 (eudc-bob-toggle-inline-display): Ditto. | |
| 991 (eudc-bob-display-jpeg): Ditto. | |
| 992 | |
| 27304 | 993 2000-01-12 Gerd Moellmann <gerd@gnu.org> |
| 994 | |
| 27313 | 995 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el, |
| 996 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el, | |
| 997 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files. | |
|
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
998 |
| 27312 | 999 * add-log.el (add-change-log-entry): Fix error trying an `(insert |
| 1000 nil)'. | |
| 1001 | |
| 1002 * subdirs.el: Add `net' directory. | |
| 1003 | |
| 27308 | 1004 * net: New directory. |
| 1005 | |
| 27304 | 1006 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from |
| 1007 eval-last-sexp. Don't bind debug-on-error here. | |
| 1008 (eval-last-sexp): New function. Bind debug-on-error if | |
| 1009 eval-expression-debug-on-error is non-nil. | |
| 1010 (eval-defun-2, eval-defun): Likewise. | |
| 1011 | |
| 1012 * simple.el (eval-expression): Don't bind debug-on-error if | |
| 1013 eval-expression-debug-on-error is nil. Detect changed | |
| 1014 debug-on-error, and propagate new value to global binding, if | |
| 1015 eval-expression-debug-on-error is non-nil, | |
| 1016 (eval-expression-debug-on-error): Change doc string. | |
|
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
1017 |
|
27300
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
1018 2000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
|
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
1019 |
|
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
1020 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec. |
|
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
1021 |
|
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
1022 * emacs-lisp/lisp-mode.el (with-syntax-table): |
|
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
1023 Set up lisp-indent-function property. |
|
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
1024 |
|
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
1025 * subr.el (with-syntax-table): Moved from simple.el. |
|
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
1026 |
|
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
1027 * simple.el (with-syntax-table): Moved to subr.el. |
|
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
1028 |
| 27288 | 1029 2000-01-11 Gerd Moellmann <gerd@gnu.org> |
| 1030 | |
| 27291 | 1031 * tmm.el (tmm-shortcut): Delete region after prompt instead |
| 1032 of erasing buffer. | |
| 1033 | |
| 27288 | 1034 * textmodes/fill.el (fill-common-string-prefix): New function. |
| 27309 | 1035 (fill-context-prefix): Use the longest common prefix of first |
| 1036 and second line fill prefix, if there is one. | |
| 27288 | 1037 |
|
27285
761090e3e94c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27282
diff
changeset
|
1038 2000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
|
761090e3e94c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27282
diff
changeset
|
1039 |
|
761090e3e94c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27282
diff
changeset
|
1040 * array.el (array-mode): Don't use make-variable-buffer-local. |
|
761090e3e94c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27282
diff
changeset
|
1041 Use make-local-variable for `truncate-lines'. |
|
761090e3e94c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27282
diff
changeset
|
1042 |
| 27282 | 1043 2000-01-11 Jari Aalto <jari.aalto@poboxes.com> |
| 1044 | |
| 1045 * add-log.el (add-log-current-defun): Handle user-defined | |
| 1046 add-log-current-function returning nil, | |
|
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
1047 |
| 27280 | 1048 * add-log.el (add-change-log-entry): Insert version number |
| 27282 | 1049 if having found a current function |
| 27278 | 1050 |
| 1051 * add-log.el (add-log-current-defun): Call | |
| 1052 `add-log-current-defun-function'. Try matches at level 0 and | |
| 1053 level 1. Strip whitespace from defun found. | |
|
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
1054 |
|
27270
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
1055 2000-01-10 John Wiegley <johnw@gnu.org> |
|
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
1056 |
|
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
1057 * allout.el (isearch-done/outline-provisions): Added `edit' |
|
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
1058 argument to correspond with the current definition of |
|
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
1059 `isearch-done'. |
|
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
1060 |
| 27265 | 1061 2000-01-10 Dave Love <fx@gnu.org> |
| 1062 | |
| 1063 * elide-head.el (elide-head): Use point-marker, not point. | |
| 1064 | |
| 27261 | 1065 2000-01-10 Gerd Moellmann <gerd@gnu.org> |
| 1066 | |
| 27263 | 1067 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates |
| 1068 before and after the year 2000. | |
|
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
1069 |
| 27261 | 1070 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p): |
| 1071 Add ispell- prefix. | |
| 1072 | |
| 1073 2000-01-10 Ken Stevens <k.stevens@ieee.org> | |
| 1074 | |
| 1075 * ispell.el: Only define dictionaries in menus when they exist. | |
| 1076 (version18p): New variable. | |
| 1077 (version20p): New variable. | |
| 1078 (xemacsp): New variable. | |
| 1079 (ispell-choices-win-default-height): Fix for XEmacs visibility. | |
| 1080 (ispell-dictionary-alist1): Added Brasileiro dictionary. | |
| 1081 (ispell-dictionary-alist6): Russian command lines no longer accept | |
| 1082 run-together words. | |
| 1083 (ispell-local-dictionary-alist): Add koi8-r to customize definition. | |
| 1084 (ispell-dictionary-alist): Add koi8-r to customize definition. | |
| 1085 (check-ispell-version): Added documentation string. Returns | |
| 1086 library path when called non-interactively. | |
| 1087 (ispell-menu-map-needed): Uses new variables. | |
| 1088 (ispell-library-path): New variable. | |
| 1089 (ispell-decode-string): XEmacs fix for bogus variable bindings. | |
| 1090 (ispell-word): Improved documentation string. Test for valid | |
| 1091 character mappings. Correctly check typed in word changes that can | |
| 1092 result in single words split into multiple words. Returns | |
| 1093 replacement word. | |
| 1094 (ispell-command-loop): Fixes XEmacs display bugs. Show word to | |
| 1095 replace in recursive query replace mode. Help message for | |
| 1096 recursive edit mode. | |
| 1097 (ispell-show-choices): Protect against bad framepop bindings. | |
| 1098 (ispell-help): Fix to work with XEmacs. | |
| 1099 (ispell-highlight-spelling-error): Use new variables. | |
| 1100 (ispell-overlay-window): Fix to work with XEmacs. | |
| 1101 (ispell-parse-output): Passed and returns location information | |
| 1102 tracking spelling corrections. Doesn't recheck same word on | |
| 1103 current line. | |
| 1104 (ispell-init-process): Protect against bogus XEmacs variable binding. | |
| 1105 Fix call to single argument in sleep-for. Use new variables. | |
| 1106 (ispell-region): Passed and returns location information tracking | |
| 1107 spelling corrections. Doesn't check same word on current line. | |
| 1108 Improved documentation string. Doesn't resend a line already | |
| 1109 checked to the ispell process - fixes bug in LaTeX parsing. | |
| 1110 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML. | |
| 1111 (ispell-skip-region): No longer skips <TT> in SGML. | |
| 1112 (ispell-process-line): Tracks location information with spelling | |
| 1113 corrections. Added documentation string. Accounts for words | |
| 1114 already accepted on this line. Don't allow query-replace on line | |
| 1115 starting with math characters. Doesn't resend a line already sent | |
| 1116 to ispell process. Fixes alignment error bug. | |
|
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
1117 |
|
27256
fde8f0332937
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27255
diff
changeset
|
1118 2000-01-10 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
|
fde8f0332937
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27255
diff
changeset
|
1119 |
|
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
1120 * dired-x.el (dired-guess-shell-alist-default): |
|
27259
c41efa6c4be1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27256
diff
changeset
|
1121 Suggest xloadimage, which is free, not xv, which isn't. |
|
c41efa6c4be1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27256
diff
changeset
|
1122 |
|
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
1123 * ange-ftp.el (ange-ftp-file-name-nondirectory): |
|
27256
fde8f0332937
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27255
diff
changeset
|
1124 Don't ever include the host name or user name in the value. |
|
fde8f0332937
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27255
diff
changeset
|
1125 |
| 27255 | 1126 2000-01-09 Gerd Moellmann <gerd@gnu.org> |
| 1127 | |
| 1128 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead | |
| 1129 of a real newline. | |
| 1130 | |
| 27253 | 1131 2000-01-09 Stephen Eglen <stephen@gnu.org> |
| 1132 | |
|
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
1133 * dired-x.el (dired-guess-shell-alist-default): Suggest xv |
| 27253 | 1134 for .png files. |
| 1135 | |
| 27251 | 1136 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk> |
| 1137 | |
| 1138 * cus-edit.el (custom-hook-convert-widget): Fix comment. | |
| 1139 | |
| 27247 | 1140 2000-01-09 Gerd Moellmann <gerd@gnu.org> |
| 1141 | |
| 27249 | 1142 * progmodes/cperl-mode.el: Replace ^F with ^L. |
| 1143 | |
| 27247 | 1144 * sendmail.el (toplevel): Provide `sendmail' when compiling |
|
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
1145 before `require'ing rmail and mailalias to prevent infinite |
| 27247 | 1146 recursion. |
| 1147 | |
| 27244 | 1148 2000-01-08 Dave Love <fx@gnu.org> |
| 1149 | |
| 27265 | 1150 * emacs-lisp/backquote.el: Remove inappropriate customization |
| 1151 (allowing custom.el to use backquote). | |
| 27244 | 1152 |
| 27241 | 1153 2000-01-07 Dave Love <fx@gnu.org> |
| 1154 | |
| 1155 * add-log.el (add-log-debugging): Deleted. | |
| 1156 (add-change-log-entry): Treat a backup FILE-NAME as its parent | |
| 1157 file. Remove debugging code. | |
| 1158 (change-log-get-method-definition, change-log-name): Add doc. | |
| 1159 (change-log-sortable-date-at): New function. | |
| 1160 (change-log-merge): New command. | |
| 1161 | |
| 1162 * time.el (display-time-string-forms): Make the Mail string active. | |
| 1163 (display-time-update): Provide help-echo for load average. | |
| 1164 | |
| 1165 * bindings.el (make-mode-line-mouse2-map): New function. | |
| 1166 (mode-line-modified): Use it and simplify. | |
| 1167 (mode-line-mule-info): Provide help-echo info. | |
| 1168 (minor-mode-alist): Activate the strings. | |
| 1169 (make-mode-line-mouse-sensitive): Simplify for | |
| 1170 mode-line-buffer-identification. | |
| 1171 | |
| 27233 | 1172 2000-01-07 Gerd Moellmann <gerd@gnu.org> |
| 1173 | |
| 1174 * play/pong.el: New file. | |
| 1175 | |
| 27241 | 1176 2000-01-06 Dave Love <fx@gnu.org> |
| 1177 | |
| 1178 * array.el: Assorted cleanups for compiler warnings, doc strings, | |
| 1179 `array-' prefix for symbols. | |
| 1180 | |
| 1181 2000-01-05 Dave Love <fx@gnu.org> | |
| 1182 | |
| 1183 * textmodes/outline.el (outline-mode-menu-bar-map): Add | |
| 1184 outline-headers-as-kill. | |
| 1185 (outline-mode): Define imenu-generic-expression. | |
| 1186 (outline-headers-as-kill): New command. | |
| 1187 | |
| 1188 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^' | |
| 1189 from paragraph-start. | |
| 1190 (paragraph-indent-minor-mode): New command. | |
| 1191 | |
| 1192 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a, | |
| 1193 M-C-e, M-C-h, C-j, C-xnd, TAB. | |
| 1194 (fortran-mode): Set beginning-of-defun, end-of-defun. | |
| 1195 (fortran-column-ruler): Simplify. | |
| 1196 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted. | |
| 1197 (fortran-with-subprogram-narrowing): Likewise. | |
| 1198 (fortran-indent-subprogram): Call mark-defun. | |
| 1199 (fortran-check-for-matching-do): Change narrowing. | |
| 1200 | |
| 1201 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table. | |
| 1202 (cl-lucid-hash-tag): Delete. | |
| 1203 (cl-hash-table-p): Correct test for native table. | |
| 1204 (cl-hash-table-count): Use hash-table-count. | |
| 1205 | |
| 1206 * browse-url.el (browse-url): Fix case of | |
| 1207 browse-url-browser-function being an alist. | |
| 1208 | |
|
27194
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
1209 2000-01-05 Carsten Dominik <cd@gnu.org> |
|
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
1210 |
| 27233 | 1211 * textmodes/reftex-vars.el (reftex-parse-file-extension) |
| 1212 (reftex-index-phrase-file-extension): New options. | |
|
27194
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
1213 |
|
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
1214 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer): |
| 27233 | 1215 Use new option `reftex-index-phrase-file-extension'. |
|
27194
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
1216 |
|
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
1217 * textmodes/reftex.el (reftex-access-parse-file): Use new option |
| 27233 | 1218 `reftex-parse-file-extension'. |
|
27232
1c7665b7a026
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27205
diff
changeset
|
1219 |
| 27191 | 1220 2000-01-05 Dave Love <fx@gnu.org> |
| 1221 | |
| 27241 | 1222 * emacs-lisp/lisp.el (beginning-of-defun): New variable. |
| 27191 | 1223 (beginning-of-defun-raw): Use it. |
| 1224 (end-of-defun): New variable. | |
| 1225 (end-of-defun): Use it. | |
| 1226 (check-parens): New command. | |
| 1227 | |
| 27182 | 1228 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org> |
| 1229 | |
| 27233 | 1230 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region) |
| 1231 (hs-show-block): Don't use `mapcar' when not accumulating. | |
| 27182 | 1232 |
|
27184
2b11879c1a93
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27182
diff
changeset
|
1233 Fix buglet in local variables initialization. |
|
2b11879c1a93
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27182
diff
changeset
|
1234 |
| 27176 | 1235 2000-01-05 Andreas Schwab <schwab@suse.de> |
| 1236 | |
| 1237 * hscroll.el (hscroll): Doc fix. | |
| 1238 | |
|
27175
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
1239 2000-01-05 Carsten Dominik <cd@gnu.org> |
|
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
1240 |
|
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
1241 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require |
|
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
1242 idlw-toolbar. |
|
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
1243 |
|
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
1244 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read |
|
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
1245 file idlw-rinfo.el. |
| 27182 | 1246 (idlwave-customize): load must read file idlw-shell.el. |
| 1247 (idlwave-create-customize-menu): load must read file idlw-shell.el. | |
|
27175
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
1248 |
|
27173
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
1249 2000-01-05 Carsten Dominik <dominik@astro.uva.nl> |
|
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
1250 |
|
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
1251 * progmodes/idlw-shell.el: Also provide idlwave-shell |
|
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
1252 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo |
|
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
1253 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar |
|
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
1254 |
|
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
1255 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide |
|
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
1256 both reftex-dcr and reftex-vcr. |
| 27182 | 1257 |
|
27173
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
1258 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el |
|
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
1259 |
| 27164 | 1260 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
| 27162 | 1261 |
| 1262 * ps-print.el: PostScript code now is in separate files, doc fix. | |
| 1263 (ps-print-version): New version number (5.0.3). | |
| 1264 (ps-header-lines, ps-left-header, ps-right-header): No more buffer | |
| 1265 local. | |
| 1266 (ps-spool-config): Initialization fix. | |
| 27233 | 1267 (ps-print-prologue-1, ps-print-prologue-2) |
| 1268 (ps-print-duplex-feature): PostScript code moved to separated file. | |
| 27162 | 1269 (ps-background-image): Little code reformating. |
| 1270 (ps-begin-file, ps-begin-job): Fix code. | |
| 27191 | 1271 (ps-postscript-code-directory, ps-mark-code-directory): New vars. |
| 27162 | 1272 (ps-prologue-file): New fun. |
| 1273 | |
| 27159 | 1274 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
| 1275 | |
| 27233 | 1276 * ps-vars.el: Eliminated. |
| 27159 | 1277 |
| 1278 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is | |
| 1279 `;;;###autoload'. | |
| 1280 | |
| 1281 * ps-print.el: ps-vars eliminated, doc fix. | |
| 1282 (ps-print-version): New version number (5.0.2). | |
| 1283 (ps-spool-config): Initialization fix. | |
| 1284 (ps-print-customize): New fun. | |
| 1285 | |
| 27155 | 1286 2000-01-04 Gerd Moellmann <gerd@gnu.org> |
| 1287 | |
| 1288 * autorevert.el (auto-revert-mode): Return value of | |
| 1289 auto-revert-mode. | |
| 1290 | |
| 27152 | 1291 2000-01-04 Dave Love <fx@gnu.org> |
| 1292 | |
| 27198 | 1293 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle |
| 1294 menu items. | |
| 27152 | 1295 |
| 27124 | 1296 2000-01-03 Dave Love <fx@gnu.org> |
| 1297 | |
| 27191 | 1298 * elide-head.el (elide-head) [defgroup]: Add :version. |
| 27126 | 1299 |
| 27241 | 1300 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar. |
| 27124 | 1301 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use |
| 1302 `cl-hash-table-p', not `hash-table-p'. | |
| 1303 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code. | |
| 1304 | |
| 27119 | 1305 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
| 1306 | |
| 1307 * faces.el (face-read-integer, read-face-attribute) | |
| 1308 (color-defined-p, color-values): unspecified-{f,b}g are now | |
| 1309 strings. | |
| 1310 | |
| 27112 | 1311 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org> |
| 1312 | |
| 1313 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces | |
| 1314 at comment end, and re-insert them after filling. | |
| 1315 | |
|
27103
c1b5ae4b760a
(mouse-drag-region-1): Don't try to catch a
Eli Zaretskii <eliz@gnu.org>
parents:
27102
diff
changeset
|
1316 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
|
c1b5ae4b760a
(mouse-drag-region-1): Don't try to catch a
Eli Zaretskii <eliz@gnu.org>
parents:
27102
diff
changeset
|
1317 |
|
c1b5ae4b760a
(mouse-drag-region-1): Don't try to catch a
Eli Zaretskii <eliz@gnu.org>
parents:
27102
diff
changeset
|
1318 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el |
|
27110
3687809feff2
Renamed idlwave-*.el into idlw-*.el.
Eli Zaretskii <eliz@gnu.org>
parents:
27103
diff
changeset
|
1319 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el, |
|
3687809feff2
Renamed idlwave-*.el into idlw-*.el.
Eli Zaretskii <eliz@gnu.org>
parents:
27103
diff
changeset
|
1320 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el. |
|
27103
c1b5ae4b760a
(mouse-drag-region-1): Don't try to catch a
Eli Zaretskii <eliz@gnu.org>
parents:
27102
diff
changeset
|
1321 |
| 27102 | 1322 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
| 1323 | |
| 1324 * term/x-win.el (xw-defined-colors): Call color-supported-p, | |
| 1325 the new name of face-color-supported-p. | |
| 1326 | |
| 1327 * term/w32-win.el (xw-defined-colors): Likewise. | |
| 1328 | |
| 27097 | 1329 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
| 1330 | |
| 1331 * simple.el (completion-setup-function): Count completion-size | |
| 1332 from minibuffer-prompt-end, not from point-min. | |
| 1333 | |
| 27091 | 1334 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il> |
| 1335 | |
| 1336 * faces.el (read-face-attribute, defined-colors, color-defined-p): | |
| 1337 Pass the frame to tty-color-* functions. | |
| 1338 (display-color-p, frame-set-background-mode): Pass the frame to | |
| 1339 tty-display-color-p. | |
| 1340 | |
| 1341 * term/tty-colors.el (tty-defined-color-alist): Renamed from | |
| 1342 tty-color-alist. | |
| 1343 (tty-color-alist, tty-modify-color-alist): New functions. | |
| 1344 (tty-color-define, tty-color-clear, tty-color-approximate) | |
| 1345 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept | |
| 1346 an optional parameter FRAME. | |
| 1347 | |
| 27074 | 1348 2000-01-01 Gerd Moellmann <gerd@gnu.org> |
| 1349 | |
| 27082 | 1350 * image.el (create-image, defimage): Don't assume image data is a |
| 1351 string. | |
| 1352 | |
| 27074 | 1353 * image.el (defimage): Handle specifications containing :data |
| 1354 instead of :file. | |
| 1355 (image-type-from-data): New function. | |
| 1356 (image-type-from-file-header): Use it. | |
| 1357 (create-image): Add parameter DATA-P. | |
| 27182 | 1358 |
|
27063
e5d4464b5b3d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27059
diff
changeset
|
1359 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
|
e5d4464b5b3d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27059
diff
changeset
|
1360 |
|
e5d4464b5b3d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27059
diff
changeset
|
1361 * echistory.el (electric-command-history): Call Command-history-setup |
|
e5d4464b5b3d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27059
diff
changeset
|
1362 and command-history-mode using their new conventions. |
|
e5d4464b5b3d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27059
diff
changeset
|
1363 |
|
e5d4464b5b3d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27059
diff
changeset
|
1364 * chistory.el (Command-history-setup): Don't switch buffers. Take |
|
e5d4464b5b3d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27059
diff
changeset
|
1365 no args, and do not set major-mode, mode-name or the local map. |
|
e5d4464b5b3d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27059
diff
changeset
|
1366 (command-history-mode): New function, does some of those things |
|
e5d4464b5b3d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27059
diff
changeset
|
1367 Command-history-setup used to do. |
|
e5d4464b5b3d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27059
diff
changeset
|
1368 (list-command-history): Call command-history-mode, not |
|
e5d4464b5b3d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27059
diff
changeset
|
1369 Command-history-setup. |
|
e5d4464b5b3d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27059
diff
changeset
|
1370 (command-history): Renamed from command-history-mode. |
|
e5d4464b5b3d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27059
diff
changeset
|
1371 |
|
e5d4464b5b3d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27059
diff
changeset
|
1372 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
|
e5d4464b5b3d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27059
diff
changeset
|
1373 |
|
e5d4464b5b3d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27059
diff
changeset
|
1374 * arc-mode.el (archive-mode-map): Bind q to quit-window. |
|
e5d4464b5b3d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27059
diff
changeset
|
1375 |
|
27059
6bb2a4a0413e
* image.el (defimage): Images with the :data keyword should be considered valid as well.
William M. Perry <wmperry@aventail.com>
parents:
27052
diff
changeset
|
1376 1999-12-31 William M. Perry <wmperry@aventail.com> |
|
6bb2a4a0413e
* image.el (defimage): Images with the :data keyword should be considered valid as well.
William M. Perry <wmperry@aventail.com>
parents:
27052
diff
changeset
|
1377 |
|
6bb2a4a0413e
* image.el (defimage): Images with the :data keyword should be considered valid as well.
William M. Perry <wmperry@aventail.com>
parents:
27052
diff
changeset
|
1378 * image.el (defimage): Images with the `:data' keyword should be |
|
6bb2a4a0413e
* image.el (defimage): Images with the :data keyword should be considered valid as well.
William M. Perry <wmperry@aventail.com>
parents:
27052
diff
changeset
|
1379 considered valid as well. |
|
6bb2a4a0413e
* image.el (defimage): Images with the :data keyword should be considered valid as well.
William M. Perry <wmperry@aventail.com>
parents:
27052
diff
changeset
|
1380 |
|
27052
d07fe9e943a0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27049
diff
changeset
|
1381 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
|
d07fe9e943a0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27049
diff
changeset
|
1382 |
|
d07fe9e943a0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27049
diff
changeset
|
1383 * dired.el (dired-get-filename): Don't call file-name-absolute-p |
|
d07fe9e943a0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27049
diff
changeset
|
1384 with FILE if FILE is nil. |
|
d07fe9e943a0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27049
diff
changeset
|
1385 |
|
d07fe9e943a0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27049
diff
changeset
|
1386 1999-12-30 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
|
d07fe9e943a0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27049
diff
changeset
|
1387 |
|
d07fe9e943a0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27049
diff
changeset
|
1388 * simple.el (choose-completion-string): In minibuffer, |
|
d07fe9e943a0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27049
diff
changeset
|
1389 do not delete the prompt string. |
|
d07fe9e943a0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27049
diff
changeset
|
1390 |
| 27044 | 1391 1999-12-30 Gerd Moellmann <gerd@gnu.org> |
| 1392 | |
| 27049 | 1393 * bindings.el (make-mode-line-mouse-sensitive): Copy keymap |
| 1394 assigned to mode-line-mode-menu because bindings.el is dumped with | |
| 1395 Emacs, and thus the lists used for menu-item definition will be | |
| 1396 copied to pure space. Emacs' menu code (parse_menu_item) doesn't | |
| 1397 like pure menu item definitions. | |
| 1398 | |
| 27044 | 1399 * expand.el (expand-abbrev-hook): Return t if expansion was |
| 1400 done, nil otherwise. | |
| 1401 | |
|
27036
4f6a80a0f1ba
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27030
diff
changeset
|
1402 1999-12-29 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
|
4f6a80a0f1ba
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27030
diff
changeset
|
1403 |
|
4f6a80a0f1ba
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27030
diff
changeset
|
1404 * tar-mode.el (tar-mode-map): Bind q to quit-window, not tar-quit. |
|
4f6a80a0f1ba
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27030
diff
changeset
|
1405 (tar-quit): Function deleted. |
|
4f6a80a0f1ba
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27030
diff
changeset
|
1406 |
|
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
1407 1999-12-29 Thien-Thi Nguyen <ttn@delysid.gnu.org> |
|
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
1408 |
|
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
1409 * progmodes/hideshow.el (hs-minor-mode-menu): Fix omission bug; |
|
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
1410 was used but not declared. |
|
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
1411 |
|
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
1412 (hs-discard-overlays, hs-isearch-show, hs-isearch-show-temporary, |
|
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
1413 hs-find-block-beginning): Add or modify docstrings. |
|
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
1414 |
|
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
1415 (hs-isearch-show): Rewrite. |
|
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
1416 |
| 27022 | 1417 1999-12-28 Gerd Moellmann <gerd@gnu.org> |
| 1418 | |
| 27024 | 1419 * icomplete.el (icomplete-exhibit): Adapt to prompt in buffer. |
| 1420 | |
| 27022 | 1421 * progmodes/cc-cmds.el (c-fill-paragraph): Don't delete white |
| 1422 space in front of a C-style comment end. | |
| 1423 | |
|
27020
a7feebdd964d
(command-line-1): Make mode line mouse-sensitive for
Eli Zaretskii <eliz@gnu.org>
parents:
27016
diff
changeset
|
1424 1999-12-28 Eli Zaretskii <eliz@is.elta.co.il> |
|
a7feebdd964d
(command-line-1): Make mode line mouse-sensitive for
Eli Zaretskii <eliz@gnu.org>
parents:
27016
diff
changeset
|
1425 |
|
a7feebdd964d
(command-line-1): Make mode line mouse-sensitive for
Eli Zaretskii <eliz@gnu.org>
parents:
27016
diff
changeset
|
1426 * startup.el (command-line-1): Make mode line mouse-sensitive for |
|
a7feebdd964d
(command-line-1): Make mode line mouse-sensitive for
Eli Zaretskii <eliz@gnu.org>
parents:
27016
diff
changeset
|
1427 the MS-DOS version as well. |
|
a7feebdd964d
(command-line-1): Make mode line mouse-sensitive for
Eli Zaretskii <eliz@gnu.org>
parents:
27016
diff
changeset
|
1428 |
| 27016 | 1429 1999-12-28 Gerd Moellmann <gerd@gnu.org> |
| 1430 | |
| 1431 * bs.el: New file. | |
| 1432 | |
|
27010
4be26de6d837
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27008
diff
changeset
|
1433 1999-12-28 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
|
4be26de6d837
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27008
diff
changeset
|
1434 |
|
4be26de6d837
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27008
diff
changeset
|
1435 * textmodes/ispell.el (ispell-process-line): |
|
4be26de6d837
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27008
diff
changeset
|
1436 Add local var line-offset to adjust for the change |
|
4be26de6d837
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27008
diff
changeset
|
1437 in positions within the line, due to previous replacements. |
|
4be26de6d837
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27008
diff
changeset
|
1438 |
|
27008
42410fba715f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27004
diff
changeset
|
1439 1999-12-27 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
|
42410fba715f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27004
diff
changeset
|
1440 |
|
42410fba715f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27004
diff
changeset
|
1441 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region): |
|
42410fba715f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27004
diff
changeset
|
1442 Doc fixes. |
|
42410fba715f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27004
diff
changeset
|
1443 |
| 27004 | 1444 1999-12-27 Gerd Moellmann <gerd@gnu.org> |
| 1445 | |
| 1446 * add-log.el (change-log-version-number-regexp-list) | |
| 1447 (change-log-version-info-enabled): Change :version to 21.1. | |
| 1448 (toplevel): Require CL when compiling. | |
| 1449 | |
| 1450 1999-12-27 Jari Aalto <jari.aalto@poboxes.com> | |
| 1451 | |
| 1452 * add-log.el (change-log-version-number-regexp-list): Added tag | |
| 1453 :version 20.6 | |
| 1454 (change-log-version-info-enabled): Added tag :version 20.6 | |
| 1455 | |
| 1456 1999-12-27 Jari Aalto <jari.aalto@poboxes.com> | |
| 1457 | |
| 1458 * add-log.el: More general version number search with | |
| 1459 user-configurable regexp list. | |
| 1460 (change-log-version-number-regexp-list): New user variable. | |
| 1461 (change-log-find-version): Rewritten. Use user-configurable | |
| 1462 version numbering regexp list | |
| 1463 change-log-version-number-regexp-list. | |
| 1464 (change-log-find-version): Renamed to | |
| 1465 change-log-version-number-search | |
| 1466 (add-log-file-name-function): New. | |
| 1467 (change-log-search-vc-number): Added END paramaeter. Added doc | |
| 1468 string to function. | |
| 1469 (change-log-version-rcs): Renamed. Was | |
| 1470 change-log-search-vc-number. | |
| 1471 | |
|
27025
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
1472 1999-12-26 Thien-Thi Nguyen <ttn@delysid.gnu.org> |
|
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
1473 |
|
27026
73a296c0e1ce
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27025
diff
changeset
|
1474 * progmodes/compile.el (compilation-goto-locus): Delete hideshow |
|
73a296c0e1ce
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27025
diff
changeset
|
1475 overlays if they interfere. |
|
73a296c0e1ce
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27025
diff
changeset
|
1476 (compilation-find-file): Make intangible overlays tangible. |
|
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
1477 |
|
27025
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
1478 * progmodes/hideshow.el: Generally, synch w/ maintainer |
|
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
1479 version 5.9. |
|
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
1480 |
|
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
1481 (hs-show-hidden-short-form): Delete var; hard-code uses as `t'. |
|
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
1482 |
|
27025
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
1483 (hs-minor-mode-hook): Don't initialize. |
|
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
1484 |
|
27025
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
1485 (hs-special-modes-alist): Rewrite value and docstring. |
|
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
1486 |
|
27025
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
1487 (hs-minor-mode-prefix): Delete unused var. |
|
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
1488 |
|
27025
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
1489 (hs-block-start-mdata-select): New var, buffer local. |
|
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
1490 |
|
27025
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
1491 (hs-headline): New var. |
|
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
1492 |
|
27025
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
1493 (hs-match-data, hs-forward-sexp): New funcs. |
|
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
1494 |
|
27025
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
1495 (hs-hide-comment-region): New func. |
|
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
1496 |
|
27025
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
1497 (hs-discard-overlays, hs-flag-region, hs-hide-block-at-point, |
|
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
1498 hs-safety-is-job-n, hs-hide-initial-comment-block, |
|
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
1499 hs-inside-comment-p, hs-grok-mode-type, hs-find-block-beginning, |
|
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
1500 hs-hide-level-recursive, hs-life-goes-on, hs-already-hidden-p, |
|
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
1501 hs-c-like-adjust-block-beginning, hs-hide-all, hs-show-all, |
|
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
1502 hs-hide-block, hs-show-block, hs-show-region, hs-hide-level, |
|
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
1503 hs-mouse-toggle-hiding, hs-minor-mode): Rewrite. |
|
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
1504 |
|
27025
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
1505 (hs-isearch-show): Renamed from `hs-isearch-open-invisible'. |
|
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
1506 (hs-isearch-show-temporary): New funcs. |
|
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
1507 |
|
27025
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
1508 (hs-show-block-at-point, java-hs-forward-sexp): Delete funcs. |
|
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
1509 |
|
27025
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
1510 (hs-hide-all, hs-mouse-toggle-hiding): Don't autoload. |
|
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
1511 |
|
27025
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
1512 When constructing menu, use `[(shift button2)]' notation. |
|
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
1513 |
|
26988
ff9ca67c73cd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26971
diff
changeset
|
1514 1999-12-25 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
|
ff9ca67c73cd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26971
diff
changeset
|
1515 |
|
ff9ca67c73cd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26971
diff
changeset
|
1516 * jka-compr.el (jka-compr-info-file-magic-bytes): New function. |
|
ff9ca67c73cd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26971
diff
changeset
|
1517 (jka-compr-compression-info-list): Add new elt to each vector. |
|
ff9ca67c73cd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26971
diff
changeset
|
1518 (jka-compr-write-region): Don't compress the data if it is |
|
ff9ca67c73cd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26971
diff
changeset
|
1519 already compressed. |
|
ff9ca67c73cd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26971
diff
changeset
|
1520 |
|
ff9ca67c73cd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26971
diff
changeset
|
1521 * jka-compr.el (jka-compr-really-do-compress): New variable. |
|
ff9ca67c73cd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26971
diff
changeset
|
1522 (jka-compr-insert-file-contents): Set jka-compr-really-do-compress |
|
ff9ca67c73cd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26971
diff
changeset
|
1523 if visiting. |
|
ff9ca67c73cd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26971
diff
changeset
|
1524 (jka-compr-write-region): Set jka-compr-really-do-compress |
|
ff9ca67c73cd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26971
diff
changeset
|
1525 if visiting. Test it when deciding to compress. |
|
ff9ca67c73cd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26971
diff
changeset
|
1526 |
| 26971 | 1527 1999-12-22 Gerd Moellmann <gerd@gnu.org> |
| 1528 | |
| 1529 * progmodes/sh-script.el (sh-mode): Don't call sh-set-shell | |
| 1530 with third argument t. | |
| 1531 | |
| 26966 | 1532 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com> |
| 1533 | |
| 1534 * antlr-mode.el: Version 1.2 is released. | |
| 1535 (antlr): This package has a web page. | |
| 1536 | |
| 1537 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com> | |
| 1538 | |
| 1539 * antlr-mode.el: Menu/keymap additions for commenting/uncommenting | |
| 1540 regions. Suggested by Dale Davis <Dale_Davis@securify.com>. | |
| 1541 (antlr-mode-map): New binding [C-c C-c]. | |
| 1542 (antlr-mode-menu): New entries. | |
| 1543 | |
| 1544 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com> | |
| 1545 | |
| 1546 * antlr-mode.el: Respect Emacs conventions. | |
| 1547 ((require 'cl)): Only use during compilation. | |
| 1548 (antlr-language-for-option): New function to avoid using `find'. | |
| 1549 (antlr-mode): Use it. | |
| 1550 (antlr-with-syntax-table): Define new instead using XEmacs' one. | |
| 1551 (antlr-imenu-create-index-function): Change accordingly. | |
| 1552 (antlr-inside-rule-p): Ditto. | |
| 1553 (antlr-end-of-rule): Ditto. | |
| 1554 (antlr-end-of-body): Ditto. | |
| 1555 (antlr-beginning-of-rule): Ditto. | |
| 1556 (antlr-indent-line): Ditto. | |
| 1557 | |
| 1558 1999-11-21 Christoph Wedler <Christoph.Wedler@sap.com> | |
| 1559 | |
| 1560 * antlr-mode.el: Really use `antlr-tab-offset-alist'. | |
| 1561 (antlr-set-tabs): Don't use hard-coded values. | |
| 1562 | |
| 1563 * antlr-mode.el: Minor navigation changes. Not perfect, but this | |
| 1564 won't be possible without a huge time penalty. | |
| 1565 (antlr-skip-exception-part): Be more specific. | |
| 1566 (antlr-skip-file-prelude): Don't skip action prelude of next rule. | |
| 1567 Renamed from `antlr-skip-grammar-header'. | |
| 1568 (antlr-next-rule): Change accordingly. | |
| 1569 (antlr-end-of-body): Ditto. Better error message. | |
| 1570 (antlr-beginning-of-body): Better error message. | |
| 1571 (antlr-imenu-create-index-function): Skip rule action prelude. | |
| 1572 | |
| 1573 * antlr-mode.el: Minor syntax highlighting changes. | |
| 1574 (antlr-font-lock-default-face): Deletia. | |
| 1575 (antlr-font-lock-tokendef-face): Changed color. | |
| 1576 (antlr-font-lock-tokenref-face): Changed color. | |
| 1577 (antlr-font-lock-literal-face): Changed color. | |
| 1578 (antlr-font-lock-additional-keywords): Minor changes. | |
| 1579 | |
|
27172
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
1580 1999-12-20 Carsten Dominik <cd@gnu.org> |
|
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
1581 |
|
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
1582 * progmodes/idlwave.el: New file. |
|
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
1583 |
|
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
1584 * progmodes/idlwave-rinfo.el: New file. |
|
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
1585 |
|
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
1586 * progmodes/idlwave-shell.el: New file. |
|
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
1587 |
|
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
1588 * progmodes/idlwave-toolbar.el: New file. |
|
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
1589 |
| 27182 | 1590 * files.el (auto-mode-alist): idlwave-mode default for .pro files. |
|
27172
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
1591 |
| 26963 | 1592 1999-12-21 Gerd Moellmann <gerd@gnu.org> |
| 1593 | |
| 1594 * progmodes/cwarn.el: New file. | |
| 1595 | |
| 26952 | 1596 1999-12-19 Gerd Moellmann <gerd@gnu.org> |
| 1597 | |
| 1598 * bindings.el (completion-ignored-extensions): Add .pdf. | |
| 1599 | |
|
26950
903a19771606
Put the version info into binary on MS-DOS as well.
Eli Zaretskii <eliz@gnu.org>
parents:
26949
diff
changeset
|
1600 1999-12-19 Eli Zaretskii <eliz@is.elta.co.il> |
|
903a19771606
Put the version info into binary on MS-DOS as well.
Eli Zaretskii <eliz@gnu.org>
parents:
26949
diff
changeset
|
1601 |
|
903a19771606
Put the version info into binary on MS-DOS as well.
Eli Zaretskii <eliz@gnu.org>
parents:
26949
diff
changeset
|
1602 * version.el: Put the version info into binary on MS-DOS as well. |
|
903a19771606
Put the version info into binary on MS-DOS as well.
Eli Zaretskii <eliz@gnu.org>
parents:
26949
diff
changeset
|
1603 |
| 26949 | 1604 1999-12-19 Gerd Moellmann <gerd@gnu.org> |
| 1605 | |
| 1606 * emacs-lisp/debug.el (debugger-continue): Don't continue if | |
| 1607 debugger-may-continue is nil. | |
| 1608 | |
| 26942 | 1609 1999-12-18 Dave Love <fx@gnu.org> |
| 1610 | |
| 26943 | 1611 * emacs-lisp/cl-macs.el: Remove conditional definition of |
| 1612 eval-when-compile. Don't specify abs, expt, gethash, | |
| 1613 hash-table-count, hash-table-p as side-effect-free here. | |
| 26942 | 1614 (cl-emacs-type): Don't declare. |
| 1615 (cl-compile-time-init): Remove Emacs 18 compiler patch. | |
| 1616 (cl-parse-loop-clause): Remove compatibility code. | |
| 1617 | |
| 26943 | 1618 * emacs-lisp/byte-opt.el: Don't put optimization info on `eql'. |
| 26942 | 1619 (side-effect-free-fns): Add gethash, hash-table-count. |
| 1620 (side-effect-and-error-free-fns): Add hash-table-p. | |
| 1621 | |
| 26943 | 1622 * emacs-lisp/cl.el: Remove Emacs 18 compatibility code. Prepend |
| 1623 `cl-' to autoload names for some hash functions. Don't autoload | |
| 26942 | 1624 eval-when-compile. Don't provide mini-cl. |
| 1625 (cl-emacs-type): Remove. | |
| 1626 (cl-map-extents): Remove compatibility code. | |
| 1627 | |
| 27241 | 1628 * emacs-lisp/float.el: Bind free variables. |
| 1629 | |
| 1630 * emacs-lisp/bytecomp.el (byte-compile-constp): Include keywords. | |
| 26942 | 1631 |
| 26930 | 1632 1999-12-16 Gerd Moellmann <gerd@gnu.org> |
| 1633 | |
| 1634 * bindings.el (completion-ignored-extensions): Add .tfm. | |
| 1635 | |
| 26923 | 1636 1999-12-16 Dave Love <fx@gnu.org> |
| 1637 | |
| 26929 | 1638 * faces.el (set-face-attribute): Purecopy the attributes set. |
| 1639 | |
| 1640 * custom.el (custom-declare-variable): Purecopy value. | |
| 1641 | |
| 26943 | 1642 * emacs-lisp/bytecomp.el (byte-compile-bound-variables): Doc fix. |
| 26923 | 1643 (byte-extrude-byte-code-vectors): Use remprop. |
| 1644 (byte-compile-lambda): Check that arg is a lambda. | |
| 1645 | |
| 26921 | 1646 1999-11-16 Anders Lindgren <AndersL@andersl.com> |
|
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
1647 |
| 26921 | 1648 * font-lock.el: System for adding and removing keywords. |
| 1649 Both local (previously added keyword) and global keywords | |
| 1650 can be removed. | |
| 1651 (font-lock-remove-keywords): New user-level function. | |
| 1652 (font-lock-update-removed-keyword-alist): New internal function. | |
| 1653 (font-lock-removed-keywords-alist): New variable. | |
| 1654 (font-lock-add-keywords): Updates `font-lock-removed-keywords-alist'. | |
| 1655 Empty `font-lock-keywords-alist' when `append' is `set' to avoid | |
| 1656 growing datastructures. | |
| 1657 (font-lock-set-defaults): Removes keywords stored in | |
| 1658 `font-lock-removed-keywords-alist' after local keywords added. | |
| 1659 | |
| 1660 1999-12-16 Anders Lindgren <andersl@andersl.com> | |
| 1661 | |
| 1662 * font-lock.el (c-keywords, c++-keywords): Better "case" support for | |
| 1663 complex constant expressions, e.g. "case 1<<A_BIT_NO:". | |
| 1664 | |
| 1665 * font-lock.el (c-keywords): Only highlight preprocessor | |
| 1666 directives when spelled correctly. | |
| 1667 | |
| 1668 * font-lock.el (font-lock-match-c++-structor-declaration, | |
| 1669 c++-keywords): Fontify constructors and destructors with function | |
| 1670 face inside C++ class declarations. | |
|
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
1671 |
| 26916 | 1672 1999-12-16 Gerd Moellmann <gerd@gnu.org> |
| 1673 | |
| 26919 | 1674 * progmodes/sh-script.el (sh-mode): If there is no #!-line, use |
| 1675 the shell from sh-shell-file. | |
| 1676 | |
| 26916 | 1677 * font-lock.el (java-keywords): Add Javadoc tags as of JDK 1.2.1. |
| 1678 | |
|
26914
09c7b74fa57f
* ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
Eli Zaretskii <eliz@gnu.org>
parents:
26902
diff
changeset
|
1679 1999-12-16 Eli Zaretskii <eliz@is.elta.co.il> |
|
09c7b74fa57f
* ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
Eli Zaretskii <eliz@gnu.org>
parents:
26902
diff
changeset
|
1680 |
|
09c7b74fa57f
* ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
Eli Zaretskii <eliz@gnu.org>
parents:
26902
diff
changeset
|
1681 * ls-lisp.el (ls-lisp-insert-directory): Print an explicit message |
|
09c7b74fa57f
* ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
Eli Zaretskii <eliz@gnu.org>
parents:
26902
diff
changeset
|
1682 if one of the files specified cannot be accessed by |
|
09c7b74fa57f
* ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
Eli Zaretskii <eliz@gnu.org>
parents:
26902
diff
changeset
|
1683 file-attributes. Do not strip any leading directories from the |
|
09c7b74fa57f
* ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
Eli Zaretskii <eliz@gnu.org>
parents:
26902
diff
changeset
|
1684 file names, to behave more like `ls' does. |
|
09c7b74fa57f
* ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
Eli Zaretskii <eliz@gnu.org>
parents:
26902
diff
changeset
|
1685 |
|
09c7b74fa57f
* ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
Eli Zaretskii <eliz@gnu.org>
parents:
26902
diff
changeset
|
1686 * dired.el (dired-get-filename): Handle absolute file names. |
|
09c7b74fa57f
* ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
Eli Zaretskii <eliz@gnu.org>
parents:
26902
diff
changeset
|
1687 (dired-readin-insert): If argument is a cons, don't print |
|
09c7b74fa57f
* ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
Eli Zaretskii <eliz@gnu.org>
parents:
26902
diff
changeset
|
1688 "wildcard" on the ``total'' line. |
|
09c7b74fa57f
* ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
Eli Zaretskii <eliz@gnu.org>
parents:
26902
diff
changeset
|
1689 |
|
26902
264b83a3a688
Changes for separate unspecified foreground and background colors
Eli Zaretskii <eliz@gnu.org>
parents:
26899
diff
changeset
|
1690 1999-12-15 Eli Zaretskii <eliz@is.elta.co.il> |
|
264b83a3a688
Changes for separate unspecified foreground and background colors
Eli Zaretskii <eliz@gnu.org>
parents:
26899
diff
changeset
|
1691 |
|
264b83a3a688
Changes for separate unspecified foreground and background colors
Eli Zaretskii <eliz@gnu.org>
parents:
26899
diff
changeset
|
1692 * faces.el (face-read-integer, read-face-attribute) |
|
264b83a3a688
Changes for separate unspecified foreground and background colors
Eli Zaretskii <eliz@gnu.org>
parents:
26899
diff
changeset
|
1693 (color-defined-p, color-values): Allow color values unspecified-fg |
|
264b83a3a688
Changes for separate unspecified foreground and background colors
Eli Zaretskii <eliz@gnu.org>
parents:
26899
diff
changeset
|
1694 and unspecified-bg, handle them as unspecified. |
|
264b83a3a688
Changes for separate unspecified foreground and background colors
Eli Zaretskii <eliz@gnu.org>
parents:
26899
diff
changeset
|
1695 |
|
27172
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
1696 1999-12-15 Carsten Dominik <dominik@astro.uva.nl> |
|
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
1697 |
|
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
1698 * textmodes/reftex.el: (reftex-compile-variables): respect new |
|
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
1699 structure of `reftex-index-macro' |
|
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
1700 (reftex-compile-variables): Use the changed structure of |
|
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
1701 `reftex-label-alist'. |
|
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
1702 |
|
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
1703 * textmodes/reftex-vars.el (reftex-index-math-format, |
|
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
1704 (reftex-toc-max-level): New option. |
|
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
1705 reftex-index-phrases-search-whole-words, |
|
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
1706 reftex-index-phrases-case-fold-search, |
|
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
1707 reftex-index-phrases-skip-indexed-matches, |
|
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
1708 reftex-index-phrases-wrap-long-lines, |
|
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
1709 reftex-index-phrases-sort-prefers-entry, |
|
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
1710 reftex-index-phrases-sort-in-blocks): New options. |
|
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
1711 (reftex-index-macros): Option structure changed. |
|
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
1712 (reftex-index-macros-builtin): Added `repeat' item to each entry. |
|
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
1713 (reftex-label-alist): Additional item in each entry to specify if |
|
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
1714 the environment should be listed in the TOC. |
|
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
1715 (eval-when-compile (require 'cl)) added. |
|
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
1716 |
|
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
1717 * textmodes/reftex-index.el (reftex-index-selection-or-word): No |
|
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
1718 longer deals with "repeat". |
|
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
1719 (reftex-index): "repeat property in `reftex-index-macro-alist' is |
|
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
1720 now used. |
|
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
1721 (reftex-index-phrases-comment-regexp, |
|
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
1722 reftex-index-phrases-macrodef-regexp, |
|
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
1723 reftex-index-phrases-phrase-regexp1, |
|
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
1724 reftex-index-phrases-phrase-regexp2, |
|
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
1725 reftex-index-phrases-phrase-regexp12, reftex-index-phrases-help): |
|
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
1726 New constants. |
|
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
1727 (reftex-index-phrases-macro-data, reftex-index-phrases-files, |
|
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
1728 reftex-index-phrases-font-lock-keywords, |
|
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
1729 reftex-index-phrases-font-lock-defaults, reftex-index-phrases-map, |
|
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
1730 reftex-index-phrases-restrict-file): New variables. |
|
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
1731 (reftex-index-phrase-selection-or-word, |
|
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
1732 reftex-index-visit-phrases-buffer, |
|
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
1733 reftex-index-initialize-phrases-buffer, |
|
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
1734 reftex-index-phrases-save-and-return, reftex-index-phrases-mode, |
|
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
1735 reftex-index-next-phrase, reftex-index-this-phrase, |
|
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
1736 reftex-index-all-phrases, reftex-index-region-phrases, |
|
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
1737 reftex-index-phrases-parse-header, |
|
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
1738 reftex-index-phrases-toggle-restricted, reftex-index-new-phrase, |
|
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
1739 reftex-index-find-next-conflict-phrase, reftex-index-phrases-info, |
|
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
1740 reftex-index-phrases-set-macro-key, reftex-index-sort-phrases, |
|
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
1741 reftex-compare-phrase-lines, reftex-index-make-phrase-regexp, |
|
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
1742 reftex-index-simplify-phrase, reftex-index-phrases-find-dup-re, |
|
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
1743 reftex-index-make-replace-string, |
|
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
1744 reftex-query-index-phrase-globally, reftex-query-index-phrase, |
|
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
1745 reftex-index-phrase-match-is-indexed, |
|
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
1746 reftex-index-phrases-fixup-line, |
|
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
1747 reftex-index-phrases-replace-space, |
|
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
1748 reftex-index-select-phrases-macro): New functions. |
|
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
1749 (reftex-index-globalize, reftex-index-globally): functions removed |
|
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
1750 (eval-when-compile (require 'cl)) added. |
| 27182 | 1751 |
|
27172
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
1752 * textmodes/reftex-toc.el (reftex-toc-mode): Create new indicator |
|
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
1753 for max level. |
|
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
1754 (reftex-toc-max-level-indicator): New variable. |
|
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
1755 (reftex-toc-max-level): New command. |
|
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
1756 (reftex-toc-map): New keybinding `t'. |
|
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
1757 (reftex-toc-help): Constant updated. |
|
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
1758 (eval-when-compile (require 'cl)) added. |
|
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
1759 |
|
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
1760 * textmodes/reftex-ref.el (reftex-offer-label-menu): Prefix to |
|
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
1761 `t' command key can change `reftex-toc-max-level' |
|
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
1762 (eval-when-compile (require 'cl)) added. |
|
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
1763 |
|
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
1764 * textmode/reftex-sel (reftex-insert-docstruct): Respect |
|
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
1765 `reftex-toc-max-level' |
|
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
1766 (eval-when-compile (require 'cl)) added. |
|
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
1767 |
|
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
1768 * textmodes/reftex-auc.el (eval-when-compile (require 'cl)) |
|
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
1769 added. |
|
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
1770 |
|
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
1771 * textmodes/reftex-vcr.el (eval-when-compile (require 'cl)) |
|
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
1772 added. |
|
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
1773 |
|
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
1774 * textmodes/reftex-cite.el (reftex-citep, reftex-citet): New |
|
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
1775 commands. |
|
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
1776 (reftex-citation, reftex-do-citation, |
|
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
1777 reftex-figure-out-cite-format): Additional argument FORMAT-KEY to |
|
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
1778 preselect a citation format. |
|
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
1779 (eval-when-compile (require 'cl)) added. |
|
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
1780 |
|
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
1781 * textmodes/reftex-parse.el (reftex-context-substring): Optional |
|
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
1782 parameter to-end |
|
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
1783 (reftex-section-info): Deal with environment matches. |
|
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
1784 (eval-when-compile (require 'cl)) added. |
|
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
1785 |
|
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
1786 * reftex-global.el (eval-when-compile (require 'cl)) added. |
|
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
1787 |
| 26899 | 1788 1999-12-15 Kenichi Handa <handa@etl.go.jp> |
| 1789 | |
| 1790 The following changes are for the new composition mechanism. We | |
| 1791 have deleted `composition' charset and composite characters, | |
| 1792 instead introduced a special text property `composition'. | |
| 1793 | |
| 1794 * composite.el: New file. | |
| 1795 | |
| 1796 * ps-mule.el: Define encode-composition-rule and find-composition | |
| 1797 for Emacs 20.4 and the earlier versions. | |
| 1798 (ps-mule-init-external-library): Just require a feature for | |
| 1799 external libraries. | |
| 1800 (ps-mule-prologue): Postscript code modified for new composition. | |
| 1801 (ps-mule-find-wrappoint): New arg COMPOSITION. | |
| 1802 (ps-mule-plot-string): Delete code for composite characaters. | |
| 1803 (ps-mule-plot-composition): New funcion. | |
| 1804 (ps-mule-prepare-font-for-components): New function. | |
| 1805 (ps-mule-plot-components): New function. | |
| 1806 (ps-mule-composition-prologue-generated): Renamed from | |
| 1807 ps-mule-cmpchar-prologue-generated. | |
| 1808 (ps-mule-composition-prologue): New named from | |
| 1809 ps-mule-cmpchar-prologue. Modified for new composition. | |
| 1810 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar, | |
| 1811 ps-mule-prepare-cmpchar-font): Deleted. | |
| 1812 (ps-mule-string-encoding): New arg NO-SETFONT. | |
| 1813 (ps-mule-bitmap-prologue): In Postscript code of BuildGlyphCommon, | |
| 1814 check Composing, not Cmpchar | |
| 1815 (ps-mule-initialize): Set ps-mule-composition-prologue-generated | |
| 1816 to nil. | |
| 1817 (ps-mule-begin-job): Check existence of new composition. | |
| 1818 | |
| 1819 * ps-print.el (ps-plot-region): Handle new composition. | |
| 1820 | |
| 1821 * simple.el (what-cursor-position): Show "(composed)" if the | |
| 1822 character is composed. | |
| 1823 | |
| 1824 * international/characters.el: Fix cateogries of Lao symbols. | |
| 1825 | |
| 1826 * international/fontset.el (vertical-centering-font-regexp): New | |
| 1827 variable. | |
| 1828 | |
| 1829 * international/mule.el (mule-version): Updated to 5.0 (AOI). | |
| 1830 (mule-version-date): Updated to 1999.12.7. | |
| 1831 (with-category-table): New macro. | |
| 1832 | |
| 1833 * international/mule-cmds.el (encode-coding-char): Don't check | |
| 1834 composite character. | |
| 1835 | |
| 1836 * international/mule-conf.el (iso-2022-7bit, iso-2022-7bit-ss2 | |
| 1837 iso-2022-7bit-lock, iso-2022-7bit-lock-ss2, iso-2022-8bit-ss2, | |
| 1838 x-ctext): Give `composition' property t. | |
| 1839 | |
| 1840 * international/mule-util.el (set-nested-alist): Set BRANCHES (if | |
| 1841 non-nil) at the tail of ALIST. | |
| 1842 (compose-region, decompose-region, decompse-string, | |
| 1843 reference-point-alist, compose-chars): Moved to composite.el. | |
| 1844 (compose-chars-component, compose-chars-rule, | |
| 1845 decompose-composite-char): Deleted. | |
| 1846 | |
| 1847 * international/quail.el (quail-install-map): New optional arg | |
| 1848 NAME. | |
| 1849 (quail-get-translation): If DEF is a symbol but not a function, | |
| 1850 ignore it. | |
| 1851 (quail-start-translation): Put a key sequence undefined in the | |
| 1852 translation keymap in unread-command-events, not generated-events. | |
| 1853 Return parameterized event (compose-last-chars N) if the input | |
| 1854 characters should be composed. | |
| 1855 (quail-map-definition): If DEF is t, treat it as nil. | |
| 1856 (quail-delete-last-char): Delete the quail region. | |
| 1857 (quail-show-translations): Don't show list of translations if the | |
| 1858 quail package is deterministic. | |
| 1859 (quail-completion-max-depth): New variable. | |
| 1860 (quail-completion-1): Pay attention to the above variable. Fix | |
| 1861 for the case that a translation is a function. | |
| 1862 (quail-map-from-table, quail-map-from-table-1, | |
| 1863 quail-map-from-table-2): New functions. | |
| 1864 (quail-lookup-map-and-concat): New function | |
| 1865 | |
| 1866 * language/devan-util.el: Mostly rewritten. | |
| 1867 | |
| 1868 * language/lao.el: Register lao-composition-function in | |
| 1869 composition-function-table. | |
| 1870 | |
| 1871 * language/lao-util.el: Mostly rewritten. | |
| 1872 | |
| 1873 * language/thai.el: Register thai-composition-function in | |
| 1874 composition-function-table. | |
| 1875 (thai-tis620): Delete `pre-write-conversion' property. | |
| 1876 | |
| 1877 * language/thai-util.el: (thai-category-table): Make it by | |
| 1878 make-category-table. | |
| 1879 (thai-composition-pattern): New variable. | |
| 1880 (thai-compose-region, thai-compose-string): Use | |
| 1881 with-category-table. | |
| 1882 (thai-post-read-conversion): Just call thai-compose-region. | |
| 1883 (thai-pre-write-conversion): Deleted. | |
| 1884 (thai-composition-function): New funciton. | |
| 1885 | |
| 1886 * language/tibet-util.el: Most functions rewritten. | |
| 1887 (tibetan-char-p): Renamed from tibetan-char-examin. | |
| 1888 (tibetan-composable-examin) (tibetan-complete-char-examin) | |
| 1889 (tibetan-vertical-stacking) (tibetan-composition): Deleted. | |
| 1890 (tibetan-add-components): New function. | |
| 1891 (tibetan-composition-function): New function. | |
| 1892 | |
| 1893 * language/tibetan.el: Register tibetan-composition-function in | |
| 1894 composition-function-table. | |
| 1895 (tibetan-composable-pattern): New variable. | |
| 1896 (tibetan-subjoined-transcription-alist): Change key "R" to "+R". | |
| 1897 (tibetan-precomposition-rule-alist): Move punctuations to | |
| 1898 tibetan-punctuation-transcription-alist and | |
| 1899 tibetan-obsolete-glyphs. | |
| 1900 (tibetan-punctuation-transcription-alist): New variable. | |
| 1901 (tibetan-obsolete-glyphs): New variable. | |
| 1902 (tibetan-regexp): Improve the initialization code. | |
| 1903 | |
| 1904 * textmodes/fill.el (fill-find-break-point): Delete codes for | |
| 1905 composite characters. | |
| 1906 (fill-region-as-paragraph): Likewise. | |
| 1907 | |
| 26830 | 1908 1999-12-14 Gerd Moellmann <gerd@gnu.org> |
| 1909 | |
| 26833 | 1910 * international/mule-cmds.el (default-input-method): Specify |
| 1911 that it should be set after current-language-environment. | |
| 1912 | |
| 1913 * custom.el (custom-handle-keyword): Add :set-after. | |
| 1914 (custom-add-dependencies): New function. | |
| 1915 (custom-set-variables): Take dependencies between args into | |
| 1916 account. | |
|
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
1917 |
| 26830 | 1918 * battery.el (battery): Doc fix. |
| 1919 | |
| 26821 | 1920 1999-12-12 Gerd Moellmann <gerd@gnu.org> |
| 1921 | |
| 1922 * progmodes/cc-make.el: Removed. | |
| 1923 | |
| 26818 | 1924 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> |
| 1925 | |
| 1926 * Release of cc-mode 5.26 | |
| 1927 | |
| 1928 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
| 1929 | |
| 1930 * cc-cmds.el (c-forward-conditional): Handle an arbitrary | |
| 1931 target depth. Optionally count #else lines as clause limits, | |
| 1932 as suggested by don provan <provan@lucent.com>. #elif | |
| 1933 handling fixed. | |
| 1934 | |
| 1935 * cc-cmds.el (c-up-conditional-with-else, c-down-conditional) | |
| 1936 (c-down-conditional-with-else): New commands that uses the | |
| 1937 added functionality in `c-forward-conditional'. | |
| 1938 | |
| 1939 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
| 1940 | |
| 1941 * cc-align.el (c-lineup-comment): Preserve the alignment with | |
| 1942 a comment on the previous line instead of preserving the | |
| 1943 comment-column. | |
| 1944 | |
| 1945 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
| 1946 | |
| 1947 * Fixes to IDL mode after input from Eric Eide | |
| 1948 <eeide@cs.utah.edu>: | |
| 1949 * cc-engine.el (c-beginning-of-statement-1): Allow | |
| 1950 `c-conditional-key' to be nil, for the benefit of IDL mode. | |
| 1951 * cc-engine.el (c-guess-basic-syntax): Ditto. | |
| 1952 cc-langs.el (C-IDL-class-key): Fixed. Don't match `class' | |
| 1953 but do match CORBA 2.3 `valuetype'. | |
| 1954 * cc-langs.el (c-IDL-access-key): New defconst. Should be nil | |
| 1955 for IDL. | |
| 1956 * cc-langs.el (c-IDL-conditional-key): New defconst. Should | |
| 1957 be nil for IDL. | |
| 1958 * cc-langs.el (c-IDL-comment-start-regexp): New defconst. | |
| 1959 Like C++. | |
| 1960 * cc-mode.el (idl-mode): Use new `c-IDL-*' defconsts. Also, | |
| 1961 set `c-method-key' and `c-baseclass-key' to nil. | |
| 1962 | |
| 1963 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
| 1964 | |
| 1965 * cc-menus.el (cc-imenu-c++-generic-expression): Match classes | |
| 1966 with nonhanging open braces. | |
| 1967 | |
| 1968 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
| 1969 | |
| 1970 * cc-align.el: Added docstrings to all lineup functions. | |
| 1971 | |
| 1972 * cc-align.el (c-lineup-java-throws): Handle a hanging throws | |
| 1973 keyword. | |
| 1974 | |
| 1975 * cc-align.el (c-lineup-C-comments): Handle free form text | |
| 1976 comments. Use c-comment-prefix-regexp and comment-start-skip | |
| 1977 instead of hardcoded regexps. | |
| 1978 | |
| 1979 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
| 1980 | |
| 1981 * cc-cmds.el (c-beginning-of-defun, c-end-of-defun): Fixed eob | |
| 1982 behavior and return value as documented. | |
| 1983 | |
| 1984 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
| 1985 | |
| 1986 * Changes for new style variable init system: | |
| 1987 * cc-langs.el (c-common-init): Dito. | |
| 1988 * cc-styles.el: c-offsets-alist moved to cc-vars.el since it's | |
| 1989 now customizable. | |
| 1990 * cc-vars.el: Style variables may now take a value | |
| 1991 'set-from-style to make them take their value from the style | |
| 1992 system. This value is now the default on all these variables. | |
| 1993 * cc-vars.el (c-valid-offset): New function to verify a | |
| 1994 syntactic symbol offset setting. | |
| 1995 * cc-vars.el (c-offsets-alist): Variable moved from | |
| 1996 cc-styles.el since it's now customizable in a similar way to | |
| 1997 the other style variables. | |
| 1998 * cc-vars.el (c-old-style-variable-behavior): New variable to | |
| 1999 revert to the old style init behavior. | |
| 2000 | |
| 2001 * cc-vars.el (c-file-style, c-file-offsets): Made always | |
| 2002 buffer local. | |
| 2003 | |
| 2004 * cc-menus.el (cc-imenu-c++-generic-expression): Don't match | |
| 2005 the throws clause that might follow the function prototype in | |
| 2006 C++. | |
| 2007 | |
| 2008 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
| 2009 | |
| 2010 * cc-defs.el (c-beginning-of-macro): Fixed bug where point | |
| 2011 could move forward for macros that doesn't start in column 0. | |
| 2012 | |
| 2013 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
| 2014 | |
| 2015 * cc-align.el (c-indent-multi-line-block, | |
| 2016 c-lineup-whitesmith-in-block): Two new lineup functions for | |
| 2017 use in whitesmith style. | |
| 2018 | |
| 2019 * cc-styles.el (c-style-alist): More fixes to whitesmith | |
| 2020 style. It should now handle all different braces uniformly in | |
| 2021 both hanging and non-hanging cases. | |
| 2022 | |
| 2023 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
| 2024 | |
| 2025 * cc-cmds.el (c-indent-exp): Use a marker to save point to | |
| 2026 make it stay in the same position relative to the surrounding | |
| 2027 text. | |
| 2028 | |
| 2029 * cc-cmds.el (c-fill-paragraph): Force the line comment prefix | |
| 2030 when adaptive-fill-mode doesn't manage to get it correct. | |
| 2031 | |
| 2032 * cc-menus.el (cc-imenu-java-generic-expression): Handle types | |
| 2033 with dotted notation, e.g. foo.bar.Gnu. | |
| 2034 | |
| 2035 * cc-mode.el (c-initialize-cc-mode): Wrap all function calls | |
| 2036 within unwind-protect (previously only some were wrapped so it | |
| 2037 would be possible to register mode initialization when full | |
| 2038 initialization did not finish). | |
| 2039 | |
| 2040 * cc-styles.el (c-style-alist): Corrected the brace placement | |
| 2041 in the whitesmith style. Thanks to Sean Luke | |
| 2042 <seanl@cs.umd.edu>. Also extended the bsd and whitesmith | |
| 2043 styles with consistent brace placement for all constructs. | |
| 2044 | |
| 2045 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
| 2046 | |
| 2047 * cc-cmds.el (c-context-line-break): Continue C++ comments too | |
| 2048 when point is in the middle of them. | |
| 2049 | |
| 2050 * cc-cmds.el: Line breaking and paragraph filling code | |
| 2051 rewritten: | |
| 2052 (c-guess-fill-prefix): New function that uses various | |
| 2053 heuristics to guess the comment prefix. | |
| 2054 (c-fill-paragraph): Rewritten to use `c-guess-fill-prefix'. | |
| 2055 It now assumes adaptive filling is active to preserve the line | |
| 2056 prefix inside comments. | |
| 2057 (c-indent-new-comment-line): Replacement for the now | |
| 2058 obsolete `c-comment-line-break-function' that uses | |
| 2059 `c-guess-fill-prefix' when appropriate. It now observes the | |
| 2060 setting of `comment-multi-line', which has effect in C-style | |
| 2061 block comments. | |
| 2062 | |
| 2063 * cc-cmds.el (c-context-line-break): New function intended to | |
| 2064 be put on RET. It's essentially `newline-and-indent', but | |
| 2065 continues C block comments with the appropriate line prefix. | |
| 2066 | |
| 2067 * cc-cmds.el (c-do-auto-fill): New function put on | |
| 2068 `normal-auto-fill-function' to implement the | |
| 2069 `c-ignore-auto-fill' variable. | |
| 2070 | |
| 2071 * cc-cmds.el (c-beginning-of-statement): Use | |
| 2072 `c-comment-prefix-regexp' to avoid ending up inside the | |
| 2073 comment prefix. Better handling of comment starters and | |
| 2074 enders. Catch comments better when traversing code. Stop at | |
| 2075 preprocessor directives. | |
| 2076 | |
| 2077 * cc-defs.el (c-forward-comment): New subst to hide platform | |
| 2078 dependent quirks in `forward-comment'. | |
| 2079 | |
| 2080 * cc-engine.el (c-literal-limits): Added NOT-IN-DELIMITER | |
| 2081 argument. | |
| 2082 (c-literal-limits-fast): Implemented NEAR and NOT-IN-DELIMITER | |
| 2083 arguments. Activate this function by default when | |
| 2084 `parse-partial-sexp' supports it (currently Emacs 20.x). | |
| 2085 | |
| 2086 * cc-engine.el (c-guess-basic-syntax): Anchor the `c' syntax | |
| 2087 on the comment opener to make constants usable as lineup | |
| 2088 arguments. | |
| 2089 | |
| 2090 * cc-align.el (c-lineup-C-comments): Fixes to handle the | |
| 2091 changed anchor position in the `c' syntactic symbol. Handle | |
| 2092 more than stars in the comment prefix; use the new variable | |
| 2093 `c-comment-prefix-regexp'. Don't indent text not preceded by | |
| 2094 a comment prefix to the right of the comment opener if it's | |
| 2095 long. | |
| 2096 | |
| 2097 * cc-langs.el: Fixes to mode initialization for new line | |
| 2098 breaking and paragraph filling method. Adaptive fill mode is | |
| 2099 now activated at startup instead of deactivated. The | |
| 2100 variables used for adaptive filling and paragraph movement are | |
| 2101 also changed to incorporate the value of | |
| 2102 `c-comment-prefix-regexp'. `substitute-key-definition' is | |
| 2103 used to override some functions in the global map instead of | |
| 2104 overriding their default bindings. | |
| 2105 | |
| 2106 * cc-mode.el (java-mode): Modify `paragraph-start' for the | |
| 2107 javadoc markup at mode init. | |
| 2108 | |
| 2109 * cc-mode.el (c-setup-filladapt): A new convenience function | |
| 2110 to configure Kyle E. Jones' Filladapt mode for CC Mode. This | |
| 2111 function is intended to be used explicitly by the end user | |
| 2112 only. | |
| 2113 | |
| 2114 * cc-vars.el (c-comment-prefix-regexp): New variable used to | |
| 2115 recognize the comment fill prefix inside comments. | |
| 2116 (c-block-comment-prefix): New name for | |
| 2117 `c-comment-contiuation-stars', which is now obsolete. It's | |
| 2118 generalized to handle any character sequence. | |
| 2119 (c-ignore-auto-fill): New variable used to selectively disable | |
| 2120 Auto Fill mode in specific contexts. | |
| 2121 | |
| 2122 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
| 2123 | |
| 2124 * cc-cmds.el (c-comment-indent): Leave at least one space | |
| 2125 between the comment and the last nonblank character in the | |
| 2126 case where we look at the indentation of the comment on the | |
| 2127 previous line (case 4). | |
| 2128 | |
| 2129 * cc-engine.el (c-beginning-of-statement-1): Added ``' to the | |
| 2130 list of characters that may start a statement (it's a sort of | |
| 2131 prefix operator in Pike, and isn't used at all in any of the | |
| 2132 other languages). | |
| 2133 | |
| 2134 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
| 2135 | |
| 2136 * cc-engine.el (c-guess-basic-syntax): Report brace list opens | |
| 2137 inside continued statements as statement-cont instead of | |
| 2138 brace-list-open. The reason is that one normally adjusts | |
| 2139 brace-list-open for brace lists as top-level constructs, and | |
| 2140 brace lists inside statements is a completely different | |
| 2141 context. Case 10B.2 changed. Also changed (the somewhat | |
| 2142 esoteric) case 9A to cope with this. | |
| 2143 | |
| 2144 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
| 2145 | |
| 2146 * cc-cmds.el (c-electric-brace): Added electric handling of | |
| 2147 the open brace for brace-elseif-brace. | |
| 2148 | |
| 2149 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
| 2150 | |
| 2151 * cc-defs.el (c-with-syntax-table): New macro to easily switch | |
| 2152 syntax tables temporarily. | |
| 2153 | |
| 2154 * cc-engine.el (c-guess-basic-syntax): Handle template and | |
| 2155 member init argument lists split over several lines. Case 5D | |
| 2156 changed. | |
| 2157 | |
| 2158 * cc-langs.el (c-Java-javadoc-paragraph-start): Added new tag | |
| 2159 @throws introduced in Javadoc 1.2. | |
| 2160 | |
| 2161 * cc-menus.el (cc-imenu-java-generic-expression): Applied | |
| 2162 patch from RMS to avoid infinite backtracking. | |
| 2163 | |
| 2164 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
| 2165 | |
| 2166 * cc-align.el (c-lineup-arglist): Handle "arglists" surrounded | |
| 2167 by [ ]. | |
| 2168 | |
| 2169 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
| 2170 | |
| 2171 * cc-align.el (c-lineup-dont-change): Compensate properly for | |
| 2172 the column in langelem. | |
| 2173 | |
| 2174 * cc-engine.el (c-syntactic-information-on-region): New | |
| 2175 function to help debugging the syntactic analysis. | |
| 2176 | |
| 2177 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
| 2178 | |
| 2179 * cc-align.el (c-lineup-template-args): Handle nested template | |
| 2180 arglists. | |
| 2181 | |
| 2182 * cc-langs.el (c++-template-syntax-table): New syntax table | |
| 2183 that makes `<' and `>' parenthesis characters, which is useful | |
| 2184 to switch to temporarily when analyzing template arglists. | |
| 2185 | |
| 2186 * cc-styles.el: Changed default alignment of labels in the | |
| 2187 java style to conform to the examples in the Java Language | |
| 2188 Specification. | |
| 2189 | |
| 2190 * cc-styles.el (c-offsets-alist): Use `c-lineup-template-args' | |
| 2191 by default. | |
| 2192 | |
| 2193 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
| 2194 | |
| 2195 * cc-engine.el (c-guess-basic-syntax): Pike allows a comma | |
| 2196 immediately before the closing paren in an arglist, so don't | |
| 2197 check that in Pike mode. Case 7A changed. | |
| 2198 | |
| 2199 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
| 2200 | |
| 2201 * cc-cmds.el (c-indent-region): Fixed bug where comment-only | |
| 2202 lines were ignored under certain conditions. | |
| 2203 | |
| 2204 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
| 2205 | |
| 2206 * cc-align.el (c-lineup-template-args): New function for | |
| 2207 aligning continued template argument lists. | |
| 2208 | |
| 2209 * cc-engine.el (c-guess-basic-syntax): Fix for member init | |
| 2210 lists containing function arglists split over several lines. | |
| 2211 Case 5D.1 changed. | |
| 2212 | |
| 2213 * cc-engine.el (c-guess-basic-syntax): Fixed bug where | |
| 2214 template-args-cont didn't get recognized when the first | |
| 2215 arglist opener line doesn't contain a template argument. New | |
| 2216 case 5K. | |
| 2217 | |
| 2218 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
| 2219 | |
| 2220 * cc-defs.el (c-point): Changed from subst to macro for | |
| 2221 efficiency. | |
| 2222 (c-beginning-of-defun-1, c-end-of-defun-1): New | |
| 2223 beginning-of-defun/end-of-defun wrappers separated from | |
| 2224 c-point. | |
| 2225 | |
| 2226 * cc-menus.el (imenu-generic-expression, | |
| 2227 imenu-case-fold-search, imenu-progress-message): Dummy | |
| 2228 definitions to avoid compiler warnings if imenu can't be | |
| 2229 loaded. | |
| 2230 * cc-menus.el (cc-imenu-init): New function called at mode | |
| 2231 init. | |
| 2232 * cc-mode.el (c-mode, c++-mode, objc-mode, java-mode): Moved | |
| 2233 imenu initializations to cc-imenu-init. | |
| 2234 | |
| 2235 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
| 2236 | |
| 2237 * cc-engine.el (c-guess-basic-syntax): Slightly better check | |
| 2238 for lambda-intro-cont in Pike mode. Case 6 changed. | |
| 2239 | |
| 2240 * cc-engine.el (c-looking-at-inexpr-block): Fixed bug where | |
| 2241 anything following "new Foo()" was considered an anonymous | |
| 2242 class body in Java mode. | |
| 2243 | |
| 2244 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org> | |
| 2245 | |
| 2246 * cc-cmds.el (c-comment-line-break-function): When breaking in | |
| 2247 a string, don't insert a new line. | |
| 2248 | |
| 2249 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org> | |
| 2250 | |
| 2251 * cc-engine.el (c-at-toplevel-p): New interface function which | |
| 2252 returns information useful to add-on authors. It tells you | |
| 2253 whether you're at a toplevel statement or not. | |
| 2254 | |
| 2255 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org> | |
| 2256 | |
| 2257 * cc-cmds.el (c-comment-line-break-function): It is possible | |
| 2258 that forward-line does not land us at the bol, say if we're on | |
| 2259 the last line in a file. In that case, do a | |
| 2260 back-to-indentation instead of a forward-comment -1. | |
| 2261 | |
| 2262 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
| 2263 | |
| 2264 * cc-engine.el (c-beginning-of-statement-1): Don't catch | |
| 2265 "default:" as normal label in case 4. | |
| 2266 | |
| 2267 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
| 2268 | |
| 2269 * cc-engine.el (c-guess-basic-syntax): Use c-bitfield-key to | |
| 2270 recognize continued bitfield declarations. Case 5D.1 changed. | |
| 2271 * cc-langs.el: New variable c-bitfield-key. | |
| 2272 * cc-mode.el: New variable c-bitfield-key. | |
| 2273 | |
| 2274 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
| 2275 | |
| 2276 * cc-engine.el (c-inside-bracelist-p): Tighter test for Java | |
| 2277 anonymous array expressions (i.e. "new Foo[] {.. bracelist | |
| 2278 ..}"). | |
| 2279 | |
| 26816 | 2280 1999-12-12 Dave Love <fx@gnu.org> |
| 2281 | |
| 26943 | 2282 * mail/footnote.el: Require cl when compiling. Don't autoload |
| 2283 keymap and minor-mode-alist stuff. Don't set zmacs-region-stays. | |
| 26816 | 2284 (footnote-insert-text-marker, Footnote-insert-pointer-marker): |
| 2285 Avoid `acons'. | |
| 2286 (footnote-mode-line-string, Footnote-add-footnote): Remove | |
| 2287 autoload cookie. | |
| 2288 | |
| 26814 | 2289 1999-12-12 Richard Sharman <rsharman@pobox.com> |
| 2290 | |
| 2291 * sh-script.el: Fix for when font-lock mode is active. | |
| 2292 (sh-font-lock-unfontify-region-function): New function. | |
|
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
2293 |
|
26812
7afb74b5999e
(menu-bar-edit-menu): Define the Spell submenu even
Eli Zaretskii <eliz@gnu.org>
parents:
26811
diff
changeset
|
2294 1999-12-12 Eli Zaretskii <eliz@is.elta.co.il> |
|
7afb74b5999e
(menu-bar-edit-menu): Define the Spell submenu even
Eli Zaretskii <eliz@gnu.org>
parents:
26811
diff
changeset
|
2295 |
|
7afb74b5999e
(menu-bar-edit-menu): Define the Spell submenu even
Eli Zaretskii <eliz@gnu.org>
parents:
26811
diff
changeset
|
2296 * menu-bar.el (menu-bar-edit-menu): Define the Spell submenu even |
|
7afb74b5999e
(menu-bar-edit-menu): Define the Spell submenu even
Eli Zaretskii <eliz@gnu.org>
parents:
26811
diff
changeset
|
2297 if start-process is not bound, since Ispell now supports such |
|
7afb74b5999e
(menu-bar-edit-menu): Define the Spell submenu even
Eli Zaretskii <eliz@gnu.org>
parents:
26811
diff
changeset
|
2298 platforms as well. |
|
7afb74b5999e
(menu-bar-edit-menu): Define the Spell submenu even
Eli Zaretskii <eliz@gnu.org>
parents:
26811
diff
changeset
|
2299 |
| 26811 | 2300 1999-12-12 Gerd Moellmann <gerd@gnu.org> |
| 2301 | |
| 2302 * mail/rmailsum.el (rmail-summary-mode-map): Bind RET to | |
| 2303 rmail-summary-goto-msg. | |
| 2304 | |
| 2305 * files.el (after-find-file): Fix previous change. | |
| 2306 | |
| 2307 1999-12-11 Dave Love <fx@gnu.org> | |
| 2308 | |
| 2309 * help.el (where-is): Use `commandp' as predicate for | |
| 26806 | 2310 `completing-read' |
| 2311 | |
|
26804
ce54b1d60246
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26799
diff
changeset
|
2312 1999-12-10 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
|
ce54b1d60246
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26799
diff
changeset
|
2313 |
|
ce54b1d60246
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26799
diff
changeset
|
2314 * cus-edit.el (custom-save-delete): Delete all occurrences, |
|
ce54b1d60246
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26799
diff
changeset
|
2315 leave point where the first occurrence was. |
|
ce54b1d60246
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26799
diff
changeset
|
2316 (custom-save-faces): Insert a newline at the end of the comment. |
|
ce54b1d60246
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26799
diff
changeset
|
2317 Avoid a double newline there. |
|
ce54b1d60246
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26799
diff
changeset
|
2318 If final closeparen is at bol, put a space before it. |
|
ce54b1d60246
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26799
diff
changeset
|
2319 (custom-save-variables): Likewise. |
|
ce54b1d60246
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26799
diff
changeset
|
2320 (custom-file): Doc fix. |
|
ce54b1d60246
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26799
diff
changeset
|
2321 |
| 26799 | 2322 1999-12-10 Gerd Moellmann <gerd@gnu.org> |
| 2323 | |
| 2324 * dos-w32.el (file-name-buffer-file-type-alist): Add `$' at end of | |
| 2325 regexp matching image and audio files. | |
| 2326 | |
| 26785 | 2327 1999-12-09 Dave Love <fx@gnu.org> |
| 2328 | |
| 2329 * mail/footnote.el: New file. | |
| 2330 | |
| 26780 | 2331 1999-12-09 Gerd Moellmann <gerd@gnu.org> |
| 2332 | |
| 2333 * files.el (after-find-file): Use auto-save-visited-file-name if | |
| 2334 set. | |
| 2335 | |
| 2336 * mail/feedmail.el (feedmail-find-eoh): Take | |
| 2337 feedmail-queue-alternative-mail-header-separator into account. | |
| 2338 | |
|
26777
bdcf3193d59a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26774
diff
changeset
|
2339 1999-12-09 Stefan Monnier <monnier@cs.yale.edu> |
|
bdcf3193d59a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26774
diff
changeset
|
2340 |
|
bdcf3193d59a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26774
diff
changeset
|
2341 * smerge-mode.el: New file. |
|
bdcf3193d59a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26774
diff
changeset
|
2342 |
|
bdcf3193d59a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26774
diff
changeset
|
2343 * font-lock.el (font-lock-multiline): New variable. |
|
bdcf3193d59a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26774
diff
changeset
|
2344 (font-lock-add-keywords): Rename `major-mode' into `mode'. |
|
bdcf3193d59a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26774
diff
changeset
|
2345 (font-lock-remove-keywords): Added a dummy `mode' argument for |
|
bdcf3193d59a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26774
diff
changeset
|
2346 potential future support. |
|
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
2347 (font-lock-fontify-anchored-keywords, |
|
26777
bdcf3193d59a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26774
diff
changeset
|
2348 (font-lock-fontify-keywords-region): Only handle multiline strings |
|
bdcf3193d59a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26774
diff
changeset
|
2349 if necessary (avoids a pathological behavior in (f.ex) diff-mode). |
|
bdcf3193d59a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26774
diff
changeset
|
2350 |
|
26772
409c955897d7
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26760
diff
changeset
|
2351 1999-12-08 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
|
409c955897d7
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26760
diff
changeset
|
2352 |
|
26774
57be3cdaebfb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26772
diff
changeset
|
2353 * bookmark.el (bookmark-bmenu-mode-map): Bind RET like f. |
|
57be3cdaebfb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26772
diff
changeset
|
2354 |
|
26772
409c955897d7
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26760
diff
changeset
|
2355 * dired-aux.el (dired-insert-subdir): Add autoload cookie. |
|
409c955897d7
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26760
diff
changeset
|
2356 |
| 26760 | 2357 1999-12-07 Dave Love <fx@gnu.org> |
| 2358 | |
| 2359 * help.el (view-emacs-problems): New command, bound to C-h P. | |
| 2360 | |
| 2361 * menu-bar.el (menu-bar-manuals-menu): Add view-emacs-problems. | |
| 2362 | |
|
26744
f14026cd9767
(kill-region): Use the new `delete-and-extract-region'
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26743
diff
changeset
|
2363 1999-12-07 Stefan Monnier <monnier@cs.yale.edu> |
|
f14026cd9767
(kill-region): Use the new `delete-and-extract-region'
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26743
diff
changeset
|
2364 |
|
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
2365 * diff-mode.el (diff-mode-shared-map): Fset'd and doc change. |
|
26748
8b8438e9ac12
* diff-mode.el (diff-mode-shared-map): fset'd and doc change.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26747
diff
changeset
|
2366 (diff-minor-mode, diff-minor-mode-prefix, diff-minor-mode-map): |
|
8b8438e9ac12
* diff-mode.el (diff-mode-shared-map): fset'd and doc change.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26747
diff
changeset
|
2367 New code to support the minor mode version. |
|
8b8438e9ac12
* diff-mode.el (diff-mode-shared-map): fset'd and doc change.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26747
diff
changeset
|
2368 (diff-recenter): New function. |
|
8b8438e9ac12
* diff-mode.el (diff-mode-shared-map): fset'd and doc change.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26747
diff
changeset
|
2369 (diff-next-hunk, diff-next-file): Use it. |
|
8b8438e9ac12
* diff-mode.el (diff-mode-shared-map): fset'd and doc change.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26747
diff
changeset
|
2370 (diff-remembered-files-alist): New var. |
|
8b8438e9ac12
* diff-mode.el (diff-mode-shared-map): fset'd and doc change.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26747
diff
changeset
|
2371 (diff-merge-strings): New function. |
|
8b8438e9ac12
* diff-mode.el (diff-mode-shared-map): fset'd and doc change.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26747
diff
changeset
|
2372 (diff-find-file-name): Make it smarter and use the user's input more. |
|
8b8438e9ac12
* diff-mode.el (diff-mode-shared-map): fset'd and doc change.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26747
diff
changeset
|
2373 (diff-mode): Cosmetic changes. |
|
8b8438e9ac12
* diff-mode.el (diff-mode-shared-map): fset'd and doc change.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26747
diff
changeset
|
2374 |
|
26744
f14026cd9767
(kill-region): Use the new `delete-and-extract-region'
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26743
diff
changeset
|
2375 * files.el (save-some-buffers): Turn EXITING into the more general |
|
f14026cd9767
(kill-region): Use the new `delete-and-extract-region'
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26743
diff
changeset
|
2376 PRED argument to allow specifying a subset of buffers. |
|
f14026cd9767
(kill-region): Use the new `delete-and-extract-region'
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26743
diff
changeset
|
2377 |
|
f14026cd9767
(kill-region): Use the new `delete-and-extract-region'
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26743
diff
changeset
|
2378 * simple.el (kill-region): Use the new `delete-and-extract-region' |
|
f14026cd9767
(kill-region): Use the new `delete-and-extract-region'
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26743
diff
changeset
|
2379 rather than the undo log (which is incorrect with *-change-functions). |
|
f14026cd9767
(kill-region): Use the new `delete-and-extract-region'
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26743
diff
changeset
|
2380 |
|
f14026cd9767
(kill-region): Use the new `delete-and-extract-region'
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26743
diff
changeset
|
2381 * font-lock.el (font-lock-default-fontify-region): Fix subtle |
|
f14026cd9767
(kill-region): Use the new `delete-and-extract-region'
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26743
diff
changeset
|
2382 off-by-one problem that could force re-fontifying the whole buffer. |
|
26747
a65919d40cd0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26744
diff
changeset
|
2383 (font-lock-remove-keywords): New function. |
|
a65919d40cd0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26744
diff
changeset
|
2384 (font-lock-add-keywords): Use the new function to ensure idempotence. |
|
26744
f14026cd9767
(kill-region): Use the new `delete-and-extract-region'
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26743
diff
changeset
|
2385 |
|
26743
2ddbff6366e9
* viper-cmd.el (viper-minibuffer-standard-hook,
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26739
diff
changeset
|
2386 1999-12-06 Michael Kifer <kifer@cs.sunysb.edu> |
|
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
2387 |
|
26743
2ddbff6366e9
* viper-cmd.el (viper-minibuffer-standard-hook,
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26739
diff
changeset
|
2388 * viper-cmd.el (viper-minibuffer-standard-hook, |
|
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
2389 viper-minibuffer-real-start): Mew functions. |
|
26743
2ddbff6366e9
* viper-cmd.el (viper-minibuffer-standard-hook,
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26739
diff
changeset
|
2390 (viper-read-string-with-history,viper-file-add-suffix, |
|
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
2391 viper-trim-replace-chars-to-delete-if-necessary): Adapt to the |
|
26743
2ddbff6366e9
* viper-cmd.el (viper-minibuffer-standard-hook,
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26739
diff
changeset
|
2392 change in the status of the minibuffer prompt. |
|
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
2393 |
| 26739 | 2394 1999-12-06 Gerd Moellmann <gerd@gnu.org> |
| 2395 | |
| 2396 * comint.el (comint-redirect-results-list) | |
| 2397 (comint-redirect-results-list-from-process): Remove interactive | |
| 2398 spec. | |
| 2399 | |
|
26738
407a5a4056e8
(info-node, info-menu-5, info-xref): Define colors for Info faces if
Eli Zaretskii <eliz@gnu.org>
parents:
26736
diff
changeset
|
2400 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il> |
|
407a5a4056e8
(info-node, info-menu-5, info-xref): Define colors for Info faces if
Eli Zaretskii <eliz@gnu.org>
parents:
26736
diff
changeset
|
2401 |
|
407a5a4056e8
(info-node, info-menu-5, info-xref): Define colors for Info faces if
Eli Zaretskii <eliz@gnu.org>
parents:
26736
diff
changeset
|
2402 * info.el (info-node, info-menu-5, info-xref): Define colors for |
|
407a5a4056e8
(info-node, info-menu-5, info-xref): Define colors for Info faces if
Eli Zaretskii <eliz@gnu.org>
parents:
26736
diff
changeset
|
2403 Info faces if the display supports them. |
|
407a5a4056e8
(info-node, info-menu-5, info-xref): Define colors for Info faces if
Eli Zaretskii <eliz@gnu.org>
parents:
26736
diff
changeset
|
2404 |
|
26736
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
2405 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il> |
|
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
2406 |
|
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
2407 Changes for automatic remapping of X colors on terminal frames: |
|
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
2408 |
|
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
2409 * term/pc-win.el (msdos-setup-initial-frame): New function, run by |
|
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
2410 term-setup-hook. Call msdos-remember-default-colors and |
|
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
2411 msdos-handle-reverse-video. |
|
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
2412 (msdos-face-setup): Parts of code moved to |
|
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
2413 msdos-setup-initial-frame. |
|
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
2414 (msdos-handle-reverse-video): New function, modeled after |
|
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
2415 x-handle-reverse-video. |
|
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
2416 (make-msdos-frame): Don't use initial-frame-alist and |
|
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
2417 default-frame-alist. Call msdos-handle-reverse-video. |
|
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
2418 (msdos-color-aliases): Remove. |
|
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
2419 (msdos-color-translate, msdos-approximate-color): Remove. |
|
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
2420 (msdos-color-values): Use 16-bit RGB values. RGB values updated |
|
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
2421 for better approximation of X colors. |
|
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
2422 (msdos-face-setup): Call tty-color-clear. Remove code that sets |
|
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
2423 up tty-color-alist (it is now on startup.el). |
|
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
2424 (x-display-color-p, x-color-defined-p, x-color-values, |
|
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
2425 x-defined-colors, face-color-supported-p, face-color-gray-p): |
|
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
2426 Remove. |
|
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
2427 |
|
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
2428 * facemenu.el (facemenu-read-color, list-colors-display): Use |
|
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
2429 defined-colors for all frame types. |
|
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
2430 (facemenu-color-equal): Use color-values for all frame types. |
|
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
2431 |
|
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
2432 * faces.el (read-face-attribute): For :foreground and :background |
|
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
2433 attributes and frames on character terminals, translate the color |
|
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
2434 to the closest supported one before looking it up in the list of |
|
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
2435 valid values. |
|
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
2436 (face-valid-attribute-values): Call defined-colors for all types |
|
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
2437 of frames. |
|
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
2438 (defined-colors, color-defined-p, color-values, display-color-p): |
|
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
2439 New finctions. |
|
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
2440 (x-defined-colors, x-color-defined-p, x-color-values, |
|
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
2441 x-display-color-p): Aliases for the above. |
|
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
2442 |
|
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
2443 * startup.el (command-line): Register terminal colors for frame |
|
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
2444 types other than x and w32, but only if the terminal supports |
|
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
2445 colors. Call tty-color-define instead of face-register-tty-color. |
|
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
2446 |
|
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
2447 * term/x-win.el (xw-defined-colors): Renamed from |
|
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
2448 x-defined-colors. |
|
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
2449 * term/w32-win.el (xw-defined-colors): Likewise. |
|
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
2450 |
|
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
2451 * term/tty-colors.el: New file. |
|
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
2452 * loadup.el: Load term/tty-colors. |
|
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
2453 |
| 26733 | 2454 1999-12-06 Dave Love <fx@gnu.org> |
| 2455 | |
| 2456 * ffap.el: Autoload the ffap alias directly. | |
| 2457 | |
| 26727 | 2458 1999-12-06 Inge Frick <inge@nada.kth.se> |
| 2459 | |
| 2460 * dired-aux.el (dired-do-shell-command): Changed documentation. | |
| 2461 (dired-shell-stuff-it): A `?' in COMMAND has now the same | |
| 2462 meaning as `*'. | |
|
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
2463 |
| 26721 | 2464 1999-12-06 Gerd Moellmann <gerd@gnu.org> |
| 2465 | |
| 26724 | 2466 * simple.el (insert-buffer): Doc fix. |
| 2467 | |
| 26721 | 2468 * apropos.el (apropos-mode): Add autoload cookie. |
| 2469 | |
| 2470 1999-12-06 Sam Steingold <sds@goems.com> | |
| 2471 | |
| 2472 * progmodes/etags.el (etags-tags-completion-table): Modified the | |
| 2473 regexp to allow for the CL symbols starting with `+*'. | |
| 2474 (tags-completion-table): Doc fix (it's an obarray, not an alist). | |
| 2475 (tags-completion-table, tags-recognize-empty-tags-table): Remove | |
| 2476 `function' quoting lambda. | |
| 2477 (tags-with-face): New macro. | |
| 2478 (list-tags, tags-apropos): Use it. | |
| 2479 (tags-apropos-additional-actions): New user option. | |
| 2480 (etags-tags-apropos-additional): Use it. | |
| 2481 (tags-apropos): Call etags-tags-apropos-additional. | |
| 2482 (tags-apropos-verbose): New user option. | |
| 2483 (etags-tags-apropos): Use it. | |
| 2484 (visit-tags-table-buffer, next-file): Use `unless'. | |
| 2485 (recognize-empty-tags-table): Renamed to | |
| 2486 tags-recognize-empty-tags-table. | |
| 2487 (complete-tag): Call tags-complete-tag bypassing try-completion. | |
|
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
2488 |
| 26717 | 2489 1999-12-06 Kenichi Handa <handa@etl.go.jp> |
| 2490 | |
| 2491 * international/mule.el (set-buffer-file-coding-system): Docstring | |
| 2492 modified. | |
| 2493 | |
| 26712 | 2494 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de> |
| 2495 | |
| 2496 * textmodes/bibtex.el (bibtex-hs-forward-sexp): Added to support | |
| 2497 using the hideshow package. | |
| 2498 (hs-special-modes-alist): Added entry for bibtex to allow the use | |
| 2499 of the hideshow package. | |
| 2500 (bibtex-hide-entry-bodies): Deleted as hiding of entry bodies is | |
| 2501 not longer provided by bibtex.el directly. Instead the hideshow | |
| 2502 package should be used. | |
| 2503 (bibtex-mode-map, bibtex-edit-menu, bibtex-mode): Delete | |
| 2504 references to bibtex-hide-entry-bodies. | |
| 2505 | |
| 2506 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
| 2507 | |
| 2508 * textmodes/bibtex.el: Copyright notice is up to date. Moved | |
| 2509 maintainer information closer to the beginning of the bibtex.el | |
| 2510 file. | |
| 2511 (bibtex-maintainer-salutation): New constant. | |
| 2512 (bibtex-version): New constant. | |
| 2513 (bibtex-submit-bug-report): Use bibtex-version and | |
| 2514 bibtex-maintainer-salutation. | |
| 2515 (bibtex-entry-field-alist): Made booktitle field optional for | |
| 2516 @inproceedings entries when crossreferenced. | |
| 2517 (bibtex-entry-field-alist): Added booktitle field to proceedings | |
| 2518 entry type (for cross referencing). Thanks to Wagner Toledo Correa | |
| 2519 for the suggestion. | |
| 2520 (bibtex-string-file-path): Fixed typo. | |
| 2521 | |
| 2522 1999-12-05 Carsten Dominik <dominik@strw.leidenuniv.nl> | |
| 2523 | |
| 2524 * textmodes/bibtex.el (bibtex-mode-map): Reserved the key `C-c &' | |
| 2525 for reftex.el. | |
| 2526 (bibtex-edit-menu): Added `reftex-view-crossref-from-bibtex' | |
| 2527 to menu. | |
| 2528 | |
| 26708 | 2529 1999-12-04 Dave Love <fx@gnu.org> |
| 2530 | |
| 2531 * delsel.el: Revert previous change -- region is significant to | |
| 2532 skeleton. | |
| 2533 | |
|
26702
8be2b52389a5
* viper-cmd.el (viper-change-state): Use
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26692
diff
changeset
|
2534 1999-12-04 Michael Kifer <kifer@cs.sunysb.edu> |
|
8be2b52389a5
* viper-cmd.el (viper-change-state): Use
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26692
diff
changeset
|
2535 |
|
8be2b52389a5
* viper-cmd.el (viper-change-state): Use
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26692
diff
changeset
|
2536 * viper-cmd.el (viper-change-state): Use |
|
8be2b52389a5
* viper-cmd.el (viper-change-state): Use
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26692
diff
changeset
|
2537 viper-ESC-moves-cursor-back to decide whether to move the cursor |
|
8be2b52389a5
* viper-cmd.el (viper-change-state): Use
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26692
diff
changeset
|
2538 back. |
|
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
2539 |
| 26692 | 2540 1999-12-03 Kenichi Handa <handa@mule.m17n.org> |
| 2541 | |
| 2542 * international/mule-util.el (truncate-string-to-width): Docsting | |
| 2543 fixed. | |
| 2544 | |
|
26690
1006a8324029
(lm-header-multiline): fix spurious use of `cond'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26689
diff
changeset
|
2545 1999-12-02 Stefan Monnier <monnier@cs.yale.edu> |
|
1006a8324029
(lm-header-multiline): fix spurious use of `cond'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26689
diff
changeset
|
2546 |
| 26692 | 2547 * emacs-lisp/lisp-mnt.el (lm-header-multiline): Fix spurious |
|
26690
1006a8324029
(lm-header-multiline): fix spurious use of `cond'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26689
diff
changeset
|
2548 use of `cond'. |
|
1006a8324029
(lm-header-multiline): fix spurious use of `cond'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26689
diff
changeset
|
2549 (lm-with-file): Move all the find-file...kill-buffer stuff into |
|
1006a8324029
(lm-header-multiline): fix spurious use of `cond'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26689
diff
changeset
|
2550 this macro. Make it use `find-file-noselect' and make it kill |
|
1006a8324029
(lm-header-multiline): fix spurious use of `cond'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26689
diff
changeset
|
2551 the buffer only if it wasn't already displayed somewhere. |
|
1006a8324029
(lm-header-multiline): fix spurious use of `cond'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26689
diff
changeset
|
2552 (lm-summary, lm-authors, lm-maintainer, lm-creation-date) |
|
1006a8324029
(lm-header-multiline): fix spurious use of `cond'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26689
diff
changeset
|
2553 (lm-last-modified-date, lm-version, lm-keywords, lm-adapted-by) |
| 26692 | 2554 (lm-commentary, lm-verify, lm-synopsis): Use lm-with-file. |
|
26744
f14026cd9767
(kill-region): Use the new `delete-and-extract-region'
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26743
diff
changeset
|
2555 (lm-commentary): Fix to handle the case when the change log is |
|
26690
1006a8324029
(lm-header-multiline): fix spurious use of `cond'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26689
diff
changeset
|
2556 at the end of the file. |
|
1006a8324029
(lm-header-multiline): fix spurious use of `cond'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26689
diff
changeset
|
2557 |
| 26689 | 2558 1999-12-02 Kenichi Handa <handa@etl.go.jp> |
| 2559 | |
| 2560 * international/mule.el (charsetp): Fix typo in docstring. | |
| 2561 | |
| 2562 * international/mule-diag.el (list-coding-categories): Fix typo; | |
| 2563 automatic -> autoload. | |
| 2564 | |
| 26676 | 2565 1999-12-02 Gerd Moellmann <gerd@gnu.org> |
| 2566 | |
| 26686 | 2567 * vc.el (vc-update-change-log): Look for rcs2log under |
| 2568 exec-directory. | |
| 2569 | |
| 26683 | 2570 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Change |
| 2571 outline-regexp, add outline-level. | |
| 2572 (lisp-outline-level): New. | |
| 2573 | |
|
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
2574 * calendar/appt.el (appt-convert-time): Handle "12:MMam", |
| 26681 | 2575 remove extraneous string-match. |
| 2576 | |
| 26676 | 2577 * finder.el (finder-commentary): Activate Finder mode. |
| 2578 | |
| 26674 | 2579 1999-12-01 Anders Lindgren <andersl@andersl.com> |
| 2580 | |
| 2581 * autorevert.el (auto-revert-buffers): Auto-revert mode was turned | |
| 2582 off when reverting buffers that contained mode specifiers. | |
| 2583 `revert-buffer' is now called with non-nil PRESERVE-MODES | |
| 2584 argument. | |
| 2585 | |
| 26672 | 2586 1999-12-01 Dave Love <fx@gnu.org> |
| 2587 | |
| 2588 * delsel.el: Grok skeleton-pair-insert-maybe. | |
| 2589 | |
|
26668
d36fa3fb6939
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26666
diff
changeset
|
2590 1999-11-30 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
|
d36fa3fb6939
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26666
diff
changeset
|
2591 |
|
d36fa3fb6939
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26666
diff
changeset
|
2592 * progmodes/cperl-mode.el (cperl-under-as-char): |
|
d36fa3fb6939
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26666
diff
changeset
|
2593 Use nil as default. |
|
d36fa3fb6939
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26666
diff
changeset
|
2594 |
| 26660 | 2595 1999-11-30 Gerd Moellmann <gerd@gnu.org> |
| 2596 | |
| 2597 * speedbar.el (toplevel): Remove compatibility code for Emacs | |
| 2598 versions without custom.el. | |
| 2599 | |
| 26658 | 2600 1999-11-30 Dave Love <fx@gnu.org> |
| 2601 | |
| 26943 | 2602 * progmodes/fortran.el (fortran-strip-sequence-nos): New command. |
| 26666 | 2603 |
| 26662 | 2604 * autoinsert.el: Minor doc fixes. |
| 2605 (auto-insert): Return nil. | |
| 2606 | |
| 26658 | 2607 * faces.el (set-face-documentation): Purecopy STRING. |
| 2608 | |
| 26654 | 2609 1999-11-29 Dave Love <fx@gnu.org> |
| 2610 | |
| 26656 | 2611 * derived.el: Doc fixes, remove old backquote syntax. |
| 2612 | |
| 26654 | 2613 * cus-edit.el (custom-save-variables, custom-save-faces): Write a |
| 2614 comment warning about editing. | |
| 2615 | |
| 26651 | 2616 * help.el (help-mode-hook): Define. |
| 2617 | |
| 26649 | 2618 1999-11-29 Gerd Moellmann <gerd@gnu.org> |
| 2619 | |
| 2620 * emacs-lisp/edebug.el (edebug-make-enter-wrapper): Correct | |
| 2621 invalid translation of old-style backquote syntax to new syntax. | |
| 2622 | |
|
26636
36564a827d06
Makefile (DONTCOMPILE): Add term/internal.el
Eli Zaretskii <eliz@gnu.org>
parents:
26628
diff
changeset
|
2623 1999-11-28 Eli Zaretskii <eliz@is.elta.co.il> |
|
36564a827d06
Makefile (DONTCOMPILE): Add term/internal.el
Eli Zaretskii <eliz@gnu.org>
parents:
26628
diff
changeset
|
2624 |
|
36564a827d06
Makefile (DONTCOMPILE): Add term/internal.el
Eli Zaretskii <eliz@gnu.org>
parents:
26628
diff
changeset
|
2625 * Makefile (DONTCOMPILE): Add term/internal.el. |
|
36564a827d06
Makefile (DONTCOMPILE): Add term/internal.el
Eli Zaretskii <eliz@gnu.org>
parents:
26628
diff
changeset
|
2626 |
| 26628 | 2627 1999-11-26 Dave Love <fx@gnu.org> |
| 2628 | |
| 2629 * comint.el: Fix last change. | |
| 2630 | |
| 2631 * emacs-lisp/advice.el: Fix last change. | |
| 2632 | |
|
26626
ecc4acdd96a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26624
diff
changeset
|
2633 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
|
ecc4acdd96a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26624
diff
changeset
|
2634 |
|
ecc4acdd96a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26624
diff
changeset
|
2635 * cus-edit.el (Custom-reset-standard): Doc fix. |
|
ecc4acdd96a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26624
diff
changeset
|
2636 (custom-variable-reset-standard): Doc fix. |
|
ecc4acdd96a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26624
diff
changeset
|
2637 (custom-face-reset-standard): Doc fix. |
|
ecc4acdd96a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26624
diff
changeset
|
2638 (custom-face-menu): "Reset to Standard" => "Erase Customization". |
|
ecc4acdd96a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26624
diff
changeset
|
2639 (custom-variable-menu): Likewise. |
|
ecc4acdd96a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26624
diff
changeset
|
2640 (custom-reset-menu): Likewise. |
|
ecc4acdd96a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26624
diff
changeset
|
2641 (custom-buffer-create-internal): Likewise. |
|
ecc4acdd96a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26624
diff
changeset
|
2642 |
| 26624 | 2643 1999-11-26 Dave Love <fx@gnu.org> |
| 2644 | |
| 2645 * progmodes/make-mode.el (makefile-mode-hook): Customize. | |
| 2646 | |
| 2647 * font-lock.el: Doc fixes. | |
| 2648 | |
| 2649 * menu-bar.el (menu-bar-mode): Customize. | |
| 2650 | |
| 2651 * cus-start.el: Add use-dialog-box. | |
| 2652 | |
| 2653 * add-log.el (change-log-mode-hook): Customize. | |
| 2654 (add-log-current-defun): Use | |
|
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
2655 fortran-{beginning,end}-of-subprogram. |
| 26624 | 2656 |
|
26623
92f785e7552d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26617
diff
changeset
|
2657 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
|
92f785e7552d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26617
diff
changeset
|
2658 |
|
92f785e7552d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26617
diff
changeset
|
2659 * emacs-lisp/advice.el: Many doc fixes. |
|
26617
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
2660 |
|
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
2661 * comint.el (comint-preoutput-filter-functions): Doc fix. |
|
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
2662 |
|
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
2663 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
|
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
2664 |
|
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
2665 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine): |
|
26617
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
2666 Improve messages for capitalization of arg names, |
|
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
2667 for flag variables, for t and nil, for imperatives. |
|
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
2668 Call them imperatives rather than infinitives sans "to". |
|
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
2669 (checkdoc-common-verbs-wrong-voice): Add "moves". |
|
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
2670 (checkdoc-message-text-engine): Improve messages for y-or-n-p. |
|
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
2671 |
|
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
2672 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine): |
|
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
2673 Don't convert comments from 3-semicolon to 2-semicolon. |
|
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
2674 That is a matter of style. |
|
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
2675 (checkdoc-triple-semi-comment-check-flag): Variable deleted. |
|
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
2676 (checkdoc-comments): Don't bind that variable. |
|
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
2677 |
|
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
2678 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
|
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
2679 |
|
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
2680 * files.el (write-file-hooks): Doc fix. |
|
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
2681 |
| 26608 | 2682 1999-11-26 Gerd Moellmann <gerd@gnu.org> |
| 2683 | |
| 2684 * progmodes/f90.el (f90-abbrev-start): Use `eq' instead of `='. | |
| 2685 | |
| 26600 | 2686 1999-11-25 Dave Love <fx@gnu.org> |
| 2687 | |
| 2688 * hippie-exp.el: Require comint when compiling. | |
| 2689 (hippie-expand): Add :links. | |
| 2690 (hippie-expand-try-functions-list): Customize. | |
| 2691 | |
|
26588
76b6a75471e1
* viper*el: replaced old-style backquotes.
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26584
diff
changeset
|
2692 1999-11-24 Michael Kifer <kifer@cs.sunysb.edu> |
|
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
2693 |
| 26609 | 2694 * viper*el: Replaced old-style backquotes. |
|
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
2695 |
| 26609 | 2696 * ediff*el: Replaced old-style backquotes. |
|
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
2697 |
|
26588
76b6a75471e1
* viper*el: replaced old-style backquotes.
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26584
diff
changeset
|
2698 * ediff-merge |
|
76b6a75471e1
* viper*el: replaced old-style backquotes.
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26584
diff
changeset
|
2699 (ediff-looks-like-combined-merge,ediff-get-combined-region): |
| 26609 | 2700 Changed to support the new format for ediff-combination-pattern. |
|
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
2701 |
|
26588
76b6a75471e1
* viper*el: replaced old-style backquotes.
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26584
diff
changeset
|
2702 * ediff-diff (ediff-set-fine-overlays-in-one-buffer): |
| 26609 | 2703 Changed to support the new format for ediff-combination-pattern. |
|
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
2704 |
| 26581 | 2705 1999-11-24 Dave Love <fx@gnu.org> |
| 2706 | |
| 26584 | 2707 * custom.el (custom-declare-group): Purecopy DOC. |
| 2708 (custom-handle-keyword): Purecopy VALUE. | |
| 2709 (custom-add-link): Purecopy WIDGET. | |
| 2710 (custom-add-version): Purecopy VERSION. | |
| 2711 (custom-add-load): Purecopy LOAD. | |
| 2712 | |
| 2713 * cus-face.el (custom-declare-face): Purecopy DOC. | |
| 2714 | |
| 26581 | 2715 * info.el: |
| 2716 (Info-build-node-completions, Info-search, Info-follow-reference) | |
| 2717 (Info-complete-menu-item, Info-menu, Info-index, Info-get-token) | |
| 2718 (Info-find-emacs-command-nodes): Avoid properties on matched text | |
| 2719 which may appear in minibuffer. | |
| 2720 | |
| 26579 | 2721 1999-11-24 Gerd Moellmann <gerd@gnu.org> |
| 2722 | |
| 2723 * locate.el (locate-with-filter): Doc fix. | |
| 2724 | |
| 26577 | 2725 1999-11-24 Alex Schroeder <alex@gnu.org> |
| 2726 | |
| 2727 * sql.el (sql-find-sqli-buffer): New function. | |
| 2728 (sql-set-sqli-buffer-generally): New function. | |
| 2729 (sql-set-sqli-buffer): Better checking of new-buffer. | |
| 2730 (sql-copy-column): Add comma after INTO clause, too. | |
| 2731 | |
| 2732 1999-11-24 Alex Schroeder <alex@gnu.org> | |
| 2733 | |
| 2734 * sql.el (sql-imenu-generic-expression): New, used to set | |
| 2735 imenu-generic-expression. | |
| 2736 | |
| 2737 * sql.el (sql-mode): Use ?_ and ?. instead of 95 and 46 when | |
| 2738 setting font-lock-defaults' SYNTAX-ALIST. Set | |
| 2739 imenu-generic-expression, imenu-case-fold-search, and | |
| 2740 imenu-syntax-alist. | |
| 2741 | |
| 2742 * sql.el (sql-interactive-mode): Use ?_ and ?. instead of 95 | |
| 2743 and 46 when setting font-lock-defaults' SYNTAX-ALIST. | |
| 2744 | |
| 26575 | 2745 1999-11-23 Andrew Innes <andrewi@gnu.org> |
| 2746 | |
| 2747 * w32-win.el (w32-drag-n-drop): Load files in current window, if | |
| 2748 drop coords aren't over a specific window. | |
| 2749 | |
| 26564 | 2750 1999-11-23 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
| 2751 | |
| 2752 * ps-print.el: Define mule funs without checking if mule package is | |
| 2753 loaded. | |
| 2754 (ps-print-version): New version number (5.0.1). | |
| 2755 (ps-header-dirpart): Now uses abbreviate-file-name. | |
| 2756 | |
| 26559 | 2757 1999-11-23 Dave Love <fx@gnu.org> |
| 2758 | |
| 26943 | 2759 * progmodes/fortran.el (fortran-comment-line-start): Renamed from |
| 26561 | 2760 comment-line-start. |
| 2761 (fortran-comment-line-start-skip): Renamed from | |
| 2762 comment-line-start-skip. | |
| 2763 (fortran-mode-map): Use renamed functions. Add manual and custom | |
| 2764 entries to menu. | |
| 2765 (fortran-mode-hook): Customize. | |
| 2766 (fortran-comment-indent-function): Renamed from | |
| 2767 fortran-comment-hook. | |
| 2768 (delete-horizontal-regexp): Function deleted. | |
| 2769 (fortran-electric-line-number): Simplified. | |
| 2770 (fortran-beginning-of-subprogram): Renamed from | |
| 2771 beginning-of-fortran-subprogram. | |
| 2772 (fortran-end-of-subprogram): Renamed from | |
| 2773 end-of-fortran-subprogram. | |
| 2774 (fortran-mark-subprogram): Renamed from mark-fortran-subprogram. | |
| 2775 (fortran-previous-statement, fortran-next-statement): Simplified. | |
| 2776 (fortran-blink-match): New function. | |
| 2777 (fortran-blink-matching-if, fortran-blink-matching-do): Use it. | |
| 2778 (fortran-indent-to-column): Don't use delete-horizontal-regexp. | |
| 2779 (fortran-find-comment-start-skip, fortran-is-in-string-p): Use | |
| 2780 line-end-position. | |
| 2781 (fortran-fill): No longer interactive. Simplified. | |
| 2782 (fortran-break-line): Simplified. | |
| 2783 (fortran-analyze-file-format): Use char-after, not looking-at. | |
| 2784 | |
| 26943 | 2785 * emacs-lisp/find-func.el (find-function-regexp): Use |
| 2786 `define-minor-mode' after easy-menu change. | |
| 26559 | 2787 |
| 26554 | 2788 1999-11-23 Gerd Moellmann <gerd@gnu.org> |
| 2789 | |
| 2790 * comint.el: Add redirection.from active comint buffers into | |
| 2791 another buffer. Written by Peter Breton. | |
| 2792 | |
|
26551
271f77895660
Changed maintainer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26545
diff
changeset
|
2793 1999-11-23 Stefan Monnier <monnier@cs.yale.edu> |
|
271f77895660
Changed maintainer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26545
diff
changeset
|
2794 |
|
26552
88324520c7fc
(make-autoload): Recognize the new `define-minor-mode'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26551
diff
changeset
|
2795 * emacs-lisp/autoload.el (make-autoload): Recognize the new |
| 26554 | 2796 `define-minor-mode'. |
|
26552
88324520c7fc
(make-autoload): Recognize the new `define-minor-mode'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26551
diff
changeset
|
2797 (define-minor-mode): Specify `doc-string-elt'. |
|
88324520c7fc
(make-autoload): Recognize the new `define-minor-mode'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26551
diff
changeset
|
2798 |
|
26551
271f77895660
Changed maintainer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26545
diff
changeset
|
2799 * emacs-lisp/easy-mmode.el: Changed maintainer. |
|
271f77895660
Changed maintainer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26545
diff
changeset
|
2800 (easy-mmode-define-toggle): New BODY arg; Never append `-mode'; |
| 26554 | 2801 Use defcustom for the hooks; Improve the auto-generated docstrings. |
|
26551
271f77895660
Changed maintainer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26545
diff
changeset
|
2802 (easy-mmode-define-minor-mode): Renamed `define-minor-mode'. |
|
271f77895660
Changed maintainer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26545
diff
changeset
|
2803 (define-minor-mode): Add BODY arg; Only declare the keymap if |
| 26554 | 2804 provided; Improve the auto-generated docstrings. |
|
26551
271f77895660
Changed maintainer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26545
diff
changeset
|
2805 |
| 26533 | 2806 1999-11-22 Gerd Moellmann <gerd@gnu.org> |
| 2807 | |
| 26554 | 2808 * textmodes/text-mode.el (text-mode): Construct paragraph-start so |
| 26545 | 2809 that the leading `^' is at the start. This is necessary because |
| 2810 paragraphs.el tries to remove anchors, but can find them only if | |
| 2811 they are the first character. | |
| 2812 | |
| 26543 | 2813 * progmodes/antlr-mode.el: New file. |
| 2814 | |
| 26533 | 2815 * calendar/calendar.el: Fix autoload for |
| 2816 calendar-absolute-from-astro. Add autoload for | |
| 2817 calendar-print-astro-day-number. | |
| 2818 | |
| 26524 | 2819 1999-11-21 Anders Lindgren <andersl@andersl.com> |
| 2820 | |
| 2821 * follow.el: Use modern backquote syntax. Minor comment update. | |
| 2822 | |
| 26520 | 2823 1999-11-21 Gerd Moellmann <gerd@gnu.org> |
| 2824 | |
| 26522 | 2825 * simple.el (with-syntax-table): Don't switch buffers. |
| 2826 | |
| 26520 | 2827 * emacs-lisp/edebug.el, emacs-lisp/cust-print.el, |
| 2828 progmodes/hideif.el: Use new backquote syntax. | |
| 2829 | |
| 26517 | 2830 1999-11-21 Ken Manheimer <klm@python.org> |
| 2831 | |
| 2832 * icomplete.el (icomplete-completions): Use an explicit variable | |
| 2833 `icomplete-prospects-length', obviating the need to use an | |
| 2834 apparently faulty throw/catch arrangement. | |
|
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
2835 |
|
26515
9f3d02d7daa8
term/internal.el (IT-display-table-setup): Don't overstep
Eli Zaretskii <eliz@gnu.org>
parents:
26511
diff
changeset
|
2836 1999-11-21 Eli Zaretskii <eliz@is.elta.co.il> |
|
9f3d02d7daa8
term/internal.el (IT-display-table-setup): Don't overstep
Eli Zaretskii <eliz@gnu.org>
parents:
26511
diff
changeset
|
2837 |
|
9f3d02d7daa8
term/internal.el (IT-display-table-setup): Don't overstep
Eli Zaretskii <eliz@gnu.org>
parents:
26511
diff
changeset
|
2838 * term/internal.el (IT-display-table-setup): Don't overstep |
|
9f3d02d7daa8
term/internal.el (IT-display-table-setup): Don't overstep
Eli Zaretskii <eliz@gnu.org>
parents:
26511
diff
changeset
|
2839 character code 255. |
|
9f3d02d7daa8
term/internal.el (IT-display-table-setup): Don't overstep
Eli Zaretskii <eliz@gnu.org>
parents:
26511
diff
changeset
|
2840 |
| 26511 | 2841 1999-11-20 Kenichi Handa <handa@mule.m17n.org> |
| 2842 | |
| 2843 * ps-mule.el (ps-mule-font-info-database-bdf): Default BDF font | |
| 2844 for the charset chinese-sisheng is 7bit encoding, not 8bit. | |
| 2845 | |
|
26508
8548cb8ad6e2
(PC-do-complete-and-exit): use minibuffer-prompt-end to
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26505
diff
changeset
|
2846 1999-11-19 Stefan Monnier <monnier@cs.yale.edu> |
|
8548cb8ad6e2
(PC-do-complete-and-exit): use minibuffer-prompt-end to
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26505
diff
changeset
|
2847 |
|
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
2848 * scroll-bar.el (scroll-bar-toolkit-scroll): Add handling of the |
| 26517 | 2849 `ratio' event for Xaw and Xaw3d(without arrows) scrollbars. |
| 2850 | |
| 2851 * files.el (auto-mode-alist): Add patterns for diff-mode. | |
| 2852 | |
| 2853 * complete.el (PC-do-complete-and-exit): Use minibuffer-prompt-end | |
| 2854 to detect an empty prompt. | |
|
26508
8548cb8ad6e2
(PC-do-complete-and-exit): use minibuffer-prompt-end to
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26505
diff
changeset
|
2855 |
| 26505 | 2856 1999-11-18 Dave Love <fx@gnu.org> |
| 2857 | |
| 2858 * simple.el (input-mode-8-bit): Fix the customization. | |
| 2859 | |
| 26489 | 2860 1999-11-18 Gerd Moellmann <gerd@gnu.org> |
| 2861 | |
| 26494 | 2862 * international/iso-acc.el (iso-languages): Add more |
| 2863 characters for Portuguese. | |
| 2864 | |
| 26492 | 2865 * speedbar.el: Clean up comment at the start of the file. |
| 2866 Remove RCS id. | |
| 2867 | |
| 26489 | 2868 * progmodes/compile.el (compilation-parse-errors): Use |
| 2869 compilation-buffer-p instead of testing major-mode. | |
| 2870 | |
| 26496 | 2871 1999-11-18 Dave Pearson <davep@hagbard.demon.co.uk> |
| 2872 | |
| 2873 * quickurl.el Added defcustom of quickurl-completion-ignore-case. | |
| 2874 (quickurl-ask): completion-ignore-case is set to the value of | |
| 2875 quickurl-completion-ignore-case for the duration of the call to | |
| 2876 completing-read. | |
|
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
2877 |
| 26487 | 2878 1999-11-18 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
| 2879 | |
| 2880 * mail/rmailedit.el (rmail-cease-edit): Run rmail-mode-hook. | |
| 2881 | |
|
26484
390d4b3523e9
rename ps-print-def.el to ps-vars.el
Kenichi Handa <handa@m17n.org>
parents:
26477
diff
changeset
|
2882 1999-11-18 Kenichi Handa <handa@etl.go.jp> |
|
390d4b3523e9
rename ps-print-def.el to ps-vars.el
Kenichi Handa <handa@m17n.org>
parents:
26477
diff
changeset
|
2883 |
|
390d4b3523e9
rename ps-print-def.el to ps-vars.el
Kenichi Handa <handa@m17n.org>
parents:
26477
diff
changeset
|
2884 * ps-vars.el: Renamed from ps-print-def.el. Provide ps-vars |
|
390d4b3523e9
rename ps-print-def.el to ps-vars.el
Kenichi Handa <handa@m17n.org>
parents:
26477
diff
changeset
|
2885 instead of ps-print-def. |
|
390d4b3523e9
rename ps-print-def.el to ps-vars.el
Kenichi Handa <handa@m17n.org>
parents:
26477
diff
changeset
|
2886 |
|
390d4b3523e9
rename ps-print-def.el to ps-vars.el
Kenichi Handa <handa@m17n.org>
parents:
26477
diff
changeset
|
2887 * ps-print.el: Require ps-vars instead of ps-print-def. |
|
390d4b3523e9
rename ps-print-def.el to ps-vars.el
Kenichi Handa <handa@m17n.org>
parents:
26477
diff
changeset
|
2888 |
|
390d4b3523e9
rename ps-print-def.el to ps-vars.el
Kenichi Handa <handa@m17n.org>
parents:
26477
diff
changeset
|
2889 * ps-mule.el: Require ps-vars instead of ps-print-def. |
|
390d4b3523e9
rename ps-print-def.el to ps-vars.el
Kenichi Handa <handa@m17n.org>
parents:
26477
diff
changeset
|
2890 |
| 26477 | 2891 1999-11-17 Gerd Moellmann <gerd@gnu.org> |
| 2892 | |
| 2893 * simple.el (with-syntax-table): Save buffer explicitly instead of | |
| 2894 using save-excursion. | |
| 2895 | |
| 26467 | 2896 1999-11-16 Gerd Moellmann <gerd@gnu.org> |
| 2897 | |
| 2898 * mail/supercite.el: New maintainer. | |
| 2899 | |
| 2900 1999-11-16 Reto Zimmermann <reto@synopsys.com> | |
| 2901 | |
| 2902 * progmodes/vhdl-mode.el: Use new backquote syntax. | |
| 2903 | |
| 2904 1999-11-16 Gerd Moellmann <gerd@gnu.org> | |
| 2905 | |
| 2906 * simple.el (with-syntax-table): New. | |
| 2907 | |
|
26459
1ef9d70dfb0f
* dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
Sam Steingold <sds@gnu.org>
parents:
26458
diff
changeset
|
2908 1999-11-15 Sam Steingold <sds@ksp.com> |
|
1ef9d70dfb0f
* dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
Sam Steingold <sds@gnu.org>
parents:
26458
diff
changeset
|
2909 |
|
1ef9d70dfb0f
* dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
Sam Steingold <sds@gnu.org>
parents:
26458
diff
changeset
|
2910 * dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax. |
|
1ef9d70dfb0f
* dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
Sam Steingold <sds@gnu.org>
parents:
26458
diff
changeset
|
2911 |
|
26458
a74c3ac8e0d8
* goto-addr.el (goto-address-at-mouse,
Sam Steingold <sds@gnu.org>
parents:
26457
diff
changeset
|
2912 1999-02-22 Sam Steingold <sds@goems.com> |
|
26459
1ef9d70dfb0f
* dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
Sam Steingold <sds@gnu.org>
parents:
26458
diff
changeset
|
2913 |
|
26458
a74c3ac8e0d8
* goto-addr.el (goto-address-at-mouse,
Sam Steingold <sds@gnu.org>
parents:
26457
diff
changeset
|
2914 * goto-addr.el (goto-address-at-mouse, |
|
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
2915 goto-address-find-address-at-point): Use compose-mail. |
|
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
2916 (goto-address-mail-method): Removed variable. |
|
26458
a74c3ac8e0d8
* goto-addr.el (goto-address-at-mouse,
Sam Steingold <sds@gnu.org>
parents:
26457
diff
changeset
|
2917 (goto-address-send-using-mh-e, goto-address-send-using-mhe, |
|
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
2918 goto-address-send-using-mail): Removed functions. |
|
26459
1ef9d70dfb0f
* dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
Sam Steingold <sds@gnu.org>
parents:
26458
diff
changeset
|
2919 |
|
26457
285ab8ddc125
* simple.el (backward-delete-char-untabify):
Sam Steingold <sds@gnu.org>
parents:
26456
diff
changeset
|
2920 1998-11-03 Sam Steingold <sds@goems.com> |
|
26459
1ef9d70dfb0f
* dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
Sam Steingold <sds@gnu.org>
parents:
26458
diff
changeset
|
2921 |
|
26457
285ab8ddc125
* simple.el (backward-delete-char-untabify):
Sam Steingold <sds@gnu.org>
parents:
26456
diff
changeset
|
2922 * simple.el (backward-delete-char-untabify): |
|
285ab8ddc125
* simple.el (backward-delete-char-untabify):
Sam Steingold <sds@gnu.org>
parents:
26456
diff
changeset
|
2923 backward-delete-char-untabify-method can be `all' now - to delete |
|
285ab8ddc125
* simple.el (backward-delete-char-untabify):
Sam Steingold <sds@gnu.org>
parents:
26456
diff
changeset
|
2924 hungrily including newlines. |
|
26459
1ef9d70dfb0f
* dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
Sam Steingold <sds@gnu.org>
parents:
26458
diff
changeset
|
2925 |
| 26456 | 2926 1999-11-15 Sam Steingold <sds@ksp.com> |
| 2927 | |
| 2928 * mail/rnews.el, mail/mh-utils.el: Use the new backquote syntax. | |
|
26459
1ef9d70dfb0f
* dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
Sam Steingold <sds@gnu.org>
parents:
26458
diff
changeset
|
2929 |
| 26452 | 2930 1999-11-15 Dave Love <fx@gnu.org> |
| 2931 | |
| 2932 * cus-edit.el (customize-face, customize-face-other-window): | |
| 2933 Require match from completing-read. | |
| 2934 (custom-buffer-done-function): Default to custom-bury-buffer, not | |
| 2935 bury-buffer. | |
| 2936 | |
| 26450 | 2937 1999-11-15 Gerd Moellmann <gerd@gnu.org> |
| 2938 | |
| 26456 | 2939 * mail/rmail.el, iswitchb.el, hippie-exp.el, |
| 2940 progmodes/cperl-mode.el: Use new backquote syntax. | |
| 26450 | 2941 |
| 26445 | 2942 1998-09-14 Michael Ernst <mernst@alum.mit.edu> |
| 2943 | |
| 2944 * uniquify.el: Use new backquote syntax. | |
| 2945 | |
| 2946 1999-11-14 Markus Rost <rost@ias.edu> | |
| 26443 | 2947 |
| 2948 * ispell.el (ispell-dictionary-alist): Fix type by adding koi8-r | |
| 2949 as in ispell-local-dictionary-alist. | |
| 2950 | |
| 26445 | 2951 1999-11-14 Alex Schroeder <alex@gnu.org> |
| 26440 | 2952 |
| 2953 * ansi-color.el (ansi-color-apply): Updated regexps to include | |
| 2954 highlighted face. | |
|
26459
1ef9d70dfb0f
* dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
Sam Steingold <sds@gnu.org>
parents:
26458
diff
changeset
|
2955 |
| 26445 | 2956 1999-01-14 Johan Vromans <jvromans@squirrel.nl> |
| 26437 | 2957 |
|
26459
1ef9d70dfb0f
* dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
Sam Steingold <sds@gnu.org>
parents:
26458
diff
changeset
|
2958 * forms.el (forms--make-format-elt-using-text-properties): |
| 26437 | 2959 Treat `intangible' differently. |
| 2960 | |
| 2961 * forms.el: Use new backquote syntax. | |
| 2962 | |
| 26434 | 2963 1999-11-13 Gerd Moellmann <gerd@gnu.org> |
| 2964 | |
| 2965 * textmodes/scribe.el (scribe-mode): Doc-fix. | |
| 2966 | |
|
26431
e53a941311a2
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
26429
diff
changeset
|
2967 1999-11-13 Peter Breton <pbreton@ne.mediaone.net> |
|
e53a941311a2
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
26429
diff
changeset
|
2968 |
| 26435 | 2969 * net-utils.el (run-network-program, net-utils-run-program): Use |
| 2970 the new backquote syntax. | |
| 2971 (smbclient-program, smbclient-program-options) | |
| 2972 (smbclient-prompt-regexp, smbclient-font-lock-keywords): New | |
| 2973 variables | |
|
26431
e53a941311a2
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
26429
diff
changeset
|
2974 (smbclient, smbclient-list-shares): New functions |
|
26459
1ef9d70dfb0f
* dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
Sam Steingold <sds@gnu.org>
parents:
26458
diff
changeset
|
2975 |
|
26427
3b6cf16f3633
* calendar/calendar.el (calendar-remove-frame-by-deleting):
Sam Steingold <sds@gnu.org>
parents:
26424
diff
changeset
|
2976 1999-11-12 Sam Steingold <sds@ksp.com> |
|
3b6cf16f3633
* calendar/calendar.el (calendar-remove-frame-by-deleting):
Sam Steingold <sds@gnu.org>
parents:
26424
diff
changeset
|
2977 |
| 26435 | 2978 * emulation/viper-init.el (viper-deflocalvar, viper-loop) |
| 2979 (viper-buffer-live-p, viper-kbd-buf-alist, viper-kbd-buf-pair) | |
| 2980 (viper-kbd-buf-definition, viper-kbd-mode-alist) | |
| 2981 (viper-kbd-mode-pair, viper-kbd-mode-definition) | |
| 2982 (viper-kbd-global-pair, viper-kbd-global-definition): | |
|
26429
e20b16957cdd
* emulation/viper-init.el (viper-deflocalvar, viper-loop,
Sam Steingold <sds@gnu.org>
parents:
26428
diff
changeset
|
2983 Use the new backquote syntax. |
|
e20b16957cdd
* emulation/viper-init.el (viper-deflocalvar, viper-loop,
Sam Steingold <sds@gnu.org>
parents:
26428
diff
changeset
|
2984 |
| 26435 | 2985 * emulation/viper-cmd.el (viper-test-com-defun) |
| 2986 (viper-prefix-arg-value, viper-prefix-arg-com): | |
|
26429
e20b16957cdd
* emulation/viper-init.el (viper-deflocalvar, viper-loop,
Sam Steingold <sds@gnu.org>
parents:
26428
diff
changeset
|
2987 Use the new backquote syntax. |
|
e20b16957cdd
* emulation/viper-init.el (viper-deflocalvar, viper-loop,
Sam Steingold <sds@gnu.org>
parents:
26428
diff
changeset
|
2988 |
|
26428
f572944ca41f
* emacs-lisp/debug.el (debugger-env-macro):
Sam Steingold <sds@gnu.org>
parents:
26427
diff
changeset
|
2989 * emacs-lisp/debug.el (debugger-env-macro): |
|
f572944ca41f
* emacs-lisp/debug.el (debugger-env-macro):
Sam Steingold <sds@gnu.org>
parents:
26427
diff
changeset
|
2990 Use the new backquote syntax. |
|
f572944ca41f
* emacs-lisp/debug.el (debugger-env-macro):
Sam Steingold <sds@gnu.org>
parents:
26427
diff
changeset
|
2991 |
|
f572944ca41f
* emacs-lisp/debug.el (debugger-env-macro):
Sam Steingold <sds@gnu.org>
parents:
26427
diff
changeset
|
2992 * emacs-lisp/easymenu.el (easy-menu-make-symbol): |
|
f572944ca41f
* emacs-lisp/debug.el (debugger-env-macro):
Sam Steingold <sds@gnu.org>
parents:
26427
diff
changeset
|
2993 Use the new backquote syntax. |
|
f572944ca41f
* emacs-lisp/debug.el (debugger-env-macro):
Sam Steingold <sds@gnu.org>
parents:
26427
diff
changeset
|
2994 |
|
26427
3b6cf16f3633
* calendar/calendar.el (calendar-remove-frame-by-deleting):
Sam Steingold <sds@gnu.org>
parents:
26424
diff
changeset
|
2995 * calendar/calendar.el (calendar-remove-frame-by-deleting): |
|
3b6cf16f3633
* calendar/calendar.el (calendar-remove-frame-by-deleting):
Sam Steingold <sds@gnu.org>
parents:
26424
diff
changeset
|
2996 New user variable. |
|
3b6cf16f3633
* calendar/calendar.el (calendar-remove-frame-by-deleting):
Sam Steingold <sds@gnu.org>
parents:
26424
diff
changeset
|
2997 (calendar-hide-window): Use it. |
|
3b6cf16f3633
* calendar/calendar.el (calendar-remove-frame-by-deleting):
Sam Steingold <sds@gnu.org>
parents:
26424
diff
changeset
|
2998 (increment-calendar-month, calendar-for-loop, calendar-sum): |
|
3b6cf16f3633
* calendar/calendar.el (calendar-remove-frame-by-deleting):
Sam Steingold <sds@gnu.org>
parents:
26424
diff
changeset
|
2999 Use the new backquote syntax. |
|
3b6cf16f3633
* calendar/calendar.el (calendar-remove-frame-by-deleting):
Sam Steingold <sds@gnu.org>
parents:
26424
diff
changeset
|
3000 |
| 26424 | 3001 1999-11-12 Andrew Innes <andrewi@gnu.org> |
| 3002 | |
| 3003 * select.el (x-set-selection): Call buffer-substring, not | |
| 3004 substring. Also fix docstring | |
| 3005 | |
| 26422 | 3006 1999-11-12 Peter Kleiweg <kleiweg@let.rug.nl> |
| 3007 | |
| 3008 * progmodes/ps-mode.el (ps-mode-submit-bug-report): Added list | |
| 3009 of customizable variables to bug report message. Added | |
| 3010 system-type to package name in bug report. | |
|
26427
3b6cf16f3633
* calendar/calendar.el (calendar-remove-frame-by-deleting):
Sam Steingold <sds@gnu.org>
parents:
26424
diff
changeset
|
3011 |
| 26419 | 3012 1999-11-12 Gerd Moellmann <gerd@gnu.org> |
| 3013 | |
| 3014 * buff-menu.el (list-buffers-noselect): Use abbreviate-file-name | |
| 3015 to display file names. | |
| 3016 | |
| 26409 | 3017 1999-11-11 Gerd Moellmann <gerd@gnu.org> |
| 3018 | |
| 26411 | 3019 * mwheel.el: Fix copyright notice, don't require 'cl at run time. |
| 3020 | |
| 26409 | 3021 * isearch.el: Add lazy-highlighting feature. |
| 3022 | |
| 26406 | 3023 1999-11-10 Peter Kleiweg <kleiweg@let.rug.nl> |
| 3024 | |
| 3025 * progmodes/ps-mode.el (ps-mode-maintainer-address): New | |
| 3026 constant. | |
| 3027 (ps-mode-submit-bug-report): New function. Entry added to menu. | |
| 3028 | |
|
26399
01ffc3822d09
Checked in changelog & elc file for mwheel.el
William M. Perry <wmperry@aventail.com>
parents:
26396
diff
changeset
|
3029 1999-11-10 William M. Perry <wmperry@aventail.com> |
|
01ffc3822d09
Checked in changelog & elc file for mwheel.el
William M. Perry <wmperry@aventail.com>
parents:
26396
diff
changeset
|
3030 |
|
01ffc3822d09
Checked in changelog & elc file for mwheel.el
William M. Perry <wmperry@aventail.com>
parents:
26396
diff
changeset
|
3031 * mwheel.el: New file to support the new style wheeled mice. |
|
01ffc3822d09
Checked in changelog & elc file for mwheel.el
William M. Perry <wmperry@aventail.com>
parents:
26396
diff
changeset
|
3032 |
| 26394 | 3033 1999-11-10 Gerd Moellmann <gerd@gnu.org> |
| 3034 | |
| 26406 | 3035 * startup.el (initial-scratch-message): Add ";;" to the front of |
| 3036 lines in the message. | |
| 3037 | |
| 26396 | 3038 * files.el (file-local-copy): Remove optional BUFFER argument |
| 3039 because that's not used by anything. | |
| 3040 | |
| 26394 | 3041 * mail/mh-comp.el (mh-smail-batch): If TO is nil, use "" as |
| 3042 to-address. | |
| 3043 | |
| 26387 | 3044 1999-11-08 Markus Rost <rost@ias.edu> |
| 3045 | |
|
26427
3b6cf16f3633
* calendar/calendar.el (calendar-remove-frame-by-deleting):
Sam Steingold <sds@gnu.org>
parents:
26424
diff
changeset
|
3046 * wid-edit.el (widget-button-click): Wrap with save-excursion |
| 26387 | 3047 to restore track-mouse in the correct buffer. |
| 3048 | |
| 3049 1999-11-08 Gerd Moellmann <gerd@gnu.org> | |
| 3050 | |
| 3051 * mail/mh-e.el: Changed maintainer to billcurtis@hotmail.com. | |
| 3052 | |
| 3053 1999-11-08 Peter Kleiweg <kleiweg@let.rug.nl> | |
| 3054 | |
| 3055 * progmodes/ps-mode.el (ps-mode-print-function): Changed default | |
| 3056 lpr-command to "lp" for some system-types. (copied from lpr.el | |
| 3057 Emacs version 20.2.1). | |
|
26427
3b6cf16f3633
* calendar/calendar.el (calendar-remove-frame-by-deleting):
Sam Steingold <sds@gnu.org>
parents:
26424
diff
changeset
|
3058 |
| 26362 | 3059 1999-11-04 Markus Rost <rost@ias.edu> |
| 3060 | |
| 3061 * simple.el (comment-region): Strip off white space at end of | |
| 3062 comment-start. | |
| 3063 | |
| 26354 | 3064 1999-11-04 Gerd Moellmann <gerd@gnu.org> |
| 3065 | |
| 3066 * faces.el (secondary-selection): Fix wrong color name. | |
| 3067 | |
| 26352 | 3068 1999-11-04 John Tobey <jtobey@epsilondev.com> |
| 3069 | |
| 3070 * gud.el (gud-perldb-massage-args): Handle the case "perl -e 0", | |
| 3071 the default when invoking perldb in a non-Perl buffer, and other | |
| 3072 cases involving -e or --. | |
| 3073 | |
| 26342 | 3074 1999-11-04 Gerd Moellmann <gerd@gnu.org> |
| 3075 | |
| 26352 | 3076 * simple.el (previous-matching-history-element) |
| 3077 (next-history-element): Use delete-field instead of erase-field. | |
| 3078 | |
| 3079 * isearch.el (isearch-ring-advance-edit, isearch-complete-edit): | |
| 3080 Use delete-field instead of erase-field. | |
| 3081 | |
| 26344 | 3082 * faces.el (secondary-selection): Change background to yellow. |
| 3083 | |
| 26342 | 3084 * complete.el (PC-do-completion): Use minibuffer-prompt-end to |
| 3085 find the start of the text. Use field-string to read the user | |
| 3086 input. | |
| 3087 | |
| 26333 | 3088 1999-11-03 Gerd Moellmann <gerd@gnu.org> |
| 3089 | |
| 26338 | 3090 * faces.el (make-face-bold, make-face-unbold, make-face-italic) |
| 3091 (make-face-unitalic, make-face-bold-italic): Add NOERROR argument | |
| 3092 for compatibility with old face implementation. | |
| 3093 | |
| 26336 | 3094 * isearch.el (isearch-complete-edit, isearch-ring-advance-edit): |
| 3095 Use erase-field instead of erase-buffer. | |
| 3096 | |
| 26333 | 3097 * frame.el (blink-cursor-mode, blink-cursor-end): Use |
| 3098 internal-show-cursor with new interface. | |
| 3099 (blink-cursor-timer-function): New. | |
| 3100 (blink-cursor-start): Use blink-cursor-timer-function. | |
| 3101 | |
| 26331 | 3102 1999-11-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu> |
| 3103 | |
| 3104 * calendar.el (redraw-calendar): Move to nearest date before | |
| 3105 redrawing. | |
| 3106 | |
| 3107 * diary-lib.el (simple-diary-display): Reset modeline even if | |
| 3108 there are no diary entries since the diary buffer may be displayed. | |
| 3109 | |
| 26326 | 3110 1999-11-03 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
| 3111 | |
| 3112 * emacs-lisp/debug.el (debug): If noninteractive, display the | |
| 3113 backtrace using `message', then exit Emacs. | |
| 3114 (debugger-batch-max-lines): New variable. | |
| 3115 (debugger-setup-buffer): New subroutine, broken out of `debug'. | |
| 3116 Change the messages put at the start, to say that the debugger | |
| 3117 was entered. | |
| 3118 | |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
3119 1999-11-02 Sam Steingold <sds@ksp.com> |
|
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
3120 |
|
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
3121 * progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp. |
|
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
3122 |
| 26295 | 3123 1999-11-01 John Tobey <jtobey@epsilondev.com> |
| 3124 | |
| 3125 * gud.el: (gud-perldb-massage-args): Massage correctly in the | |
| 3126 presence of perl switches other than "-e". | |
| 3127 | |
| 26287 | 3128 1999-11-01 Markus Rost <rost@ias.edu> |
| 3129 | |
| 3130 * dired-x.el (dired-smart-shell-command): Use | |
| 3131 shell-command-history as in shell-command. | |
| 3132 | |
| 26282 | 3133 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
| 3134 | |
| 3135 * userlock.el (ask-user-about-lock): Doc fix. | |
| 3136 | |
| 26285 | 3137 * frame.el: Doc fixes. |
| 3138 | |
| 26271 | 3139 1999-11-01 Gerd Moellmann <gerd@gnu.org> |
| 3140 | |
| 26279 | 3141 * frame.el (blink-cursor-mode): Call internal-show-cursor instead |
| 3142 of show-cursor. | |
| 3143 (blink-cursor-start, blink-cursor-end): Ditto. | |
| 3144 | |
| 26271 | 3145 * textmodes/tex-mode.el (tex-default-mode): Changed to latex-mode. |
| 3146 | |
| 26269 | 3147 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
| 3148 | |
| 3149 * window.el (walk-windows): If ALL-FRAMES is a frame, | |
| 3150 start on that frame. Use save-selected-window. | |
| 3151 | |
| 26266 | 3152 1999-11-01 Gerd Moellmann <gerd@gnu.org> |
| 3153 | |
| 3154 * simple.el (end-of-buffer): Use window-end to find the window end | |
| 3155 instead of vertical-motion because this handles variable-height | |
| 3156 lines correctly. | |
| 3157 | |
|
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
3158 1999-11-01 Michael Kifer <kifer@cs.sunysb.edu> |
|
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
3159 |
| 26266 | 3160 * ediff.el: Version change. |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
3161 |
| 26266 | 3162 * ediff-util.el (ediff-cleanup-mess): Fixed the case of dead windows. |
|
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
3163 make sure you are in a good frame before deleting other |
|
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
3164 windows. |
| 26266 | 3165 (ediff-file-checked-in-p): Don't consider CVS |
|
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
3166 files checked in. |
|
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
3167 (ediff-make-temp-file,ediff-make-empty-tmp-file): Make sure you |
|
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
3168 are writing to a newly created empty file. |
|
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
3169 |
| 26266 | 3170 * ediff-mult.el (ediff-show-session-group-hook): New default. |
|
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
3171 |
|
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
3172 * ediff-vers.el (ediff-pcl-cvs-view-revision): |
| 26266 | 3173 First cd to the file directory. reportedly works |
|
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
3174 better with remote files. |
|
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
3175 |
|
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
3176 * ediff-vers.el (ediff-pcl-cvs-internal, ediff-pcl-cvs-merge-internal): |
| 26266 | 3177 Use file-name-nondirectory when passing files to CVS. |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
3178 |
| 26271 | 3179 * ediff-diff.el (ediff-cmp-options): New variable. |
| 26267 | 3180 (ediff-same-file-contents): Use ediff-cmp-options. |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
3181 |
|
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
3182 * ediff-ptch.el (ediff-prompt-for-patch-buffer, |
| 26266 | 3183 ediff-get-patch-buffer): Use current buffer if it appears to be a |
|
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
3184 patch. |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
3185 |
| 26271 | 3186 * viper-keym.el: Fixed calls to viper-ex, change key C-c g to C-c |
| 3187 C-g | |
|
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
3188 |
| 26266 | 3189 * viper-util.el (viper-nontrivial-find-file-function): Deleted. |
| 3190 (viper-glob-unix-files, viper-glob-mswindows-files): New functions. | |
|
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
3191 (viper-save-cursor-color,viper-restore-cursor-color): |
| 26266 | 3192 Improved cursor color handling. |
|
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
3193 (viper-get-saved-cursor-color-in-replace-mode, |
| 26266 | 3194 viper-get-saved-cursor-color-in-insert-mode): New functions for |
|
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
3195 better cursor color handling. |
|
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
3196 |
|
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
3197 * viper-ex.el (ex-read,ex-edit): |
| 26266 | 3198 Fixes for correct interpretation of #,%. |
| 3199 (viper-ex): Now works correctly when called from other functions. | |
| 3200 (viper-glob-function): New variable. | |
| 3201 (viper-ex): Save excursion before doing :global. | |
| 3202 | |
| 3203 * viper-mous.el (viper-counting-clicks-p): Bug fixes. | |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
3204 |
|
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
3205 * viper-cmd.el (viper-post-command-sentinel, |
|
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
3206 viper-insert-state-post-command-sentinel, |
| 26266 | 3207 viper-insert-state-pre-command-sentinel): Takes better care of |
|
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
3208 cursor colors. |
| 26267 | 3209 |
| 3210 * viper.el: Version change. | |
|
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
3211 |
| 26260 | 3212 1999-10-31 Rajesh Vaidheeswarran <rv@dsmit.com> |
| 3213 | |
| 3214 * whitespace.el (whitespace-update-modeline): Bugfix to ensure | |
| 3215 that the modeline display was updated *only* when | |
| 3216 `whitespace-display-in-modeline' was set, not otherwise. | |
| 3217 | |
| 26248 | 3218 1999-10-30 Gerd Moellmann <gerd@gnu.org> |
| 3219 | |
| 26251 | 3220 * textmodes/sgml-mode.el (sgml-char-names): Change "half" to |
| 3221 "frac12". | |
| 3222 | |
| 26248 | 3223 * emacs-lisp/advice.el (ad-activate-on): Make it an alias for |
| 3224 ad-activate. | |
| 3225 | |
| 26246 | 3226 1999-10-30 Rajesh Vaidheeswarran <rv@dsmit.com> |
| 3227 | |
| 26254 | 3228 * whitespace.el: Test for existence of `defcustom' and `defgroup' |
| 3229 using fboundp instead of assuming that these are not present in | |
| 3230 particular flavors of emacs. | |
| 3231 (whitespace-version): Update to 2.8 | |
| 3232 (whitespace-display-in-modeline): Add custom variable to control | |
| 3233 displaying the whitespace errors on the modeline based on | |
| 3234 suggestion from <klaus.berndl@sdm.de> | |
| 3235 (whitespace-buffer): Now returns `t' if unclean and `nil' if | |
| 3236 clean, to enable using as a hook function, as suggested by Puneet | |
| 3237 Goel <puneet@computer.org> | |
| 3238 (whitespace-buffer): Fix a subtle bug that cleaned up only if | |
| 3239 quiet was not set, even with whitespace-auto-cleanup set. | |
| 3240 (whitespace-mode-line): Now uses less modeline real estate and | |
| 3241 shows whitespaces as W:<x>!<y> where <x> is any type of whitespace | |
| 3242 which is present in the file, and <y> is any type of whitespace | |
| 3243 whose check has been suppressed by setting | |
| 26246 | 3244 `whitespace-check-<whitespace-type>' to nil. |
| 26254 | 3245 (whitespace-unchecked-whitespaces): New function to return the |
| 3246 list of whitespaces for whom checks have been suppressed. | |
| 3247 (whitespace-display-unchecked-whitespaces): Renamed to | |
| 3248 `whitespace-update-modeline' to reflect its functionality. | |
| 26246 | 3249 |
| 26244 | 3250 1999-10-30 Gerd Moellmann <gerd@gnu.org> |
| 3251 | |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
3252 * progmodes/compile.el (compilation-error-regexp-alist): |
| 26244 | 3253 Undo previous change. |
| 3254 | |
| 26232 | 3255 1999-10-28 Dave Love <fx@gnu.org> |
| 3256 | |
| 3257 * help.el (help-follow): Make arg optional again and really | |
| 3258 default to point. | |
| 3259 | |
| 26228 | 3260 1999-10-28 Gerd Moellmann <gerd@gnu.org> |
| 3261 | |
| 26234 | 3262 * paths.el (rmail-file-name): Make it an option. |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
3263 |
| 26228 | 3264 * progmodes/ada-mode.el, progmodes/ada-prj.el, |
| 3265 progmodes/ada-stmt.el, progmodes/ada-xref.el: Doc-string and | |
| 3266 comment fixes. | |
| 3267 | |
| 26231 | 3268 * progmodes/compile.el (compilation-error-regexp-alist): Recognize |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
3269 MIPS Pro 7.3 compiler error message syntax. |
|
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
3270 |
| 26223 | 3271 1999-10-27 Dave Love <fx@gnu.org> |
| 3272 | |
| 3273 * progmodes/compile.el: Checkdoc-inspired fixes. | |
| 3274 | |
| 26220 | 3275 1999-10-27 Gerd Moellmann <gerd@gnu.org> |
| 3276 | |
| 3277 * lpr.el (print-buffer): Doc-string fix. | |
| 3278 | |
| 26218 | 3279 1999-10-27 Dave Love <fx@gnu.org> |
| 3280 | |
| 3281 * emacs-lisp/advice.el: Doc fixes. | |
| 3282 (ad-lemacs-p): Removed. | |
| 3283 (advice): Add :link to defgroup. | |
| 3284 | |
| 26209 | 3285 1999-10-27 Kenichi Handa <handa@etl.go.jp> |
| 3286 | |
| 3287 * ange-ftp.el (ange-ftp-insert-file-contents): Don't change | |
| 3288 last-coding-system-used by the call of ange-ftp-set-ascii-mode. | |
| 3289 | |
|
26617
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
3290 1999-10-24 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
|
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
3291 |
|
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
3292 * window.el (walk-windows): If ALL-FRAMES is a frame, |
|
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
3293 start on that frame. Use save-selected-window. |
|
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
3294 |
| 26207 | 3295 1999-10-27 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
| 3296 | |
| 3297 * emacs-lisp/advice.el (ad-activate-internal): Renamed from | |
| 3298 ad-activate. All callers changed, including those in data.c. | |
| 3299 (ad-activate-internal-off): Renamed from ad-activate-off. | |
| 3300 All uses changed. | |
| 3301 (ad-activate): Renamed from ad-activate-on. All uses changed. | |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
3302 (ad-start-advice, ad-stop-advice, ad-recover-normality): |
| 26207 | 3303 Alter the definition of ad-activate-internal, not ad-activate. |
| 3304 | |
| 26196 | 3305 1999-10-26 Gerd Moellmann <gerd@gnu.org> |
| 3306 | |
| 3307 * startup.el (command-line-1): Add support for command line | |
| 3308 arguments `file' and `execute'. Fix handling of `visit'. | |
| 3309 | |
| 26191 | 3310 1999-10-26 Kenichi Handa <handa@etl.go.jp> |
| 3311 | |
| 3312 * international/mule-cmds.el (read-input-method-name): Handle the | |
| 3313 case that the arg DEFAULT is symbol. | |
| 3314 | |
| 3315 * international/mule-diag.el (mule-diag): Handle the case that | |
| 3316 default-input-method is symbol. | |
| 3317 | |
| 26187 | 3318 1999-10-26 Gerd Moellmann <gerd@gnu.org> |
| 3319 | |
| 3320 * textmodes/tildify.el: New file. | |
| 3321 | |
| 26184 | 3322 1999-10-25 Sam Steingold <sds@ksp.com> |
| 3323 | |
| 3324 * Makefile (compile-files): Fixed the "tr" strings. | |
| 3325 (EMACS): Set to ../src/emacs. | |
| 3326 | |
| 26173 | 3327 1999-10-25 Gerd Moellmann <gerd@gnu.org> |
| 3328 | |
| 3329 * info.el (Info-build-node-completions): Add '("*") to the | |
| 3330 completion list. | |
| 3331 | |
| 26167 | 3332 1999-10-25 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
| 3333 | |
| 3334 * frame.el (auto-raise-mode): When enabling the mode, | |
| 3335 immediately raise the selected frame. | |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
3336 |
| 26170 | 3337 * indent.el (indent-region): Doc fix. |
| 3338 | |
| 26175 | 3339 * comint.el (comint-output-filter): Make the Comint buffer current |
| 3340 for the comint-preoutput-filter-functions. | |
| 3341 | |
| 26177 | 3342 * mail/reporter.el: Doc fix. |
| 3343 | |
|
26156
9a67e9379891
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
26151
diff
changeset
|
3344 1999-10-24 Stephen Eglen <stephen@gnu.org> |
|
9a67e9379891
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
26151
diff
changeset
|
3345 |
|
26158
4c3791dba96a
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
26156
diff
changeset
|
3346 * progmodes/octave-mod.el (octave-auto-indent): Remove :version so |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
3347 that Octave lisp files can also run under XEmacs 20. |
|
26158
4c3791dba96a
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
26156
diff
changeset
|
3348 (require 'custom) added so that files can run under Emacs 19.34. |
|
4c3791dba96a
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
26156
diff
changeset
|
3349 |
|
26156
9a67e9379891
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
26151
diff
changeset
|
3350 * iswitchb.el (iswitchb-default-keybindings): No need to use |
|
9a67e9379891
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
26151
diff
changeset
|
3351 read-kbd-macro in keybindings. |
|
9a67e9379891
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
26151
diff
changeset
|
3352 |
| 26151 | 3353 1999-10-23 Dave Love <fx@gnu.org> |
| 3354 | |
| 3355 * elide-head.el: New file. | |
| 3356 | |
| 26148 | 3357 1999-10-23 Gerd Moellmann <gerd@gnu.org> |
| 3358 | |
| 3359 * Makefile (compile-files, backup-compiled-files): New targets. | |
| 3360 (bootstrap, bootstrap-clean): Ditto. | |
| 3361 | |
|
26138
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
3362 1999-10-22 Paul Eggert <eggert@twinsun.com> |
|
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
3363 |
|
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
3364 * international/mule-cmds.c (locale-language-names): |
|
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
3365 Use Latin-1 (not Latin-3) for Afrikaans, Galician. |
|
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
3366 Use Latin-5 (not Cyrillic-ISO) for Byelorussian, Bulgarian, |
|
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
3367 Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet). |
|
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
3368 Use Latin-8 for Welsh. |
|
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
3369 Use Latin-1 for English if "en" is explicitly specified. |
|
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
3370 Use Latin-1 for Scots Gaelic, Tagalog. |
|
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
3371 Use Latin-1 (not Latin-4) for Greenlandic. |
|
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
3372 Use Latin-1 (not Latin-2) for Albanian. |
|
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
3373 (locale-preferred-coding-systems, locale-language-names): |
|
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
3374 Remove generic ISO 8859 locales; locale-charset-language-names now |
|
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
3375 does this. |
|
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
3376 (locale-charset-language-names): New variable. |
|
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
3377 (set-locale-environment): Use language name specified by |
|
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
3378 locale-charset-language-names if its charsets disagree with the |
|
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
3379 language name specified by locale-language-names. |
|
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
3380 |
| 26132 | 3381 1999-10-22 Dave Love <fx@gnu.org> |
| 3382 | |
| 26137 | 3383 * make-mode.el: Minor doc fixes. |
| 3384 | |
| 26132 | 3385 * latin-9.el: Avoid non-ASCII characters to prevent loadup failure. |
| 3386 | |
| 26129 | 3387 1999-10-21 Dave Love <fx@gnu.org> |
| 3388 | |
| 3389 * loadup.el: Add latin-8, latin-9. | |
| 3390 | |
|
26124
ee67b2340a0f
* disp-table.el (standard-display-european): Remove undocumented
Paul Eggert <eggert@twinsun.com>
parents:
26122
diff
changeset
|
3391 1999-10-20 Paul Eggert <eggert@twinsun.com> |
|
ee67b2340a0f
* disp-table.el (standard-display-european): Remove undocumented
Paul Eggert <eggert@twinsun.com>
parents:
26122
diff
changeset
|
3392 |
|
ee67b2340a0f
* disp-table.el (standard-display-european): Remove undocumented
Paul Eggert <eggert@twinsun.com>
parents:
26122
diff
changeset
|
3393 * disp-table.el (standard-display-european): Remove undocumented |
|
ee67b2340a0f
* disp-table.el (standard-display-european): Remove undocumented
Paul Eggert <eggert@twinsun.com>
parents:
26122
diff
changeset
|
3394 arg AUTO; no longer used by startup.el. Do not attempt to treat |
|
ee67b2340a0f
* disp-table.el (standard-display-european): Remove undocumented
Paul Eggert <eggert@twinsun.com>
parents:
26122
diff
changeset
|
3395 all non-English language environments as coding system names. |
|
ee67b2340a0f
* disp-table.el (standard-display-european): Remove undocumented
Paul Eggert <eggert@twinsun.com>
parents:
26122
diff
changeset
|
3396 Instead, use the downcased language environment name as a coding |
|
ee67b2340a0f
* disp-table.el (standard-display-european): Remove undocumented
Paul Eggert <eggert@twinsun.com>
parents:
26122
diff
changeset
|
3397 system name if it is one; otherwise, use latin-1. |
|
ee67b2340a0f
* disp-table.el (standard-display-european): Remove undocumented
Paul Eggert <eggert@twinsun.com>
parents:
26122
diff
changeset
|
3398 |
| 26121 | 3399 1999-10-20 Gerd Moellmann <gerd@gnu.org> |
| 3400 | |
| 3401 * dired.el (dired-move-to-filename-regexp): Fix long comment lines | |
| 3402 that were split so that part of the comment appeared as Lisp code. | |
| 3403 | |
| 26117 | 3404 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
| 3405 | |
| 3406 * ps-bdf.el: Doc fix. | |
| 3407 | |
| 3408 * ps-print-def.el: New file: common definitions for all parts of | |
| 3409 ps-print. | |
| 3410 (ps-multibyte-buffer): Moved from ps-mule. | |
| 3411 | |
| 3412 * ps-mule.el: File dependence fix. | |
| 3413 (ps-multibyte-buffer): Moved to ps-print-def. | |
| 3414 | |
| 3415 * ps-print.el: Doc fix, better customization. | |
| 3416 (ps-print-region-function, ps-number-of-columns, ps-spool-tumble) | |
| 3417 (ps-print-color-p, ps-printing-region-p, ps-n-up-database) | |
| 3418 (ps-end-file): Doc fix. | |
| 3419 (ps-setup, ps-begin-file): Fun fix. | |
| 3420 (postscript): New group. | |
| 3421 (ps-zebra-gray, ps-banner-page-when-duplexing): New vars. | |
| 3422 (ps-print-prologue-1): Adjust PostScript programming. | |
| 3423 (ps-print): Adjust group hierarchy. | |
| 3424 (ps-print-n-up, ps-print-zebra, ps-print-background, | |
| 3425 ps-print-printer) | |
| 3426 (ps-print-page): New subgroups. | |
| 3427 (ps-print-prologue-header, ps-printer-name, ps-lpr-command) | |
| 3428 (ps-lpr-switches, ps-page-dimensions-database, ps-paper-type) | |
| 3429 (ps-landscape-mode, ps-print-control-characters, ps-n-up-printing) | |
| 3430 (ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling, ps-zebra-stripes) | |
| 3431 (ps-zebra-stripe-height, ps-print-background-image) | |
| 3432 (ps-print-background-text, ps-spool-config): Adjust customization. | |
| 3433 (dos-ps-printer): Definition eliminated. | |
| 3434 | |
| 3435 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
| 3436 | |
| 3437 * ps-mule.el: Doc fix, define functions properly if mule package is | |
| 3438 loaded or not. | |
| 3439 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Define properly if | |
| 3440 mule package is loaded or not. | |
| 3441 | |
| 3442 * ps-print.el: Doc fix, n-up printing. | |
| 3443 (ps-print-version): New version number (5.0). | |
| 3444 (ps-page-dimensions-database): Added document media. | |
| 3445 (ps-n-up-printing, ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling) | |
| 3446 (ps-page-order, ps-printing-region-p): New vars. | |
| 3447 (ps-n-up-printing, ps-n-up-filling, ps-header-sheet, ps-end-job): New | |
| 3448 funs. | |
| 3449 (ps-page-dimensions-get-media, ps-n-up-landscape, ps-n-up-lines) | |
| 3450 (ps-n-up-columns, ps-n-up-missing, ps-n-up-xcolumn, ps-n-up-ycolumn) | |
| 3451 (ps-n-up-xline, ps-n-up-yline, ps-n-up-repeat, ps-n-up-end) | |
| 3452 (ps-n-up-xstart, ps-n-up-ystart): New macros. | |
| 3453 (ps-print-begin-sheet-hook): New hook. | |
| 3454 (ps-boundingbox-re, ps-n-up-database, ps-n-up-filling-database): New | |
| 3455 const. | |
| 3456 (ps-setup, ps-begin-file, ps-get-buffer-name, ps-begin-job) | |
| 3457 (ps-end-file, ps-dummy-page, ps-generate): Fix funs. | |
| 3458 (ps-print-prologue-1): Adjust PostScript programming for n-up printing. | |
| 3459 (ps-count-lines): Changed to defun. | |
| 3460 (ps-header-page): Changed to defsubst, fix fun. | |
| 3461 (ps-printing-region): Doc fix, adjust programming code. | |
| 3462 (ps-output-boolean, ps-background-pages, ps-background-text) | |
| 3463 (ps-background-image, ps-background, ps-get-boundingbox): Adjust | |
| 3464 programming code. | |
| 3465 | |
| 3466 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
| 3467 | |
| 3468 * ps-print.el: Doc fix, duplex and setpagedevice configuration. | |
| 3469 (ps-print-version): New version number (4.2). | |
| 3470 (ps-spool-config, ps-spool-tumble): New vars. | |
| 3471 (ps-print-prologue-1): Changed to defconst, adjust PostScript | |
| 3472 programming, new PostScript procedure to handle errors. | |
| 3473 (ps-print-prologue-2): Changed to defconst. | |
| 3474 (ps-print-duplex-feature): New const: duplex and tumble setting. | |
| 3475 (ps-setup, ps-begin-file): Fix funs. | |
| 3476 (ps-boolean-capitalized): New fun. | |
| 3477 | |
|
26112
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
3478 1999-10-19 Stefan Monnier <monnier@cs.yale.edu> |
|
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
3479 |
|
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
3480 * Makefile (dontcompilefiles): Obsoleted. |
|
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
3481 (DONTCOMPILE): Added emacs-lisp/cl-specs.el. |
|
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
3482 (EL): Unused. |
|
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
3483 (temacs): Removed (unused). |
|
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
3484 (cus-load.el, finder-inf.el, loaddefs.el): New targets to build a dummy |
|
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
3485 version of the file (necessary for the update to work properly). |
|
26112
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
3486 (autoloads): Force the use of `pwd`/loaddefs.el. |
|
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
3487 (updates); Redefined in terms of other targets to reduce redundancy. |
|
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
3488 (.el.elc): New default rule, just in case you want it. |
|
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
3489 (compile): Use a single invocation of Emacs. |
|
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
3490 (bootstrap-compile); Unneeded. |
|
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
3491 (autoloads-with-other-emacs): Unneeded now that autoloads is fixed. |
|
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
3492 |
| 26102 | 3493 1999-10-19 Dave Love <fx@gnu.org> |
| 3494 | |
| 3495 * emacs-lisp/eval-reg.el: Removed -- not now needed by edebug. | |
| 3496 | |
| 26100 | 3497 1999-10-19 Sam Steingold <sds@ksp.com> |
| 3498 | |
| 3499 * map-ynp.el (map-y-or-n-p): Remove extraneous `not' to | |
| 3500 comply with the comment. | |
| 3501 | |
| 26098 | 3502 1999-10-19 Gerd Moellmann <gerd@gnu.org> |
| 3503 | |
| 3504 * autorevert.el (auto-revert-mode): Make auto-revert-mode | |
| 3505 permanent-local. | |
| 3506 | |
| 26094 | 3507 1999-10-19 Peter Kleiweg <kleiweg@let.rug.nl> |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
3508 |
| 26094 | 3509 * progmodes/ps-mode.el (ps-mode-print-function): Fix default |
| 3510 value: \"lpr\" changed to "lpr" | |
| 3511 (ps-mode-version): New constant | |
| 3512 (ps-mode-show-version): New function, added key in ps-mode-map | |
| 3513 (ps-run-messages): Removed | |
| 3514 (ps-run-font-lock-keywords-2): New defcustom variable replacing | |
| 3515 ps-run-messages. These keywords now include the value of | |
| 3516 ps-run-prompt, making its fontification customizable. | |
| 3517 (ps-run-init): Removed \\n from docstring, it is now added when | |
| 3518 the value is used | |
| 3519 (ps-run-font-lock-keywords-1): Added checking for initial ^ in | |
| 3520 ps-run-prompt | |
| 3521 (ps-mode): Added ps-run-font-lock-keywords-2 to list of | |
| 26095 | 3522 customizable variables in doc-string (its equivalent |
| 26094 | 3523 ps-run-messages was missing in previous version of the doc-string) |
| 3524 (ps-run-mode): Simplified assignment to font-lock-defaults, using | |
| 3525 symbols only | |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
3526 |
| 26091 | 3527 1999-10-19 Alex Schroeder <alex@gnu.org> |
| 3528 | |
| 3529 * ansi-color.el: Complete rewrite. | |
| 3530 | |
|
26084
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
3531 1999-10-19 Paul Eggert <eggert@twinsun.com> |
|
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
3532 |
|
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
3533 Fix bootstrapping problems. |
|
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
3534 Use the system locale to specify Emacs locale defaults. |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
3535 |
|
26084
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
3536 * international/mule-cmds.el (global-map): |
|
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
3537 Do not use backquote, because that makes a bootstrapping |
|
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
3538 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
|
3539 * international/mule.el (charset-id, charset-bytes, |
|
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
3540 charset-dimension, charset-chars, charset-width, |
|
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
3541 charset-direction, charset-iso-final-char, |
|
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
3542 charset-iso-graphic-plane, charset-reverse-charset, |
|
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
3543 charset-short-name, charset-long-name, charset-description, |
|
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
3544 charset-plist): Likewise. |
|
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
3545 * subr.el (save-match-data): Likewise. |
|
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
3546 |
|
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
3547 * international/mule-cmds.el |
|
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
3548 (set-display-table-and-terminal-coding-system): New function, |
|
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
3549 containing code migrated out of set-language-environment. |
|
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
3550 (set-language-environment, set-locale-environment): Use it. |
|
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
3551 (locale-translation-file-name): Moved here from startup.el. |
|
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
3552 (locale-language-names, locale-preferred-coding-systems): |
|
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
3553 New vars. |
|
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
3554 (locale-name-match, set-locale-environment): New functions. |
|
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
3555 |
|
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
3556 * language/japan-util.el (setup-japanese-environment-internal): |
|
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
3557 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
|
3558 |
|
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
3559 * startup.el (iso-8859-n-locale-regexp): Remove. |
|
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
3560 (locale-translation-file-name): Move to mule-cmds.el. |
|
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
3561 (command-line): Move locale-stuff into set-locale-environment. |
|
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
3562 |
| 26080 | 3563 1999-10-18 Dave Love <fx@gnu.org> |
| 3564 | |
| 3565 * abbrev.el (add-abbrev, inverse-add-abbrev) | |
| 3566 (expand-region-abbrevs): Remove properties from buffer text. | |
| 3567 | |
| 26064 | 3568 1999-10-17 Gerd Moellmann <gerd@gnu.org> |
| 3569 | |
| 26066 | 3570 * iswitchb.el (iswitchb-exhibit): Extract user-input only |
| 3571 from the mini-buffer, without the prompt. | |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
3572 |
| 26064 | 3573 * simple.el (minibuffer-prompt-end): Return the position |
| 3574 after the prompt, not the position of that last character | |
| 3575 of the prompt. | |
| 3576 | |
| 26061 | 3577 1999-10-17 Miles Bader <miles@gnu.org> |
| 3578 | |
| 3579 * simple.el: Doc fixes. | |
| 3580 | |
| 3581 1999-10-17 Miles Bader <miles@gnu.org> | |
| 3582 | |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
3583 * simple.el (previous-matching-history-element, next-history-element): |
| 26061 | 3584 Change to work correctly even if the point is in the prompt. |
| 3585 (choose-completion-string): Likewise. | |
| 3586 (minibuffer-prompt-width): New function (compatibility with old subr). | |
| 3587 | |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
3588 * textmodes/paragraphs.el (forward-sentence, forward-paragraph): |
| 26061 | 3589 When constraining the final position to the current field, |
| 3590 don't use the ONLY-IN-LINE mode of constrain-to-field. | |
| 3591 | |
| 3592 1999-10-17 Miles Bader <miles@gnu.org> | |
| 3593 | |
| 3594 * simple.el (line-move): Supply new ESCAPE-FROM-EDGE argument to | |
| 3595 constrain-to-field. | |
| 3596 * textmodes/paragraphs.el (forward-sentence): Likewise. | |
| 3597 | |
| 3598 1999-10-17 Miles Bader <miles@gnu.org> | |
| 3599 | |
| 3600 * simple.el (line-move): Use constrain-to-field to avoid | |
| 3601 moving into a prompt. | |
| 3602 (previous-complete-history-element): Clarify doc string. | |
| 3603 (next-complete-history-element): Likewise. | |
| 3604 Use field-beginning instead of point-min. | |
| 3605 (next-matching-history-element): Use field-beginning and | |
| 3606 erase-field instead of point-min and erase-buffer. | |
| 3607 * textmodes/paragraphs.el | |
| 3608 (forward-paragraph, forward-sentence): Likewise. | |
| 3609 (backward-kill-paragraph, backward-kill-sentence): Remove code to | |
| 3610 constrain the kill to an field, as the movement commands now | |
| 3611 do this. | |
| 3612 | |
| 3613 1999-10-17 Miles Bader <miles@gnu.org> | |
| 3614 | |
| 3615 * simple.el (previous-matching-history-element): Get the | |
| 3616 minibuffer input with field-string instead of buffer-string. | |
| 3617 (choose-completion-string): Likewise. | |
| 3618 (next-history-element): Likewise. | |
| 3619 Erase the minibuffer input with erase-field, not erase-buffer. | |
| 3620 Use field-beginning to find the beginning of the input. | |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
3621 * textmodes/paragraphs.el (backward-kill-sentence): |
| 26061 | 3622 Remove minibuffer-prompt hack. |
| 3623 Constrain to any input field. | |
| 3624 | |
| 26053 | 3625 1999-10-17 Sam Steingold <sds@ksp.com> |
| 3626 | |
| 3627 * bindings.el (completion-ignored-extensions): Added ".sparcf" | |
| 3628 for CMUCL on sparc and ".ufsl" for LispWorks. | |
| 3629 (bound-and-true-p): Bugfix: free variable `v'. | |
| 3630 | |
| 26050 | 3631 1999-10-16 Dave Love <d.love@dl.ac.uk> |
| 3632 | |
| 3633 * emacs-lisp/edebug.el (edebug-install-read-eval-functions) | |
| 3634 (edebug-uninstall-read-eval-functions): Use load-read-function, | |
| 3635 avoiding elisp-eval. | |
| 3636 | |
| 26048 | 3637 1999-10-16 Sam Steingold <sds@ksp.com> |
| 3638 | |
| 3639 * emacs-lisp/cl-indent.el (common-lisp-indent-function): Use `eq' | |
| 3640 instead of `eql'. | |
| 3641 | |
|
26039
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
3642 1999-10-14 Stefan Monnier <monnier@cs.yale.edu> |
|
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
3643 |
|
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
3644 * 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
|
3645 * 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
|
3646 (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
|
3647 * ediff-util.el (ediff-make-temp-file): |
|
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
3648 * ediff-vers.el (ediff-pcl-cvs-view-revision): |
|
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
3649 * emerge.el (emerge-make-temp-file): |
|
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
3650 * 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
|
3651 * vc.el (vc-update-change-log): |
|
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
3652 * mail/mailpost.el (post-mail-send-it): |
|
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
3653 * mail/metamail.el (metamail-region): |
|
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
3654 * progmodes/cmacexp.el (c-macro-expansion): |
|
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
3655 * textmodes/makeinfo.el (makeinfo-region): Use make-temp-file. |
|
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
3656 |
| 26029 | 3657 1999-10-15 Gerd Moellmann <gerd@gnu.org> |
| 3658 | |
| 3659 * smtpmail.el (smtpmail-via-smtp): Add support for | |
| 3660 automatically appending a domain to RCPT TO: addresses. | |
| 3661 | |
| 26027 | 3662 1999-10-14 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
| 3663 | |
| 3664 * dired.el (dired-insert-directory): Insert the amount of | |
| 3665 free space after the total size. | |
| 3666 (dired-free-space-program, dired-free-space-args): New variables. | |
| 3667 | |
| 26023 | 3668 1999-10-14 Karl Heuer <kwzh@gnu.org> |
| 3669 | |
| 3670 * mail/rmail.el (rmail-pop-password-error): Add new pattern. | |
| 3671 | |
| 26017 | 3672 1999-10-14 Dave Love <fx@gnu.org> |
| 3673 | |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
3674 * international/characters.el: |
| 26017 | 3675 * international/fontset.el: |
| 3676 * international/mule-conf.el: Add latin-iso8859-1[45]. | |
| 3677 | |
| 3678 * language/european.el: Add Latin-8, Latin-9. Modify some doc | |
| 3679 strings. | |
| 3680 | |
| 3681 * startup.el (iso-8859-n-locale-regexp): Modify for Latin-[89]. | |
| 3682 (command-line): Detect Latin-[89] locales. | |
| 3683 | |
| 26011 | 3684 1999-10-13 Stefan Monnier <monnier@cs.yale.edu> |
| 3685 | |
| 3686 * international/mule-cmds.el (select-safe-coding-system) | |
|
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
3687 (leim-list-header): Avoid the use of strings that start with backslash |
|
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
3688 newline since lread.c:read1 has a hack to turn those strings into |
|
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
3689 integer 0 during the loadup.el process. |
|
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
3690 |
|
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
3691 * diff-mode.el (diff-find-file-name): Use `Index:' preferentially. |
| 26011 | 3692 |
| 26008 | 3693 1999-10-13 Dave Love <fx@gnu.org> |
| 3694 | |
| 3695 * image.el (insert-image): Copy the image spec and add an | |
| 3696 intangible property. | |
| 3697 | |
|
26004
11f91800bec3
(Info-on-current-buffer): new entry point.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26003
diff
changeset
|
3698 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
|
3699 |
| 26008 | 3700 * help.el (help-xref-interned): Make it also work on variable-only |
| 3701 and function-only symbols. | |
| 3702 (help-make-xrefs): Take advantage of the new `help-xref-interned'. | |
| 3703 (help-follow): If the point under mouse is not highlighted, try | |
| 3704 `help-xref-interned' on the pointed-to symbol anyway. | |
| 3705 | |
| 3706 * info.el (Info-on-current-buffer): New entry point. | |
| 3707 (Info-find-node): Split into two for Info-on-current-buffer to | |
| 3708 hook into it. | |
|
26004
11f91800bec3
(Info-on-current-buffer): new entry point.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26003
diff
changeset
|
3709 (Info-current-file, Info-set-mode-line, Info-up): |
| 26008 | 3710 Info-current-file can now be t. |
|
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
3711 (Info-clone-buffer-hook): Function for `clone-buffer'. |
| 26008 | 3712 (Info-goto-node, Info-menu, Info-mode-map, Info-mode): |
|
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
3713 Make `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
|
3714 |
|
26002
4f46db3c9d7d
* subr.el (with-current-buffer): don't use backquotes to avoid
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26001
diff
changeset
|
3715 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
|
3716 |
| 26008 | 3717 * simple.el (shell-command, shell-command-on-region): Use |
| 3718 make-temp-file. | |
| 3719 (clone-buffer, clone-process, clone-buffer-hook): New functions. | |
| 3720 | |
| 3721 * subr.el (with-current-buffer): Don't use backquotes to avoid | |
| 3722 bootstrapping problems. | |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
3723 |
| 26008 | 3724 * loadup.el (load-path): Add subdirs for bootstrapping. |
| 3725 (docstrings): Ignore errors during bootstrapping. | |
| 3726 (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
|
3727 |
| 26001 | 3728 1999-10-12 Emmanuel Briot <briot@gnat.com> |
| 3729 | |
| 3730 * ada-stmt.el: Doc-string fixes. | |
| 3731 | |
| 25991 | 3732 1999-10-12 Gerd Moellmann <gerd@gnu.org> |
| 3733 | |
| 25998 | 3734 * recentf.el: New file. |
| 3735 | |
| 25991 | 3736 * ps-mode.el: New file. |
| 3737 | |
| 3738 * files.el (auto-mode-alist): Add ps-mode for .eps and .ps, | |
| 3739 case insensitive. | |
| 3740 | |
| 25985 | 3741 1999-10-12 Richard Sharman <rsharman@pobox.com> |
| 3742 | |
| 3743 * sh-script.el: Added support for indenting existing scripts. | |
| 3744 (sh-mode-map): Added new bindings. | |
| 3745 (sh-mode): Updated mode doc-string for new commands, added | |
| 3746 make-local-variable calls, initialize mode-specific variables. | |
| 3747 (sh-indent-line): Renamed to sh-basic-indent-line; sh-indent-line | |
| 3748 is now a different function. | |
| 3749 (sh-header-marker): Changed docstring. | |
| 3750 (sh-set-shell): Initialize mode-specific variables. | |
| 3751 (sh-case, sh-for, sh-if, sh-indexed-loop, sh-repeat, sh-select) | |
| 3752 (sh-tmp-file, sh-until, sh-until, sh-while, sh-while-getopts): | |
| 3753 Changed these define-skeleton calls to work with user-specified | |
| 3754 indentation settings. | |
| 3755 (sh-basic-indent-line, sh-blink, sh-calculate-indent) | |
| 3756 (sh-check-paren-in-case, sh-check-rule, sh-do-nothing) | |
| 3757 (sh-electric-hash, sh-electric-less, sh-electric-rparen) | |
| 3758 (sh-find-prev-matching, sh-find-prev-switch, sh-get-indent-info) | |
| 3759 (sh-get-indent-var-for-line, sh-get-kw, sh-get-word) | |
| 3760 (sh-goto-match-for-done, sh-goto-matching-case, sh-goto-matching-if) | |
| 3761 (sh-guess-basic-offset, sh-handle-after-case-label) | |
| 3762 (sh-handle-prev-case, sh-handle-prev-case-alt-end, sh-handle-prev-do) | |
| 3763 (sh-handle-prev-done, sh-handle-prev-else, sh-handle-prev-esac) | |
| 3764 (sh-handle-prev-fi, sh-handle-prev-if, sh-handle-prev-open) | |
| 3765 (sh-handle-prev-rc-case, sh-handle-prev-then, sh-handle-this-close) | |
| 3766 (sh-handle-this-do, sh-handle-this-done, sh-handle-this-else) | |
| 3767 (sh-handle-this-esac, sh-handle-this-fi, sh-handle-this-rc-case) | |
| 3768 (sh-handle-this-then, sh-help-string-for-variable) | |
| 3769 (sh-in-comment-or-string, sh-indent-line, sh-learn-buffer-indent) | |
| 3770 (sh-learn-line-indent, sh-load-style, sh-make-vars-local, sh-mark-init) | |
| 3771 (sh-mark-line, sh-mkword-regexpr, sh-mkword-regexp) | |
| 3772 (sh-must-be-shell-mode, sh-must-support-indent, sh-name-style) | |
| 3773 (sh-prev-line, sh-prev-stmt, sh-prev-thing, sh-read-variable) | |
| 3774 (sh-remove-our-text-properties, sh-rescan-buffer) | |
| 3775 (sh-reset-indent-vars-to-global-values, sh-safe-backward-sexp) | |
| 3776 (sh-safe-forward-sexp, sh-save-styles-to-buffer, sh-scan-buffer) | |
| 3777 (sh-scan-case, sh-search-word, sh-set-char-syntax) | |
| 3778 (sh-set-here-doc-region, sh-set-indent, sh-set-var-value) | |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
3779 (sh-show-indent, sh-this-is-a-continuation, sh-var-value): New |
| 25985 | 3780 functions. |
| 3781 (sh-debug, sh-electric-rparen-needed, sh-here-doc-syntax) | |
| 3782 (sh-indent-supported, sh-kw, sh-kw-alist, sh-kws-for-done) | |
| 3783 (sh-learned-buffer-hook, sh-make-vars-local, sh-regexp-for-done) | |
| 3784 (sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist) | |
| 3785 (sh-var-list): New variables. | |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
3786 |
| 25983 | 3787 1999-10-12 Dave Pearson <davep@hagbard.demon.co.uk> |
| 3788 | |
| 25999 | 3789 * quickurl.el (quickurl-list-insert): `count-lines' was returning |
| 3790 a value one line to high if the cursor wasn't at the start of a | |
| 3791 line. A `beginning-of-line' is now performed before making the | |
| 3792 call to `count-lines'. | |
| 25983 | 3793 |
|
25979
e1d167cf6e96
(vc-backend-diff): get rid of the autoloaded advice.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
25970
diff
changeset
|
3794 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
|
3795 |
|
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
3796 * diff-mode.el (vc-backend-diff): Get rid of the autoloaded advice. |
|
25979
e1d167cf6e96
(vc-backend-diff): get rid of the autoloaded advice.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
25970
diff
changeset
|
3797 |
| 25960 | 3798 1999-10-09 Stefan Monnier <monnier@cs.yale.edu> |
| 3799 | |
|
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
3800 * Makefile (setwins): Abstract out the command to find subdirectories |
| 25962 | 3801 and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base). |
| 25970 | 3802 (custom-deps, finder-data, autoloads, update-subdirs, updates) |
|
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
3803 (autoloads-with-other-emacs): Use it. |
|
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
3804 |
|
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
3805 * diff-mode.el: New file. A mode for viewing/editing context diffs. |
| 25960 | 3806 |
| 25942 | 3807 1999-10-09 Gerd Moellmann <gerd@gnu.org> |
| 3808 | |
| 3809 * Makefile (bootstrap-compile): New target. Compile Lisp | |
| 3810 files with ../src/temacs. | |
| 3811 | |
| 27657 | 3812 1999-10-08 Dave Love <fx@gnu.org> |
| 3813 | |
| 3814 * ange-ftp.el: Require dired when compiling. | |
| 3815 (ange-ftp-normal-login): Allow EFS-style port specification. | |
| 3816 | |
| 25939 | 3817 1999-10-08 Simon Marshall <simon@gnu.org> |
| 3818 | |
| 3819 * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function. | |
| 3820 (regexp-opt-group): Use it to get common suffixes in STRINGS. | |
| 3821 If STRINGS is nil, return "" rather than nil. | |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
3822 |
| 25937 | 3823 1999-10-08 Gerd Moellmann <gerd@gnu.org> |
| 3824 | |
| 3825 * Makefile (compile): Compile files one by one. Set load-path to | |
| 3826 current directory and subdirectories when compiling. | |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
3827 |
| 25918 | 3828 1999-10-08 Gerd Moellmann <gerd@gnu.org> |
| 3829 | |
| 3830 * Makefile (EMACSOPT, DONTCOMPILE, EL): New. | |
| 3831 (emacs): Use it everywhere instead of EMACS. | |
| 3832 (compile): New target. Compile all Lisp files from scratch. | |
| 3833 (recompile): New target. Recompile lisp directory. | |
| 3834 (autoloads-with-other-emacs): New target. Build loaddefs.el with | |
| 3835 an Emacs executable not built in the current directory tree. | |
| 3836 | |
| 25908 | 3837 1999-10-07 Peter Breton <pbreton@ne.mediaone.net> |
| 3838 | |
| 3839 * filecache.el (file-cache-completion-ignore-case): New variable, | |
| 3840 defaulting to the value of completion-ignore-case. | |
| 3841 (file-cache-minibuffer-complete): Use it. | |
| 3842 (file-cache-files-matching, file-cache-files-matching-internal): | |
| 3843 New functions. | |
| 3844 | |
|
25905
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
3845 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
|
3846 |
|
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
3847 * 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
|
3848 |
|
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
3849 * 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
|
3850 |
|
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
3851 * 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
|
3852 |
|
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
3853 * 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
|
3854 subprogram being created. |
|
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
3855 |
|
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
3856 * 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
|
3857 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
|
3858 scheme |
|
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
3859 |
|
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
3860 * 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
|
3861 New functions |
|
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
3862 |
|
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
3863 * 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
|
3864 justification parameter |
|
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
3865 |
|
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
3866 * 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
|
3867 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
|
3868 external program |
|
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
3869 |
| 25900 | 3870 1999-10-07 Dave Love <fx@gnu.org> |
| 3871 | |
| 3872 * bindings.el (bound-and-true-p): New macro. | |
| 3873 (make-mode-line-mouse-sensitive): Don't require easymenu. | |
| 3874 | |
| 25886 | 3875 1999-10-07 Gerd Moellmann <gerd@gnu.org> |
| 3876 | |
| 3877 * custom.el (defface): Extend documentation for new values of | |
| 3878 `type'. | |
| 3879 | |
| 3880 * faces.el (face-spec-set-match-display): Recognize `type' of | |
| 3881 `motif', `lucid', `x-toolkit'. | |
| 3882 (menu): New face. | |
| 3883 | |
| 25870 | 3884 1999-10-05 Dave Love <fx@gnu.org> |
| 3885 | |
| 3886 * files.el: Recognize temporary crontab files. | |
| 3887 | |
| 25873 | 3888 * info.el: Require jka-compr when compiling. |
| 3889 (Info-suffix-list): Add bzip2 files (non-ms-dos only). | |
| 3890 | |
| 25866 | 3891 1999-10-04 Dave Love <fx@gnu.org> |
| 3892 | |
| 3893 * cus-start.el: Add x-stretch-cursor, indicate-empty-lines, | |
| 3894 scroll-up-aggressively, scroll-down-aggressively. | |
| 3895 | |
| 3896 * time.el (display-time-mode): Add autoload cookie. | |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
3897 |
| 25867 | 3898 * rect.el (delete-extract-rectangle): Doc fix from verna. |
| 25866 | 3899 |
| 3900 * help-macro.el (three-step-help): Customize. | |
| 3901 | |
| 25926 | 3902 1999-10-04 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
| 3903 | |
| 3904 * hexl.el (hexlify-buffer): Move point in proper range | |
| 3905 if it is too large. | |
| 3906 (hexl-after-revert-hook): Update hexl-max-address. | |
| 3907 (hexl-address-to-marker): Doc fix. | |
| 3908 | |
| 25865 | 3909 1999-10-03 Dave Love <fx@gnu.org> |
| 3910 | |
| 3911 * image.el (defimage): Remove redundant code. Substitute file in | |
| 3912 image plist. | |
| 3913 | |
| 3914 1999-10-02 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
| 3915 | |
| 3916 * vc.el (vc-backend-checkout): Use coding system 'no-conversion | |
| 3917 when doing with-temp-file. | |
| 3918 | |
| 3919 1999-10-01 Dave Love <fx@gnu.org> | |
| 3920 | |
| 3921 * cus-edit.el (custom-comment-create): Fill :from and :to slots. | |
| 3922 | |
| 3923 * help.el: Require view when compiling. | |
| 3924 (view-emacs-FAQ): Use Info version. | |
| 3925 | |
| 25837 | 3926 1999-09-29 Ken'ichi Handa <handa@gnu.org> |
| 3927 | |
| 3928 * ps-mule.el (ps-mule-font-info-database-ps): Typo fixed | |
| 3929 (normat->normal). Use correct font names for Korean | |
| 3930 (Munhwa-Regular-KSC-EUC-H and Munhwa-Bold-KSC-EUC-H). | |
| 3931 | |
| 3932 1999-09-29 Kenichi Handa <handa@etl.go.jp> | |
| 3933 | |
| 3934 * language/cyrillic.el (cyrillic-koi8-r-decode-table): Map 8-bit | |
| 3935 code not used by KOI8 to the same 8-bit code instead of mapping to | |
| 3936 SPC. | |
| 3937 (cyrillic-alternativnyj-decode-table): Likewise. | |
| 3938 | |
| 3939 1999-09-29 Alex Schroeder <alex@gnu.org> | |
| 3940 | |
|
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
3941 * sql.el (sql-imenu-generic-expression): Aew, used to set |
| 25837 | 3942 imenu-generic-expression. |
| 3943 (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting | |
| 3944 font-lock-defaults' SYNTAX-ALIST. Set imenu-generic-expression, | |
| 3945 imenu-case-fold-search, and imenu-syntax-alist. | |
| 3946 (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when | |
| 3947 setting font-lock-defaults' SYNTAX-ALIST. | |
| 3948 | |
| 26025 | 3949 1999-09-28 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
| 3950 | |
| 3951 * map-ynp.el (map-y-or-n-p): If we read -1, for end of keyboard | |
| 3952 macro, try again. | |
| 3953 | |
| 25837 | 3954 1999-09-28 Dave Love <fx@gnu.org> |
| 3955 | |
| 3956 * cus-edit.el (custom-comment): Change widget definition. | |
| 3957 (custom-comment-create, custom-comment-show) | |
| 3958 (custom-comment-invisible-p): Don't use :comment-overlay. | |
| 3959 (custom-comment-hide): New function. | |
| 3960 (custom-variable-set, custom-variable-save) | |
| 3961 (custom-variable-reset-standard, custom-face-set) | |
| 3962 (custom-face-save): Use it. | |
| 3963 | |
| 25946 | 3964 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
| 3965 | |
| 25949 | 3966 * hexl.el (hexl-mode): Do nothing if already in hexl mode. |
| 3967 | |
| 3968 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu> | |
| 3969 | |
| 25946 | 3970 * faces.el (region): Doc fix. |
| 3971 | |
| 25837 | 3972 1999-09-27 Dave Love <fx@gnu.org> |
| 3973 | |
| 3974 * isearch.el (isearch): Add :links in defgroup. | |
| 3975 (isearch-mode-map): Bind mouse-2 to isearch-mouse-yank. | |
| 3976 (isearch-switch-frame-handler): Comment out (unused). | |
| 3977 (isearch-yank-x-selection, isearch-ring-advance-edit): Doc fix. | |
| 3978 (isearch-ring-retreat-edit): Doc fix. | |
| 3979 (isearch-mouse-yank): New command. | |
| 3980 (isearch-last-command-char): Removed. Callers changed to use | |
| 3981 last-command-char. | |
| 3982 (isearch-char-to-string): Removed. Callers changed to use | |
| 3983 char-to-string. | |
| 3984 | |
| 25944 | 3985 1999-09-26 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru> |
| 3986 | |
| 3987 * ispell.el (ispell-dictionary-alist-6): Don't use "-C" | |
| 3988 option for Russian. | |
| 3989 | |
| 25837 | 3990 1999-09-25 Gerd Moellmann <gerd@gnu.org> |
| 3991 | |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
3992 * faces.el (face-differs-from-default-p): Compare face |
| 25837 | 3993 attributes individually. |
| 3994 | |
| 3995 * image.el (put-image, insert-image): Add string argument. | |
| 3996 | |
| 3997 1999-09-24 Gerd Moellmann <gerd@gnu.org> | |
| 3998 | |
| 3999 * ange-ftp.el (ange-ftp-date-regexp): Make it work for | |
| 4000 LANG=de_DE.iso88591 on HPUX 11.0. | |
| 4001 | |
| 4002 * dired.el (dired-move-to-filename-regexp): Make it work | |
| 4003 for LANG=de_DE.iso88591 on HPUX 11.0. | |
| 4004 | |
| 26171 | 4005 1999-09-24 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
| 4006 | |
| 4007 * info.el (info-initialize): Don't test existence of ALTERNATIVE | |
| 4008 if we know for some other reason it should not be used. | |
| 4009 | |
| 26179 | 4010 * emacs-lisp/edebug.el (edebug-outside-current-prefix-arg): |
| 4011 New variable. | |
| 4012 (edebug-recursive-edit): Save current-prefix-arg there, | |
| 4013 bind it, and set it back at the end. | |
| 4014 (edebug-outside-excursion): Restore and update the outside | |
| 4015 value of current-prefix-arg. | |
| 4016 (edebug-emacs-version-specific): Delete support for Epoch. | |
| 4017 | |
| 26180 | 4018 1999-09-24 Howard Melman <howard@silverstream.com> |
| 4019 | |
| 4020 * imenu.el (imenu-after-jump-hook): New variable. | |
| 4021 (imenu): Run menu-after-jump-hook. | |
| 4022 (imenu-name-lookup-function): New variable. | |
| 4023 * imenu.el (imenu--in-alist): Use those variables. | |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
4024 |
| 25837 | 4025 1999-09-24 Carsten Dominik <cd@gnu.org> |
| 4026 | |
| 4027 * textmodes/reftex-parse.el (reftex-parse-from-file): Scan for | |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
4028 multiple thebibliography environments. |
| 25837 | 4029 |
| 4030 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug | |
| 4031 with recentering window. | |
| 4032 (reftex-extract-bib-entries-from-thebibliography, | |
| 4033 reftex-offer-bib-menu,reftex-bibtex-selection-callback): Deal | |
| 4034 with multiple thebibliography environments. | |
| 4035 | |
| 4036 * textmodes/reftex-vars.el | |
| 4037 (reftex-section-levels): Function allowed as cdr. | |
| 4038 (reftex-max-section-depth) New option. | |
| 4039 | |
| 4040 * textmodes/reftex-vcr.el (reftex-view-cr-cite): Deal | |
| 4041 with multiple thebibliography environments. | |
| 4042 | |
| 4043 1999-09-23 Gerd Moellmann <gerd@gnu.org> | |
| 4044 | |
| 4045 * iswitchb.el (iswitchb-complete): Use minibuffer-prompt-end | |
| 4046 instead of point-min in call to delete-region. | |
| 4047 | |
| 4048 1999-09-22 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
| 4049 | |
| 4050 * vc.el (vc-backend-checkout): Use with-temp-file when checking | |
| 4051 out into arbitrary file names. | |
| 4052 | |
| 4053 1999-09-19 Ken'ichi Handa <handa@gnu.org> | |
| 4054 | |
| 4055 * language/european.el ("Turkish"): New language environment. | |
| 4056 | |
| 4057 1999-09-19 Dave Love <fx@gnu.org> | |
| 4058 | |
| 4059 * delim-col.el: New file. | |
| 4060 | |
| 4061 1999-09-17 Richard Stallman <rms@gnu.org> | |
| 4062 | |
| 4063 * files.el (after-find-file): When visiting a backup file, | |
| 4064 make it read-only. | |
| 4065 | |
| 4066 * apropos.el (apropos-symbol-face): Non-nil even for ttys. | |
| 4067 (apropos-keybinding-face, apropos-label-face): Likewise. | |
| 4068 (apropos-property-face, apropos-match-face): Likewise. | |
| 4069 (apropos-label-properties): New variable. | |
| 4070 (apropos-print-doc): Use apropos-label-properties. | |
| 4071 (apropos-print): Set apropos-label-properties. | |
| 4072 | |
| 4073 1999-09-15 Richard Stallman <rms@gnu.org> | |
| 4074 | |
| 4075 * winner.el: Use aref instead of sref. | |
| 4076 | |
| 4077 * whitespace.el (whitespace-mode, whitespace-mode-line): Add defvars. | |
| 4078 | |
| 4079 1999-09-14 Gerd Moellmann <gerd@gnu.org> | |
| 4080 | |
| 4081 * lisp-mode.el (eval-last-sexp): Use prin1 instead of print. | |
| 4082 | |
| 4083 1999-09-14 Richard Stallman <rms@gnu.org> | |
| 4084 | |
| 4085 * font-lock.el (lisp-font-lock-keywords-1): Recognize an autoload | |
| 4086 cookie, even if followed by a letter. | |
| 4087 | |
| 4088 1999-09-14 Stephen Eglen <stephen@gnu.org> | |
| 4089 | |
| 4090 * progmodes/octave-inf.el (inferior-octave-startup): Ensure -i and | |
| 4091 --no-line-editing are passed to Octave by including them here | |
| 4092 rather than storing them in inferior-octave-startup-args. | |
| 4093 | |
| 4094 1999-09-14 Eli Zaretskii <eliz@gnu.org> | |
| 4095 | |
| 4096 * textmodes/texinfo.el (texinfo-font-lock-keywords): Add uref, | |
| 4097 command, option, env and sc. | |
| 4098 | |
| 4099 * subr.el (shell-quote-argument): Quote argument with double | |
| 4100 quotes for ms-dos. | |
| 4101 | |
| 4102 1999-09-14 Richard Stallman <rms@gnu.org> | |
| 4103 | |
| 4104 * simple.el (eval-expression-print-level): New variable. | |
| 4105 (eval-expression-print-length): New variable. | |
| 4106 (eval-expression-debug-on-error): New variable. | |
| 4107 (eval-expression): Bind print-level, print-length and | |
| 4108 debug-on-error from those vars. | |
| 4109 | |
| 4110 * emacs-lisp/lisp-mode.el (eval-defun, eval-last-sexp): | |
| 4111 Bind print-level, print-length and debug-on-error. | |
| 4112 | |
| 4113 1999-09-14 Inge Frick <inge@nada.kth.se> | |
| 4114 | |
| 4115 * dired.el (dired-recursive-deletes): New custom variable. | |
| 4116 (dired-re-no-dot): New variable. | |
| 4117 (dired-delete-file): New function deletes files and directories | |
| 4118 recursively. | |
| 4119 (dired-internal-do-deletions): Use `dired-delete-file' to delete files. | |
| 4120 | |
| 4121 * dired-aux.el (dired-recursive-copies): New custom variable. | |
| 4122 (dired-handle-overwrite): Broke a long line. | |
| 4123 (dired-copy-file): Call `dired-copy-file-recursive' instead of | |
| 4124 `copy-file'. | |
| 4125 (dired-copy-file-recursive): New function. Copy directories | |
| 4126 recursively. | |
| 4127 (dired-do-create-files): Added support for generalized directory | |
| 4128 target. How-to function may now return a function. New fluid | |
| 4129 variable `dired-one-file'. | |
| 4130 (dired-copy-how-to-fn): New variable. | |
| 4131 (dired-do-copy): Bind `dired-recursive-copies' to preserve it. | |
| 4132 Use dired-copy-how-to-fn as how-to argument to dired-do-create-files. | |
| 4133 (dired-do-copy-regexp): No recursive copies. | |
| 4134 | |
| 4135 1999-09-14 Rajesh Vaidheeswarran <rv@dsmit.com> | |
| 4136 | |
| 4137 * whitespace.el (whitespace-version): Update version to 2.4 | |
| 4138 | |
| 4139 * whitespace.el: Add customization variables to conditionally test | |
| 4140 any of the five whitespaces, per request from Rune Kleveland | |
| 4141 <runekl@math.uio.no> and Klaus Berndl <berndl@sdm.de>. | |
| 4142 | |
| 4143 * whitespace.el (whitespace-spacetab-regexp): Fix doc string. | |
| 4144 | |
| 4145 * whitespace.el (whitespace-modes): Add `change-log-mode' to the | |
| 4146 list of modes to be checked for bogus whitespaces. | |
| 4147 | |
| 4148 * whitespace.el (whitespace-rescan-timer-time): Update | |
| 4149 documentation. | |
| 4150 | |
| 4151 * whitespace.el (whitespace-display-unchecked-whitespaces): | |
|
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
4152 New function to update modeline with untested whitespaces. |
| 25837 | 4153 |
| 4154 * whitespace.el (whitespace-buffer): Test only whitespaces whose | |
| 4155 checking is turned on, and update modeline using the newly created | |
| 4156 `whitespace-display-unchecked-whitespaces'. | |
| 4157 | |
| 4158 * whitespace.el (whitespace-cleanup): Cleanup only whitespaces | |
| 4159 whose checking is turned on, and update modeline using the newly | |
| 4160 created `whitespace-display-unchecked-whitespaces'. | |
| 4161 | |
| 4162 * whitespace.el (whitespace-describe): Update documentation. | |
| 4163 | |
| 4164 * whitespace.el (whitespace-tickle-timer): Test if | |
| 4165 `whitespace-rescan-timer-time' is non-zero before tickling timer. | |
| 4166 | |
| 4167 1999-09-13 Dave Love <fx@gnu.org> | |
| 4168 | |
| 4169 * hideif.el (hide-ifdef-mode): Add autoload cookie. | |
| 4170 | |
| 4171 * checkdoc.el (checkdoc-display-status-buffer): Avoid Help mode | |
| 4172 for temp buffer. | |
| 4173 (checkdoc-this-string-valid): Don't assume default comment-start. | |
| 4174 | |
| 4175 1999-09-13 Gerd Moellmann <gerd@gnu.org> | |
| 4176 | |
| 4177 * rsz-mini.el: Remove code, keep the interface. | |
| 4178 | |
| 4179 1999-09-13 Dave Love <fx@gnu.org> | |
| 4180 | |
| 4181 * help.el (help-highlight-p): Doc fix. | |
| 4182 | |
| 4183 * faces.el (mode-line, header-line, tool-bar): Add :version. | |
| 4184 (highlight, secondary-selection): Add :group. | |
| 4185 (trailing-whitespace): Add :group, :version. | |
| 4186 | |
| 4187 * wid-edit.el: Remove some compatibility code and checks. | |
| 4188 (widget-specify-field, widget-specify-button): Don't use XEmacs | |
| 4189 properties. | |
| 4190 (widget-overlay-inactive): Change error message. | |
| 4191 (widget-button-pressed-face): New variable. | |
| 4192 (widget-button-click): Use it. | |
| 4193 (widget-documentation-link-add): Specify mouse and button faces. | |
| 4194 (widget-echo-help-mouse, widget-stop-mouse-tracking): Functions | |
| 4195 removed now the functionality is built in. | |
| 4196 | |
| 4197 * cus-edit.el: Don't define-widget-keywords. | |
| 4198 (multimedia): New group. | |
| 4199 (custom-last): Function removed. | |
| 4200 (custom-quote): Add vectorp case, comment out characterp case. | |
| 4201 (custom-buffer-done-function, custom-raised-buttons): New option. | |
| 4202 (Custom-buffer-done): New function. | |
| 4203 (custom-buffer-create-internal): Obey custom-raised-buttons, | |
| 4204 Custom-buffer-done. | |
| 4205 (custom-button-face): Make it `released-button'. | |
| 4206 (custom-button-pressed-face): Make it `pressed-button' | |
| 4207 (custom-mode-map): Bind "q" to Custom-buffer-done. | |
| 4208 (custom-mode): Deal with raised/pressed buttons. | |
| 4209 | |
| 4210 Changes from Didier Verna: | |
| 4211 (custom-prompt-variable): Optional third arg makes prompt for a | |
| 4212 comment string. | |
| 4213 (customize-set-value, customize-set-variable, | |
| 4214 customize-save-variable): Optional prefix makes function handle | |
| 4215 variable comments. | |
| 4216 (customize-customized, customize-saved, custom-variable-state-set) | |
| 4217 (custom-variable-set, custom-variable-save, custom-face-state-set) | |
| 4218 (custom-variable-reset-saved, custom-variable-reset-standard) | |
| 4219 (custom-face-set, custom-face-save, custom-face-reset-saved) | |
| 4220 (custom-face-reset-standard, customize-save-customized): Handle | |
| 4221 custom comments. | |
| 4222 (custom-comment-face, custom-comment-tag-face): New face. | |
| 4223 (custom-comment): New widget. | |
| 4224 (custom-comment-create, custom-comment-delete) | |
| 4225 (custom-comment-value-set, custom-comment-show) | |
| 4226 ()custom-comment-invisible-p): New functions. | |
| 4227 (custom-variable-value-create, custom-face-value-create): Create a | |
| 4228 comment field widget. | |
| 4229 (custom-variable-menu, custom-face-menu): New entry for custom | |
| 4230 comment. | |
| 4231 (custom-face-value-create): Remove compatibility code. | |
| 4232 (custom-save-variables, custom-save-faces): Possibly save custom | |
| 4233 comments. | |
| 4234 | |
| 4235 * cus-face.el (custom-face-attributes): Simplify :underline, | |
| 4236 :overline, :inverse-video cases. Fix up :box case (probably needs | |
| 4237 more work). | |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
4238 |
| 25837 | 4239 Change from Didier Verna: |
| 4240 (custom-set-faces): The arguments can now have a custom comment as | |
| 4241 fourth argument. | |
| 4242 | |
| 4243 * custom.el: Don't define-widget-keywords. | |
| 4244 Change from Didier Verna: | |
|
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
4245 (custom-set-variables): The arguments can now have a |
| 25837 | 4246 custom comment as fifth element. |
| 4247 | |
| 4248 1999-09-13 Richard Stallman <rms@gnu.org> | |
| 4249 | |
| 4250 * info.el (Info-find-node): Cope better if guesspos is too large. | |
| 4251 | |
| 4252 1999-09-12 Gerd Moellmann <gerd@gnu.org> | |
| 4253 | |
| 4254 * iswitchb.el (iswitchb-exhibit): Use buffer-string instead | |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
4255 of buffer-substring because buffer-string doesn't copy the |
| 25837 | 4256 prompt. |
| 4257 | |
| 4258 * faces.el (mode-line): Replaces `modeline'. | |
| 4259 (toplevel): Make `modeline' an alias for `mode-line'. | |
| 4260 | |
| 4261 1999-09-12 Gerd Moellmann <gerd@gnu.org> | |
| 4262 | |
| 4263 * gs.el: Change `ghostscript' to `postscript' in comment. | |
| 4264 | |
| 4265 1999-09-11 Rob Riepel <riepel@Stanford.EDU> | |
| 4266 | |
| 4267 * emulation/tpu-edt.el (tpu-version): New version. | |
| 4268 (tpu-search-overlay, tpu-replace-overlay): New variables. | |
| 4269 (tpu-search-highlight, tpu-toggle-direction): New functions. | |
| 4270 (tpu-lm-replace): Set tpu-replace-overlay. | |
| 4271 (tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post | |
| 4272 command hook. | |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
4273 |
| 25837 | 4274 1999-09-11 Richard Stallman <rms@gnu.org> |
| 4275 | |
| 4276 * isearch.el (isearch-mode-map): Undo previous change. | |
| 4277 | |
| 4278 * emacs-lisp/lisp-mode.el (eval-last-sexp): If after ?\LETTER, | |
| 4279 use all of that as the sexp. | |
| 4280 | |
| 4281 * files.el (find-file-noselect): Catch errors in file-expand-wildcards, | |
| 4282 and use the initial argument as file name directly. | |
| 4283 Likewise if nothing matches. | |
| 4284 | |
| 4285 1999-09-11 Ivar Rummelhoff <ivarru@math.uio.no> | |
| 4286 | |
| 4287 * winner.el: Major changes. Avoid changing point and mark. | |
| 4288 Save configurations after they change, not before. | |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
4289 |
| 25837 | 4290 1999-09-10 Keisuke Nishida <kxn30@po.cwru.edu> |
| 4291 | |
| 4292 * emacs-lisp/bytecomp.el (byte-compile-output-docform): | |
| 4293 Bind print-continuous-numbering and print-number-table. | |
| 4294 | |
| 4295 1999-09-10 Dave Love <fx@gnu.org> | |
| 4296 | |
| 4297 * bindings.el (debug-ignored-errors): Restore BBDB stuff. | |
| 4298 | |
| 4299 1999-09-09 Richard Stallman <rms@gnu.org> | |
| 4300 | |
| 4301 * whitespace.el: Finish making it fit Emacs conventions. | |
| 4302 Add autoloads. | |
| 4303 | |
| 4304 1999-09-09 Eli Zaretskii <eliz@is.elta.co.il> | |
| 4305 | |
| 4306 * generic-x.el (bat-generic-mode): "::"-style comments don't | |
| 4307 need to begin with "-". Fix the font-lock definitions of ON/OFF | |
| 4308 after BREAK/VERIFY. Remove built-in commands like CALL and ECHO | |
| 4309 from the list of keywords. Add DO to the list of keywords. | |
| 4310 | |
| 4311 1999-09-09 Dave Love <fx@gnu.org> | |
| 4312 | |
| 26943 | 4313 * emacs-lisp/byte-opt.el (byte-optimize-backward-char): |
| 25837 | 4314 (byte-optimize-backward-word): New optimizations. |
| 4315 (side-effect-free-fns, side-effect-and-error-free-fns): Add | |
| 4316 entries. | |
| 4317 | |
| 4318 1999-09-09 Gerd Moellmann <gerd@gnu.org> | |
| 4319 | |
| 4320 * image.el (put-image): Remove optional buffer parameter. | |
| 4321 | |
| 4322 * faces.el (face-italic-p): Return t only for values `italic' | |
| 4323 and `oblique'. | |
| 4324 | |
| 4325 * mouse.el (mouse-drag-mode-line-1): Extension of former | |
| 4326 mouse-drag-mode-line that also drags the header line. | |
| 4327 (mouse-drag-mode-line): Call it. | |
| 4328 (mouse-drag-header-line): New. | |
| 4329 (toplevel): Bind down-mouse-1 on header lines to | |
| 4330 mouse-drage-header-line. | |
| 4331 | |
| 4332 1999-09-08 Gerd Moellmann <gerd@gnu.org> | |
| 4333 | |
| 4334 * bindings.el (mode-line-unbury-buffer): Use aref instead of sref. | |
| 4335 (make-mode-line-mouse-sensitive): Replace `top-line' by | |
| 4336 `header-line'. | |
| 4337 | |
| 4338 1998-09-08 Michael Ernst <mernst@alum.mit.edu> | |
| 4339 | |
| 4340 * help.el (describe-function-1): Don't return empty string for keymaps. | |
| 4341 | |
| 4342 * fill.el (fill-region-as-paragraph, canonically-space-region): | |
| 4343 Respect colon-double-space at end of line. | |
| 4344 | |
| 4345 1999-09-08 Stephen Gildea <gildea@alum.mit.edu> | |
| 4346 | |
| 4347 * files.el (backup-by-copying-when-privileged-mismatch): New variable. | |
| 4348 (backup-buffer): Use it. | |
| 4349 | |
| 4350 1999-09-08 Peter Breton <pbreton@ne.mediaone.net> | |
| 4351 | |
| 4352 * generic-x.el (generic-define-unix-modes): Added new modes: | |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
4353 inetd-conf-generic-mode, etc-services-generic-mode, |
| 25837 | 4354 etc-passwd-generic-mode. These are all defined for Unix by default. |
| 4355 (apache-generic-mode): Use an imenu-generic-expression to list | |
| 4356 Configuration keywords. | |
| 4357 (samba-generic-mode): Use both ; and # as comment characters. | |
| 4358 (samba-generic-mode): Font-lock expressions now highlight name | |
| 4359 value pairs. | |
| 4360 (bat-generic-mode): Keywords are now case-insensitive through | |
| 4361 font-lock-defaults setting. | |
| 4362 (java-properties-generic-mode): Supports both ! and # as comment | |
| 4363 characters. | |
| 4364 (java-properties-generic-mode): Added an imenu-generic-expression | |
| 4365 (java-properties-generic-mode): Reworked to support the various | |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
4366 different ways to separate name and value (viz, '=', ':' and |
| 25837 | 4367 whitespace). |
| 4368 (show-tabs-generic-mode): Added this new generic-mode. | |
| 4369 | |
| 4370 1999-09-08 Richard Stallman <rms@gnu.org> | |
| 4371 | |
| 4372 * progmodes/inf-lisp.el: Moved from top directory. | |
| 4373 | |
| 4374 * tar-mode.el (tar-header-block-tokenize): | |
| 4375 Use `when' instead of `and'. Fix some clobbered text. | |
| 4376 | |
| 4377 * gud.el (gud-make-debug-menu): Make a child for the | |
| 4378 local menu, for its menu bar, and the debug menu. | |
| 4379 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): | |
| 4380 Use the history in the simple way. | |
| 4381 | |
| 4382 1999-09-07 Kenichi Handa <handa@etl.go.jp> | |
| 4383 | |
| 4384 * language/korea-util.el (default-korean-keyboard): Initialize it | |
| 4385 according to the environment variable HANGUL_KEYBOARD_TYPE. | |
| 4386 | |
| 4387 1999-09-07 Richard Stallman <rms@gnu.org> | |
| 4388 | |
| 4389 * subr.el (make-temp-file): New function. | |
| 4390 | |
| 4391 1999-09-07 Stefan Monnier <monnier@cs.yale.edu> | |
| 4392 | |
| 4393 * font-lock.el (font-lock-multiline): New text property contains | |
| 4394 a boolean to indicate if the char is part of a multiline match. | |
| 4395 (font-lock-default-fontify-region): Extend the region appropriately | |
| 4396 for multiline keywords. | |
| 4397 (font-lock-default-unfontify-region): Also remove the new | |
| 4398 font-lock-multiline text property. | |
| 4399 (font-lock-fontify-anchored-keywords): Mark multiline anchored matches. | |
| 4400 (font-lock-fontify-keywords-region): Mark multiline regexp matches. | |
| 4401 | |
| 4402 1999-09-07 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
| 4403 | |
| 4404 * diary-lib.el (list-diary-entries): Make sure two-digit years | |
| 4405 have leading zeros. | |
| 4406 | |
| 4407 1999-09-07 Gerd Moellmann <gerd@gnu.org> | |
| 4408 | |
| 4409 * faces.el (face-set-after-frame-default): Initialize some | |
| 4410 attributes of some faces from frame parameters. | |
| 4411 | |
| 4412 * faces.el (scroll-bar, border, cursor, mouse): New faces. | |
| 4413 | |
| 4414 1999-09-07 Gerd Moellmann <gerd@gnu.org> | |
| 4415 | |
| 4416 * faces.el (fringe): Replaces face `margin'. | |
| 4417 | |
| 4418 1999-09-07 Dave Love <fx@gnu.org> | |
| 4419 | |
| 4420 * tar-mode.el (tar-header-block-tokenize): Bind linkname. | |
| 4421 | |
| 4422 1999-09-07 Richard Stallman <rms@gnu.org> | |
| 4423 | |
| 4424 * subr.el (push): Doc fix. | |
| 4425 | |
| 4426 1999-09-06 Richard Stallman <rms@gnu.org> | |
| 4427 | |
| 4428 * vc.el (vc-annotate-display): Use < 69 not < 70 | |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
4429 to distinguish 20YY from 19YY. |
| 25837 | 4430 |
| 4431 * timezone.el (timezone-parse-date): Use < 69 not < 70 | |
| 4432 to distinguish 20YY from 19YY. | |
| 4433 | |
| 4434 * tar-mode.el (tar-extract): Don't assume buffer is visiting a file. | |
| 4435 | |
| 4436 1999-09-07 Dave Pearson <davep@hagbard.demon.co.uk> | |
| 4437 | |
| 4438 * quickurl.el: (quickurl-list-focused-line): Removed. | |
| 4439 (quickurl-list-insert): Now works out the focused line using | |
| 4440 `count-lines' instead of using `quickurl-list-focused-line'. | |
| 4441 | |
| 4442 1999-09-06 Richard Stallman <rms@gnu.org> | |
| 4443 | |
| 4444 * mail/rmail.el (rmail-retry-failure): Unconditionally move | |
| 4445 to beginning of message. | |
| 4446 | |
| 4447 1999-09-06 Dave Love <fx@gnu.org> | |
| 4448 | |
| 4449 * isearch.el (isearch-mode-map): Add mouse-2. | |
| 4450 | |
| 26943 | 4451 * mail/rmail.el (rmail-read-password): Deleted. |
| 25837 | 4452 (rmail-get-pop-password): Use read-password. |
| 4453 | |
| 4454 * quickurl.el: Don't conditionally define caddr. | |
| 4455 (quickurl-url-comment): Use nth, not caddr in function and | |
| 4456 defsetf. | |
| 4457 | |
| 4458 1999-09-06 Richard Stallman <rms@gnu.org> | |
| 4459 | |
| 4460 * auto-show.el: Doc fixes. | |
| 4461 | |
| 4462 1999-09-06 Stephen Eglen <stephen@gnu.org> | |
| 4463 | |
| 4464 * progmodes/octave-inf.el (inferior-octave-startup-args): Add | |
| 4465 --no-line-editing so that TABs in source files are not interpreted | |
| 4466 as completion requests. | |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
4467 |
| 25837 | 4468 1999-09-06 Gerd Moellmann <gerd@gnu.org> |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
4469 |
| 25837 | 4470 * hscroll.el, auto-show.el: Remove all code, keep the public |
| 4471 interface as no-ops. | |
| 4472 | |
| 4473 * faces.el (face-bold-p): Don't return t if face has lighter | |
| 4474 weight than normal. | |
| 4475 | |
| 4476 1999-09-06 Eli Zaretskii <eliz@gnu.org> | |
| 4477 | |
| 4478 * startup.el (command-line): Make small-temporary-file-directory | |
| 4479 be nil except on ms-dos. | |
| 4480 | |
| 4481 * files.el (small-temporary-file-directory): Ditto. Also doc fix. | |
| 4482 | |
| 4483 * progmodes/sh-script.el (sh-tmp-file): For sh, use $TMPDIR if it | |
| 4484 is defined. | |
| 4485 | |
| 4486 * dired.el (dired-re-dir, dired-re-sym): Don't match DOS drive | |
| 4487 letters with a colon after d or l. | |
| 4488 | |
| 4489 1999-09-06 Dave Love <fx@gnu.org> | |
| 4490 | |
| 26943 | 4491 * emacs-lisp/byte-opt.el (byte-boolean-vars): Removed. (Now |
| 4492 primitive.) | |
| 25837 | 4493 |
| 4494 1999-09-05 Richard Stallman <rms@gnu.org> | |
| 4495 | |
| 4496 * vc.el (vc-annotate-display): Treat 2-digit years under 70 as 20YY. | |
| 4497 | |
| 4498 * textmodes/paragraphs.el (backward-kill-sentence): | |
| 4499 Don't test minibuffer-prompt-end here. | |
| 4500 (forward-sentence): Do handle it here. | |
| 4501 (backward-kill-paragraph): Don't test it here. | |
| 4502 (forward-paragraph): Handle it here. | |
| 4503 | |
| 4504 * mouse.el (font-menu-add-default): Simplify code. | |
| 4505 | |
| 4506 1999-09-05 Gerd Moellmann <gerd@gnu.org> | |
| 4507 | |
| 4508 * faces.el (header-line): Renamed from `top-line'. | |
| 4509 | |
| 4510 1999-09-05 Gerd Moellmann <gerd@gnu.org> | |
| 4511 | |
| 4512 * faces.el (tool-bar): Change face `toolbar' to `tool-bar'. | |
| 4513 | |
| 4514 1999-09-04 Richard Stallman <rms@gnu.org> | |
| 4515 | |
| 4516 * whitespace.el: New file. | |
| 4517 | |
| 4518 1999-09-04 Dave Love <fx@gnu.org> | |
| 4519 | |
| 4520 * paths.el: Make some doc strings obey the make-docfile convention. | |
| 4521 | |
| 4522 * bindings.el: Likewise. | |
| 4523 (debug-ignored-errors): Remove BBDB ones. | |
| 4524 | |
| 4525 1999-09-03 Richard Stallman <rms@gnu.org> | |
| 4526 | |
| 4527 * mail/mh-comp.el (mh-forward): Get new subject line from the original, | |
| 4528 not from the draft to forward. | |
| 4529 | |
| 4530 * emacs-lisp/autoload.el (make-autoload): Handle defun* like defun. | |
| 4531 | |
| 4532 1999-09-03 Dave Love <fx@gnu.org> | |
| 4533 | |
| 4534 * double.el (double-mode): Customize the variable. | |
| 4535 | |
| 4536 1999-09-03 Kenichi Handa <handa@etl.go.jp> | |
| 4537 | |
| 4538 * international/characters.el: Delete duplicated code. | |
| 4539 | |
| 4540 1999-09-02 Richard Stallman <rms@gnu.org> | |
| 4541 | |
| 4542 * indent.el (indent-relative): Doc fix. | |
| 4543 | |
| 4544 * quickurl.el (quickurl): Doc fix. | |
| 4545 | |
| 4546 1999-09-02 Gerd Moellmann <gerd@gnu.org> | |
| 4547 | |
| 4548 * faces.el (margin): Change background to "gray" for mono (this is | |
| 4549 drawn with a stipple pattern). | |
| 4550 | |
| 4551 1999-09-02 Gerd Moellmann <gerd@gnu.org> | |
| 4552 | |
| 4553 * simple.el (next-history-element): Use minibuffer-prompt-end once | |
| 4554 again. Remove test for minibuffer-prompt-in-buffer. | |
| 4555 | |
| 4556 1999-09-02 Eli Zaretskii <eliz@gnu.org> | |
| 4557 | |
| 4558 * files.el (small-temporary-file-directory): New variable. | |
| 4559 | |
| 4560 * startup.el (command-line): Compute the value of | |
| 4561 small-temporary-file-directory. | |
| 4562 | |
| 4563 * ediff-init.el (ediff-temp-file-prefix): Use | |
| 4564 small-temporary-file-directory if non-nil. | |
| 4565 | |
| 4566 * vc.el (vc-update-change-log): Likewise. | |
| 4567 | |
| 4568 * progmodes/cmacexp.el (c-macro-expansion): Likewise. | |
| 4569 | |
| 4570 * simple.el (shell-command, shell-command-on-region): Use | |
| 4571 make-temp-name properly. Use small-temporary-file-directory if | |
| 4572 non-nil, otherwise temporary-file-directory, to generate temporary | |
| 4573 files. | |
| 4574 | |
| 4575 * dos-w32.el (direct-print-region-helper): Use | |
| 4576 temporary-file-directory. (From Stefan Monnier.) | |
| 4577 | |
| 4578 1999-09-02 Richard Stallman <rms@gnu.org> | |
| 4579 | |
| 4580 * progmodes/asm-mode.el (asm-mode): Set comment-start properly | |
| 4581 from asm-comment-char. | |
| 4582 (asm-font-lock-keywords): Recognize instruction width suffixes. | |
| 4583 | |
| 4584 1999-09-01 Richard Stallman <rms@gnu.org> | |
| 4585 | |
| 4586 * play/fortune.el: New file. | |
| 4587 | |
| 4588 1999-08-31 Dave Love <fx@gnu.org> | |
| 4589 | |
| 4590 * help.el (help-make-xrefs): Don't lose on non-empty blank line | |
| 4591 after key table. | |
| 4592 | |
| 26943 | 4593 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add several w32 and |
| 4594 redisplay variables. | |
| 25837 | 4595 |
| 4596 * subr.el (push): Fix typo. | |
| 4597 | |
| 4598 1999-08-30 Kevin Blake <kblake@ticnet.com> | |
| 4599 | |
| 4600 * emacs-lisp/ring.el: Many doc fixes. | |
| 4601 (ring-size, ring-copy): New functions. | |
| 4602 | |
| 4603 1999-08-29 Richard Stallman <rms@gnu.org> | |
| 4604 | |
| 4605 * progmodes/etags.el (tags-loop-continue): | |
| 4606 After tags-loop-operate returns, force skip to next file. | |
| 4607 | |
| 4608 * mail/mail-extr.el (mail-extr-all-letters-but-separators) | |
| 4609 (mail-extr-first-letters, mail-extr-last-letters): | |
| 4610 Use character classes [:alpha:] and [:alnum:]. | |
| 4611 | |
| 4612 * subr.el (push, pop): New macros. | |
| 4613 | |
| 4614 * progmodes/compile.el (compilation-error-regexp-alist): | |
| 4615 New item for SGI IRIX MipsPro compilers. | |
| 4616 | |
| 4617 * speedbar.el (speedbar-directory-buttons): Recognize | |
| 4618 device names when checking for file names. | |
| 4619 | |
| 4620 * array.el (array-reconfigure-rows): Use generate-new-buffer. | |
| 4621 | |
| 4622 * emacs-lisp/lisp-mode.el (eval-defun): Expand macros, | |
| 4623 and specially handle defvar inside their expansions. | |
| 4624 (eval-defun-1): New subroutine. | |
| 4625 | |
| 4626 * progmodes/compile.el (compilation-error-regexp-alist): | |
| 4627 Fix the Perl -w entry to allow period after line number. | |
| 4628 Don't allow newlines in file name, but allow them after line number | |
| 4629 for Perl debugging traces. | |
| 4630 | |
| 4631 * which-func.el (which-func-cleanup-function): New variable. | |
| 4632 (which-function): Call that function. | |
| 4633 | |
| 4634 * emacs-lisp/find-func.el (find-function-regexp): Allow a ) or ( | |
| 4635 to end a function name. | |
| 4636 | |
| 4637 * informat.el (Info-tagify): Don't insert more than one newline | |
| 4638 before the tag table. | |
| 4639 | |
| 4640 1999-08-29 Stefan Monnier <monnier@cs.yale.edu> | |
| 4641 | |
| 4642 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather | |
| 4643 than make-temp-name, use match-string-no-properties, and eliminate | |
| 4644 a quadratic behavior when building bibtex-strings. | |
| 4645 | |
| 4646 1999-08-29 Alex Schroeder <alex@gnu.org> | |
| 4647 | |
| 4648 * comint.el (comint-input-ring-separator): New variable. | |
| 4649 (comint-read-input-ring): Doc change; use | |
| 4650 comint-input-ring-separator when reading file. | |
| 4651 (comint-write-input-ring): Use | |
| 4652 comint-input-ring-separator when writing file. | |
| 4653 | |
| 4654 1999-08-29 Marc Girod <girod@shire.ntc.nokia.com> | |
| 4655 | |
| 4656 * informat.el (Info-tagify): Start by widening. | |
| 4657 Match node headers that don't list the file name, | |
| 4658 and more kinds of page separations. | |
| 4659 Strip properties during tagification. | |
| 4660 Use start of node header line as tag's position. | |
| 4661 Fix the "done" message. | |
| 4662 | |
| 4663 (Info-validate): Save and restore match data around narrowing down. | |
| 4664 | |
| 4665 1999-08-28 Richard M. Stallman <rms@gnu.org> | |
| 4666 | |
| 4667 * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode): | |
| 4668 On repeated call, override previous values put into | |
| 4669 minor-mode-map-alist and minor-mode-alist. | |
| 4670 | |
| 4671 1999-08-28 Michael Ernst <mernst@alum.mit.edu> | |
| 4672 | |
| 4673 * dired-x.el (dired-guess-shell-alist-default): Support bzip2 format. | |
| 4674 | |
| 4675 1999-08-27 Andreas Schwab <schwab@gnu.org> | |
| 4676 | |
| 4677 * vc.el (vc-backend-merge-news): Fix regexp to also match P marker | |
| 4678 from cvs update. | |
| 4679 | |
| 4680 1999-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
| 4681 | |
| 4682 * calendar/calendar.el (calendar-move-hook): New hook. | |
| 4683 | |
| 4684 * calendar/cal-move.el: Call the new hook in every movement function. | |
| 4685 | |
| 4686 * calendar/calendar.el (calendar-goto-astro-day-number): Autoload | |
| 4687 the right function name. | |
| 4688 | |
| 4689 1999-08-26 Stephen Gildea <gildea@alum.mit.edu> | |
| 4690 | |
| 4691 * time-stamp.el: Put quote-backquote around all symbol names | |
| 4692 in doc strings, for mousing. | |
|
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
4693 (time-stamp): Support multi-line patterns. |
|
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
4694 (time-stamp-inserts-lines): New variable. |
|
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
4695 (time-stamp-count): New variable. |
|
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
4696 (time-stamp-string-preprocess): Fixed bug where "%%a" becomes |
| 25837 | 4697 "Thu" instead of "%a". |
| 4698 | |
| 4699 1999-08-25 Gerd Moellmann <gerd@gnu.org> | |
| 4700 | |
| 4701 * simple.el (kill-word): Undo previous change. | |
| 4702 | |
| 4703 1999-08-25 Gerd Moellmann <gerd@gnu.org> | |
| 4704 | |
| 4705 * jit-lock.el (jit-lock-function): Extend the fontified range | |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
4706 to the beginning of the line containing the range start and |
| 25837 | 4707 the beginning of the line following the range end. |
| 4708 | |
| 4709 1999-08-24 Dave Love <fx@gnu.org> | |
| 4710 | |
| 4711 * timezone.el: Move provide to end. | |
| 4712 (timezone-parse-date): Simplify somewhat. Assume 2-digit years | |
| 4713 <70 are 2000+. | |
| 4714 (timezone-parse-time): Simplify somewhat. | |
| 4715 | |
| 4716 1999-08-24 Gerd Moellmann <gerd@gnu.org> | |
| 4717 | |
| 4718 * faces.el (margin): Renamed from bitmap-area. | |
| 4719 | |
| 4720 1999-08-24 Alex Schroeder <alex@gnu.org> | |
| 4721 | |
| 4722 * sql.el: Doc changes. | |
|
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
4723 (sql-sybase): Use sql-server instead of sql-database. |
| 25837 | 4724 |
| 4725 1999-08-23 Dave Love <fx@gnu.org> | |
| 4726 | |
| 4727 * rect.el: Add/fix various doc strings. Add `*' to all the | |
| 4728 interactive specs. | |
| 4729 | |
| 4730 1999-08-21 Gerd Moellmann <gerd@gnu.org> | |
| 4731 | |
| 4732 * jit-lock.el (jit-lock-function): Use line-beginning-position. | |
| 4733 Don't unwind-protect font-lock-fontify-region. | |
| 4734 | |
| 4735 * paragraphs.el (backward-kill-paragraph): Don't move | |
| 4736 point into mini-buffer prompt. | |
| 4737 (backward-kill-sentence): Ditto. | |
| 4738 | |
| 4739 * simple.el (next-history-element): Use minibuffer-prompt-end. | |
| 4740 Remove test for minibuffer-prompt-in-buffer. | |
| 4741 (kill-word): Don't move point into mini-buffer prompt. | |
| 4742 | |
| 4743 1999-08-21 Dave Love <fx@gnu.org> | |
| 4744 | |
| 4745 * Makefile: Exclude CVS dirs like RCS. | |
| 4746 | |
| 4747 1999-08-19 Dave Love <fx@gnu.org> | |
| 4748 | |
| 4749 * tooltip.el (tooltip-mode): Customize this, per convention. | |
| 4750 (tooltip-active): Option deleted. | |
| 4751 | |
| 4752 * font-lock.el (global-font-lock-mode): Autoload. Add :initialize. | |
| 4753 | |
| 4754 * hanoi.el, page-ext.el: Declare dynamic vars. | |
| 4755 | |
| 4756 * term.el: Avoid ange-ftp related compilation warnings. | |
| 4757 | |
| 4758 1999-08-18 Gerd Moellmann <gerd@gnu.org> | |
| 4759 | |
| 4760 * font-lock.el (font-lock-support-mode): Make `jit-lock-mode' | |
| 4761 the default so that beginners can benefit from it without | |
| 4762 searching in manuals. | |
| 4763 | |
| 4764 1999-08-18 Ray Blaak <blaak@gnu.org> | |
| 4765 | |
| 4766 * progmodes/delphi.el: Consider assembly sections as blocks, to | |
| 4767 indent them better. Make auto-indent on newline optional. | |
| 4768 | |
| 4769 1999-08-17 Gerd Moellmann <gerd@gnu.org> | |
| 4770 | |
| 4771 * bindings.el (mode-line-modified): Look up key binding for C-x | |
| 4772 C-q. If it's bound call that binding, otherwise call | |
| 4773 toggle-read-only. | |
| 4774 | |
| 4775 1999-08-17 Dave Love <fx@gnu.org> | |
| 4776 | |
| 4777 * info.el (info): Doc fix. | |
| 4778 | |
| 4779 * finder.el (finder-known-keywords): Add `multimedia'. | |
| 4780 | |
| 4781 * apropos.el: Don't capitalize custom group name. | |
| 4782 | |
| 4783 * info-look.el: Remove compatibility code. | |
| 4784 (info-lookup-guess-default*): DTRT for point at start of symbol. | |
| 4785 (info-complete): Don't lose with point not at end of symbol. | |
| 4786 | |
| 4787 1999-08-16 Gerd Moellmann <gerd@gnu.org> | |
| 4788 | |
| 4789 * term.el (toplevel): Make face `term-default' an empty face. | |
| 4790 The code relied on the fact that Emacs ignored invalid faces in | |
| 4791 face text properties in 20.4. | |
| 4792 | |
| 4793 1999-08-16 Richard M. Stallman <rms@gnu.org> | |
| 4794 | |
| 4795 * subr.el (point-at-eol, point-at-bol): New aliases. | |
| 4796 | |
| 4797 * simple.el: Functions reordered. | |
| 4798 | |
| 4799 * rect.el (delete-rectangle-line): Use line-end-position. | |
| 4800 | |
| 4801 1999-08-16 Karl Heuer <kwzh@gnu.org> | |
| 4802 | |
| 4803 * subr.el (assoc-ignore-case, assoc-ignore-representation): Moved | |
| 4804 here from simple.el. | |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
4805 |
| 25837 | 4806 1999-08-16 Dave Love <fx@gnu.org> |
| 4807 | |
| 4808 * mouse.el: Provide `mldrag' for compatibility. | |
| 4809 (mldrag-drag-mode-line, mldrag-drag-vertical-line): New aliases, | |
| 4810 marked obsolete. | |
| 4811 | |
| 4812 * mldrag.el: Removed since the features are in mouse.el. | |
| 4813 | |
| 4814 * jka-compr.el (auto-compression-mode): New variable for | |
| 4815 customization. | |
| 4816 | |
| 4817 * bindings.el (mode-line-mule-info): Doc fix. | |
| 4818 | |
| 4819 * msb.el (msb--choose-file-menu): Use `completion-ignore-case' in | |
| 4820 name comparisons. | |
| 4821 | |
| 4822 * files.el (interpreter-mode-alist): Add make, guile, clisp. | |
| 4823 (find-file): Doc fix. | |
| 4824 | |
| 4825 1999-08-16 Carsten Dominik <cd@gnu.org> | |
| 4826 | |
| 4827 * textmodes/reftex.el: Most of the code moved to other files. | |
| 4828 * textmodes/reftex-auc.el: New file, split out from reftex.el | |
| 4829 * textmodes/reftex-cite.el: New file, split out from reftex.el | |
| 4830 * textmodes/reftex-global.el: New file, split out from reftex.el | |
| 4831 * textmodes/reftex-index.el: New file, split out from reftex.el | |
| 4832 * textmodes/reftex-parse.el: New file, split out from reftex.el | |
| 4833 * textmodes/reftex-ref.el: New file, split out from reftex.el | |
| 4834 * textmodes/reftex-sel.el: New file, split out from reftex.el | |
| 4835 * textmodes/reftex-toc.el: New file, split out from reftex.el | |
| 4836 * textmodes/reftex-vars.el: New file, split out from reftex.el | |
| 4837 * textmodes/reftex-vcr.el: New file, split out from reftex.el | |
| 4838 | |
| 4839 1999-08-16 Carsten Dominik <cd@gnu.org> | |
| 4840 | |
| 4841 * textmodes/reftex.el: (reftex-pop-to-bibtex-entry): Fixed | |
| 4842 conflict with pop-up-frames. | |
| 4843 (reftex-special-environment-parsers): New constant. | |
| 4844 (reftex-label-alist): car of an entry can also be a function. | |
|
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
4845 (reftex-what-special-env): Cew function. |
| 25837 | 4846 (reftex-label-location): Call `reftex-what-special-env'. |
| 4847 (reftex-compile-variables): Check for symbol in | |
| 4848 `reftex-label-alist'. | |
|
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
4849 (reftex-what-environment): Fixed bug with stacked environments of |
| 25837 | 4850 same kind (e.g. enumerate). |
| 4851 (reftex-process-string): Preserve default directory. | |
|
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
4852 (reftex-label-alist-builtin): Changed prefixes of endnote and |
| 25837 | 4853 footnote. Also the magic words. |
| 4854 (reftex-reference): Interprete new option | |
| 4855 `reftex-fref-is-default'. | |
| 4856 (reftex-replace-prefix-escapes): Interprete new `%S' format. | |
| 4857 (reftex-toc-mouse-view-line): Command removed (had no binding). | |
| 4858 (reftex-everything-regexp): New function. | |
| 4859 (reftex-nearest-match): Made better. | |
| 4860 (reftex-toc-find-section): Use new version of | |
| 4861 `reftex-nearest-match'. | |
|
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
4862 (reftex-insert-docstruct): Adapted to work with the index stuff. |
| 25837 | 4863 (reftex-parse-from-file): Find index entries as well. |
| 4864 (reftex-toc-toggle-index): New function | |
| 4865 (reftex-toc-map): `i' is now used to togle the index, File | |
| 4866 boundaries has been moved to `F'. | |
| 4867 (reftex-select-label-map): Toggling display of file boundaries is | |
| 4868 now on the `F' key, for consistency with `reftex-toc-map'. | |
| 4869 (reftex-erase-all-selection-and-index-buffers): Renamed from | |
| 4870 `reftex-erase-all-selection-buffer'. Now also kills the index | |
| 4871 buffers. | |
| 4872 (reftex-viewing-cross-references): Customization group renamed | |
| 4873 from reftex-viewing-cross-references-and-citations. | |
| 4874 (reftex-index-macro-regexp, | |
| 4875 reftex-find-index-entry-regexp-format): New variables | |
| 4876 (reftex-macros-with-index): New variable | |
| 4877 (reftex-add-index-macros): New function | |
| 4878 (reftex-renumber-simple-labels, reftex-translate): Allow for | |
| 4879 multiple labels in a single ref command. | |
| 4880 (reftex-index-support): New customization group | |
| 4881 (reftex-support-index, reftex-index-special-chars, | |
| 4882 reftex-index-macros, reftex-index-default-macro, | |
| 4883 reftex-index-default-tag, reftex-index-math-format, | |
| 4884 reftex-index-section-letters, reftex-index-include-context, | |
| 4885 reftex-index-follow-mode, reftex-index-header-face, | |
| 4886 reftex-index-section-face, reftex-index-tag-face, | |
| 4887 reftex-index-face): New options | |
| 4888 (reftex-index-map, reftex-index-menu, reftex-last-index-file, | |
| 4889 reftex-index-tag, reftex-index-return-marker, | |
| 4890 reftex-index-restriction-indicator, reftex-index-restriction-data, | |
| 4891 reftex-index-macro-regexp, reftex-index-level-re, | |
| 4892 reftex-index-key-end-re, reftex-find-index-entry-regexp-format, | |
| 4893 reftex-everything-regexp-no-index, reftex-index-re, | |
| 4894 reftex-macros-with-index, reftex-index-macro-alist): New variables | |
| 4895 (reftex-index-help, reftex-index-macros-builtin, | |
| 4896 reftex-key-to-index-macro-alist, reftex-query-index-macro-prompt, | |
| 4897 reftex-query-index-macro-help): New constants | |
| 4898 (reftex-index-selection-or-word, reftex-index, | |
| 4899 reftex-default-index, reftex-update-default-index, | |
| 4900 reftex-index-complete-tag, reftex-index-select-tag, | |
| 4901 reftex-index-complete-key, reftex-index-update-taglist, | |
| 4902 reftex-index-globally, reftex-index-mode, reftex-index-show-entry, | |
| 4903 reftex-display-index, reftex-insert-index, | |
| 4904 reftex-index-insert-new-letter, reftex-get-restriction, | |
| 4905 reftex-index-pre-command-hook, reftex-index-post-command-hook, | |
| 4906 reftex-index-show-help, reftex-index-next, reftex-index-previous, | |
| 4907 reftex-index-toggle-follow, reftex-index-toggle-context, | |
| 4908 reftex-index-view-entry, reftex-index-goto-entry-and-hide, | |
| 4909 reftex-index-goto-entry, reftex-index-mouse-goto-line-and-hide, | |
| 4910 reftex-index-quit, reftex-index-quit-and-kill, | |
| 4911 reftex-index-goto-toc, reftex-index-rescan, reftex-index-Rescan, | |
| 4912 reftex-index-revert, reftex-index-switch-index-tag, | |
| 4913 reftex-index-restrict-to-section, reftex-index-widen, | |
| 4914 reftex-index-restriction-forward, | |
| 4915 reftex-index-restriction-backward, reftex-index-visit-location, | |
| 4916 reftex-index-analyze-entry, reftex-index-globalize, | |
| 4917 reftex-index-edit, reftex-index-toggle-range-beginning, | |
| 4918 reftex-index-toggle-range-end, reftex-index-edit-key, | |
| 4919 reftex-index-edit-attribute, reftex-index-edit-visual, | |
| 4920 reftex-index-edit-part, reftex-index-level-down, | |
| 4921 reftex-index-level-up, reftex-index-kill, reftex-index-undo, | |
| 4922 reftex-index-change-entry, reftex-index-goto-letter, | |
| 4923 reftex-add-index-macros, reftex-ensure-index-support, | |
| 4924 reftex-index-info-safe, reftex-index-info): New functions. | |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
4925 |
| 25837 | 4926 |
| 4927 1999-08-15 Richard M. Stallman <rms@gnu.org> | |
| 4928 | |
| 4929 * paren.el (show-paren-mode): Support making show-paren-mode | |
| 4930 a buffer-local variable. Don't check for a window system. | |
| 4931 (show-paren-function): Check whether show-paren-function is | |
| 4932 enabled in current buffer; do the right thing if not. | |
| 4933 Don't check for a window system. | |
| 4934 (show-paren-mode): Make it a user variable. | |
| 4935 | |
| 4936 * add-log.el (add-log-current-defun): Exclude all trailing whitespace. | |
| 4937 Handle `enum' like `struct'. | |
| 4938 | |
| 4939 * server.el (server-process-filter): If a client visits no buffers, | |
| 4940 close it immediately before recording it. | |
| 4941 | |
| 4942 * mail/mail-utils.el (mail-unquote-printable): Make it autoload. | |
| 4943 Optimize by calling concat just once. Handle =\n sequence. | |
| 4944 (mail-unquote-printable-region): New command. | |
| 4945 (mail-quote-printable): Make it autoload. | |
| 4946 | |
| 4947 1999-08-15 Karl Heuer <kwzh@gnu.org> | |
| 4948 | |
| 4949 * progmodes/octave-mod.el (octave-maintainer-address): Use gnu.org. | |
| 4950 | |
| 4951 1999-08-15 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp> | |
| 4952 | |
| 4953 * lisp/texinfmt.el: Handle @ifnottex. | |
| 4954 | |
| 4955 1999-08-15 Eli Zaretskii <eliz@gnu.org> | |
| 4956 | |
| 4957 * frame.el (blink-cursor): Don't turn on cursor blinking for | |
| 4958 ms-dos. | |
| 4959 | |
| 4960 * faces.el (face-valid-attribute-values): Look in | |
| 4961 x-bitmap-file-path only for x and w32 window systems. | |
| 4962 | |
| 4963 * term/pc-win.el (x-list-fonts): Return "ms-dos", not "default". | |
| 4964 Do that if width is nil as well. | |
| 4965 (x-display-mm-height, x-display-mm-width): Update values. | |
| 4966 (x-colors): Compute the list from msdos-color-values. | |
| 4967 (x-select-enable-clipboard): Doc fix. | |
| 4968 (x-frob-font-weight, x-font-family-list): New functions. | |
| 4969 | |
| 4970 1999-08-15 Toby Speight <Toby.Speight@streapadair.freeserve.co.uk> | |
| 4971 | |
| 4972 * window.el (shrink-window-if-larger-than-buffer): Don't try to | |
| 4973 back up from beginning of buffer. | |
| 4974 | |
| 4975 1999-08-13 Karl Heuer <kwzh@gnu.org> | |
| 4976 | |
| 4977 * emacs-lisp/advice.el (ad-special-forms): Use track-mouse iff bound. | |
| 4978 | |
| 4979 1999-08-13 Alakazam Petrofsky <Alakazam@Petrofsky.Berkeley.CA.US> | |
| 4980 | |
| 4981 * play/hanoi.el: Mostly rewritten. Customized. To support an s2G | |
| 4982 doomsday clock, speed control is added and changes are made to | |
| 4983 allow large numbers of rings: rings now show the whole ring | |
| 4984 number, not just the last digit; consecutive rings are allowed to | |
| 4985 be the same size when necessary to fit all the rings in the | |
| 4986 window; and poles can be oriented horizontally. Face support is | |
| 4987 thrown in gratuitously. | |
| 4988 (hanoi): Changed default number of rings back to 3. | |
| 4989 (hanoi-unix, hanoi-unix-64): New commands | |
| 4990 (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces, | |
| 4991 hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face, | |
| 4992 hanoi-odd-ring-face): New variables. | |
| 4993 (hanoi-internal, hanoi-current-time-float, hanoi-put-face, | |
| 4994 hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for, | |
| 4995 hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions. | |
| 4996 (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n. | |
| 4997 (hanoi-topos, hanoi-draw-ring): Removed. | |
| 4998 | |
| 4999 1999-08-12 Gerd Moellmann <gerd@gnu.org> | |
| 5000 | |
| 5001 * faces.el (face-valid-attribute-values): Return an alist for | |
| 5002 families on ttys. | |
| 5003 (face-read-integer): Handle unspecified face attributes. Add | |
| 5004 completion for `unspecified'. | |
| 5005 (read-face-attribute): Handle unspecified font attributes. | |
| 5006 (face-valid-attribute-values): Add `unspecified' to lists so that | |
| 5007 it can be chosen via completion. | |
| 5008 (face-read-string): Don't recognize "none" as input. | |
| 5009 | |
| 5010 1999-08-10 Dave Love <fx@gnu.org> | |
| 5011 | |
| 5012 * sendmail.el (mail-specify-envelope-from): Fix quoting of doc | |
| 5013 string. | |
| 5014 | |
| 5015 * sun-curs.el: Require sun-fns. | |
| 5016 | |
| 5017 1999-08-10 Dave Love <fx@gnu.org> | |
| 5018 | |
| 5019 * autorevert.el (auto-revert-mode): Add autoload cookie. | |
| 5020 | |
| 5021 * hscroll.el, auto-show.el: Files deleted -- we have built-in | |
| 5022 hscroll. | |
| 5023 | |
| 5024 * simple.el (hscroll-step, hscroll-point-visible) | |
| 5025 (hscroll-window-column): Remove now we have the mentioned real | |
| 5026 horizontal autoscrolling. | |
| 5027 | |
| 5028 1999-08-10 Richard M. Stallman <rms@gnu.org> | |
| 5029 | |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
5030 * mail/sendmail.el (sendmail-send-it): Let mail-specify-envelope-from |
| 25837 | 5031 control use of -f option. |
| 5032 (mail-specify-envelope-from): New variable. | |
| 5033 (mail-from-style): Doc fix. | |
| 5034 | |
| 5035 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): New fn. | |
| 5036 (easy-menu-get-map): New arg TO-MODIFY helps choose | |
| 5037 between local and global maps. | |
| 5038 (easy-menu-add-item): Pass TO-MODIFY arg to easy-menu-get-map. | |
| 5039 (easy-menu-change): Doc fix. | |
| 5040 | |
| 5041 * info-look.el (info-lookup-guess-c-symbol): Use skip-syntax-backward. | |
| 5042 (info-lookup-guess-default): Simplified and cleaned up. | |
| 5043 (info-lookup-guess-default*): Preserve point. | |
| 5044 | |
| 5045 * view.el (view-mode-disable): If buffer-read-only is nil, | |
| 5046 don't change it. | |
| 5047 | |
| 5048 * files.el (after-find-file): Disable View mode if buffer is no | |
| 5049 longer read-only. | |
| 5050 | |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
5051 * view.el (view-mode-enable, view-mode-disable): |
| 25837 | 5052 Call force-mode-line-update. |
| 5053 | |
| 5054 1999-08-10 Karl Heuer <kwzh@gnu.org> | |
| 5055 | |
| 5056 * language/european.el, emacs-lisp/byte-opt.el: Fix provide call. | |
| 5057 * array.el, play/landmark.el, international/latin-3.el: Likewise. | |
| 5058 * sun-curs.el, term/sun-mouse.el, progmodes/simula.el: Likewise. | |
| 5059 | |
| 5060 1999-08-10 Alex Schroeder <asc@bsiag.com> | |
| 5061 | |
| 5062 * ansi-color.el (ansi-color-to-text-properties): Added New state 5 | |
| 5063 to prevent m-eating-bug. | |
| 5064 | |
| 5065 1999-08-10 Eli Zaretskii <eliz@gnu.org> | |
| 5066 | |
| 5067 * term/pc-win.el (msdos-bg-mode): Remove. Call | |
| 5068 frame-set-background-mode instead. All callers changed. | |
| 5069 (msdos-face-setup): Don't force color display parameter, it is set | |
| 5070 by frame-set-background-mode. | |
| 5071 (make-msdos-frame): Call x-handle-reverse-video and | |
| 5072 face-set-after-frame-default. Delete frame if creation failed. | |
| 5073 | |
| 5074 * faces.el (face-set-after-frame-default): Don't call | |
| 5075 make-face-x-resource-internal for the pc window-system. | |
| 5076 | |
| 5077 1999-08-10 Dave Love <fx@melange.gnu.org> | |
| 5078 | |
| 5079 * emacs-lisp/advice.el (ad-make-single-advice-docstring): Treat | |
| 5080 case with no docstring specially. | |
| 5081 | |
| 5082 1999-08-09 Eli Zaretskii <eliz@gnu.org> | |
| 5083 | |
| 5084 * complete.el (PC-do-completion): If completing on file name, | |
| 5085 reproduce str by concatenating its directory and basename parts. | |
| 5086 | |
| 5087 1999-08-07 Dave Love <fx@gnu.org> | |
| 5088 | |
| 5089 * man.el (Man-softhyphen-to-minus): Revert previous change. Avoid | |
| 5090 unibyte to multibyte conversion of search-forward (from Handa), | |
| 5091 but avoid the replacement if the language is Latin-N. | |
| 5092 | |
| 5093 1999-08-06 Richard Stallman <rms@gnu.org> | |
| 5094 | |
| 5095 * emacs-lisp/eval-reg.el (elisp-eval-buffer): Handle all 5 args | |
| 5096 of eval-buffer. | |
| 5097 | |
| 5098 * international/mule.el (load-with-code-conversion): | |
| 5099 Pass t to eval-buffer for DO-ALLOW-PRINT. | |
| 5100 | |
| 5101 1999-08-06 Geoff Voelker <voelker@cs.washington.edu> | |
| 5102 | |
| 5103 * ls-lisp.el (ls-lisp-delete-matching): List argument is now alist | |
| 5104 of filenames and attributes. | |
| 5105 (ls-lisp-insert-directory): Use directory-files-and-attributes | |
| 5106 for speed. | |
| 5107 | |
| 5108 1999-08-05 Dave Love <fx@gnu.org> | |
| 5109 | |
| 5110 * auto-show.el (auto-show-mode): Fix :set. | |
| 5111 | |
| 5112 * widget.el (define-widget-keywords): Make dummy definition and | |
| 5113 comment-out its use. | |
| 5114 | |
| 5115 1999-08-04 Richard Stallman <rms@gnu.org> | |
| 5116 | |
| 5117 * progmodes/tcl.el: Customized. | |
| 5118 | |
| 5119 * sql.el (sql-accumulate-and-indent): Instead of testing | |
| 5120 whether this is Emacs 20 before calling comint-accumulate, | |
| 5121 test whether comint-accumulate is defined. | |
| 5122 | |
| 5123 1999-08-04 Dave Love <fx@gnu.org> | |
| 5124 | |
| 5125 * sgml-mode.el: Require outline when compiling. | |
| 5126 (sgml-mode-hook, html-mode-hook): Customize. | |
| 5127 (sgml-validate-command): Fix :version. | |
| 5128 (html-autoview-mode): Doc fix. | |
| 5129 | |
| 5130 * man.el (Man-softhyphen-to-minus): Fix for multibyte case, do | |
| 5131 nothing in Latin-N environment. | |
| 5132 | |
| 5133 * info.el (Info-find-node): Call info-initialize here. | |
| 5134 (info): Not here. | |
| 5135 (Info-file-list-for-emacs): Add message, dired-x, c, viper. | |
| 5136 | |
| 5137 1999-08-04 Richard Stallman <rms@gnu.org> | |
| 5138 | |
| 5139 * ansi-color.el: New file. | |
| 5140 | |
| 5141 1999-08-04 Stefan Monnier <monnier@cs.yale.edu> | |
| 5142 | |
| 5143 * dired.el (dired-string-replace-match): Return `nil' when no match | |
| 5144 found with global search. | |
| 5145 | |
| 5146 * ledit.el (ledit-zap-file, ledit-read-file, ledit-compile-file): | |
| 5147 * terminal.el (te-terminfo-directory): | |
| 5148 * mail/mailpost.el (post-mail-send-it): | |
| 5149 * mail/metamail.el (metamail-region): | |
| 5150 * progmodes/ada-mode.el (ada-tmp-directory): | |
| 5151 Use temporary-file-directory. | |
| 5152 | |
| 5153 * progmodes/compile.el (compilation-parsing-end,compilation-setup) | |
| 5154 (compilation-filter, compilation-forget-errors) | |
| 5155 (compilation-parse-errors): Use a marker instead of an integer for | |
| 5156 `compilation-parsing-end'. | |
| 5157 | |
| 5158 * progmodes/diff.el (diff-parse-differences): | |
| 5159 Use a marker instead of an integer for `compilation-parsing-end'. | |
| 5160 * textmodes/tex-mode.el (tex-compilation-parse-errors): | |
| 5161 Use a marker instead of an integer for `compilation-parsing-end'. | |
| 5162 | |
| 5163 1999-08-03 Richard Stallman <rms@gnu.org> | |
| 5164 | |
| 5165 * buff-menu.el (Buffer-menu-mode-map): Add V for Buffer-menu-View. | |
| 5166 (Buffer-menu-mode): Doc fix. | |
| 5167 (Buffer-menu-view): New command. | |
| 5168 (Buffer-menu-view-other-window): New command. | |
| 5169 | |
| 5170 1999-08-03 Christopher J. Madsen <chris_madsen@geocities.com> | |
| 5171 | |
| 5172 * replace.el (query-replace-regexp-eval) | |
| 5173 (replace-eval-replacement, replace-loop-through-replacements) | |
| 5174 (replace-match-string-symbols): New functions. | |
| 5175 (perform-replace): Allow REPLACEMENTS to be (FUNCTION . DATA). | |
| 5176 Use replace-loop-through-replacements. | |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
5177 |
| 25837 | 5178 1999-08-03 Dave Pearson <davep@hagbard.demon.co.uk> |
| 5179 | |
| 5180 * play/5x5.el (5x5-mode-map): Bind C-p, C-n, C-b, C-f. | |
| 5181 (5x5): Doc fix. | |
| 5182 | |
| 5183 1999-08-03 Dave Love <fx@gnu.org> | |
| 5184 | |
| 5185 * fortran.el (fortran-indent-new-line): Make it an alias | |
| 5186 for reindent-then-newline-and-indent. | |
| 5187 | |
| 5188 1999-08-03 Didier Verna <verna@inf.enst.fr> | |
| 5189 | |
| 5190 * rect.el: All functions rewritten, except when noted above | |
| 5191 their declaration. Below is a list of interface changes. | |
| 5192 (apply-on-rectangle): New function, mostly replaces | |
| 5193 `operate-on-rectangle'. All callers changed. | |
| 5194 (move-to-column-force): Pass new second argument to `move-to-column'. | |
| 5195 (kill-rectangle): Added optional prefix arg to fill lines. | |
| 5196 (delete-rectangle): Ditto. | |
| 5197 (delete-whitespace-rectangle): Ditto. | |
| 5198 (delete-extract-rectangle): Ditto. | |
| 5199 (open-rectangle): Ditto. | |
| 5200 (clear-rectangle): Ditto. | |
| 5201 (delete-whitespace-rectangle-line): New function. | |
| 5202 (delete-rectangle-line): Added third arg FILL. | |
| 5203 (delete-extract-rectangle-line): Ditto. | |
| 5204 (open-rectangle-line): Ditto. | |
| 5205 (clear-rectangle-line): Ditto. | |
| 5206 | |
| 5207 1999-08-03 Ray Blaak <blaak@gnu.org> | |
| 5208 | |
| 5209 * progmodes/delphi.el: New file. | |
| 5210 | |
| 5211 1999-08-02 Richard Stallman <rms@gnu.org> | |
| 5212 | |
| 5213 * textmodes/outline.el (outline-previous-heading): New function. | |
| 5214 (outline-up-heading-all): Use outline-previous-heading. | |
| 5215 (outline-next-heading): Delete definition inserted yesterday. | |
| 5216 | |
| 5217 1999-08-01 Richard Stallman <rms@gnu.org> | |
| 5218 | |
| 5219 * textmodes/outline.el (outline-next-heading): New function. | |
| 5220 (outline-up-heading-all): New function. | |
| 5221 (outline-font-lock-level): Using outline-up-heading-all. | |
| 5222 Tell outline-back-to-heading to accept invisible headings. | |
| 5223 | |
| 5224 * simple.el (shell-command-on-region): EXIT-STATUS can be a string. | |
| 5225 | |
| 5226 * mail/mh-utils.el (mh-find-path-run): New variable. | |
| 5227 (mh-find-path): Test and set that. | |
| 5228 Set mail-user-agent only the first time this function is run. | |
| 5229 (mail-user-agent): Defvar deleted. | |
| 5230 | |
| 5231 * info.el (info-initialize): New function. | |
| 5232 (info): Call info-initialize. | |
| 5233 (Info-directory-list): Initialize to nil, | |
| 5234 so info-initialize will set it up for real. | |
| 5235 | |
| 5236 1999-08-01 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
| 5237 | |
| 5238 * calendar/calendar.el (european-date-diary-pattern): Fix pattern so it | |
| 5239 does not interpret a time as the year in a day-month entry. | |
| 5240 | |
| 5241 * calendar/diary-lib.el: Change syntax table entry for colon in | |
| 5242 the diary as part of the european-date-diary-pattern fix. | |
| 5243 | |
| 5244 1999-08-01 Eli Zaretskii <eliz@gnu.org> | |
| 5245 | |
| 5246 * international/mule.el (set-auto-coding): Allow whitespace before | |
| 5247 and after the "variable: value" pair. | |
| 5248 | |
| 5249 1999-07-30 Ken'ichi Handa <handa@gnu.org> | |
| 5250 | |
| 5251 * mail/sendmail.el (sendmail-coding-system): Doc-string fixed. | |
| 5252 (default-sendmail-coding-system): Doc-string fixed. | |
| 5253 | |
| 5254 1999-07-30 Dave Love <fx@gnu.org> | |
| 5255 | |
| 5256 * subr.el (assoc-delete-all): New function, renamed from | |
| 5257 frame-delete-all. | |
| 5258 | |
| 5259 * frame.el: Change comments to doc strings and other doc fixes. | |
| 5260 (frame-delete-all): Moved to subr.el as `assoc-delete-all'. | |
| 5261 Callers changed. | |
| 5262 (set-background-color, set-foreground-color, set-cursor-color) | |
| 5263 (set-mouse-color, set-border-color): Offer completion of colours. | |
| 5264 (cursor): Add :version to defgroup. | |
| 5265 | |
| 5266 * facemenu.el (list-colors-display): Make it work on ttys. | |
| 5267 (facemenu-read-color): Likewise. | |
| 5268 | |
| 5269 1999-07-30 Richard M. Stallman <rms@gnu.org> | |
| 5270 | |
| 5271 * frame.el (frame-notice-user-settings): If background | |
| 5272 color has been changed, update background-mode from it, | |
| 5273 then update faces. | |
| 5274 | |
| 5275 1999-07-30 Wolfgang Rupprecht <wolfgang@wsrcc.com> | |
| 5276 | |
| 5277 * net-utils.el (finger): Don't do indirect fingering. | |
| 5278 | |
| 5279 1999-07-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
| 5280 | |
| 5281 * cal-tex.el (cal-tex-cursor-filofax-daily): Add possibility of | |
| 5282 rules. Add separator at end of holidays. | |
| 5283 (cal-tex-rules): New customizable variable. | |
| 5284 (cal-tex-latexify-list): Add optional parameter to put separator | |
| 5285 at end. | |
| 5286 | |
| 5287 1999-07-30 Bill Richter <richter@steenrod.math.nwu.edu> | |
| 5288 | |
| 5289 * textmodes/fill.el (fill-individual-paragraphs): Calculate new | |
| 5290 fill prefix on each line while looping to the end of paragraph. | |
| 5291 End paragraph if it's longer than the existing fill prefix. | |
| 5292 | |
| 5293 * textmodes/fill.el (fill-context-prefix): Doc fix. | |
| 5294 | |
| 5295 1999-07-30 Dave Love <fx@gnu.org> | |
| 5296 | |
| 5297 * font-lock.el (jit-lock): Fix :load, add :version. | |
| 5298 | |
| 5299 1999-07-30 Eli Zaretskii <eliz@gnu.org> | |
| 5300 | |
| 5301 * term/pc-win.el (msdos-face-setup): Register standard colors in | |
| 5302 Vface_tty_color_alist. | |
| 5303 (face-color-supported-p, face_color_gray_p): New functions. | |
| 5304 | |
| 5305 * loadup.el: Don't load scroll-bar unless x-toolkit-scroll-bars-p | |
| 5306 is bound. | |
| 5307 | |
| 5308 * startup.el (command-line): Don't register default colors for | |
| 5309 MSDOS window-system. | |
| 5310 | |
| 5311 1999-07-29 Dave Love <fx@gnu.org> | |
| 5312 | |
| 5313 * f90.el (f90-mode-syntax-table): Change backslash to escape, not | |
| 5314 charquote. | |
| 5315 | |
| 5316 * lisp-mode.el (eval-defun): Re-written to avoid | |
| 5317 capturing variables. | |
| 5318 | |
| 5319 * picture.el (picture-beginning-of-line): Don't call | |
| 5320 hscroll-point-visible now we have real autoscrolling. | |
| 5321 (picture-end-of-line, picture-newline, picture-open-line): | |
| 5322 Likewise. | |
| 5323 | |
| 5324 * international/latin-8.el: New file. | |
| 5325 * international/latin-9.el: New file. | |
| 5326 | |
| 5327 1999-07-28 Dave Love <fx@gnu.org> | |
| 5328 | |
| 5329 * mouse.el (x-fixed-font-alist): Add lucidasanstypewriter. | |
| 5330 | |
| 5331 * msb.el: Require cl only when compiling. | |
| 5332 (msb--home-dir): Deleted. | |
| 5333 (msb--format-title): Use abbreviate-file-name. | |
| 5334 (msb--choose-file-menu): Simplify string comparison. | |
| 5335 | |
| 5336 1999-07-28 Gerd Moellmann <gerd@gnu.org> | |
| 5337 | |
| 5338 * faces.el (toolbar): Add face definition for mono displays. | |
| 5339 | |
| 5340 1999-07-27 Richard M. Stallman <rms@gnu.org> | |
| 5341 | |
| 5342 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change. | |
| 5343 | |
| 5344 * frame.el (frame-initialize): When setting frame-initial-frame-alist, | |
| 5345 force copying of default-frame-alist. | |
| 5346 | |
| 5347 1999-07-26 Ken'ichi Handa <handa@gnu.org> | |
| 5348 | |
| 5349 * ps-mule.el (ps-mule-begin-job): Fix malformed regexp. | |
| 5350 | |
| 5351 1999-07-26 Richard M. Stallman <rms@gnu.org> | |
| 5352 | |
| 5353 * frame.el (set-mouse-color): If new color is nil, | |
| 5354 really respecify the current color. | |
| 5355 | |
| 5356 1999-07-26 Gerd Moellmann <gerd@gnu.org> | |
| 5357 | |
| 5358 * faces.el (bitmap-area): Change background of face `bitmap-area' | |
| 5359 to white for mono displays. | |
| 5360 | |
| 5361 1999-07-26 Kenichi Handa <handa@etl.go.jp> | |
| 5362 | |
| 5363 * international/ccl.el (ccl-embed-symbol): New function. | |
| 5364 (ccl-program-p): Deleted. Now it's implemented in C code. | |
| 5365 (ccl-compile-call): Use ccl-embed-symbol to embed a symbol. | |
| 5366 (ccl-compile-translate-character): Likewise. | |
| 5367 (ccl-compile-map-single): Likewise. | |
| 5368 (ccl-compile-multiple-map-function): Likewise. | |
| 5369 (declare-ccl-program): Doc-string modified. | |
| 5370 (check-ccl-program): Check compiled CCL code by ccl-program-p. | |
| 5371 | |
| 5372 1999-07-25 Ken'ichi Handa <handa@etl.go.jp> | |
| 5373 | |
| 5374 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change. | |
| 5375 | |
| 5376 1999-07-25 Markus Rost <rost@gnu.org> | |
| 5377 | |
| 5378 * cus-edit.el (custom-save-variables, custom-save-faces): Sort | |
| 5379 the entries to make custom-file more readable. | |
| 5380 | |
| 5381 1999-07-25 Richard M. Stallman <rms@gnu.org> | |
| 5382 | |
| 5383 * cus-edit.el (custom-save-delete): Avoid error for empty .emacs. | |
| 5384 | |
| 5385 * emacs-lisp/edebug.el: Delete compatibility code. | |
| 5386 (edebug-next-token-class): If . is followed by a digit, | |
| 5387 return `symbol' for the token class. | |
| 5388 | |
| 5389 * startup.el (command-line): If we don't find the user's init file, | |
| 5390 set user-init-file to nil. | |
| 5391 | |
| 5392 1999-07-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 5393 | |
| 5394 * info-look.el (info-lookup-interactive-arguments): Add optional | |
| 5395 argument query for new choice of help mode. | |
| 5396 (info-lookup-symbol): Use it. | |
| 5397 (info-lookup-file): Ditto. | |
| 5398 (info-lookup): Don't switch to other window, if already in Info | |
| 5399 buffer. | |
| 5400 | |
| 5401 1999-07-23 Dave Love <fx@gnu.org> | |
| 5402 | |
| 5403 * fortran.el (fortran-mode-syntax-table): Change `\' to `\' | |
| 5404 syntax. | |
| 26624 | 5405 (fortran-fontify-string, fortran-match-!-comment): Deleted. |
| 25837 | 5406 (fortran-font-lock-syntactic-keywords): New variable. |
| 5407 (fortran-mode): Use it. | |
| 5408 (fortran-font-lock-keywords-1): Don't do comments. | |
| 5409 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save | |
| 5410 match data. | |
| 5411 | |
| 5412 * textmodes/sgml-mode.el (sgml-validate-command): Use nsgmls. | |
| 5413 | |
| 5414 * msb.el (msb-menu-bar-update-buffers): Renamed from | |
| 5415 menu-bar-update-buffers. | |
| 5416 (msb-custom-set, msb--toggle-menu-type): Call | |
| 5417 msb-menu-bar-update-buffers. | |
| 5418 (msb-mode): Revise the hook setting. | |
| 5419 | |
| 5420 * font-lock.el (turn-on-font-lock): Use tty-display-color-p. | |
| 5421 | |
| 5422 1999-07-23 Gerd Moellmann <gerd@gnu.org> | |
| 5423 | |
| 25956 | 5424 * font-lock.el, help.el, simple.el: Re-integrate previously |
| 5425 described changes that were lost due to errors while checking them | |
| 5426 in. | |
| 25837 | 5427 |
| 5428 1999-07-23 Kevin Blake <kblake@ticnet.com> | |
| 5429 | |
| 5430 * font-lock.el (lisp-font-lock-keywords-2): Fix regexp. | |
| 5431 | |
| 5432 1999-07-23 Ken'ichi Handa <handa@etl.go.jp> | |
| 5433 | |
| 5434 * international/encoded-kb.el | |
| 5435 (encoded-kbd-self-insert-iso2022-7bit): Don't insert the character | |
| 5436 but push it to unread-command-events. | |
| 5437 (encoded-kbd-self-insert-iso2022-8bit): Likewise. | |
| 5438 (encoded-kbd-self-insert-sjis): Likewise. | |
| 5439 (encoded-kbd-self-insert-big5): Likewise. | |
| 5440 | |
| 5441 * textmodes/fill.el (fill-region-as-paragraph): Avoid backing up | |
| 5442 before left margin and fill-prefix by fill-find-break-point. | |
| 5443 | |
| 5444 1999-07-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 5445 | |
| 5446 * info-look.el (info-lookup-setup-mode): Don't give up, if | |
| 5447 info-lookup-make-completions returns an error. | |
| 5448 (info-lookup-maybe-add-help :mode 'latex-mode): Use Info file | |
| 5449 name latex, not latex2e. | |
| 5450 | |
| 5451 1999-07-21 Richard M. Stallman <rms@gnu.org> | |
| 5452 | |
| 5453 * replace.el (perform-replace): Turn off case-fold-search | |
| 5454 if FROM-STRING argument has uppercase in it. | |
| 5455 | |
| 5456 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 5457 | |
| 5458 * jit-lock.el (jit-lock-after-change): Do it only if jit-lock | |
| 5459 mode is on. Don't use end of changed text. | |
| 5460 | |
| 5461 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 5462 | |
| 5463 * cl-extra.el (cl-make-hash-table): Renamed from make-hash-table. | |
| 5464 (cl-hash-table-p): Renamed from hash-table-p. | |
| 5465 (cl-hash-table-count): Renamed from hash-table-count. | |
| 5466 (maphash): Alias to cl-maphash removed. | |
| 5467 (gethash): Likewise. | |
| 5468 (puthash): Likewise. | |
| 5469 (remhash): Likewise. | |
| 5470 (clrhash): Likewise. | |
| 5471 | |
| 5472 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 5473 | |
| 5474 * jit-lock.el (jit-lock-stealth-fontify): Don't call sit-for with | |
| 5475 third arg non-nil. See comment there why this isn't a good idea. | |
| 5476 | |
| 5477 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 5478 | |
| 5479 * jit-lock.el (jit-lock-stealth-fontify): Use with-temp-message. | |
| 5480 | |
| 5481 * jit-lock.el (jit-lock-stealth-fontify): Widen buffer, and call | |
| 5482 sit-for with 3rd arg non-nil to prevent redisplay. | |
| 5483 | |
| 5484 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 5485 | |
| 5486 * image.el (image-type-from-file-header): If file doesn't | |
| 5487 have a directory part, add data-directory. | |
| 5488 | |
| 5489 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 5490 | |
| 5491 * tooltip.el (tooltip-gud-tips-p): Set default to nil. | |
| 5492 (tooltip-activate-mouse-motions-if-enabled): Don't activate mouse | |
| 5493 motion handling when tooltip-gud-tips-p is nil. | |
| 5494 | |
| 5495 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 5496 | |
| 5497 * tooltip.el (tooltip-mode): Don't use `plusp'. | |
| 5498 (tooltip-active): Use initial value of nil. | |
| 5499 | |
| 5500 * jit-lock.el (jit-lock-mode): Don't use `plusp'. | |
| 5501 | |
| 5502 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 5503 | |
| 5504 * bindings.el (make-mode-line-mouse-sensitive): Add key | |
| 5505 definitions for `top-line'. | |
| 5506 | |
| 5507 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 5508 | |
| 5509 * faces.el (top-line): New face. | |
| 5510 | |
| 5511 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 5512 | |
| 5513 * image.el (image-type-regexps): Add regexp for PS files. | |
| 5514 | |
| 5515 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 5516 | |
| 5517 * faces.el (set-face-attribute): Fix wrong handling of frame | |
| 5518 begin equal to t. | |
| 5519 | |
| 5520 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 5521 | |
| 5522 * image.el (image-type-regexps): Add PNG format. | |
| 5523 | |
| 5524 1999-07-21 Dave Love <fx@gnu.org> | |
| 5525 | |
| 5526 * bindings.el (mode-line-modified): New variable. | |
| 5527 (mode-line-mode-menu-1): Switch to appropriate window before | |
| 5528 showing menu. | |
| 5529 | |
| 5530 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 5531 | |
| 5532 * faces.el (face-underline): Removed. | |
| 5533 (face-underline-color): Ditto. | |
| 5534 | |
| 5535 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 5536 | |
| 5537 * faces.el (face-x-resources): Fix typo. | |
| 5538 | |
| 5539 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 5540 | |
| 5541 * faces.el: Remove handling of `:relief', extend handling of | |
| 5542 `:box'. | |
| 5543 (frame-set-background-mode): Choose new defface specs after | |
| 5544 frame parameters have changed. | |
| 5545 | |
| 5546 * cus-face.el: Ditto. | |
| 5547 | |
| 5548 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 5549 | |
| 5550 * custom.el (defface): Extend documentation to include new | |
| 5551 face attributes. | |
| 5552 | |
| 5553 * cus-face.el (custom-face-attributes): Add overline, | |
| 5554 strike-through, box. | |
| 5555 | |
| 5556 * faces.el (face-valid-attribute-values): Handle overline, | |
| 5557 strike-through, box. | |
| 5558 (face-attribute-name-alist): Add pairs for new face attributes. | |
| 5559 (describe-face): Handle new face attributes. | |
| 5560 | |
| 5561 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 5562 | |
| 5563 * faces.el (face-x-resources): Add overline, strike-through, box. | |
| 5564 | |
| 5565 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 5566 | |
| 5567 * enriched.el (enriched-translations): Add `display' and | |
| 5568 "x-display". | |
| 5569 (enriched-handle-display-prop): New. | |
| 5570 (enriched-decode-display-prop): New. | |
| 5571 | |
| 5572 * format.el (top-level): Give `display' property | |
| 5573 `format-list-atomic-p. | |
| 5574 (format-annotate-single-property-change): Test that property. | |
| 5575 If present, treat list property values like atoms. | |
| 5576 | |
| 5577 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 5578 | |
| 5579 * cus-face.el (custom-face-attributes): Use `choice' everywhere | |
| 5580 so that "*" can be entered. | |
| 5581 | |
| 5582 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 5583 | |
| 5584 * cus-face.el (custom-face-attributes): Don't use `#''. | |
| 5585 | |
| 5586 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp> | |
| 5587 | |
| 5588 * cus-face.el (custom-face-attributes): Return underline | |
| 5589 face attribute directly from the second lambda of underline. | |
| 5590 | |
| 5591 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 5592 | |
| 5593 * jit-lock.el (jit-lock-stealth-verbose): Set to nil. | |
| 5594 | |
| 5595 * frame.el (after-setting-font-hooks): New variable. | |
| 5596 (set-frame-font): Run those hooks. | |
| 5597 | |
| 5598 * jit-lock.el (jit-lock-function): Use font-lock-fontify-region. | |
| 5599 | |
| 5600 * faces.el (set-face-attribute): Fix doc string. | |
| 5601 | |
| 5602 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 5603 | |
| 5604 * cus-face.el (custom-face-attributes): Accept color name. | |
| 5605 | |
| 5606 * faces.el (face-underline-p): Accept unspecified underlining. | |
| 5607 (face-underline): Ditto. Fix doc string. | |
| 5608 | |
| 5609 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp> | |
| 5610 | |
| 5611 * faces.el (face-underline-color): New function. | |
| 5612 | |
| 5613 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp> | |
| 5614 | |
| 5615 * cus-face.el (custom-face-attributes): Support underline coloring. | |
| 5616 Added slot to choose a color. | |
| 5617 | |
| 5618 * faces.el (face-underline): New function. | |
| 5619 (face-underline-p): Support underline coloring. | |
| 5620 Return nil only if the underline attribute is 'normal. | |
| 5621 (set-face-underline): New function. | |
| 5622 (face-valid-attribute-values): Support underline coloring. | |
| 5623 | |
| 5624 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 5625 | |
| 5626 * image.el (insert-image): Use `display' instead of `glyph' | |
| 5627 as text property name. | |
| 5628 (put-image): Ditto. | |
| 5629 (image-type-from-file-header): Use insert-file-contents-literally. | |
| 5630 | |
| 5631 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 5632 | |
| 5633 * easymenu.el (easy-menu-do-add-item): Don't use the empty | |
| 5634 string to indicate separators. | |
| 5635 | |
| 5636 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 5637 | |
| 5638 * jit-lock.el (jit-lock-stealth-fontify): Bind message-log-max | |
| 5639 instead of message-log. | |
| 5640 | |
| 5641 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 5642 | |
| 5643 * faces.el (bitmap-area): New face. | |
| 5644 | |
| 5645 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 5646 | |
| 5647 * image.el (insert-image): New. | |
| 5648 | |
| 5649 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 5650 | |
| 5651 * frame.el (blink-cursor): Set the symbol's value. | |
| 5652 (show-trailing-whitespace): Change group to font-lock. | |
| 5653 | |
| 5654 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 5655 | |
| 5656 * jit-lock.el: New. | |
| 5657 * font-lock.el: Add jit-mode as new support mode. | |
| 5658 | |
| 5659 * font-lock.el (font-lock-fontify-keywords-region): Stop when | |
| 5660 reaching end instead of letting re-search-forward signal an error. | |
| 5661 (demand-lock-mode): New. | |
| 5662 (font-lock-turn-on-thing-lock): Add demand-lock-mode. | |
| 5663 (font-lock-turn-off-thing-lock): Ditto. | |
| 5664 (font-lock-after-fontify-buffer): Ditto. | |
| 5665 (font-lock-after-unfontify-buffer): Ditto. | |
| 5666 | |
| 5667 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 5668 | |
| 5669 * gs.el: New file. | |
| 5670 | |
| 5671 * startup.el (command-line-1): Activate tooltip mode if | |
| 5672 interactive. | |
| 5673 | |
| 5674 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 5675 | |
| 5676 * faces.el (toolbar): Grey default background. | |
| 5677 (modeline): Ditto. | |
| 5678 | |
| 5679 * image.el (image-type-regexps): New. | |
| 5680 (image-type-from-file-header): New. | |
| 5681 (create-image): Call it. | |
| 5682 | |
| 5683 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 5684 | |
| 5685 * image.el: New file. | |
| 5686 | |
| 5687 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 5688 | |
| 5689 * bindings.el (mode-line-format): Replace `mode-name' with | |
| 5690 `(:eval mode-line-mode-name)'. | |
| 5691 (mode-line-mode-name): New. | |
| 5692 (make-mode-line-mouse-sensitive): Don't change default value | |
| 5693 of `mode-name'. | |
| 5694 | |
| 5695 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 5696 | |
| 5697 * tooltip.el: New file. | |
| 5698 | |
| 5699 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 5700 | |
| 5701 * bindings.el (make-mode-line-mouse-sensitive): Use down-mouse-3 | |
| 5702 instead of mouse-3 to pop up menus. | |
| 5703 (mode-line-kill-buffer): Removed. | |
| 5704 (make-mode-line-mouse-sensitive): Pop mouse buffer menu over | |
| 5705 buffer name. | |
| 5706 (mode-line-buffer-menu-1): Removed. | |
| 5707 | |
| 5708 * startup.el (command-line-1): Call make-mode-line-mouse-sensitive. | |
| 5709 | |
| 5710 * bindings.el (mode-line-buffer-identification-keymap): New. | |
| 5711 (mode-line-buffer-menu-keymap): New. | |
| 5712 (mode-line-mode-menu-keymap): New. | |
| 5713 (mode-line-unbury-buffer): New. | |
| 5714 (mode-line-other-buffer): New. | |
| 5715 (mode-line-kill-buffer): New. | |
| 5716 (mode-line-buffer-menu-1): New. | |
| 5717 (mode-line-mode-menu-1): New. | |
| 5718 (make-mode-line-mouse-sensitive): New. | |
| 5719 | |
| 5720 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 5721 | |
| 5722 * help.el (describe-key-briefly): Handle mode line strings | |
| 5723 with local-map properties. | |
| 5724 (describe-key): Ditto. | |
| 5725 (mode-line-key-binding): New. | |
| 5726 | |
| 5727 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 5728 | |
| 5729 * scroll-bar.el (scroll-bar-timer): New. | |
| 5730 (scroll-bar-toolkit-scroll): Start and cancel scroll-bar-timer. | |
| 5731 | |
| 5732 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 5733 | |
| 5734 * scroll-bar.el (scroll-bar-toolkit-scroll): Handle `top' | |
| 5735 and `bottom'. | |
| 5736 | |
| 5737 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 5738 | |
| 5739 * scroll-bar.el (scroll-bar-toolkit-scroll): New. | |
| 5740 (global): Use different key bindings if using tookit scroll bars. | |
| 5741 | |
| 5742 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 5743 | |
| 5744 * faces.el (modeline): Define mode line face with relief for | |
| 5745 class color, only. | |
| 5746 (toolbar): New face. | |
| 5747 | |
| 5748 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 5749 | |
| 5750 * frame.el (frame-initialize): Set frame-creation-function to | |
| 5751 tty-create-frame-with-faces. | |
| 5752 | |
| 5753 * faces.el (frame-set-background-mode): Make it work for | |
| 5754 window-system nil. | |
| 5755 | |
| 5756 * faces.el (tty-create-frame-with-faces): New. | |
| 5757 (face-set-after-frame-default): Make it work for TTY frames. | |
| 5758 | |
| 5759 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 5760 | |
| 5761 * faces.el (face-valid-attribute-values): Use tty-defined-colors. | |
| 5762 Return a list of one font family for TTYs. Don't return bitmap | |
| 5763 file paths for TTY frames. | |
| 5764 | |
| 5765 * faces.el: Add face specs for tty displays to basic faces. | |
| 5766 | |
| 5767 * font-lock.el (font-lock-comment-face): Add spec for color tty. | |
| 5768 (font-lock-string-face): Ditto. | |
| 5769 (font-lock-keyword-face): Ditto. | |
| 5770 (font-lock-builtin-face): Ditto. | |
| 5771 (font-lock-function-name-face): Ditto. | |
| 5772 (font-lock-variable-name-face): Ditto. | |
| 5773 (font-lock-type-face): Ditto. | |
| 5774 (font-lock-constant-face): Ditto. | |
| 5775 (font-lock-warning-face): Ditto. | |
| 5776 | |
| 5777 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 5778 | |
| 5779 * startup.el (command-line): Register default tty colors. | |
| 5780 | |
| 5781 * faces.el (face-spec-set-match-display): Recognize `type tty'. | |
| 5782 | |
| 5783 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 5784 | |
| 5785 * faces.el (modeline): For X frames, use a modeline with relief. | |
| 5786 | |
| 5787 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 5788 | |
| 5789 * faces.el (frame-update-faces): Copied from 20.2. | |
| 5790 (frame-update-face-colors): Ditto. Code removed that isn't | |
| 5791 applicable in the new face implementation. | |
| 5792 | |
| 5793 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 5794 | |
| 5795 * frame.el (show-trailing-whitespace): New. | |
| 5796 | |
| 5797 * faces.el (trailing-whitespace): New basic face. | |
| 5798 | |
| 5799 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 5800 | |
| 5801 * cus-face.el (custom-facep): Always define as alias for facep. | |
| 5802 | |
| 5803 * cus-face.el (custom-face-attributes): Use choice widgets. | |
| 5804 Remove :bold and :italic. | |
| 5805 | |
| 5806 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 5807 | |
| 5808 * faces.el (face-charset-registries): Removed since fontset.el | |
| 5809 is no always loaded. | |
| 5810 | |
| 5811 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 5812 | |
| 5813 * faces.el (internal-get-face): Added as obsolete function for | |
| 5814 compatibility. | |
| 5815 | |
| 5816 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 5817 | |
| 5818 * frame.el (blink-cursor-end): Call show-cursor. | |
| 5819 (blink-cursor-mode): Ditto. | |
| 5820 | |
| 5821 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 5822 | |
| 5823 * faces.el (face-spec-reset-face): Reset all attributes to | |
| 5824 `unspecified'. | |
| 5825 (face-spec-set): Use it. | |
| 5826 | |
| 5827 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 5828 | |
| 5829 * faces.el (read-all-face-attributes): Bug fix. | |
| 5830 (face-read-integer): Allow nil default value. | |
| 5831 (face-valid-attribute-values): Use symbol names of attribute | |
| 5832 values for completion list. | |
| 5833 | |
| 5834 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 5835 | |
| 5836 * faces.el (internal-find-face): Define for compatibility with | |
| 5837 20.2. | |
| 5838 (face-id): Likewise. | |
| 5839 | |
| 5840 * faces.el (face-id): Return the ID of a realized face for ASCII. | |
| 5841 | |
| 5842 * fontset.el (x-charset-registries): Removed. Now in faces.el. | |
| 5843 (x-complement-fontset-spec): Use face-charset-registries. | |
| 5844 | |
| 5845 * faces.el (face-font-selection-order): Set font selection order | |
| 5846 from Lisp. | |
| 5847 (face-alternative-font-family-alist): Set alternative font | |
| 5848 families from Lisp. | |
| 5849 | |
| 5850 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 5851 | |
| 5852 * faces.el (set-face-charset-registries): Set symbol value. | |
| 5853 | |
| 5854 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 5855 | |
| 5856 * faces.el (face-set-after-frame-default): Call function | |
| 5857 internal-merge-in-global-face. | |
| 5858 | |
| 5859 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 5860 | |
| 5861 * faces.el (face-list): Return symbols from face-global-alist. | |
| 5862 | |
| 5863 * faces.el (face-list): Return a copy of the face name list so | |
| 5864 that it cannot be modified from outside (facemenu.el uses | |
| 5865 nreverse, for example). | |
| 5866 | |
| 5867 * cus-face.el (custom-face-attributes): Add :bold and :italic | |
| 5868 for compatibility with old code. | |
| 5869 | |
| 5870 * faces.el (set-face-attributes-from-resources): Additional | |
| 5871 frame parameter. | |
| 5872 (make-face-x-resource-internal): Set attributes from resources | |
| 5873 for a given frame or all frames. | |
| 5874 | |
| 5875 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 5876 | |
| 5877 * faces.el (all-faces): Removed. | |
| 5878 | |
| 5879 * custom.el (defface): Add new face attributes to function | |
| 5880 comment. | |
| 5881 | |
| 5882 * font-lock.el (font-lock-comment-face): Use new face attribute | |
| 5883 names. | |
| 5884 (font-lock-string-face): Ditto. | |
| 5885 (font-lock-keyword-face): Ditto. | |
| 5886 (font-lock-builtin-face): Ditto. | |
| 5887 (font-lock-function-name-face): Ditto. | |
| 5888 (font-lock-variable-name-face): Ditto. | |
| 5889 (font-lock-type-face): Ditto. | |
| 5890 (font-lock-reference-face): Ditto. | |
| 5891 (font-lock-warning-face): Ditto. | |
| 5892 ((boundp 'font-lock-face-attributes)): Ditto. | |
| 5893 | |
| 5894 * cus-face.el (custom-face-attributes): Use new face attributes. | |
| 5895 | |
| 5896 * faces.el (set-face-attribute-from-resource): Initialize | |
| 5897 from resources only for X and W32. | |
| 5898 | |
| 5899 * cus-face.el (custom-declare-face): Don't make frame-local | |
| 5900 faces. | |
| 5901 | |
| 5902 * faces.el (describe-face): Use princ instead of insert. | |
| 5903 | |
| 5904 * faces.el: Add XLFD manipulation functions from 20.2 again | |
| 5905 because fontset.el uses them. | |
| 5906 (face-set-after-frame-default): Add empty definition. | |
| 5907 | |
| 5908 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 5909 | |
| 5910 * faces.el (make-face): Correct typo. | |
| 5911 (set-face-attribute-from-resource): Use let*. | |
| 5912 (face-underline-p): Correct typo. | |
| 5913 (face-inverse-video-p): Ditto. | |
| 5914 (set-face-stipple): Ditto. | |
| 5915 (face-read-string): Make completion-list optional parameter. | |
| 5916 | |
| 5917 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 5918 | |
| 5919 * faces.el (face-charset-registries): Alist mapping charset | |
| 5920 symbols to registries and encoding. | |
| 5921 | |
| 5922 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 5923 | |
| 5924 * frame.el (blink-cursor-mode): Use interactive spec "P". | |
| 5925 | |
| 5926 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 5927 | |
| 5928 * frame.el (blink-cursor-mode): Function to toggle blinking cursor | |
| 5929 mode. The cursor of selected_window blinks if the mode is enabled. | |
| 5930 | |
| 5931 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 5932 | |
| 5933 * simple.el (next-history-element): Set point to the end of the | |
| 5934 prompt if minibuffer-prompt-in-buffer. | |
| 5935 | |
| 5936 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 5937 | |
| 5938 * faces.el (x-font-regexp): Add sub-expression parentheses for | |
| 5939 several font name components. | |
| 5940 | |
| 5941 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
| 5942 | |
| 5943 * faces.el (set-face-relief): Use index 12 for relief. | |
| 5944 (face-fill-in): Set relief from data. | |
| 5945 (internal-make-face): Init relief to zero. | |
| 5946 | |
|
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
5947 * faces.el (face-spec-set): Call modify-face with additional |
| 25837 | 5948 parameters for relief and fixed-p. |
| 5949 | |
| 5950 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
| 5951 | |
| 5952 * cus-face.el: ':fixed and ':relief added. | |
| 5953 | |
| 5954 * faces.el (describe-face): Add fixed font attribute and relief. | |
| 5955 (face-attr-match-p): Ditto. | |
| 5956 (face-attr-construct): Ditto. | |
| 5957 (face-spec-set): Ditto. | |
| 5958 | |
| 5959 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
| 5960 | |
| 5961 * faces.el (internal-make-face): Function to create a Lisp vector | |
| 5962 suitable for representing a face. | |
| 5963 (make-face): Use it instead of make-vector. | |
| 5964 (x-create-frame-with-faces): Use it instead of vector. | |
| 5965 (internal-facep): Increase vector size to 14. | |
| 5966 (internal-make-face): Ditto. | |
| 5967 (face-relief): Access relief thickness. | |
| 5968 (face-fixed-p): Access fixed font attribute. | |
| 5969 (set-face-fixed-p): Set fixed font attribute. | |
| 5970 (set-face-relief): Set relief attribute. | |
| 5971 (internal-face-interactive-int): Read int attribute of face. | |
| 5972 (modify-face): Add fixed-p and relief parameters. | |
| 5973 (copy-face): Handle fixed-p and relief. | |
| 5974 (face-equal): Compare fixed-p and relief. | |
| 5975 (face-differs-from-default-p): Ditto. | |
| 5976 (face-nontrivial-p): Add fixed-p and relief. | |
| 5977 | |
| 5978 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
| 5979 | |
| 5980 * faces.el (eval-when-compile): Add set-face-shadow-thickness. | |
| 5981 (internal-facep): Increase vector size. | |
| 5982 (make-face): Ditto. | |
| 5983 (face-shadow-thickness): Added. | |
| 5984 (set-face-shadow-thickness): Added. | |
| 5985 (modify-face): Add optional shadow-thickness parameter. | |
| 5986 (make-face-x-resource-internal): Add shadows. | |
| 5987 (copy-face): Ditto. | |
| 5988 (face-equal): Ditto. | |
| 5989 (face-differs-from-default-p): Ditto. | |
| 5990 (face-nontrivial-p): Ditto. | |
| 5991 (face-attr-match-p): Ditto. | |
| 5992 (face-attr-construct): Ditto. | |
| 5993 (face-spec-set): Ditto. | |
| 5994 (face-fill-in): Ditto. | |
| 5995 | |
| 5996 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
| 5997 | |
| 5998 * bench.el (bench-mark-split-window): New bench mark. | |
| 5999 | |
| 6000 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
| 6001 | |
| 6002 * faces.el (set-face-font): Don't pass default font to | |
| 6003 x-resolve-font so that font will not have to be of the same | |
| 6004 size. | |
| 6005 | |
| 6006 1999-07-20 Dave Love <fx@gnu.org> | |
| 6007 | |
| 6008 * wid-edit.el (widget-use-overlay-change): Uncustomize and make it | |
| 6009 unconditionally t. | |
| 6010 | |
| 6011 1999-07-20 Karl Heuer <kwzh@gnu.org> | |
| 6012 | |
| 6013 * font-lock.el (c++-font-lock-extra-types): Add "type_info". | |
| 6014 | |
| 6015 1999-07-20 Dave Love <fx@gnu.org> | |
| 6016 | |
| 6017 * help.el (describe-variable): Fix test for customizability. | |
| 6018 | |
| 6019 * simple.el (append-to-buffer, prepend-to-buffer, copy-to-buffer): | |
| 6020 Check for readonly buffer in interactive spec. | |
| 6021 (zap-to-char, kill-line, kill-region, comment-region, kill-word) | |
| 6022 (backward-kill-word): Add * to interactive spec. | |
| 6023 | |
| 6024 * underline.el (underline-region, ununderline-region): Add * to | |
| 6025 interactive spec. | |
| 6026 | |
| 6027 * fill.el (canonically-space-region, justify-current-line): Add * | |
| 6028 to interactive spec. | |
| 6029 (fill-region-as-paragraph, fill-paragraph, fill-region) | |
| 6030 (fill-nonuniform-paragraphs, fill-individual-paragraphs): Check | |
| 6031 readonly buffer in interactive spec. | |
| 6032 | |
| 6033 * paragraphs.el: (kill-paragraph, backward-kill-paragraph) | |
| 6034 (backward-kill-sentence, kill-sentence): Add * to interactive | |
| 6035 spec. | |
| 6036 | |
| 6037 1999-07-19 Richard M. Stallman <rms@gnu.org> | |
| 6038 | |
| 6039 * dired-aux.el (dired-do-shell-command): Doc fix. | |
| 6040 | |
| 6041 * shell.el (shell-unquote-argument): New function. | |
| 6042 (shell-directory-tracker): Use shell-unquote-argument. | |
| 6043 * comint.el (comint-arguments): Handle \ followed by space or tab. | |
| 6044 | |
| 6045 1999-07-19 John Wiegley <jwiegley@borland.com> | |
| 6046 | |
| 6047 * term.el (ansi-term-fg-faces-vector): Added support for ANSI | |
| 6048 color codes 39 and 49, which by the way lynx uses them seem to | |
| 6049 mean "foreground reset" and "background reset". | |
| 6050 | |
| 6051 1999-07-19 Karl Heuer <kwzh@gnu.org> | |
| 6052 | |
| 6053 * font-lock.el (c++-keywords): Add "typeid". | |
| 6054 | |
| 6055 * term/w32-win.el (mouse-set-font): If user uses w32 dialog but | |
| 6056 selects no font, treat that as zero selections, not one. | |
| 6057 | |
| 6058 1999-07-19 Dave Love <fx@gnu.org> | |
| 6059 | |
| 6060 * info.el (Info-search): Don't lose with empty regexp. | |
| 6061 | |
| 6062 * version.el: Cater for (free) `ident' program, not `which'. | |
| 6063 | |
| 6064 * hl-line.el: New file. | |
| 6065 | |
| 6066 * mouse.el (mouse-major-mode-menu): Default to menu-bar-edit-menu | |
| 6067 for modes which don't define menus. | |
| 6068 | |
| 6069 1999-07-16 Richard M. Stallman <rms@gnu.org> | |
| 6070 | |
| 6071 * webjump.el (webjump-sample-sites): Update some URLs. | |
| 6072 | |
| 6073 1999-07-14 Richard Stallman <rms@gnu.org> | |
| 6074 | |
| 6075 * Version 20.4 released. | |
| 6076 | |
| 6077 1999-07-14 Andreas Schwab <schwab@gnu.org> | |
| 6078 | |
| 6079 * compare-w.el (compare-windows): Try to find the next window in | |
| 6080 the current frame before looking at the other frames. | |
| 6081 | |
| 6082 1998-07-12 Oleg S. Tihonov <ost@benetnash.ffke-campus.mipt.ru> | |
| 6083 | |
| 6084 * language/cyrillic.el ("Cyrillic-KOI8", "Cyrillic-ALT"): | |
| 6085 Use cyrillic-jcuken as default input method. | |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
6086 |
| 25837 | 6087 1999-07-12 Richard Stallman <rms@gnu.org> |
| 6088 | |
| 6089 * progmodes/cc-engine.el (c-inside-bracelist-p): Tighter test for | |
| 6090 Java anonymous array expressions ("new Foo[] {.. bracelist ..}"). | |
| 6091 | |
| 6092 * ispell.el (ispell-dictionary-alist-6): Change charset for Russian. | |
| 6093 (ispell-local-dictionary-alist): Add koi8-r for character set. | |
| 6094 | |
| 6095 * textmodes/flyspell.el (flyspell-get-word): | |
| 6096 Add special handling for when ispell-otherchars is empty. | |
| 6097 | |
| 6098 1999-07-12 Espen Skoglund <espensk@stud.cs.uit.no> | |
| 6099 | |
| 6100 * progmodes/pascal.el (pascal-beg-of-defun): More intuitive behavior | |
| 6101 when having nested functons. | |
| 6102 (pascal-indent-nested-functions) (pascal-indent-line) | |
| 6103 (pascal-calculate-indent) (pascal-get-lineup-indent): Support for | |
| 6104 indenting nested functions. | |
| 6105 | |
| 6106 1999-07-09 Richard Stallman <rms@gnu.org> | |
| 6107 | |
| 6108 * add-log.el (add-log-current-defun): Remove trailing `=' in C modes. | |
| 6109 | |
| 6110 1999-07-08 Espen Skoglund <espensk@stud.cs.uit.no> | |
| 6111 | |
| 6112 * pascal.el (pascal-calculate-indent): Fixed a bug occuring when | |
| 6113 the `end' keyword was in the very beginning of the buffer. | |
| 6114 | |
| 6115 1999-07-08 Richard Stallman <rms@gnu.org> | |
| 6116 | |
| 6117 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Doc fix. | |
| 6118 | |
| 6119 * term.el (term-emulate-terminal): Avoid infinite loop | |
| 6120 in strange case where minibuffer window is selected but not active. | |
| 6121 | |
| 6122 1999-07-07 Stephen Eglen <stephen@gnu.org> | |
| 6123 | |
| 6124 * progmodes/octave-inf.el (inferior-octave-directory-tracker): | |
| 6125 Change regexp so that it doesn't match commands beginning with `cd'. | |
| 6126 | |
| 6127 1999-07-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | |
| 6128 | |
| 6129 * mail/rmail.el (mail-unsent-separator): Add a missing \\|. | |
| 6130 | |
| 6131 1999-07-06 Richard Stallman <rms@gnu.org> | |
| 6132 | |
| 6133 * hscroll.el (hscroll-minibuffer-hook): New function. | |
| 6134 (hscroll-global-mode): Add and remove that hook. | |
| 6135 Set hscroll-old-truncate-was-global's default value. | |
| 6136 | |
| 6137 1999-07-05 Richard Stallman <rms@gnu.org> | |
| 6138 | |
| 6139 * files.el (revert-buffer): Don't preserve point here. | |
| 6140 (revert-buffer-insert-file-contents-function): Doc fix. | |
| 6141 | |
| 6142 * isearch.el (isearch-process-search-char): Write octal 200 correctly. | |
| 6143 | |
| 6144 * startup.el (normal-top-level-add-subdirs-to-load-path): Avoid | |
| 6145 doing a `stat' when it isn't necessary because that can cause | |
| 6146 trouble when an NFS server is down. | |
| 6147 | |
| 6148 1999-07-04 Richard Stallman <rms@gnu.org> | |
| 6149 | |
| 6150 * hscroll.el (hscroll-window-maybe): Do nothing in the minibuffer. | |
| 6151 | |
| 6152 1999-07-03 Richard Stallman <rms@gnu.org> | |
| 6153 | |
| 6154 * isearch.el (isearch-quote-char): Call unibyte-char-to-multibyte | |
| 6155 for \200...\240 also. | |
| 6156 (isearch-printing-char): Use unibyte-char-to-multibyte. | |
| 6157 | |
| 6158 1999-07-02 Richard Stallman <rms@gnu.org> | |
| 6159 | |
| 6160 * frame.el (minibuffer-frame-alist): Use defcustom. | |
| 6161 (pop-up-frame-alist): Likewise. | |
| 6162 (initial-frame-alist): Specify * in the doc string. | |
| 6163 | |
| 6164 * hscroll.el (hscroll-mode): Make it a permanent local. | |
| 6165 (hscroll-mode): Don't cancel the timer | |
| 6166 if HScroll mode is enabled in some other buffer. | |
| 6167 | |
| 6168 * isearch.el (isearch-done): If search ends in middle of intangible | |
| 6169 text (due to text property), move on to the limit of that text. | |
| 6170 | |
| 6171 1999-07-01 Andrew Innes <andrewi@gnu.org> | |
| 6172 | |
| 6173 * man.el (Man-build-man-command): Use value of null-device, | |
| 6174 instead of hard-coding "/dev/null". | |
| 6175 | |
| 6176 * dos-w32.el (untranslated-canonical-name): Avoid expanding | |
| 6177 ange-ftp file names, which might force ange-ftp to prompt for a | |
| 6178 password. | |
| 6179 | |
| 6180 * ange-ftp.el (ange-ftp-load): Bind load-force-doc-strings to t, | |
| 6181 to prevent references to temp files. | |
| 6182 | |
| 6183 1999-06-30 Richard Stallman <rms@gnu.org> | |
| 6184 | |
| 6185 * progmodes/sh-script.el (sh-feature): If nothing is known | |
| 6186 about the given shell, use the values for `sh'. | |
| 6187 | |
| 6188 1999-06-30 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
| 6189 | |
| 6190 * vc.el (vc-fetch-cvs-status): Use "-l" option for "cvs status", | |
| 6191 to make it non-recursive. | |
| 6192 | |
| 6193 * vc-hooks.el (vc-find-cvs-master): Set case-fold-search correctly. | |
| 6194 | |
| 6195 1999-06-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 6196 | |
| 6197 * auto-show.el (auto-show-mode): Fix Typo in :set. | |
| 6198 | |
| 6199 1999-06-29 Richard M. Stallman <rms@gnu.org> | |
| 6200 | |
| 6201 * progmodes/sh-script.el (sh-mode): When setting syntax | |
| 6202 table, default to the standard one. | |
| 6203 | |
| 6204 1999-06-27 Richard M. Stallman <rms@gnu.org> | |
| 6205 | |
| 6206 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix. | |
| 6207 | |
|
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
6208 1999-06-27 Stefan Monnier <monnier@cs.yale.edu> |
|
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
6209 |
|
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
6210 * textmodes/reftex.el (reftex-pop-to-bibtex-entry): Don't pop up |
| 25837 | 6211 a frame when `return' is requested (even if pop-up-frames = t) |
| 6212 * textmodes/bibtex.el (bibtex-mode): `font-lock-mark-block-function' | |
| 6213 should only be set for the bibtex buffer. | |
| 6214 | |
| 6215 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix. | |
| 6216 | |
| 6217 * progmodes/compile.el: Deal with compilation-error-screen-columns | |
| 6218 being buffer-local. | |
| 6219 | |
| 6220 1999-06-27 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | |
| 6221 | |
| 6222 * comint.el (comint-password-prompt-regexp): Allow "(again)". | |
| 6223 | |
| 6224 1999-06-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
| 6225 | |
| 6226 * cal-x.el (calendar-only-one-frame-setup): New function. | |
| 6227 * calendar.el (calendar): Call it if requested. | |
| 6228 | |
| 6229 1999-06-24 Karl Heuer <kwzh@gnu.org> | |
| 6230 | |
| 6231 * startup.el (iso-8859-n-locale-regexp): Doc fix. | |
| 6232 | |
| 6233 1999-06-22 Richard M. Stallman <rms@gnu.org> | |
| 6234 | |
| 6235 * mail/supercite.el (sc-emacs-features): Doc fix. | |
| 6236 | |
| 6237 1999-06-22 Karl Heuer <kwzh@gnu.org> | |
| 6238 | |
| 6239 * files.el (auto-mode-alist): Add pike-mode. | |
| 6240 | |
| 6241 1999-06-20 Paul R. Eggert <eggert@twinsun.com> | |
| 6242 | |
| 6243 * tar-mode.el (tar-header-block-tokenize): Don't assume that the | |
| 6244 last byte of a numeric field is a space or a NUL. Parse it as | |
| 6245 potentially part of the number. This is used by GNU tar | |
| 6246 1.12.64012 to handle larger values. | |
| 6247 | |
| 6248 1999-06-20 Karl Heuer <kwzh@gnu.org> | |
| 6249 | |
| 6250 * custom.el (custom-handle-keyword): Fix error message. | |
| 6251 | |
| 6252 1999-06-18 Andrew Innes <andrewi@gnu.org> | |
| 6253 | |
| 6254 * mail/smtpmail.el (smtpmail-send-it): Use | |
| 6255 convert-standard-filename to make file names for queued mail safe | |
| 6256 on Windows (`:' is invalid in file names on Windows). | |
| 6257 | |
| 6258 1999-06-17 Kenichi Handa <handa@etl.go.jp> | |
| 6259 | |
| 6260 * international/mule-cmds.el (describe-current-input-method): | |
| 6261 Current-input-method is string. | |
| 6262 (toggle-input-method): Docstring fixed. | |
| 6263 | |
| 6264 * international/mule-diag.el | |
| 6265 (describe-current-coding-system-briefly): Fix format string. | |
| 6266 | |
| 6267 * international/mule-util.el (coding-system-eol-type-mnemonic): | |
| 6268 Docstring modified. Return a string. | |
| 6269 | |
| 6270 1999-06-17 Alex Schroeder <a.schroeder@bsiag.ch> | |
| 6271 | |
| 6272 * sql.el (sql-input-ring-file-name): Doc fix. | |
| 6273 | |
| 6274 1999-06-17 Richard M. Stallman <rms@gnu.org> | |
| 6275 | |
| 6276 * calendar/cal-x.el (special-display-buffer-names): | |
| 6277 Don't put (get-file-buffer diary-file) on this list. | |
| 6278 | |
| 6279 1999-06-17 Mark W Maimone <mwm@helios.jpl.nasa.gov> | |
| 6280 | |
| 6281 * play/mpuz.el (mpuz-try-proposal): Fix message call. | |
| 6282 Don't penalize player for certain impossible guesses. | |
| 6283 | |
| 6284 1999-06-16 Andrew Innes <andrewi@gnu.org> | |
| 6285 | |
| 6286 * ls-lisp.el (ls-lisp-format-time): If timestamp is invalid, | |
| 6287 return the string "Unk 0 0000" so at least it appears to be a | |
| 6288 valid timestamp to `dired-move-to-filename-regexp'. | |
| 6289 | |
| 6290 1999-06-15 Ken'ichi Handa <handa@gnu.org> | |
| 6291 | |
| 6292 * ps-print.el (ps-control-character): Fix previous change. | |
| 6293 | |
| 6294 1999-06-15 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 6295 | |
| 6296 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Avoid | |
| 6297 multiple output of the last message. | |
| 6298 | |
| 6299 1999-06-14 Eli Zaretskii <eliz@gnu.org> | |
| 6300 | |
| 6301 * term/internal.el (IT-display-table-setup): Do not remap \222 to | |
| 6302 the ASCII apostrophe, as most DOS codepages have some other glyph | |
| 6303 there. | |
| 6304 | |
| 6305 1999-06-14 Ken'ichi Handa <handa@gnu.org> | |
| 6306 | |
| 6307 * language/ethio-util.el (setup-ethiopic-environment-internal): | |
| 6308 Use quail-activate-hook instead of obsolete hook quail-mode-hook. | |
| 6309 (exit-ethiopic-environment): Likewize. | |
| 6310 | |
| 6311 1999-06-12 Richard M. Stallman <rms@gnu.org> | |
| 6312 | |
| 6313 * cus-start.el (scroll-preserve-screen-position): Fix typo in type. | |
| 6314 | |
| 6315 1999-06-12 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 6316 | |
| 6317 * emulation/crisp.el (crisp-mode): (defcustom) Initialize with | |
| 6318 custom-initialize-default to avoid infinite loop. | |
| 6319 (crisp-mode): (defun) Call transient-mark-mode here, not when | |
| 6320 loading the file. Run crisp-mode-hook here, and run | |
| 6321 crisp-load-hook when loading the file. | |
| 6322 | |
| 6323 * mail/rmailout.el (rmail-output-read-rmail-file-name): If in | |
| 6324 rmail-summary buffer, search for pattern in rmail-file. | |
| 6325 | |
| 6326 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Fix typo. | |
| 6327 | |
| 6328 * progmodes/cperl-mode.el (cperl-invalid-face): Fix custom type. | |
| 6329 | |
| 6330 * ps-print.el (ps-printer-name): Fix custom type. | |
| 6331 | |
| 6332 1999-06-12 Reto Zimmermann <reto@synopsys.com> | |
| 6333 | |
| 6334 * progmodes/vhdl-mode.el (vhdl-port-copy): Fix parsing bug. | |
| 6335 (vhdl-port-paste-generic-map): Fix indentation bug. | |
| 6336 (vhdl-port-paste-port-map): Fix indentation bug. | |
| 6337 (vhdl-scan-file-contents): Make scanning case insensitive. | |
| 6338 | |
| 6339 1999-06-11 Richard M. Stallman <rms@gnu.org> | |
| 6340 | |
| 6341 * files.el (write-file): When buffer is not already visiting a file, | |
| 6342 don't put buffer name in the minibuffer, just make it the default. | |
| 6343 Also handle just directory as arg usefully in that case. | |
| 6344 | |
| 6345 * simple.el (sendmail-user-agent-compose): | |
| 6346 Ignore case when inserting the rest of the "other" headers. | |
| 6347 | |
| 6348 * help.el (help-for-help): Mention C-h C-i. Clear up C-h n. | |
| 6349 | |
| 6350 * info-look.el (info-lookup-file, info-lookup-symbol): Doc fix. | |
| 6351 (info-lookup-interactive-arguments): Never insert the default | |
| 6352 into the minibuffer automatically. | |
| 6353 | |
| 6354 * emacs-lisp/cl-extra.el (getf): Don't call get*. | |
| 6355 | |
| 6356 1999-06-09 Richard M. Stallman <rms@gnu.org> | |
| 6357 | |
| 6358 * simple.el (shell-command): Avoid printing "mark set" message. | |
| 6359 | |
| 6360 1999-06-09 Dave Love <fx@gnu.org> | |
| 6361 | |
| 6362 * progmodes/compile.el (compilation-error-regexp-alist): Allow | |
| 6363 digits in program name in first pattern. | |
| 6364 | |
| 6365 1999-06-09 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
| 6366 | |
| 6367 * vc.el (vc-dired-mode): Don't match anything before the date in | |
| 6368 dired-move-to-filename-regexp. | |
| 6369 | |
| 6370 1999-06-07 Ken'ichi Handa <handa@gnu.org> | |
| 6371 | |
| 6372 * international/quail.el (quail-define-rules): Fix typo in | |
| 6373 docstring. | |
| 6374 | |
| 6375 1999-06-05 Stephen Eglen <stephen@gnu.org> | |
| 6376 | |
| 6377 * iswitchb.el (iswitchb-default-keybindings): Add | |
| 6378 iswitchb-minibuffer-setup to minibuffer-setup-hook here rather | |
| 6379 than when package is loaded. | |
| 6380 | |
| 6381 1999-06-04 Richard M. Stallman <rms@gnu.org> | |
| 6382 | |
| 6383 * startup.el (command-line): Don't set user-init-file directly; | |
| 6384 tell `load' to set it. | |
| 6385 | |
| 6386 * ange-ftp.el (ange-ftp-shell-command): Handle error-buffer arg. | |
| 6387 | |
| 6388 * simple.el (next-history-element): | |
| 6389 Handle minibuffer-text-before-history properly when reading sexps. | |
| 6390 | |
| 6391 * disp-table.el (standard-display-european): | |
| 6392 For an interactive call by the user, | |
| 6393 don't set enable-multibyte-characters, | |
| 6394 and don't set the terminal coding system. | |
| 6395 | |
| 6396 * textmodes/refbib.el: Don't print any messages or display | |
| 6397 a buffer when loading the library. | |
| 6398 (r2b-help): Doc fix. | |
| 6399 (r2b-help-message): Update the documentation. | |
| 6400 (r2b-load-quietly): Variable deleted. | |
| 6401 (r2b-convert-buffer): Doc fix. | |
| 6402 | |
| 6403 1999-06-04 Dave Love <fx@gnu.org> | |
| 6404 | |
| 6405 * help.el (help-xref-interned): Fix insertion of fdoc and revamp. | |
| 6406 | |
| 6407 * auto-show.el: Don't change hooks on loading. | |
| 6408 (auto-show-mode): Autoload. Default to nil. Add :set &c. | |
| 6409 (auto-show-mode): Add to hooks here. | |
| 6410 | |
| 6411 1999-06-04 Richard Sharman <rsharman@pobox.com> | |
| 6412 | |
| 6413 * emacs-lisp/regexp-opt.el (regexp-opt-group): Avoid infinite | |
| 6414 recursion on bogus input. | |
| 6415 | |
| 6416 1999-06-04 Eric M. Ludlam <zappo@ultranet.com> | |
| 6417 | |
| 6418 * speedbar.el (speedbar-hack-buffer-menu): Fixed so if the user | |
| 6419 does not select a buffer from the buffers menu, then the attached | |
| 6420 frame is not switched to anything. | |
| 6421 | |
| 6422 1999-06-03 Ken'ichi Handa <handa@gnu.org> | |
| 6423 | |
| 6424 * language/vietnamese.el (ccl-encode-vscii): Typo fixed | |
| 6425 (viet-viscii-...->viet-vscii...). | |
| 6426 | |
| 6427 * international/mule-conf.el (iso-2022-7bit-lock-ss2): Typo fixed. | |
| 6428 | |
| 6429 1999-06-01 Dave Love <fx@gnu.org> | |
| 6430 | |
| 6431 * progmodes/fortran.el: Add :link to defgroup. | |
| 6432 (fortran-blink-matching-if): Match ELSE statements too. | |
| 6433 (fortran-fill-statement, fortran-fill): Bind auto-fill-function so | |
| 6434 that filling is always done. | |
| 6435 | |
| 6436 1999-05-31 Richard M. Stallman <rms@gnu.org> | |
| 6437 | |
| 6438 * simple.el (append-next-kill): Use an arg to distinguish | |
| 6439 interactive calls from Lisp calls, rather than (interactive-p). | |
| 6440 | |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
6441 * international/iso-transl.el (iso-transl-language-alist): |
| 25837 | 6442 Interchange n and N. |
| 6443 | |
| 6444 1999-05-31 Dave Love <fx@gnu.org> | |
| 6445 | |
| 6446 * msb.el Add to minor-mode-map-alist. Remove hook installation | |
| 6447 and keymap munging on load. | |
| 6448 (msb-mode): New option. | |
| 6449 (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory): | |
| 6450 Doc fix. | |
| 6451 (msb-mode-map): New variable. | |
| 6452 (msb-mode): New command. | |
| 6453 | |
| 6454 1999-05-31 Dave Love <fx@gnu.org> | |
| 6455 | |
| 6456 * ispell.el: (ispell-alternate-dictionary): Fix custom type. | |
| 6457 (ispell-complete-word-dict): Likewise. | |
| 6458 | |
| 6459 1999-05-31 Eli Zaretskii <eliz@gnu.org> | |
| 6460 | |
| 6461 * forms.el (forms-save-buffer): Call set-buffer-modified-p to | |
| 6462 force the data buffer to be saved, even if the data didn't | |
| 6463 change, in case the write filter was modified. Restore the | |
| 6464 current record after read-file-filter finishes. | |
| 6465 | |
| 6466 1999-05-29 Karl Heuer <kwzh@gnu.org> | |
| 6467 | |
| 6468 * ispell4.el: Obsolete; file deleted. | |
| 6469 | |
| 6470 * textmodes/texinfmt.el (texinfo-format-direntry): Avoid blank line. | |
| 6471 | |
| 6472 * font-lock.el (font-lock-apply-syntactic-highlight): Don't die if | |
| 6473 VALUE is a syntax table. | |
| 6474 | |
| 6475 * emacs-lisp/cl.el (custom-print-functions): Add autoload cookie. | |
| 6476 | |
| 6477 * simple.el (zap-to-char): Doc fix. | |
| 6478 | |
| 6479 1999-05-27 Ken'ichi Handa <handa@gnu.org> | |
| 6480 | |
| 6481 * isearch.el (isearch-quote-char): Don't assume character codes | |
| 6482 0200 - 0237 stand for characters in some single-byte character | |
| 6483 charset. | |
| 6484 | |
| 6485 1999-05-27 Dave Love <fx@gnu.org> | |
| 6486 | |
| 6487 * startup.el: (iso-8859-n-locale-regexp): Don't match 8859-15 &c. | |
| 6488 | |
| 6489 1999-05-27 Andreas Schwab <schwab@gnu.org> | |
| 6490 | |
| 6491 * dired-aux.el (dired-insert-subdir-doinsert): Check that the | |
| 6492 headerline does not exist already. | |
| 6493 | |
| 6494 1999-05-26 Richard Stallman <rms@gnu.org> | |
| 6495 | |
| 6496 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): | |
| 6497 Avoid nested null-loops. | |
| 6498 | |
| 6499 1999-05-26 Ken'ichi Handa <handa@gnu.org> | |
| 6500 | |
| 6501 * international/characters.el: Typo fixed; prefered->preferred. | |
| 6502 | |
| 6503 * international/mule-cmds.el (find-coding-systems-for-charsets): | |
| 6504 Typo fixed; prefered->preferred. | |
| 6505 | |
| 6506 * map-ynp.el (map-y-or-n-p): Don't inherit the current input | |
| 6507 method in read-event. | |
| 6508 | |
| 6509 * international/mule.el (charset-info): Doc-string fixed. | |
| 6510 | |
| 6511 1999-05-25 Ken'ichi Handa <handa@gnu.org> | |
| 6512 | |
| 6513 * mail/smtpmail.el (smtpmail-send-it): Bind | |
| 6514 smtpmail-code-conv-from properly. | |
| 6515 (smtpmail-send-data-1): If DATA is a multibyte string, encode it | |
| 6516 by smtpmail-code-conv-from. | |
| 6517 | |
| 6518 1999-05-24 Richard Stallman <rms@gnu.org> | |
| 6519 | |
| 6520 * emulation/crisp.el (crisp-submit-bug-report): Function deleted. | |
| 6521 Binding deleted also. | |
| 6522 | |
| 6523 1999-05-24 Karl Heuer <kwzh@gnu.org> | |
| 6524 | |
| 6525 * comint.el (comint-bol-or-process-mark): Doc fix. | |
| 6526 | |
| 6527 1999-05-23 Dave Love <fx@gnu.org> | |
| 6528 | |
| 6529 * emulation/crisp.el (crisp-mode-map): Don't inherit global-map. | |
| 6530 Enter it on minor-mode-map-alist. | |
| 6531 (crisp-mode): Re-named from `crsip-mode-enabled'. Users changed. | |
| 6532 Autoload. Add custom setter. | |
| 6533 (crisp-mark-line): Doc fix. | |
| 6534 (crisp-mode): Autoload. Re-write not to frob keymaps directly. | |
| 6535 (crisp-mode-hook): Define. | |
| 6536 | |
| 6537 1999-05-23 Ken'ichi Handa <handa@gnu.org> | |
| 6538 | |
| 6539 * files.el (recover-file): Recover buffer-file-coding-system. | |
| 6540 | |
| 6541 1999-05-22 Richard Stallman <rms@gnu.org> | |
| 6542 | |
| 6543 * vc.el (vc-dired-mode): Make the dired-move-to-filename-regexp | |
| 6544 regexp match the date, to avoid treating date as file size. | |
| 6545 Add YYYY S option to WESTERN/ | |
| 6546 | |
| 6547 * bookmark.el: Delete some XEmacs compatibility code. | |
| 6548 (bookmark-jump-noselect): Check vc-backend. | |
| 6549 | |
| 6550 * subr.el (add-to-list): Doc fix. | |
| 6551 | |
| 6552 1999-05-21 Stephen Eglen <stephen@gnu.org> | |
| 6553 | |
| 6554 * diary-lib.el (diary-mail-entries): Use fancy-diary-buffer. | |
| 6555 | |
| 6556 1999-05-18 Richard Stallman <rms@gnu.org> | |
| 6557 | |
| 6558 * textmodes/texinfmt.el (texinfo-anchor): Don't delete a | |
| 6559 non-space after the @anchor command. | |
| 6560 (texinfo-format-var): Handle other nested constructs, using | |
| 6561 texinfo-parse-expanded-arg and texinfo-discard-command, not | |
| 6562 texinfo-parse-arg-discard. | |
| 6563 | |
| 6564 * emacs-lisp/debug.el (debugger-outer-inhibit-redisplay): New variable. | |
| 6565 (debug): Bind and use debugger-outer-inhibit-redisplay. | |
| 6566 Bind inhibit-redisplay to nil. | |
| 6567 (debugger-env-macro): Treat inhibit-redisplay like other outside vars. | |
| 6568 | |
| 6569 1999-05-17 Dave Love <fx@gnu.org> | |
| 6570 | |
| 6571 * help.el (describe-function-1): Extra arg, interactive-p. | |
| 6572 (describe-key, describe-function): Use it. | |
| 6573 | |
| 6574 1999-05-17 Karl Heuer <kwzh@gnu.org> | |
| 6575 | |
| 6576 * ispell.el (ispell-local-dictionary-alist): Add autoload cookie. | |
| 6577 | |
| 6578 1999-05-16 Dave Love <fx@gnu.org> | |
| 6579 | |
| 6580 * cus-start.el (all): Delete selective-display. Add scroll-margin, | |
| 6581 scroll-preserve-screen-position, scroll-conservatively. | |
| 6582 | |
| 6583 1999-05-16 Dave Love <fx@gnu.org> | |
| 6584 | |
| 6585 * emacs-lisp/byte-opt.el (byte-optimize-plus): Fix 1-arg case. | |
| 6586 | |
| 6587 1999-05-15 Reto Zimmermann <reto@Synopsys.COM> | |
| 6588 | |
| 6589 * progmodes/vhdl-mode.el: Completely revised and massively extended. | |
| 6590 | |
| 6591 1999-05-15 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | |
| 6592 | |
| 6593 * progmodes/sh-script.el (sh-mode): Do not fail if buffer has no | |
| 6594 magic number and is not associated with a file. | |
| 6595 | |
| 6596 1999-05-14 Richard M. Stallman <rms@gnu.org> | |
| 6597 | |
| 6598 * files.el (find-file-noselect-1): Fix previous change. | |
| 6599 | |
| 6600 1999-05-14 Simon Marshall <simon@gnu.org> | |
| 6601 | |
| 6602 * fast-lock.el (fast-lock-cache-name): Fix test for `windows-nt'. | |
| 6603 | |
| 6604 1999-05-13 Ken'ichi Handa <handa@gnu.org> | |
| 6605 | |
| 6606 * international/mule-diag.el (mule-diag): Change MULE to Mule in | |
| 6607 docstring. | |
| 6608 | |
| 6609 * international/mule-cmds.el: Change MULE to Mule in docstrings | |
| 6610 and menus. | |
| 6611 | |
| 6612 1999-05-10 Kenichi HANDA <handa@etl.go.jp> | |
| 6613 | |
| 6614 * ps-mule.el (ps-mule-prologue): Fix the definition of DefFontMule | |
| 6615 to correctly reflect the value of BaseLineOffset in | |
| 6616 RelativeCompose. Now the value of RelativeCompose is an array of | |
| 6617 low and high positions. | |
| 6618 (ps-mule-cmpchar-prologue): Adjust the definition of BC, EC, and | |
| 6619 RLC for the above change. | |
| 6620 | |
| 6621 1995-05-11 Joel N. Weber II <devnull@melange.gnu.org> | |
| 6622 | |
| 6623 * comint.el (comint-password-prompt-regexp): Modified to match the | |
| 6624 output of ksu and ssh-add. | |
| 6625 | |
| 6626 1999-05-11 Kenichi HANDA <handa@etl.go.jp> | |
| 6627 | |
| 6628 * language/korea-util.el (isearch-toggle-korean-input-method): | |
| 6629 Adjusted for the change of input method handling in isearch.el. | |
| 6630 (isearch-hangul-switch-symbol-ksc): Likewise. | |
| 6631 (isearch-hangul-switch-hanja): Likewise. | |
| 6632 | |
| 6633 1999-05-10 Dave Love <fx@gnu.org> | |
| 6634 | |
| 6635 * help.el (help-make-xrefs): Fix typo. | |
| 6636 | |
| 6637 1999-05-10 Andreas Schwab <schwab@gnu.org> | |
| 6638 | |
| 6639 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add | |
| 6640 unibyte-display-via-language-environment. | |
| 6641 | |
| 6642 * help.el (help-make-xrefs): Handle more cases when looking for | |
| 6643 commands in a keymap description. | |
| 6644 | |
| 6645 1999-05-10 Eli Zaretskii <eliz@gnu.org> | |
| 6646 | |
| 6647 * loadup.el: For ms-dos systems, load ccl and codepage. | |
| 6648 | |
| 6649 1999-05-09 Ken'ichi Handa <handa@gnu.org> | |
| 6650 | |
| 6651 * ps-print.el (ps-control-character): Call | |
| 6652 ps-mule-prepare-ascii-font to setup ASCII fonts. | |
| 6653 | |
| 6654 * ps-mule.el (ps-mule-begin-job): Redo this change "if | |
| 6655 ps-multibyte-buffer is nil, use | |
| 6656 ps-mule-font-info-database-default." | |
| 6657 | |
| 6658 1999-05-08 Ken Stevens <k.stevens@ieee.org> | |
| 6659 | |
| 6660 * ispell.el (ispell-local-dictionary-alist): New variable for | |
| 6661 customizing local dictionaries not accessable by everyone. | |
| 6662 (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'. | |
| 6663 (ispell-required-version): Changed format `(major minor | |
| 6664 revision)' to support general pattern matching. | |
| 6665 (ispell-tex-skip-alists): AMS Tex block comment and `\author' | |
| 6666 skip region commented out due to incorrect skip potential in std latex. | |
| 6667 (ispell-word): Removed `when' macro. Fixed bug of not restoring | |
| 6668 cursor point on small words for calls from `ispell-minor-mode'. | |
| 6669 (check-ispell-version): Tests and accepts versions major.minor | |
| 6670 and above, with adjustments for interactions in 3.1.0-3.1.11. | |
| 6671 (ispell-get-line): No longer skips ispell process special characters. | |
| 6672 (ispell-comments-and-strings): Removed `when' macro call. | |
| 6673 (ispell-minor-check): Requires ispell-word to restore cursor point. | |
| 6674 (ispell-buffer-local-parsing): Supports checking comments only. | |
| 6675 | |
| 6676 1999-05-08 Karl Heuer <kwzh@gnu.org> | |
| 6677 | |
| 6678 * comint.el (comint-password-prompt-regexp): Fix last change to be | |
| 6679 more specific. | |
| 6680 | |
| 6681 1999-05-07 Richard M. Stallman <rms@gnu.org> | |
| 6682 | |
| 6683 * subr.el (with-temp-message): Fix the other call to message | |
| 6684 to use %s. | |
| 6685 | |
| 6686 1999-05-07 Michael Ernst <mernst@alum.mit.edu> | |
| 6687 | |
| 6688 * gud.el (gud-format-command): "%F" means file sans extension. | |
|
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
6689 (jdb): Use %F, not %f, for gud-break. |
| 25837 | 6690 |
| 6691 1999-05-07 Joel N. Weber II <devnull@melange.gnu.org> | |
| 6692 | |
| 6693 * comint.el (comint-password-prompt-regexp): Modified so that it | |
| 6694 matches the output of kinit. | |
| 6695 | |
| 6696 1999-05-06 Greg Stark <gsstark@mit.edu> | |
| 6697 | |
| 6698 * timezone.el (timezone-parse-date): Recognize new format used in | |
| 6699 internet cookies. | |
| 6700 | |
| 6701 1999-05-04 Tudor Hulubei <tudor@cs.unh.edu> | |
| 6702 | |
| 6703 * international/iso-acc.el (iso-languages): Add latin-2 cedillas. | |
| 6704 | |
| 6705 1999-05-04 Andrew Innes <andrewi@gnu.org> | |
| 6706 | |
| 6707 * time.el (display-time-update): Allow for wrap-around when | |
| 6708 checking against display-time-server-down-time. | |
| 6709 | |
| 6710 1999-05-04 Ken'ichi Handa <handa@gnu.org> | |
| 6711 | |
| 6712 * international/mule-diag.el (describe-coding-system): Fix English | |
| 6713 message. | |
| 6714 | |
| 6715 1999-05-03 Jason Rumney <jasonr@altavista.net> | |
| 6716 | |
| 6717 * term/w32-win.el: Change the x-charset-registry property for the | |
| 6718 Japanese charsets that are supported by Japanese Windows fonts. | |
| 6719 | |
| 6720 1999-05-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
| 6721 | |
| 6722 * diary-lib.el (diary-remind): Rewritten to behave sensibly for | |
| 6723 diary-block diary entries for which the reminders and the diary | |
| 6724 entries can overlap. | |
| 6725 | |
| 6726 1999-05-02 Jason Rumney <jasonr@altavista.net> | |
| 6727 | |
| 6728 * term/w32-win.el (mouse-set-font): Ensure constructed fontset | |
| 6729 matches the font selected in the dialog. | |
| 6730 | |
| 6731 1999-05-02 Dave Love <fx@gnu.org> | |
| 6732 | |
| 6733 * browse-url.el (browse-url-browser-function): Add :version. | |
| 6734 | |
| 6735 * international/mule.el (auto-coding-alist): Add .tgz. | |
| 6736 | |
| 6737 1999-05-2 Eli Zaretskii <eliz@is.elta.co.il> | |
| 6738 | |
| 6739 * international/codepage.el (cp-coding-system-for-codepage-1): | |
| 6740 Make the magnification parameter for the -dos encoder be 2. | |
| 6741 | |
| 6742 1999-05-2 Andrew Innes <andrewi@gnu.org> | |
| 6743 | |
| 6744 * term/w32-win.el (w32-drag-n-drop): Select file in window where | |
| 6745 it is dropped, rather than current window. | |
| 6746 | |
| 6747 * mail/smtpmail.el (smtpmail-deduce-address-list): Bind variables | |
| 6748 after switching buffer, as case-fold-search is a buffer local | |
| 6749 variable. | |
| 6750 | |
| 6751 * w32-fns.el (convert-standard-filename): Only convert directory | |
| 6752 separators to backslash if the interactive shell is one of the | |
| 6753 standard Windows shells that has DOS semantics. | |
| 6754 | |
| 6755 * ls-lisp.el (ls-lisp-format-time): Trap errors from | |
| 6756 format-time-string, and return a suitable string to indicate the | |
| 6757 timestamp was invalid. | |
| 6758 | |
| 6759 * hexl.el (hexlify-command): Apply shell-quote-argument after | |
| 6760 expanding hexl-program in case exec-directory contains a space. | |
| 6761 (dehexlify-command): Ditto. | |
| 6762 | |
| 6763 * dos-w32.el (file-name-buffer-file-type-alist): Remove various | |
| 6764 file extension regexps which aren't necessarily binary files. | |
| 6765 (direct-print-region-helper): Use subst-char-in-string instead of | |
| 6766 binding directory-sep-char to convert filenames to DOS syntax. | |
| 6767 (direct-print-region-use-command-dot-com): New variable. | |
| 6768 (direct-print-region-helper): Use it to control whether to invoked | |
| 6769 command.com to print on Windows 9x. | |
| 6770 | |
| 6771 * browse-url.el (browse-url-browser-function): Default to | |
| 6772 browse-url-default-windows-browser on windows-nt. | |
| 6773 (browse-url-default-windows-browser): New function. | |
| 6774 | |
| 6775 1999-04-30 Eli Zaretskii <eliz@is.elta.co.il> | |
| 6776 | |
| 6777 * forms.el (forms-mode): Don't call forms-first-record or | |
| 6778 forms-last-record if the data file has zero records. | |
| 6779 | |
| 6780 1999-04-29 Richard M. Stallman <rms@gnu.org> | |
| 6781 | |
| 6782 * files.el (find-file-noselect-1): If buffer-file-name has changed | |
| 6783 after find-file-not-found-hooks runs, recompute the truename. | |
| 6784 And don't use FILENAME after that point. | |
| 6785 | |
| 6786 1999-04-27 Dave Love <fx@gnu.org> | |
| 6787 | |
| 6788 * paren.el (show-paren-mode) | |
| 6789 * which-func.el (which-func-mode-global) | |
| 6790 * type-break.el (type-break-mode) | |
| 6791 * time.el (display-time-mode) | |
| 6792 * rsz-mini.el (resize-minibuffer-mode) | |
| 6793 * mouse-sel.el (mouse-sel-mode) | |
| 6794 * icomplete.el (icomplete-mode) | |
| 6795 * hscroll.el (hscroll-global-mode) | |
| 6796 * help.el (temp-buffer-resize-mode) | |
| 6797 * font-lock.el (global-font-lock-mode) | |
| 6798 * delsel.el (delete-selection-mode) | |
| 6799 * avoid.el (mouse-avoidance-mode) | |
| 6800 * autoinsert.el (auto-insert-mode) | |
| 6801 * winner.el (winner-mode): Doc fix. | |
| 6802 | |
| 6803 1999-04-26 Karl Heuer <kwzh@gnu.org> | |
| 6804 | |
| 6805 * mail/rmail.el (rmail-next-same-subject): When searching, ignore | |
| 6806 the same whitespace that was ignored in choosing the subject string. | |
| 6807 | |
| 6808 1999-04-26 Richard M. Stallman <rms@gnu.org> | |
| 6809 | |
| 6810 * info.el (Info-find-node): Position properly after finding anchor. | |
| 6811 | |
| 6812 * cus-start.el (all): Handle unibyte-display-via-language-environment. | |
| 6813 | |
| 6814 * simple.el (indent-new-comment-line): Fix previous change. | |
| 6815 | |
| 6816 * complete.el: Delete the wildcard expansion feature | |
| 6817 since that is now standard in find-file. | |
| 6818 (PC-try-load-many-files): Function deleted. | |
| 6819 (PC-after-load-many-files): Function deleted. | |
| 6820 (PC-many-files-list): Variable deleted. | |
| 6821 (PC-disable-wildcards): Variable deleted. | |
| 6822 (partial-completion-mode): Don't enable the wildcard feature. | |
| 6823 | |
| 6824 * complete.el (PC-look-for-include-file): Don't set global variables | |
| 6825 `error', `buf' and `filename' here. | |
| 6826 | |
| 6827 * mail/sendmail.el (mail-sent-via): Use copy-marker not make-marker. | |
| 6828 | |
| 6829 1999-04-26 John Wiegley <johnw@oneworld.new-era.com> | |
| 6830 | |
| 6831 * textmodes/outline.el (outline-regexp): Doc fix. | |
| 6832 | |
| 6833 1999-04-26 John Wiegley <johnw@borland.com> | |
| 6834 | |
| 6835 * progmodes/compile.el (compilation-error-regexp-alist): Recognize | |
| 6836 C++Builder 4.0 error message syntax. | |
| 6837 | |
| 6838 1999-04-26 Mark Diekhans <markd@Grizzly.COM> | |
| 6839 | |
| 6840 * progmodes/compile.el (grep-compute-defaults): If xargs -e isn't | |
| 6841 supported, use find -exec. | |
| 6842 | |
| 6843 1999-04-26 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp> | |
| 6844 | |
| 6845 * textmodes/texinfmt.el (texinfo-format-buffer): Bind | |
| 6846 coding-system-for-write, to avoid hanging when non-interactive. | |
| 6847 | |
| 6848 1999-04-26 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
| 6849 | |
| 6850 * textmodes/bibtex.el (bibtex-reference-head): Allow entries to | |
| 6851 start with a newline. | |
| 6852 | |
| 6853 1999-04-13 Ken'ichi Handa <handa@gnu.org> | |
| 6854 | |
| 6855 * international/mule-conf.el (x-ctext): New coding system. | |
| 6856 | |
| 6857 1999-04-12 Richard M. Stallman <rms@gnu.org> | |
| 6858 | |
| 6859 * international/mule-cmds.el (input-method-function): | |
| 6860 Add permanent-local property. | |
| 6861 | |
| 6862 1999-04-12 Dave Love <fx@gnu.org> | |
| 6863 | |
| 6864 * jka-compr.el (jka-compr-insert-file-contents): Fix previous | |
| 6865 change to use jka-compr-byte-compiler-base-file-name. | |
| 6866 | |
| 6867 * supercite.el (sc-scan-info-alist): Revert last change. | |
| 6868 (sc-attrib-selection-list): Fix :type here instead. | |
| 6869 | |
| 6870 1999-04-11 Eli Zaretskii <eliz@gnu.org> | |
| 6871 | |
| 6872 * international/mule.el (auto-coding-alist-lookup): Include ms-dos | |
| 6873 in the list of case-insensitive filesystems. | |
| 6874 | |
| 6875 1999-04-09 Kenichi Handa <handa@etl.go.jp> | |
| 6876 | |
| 6877 * international/fontset.el (create-fontset-from-fontset-spec): | |
| 6878 Don't register duplicated alias fontset names. | |
| 6879 | |
| 6880 1999-04-08 Richard Stallman <rms@gnu.org> | |
| 6881 | |
| 6882 * international/mule.el (auto-coding-alist-lookup): New function. | |
| 6883 (set-auto-coding): Use auto-coding-alist-lookup. | |
| 6884 | |
| 6885 * jka-compr.el (jka-compr-insert-file-contents): | |
| 6886 Use auto-coding-alist-lookup to check for files that | |
| 6887 should not have eol conversion, in the unibyte case. | |
| 6888 | |
| 6889 1999-04-07 Dave Love <fx@gnu.org> | |
| 6890 | |
| 6891 * help.el (describe-variable): Check custom-loads property as well | |
| 6892 as custom-type. | |
| 6893 | |
| 6894 * abbrev.el (abbrev-mode): Customizing sets the default value. | |
| 6895 | |
| 6896 1999-04-08 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
| 6897 | |
| 6898 * vc.el (vc-backend-revert): For CVS files that were made | |
| 6899 writeable with "cvs edit", call "cvs unedit" to undo that. | |
| 6900 | |
| 6901 1999-04-08 Dave Love <fx@gnu.org> | |
| 6902 | |
| 6903 * mail/supercite.el: (sc-attrib-selection-list): Fix custom type | |
| 6904 more. | |
| 6905 (sc-emacs-features): Recognize Emacs 20. | |
| 6906 (sc-read-string): Use history arg. | |
| 6907 (sc-scan-info-alist): Check for rtnvalue a cons. | |
| 6908 | |
| 6909 1999-04-08 Kenichi HANDA <handa@etl.go.jp> | |
| 6910 | |
| 6911 * gnus/gnus-mule.el (gnus-mule-message-send-mail-function): Find a | |
| 6912 coding system to encode the message by | |
| 6913 select-message-coding-system. | |
| 6914 | |
| 6915 1999-04-07 Richard Stallman <rms@gnu.org> | |
| 6916 | |
| 6917 * progmodes/sql.el (sql-send-paragraph): Delete duplicate definition. | |
| 6918 | |
| 6919 * winner.el: Reorder definitions. | |
| 6920 | |
| 6921 * mail/mh-utils.el (mh-find-progs): Try /etc/nmh and lib/nmh dirs. | |
| 6922 | |
| 6923 * mail/rmail.el (rmail-decode-babyl-format): | |
| 6924 Undo previous change. | |
| 6925 | |
| 6926 1999-04-06 Richard Stallman <rms@gnu.org> | |
| 6927 | |
| 6928 * info.el (Info-find-node): Check for an anchor at the | |
| 6929 proper place, before reading an indirect file. | |
| 6930 | |
| 6931 * imenu.el (imenu--mouse-menu): Use assq when searching in FINAL. | |
| 6932 | |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
6933 * jka-compr.el (jka-compr-insert-file-contents): |
| 25837 | 6934 Use raw-text-unix when we want no conversion. |
| 6935 | |
| 6936 1999-04-06 Thierry Emery <Thierry.Emery@nmu.alcatel.fr> | |
| 6937 | |
| 6938 * timezone.el (timezone-parse-date): Corrected regexp for | |
| 6939 style (5) date format so that tenths of seconds are optional. | |
| 6940 | |
| 6941 1999-04-05 Eli Zaretskii <eliz@gnu.org> | |
| 6942 | |
| 6943 * term/internal.el (dos-cpNNN-setup): New function, with the guts | |
| 6944 of dos-codepage-setup. | |
| 6945 (cjk-codepages-alist): New variable, an alist of Far-Eastern | |
| 6946 codepages for which there's no need to set up cpNNN coding | |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
6947 systems. |
| 25837 | 6948 (dos-codepage-setup): Support Far-Eastern DOS terminals. |
| 6949 | |
| 6950 1999-04-05 Richard Stallman <rms@gnu.org> | |
| 6951 | |
| 6952 * mail/rmail.el (rmail-ignored-headers): Doc fix. | |
| 6953 | |
| 6954 1999-04-02 Richard Stallman <rms@gnu.org> | |
| 6955 | |
| 6956 * progmodes/compile.el (compilation-handle-exit): Do right thing | |
| 6957 if (car status) doesn't end in a newline. | |
| 6958 | |
| 6959 1999-04-01 Dave Love <fx@gnu.org> | |
| 6960 | |
| 6961 * progmodes/sql.el (SQL): Add defgroup :version. | |
| 6962 | |
| 6963 1999-03-31 Richard M. Stallman <rms@caffeine.ai.mit.edu> | |
| 6964 | |
| 6965 * emacs-lisp/bytecomp.el (byte-compile-file): Clear | |
| 6966 buffer-file-coding-system. If the coding system used is raw-text, | |
| 6967 etc., make the *Compiler Input* buffer unibyte. | |
| 6968 | |
| 6969 * international/mule.el (find-new-buffer-file-coding-system): Doc fix. | |
| 6970 | |
| 6971 * loadup.el: Don't write the fns-...el file if not dumping. | |
| 6972 | |
| 6973 1999-03-31 Dave Love <fx@gnu.org> | |
| 6974 | |
| 6975 * snmp-mode.el (snmp): Fix defgroup :version. | |
| 6976 | |
| 6977 * hilit-chg.el (highlight-changes): Add defgroup :version. | |
| 6978 | |
| 6979 1999-03-31 Andreas Schwab <schwab@gnu.org> | |
| 6980 | |
| 6981 * gnus/gnus-sum.el (gnus-data-compute-positions): Move down after | |
| 6982 the gnus-save-hidden-threads macro. | |
| 6983 | |
| 6984 1999-03-30 Per Abrahamsen <abraham@dina.kvl.dk> | |
| 6985 | |
| 6986 * faces.el (face-set-after-frame-default): Obey the | |
| 6987 `customized-face' for new faces. | |
| 6988 | |
| 6989 1999-03-30 Dave Love <fx@gnu.org> | |
| 6990 | |
| 6991 * international/mule-cmds.el (current-language-environment): Doc fix. | |
| 6992 * abbrev.el (abbrev-mode): Doc fix. | |
| 6993 * autoinsert.el (auto-insert-mode): Doc fix. | |
| 6994 * complete.el (partial-completion-mode): Doc fix. | |
| 6995 * avoid.el (mouse-avoidance-mode): Doc fix. | |
| 6996 * delsel.el (delete-selection-mode): Doc fix. | |
| 6997 * font-lock.el (global-font-lock-mode): Doc fix. | |
| 6998 * help.el (temp-buffer-resize-mode): Doc fix. | |
| 6999 * hscroll.el (hscroll-global-mode): Doc fix. | |
| 7000 * icomplete.el (icomplete-mode): Doc fix. | |
| 7001 * mouse-sel.el (mouse-sel-mode): Doc fix. | |
| 7002 * paren.el (show-paren-mode): Doc fix. | |
| 7003 * rsz-mini.el (resize-minibuffer-mode): Doc fix. | |
| 7004 * time.el (display-time-mode): Doc fix. | |
| 7005 * type-break.el (type-break-mode): Doc fix. | |
| 7006 * which-func.el (which-func-mode-global): Doc fix. | |
| 7007 * winner.el (winner-mode): Doc fix. | |
| 7008 | |
| 7009 1999-03-30 Michael Ernst <mernst@alum.mit.edu> | |
| 7010 | |
| 7011 * wid-edit.el (widget-before-change): Signal text-read-only rather | |
| 7012 than an ordinary error. | |
| 7013 | |
| 7014 1999-03-30 Richard M. Stallman <rms@gnu.org> | |
| 7015 | |
| 7016 * repeat.el: Don't require advice. | |
| 7017 (repeat): Do function-indirection in check for kbd macro. | |
| 7018 In self-insert case, use the *last* char in INSERTION. | |
| 7019 | |
| 7020 1999-03-30 Karl Heuer <kwzh@gnu.org> | |
| 7021 | |
| 7022 * progmodes/cc-cmds.el (c-indent-command): Doc fix. | |
| 7023 | |
| 7024 1999-03-29 Andreas Schwab <schwab@gnu.org> | |
| 7025 | |
| 7026 * textmodes/tex-mode.el (tex-start-shell): Use add-hook for | |
| 7027 comint-input-filter-functions. Make variables related to shell | |
| 7028 directory tracking local. | |
| 7029 | |
| 7030 1999-03-26 Andreas Schwab <schwab@gnu.org> | |
| 7031 | |
| 7032 * emacs-lisp/debug.el (debug): Make *Backtrace* buffer writable. | |
| 7033 | |
| 7034 * simple.el (shell-command-on-region): Cope with exit-status being | |
| 7035 nil, which happens if call-process-region was interrupted. | |
| 7036 | |
| 7037 1999-03-26 Richard M. Stallman <rms@gnu.org> | |
| 7038 | |
| 7039 * simple.el (indent-new-comment-line): Handle use at a point | |
| 7040 after a comment-end. Handle multiple comments. | |
| 7041 | |
| 7042 * mail/rmail.el (rmail-decode-babyl-format): | |
| 7043 To prevent locking, bind buffer-file-name to nil. | |
| 7044 | |
| 7045 1999-03-26 Karl Fogel <kfogel@red-bean.com> | |
| 7046 | |
| 7047 * mail-hist.el (mail-hist-current-header-name): Don't make | |
| 7048 off-by-one-error when determining if in message body. | |
| 7049 | |
| 7050 1999-03-25 Andrew Innes <andrewi@gnu.org> | |
| 7051 | |
| 7052 * w32-fns.el (set-default-process-coding-system): Copied from | |
| 7053 dos-w32.el, but modified to use Unix line endings for process | |
| 7054 input, and to add a suitable entry to process-coding-system-alist | |
| 7055 for DOS shells. | |
| 7056 | |
| 7057 * dos-fns.el (set-default-process-coding-system): Copied from | |
| 7058 dos-w32.el. | |
| 7059 | |
| 7060 * dos-w32.el (set-default-process-coding-system): Move function to | |
| 7061 dos-fns.el; a different version is used in w32-fns.el. | |
| 7062 | |
| 7063 1999-03-24 Dave Love <fx@gnu.org> | |
| 7064 | |
| 7065 * info.el (Info-directory-list): Revert change to re-writing | |
| 7066 Info-default-directory-list, but put `alternative' first. | |
| 7067 (Info-insert-dir): Modify selecting the top dir file as a consequence. | |
| 7068 | |
| 7069 1999-03-23 Simon Marshall <simon@gnu.org> | |
| 7070 | |
| 7071 * font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is | |
| 7072 on the line by itself. | |
| 7073 (java-font-lock-keywords-2): Likewise. Don't fontify a class name if | |
| 7074 it is not in a declarative context. | |
| 7075 | |
| 7076 1999-03-22 Per Abrahamsen <abraham@dina.kvl.dk> | |
| 7077 | |
| 7078 * cus-edit.el (custom-variable-prompt): Allow customization of | |
| 7079 autoloaded symbols. | |
| 7080 | |
| 7081 1999-03-22 Kenichi HANDA <handa@etl.go.jp> | |
| 7082 | |
| 7083 * simple.el (what-cursor-position): Don't cause error when point | |
| 7084 is at invalid multibyte sequence. | |
| 7085 | |
| 7086 1999-03-21 Karl Heuer <kwzh@gnu.org> | |
| 7087 | |
| 7088 * complete.el (partial-completion-mode): Doc fix. | |
| 7089 | |
| 7090 1999-03-19 Richard M. Stallman <rms@gnu.org> | |
| 7091 | |
| 7092 * progmodes/cplus-md.el (old-c++): Remove :group. | |
| 7093 | |
| 7094 * progmodes/c-mode.el (old-c): Remove :group. | |
| 7095 | |
| 7096 1999-03-18 Simon Marshall <simon@gnu.org> | |
| 7097 | |
| 7098 * font-lock.el (c-font-lock-keywords-2): Added "complex" type. | |
| 7099 (java-font-lock-keywords-2): Added "strictfp" keyword. | |
| 7100 | |
| 7101 1999-03-17 Jason Rumney <jasonr@altavista.net> | |
| 7102 | |
| 7103 * w32-fns.el (set-w32-system-coding-system) New function. | |
| 7104 (w32-system-coding-system) Initialize to 'iso-latin-1. | |
| 7105 | |
| 7106 1999-03-17 Eli Zaretskii <eliz@gnu.org> | |
| 7107 | |
| 7108 * international/mule-cmds.el (set-language-environment): Fix | |
| 7109 previous change: don't use dos-codepage when unbound. | |
| 7110 | |
| 7111 1999-03-17 Karl Heuer <kwzh@gnu.org> | |
| 7112 | |
| 7113 * calendar/appt.el (appt-make-list): Fix previous change. | |
| 7114 | |
| 7115 1999-03-16 Richard M. Stallman <rms@gnu.org> | |
| 7116 | |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
7117 * window.el (shrink-window-if-larger-than-buffer): |
| 25837 | 7118 Don't try to redisplay with the cursor at the end |
| 7119 on its own line--that would force a scroll and spoil things. | |
| 7120 | |
| 7121 1999-03-16 Eli Zaretskii <eliz@gnu.org> | |
| 7122 | |
| 7123 * international/mule-cmds.el (set-language-environment): Don't use | |
| 7124 cpNNN-nonascii-translation-table if it is unbound. | |
| 7125 | |
| 7126 * term/internal.el (dos-codepage-setup): Compute the unibyte | |
| 7127 syntax table and bind unibyte-display-via-language-environment | |
| 7128 here, rather than at top level, so that resetting to unibyte in | |
| 7129 .emacs works as expected. | |
| 7130 | |
| 7131 1999-03-15 Simon Marshall <simon@gnu.org> | |
| 7132 | |
| 7133 * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword. | |
| 7134 | |
| 7135 1999-03-14 Milan Zamazal <pdm@pvt.net> | |
| 7136 | |
| 7137 * abbrev.el (inverse-add-abbrev): Inherit the current input method. | |
| 7138 | |
| 7139 1999-03-14 Kenichi Handa <handa@etl.go.jp> | |
| 7140 | |
| 7141 * international/mule-util.el (detect-coding-with-priority): | |
| 7142 Restore the internal database. | |
| 7143 | |
| 7144 1999-03-14 Stephen Eglen <stephen@gnu.org> | |
| 7145 | |
| 7146 * mail/sendmail.el (sendmail-send-it): Fix typo in error string | |
| 7147 if mail-from-style has invalid value. | |
| 7148 | |
| 7149 1999-03-12 Karl Heuer <kwzh@gnu.org> | |
| 7150 | |
| 7151 * vc.el (vc-delete-logbuf-window): New var. | |
| 7152 (vc-finish-logentry): Use it. | |
| 7153 | |
| 7154 1999-03-12 Richard M. Stallman <rms@gnu.org> | |
| 7155 | |
| 7156 * startup.el (command-line-1): Improve startup msg. | |
| 7157 | |
| 7158 1999-03-12 Eric M. Ludlam <zappo@ultranet.com> | |
| 7159 | |
| 7160 * speedbar.el: Added commentary about stealthy functions. | |
| 7161 (speedbar-message) new function. | |
| 7162 (speedbar-y-or-n-p): New function | |
| 7163 (speedbar-with-attached-buffer) Moved macro before reference. | |
| 7164 Now uses `save-selected-window'. | |
| 7165 (speedbar-mouse-hscroll, speedbar-track-mouse, speedbar-refresh, | |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
7166 speedbar-generic-item-info, speedbar-item-info-file-helper, |
| 25837 | 7167 speedbar-item-delete, speedbar-insert-generic-list, |
| 7168 speedbar-timer-fn, speedbar-check-vc-this-line, | |
| 7169 speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags, | |
| 7170 speedbar-buffers-item-info) Use speedbar-message. | |
| 7171 (speedbar-item-info) Limit `message-log-max'. | |
| 7172 (speedbar-item-load, speedbar-item-copy, speedbar-item-rename, | |
| 7173 speedbar-item-delete, speedbar-item-object-delete, | |
| 7174 speedbar-buffer-kill-buffer) Use speedbar-y-or-n-p. | |
| 7175 | |
| 7176 1999-03-10 Kenichi Handa <handa@mulelab.etl.go.jp> | |
| 7177 | |
| 7178 * server.el (server-start): Set coding system for the server | |
| 7179 process to raw-text. | |
| 7180 (server-process-filter): Decode file names if necessary. | |
| 7181 | |
| 7182 1999-03-12 Dave Love <fx@gnu.org> | |
| 7183 | |
| 7184 * textmodes/fill.el (sentence-end-double-space): Doc fix. | |
| 7185 | |
| 7186 * textmodes/paragraphs.el (sentence-end): Doc fix. | |
| 7187 | |
| 7188 1999-03-11 Karl Heuer <kwzh@gnu.org> | |
| 7189 | |
| 7190 * comint.el (comint-password-prompt-regexp): Accept "login password:" | |
| 7191 | |
| 7192 1999-03-09 Karl Heuer <kwzh@gnu.org> | |
| 7193 | |
| 7194 * ispell.el (ispell-dictionary-alist-1): Shorten autoloaded line. | |
| 7195 (ispell-dictionary-alist-2): Likewise. | |
| 7196 (ispell-dictionary-alist-3, ispell-dictionary-alist-4): New vars. | |
| 7197 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): New vars. | |
| 7198 (ispell-dictionary-alist): Build from six pieces, not just two. | |
| 7199 | |
| 7200 * ps-bdf.el (bdf-directory-list): Doc fix. | |
| 7201 | |
| 7202 * enriched.el (enriched-mode): Make var permanent-local. | |
| 7203 | |
| 7204 1999-03-09 Dave Love <fx@gnu.org> | |
| 7205 | |
| 7206 * textmodes/sgml-mode.el (html-mode): Use | |
| 7207 sentence-end-double-space when setting sentence-end. | |
| 7208 | |
| 7209 1999-03-09 Ken'ichi Handa <handa@gnu.org> | |
| 7210 | |
| 7211 * language/thai.el (tis-620): New alias coding system for thai-tis620. | |
| 7212 | |
| 7213 1999-03-08 Felix Lee <flee@cygnus.com> | |
| 7214 | |
| 7215 * textmodes/flyspell.el (flyspell-mode-on): Use change-major-mode-hook. | |
| 7216 | |
| 7217 * textmodes/outline.el (outline-back-to-heading): Fix invisible-ok. | |
| 7218 | |
| 7219 1999-03-08 Karl Heuer <kwzh@gnu.org> | |
| 7220 | |
| 7221 * dired-aux.el (dired-do-copy-regexp): Doc fix. | |
| 7222 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix. | |
| 7223 | |
| 7224 * dired.el (dired-do-copy-regexp): Doc fix. | |
| 7225 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix. | |
| 7226 | |
| 7227 1999-03-08 Roger Breitenstein <roger.breitenstein@starfish.com> | |
| 7228 | |
| 7229 * mail/smtpmail.el (smtpmail-do-bcc): Fix regexp. | |
| 7230 | |
| 7231 1999-03-08 Jason Rumney <jasonr@altavista.net> | |
| 7232 | |
| 7233 * international/codepage.el (cp1250-decode-table) | |
| 7234 (cp1251-decode-table, cp1253-decode-table) | |
| 7235 (cp1257-decode-table): New translation tables for MS Windows codepages. | |
| 7236 (cp-make-coding-systems-for-codepage): Accept 4 digit codepages. | |
| 7237 | |
| 7238 1999-03-07 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp> | |
| 7239 | |
| 7240 * textmodes/texinfmt.el (texinfo-append-refill): Check @c correctly. | |
| 7241 | |
| 7242 1999-03-07 Eli Zaretskii <eliz@gnu.org> | |
| 7243 | |
| 7244 * ps-bdf.el (bdf-directory-list): Different value for ms-dos. | |
| 7245 | |
| 7246 * term/internal.el (top level): Display character 255 as 8bit as well. | |
| 7247 | |
| 7248 1999-03-06 Dave Love <fx@gnu.org> | |
| 7249 | |
| 7250 * progmodes/cc-cmds.el (c-outline-level): Bind | |
| 7251 buffer-invisibility-spec. | |
| 7252 | |
| 7253 * progmodes/c-mode.el (c-outline-level): Likewise. | |
| 7254 | |
| 7255 * progmodes/ada-mode.el (ada-outline-level): Likewise. | |
| 7256 | |
| 7257 1999-03-05 Felix Lee <flee@cygnus.com> | |
| 7258 | |
| 7259 * textmodes/outline.el (outline-get-last-sibling): Doc fix. | |
| 7260 | |
| 7261 1999-03-05 Richard M. Stallman <rms@gnu.org> | |
| 7262 | |
| 7263 * bindings.el (complete-symbol): Invert meaning of prefix arg. | |
| 7264 | |
| 7265 1999-03-05 Andrew Innes <andrewi@gnu.org> | |
| 7266 | |
| 7267 * w32-fns.el (convert-standard-filename): Convert directory | |
| 7268 separators to Windows format. | |
| 7269 | |
| 7270 1999-03-05 Andreas Schwab <schwab@gnu.org> | |
| 7271 | |
| 7272 * international/skkdic-cnv.el: Provide skkdic-cnv. | |
| 7273 (skkdic-convert): Emit code to require skkdic-cnv at compile time. | |
| 7274 (batch-skkdic-convert): Doc fix. | |
| 7275 | |
| 7276 1999-03-04 Dave Love <fx@gnu.org> | |
| 7277 | |
| 7278 * custom.el (custom-set-variables): Protect against setter errors. | |
| 7279 | |
| 7280 1999-03-04 Eli Zaretskii <eliz@gnu.org> | |
| 7281 | |
| 7282 * ls-lisp.el (ls-lisp-insert-directory): Protect the sum total of | |
| 7283 the file sizes from overflowing. | |
| 7284 (ls-lisp-format): If file size is a float, use %8.0f to print it. | |
| 7285 Under -s, print the size in blocks with %4.0f, in case they have | |
| 7286 a *really* huge file. | |
| 7287 | |
| 7288 1999-03-03 Dave Love <fx@gnu.org> | |
| 7289 | |
| 7290 * options.el (edit-options): Doc fix. | |
| 7291 (list-options): Don't lose with unbound symbols. Maintain | |
| 7292 Edit-options-mode. | |
| 7293 | |
| 7294 1999-03-01 Dave Love <fx@gnu.org> | |
| 7295 | |
| 7296 * mail/supercite.el (sc-attrib-selection-list): Fix custom type. | |
| 7297 | |
| 7298 1999-02-28 Richard M. Stallman <rms@gnu.org> | |
| 7299 | |
| 7300 * ispell.el (ispell-dictionary-alist-override): New variable. | |
| 7301 (ispell-dictionary-alist): Don't setq it, | |
| 7302 if ispell-dictionary-alist-override is set. | |
| 7303 | |
| 7304 * simple.el (shell-command-default-error-buffer): Renamed from | |
| 7305 shell-command-on-region-default-error-buffer. | |
| 7306 (shell-command-on-region): Mention in echo area when there | |
| 7307 is some error output. Mention success or failure, too. | |
| 7308 Accumulate multiple error outputs | |
| 7309 going forward, with formfeed in between. Display the error buffer | |
| 7310 when we have put something in it. | |
| 7311 (shell-command): Add the ERROR-BUFFER argument feature. | |
| 7312 | |
| 7313 1999-02-28 Karl Heuer <kwzh@gnu.org> | |
| 7314 | |
| 7315 * mail/mh-utils.el (mh-lib): Doc fix. | |
| 7316 (mh-lib-progs, mh-nmh-p): New vars. | |
| 7317 (mh-find-progs): Set mh-lib-progs along with other vars. | |
| 7318 (mh-path-search): New arg FUNC-P; if specified, use that instead | |
| 7319 of mh-file-command-p. | |
| 7320 (mh-install, mh-exec-lib-cmd-output): Use mh-lib-progs. | |
| 7321 | |
| 7322 * mail/mh-comp.el (mh-repl-formfile): New var. | |
| 7323 (mh-smail-batch): Don't ignore all arguments. | |
| 7324 (mh-reply): Do the right thing when using nmh. | |
| 7325 | |
| 7326 1999-02-27 Kenichi Handa <handa@etl.go.jp> | |
| 7327 | |
| 7328 * international/mule-cmds.el (select-safe-coding-system): Be sure | |
| 7329 to show a buffer being decoded. | |
| 7330 | |
| 7331 1999-02-26 Ken'ichi Handa <handa@gnu.org> | |
| 7332 | |
| 7333 * ps-bdf.el (bdf-directory-list): Initialize it to | |
| 7334 '("/usr/local/share/emacs/fonts/bdf"). | |
| 7335 | |
| 7336 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
| 7337 | |
| 7338 * ps-print.el: PostScript programming fix. | |
| 7339 (ps-print-prologue-1): Fix BeginDoc PostScript procedure (don't use | |
| 7340 setpagedevice operator). | |
| 7341 | |
| 7342 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
| 7343 | |
| 7344 * ps-print.el: Doc fix, font size specifies landscape and portrait | |
| 7345 sizes. | |
| 7346 (ps-print-version): New version number (4.1.4). | |
| 7347 (ps-font-size, ps-header-font-size, ps-header-title-font-size): | |
| 7348 Specifies landscape and portrait sizes. | |
| 7349 (ps-setup, ps-print-quote, ps-line-lengths-internal, ps-nb-pages) | |
| 7350 (ps-get-page-dimensions, ps-begin-file, ps-begin-job, ps-generate): Fun | |
| 7351 fix. | |
| 7352 (ps-get-font-size): New fun. | |
| 7353 (ps-font-size-internal, ps-header-font-size-internal) | |
| 7354 (ps-header-title-font-size-internal): New vars. | |
| 7355 | |
| 7356 * ps-mule.el: Change of ps-print font size variable name. | |
| 7357 (ps-mule-generate-font): Fun fix. | |
| 7358 (ps-mule-begin-job): Programming uniformization. | |
| 7359 | |
| 7360 1999-02-25 Dave Love <fx@gnu.org> | |
| 7361 | |
| 7362 * help.el (help-xref-info-regexp): Allow linebreaks and capital. | |
| 7363 (help-make-xrefs): Do Info case first. | |
| 7364 | |
| 7365 * repeat.el: Don't require advice. | |
| 7366 (repeat-last-kill-command): Variable deleted. | |
| 7367 | |
| 7368 1999-02-25 Richard Stallman <rms@gnu.org> | |
| 7369 | |
| 7370 * simple.el (shell-command-on-region): Don't go into the REPLACE = t | |
| 7371 case just because the current buffer is the output buffer. | |
| 7372 | |
| 7373 1999-02-25 Kenichi Handa <handa@etl.go.jp> | |
| 7374 | |
| 7375 * simple.el (what-cursor-position): To show the character's | |
| 7376 encoding, use encoded-string-description instead of information | |
| 7377 of chaset-origin-alist. | |
| 7378 | |
| 7379 * international/mule-cmds.el (iso-2022-control-alist): New variable. | |
| 7380 (encoded-code-description): New function. | |
| 7381 (encoded-string-description): New function. | |
| 7382 (encode-coding-char): New function. | |
| 7383 | |
| 7384 1999-02-25 Andrew Innes <andrewi@gnu.org> | |
| 7385 | |
| 7386 * startup.el (command-line) [windows-nt]: Fix typo in regexp | |
| 7387 checking for .emacs[.el[c]]. | |
| 7388 | |
| 7389 1999-02-24 Richard Stallman <rms@gnu.org> | |
| 7390 | |
| 7391 * help.el (describe-function-1): Don't print a whole lambda-function. | |
| 7392 | |
| 7393 1999-02-23 Ken'ichi Handa <handa@gnu.org> | |
| 7394 | |
| 7395 * international/encoded-kb.el (encoded-kbd-handle-8bit): Allow | |
| 7396 inputting ?\240. | |
| 7397 | |
| 7398 1999-02-23 Karl Heuer <kwzh@gnu.org> | |
| 7399 | |
| 7400 * term/vt100.el (vt100-wide-mode): Use defvar, not defconst. | |
| 7401 | |
| 7402 * midnight.el (clean-buffer-list-kill-regexps): Doc fix. | |
| 7403 (clean-buffer-list-kill-buffer-names): Doc fix. | |
| 7404 | |
| 7405 * gud.el (gud-jdb-massage-args): Spelling fix. | |
| 7406 | |
| 7407 1999-02-23 Richard M. Stallman <rms@gnu.org> | |
| 7408 | |
| 7409 * subr.el (with-temp-message): Use %s so % in old msg won't fool us. | |
| 7410 | |
| 7411 1999-02-22 Eli Zaretskii <eliz@gnu.org> | |
| 7412 | |
| 7413 * arc-mode.el (archive-set-buffer-as-visiting-file): Save | |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
7414 excursion while calling set-auto-coding-function. |
| 25837 | 7415 |
| 7416 * play/handwrite.el (handwrite): Require ps-print, and use | |
| 7417 ps-printer-name and ps-lpr-command. Call ps-print-region-function | |
| 7418 if it's defined, instead of forking ps-lpr-command unconditionally. | |
| 7419 | |
| 7420 1999-02-22 Kenichi Handa <handa@etl.go.jp> | |
| 7421 | |
| 7422 * international/codepage.el (cp-coding-system-for-codepage-1): Put | |
| 7423 charset-origin-alist property to a coding system for the codepage. | |
| 7424 | |
| 7425 * international/mule.el: Modify comment for charset-origin-alist | |
| 7426 property of a coding system. | |
| 7427 | |
| 7428 * simple.el (what-cursor-position): charset-origin-alist property | |
| 7429 of a coding system may be a translation table or a symbol of which | |
| 7430 `translation-table' property is a translation table. | |
| 7431 | |
| 7432 1999-02-21 Richard Stallman <rms@gnu.org> | |
| 7433 | |
| 7434 * textmodes/sgml-mode.el (html-tag-alist): Add /head and /body | |
| 7435 to the "html" template. | |
| 7436 | |
| 7437 1999-02-21 Peter Breton <pbreton@ne.mediaone.net> | |
| 7438 | |
| 7439 * dirtrack.el (dirtrack): Added docstring. Now returns input. | |
| 7440 | |
| 7441 1999-02-18 Peter Breton <pbreton@ne.mediaone.net> | |
| 7442 | |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
7443 * dirtrack.el (dirtrack): Check for the prompt in the input string |
| 25837 | 7444 instead of the buffer. |
| 7445 | |
| 7446 1999-02-18 Alex Schroeder <a.schroeder@bsiag.ch> | |
| 7447 | |
| 7448 * sql.el: Set version to 1.4.1. Changed mail address to | |
| 7449 alex@gnu.org. Mention the mailing list sql.el@gnu.org. | |
| 7450 (sql-input-ring-separator): Doc fix. | |
| 7451 (sql-mode-syntax-table): double-dash starts comments is defined as | |
| 7452 ". 56" instead of ". 12b" for XEmacs. | |
| 7453 (sql-stop, sql-interactive-mode): Doc fixes. | |
| 7454 (sql-postgres): Queries for database and server, not just one. | |
| 7455 (sql-set-sqli-buffer): sql-set-sqli-hook must be quoted. | |
| 7456 | |
| 7457 * sql.el (sql-set-sqli-hook): A hook run when sql-buffer is | |
| 7458 changed. This is needed for master.el to work. | |
| 7459 (sql-set-sqli-buffer): Use the new hook. | |
| 7460 | |
| 7461 * sql.el (sql-make-alternate-buffer-name): Function that sets | |
| 7462 sql-alternate-buffer-name. | |
| 7463 (sql-alternate-buffer-name): Possible name of SQLi buffers. | |
| 7464 (sql-interactive-mode): Set sql-alternate-buffer-name. | |
| 7465 (sql-rename-buffer): New command. | |
| 7466 (sql-interactive-mode-menu): Menu for SQLi buffers. | |
| 7467 | |
| 7468 * sql.el (sql-interactive-mode): Doc fix. sql-input-ring-separator | |
| 7469 and sql-input-ring-file-name are used to temporarily set | |
| 7470 comint-input-ring-file-name and comint-input-ring-separator when | |
| 7471 reading and writing input history files. | |
| 7472 | |
| 7473 (sql-stop): Use sql-input-ring-separator and sql-input-ring-file-name. | |
| 7474 (sql-input-ring-file-name): New variable with customization. | |
| 7475 (sql-input-ring-separator): New variable with customization. | |
| 7476 (sql-set-sqli-buffer): Renamed from sql-change-sqli-buffer. | |
| 7477 Callers changed. | |
| 7478 (sql-show-sqli-buffer): The message for "sql-buffer is not set" | |
| 7479 now includes the name of the current buffer. | |
| 7480 | |
| 7481 (sql-mode): Set paragraph-separate and paragraph-start so that | |
| 7482 sql-send-paragraph sends the entire SQL statements, even if it | |
| 7483 contains indented lines. | |
| 7484 | |
| 7485 1999-02-18 Dave Love <fx@gnu.org> | |
| 7486 | |
| 7487 * format.el (format-encode-run-method, format-decode-run-method): | |
| 7488 Fix previous change. | |
| 7489 | |
| 7490 1999-02-18 Ken'ichi Handa <handa@gnu.org> | |
| 7491 | |
| 7492 * international/mule.el (coding-system-list): Moved here from | |
| 7493 mule-util.el to avoid autoloading mule-util by the call of | |
| 7494 select-safe-coding-system. | |
| 7495 | |
| 7496 1999-02-17 Per Abrahamsen <abraham@dina.kvl.dk> | |
| 7497 | |
| 7498 * simple.el (turn-on-auto-fill): Mark it as an option for | |
| 7499 `text-mode-hook'. | |
| 7500 | |
| 7501 1999-02-17 Richard Stallman <rms@gnu.org> | |
| 7502 | |
| 7503 * emacs-lisp/easymenu.el (easy-menu-get-map): | |
| 7504 Don't crash if (current-local-map) is nil. | |
| 7505 | |
| 7506 1999-02-17 Peter Breton <pbreton@ne.mediaone.net> | |
| 7507 | |
| 7508 * filecache.el (file-cache-filter-regexps): Added .class. | |
| 7509 | |
| 7510 1999-02-17 Ken'ichi Handa <handa@gnu.org> | |
| 7511 | |
| 7512 * international/mule-util.el (decompose-region): Use | |
| 7513 insert-buffer-substring instead of insert-buffer to avoid putting | |
| 7514 mark. | |
| 7515 | |
| 7516 1999-02-17 Andreas Schwab <schwab@gnu.org> | |
| 7517 | |
| 7518 * calendar/cal-move.el (scroll-calendar-left): Don't set | |
| 7519 displayed-month and displayed-year here, let generate-calendar do | |
| 7520 it, after range checking. | |
| 7521 | |
| 7522 1999-02-17 Simon Marshall <simon@gnu.org> | |
| 7523 | |
| 7524 * progmodes/cc-engine.el (c-at-toplevel-p): New function. | |
| 7525 | |
| 7526 * font-lock.el (c++-font-lock-keywords-3): Use it to distinguish | |
| 7527 correctly between an object declared via a constructor and a method. | |
| 7528 (font-lock-defaults-alist): Don't give `.' word syntax for Java. | |
| 7529 (java-font-lock-keywords-1): Fontify package names individually. | |
| 7530 (java-font-lock-extra-types): Ensure regexp matches capitalised only. | |
| 7531 (java-font-lock-keywords-2): Simplify type fontification. | |
| 7532 (java-font-lock-keywords-3): Likewise. | |
| 7533 | |
| 7534 1999-02-17 Kenichi Handa <handa@etl.go.jp> | |
| 7535 | |
| 7536 * language/japanese.el (iso-2022-jp-2): New coding system. | |
| 7537 ("Japanese"): Put iso-2022-jp-2 in coding-priority property. | |
| 7538 | |
| 7539 1999-02-16 Dave Love <fx@gnu.org> | |
| 7540 | |
| 7541 * help.el (describe-function-1): Accept non-symbols. | |
| 7542 | |
| 7543 1999-02-16 Paul Eggert <eggert@twinsun.com> | |
| 7544 | |
| 7545 * dired.el (dired-move-to-filename-regexp): Prepend .* so that we | |
| 7546 find the last match if there are multiple matches. | |
| 7547 | |
| 7548 1999-02-16 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 7549 | |
| 7550 * tex-mode.el (tex-run-command, latex-run-command) | |
| 7551 (slitex-run-command, tex-command): Doc changes. | |
| 7552 (tex-start-options-string): Autoload it. Doc change. Provide | |
| 7553 a menu for customization. Allow nil. Quote backslashes only once. | |
| 7554 (tex-start-tex): Handle nil value of tex-start-options-string | |
| 7555 and apply shell-quote-argument to it. | |
| 7556 | |
| 7557 1999-02-16 Eli Zaretskii <eliz@gnu.org> | |
| 7558 | |
| 7559 * ls-lisp.el (ls-lisp-insert-directory): Call fceiling to round | |
| 7560 the size in blocks, since it can be a float. | |
| 7561 (ls-lisp-format): Likewise | |
| 7562 | |
| 7563 1999-02-16 Ken'ichi Handa <handa@gnu.org> | |
| 7564 | |
| 7565 * language/japanese.el (japanese-shift-jis): Add | |
| 7566 charset-origin-alist property. | |
| 7567 | |
| 7568 1999-02-15 Richard Stallman <rms@gnu.org> | |
| 7569 | |
| 7570 * progmodes/compile.el (compile-internal): Use save-selected-window. | |
| 7571 | |
| 7572 * subr.el (momentary-string-display): Bind inhibit-read-only. | |
| 7573 | |
| 7574 * speedbar.el (speedbar-item-info-tag-helper): Scan the whole line. | |
| 7575 | |
| 7576 1999-02-15 Eli Zaretskii <eliz@is.elta.co.il> | |
| 7577 | |
| 7578 * mail/rmail.el (rmail-show-message): If an unseen message has a | |
| 7579 Summary-line in its header, get past one more line before looking | |
| 7580 for the X-Coding-System header. | |
| 7581 | |
| 7582 1999-02-15 Geoff Voelker <voelker@cs.washington.edu> | |
| 7583 | |
| 7584 * makefile.nt (INSTALL): Copy the handful of uncompiled lisp files | |
| 7585 explicitly to accomodate Windows 9X lack of a useful copy program. | |
| 7586 | |
| 7587 1999-02-15 Per Abrahamsen <abraham@dina.kvl.dk> | |
| 7588 | |
| 7589 * wid-edit.el (widget-choice-value-create): Use `equal' | |
| 7590 instead of `eq'. | |
| 7591 | |
| 7592 1999-02-14 Richard Stallman <rms@gnu.org> | |
| 7593 | |
| 7594 * international/iso-transl.el: | |
| 7595 (iso-transl-ae): Renamed from iso-transl-e-slash. | |
| 7596 (iso-transl-a-ring): Renamed from iso-transl-a-slash. | |
| 7597 (iso-transl-AE): Renamed from iso-transl-E-slash. | |
| 7598 (iso-transl-A-ring): Renamed from iso-transl-A-slash. | |
| 7599 (iso-transl-char-map): Related changes. | |
| 7600 | |
| 7601 * format.el (format-replace-strings): Fix value of TO in REVERSE case. | |
| 7602 | |
| 7603 1999-02-13 Richard Stallman <rms@gnu.org> | |
| 7604 | |
| 7605 * textmodes/texinfmt.el (texinfo-alias): New function. | |
| 7606 (texinfo-fold-nodename-case): Add defvar. | |
| 7607 (texinfo-format-node): Do case folding if specified. | |
| 7608 | |
| 7609 * ffap.el (ffap-file-at-point): Test local file names | |
| 7610 immediately. Strip off line numbers. | |
| 7611 | |
| 7612 1999-02-12 Alex Schroeder <a.schroeder@bsiag.ch> | |
| 7613 | |
| 7614 * sql.el: Set version to 1.3.2 | |
| 7615 (sql-solid-program): Added support for solid. | |
| 7616 (sql-help): Doc mentions sql-solid. | |
| 7617 (sql-solid): Entry function for Solid. | |
| 7618 (sql-buffer): Doc explains the use of the variable and how to | |
| 7619 change it. | |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
7620 (sql-mode-menu): Included entries for sql-show-sqli-buffer and |
| 25837 | 7621 sql-change-sqli-buffer; sql-send-region and sql-send-buffer are |
| 7622 disabled if sql-buffer doesn't have a process; sql-send-paragraph | |
| 7623 is new. | |
| 7624 (sql-show-sqli-buffer): New function to display the value of | |
| 7625 sql-buffer. | |
| 7626 (sql-change-sqli-buffer): New function to change sql-buffer. | |
| 7627 (sql-mode): Doc explains how to change sql-buffer. | |
| 7628 (sql-send-paragraph): New function to send a paragraph. | |
| 7629 (sql-mode-map): Added keybinding for sql-send-paragraph. | |
| 7630 (sql-mysql): Doc corrected. | |
| 7631 (sql-ms): Doc corrected. | |
| 7632 | |
| 7633 * sql.el (sql-server): Doc fix. | |
| 7634 (sql-mysql): Added the use of sql-server to specify the host, | |
| 7635 sql-database now specifies database instead of host. | |
| 7636 (sql-mode-menu): Send... menu items are only active if sql-buffer | |
| 7637 is non-nil. | |
| 7638 (sql-help): Changed tag of entry functions a bit. | |
| 7639 | |
| 7640 * sql.el: Added keywords from `finder-by-keyword'. | |
| 7641 (sql-mode): Made sql-buffer a local variable, changed the | |
| 7642 documentation: removed instructions to add *.sql files to | |
| 7643 auto-mode-alist, added documentation for having mutliple SQL | |
| 7644 buffers sending their stuff to different SQLi buffers, each | |
| 7645 running a different process. | |
| 7646 (sql-postgres): Quoted *SQL* in doc string. | |
| 7647 (sql-ms): Likewise. | |
| 7648 (sql-ingres): Likewise. | |
| 7649 (sql-ingres): Quoted *SQL* in doc string, added references to | |
| 7650 sql-user and sql-password used during login. | |
| 7651 (sql-sybase): Quoted *SQL* in doc string, added comma. | |
| 7652 (sql-oracle): Likewise. | |
| 7653 (sql-interactive-mode): Added extensive documentation for having | |
| 7654 mutliple SQL buffers sending their stuff to different SQLi | |
| 7655 buffers, each running a different process. | |
| 7656 (sql-buffer): Changed doc from *SQL* to SQLi. | |
| 7657 (sql-get-login): Doc fix. | |
| 7658 | |
| 7659 1999-02-12 Ken'ichi Handa <handa@gnu.org> | |
| 7660 | |
| 7661 * international/mule-conf.el (undecided): Set ascii in | |
| 7662 safe-charsets property. | |
| 7663 | |
| 7664 1999-02-12 Richard Stallman <rms@gnu.org> | |
| 7665 | |
| 7666 * textmodes/paragraphs.el (paragraph-separate): Doc fix. | |
| 7667 | |
| 7668 1999-02-12 Ken'ichi Handa <handa@gnu.org> | |
| 7669 | |
| 7670 * ps-mule.el (ps-mule-font-info-database-default): Set the initial | |
| 7671 value to ps-mule-font-info-database-latin. | |
| 7672 | |
| 7673 1999-02-13 Kenichi HANDA <handa@etl.go.jp> | |
| 7674 | |
| 7675 * ps-mule.el (ps-multibyte-buffer): Doc-string modified. | |
| 7676 (ps-mule-font-info-database-default): New variable. | |
| 7677 (ps-mule-begin-job): If ps-multibyte-buffer is nil, use | |
| 7678 ps-mule-font-info-database-default. | |
| 7679 | |
| 7680 1999-02-12 Dave Love <fx@gnu.org> | |
| 7681 | |
| 7682 * timezone.el (timezone-make-date-sortable) | |
| 7683 (timezone-make-date-arpa-standard): Doc fix. | |
| 7684 | |
| 7685 1999-02-12 Ken'ichi Handa <handa@gnu.org> | |
| 7686 | |
| 7687 * international/quail.el (quail-show-kbd-layout): Bind | |
| 7688 blink-matching-paren to nil. | |
| 7689 | |
| 7690 * ps-mule.el (ps-mule-font-info-database-bdf): Fix ENCODING field | |
| 7691 for ASCII and Latin-1. | |
| 7692 | |
| 7693 1999-02-12 Andreas Schwab <schwab@gnu.org> | |
| 7694 | |
| 7695 * gud.el (jdb): Fix regexp for comint-prompt-regexp. | |
| 7696 | |
| 7697 1999-02-12 Kenichi Handa <handa@etl.go.jp> | |
| 7698 | |
| 7699 * international/mule-cmds.el (language-info-alist): Remove | |
| 7700 description about charset-origin-alist. | |
| 7701 | |
| 7702 * international/mule.el: Comment added for a new coding system | |
| 7703 property `charset-origin-alit'. | |
| 7704 (make-translation-table): This variable deleted. | |
| 7705 | |
| 7706 * language/chinese.el (chinese-big5): Add charset-origin-alist | |
| 7707 property. | |
| 7708 ("Chinese-CNS"): Remove charset-origin-alist property. | |
| 7709 | |
| 7710 * language/cyrillic.el (cyrillic-koi8): Add charset-origin-alist | |
| 7711 property. | |
| 7712 (cyrillic-alternativnyj): Likewise. | |
| 7713 ("Cyrillic-KOI8"): Remove charset-origin-alist property. | |
| 7714 ("Cyrillic-ALT"): Likewise. | |
| 7715 | |
| 7716 * language/vietnamese.el (vietnamese-viqr): Add | |
| 7717 charset-origin-alist property. | |
| 7718 ("Vietnamese"): Remove charset-origin-alist property. | |
| 7719 | |
| 7720 * simple.el (what-cursor-position): Don't use the varialbe | |
| 7721 charset-origin-alist, but use charset-origin-alist property of | |
| 7722 buffer-file-coding-system to decide external character set code. | |
| 7723 | |
| 7724 1999-02-10 Richard Stallman <rms@gnu.org> | |
| 7725 | |
| 7726 * shadowfile.el: Don't turn on the mode when the file is loaded. | |
| 7727 | |
| 7728 1999-02-09 Richard Stallman <rms@gnu.org> | |
| 7729 | |
| 7730 * progmodes/compile.el (compile-auto-highlight): Customize. | |
| 7731 | |
| 7732 * add-log.el (add-log-file-name-function): New variable. | |
| 7733 (add-change-log-entry): Call that function, if non-nil. | |
| 7734 | |
| 7735 1999-02-09 Michael Ernst <mernst@alum.mit.edu> | |
| 7736 | |
| 7737 * rmail.el (rmail-search): Track match with a marker, not an integer. | |
| 7738 | |
| 7739 1999-02-08 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 7740 | |
| 7741 * progmodes/compile.el (compilation-setup): Set value of | |
| 7742 compilation-directory-stack as in compilation-forget-errors. | |
| 7743 (compile-reinitialize-errors): Bind buffer-undo-list and | |
| 7744 deactivate-mark. | |
| 7745 (compilation-forget-errors): Likewise. | |
| 7746 | |
| 7747 1999-02-08 Jim Blandy <jimb@savonarola.red-bean.com> | |
| 7748 | |
| 7749 * textmodes/texinfo.el (texinfo-environment-regexp): Add the | |
| 7750 def... constructs. | |
| 7751 | |
| 7752 * texnfo-upd.el (texinfo-all-menus-update, texinfo-master-menu): | |
| 7753 Remove calls to sleep-for. | |
| 7754 | |
| 7755 1999-02-08 Eli Zaretskii <eliz@gnu.org> | |
| 7756 | |
| 7757 * international/codepage.el (cp-coding-system-for-codepage-1): On | |
| 7758 MS-DOS, use dos-unsupported-char-glyph for characters not | |
| 7759 supported by the codepage. | |
| 7760 (cp-make-coding-systems-for-codepage): Likewise. | |
| 7761 | |
| 7762 1999-02-08 Andreas Schwab <schwab@gnu.org> | |
| 7763 | |
| 7764 * international/mule-util.el (coding-system-list): Don't sort | |
| 7765 coding-system-list here. | |
| 7766 | |
| 7767 * international/mule.el (coding-system-lessp): Moved here from | |
| 7768 mule-util.el | |
| 7769 (add-to-coding-system-list): New function. | |
| 7770 (make-subsidiary-coding-system, make-coding-system, | |
| 7771 define-coding-system-alias): Use it instead of setting | |
| 7772 coding-system-list directly. | |
| 7773 | |
| 7774 1999-02-07 Dave Love <fx@gnu.org> | |
| 7775 | |
| 7776 * calendar/appt.el (appt-make-list): Don't splice quotes and date | |
| 7777 onto message. | |
| 7778 | |
| 7779 1999-02-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 7780 | |
| 7781 * imenu.el (imenu--last-menubar-index-alist): Add doc. | |
| 7782 (imenu-add-to-menubar): Reset imenu--last-menubar-index-alist. | |
| 7783 | |
| 7784 1999-02-06 Richard Stallman <rms@gnu.org> | |
| 7785 | |
| 7786 * language/european.el (setup-slovenian-environment): New function. | |
| 7787 ("Slovenian"): New language environment. | |
| 7788 | |
| 7789 * progmodes/sql.el (sql-help): Doc fix. | |
| 7790 (sql-mysql): Doc fix. | |
| 7791 | |
| 7792 1999-02-05 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 7793 | |
| 7794 * tex-mode.el: When compiling, require compare-w and skeleton | |
| 7795 to pacify the byte-compiler. Move the def's of the tex-commands | |
| 7796 together. Add a comment on kill-process vs. quit-process. | |
| 7797 | |
| 7798 1999-02-05 Dave Love <fx@gnu.org> | |
| 7799 | |
| 7800 * progmodes/compile.el (compile-mouse-goto-error): Don't lose with | |
| 7801 null markers. | |
| 7802 (compile-goto-error): Likewise. | |
| 7803 | |
| 7804 1999-02-05 Stephen Gildea <gildea@alum.mit.edu> | |
| 7805 | |
| 7806 * time-stamp.el (time-stamp-format): Format doc tighter. | |
| 7807 (time-stamp-line-limit): 0 searches the entire buffer (careful!). | |
|
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
7808 (time-stamp): Don't re-write the time stamp if it didn't change. |
| 25837 | 7809 |
| 7810 1999-02-05 Alex Schroeder <asc@bsiag.com> | |
| 7811 | |
| 7812 * progmodes/sql.el: Changed version to 1.2.1. | |
| 7813 (sql-pop-to-buffer-after-send-region): Improved documentation. | |
| 7814 (sql-mysql-program): Added MySQL support. | |
| 7815 (sql-prompt-length): Made prompt-length configurable. | |
| 7816 (sql-mode-syntax-table): Made apostrophe (') be a string delimiter. | |
| 7817 (sql-help): Added MySQL support, changed documentation. | |
| 7818 (sql-send-region): A message is displayed if something is sent. | |
| 7819 (sql-mode): Added buffer-local comment-start. | |
| 7820 (sql-interactive-mode): Use sql-prompt-length to set left-margin. | |
| 7821 (sql-interactive-mode): Added buffer-local comment-start. | |
| 7822 (sql-oracle): Set sql-prompt-length. | |
| 7823 (sql-sybase): Set sql-prompt-length. | |
| 7824 (sql-mysql): Added MySQL support. | |
| 7825 (sql-ingres): Set sql-prompt-length. | |
| 7826 (sql-ms): Set sql-prompt-length. | |
| 7827 (sql-postgres): Set sql-prompt-length. | |
| 7828 | |
| 7829 1999-02-04 Eli Zaretskii <eliz@gnu.org> | |
| 7830 | |
| 7831 * term/internal.el (dos-codepage-setup): Set selection coding | |
| 7832 system to cpNNN-dos. | |
| 7833 | |
| 7834 1999-02-03 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
| 7835 | |
| 7836 * international/characters.el: Let ethiopic use iso-2022-7bit. | |
| 7837 | |
| 7838 1999-02-02 Dave Love <fx@gnu.org> | |
| 7839 | |
| 7840 * progmodes/fortran.el (mark-fortran-subprogram): Activate mark here... | |
| 7841 (fortran-narrow-to-subprogram, fortran-indent-subprogram): ...not here. | |
| 7842 | |
| 7843 1999-02-02 Karl Heuer <kwzh@gnu.org> | |
| 7844 | |
| 7845 * terminal.el (terminal-emulator): Doc fix. | |
| 7846 | |
| 7847 1999-02-02 Ken'ichi Handa <handa@gnu.org> | |
| 7848 | |
| 7849 * international/mule-util.el (compose-chars): Doc-string | |
| 7850 modified. Correctly handle a composition character in ARGS. | |
| 7851 | |
| 7852 1999-02-01 Richard Stallman <rms@gnu.org> | |
| 7853 | |
| 7854 * progmodes/make-mode.el (makefile-imenu-generic-expression): New var. | |
| 7855 (makefile-menu-index-function): Function deleted. | |
| 7856 (makefile-mode): Use makefile-imenu-generic-expression. | |
| 7857 | |
| 7858 1999-02-01 Geoff Voelker <voelker@cs.washington.edu> | |
| 7859 | |
| 7860 * term/w32-win.el (w32-create-initial-fontsets): Back out previous | |
| 7861 change, invoke from before-init-hook. | |
| 7862 | |
| 7863 1999-02-01 Dan Nicolaescu <done@ece.arizona.edu> | |
| 7864 | |
| 7865 * subr.el (remove-from-invisibility-spec): Cope with the case when | |
| 7866 buffer-invisibility-spec is t. | |
| 7867 | |
| 7868 1999-02-01 Ed Reingold <reingold@cs.uiuc.edu> | |
| 7869 | |
| 7870 * calendar/calendar.el (calendar-mode-map): Fix bindings for | |
| 7871 appt-add and appt-delete. | |
| 7872 | |
| 7873 1999-02-01 Eli Zaretskii <eliz@gnu.org> | |
| 7874 | |
| 7875 * term/pc-win.el (msdos-approximate-color): New function. | |
| 7876 (msdos-color-translate): Call it to find a DOS color that best | |
| 7877 approximates an X-style "#NNNNNN" color specification. | |
| 7878 | |
| 7879 1999-02-01 Ken'ichi Handa <handa@gnu.org> | |
| 7880 | |
| 7881 * international/mule-util.el (compose-chars-component): Add | |
| 7882 autoload cookie. | |
| 7883 | |
| 7884 1999-01-31 Ken'ichi Handa <handa@gnu.org> | |
| 7885 | |
| 7886 * international/quail.el (quail-lookup-key): If cdr of MAP is a | |
| 7887 function, replace cdr of MAP by the return value of the function | |
| 7888 unconditionally. | |
| 7889 | |
| 7890 1999-01-31 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 7891 | |
| 7892 * progmodes/compile.el (compilation-next-error-locus): Don't | |
| 7893 decrease argument FIND-AT-LEAST of compilation-next-error-locus. | |
| 7894 | |
| 7895 1999-01-31 Eli Zaretskii <eliz@gnu.org> | |
| 7896 | |
| 7897 * mail/rmail.el (rmail-mime-charset-pattern): Add optional TABs | |
| 7898 and NLs before "charset", and allow the charset name be in double | |
| 7899 quotes. | |
| 7900 | |
| 7901 1999-01-31 Richard Stallman <rms@gnu.org> | |
| 7902 | |
| 7903 * imenu.el (imenu-sort-function): Fix custom type. | |
| 7904 | |
| 7905 1999-01-30 Richard Stallman <rms@gnu.org> | |
| 7906 | |
| 7907 * speedbar.el (speedbar-line-token): Match {...} instead of [...]. | |
| 7908 (speedbar-line-token): Likewise. | |
| 7909 | |
| 7910 * play/gametree.el (gametree-default-score): Use defcustom. | |
| 7911 (gametree-score-regexp, gametree-score-closer): Likewise. | |
| 7912 (gametree-score-manual-flag, gametree-score-opener): Likewise. | |
| 7913 | |
| 7914 1999-01-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 7915 | |
| 7916 * mail/rmail.el (rmail-decode-babyl-format): Avoid locking when | |
| 7917 decoding. | |
| 7918 | |
| 7919 1999-01-29 Markus Rost <rost@gnu.org> | |
| 7920 | |
| 7921 * tex-mode.el (tex-mode-map): Replace validate-tex-buffer by | |
| 7922 tex-validate-buffer. | |
| 7923 (plain-tex-mode, latex-mode, slitex-mode): Likewise. | |
| 7924 (tex-validate-buffer): Renamed from validate-tex-buffer. Works | |
| 7925 now with recent occur-mode. | |
| 7926 (tex-validate-region): Really walk through all Sexps. | |
| 7927 (tex-region): Bind shell-dirtrack-verbose. | |
| 7928 (tex-file, tex-bibtex-file): Likewise. | |
| 7929 | |
| 7930 1999-01-29 Dave Love <fx@gnu.org> | |
| 7931 | |
| 7932 * finder.el: (finder-commentary): Fix interactive spec. Try | |
| 7933 appending .el to file name. | |
| 7934 (finder-find-library, finder-commentary): Doc fixes. | |
| 7935 | |
| 7936 1999-01-29 Andrew Innes <andrewi@gnu.org> | |
| 7937 | |
| 7938 * mail/rmail.el (rmail-insert-inbox-text): Handle POP mailboxes | |
| 7939 where the userid contains directory separators. | |
| 7940 | |
| 7941 1999-01-29 Dave Love <fx@gnu.org> | |
| 7942 | |
| 7943 * emacs-lisp/lisp-mnt.el (lm-verify): Fix arg list. | |
| 7944 (lm-commentary): Doc fix. | |
| 7945 | |
| 7946 1999-01-29 Andreas Schwab <schwab@gnu.org> | |
| 7947 | |
| 7948 * files.el (file-expand-wildcards): Never consider `.' and `..' a | |
| 7949 wildcard match. Fix regexp that tests if dirpart contains | |
| 7950 wildcard characters. | |
| 7951 | |
| 7952 1999-01-28 Richard Stallman <rms@gnu.org> | |
| 7953 | |
| 7954 * font-lock.el (font-lock-default-unfontify-region): | |
| 7955 If not font-lock-syntactic-keywords, don't remove syntax-table prop. | |
| 7956 | |
| 7957 1999-01-27 Jason Rumney <jasonr@altavista.net> | |
| 7958 | |
| 7959 * term/w32-win.el (w32-standard-fontset-spec): Remove wildcard | |
| 7960 from FAMILY field. | |
| 7961 (w32-create-initial-fontsets): Do not use before-init-hook. | |
| 7962 (mouse-set-font): Document. Automatically create and use fontsets. | |
| 7963 | |
| 7964 * dos-w32.el (direct-print-region-helper): Check for printer | |
| 7965 being t as well as a string. | |
| 7966 | |
| 7967 1999-01-27 Kenichi Handa <handa@etl.go.jp> | |
| 7968 | |
| 7969 * mail/rmail.el (rmail-decode-mime-charset): New variable. | |
| 7970 (rmail-mime-charset-pattern): New variable. | |
| 7971 (rmail-convert-to-babyl-format): Decode by MIME-charset if | |
| 7972 rmail-decode-mime-charset is non-nil. | |
| 7973 | |
| 7974 1999-01-27 Ken'ichi Handa <handa@gnu.org> | |
| 7975 | |
| 7976 * international/characters.el: Set category `q' for all characters | |
| 7977 in tibetan and tibetan-1-column. | |
| 7978 | |
| 7979 1999-01-27 Andrew Innes <andrewi@gnu.org> | |
| 7980 | |
| 7981 * frame.el (select-frame-by-name): Obey focus-follows-mouse. | |
| 7982 (select-frame-by-name) [windows-nt]: Use w32-focus-frame. | |
| 7983 | |
| 7984 1999-01-27 Dave Love <fx@gnu.org> | |
| 7985 | |
| 7986 * international/mule-cmds.el (current-language-environment): | |
| 7987 Provide :link, :type (choices) and appropriate :get. | |
| 7988 | |
| 7989 1999-01-27 Eli Zaretskii <eliz@gnu.org> | |
| 7990 | |
| 7991 * startup.el (command-line): Set default eol-mnemonic-* strings to | |
| 7992 display end-of-line format in mode line. | |
| 7993 | |
| 7994 * cus-start.el (all): Add eol-mnemonic-* variables. | |
| 7995 | |
| 7996 1999-01-26 Dave Love <fx@gnu.org> | |
| 7997 | |
| 7998 * startup.el (command-line-1): Up-date copyright. | |
| 7999 | |
| 8000 * paths.el (Info-default-directory-list): Use configdir twice. | |
| 8001 | |
| 8002 * info.el (Info-directory-list): Don't set path-separator now | |
| 8003 we're not shipped with Texinfo. Simplify path definition. | |
| 8004 Substitute all occurrences of instdir in Info-default-directory-list. | |
| 8005 | |
| 8006 1999-01-25 Richard Stallman <rms@gnu.org> | |
| 8007 | |
| 8008 * startup.el (normal-top-level-add-subdirs-to-load-path): | |
| 8009 Record the inode numbers of the dirs processed, to avoid loop. | |
| 8010 | |
| 8011 * textmodes/tex-mode.el (tex-run-command): Doc fix. | |
| 8012 | |
| 8013 1999-01-25 Dave Love <fx@gnu.org> | |
| 8014 | |
| 8015 * browse-url.el (browse-url-netscape-program): Doc addition. | |
| 8016 | |
| 8017 * help.el (help-make-xrefs): Default info references to an `(emacs)' | |
| 8018 prefix. | |
| 8019 | |
| 8020 * snmp-mode.el (snmpv2-mode, snmpv-mode): Add autoload cookies -- see | |
| 8021 auto-mode-alist. | |
| 8022 | |
| 8023 1999-01-25 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
| 8024 | |
| 8025 * calendar/diary-lib.el (mark-diary-entries): Use | |
| 8026 assoc-ignore-case and do not capitalize when matching month and | |
| 8027 day names. | |
| 8028 | |
| 8029 * calendar/calendar.el (calendar-read-date): Ditto. | |
| 8030 | |
| 8031 * calendar/cal-hebrew.el (calendar-goto-hebrew-date) | |
| 8032 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto. | |
| 8033 | |
| 8034 * calendar/cal-coptic.el (coptic-prompt-for-date): Ditto. | |
| 8035 | |
| 8036 * calendar/cal-french.el (calendar-goto-french-date): Ditto. | |
| 8037 | |
| 8038 * calendar/cal-islam.el (calendar-goto-islamic-date) | |
| 8039 (mark-islamic-diary-entries): Ditto. | |
| 8040 | |
| 8041 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto. | |
| 8042 | |
| 8043 * calendar/cal-mayan.el (calendar-read-mayan-haab-date) | |
| 8044 (calendar-read-mayan-tzolkin-date): Ditto. | |
| 8045 | |
| 8046 * calendar/cal-persia.el (persian-prompt-for-date): Ditto. | |
| 8047 | |
| 8048 1999-01-22 Michael Ernst <mernst@alum.mit.edu> | |
| 8049 | |
| 8050 * texnfo-upd.el (texinfo-make-menu): Make region-end a marker. | |
| 8051 | |
| 8052 1999-01-25 Karl Heuer <kwzh@gnu.org> | |
| 8053 | |
| 8054 * faces.el (list-faces-display): Multiline case of previous fix. | |
| 8055 | |
| 8056 1999-01-25 Andreas Schwab <schwab@gnu.org> | |
| 8057 | |
| 8058 * mail/mailalias.el (mail-complete-alist): Use alist as customize type. | |
| 8059 | |
| 8060 1999-01-24 Richard M. Stallman <rms@borg.ai.mit.edu> | |
| 8061 | |
| 8062 * files.el (find-file): If find-file-noselect returns a list, | |
| 8063 do switch-to-buffer on each element. | |
| 8064 (find-file-other-window): Likewise for all but the first element. | |
| 8065 (find-file-other-frame): Same. | |
| 8066 (find-file-noselect): When we expand a wildcard, return a list | |
| 8067 of buffers. | |
| 8068 | |
| 8069 1999-01-24 Eli Zaretskii <eliz@gnu.org> | |
| 8070 | |
| 8071 * term/internal.el (dos-codepage-setup): Call prefer-coding-system | |
| 8072 to set the appropriate cpNNN-dos coding system as the | |
| 8073 highest-priority coding system. | |
| 8074 | |
| 8075 1999-01-23 Ken'ichi Handa <handa@gnu.org> | |
| 8076 | |
| 8077 * international/fontset.el (generate-fontset-menu): Return a | |
| 8078 sorted list by plain names of fontsets. | |
| 8079 | |
| 8080 * international/mule-diag.el (list-fontsets): Sort fontsets by | |
| 8081 plain names. | |
| 8082 | |
| 8083 * language/tibet-util.el (tibetan-vertical-stacking): If the arg | |
| 8084 FIRST is a composite character, decompose it at first. | |
| 8085 | |
| 8086 1999-01-23 Dave Love <fx@gnu.org> | |
| 8087 | |
| 8088 * format.el: Doc fixes. | |
| 8089 (format-encode-run-method): Have things happen in the right buffer. | |
| 8090 Deal with errors from method. Set coding-system-for-write. | |
| 8091 (format-decode-run-method): Have things happen in the right buffer. | |
| 8092 Deal with errors from method. Set coding-system-for-read. | |
| 8093 (format-alist): Use nil instead of unmatchable regexps. | |
| 8094 | |
| 8095 * simple.el (shell-command-on-region): Return command's exit status. | |
| 8096 | |
| 8097 1999-01-23 Eric Ludlam <zappo@gnu.org> | |
| 8098 | |
| 8099 * speedbar.el (speedbar-item-info-file-helper): Add optional arg | |
| 8100 of the file whose info we want to display. | |
| 8101 (speedbar-easymenu-definition-trailer) Fix list issue w/ customize. | |
| 8102 (speedbar-add-mode-functions-list) Improve doc. | |
| 8103 (speedbar-line-token) New function. | |
| 8104 (speedbar-dired) Fix order of directories in -shown-directories. | |
| 8105 (speedbar-line-path): Default return is default-directory | |
| 8106 (speedbar-buffers-line-path): Return is dir name only. | |
| 8107 (speedbar-mode-functions-list): New variable. | |
| 8108 (speedbar-mouse-item-info): Rewrote to be a replaceable fn. | |
| 8109 (speedbar-item-info-file-helper, speedbar-item-info-tag-helper | |
| 8110 speedbar-files-item-info speedbar-buffers-item-info): New functions. | |
| 8111 (speedbar-fetch-replacement-function,speedbar-add-mode-functions-list): | |
| 8112 New functions. | |
| 8113 (speedbar-line-file): Broke out part that fetches file from a line. | |
| 8114 (speedbar-line-text): New function extracted from speedbar-line-file. | |
| 8115 (speedbar-line-path): Converted into a replaceable function. | |
| 8116 (speedbar-files-line-path, speedbar-buffers-line-path): New functions. | |
| 8117 | |
| 8118 1999-01-23 Ken'ichi Handa <handa@gnu.org> | |
| 8119 | |
| 8120 * international/fontset.el (create-fontset-from-x-resource): Make | |
| 8121 style variants. | |
| 8122 | |
| 8123 1999-01-22 Dave Love <fx@gnu.org> | |
| 8124 | |
| 8125 * paths.el (Info-default-directory-list): Put sysdir after start. | |
| 8126 | |
| 8127 1999-01-22 Sam Steingold <sds@goems.com> | |
| 8128 | |
|
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
8129 * midnight.el (clean-buffer-list): Do not kill a buffer if it has |
| 25837 | 8130 a process associated with it. |
| 8131 | |
| 8132 1999-01-22 Jason Rumney <jasonr@altavista.net> | |
| 8133 | |
| 8134 * term/w32-win.el (w32-standard-fontset-spec): Simplified. | |
| 8135 | |
| 8136 1999-01-22 Felix Lee <flee@cygnus.com> | |
| 8137 | |
| 8138 * vc.el (vc-annotate-display): Delete old overlays. Fix check for | |
| 8139 major-mode. | |
| 8140 (vc-annotate-mode): Delete variable. | |
| 8141 | |
| 8142 1999-01-22 Andrew Innes <andrewi@gnu.org> | |
| 8143 | |
| 8144 * startup.el (command-line): [windows-nt]: Check for existence of | |
| 8145 .emacs file so as to notice .emacs.el or .emacs.elc and use them | |
| 8146 in preference to _emacs. | |
| 8147 | |
| 8148 1999-01-22 Dave Love <fx@gnu.org> | |
| 8149 | |
| 8150 * textmodes/texinfo.el (texinfo-font-lock-keywords): Match @ref. | |
| 8151 | |
| 8152 1999-01-20 Richard Stallman <rms@gnu.org> | |
| 8153 | |
| 8154 * files.el (find-file-noselect): Do wildcard processing only | |
| 8155 if new arg WILDCARDS is non-nil. | |
| 8156 (find-file, find-file-other-window): New arg WILDCARDS. | |
| 8157 Default it to non-nil if interactive. | |
| 8158 (find-file-other-frame): Likewise. | |
| 8159 (find-file-read-only): Likewise. | |
| 8160 (find-file-read-only-other-window): Likewise. | |
| 8161 (find-file-read-only-other-frame): Likewise. | |
| 8162 | |
| 8163 * wid-edit.el (widget-alist-convert-option): Delete spurious comma. | |
| 8164 (widget-plist-convert-option): Delete spurious comma. | |
| 8165 | |
| 8166 1999-01-19 Jason Rumney <jasonr@altavista.net> | |
| 8167 | |
| 8168 * term/w32-win.el (w32-standard-fontspec-spec): Change | |
| 8169 iso8859-5 to koi8-r. Add iso8859-9. | |
| 8170 | |
| 8171 1999-01-19 Dave Love <fx@gnu.org> | |
| 8172 | |
| 8173 * browse-url.el (browse-url-maybe-new-window): Delete macro and | |
| 8174 its uses. | |
| 8175 | |
| 8176 * progmodes/fortran.el (fortran-narrow-to-subprogram): Ensure mark | |
| 8177 is active. | |
| 8178 (fortran-indent-subprogram): Likewise. | |
| 8179 | |
| 8180 1999-01-19 Dave Love <d.love@dl.ac.uk> | |
| 8181 | |
| 8182 * paths.el (Info-default-directory-list): Perhaps add /usr/info. | |
| 8183 | |
| 8184 1999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 8185 | |
| 8186 * wid-edit.el (alist): Use sexp as default key-type. | |
| 8187 | |
| 8188 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 8189 | |
| 8190 * textmodes/tex-mode.el (tex-define-common-keys): | |
| 8191 Remove key binding of tex-feed-input. | |
| 8192 (tex-mode-map): Bind tex-feed-input here. | |
| 8193 (tex-start-shell): Use compilation-shell-minor-mode. Set | |
| 8194 comint-input-filter-functions before running tex-shell-hook. | |
| 8195 (tex-start-tex): Forget compilation errors. | |
| 8196 (tex-compilation-parse-errors): Rewritten to work also with | |
| 8197 compile-mouse-goto-error and compile-goto-error. Adjusted to | |
| 8198 change in tex-region. | |
| 8199 (tex-region): For the temp file use file-name without directory. | |
| 8200 (tex-file): Expand file name of tex-print-file. | |
| 8201 | |
| 8202 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 8203 | |
| 8204 * emacs-lisp/edebug.el (with-temp-message): Add def-edebug-spec call. | |
| 8205 | |
| 8206 1999-01-18 Espen Skoglund <espensk@stud.cs.uit.no> | |
| 8207 | |
| 8208 * progmodes/pascal.el (pascal-calculate-indent): Code with an invalid | |
| 8209 beginning could cause Emacs to hang. Fixed. | |
| 8210 | |
| 8211 1999-01-18 Ken'ichi Handa <handa@gnu.org> | |
| 8212 | |
| 8213 * international/ccl.el (ccl-compile-translate-character): Handle | |
| 8214 the case that a tranlation table is CCL register correctly. | |
| 8215 | |
| 8216 * international/mule-cmds.el (select-safe-coding-system): | |
| 8217 Hightlight at most 256 characters. | |
| 8218 | |
| 8219 1999-01-18 Dave Love <fx@gnu.org> | |
| 8220 | |
| 8221 * startup.el (command-line): If the init file changes operation to | |
| 8222 unibyte, make all buffers unibyte and re-set language environment. | |
| 8223 | |
| 8224 * disp-table.el (standard-display-european): Make all existing | |
| 8225 buffers unibyte. Fix doc. | |
| 8226 | |
| 8227 1999-01-17 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 8228 | |
| 8229 * wid-edit.el (coding-system): Define this unconditionally. | |
| 8230 | |
| 8231 * simple.el (shell-command-on-region-default-error-buffer): New var. | |
| 8232 (shell-command-on-region): Use that variable as interactive | |
| 8233 value of ERROR-BUFFER argument. | |
| 8234 | |
| 8235 1999-01-17 Sam Steingold <sds@goems.com> | |
| 8236 | |
|
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
8237 * mail/rmail.el (rmail-quit): Run `rmail-quit-hook'. |
| 25837 | 8238 |
| 8239 1999-01-17 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 8240 | |
| 8241 * progmodes/compile.el (compilation-goto-locus): If already in the | |
| 8242 compilation buffer's window, keep it in that window. | |
| 8243 (compile-mouse-goto-error): Add Doc. Don't play with windows. | |
| 8244 (compile-goto-error): Don't play with windows. | |
| 8245 | |
| 8246 * textmodes/tex-mode.el (latex-run-command): Doc fix. | |
| 8247 (tex-command): Doc fix. | |
| 8248 (tex-compilation-parse-errors): Doc fix. | |
| 8249 (tex-generate-zap-file-name): Don't start the name with -. | |
| 8250 (tex-expand-files): Works now also with strings ending with ":". | |
| 8251 | |
| 8252 1999-01-17 Ian T Zimmerman <itz@transbay.net> | |
| 8253 | |
| 8254 Patch failed to install: | |
| 8255 * gametree.el: Document scoring functionality. | |
| 8256 (gametree-score-regexp): Add optional plus sign. | |
| 8257 (gametree-score-opener): Replace `:' with `=' as the former | |
| 8258 conflicts with gametree-half-ply-regexp. | |
| 8259 (gametree-transpose-following-leaves): Add. | |
| 8260 (gametree-insert-new-leaf): Make modifying commands barf in read | |
| 8261 only buffers. | |
| 8262 (gametree-break-line-here): Add a call to | |
| 8263 `gametree-transpose-following-leaves'. This maintains the | |
| 8264 necessary invariant that on each level all leaf children precede | |
| 8265 all nonleaf children. This has always been implied, but left to | |
| 8266 the user, and, unfortunately, undocumented. | |
| 8267 | |
| 8268 1999-01-17 Per Abrahamsen <abraham@dina.kvl.dk> | |
| 8269 | |
| 8270 * wid-edit.el (plist, alist): New widget types. | |
| 8271 | |
| 8272 1999-01-17 Dave Love <fx@gnu.org> | |
| 8273 | |
| 8274 * progmodes/fortran.el: Tidy up font-lock-keywords definitions and | |
| 8275 fix scope of condition-case therein. | |
| 8276 | |
| 8277 1999-01-17 Andrew Innes <andrewi@gnu.org> | |
| 8278 | |
| 8279 * dos-w32.el: (find-buffer-file-type-coding-system): Use | |
| 8280 default-buffer-file-coding-system when file doesn't exist (and | |
| 8281 isn't covered by a special case) instead of forcing undecided-dos | |
| 8282 against the user's wishes. | |
| 8283 | |
| 8284 * dos-w32.el (direct-print-region-helper): New function based on | |
| 8285 direct-print-region-function; sends data to specified printer port | |
| 8286 without further translation. Recognize and handle specially the | |
| 8287 standard `print' and `nprint' programs, as well as `lpr' and | |
| 8288 similar programs. Only write directly to the printer port if no | |
| 8289 print program is specified. Work around a bug in Windows 9x | |
| 8290 affecting Win32 version of Emacs by invoking command.com to write | |
| 8291 to the printer port instead of writing directly. | |
| 8292 (direct-print-region-function): Use direct-print-region-helper to | |
| 8293 do most of the work. | |
| 8294 (direct-ps-print-region-function): New function; analogue of | |
| 8295 direct-print-region-function for ps-print. | |
| 8296 (ps-lpr-command): Comment out setq; leave as example usage. | |
| 8297 (ps-lpr-switches): Ditto. | |
| 8298 | |
| 8299 * lpr.el: (printer-name): Update docstring about usage on MS-DOS | |
| 8300 and MS-Windows. | |
| 8301 (lpr-command) [ms-dos, windows-nt]: Initialize to empty string on | |
| 8302 DOS and Windows platforms, to indicate direct printing. Update | |
| 8303 the docstring accordingly. | |
| 8304 | |
| 8305 * ps-print.el: (ps-printer-name): Update docstring about usage on | |
| 8306 MS-DOS and MS-Windows. | |
| 8307 (ps-lpr-command): Update docstring as for lpr-command. | |
| 8308 (ps-print-region-function): New variable. | |
| 8309 (ps-do-despool): Use it. | |
| 8310 (ps-do-despool) [ms-dos, windows-nt]: Remove special case code for | |
| 8311 DOS/Windows. | |
| 8312 | |
| 8313 * subr.el (subst-char-in-string): New function. | |
| 8314 | |
| 8315 1999-01-17 Eli Zaretskii <eliz@gnu.org> | |
| 8316 | |
| 8317 * international/codepage.el (cp852-decode-table): Fill a nil entry. | |
| 8318 | |
| 8319 * ps-bdf.el (bdf-cache-file): Use convert-standard-filename. | |
| 8320 (bdf-find-font-info): New function, looks for the first readable | |
| 8321 file from a list of alternatives. | |
| 8322 (bdf-get-bitmaps, bdf-generate-font): Call bdf-find-font-info | |
| 8323 instead of bdf-get-font-info. | |
| 8324 (bdf-generate-glyphs): If font-name is a cons cell, pass its car | |
| 8325 to ps-mule-generate-bitmap-glyph. | |
| 8326 | |
| 8327 * ps-mule.el (ps-mule-font-info-database-bdf): Add alternative | |
| 8328 file names that avoid clashes in DOS 8+3 namespace. FONT-NAME can | |
| 8329 now be a list of alternative names. | |
| 8330 (ps-mule-generate-font): If FONT-NAME is a cons cell, use its car. | |
| 8331 (ps-mule-prepare-font): Likewise. | |
| 8332 | |
| 8333 * international/codepage.el (cp855-decode-table, | |
| 8334 cp850-decode-table): Fill some nil entries. | |
| 8335 | |
| 8336 1999-01-16 Dave Love <fx@gnu.org> | |
| 8337 | |
| 8338 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Revert | |
| 8339 last change. | |
| 8340 | |
| 8341 1999-01-15 Dave Love <fx@gnu.org> | |
| 8342 | |
| 8343 * help.el (help-make-xrefs): Avoid infloop in keymap substitutions | |
| 8344 and change regexp for command names. | |
| 8345 (help-xref-go-back, function-called-at-point, symbol-file) | |
| 8346 (where-is): Doc fixes. | |
| 8347 (help-xref-go-back): Remove interactive spec. | |
| 8348 (describe-function-1): Fix message for alias. Buttomize alias | |
| 8349 name. | |
| 8350 | |
| 8351 * simple.el (join-line): New alias. | |
| 8352 | |
| 8353 1999-01-15 Johan Vromans <jvromans@squirrel.nl> | |
| 8354 | |
| 8355 * forms.el: (forms--show-record): Convert integers to string | |
| 8356 expicitly since concat will no longer accept integers. | |
| 8357 (forms-print): Use local `total-nb-records' since | |
| 8358 `forms--total-records' will be inaccessible after buffer switching. | |
| 8359 | |
| 8360 1998-01-14 Felix Lee <flee@cygnus.com> | |
| 8361 | |
|
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
8362 * textmodes/flyspell.el (make-flyspell-overlay): Fix front stickiness. |
| 25837 | 8363 |
| 8364 1999-01-14 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 8365 | |
| 8366 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix bugs in prev change. | |
| 8367 | |
| 8368 1999-01-14 Eli Zaretskii <eliz@gnu.org> | |
| 8369 | |
| 8370 * international/codepage.el (cp850-decode-table): Fix previous change. | |
| 8371 | |
| 8372 1999-01-14 Simon Marshall <simon@gnu.org> | |
| 8373 | |
| 8374 * shell.el (shell-dirtrack-verbose): New custom variable. | |
| 8375 (shell-dirstack-message): Use it. | |
| 8376 | |
| 8377 1999-01-14 Kenichi Handa <handa@etl.go.jp> | |
| 8378 | |
| 8379 * international/mule-conf.el: Coding system alias `dos' for | |
| 8380 `undecided-dos', `mac' for `undecided-mac'. | |
| 8381 | |
| 8382 * international/mule-cmds.el (describe-language-environment): | |
| 8383 Don't alter input-method-alist. | |
| 8384 | |
| 8385 1999-01-13 Eli Zaretskii <eliz@gnu.org> | |
| 8386 | |
| 8387 * international/codepage.el (cp850-decode-table): Replace nil | |
| 8388 entries with codes of similary looking glyphs. (Suggested by | |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
8389 Jason Rumney <jasonr@altavista.net>.) |
| 25837 | 8390 |
| 8391 1999-01-13 Dave Love <fx@gnu.org> | |
| 8392 | |
| 8393 * browse-url.el (browse-url-netscape): Fix ineffective "-noraise". | |
| 8394 | |
| 8395 * emacs-lisp/find-func.el (find-function-on-key): Fix previous change. | |
| 8396 | |
| 8397 1999-01-12 Karl Heuer <kwzh@gnu.org> | |
| 8398 | |
| 8399 * files.el (auto-save-hook): Defvar this. | |
| 8400 | |
| 8401 1999-01-12 Alex Schroeder <asc@bsiag.com> | |
| 8402 | |
| 8403 * progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Quote font-lock | |
| 8404 faces, eliminating the need to load font-lock before loading sql. | |
| 8405 (sql-mode-oracle-font-lock-keywords): Likewise. | |
| 8406 (sql-mode-postgres-font-lock-keywords): Likewise. | |
| 8407 | |
| 8408 1999-01-11 Dave Love <fx@gnu.org> | |
| 8409 | |
| 8410 * cus-start.el: Add inhibit-eol-conversion. | |
| 8411 | |
| 8412 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Swap | |
| 8413 the values round. | |
| 8414 | |
| 8415 1999-01-11 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 8416 | |
| 8417 * help.el (help-mode-finish): Renamed from help-mode-maybe. | |
| 8418 Don't switch to Help mode here. | |
| 8419 (temp-buffer-setup-hook): Use help-mode-finish. | |
| 8420 (help-mode-setup): New function. | |
| 8421 (temp-buffer-setup-hook): Use help-mode-setup. | |
| 8422 | |
| 8423 * progmodes/sql.el: New file. | |
| 8424 | |
| 8425 * files.el (auto-mode-alist): Add sql-mode. | |
| 8426 | |
| 8427 * faces.el (list-faces-display): Improve the formatting | |
| 8428 by computing the maximum length required for any face-name. | |
| 8429 | |
| 8430 1999-01-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 8431 | |
| 8432 * progmodes/compile.el (compilation-shell-minor-mode): New function. | |
| 8433 | |
| 8434 1999-01-10 Dan Nicolaescu <dann@ics.uci.edu> | |
| 8435 | |
| 8436 * term.el (term_send_home): Change the string to | |
| 8437 be the same as the one emitted by xterm and consistent with the | |
| 8438 ones emitted by prior and next. | |
| 8439 (term_send_end): Likewise. | |
| 8440 | |
| 8441 1999-01-10 Dave Love <fx@gnu.org> | |
| 8442 | |
| 8443 * emacs-lisp/find-func.el (find-function-on-key): DTRT for mouse | |
| 8444 bindings. | |
| 8445 | |
| 8446 1999-01-10 Eli Zaretskii <eliz@gnu.org> | |
| 8447 | |
| 8448 * international/codepage.el (codepage-setup): Doc fix. | |
| 8449 (cp-decoding-vector-for-codepage): Likewise. | |
| 8450 | |
| 8451 1999-01-10 Markus Rost <rost@gnu.org> | |
| 8452 | |
| 8453 * cus-edit.el (custom-save-delete): First scan the custom-file. | |
| 8454 | |
| 8455 1999-01-08 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 8456 | |
| 8457 * international/iso-transl.el: Define a "function name" for | |
| 8458 each translation that isn't ASCII. Use these function names | |
| 8459 in iso-transl-char-map. | |
| 8460 | |
| 8461 1999-01-08 Kenichi Handa <handa@etl.go.jp> | |
| 8462 | |
| 8463 * international/mule-util.el (decompose-region): Do decomposition | |
| 8464 on temporary unibyte buffer. | |
| 8465 | |
| 8466 * international/mule.el (make-char): Doc-string modified. | |
| 8467 | |
| 8468 1999-01-07 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 8469 | |
| 8470 * simple.el (comment-region): Delete spaces only if we | |
| 8471 deleted a comment starter. | |
| 8472 | |
| 8473 1999-01-07 Dave Love <fx@gnu.org> | |
| 8474 | |
| 8475 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix. | |
| 8476 | |
| 8477 * emacs-lisp/edebug.el (edebug-eval-defun): Deal with defcustom | |
| 8478 like eval-defun does. | |
| 8479 | |
| 8480 * dired.el (dired-mode-map): Fix duplicate [menu-bar regexp mark]. | |
| 8481 | |
| 8482 * generic.el: Re-write `(make-variable-buffer-local (defvar ...' | |
| 8483 constructions. Doc fixes. | |
| 8484 (generic-create-generic-function): Use defalias, not fset. | |
| 8485 | |
| 8486 * find-func.el: More doc fixes. | |
| 8487 | |
| 8488 1999-01-06 Stephen Eglen <stephen@gnu.org> | |
| 8489 | |
| 8490 * files.el (save-buffers-kill-emacs): Show the list of current | |
| 8491 processes before prompting to kill them and exit. | |
| 8492 | |
| 8493 1999-01-06 Dave Love <fx@gnu.org> | |
| 8494 | |
| 8495 * emacs-lisp/find-func.el: Doc fixes. | |
| 8496 (find-function-regexp): Extend for define-generic-mode, | |
| 8497 define-derived-mode, easy-mmode-define-minor-mode. | |
| 8498 | |
| 8499 1999-01-06 Dave Love <fx@gnu.org> | |
| 8500 | |
| 8501 * progmodes/fortran.el (fortran-window-create): Account for scroll | |
| 8502 bar width. | |
| 8503 | |
| 8504 * browse-url.el: Require (noerror) w3-auto when compiling. | |
| 8505 (browse-url-maybe-new-window): Make it a macro and revert last | |
| 8506 change to callers. | |
| 8507 (browse-url-w3): Require w3 for w3-fetch-other-window. | |
| 8508 | |
| 8509 1999-01-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 8510 | |
| 8511 * browse-url.el (browse-url-w3): Give w3-fetch-other-window the | |
| 8512 argument. | |
| 8513 | |
| 8514 1999-01-06 Simon Marshall <simon@gnu.org> | |
| 8515 | |
| 8516 * subr.el (with-temp-message): Don't display MESSAGE if nil. Doc fix. | |
| 8517 | |
| 8518 * font-lock.el (font-lock-default-fontify-buffer): When using | |
| 8519 with-temp-message, use nil rather than current-message. | |
| 8520 | |
| 8521 * lazy-lock.el (lazy-lock-unstall): | |
| 8522 (lazy-lock-fontify-after-idle): When using with-temp-message, use nil | |
| 8523 rather than current-message. | |
| 8524 | |
| 8525 * fast-lock.el (fast-lock-save-cache-1): | |
| 8526 (fast-lock-cache-data): When using with-temp-message, use nil rather | |
| 8527 than current-message. | |
| 8528 | |
| 8529 1999-01-06 Eli Zaretskii <eliz@gnu.org> | |
| 8530 | |
| 8531 * international/codepage.el (cp-coding-system-for-codepage-1): Add | |
| 8532 the valid-codes property. | |
| 8533 | |
| 8534 * international/mule-cmds.el (prefer-coding-system): Call | |
| 8535 set-coding-priority, so that the internal array of priorities is | |
| 8536 also updated. | |
| 8537 | |
| 8538 * international/mule-util.el: | |
| 8539 (coding-system-change-eol-conversion, | |
| 8540 coding-system-change-text-conversion): Don't define here. | |
| 8541 | |
| 8542 * international/mule-cmds.el: Define them here. Remove the | |
| 8543 autoload cookies. | |
| 8544 | |
| 8545 1999-01-06 Andreas Schwab <schwab@gnu.org> | |
| 8546 | |
| 8547 * emacs-lisp/debug.el (debug): Leave recursive minibuffer enabled | |
| 8548 if it was enabled before. | |
| 8549 | |
| 8550 * view.el (View-revert-buffer-scroll-page-forward): Bind | |
| 8551 view-scroll-auto-exit instead of obsolete view-mode-auto-exit. | |
| 8552 | |
| 8553 * files.el (recover-session): Preserve point when inserting | |
| 8554 explanation. | |
| 8555 | |
| 8556 1999-01-06 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 8557 | |
| 8558 * cus-edit.el (custom-save-delete): Don't delete whitespace | |
| 8559 and comments before the sexp that is replaced. | |
| 8560 | |
| 8561 1999-01-05 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
| 8562 | |
| 8563 * calendar/diary-lib.el (diary-float): Better fix of end-of-year error. | |
| 8564 | |
| 8565 1999-01-05 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
| 8566 | |
| 8567 * vc.el (vc-dired-hook): Use the original value of | |
| 8568 dired-move-to-filename-regexp on lines that have not been | |
| 8569 reformatted yet. | |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
8570 (vc-dired-toggle-terse-mode): Tell vc-dired-hook whether the |
| 25837 | 8571 file lines have already been reformatted. |
| 8572 | |
| 8573 1999-01-05 Dave Love <fx@gnu.org> | |
| 8574 | |
| 8575 * progmodes/f90.el (f90-mode): Make imenu-case-fold-search | |
| 8576 buffer-local. | |
| 8577 | |
| 8578 1998-01-05 Torbjorn Einarsson <T.Einarsson@clab.ericsson.se> | |
| 8579 | |
| 8580 * progmodes/f90.el: Change of regular expressions for type to | |
| 8581 correct highlighting and identation. Some small fixes for | |
| 8582 compatibility with XEmacs. | |
| 8583 | |
| 8584 1999-01-05 Stephen Eglen <stephen@gnu.org> | |
| 8585 | |
| 8586 * mspools.el (mspools-vm-system-mail): Provide an alternative | |
| 8587 value based on rmail-spool-directory if $MAIL is not defined. | |
| 8588 | |
| 8589 1999-01-05 Carsten Dominik <dominik@strw.leidenuniv.nl> | |
| 8590 | |
| 8591 * textmodes/reftex.el (reftex-section-levels): Allow negative levels. | |
| 8592 (reftex-section-info): Handle negative section levels. | |
| 8593 (reftex-view-crossref-extra): New option. | |
| 8594 (reftex-view-crossref): Generalized to work in more places. | |
| 8595 (reftex-find-citation-regexp-format, reftex-find-reference-format, | |
| 8596 reftex-macros-with-labels, reftex-global-search-marker): New variables. | |
| 8597 (reftex-view-cite-locations-from-bibtex): New command. | |
| 8598 (reftex-view-regexp-match, reftex-global-search, | |
| 8599 reftex-global-search-continue): New functions. | |
| 8600 (reftex-extract-bib-entries): No error for non-existing BibTeX | |
| 8601 file, just a message. | |
| 8602 (reftex-extract-bib-entries): Better error handling. | |
| 8603 (reftex-select-with-char): Use `*RefTeX Select*' for selection | |
| 8604 help and force it on current frame. | |
| 8605 (reftex-default-bibliography): New function. | |
| 8606 (reftex-access-parse-file): Check consistency after loading a | |
| 8607 parse file. When inconsistent, enfore rescan. | |
| 8608 (reftex-check-parse-consistency): New function. | |
| 8609 (easy-menu-define): Options section drastically shortened. | |
| 8610 | |
| 8611 1999-01-05 Kenichi Handa <handa@etl.go.jp> | |
| 8612 | |
| 8613 * language/thai-util.el (thai-compose-string): New function. | |
| 8614 | |
| 8615 1999-01-04 Inge Frick <inge@nada.kth.se> | |
| 8616 | |
| 8617 * easymenu.el (easy-menu-define): Doc fix. | |
| 8618 (easy-menu-create-menu): New keyword :included. | |
| 8619 (easy-menu-do-add-item): New keyword :included. SUFFIX may | |
| 8620 be an expression, not only a string. Simulate style `button'. | |
| 8621 Use easy-menu-define-key-intern instead of easy-menu-define-key. | |
| 8622 (easy-menu-define-key-intern): New function. | |
| 8623 (easy-menu-add-item): Understand value returned from | |
| 8624 easy-menu-item-present-p and easy-menu-remove-item. | |
| 8625 (easy-menu-return-item): New function. | |
| 8626 (easy-menu-item-present-p, easy-menu-remove-item): Use it. | |
| 8627 | |
| 8628 1999-01-03 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 8629 | |
| 8630 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): | |
| 8631 Use rmail-output-read-rmail-file-name to read the file name. | |
| 8632 Always call rmail-output-to-rmail-file noninteractively. | |
| 8633 When count > 1, do the loop here. | |
| 8634 Handle rmail-delete-after-output here. | |
| 8635 (rmail-summary-output): Similar changes. | |
| 8636 | |
| 8637 * mail/rmailout.el: Provide `rmailout'. | |
| 8638 (rmail-output-read-rmail-file-name): New function. | |
| 8639 (rmail-output-to-rmail-file): Use that. | |
| 8640 (rmail-output-read-file-name): New function. | |
| 8641 (rmail-output): Use that. | |
| 8642 | |
| 8643 * files.el (find-file-noselect): Let /: suppress wildcard matching. | |
| 8644 Error if wildcard matches no files. | |
| 8645 | |
| 8646 1999-01-02 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 8647 | |
| 8648 * menu-bar.el (clipboard-yank): Doc fix. | |
| 8649 | |
| 8650 * info.el (Info-insert-dir): Chase symlinks for file-attributes. | |
| 8651 | |
| 8652 1998-12-31 Markus Rost <rost@delysid.gnu.org> | |
| 8653 | |
| 8654 * textmodes/page-ext.el (pages-copy-header-and-position): Fix typo. | |
| 8655 | |
| 8656 1998-12-31 Andrew Innes <andrewi@harlequin.co.uk> | |
| 8657 | |
| 8658 * rmail.el (rmail-encode-string): Make sure mask value is | |
| 8659 positive; (emacs-pid) returns a negative number on Windows 9x | |
| 8660 which causes odd behaviour. | |
| 8661 | |
| 8662 1998-12-31 Eli Zaretskii <eliz@mescaline.gnu.org> | |
| 8663 | |
| 8664 * cus-start.el: Don't warn about dos-* variables unless on MS-DOS, | |
| 8665 and about w32-* variables unless on Windows/NT. | |
| 8666 | |
| 8667 1998-12-31 Boris Goldowsky <boris@alum.mit.edu> | |
| 8668 | |
| 8669 * textmodes/sgml-mode.el (sgml-validate): Ask whether to save only | |
| 8670 if buffer is modified; ask about all modified buffers. | |
| 8671 | |
| 8672 1998-12-30 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 8673 | |
| 8674 * simple.el (what-cursor-position): Fix previous change. | |
| 8675 | |
| 8676 1998-12-30 Richard Stallman <rms@sucrose.ai.mit.edu> | |
| 8677 | |
| 8678 * mail/sendmail.el (mail-mode): Eliminate ambiguous match | |
| 8679 from paragraph-start. | |
| 8680 | |
| 8681 1998-12-30 Eli Zaretskii <eliz@mescaline.gnu.org> | |
| 8682 | |
| 8683 * international/mule-cmds.el (prefer-coding-system): If the | |
| 8684 argument requires specific EOL conversion type, make the default | |
| 8685 coding systems use that. | |
| 8686 | |
| 8687 1998-12-30 Drew Csillag <drew_csillag@geocities.com> | |
| 8688 | |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
8689 * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer): |
| 25837 | 8690 Use shell-command-on-region. |
| 8691 (m4-start-m4, m4-end-m4): Functions deleted. | |
| 8692 | |
| 8693 1998-12-30 Michael Ernst <mernst@alum.mit.edu> | |
| 8694 | |
| 8695 * vc.el (vc-backend-diff): Use `diff-switches-list' throughout. | |
| 8696 | |
| 8697 1998-12-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 8698 | |
| 8699 * browse-url.el (browse-url-mail): Give argument SEND-ACTION | |
| 8700 to compose-mail in the correct places and as a list. | |
| 8701 | |
| 8702 1998-12-29 Masatake Yamato <masata-y@tori.aist-nara.ac.jp> | |
| 8703 | |
| 8704 * page-ext.el: Added mouse-selection feature for pages directory buffer. | |
| 8705 (pages-directory-map): Bind mouse-2 | |
| 8706 (pages-copy-header-and-position): Put text property. | |
| 8707 (pages-directory-goto-with-mouse): New function. | |
| 8708 | |
| 8709 1998-12-29 Eli Zaretskii <eliz@mescaline.gnu.org> | |
| 8710 | |
| 8711 * international/codepage.el (cp-make-coding-systems-for-codepage): | |
| 8712 Doc fix. | |
| 8713 (cp-coding-system-for-codepage-1): Likewise. | |
| 8714 | |
| 8715 1998-12-29 Kenichi Handa <handa@etl.go.jp> | |
| 8716 | |
| 8717 * language/thai-util.el (thai-post-read-conversion): Handle Thai | |
| 8718 composition sequence correctly here instead of calling | |
| 8719 thai-compose-region. | |
| 8720 | |
| 8721 * textmodes/fill.el (fill-region-as-paragraph): While deleting a | |
| 8722 newline in multibyte buffer, if previous or next character is a | |
| 8723 composite char, check the first component of the composite char. | |
| 8724 | |
| 8725 1998-12-28 Andreas Schwab <schwab@delysid.gnu.org> | |
| 8726 | |
| 8727 * emacs-lisp/advice.el (ad-special-forms): Add save-current-buffer | |
| 8728 and track-mouse. | |
| 8729 | |
| 8730 1998-12-27 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 8731 | |
| 8732 * mail/sendmail.el (mail-yank-original): Remove text properties | |
| 8733 after insertion. | |
| 8734 (mail-yank-region): Barf if no mark is set in the message | |
| 8735 being replied to. | |
| 8736 | |
| 8737 * help.el (function-called-at-point): First look for function at point. | |
| 8738 | |
| 8739 1998-12-27 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 8740 | |
| 8741 * edmacro.el (edit-kbd-macro): Recognize electric-view-lossage. | |
| 8742 | |
| 8743 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 8744 | |
| 8745 * simple.el (what-cursor-position): Print character encoding also. | |
| 8746 | |
| 8747 1998-12-26 Dave Love <fx@gnu.org> | |
| 8748 | |
| 8749 * textmodes/flyspell.el: If local-maps work, don't put | |
| 8750 flyspell-mode-map in minor-mode-map-alist; bind mouse-2 and M-TAB | |
| 8751 in flyspell-mouse-map (only). | |
| 8752 (flyspell-use-local-map): New variable. | |
| 8753 Use a different mouse-2 binding in that case, | |
| 8754 and don't add to minor-mode-map-alist. | |
| 8755 (make-flyspell-overlay, flyspell-correct-word): | |
| 8756 Test flyspell-use-local-map. | |
| 8757 | |
| 8758 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 8759 | |
| 8760 * files.el (file-expand-wildcards): Handle wildcards in directory name. | |
| 8761 Be careful about whether to return a relative file name, | |
| 8762 and if so, relative to what directory. | |
| 8763 | |
| 8764 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 8765 | |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
8766 * emacs-lisp/easymenu.el (easy-menu-get-map): |
| 25837 | 8767 Change global map only if this menu exists in the global map already, |
| 8768 and not in the local map. | |
| 8769 (easy-menu-do-add-item): Fix error message. | |
| 8770 | |
| 8771 * foldout.el (foldout-inhibit-key-bindings): | |
| 8772 Avoid concatenating onto outline-minor-mode-prefix. | |
| 8773 Make a new keymap for that prefix, if it does not already have one. | |
| 8774 | |
| 8775 1998-12-25 Ilya Zakharevich <ilya@math.ohio-state.edu> | |
| 8776 | |
| 8777 * cperl-mode.el: | |
| 8778 Can use linear algorithm for indentation if Emacs supports it. | |
| 8779 (cperl-after-expr-p): It is BLOCK if we reach lim when backup sexp. | |
| 8780 (cperl-after-block-p): Likewise. | |
| 8781 (cperl-after-block-and-statement-beg): Likewise. | |
| 8782 (cperl-after-block-p): After END/BEGIN we are a block. | |
| 8783 (cperl-after-expr-p): Skip labels when checking | |
| 8784 (cperl-indent-region): Make a marker for END - text added/removed. | |
| 8785 Disable hooks during the call (how to call them later?). | |
| 8786 Now indents 820-line-long function in 6.5 sec (including | |
| 8787 syntaxification) the first time (when buffer has few | |
| 8788 properties), 7.1 sec the second time. | |
| 8789 (cperl-indent-region): Do not indent whitespace lines | |
| 8790 (cperl-style-alist) | |
| 8791 Include `cperl-merge-trailing-else' where the value is clear. | |
| 8792 (cperl-styles-entries): Likewise. | |
| 8793 (cperl-problems): Improvements to docs. | |
| 8794 (cperl-tips): Likewise. | |
| 8795 (cperl-non-problems): Likewise. | |
| 8796 (cperl-mode): Make lazy syntaxification possible. | |
| 8797 Loads pseudo-faces for the sake of `cperl-find-pods-heres' (for 19.30). | |
| 8798 `font-lock-unfontify-region-function' was set to a wrong function. | |
| 8799 | |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
8800 (cperl-find-pods-heres): Safe a position in buffer where it is safe to |
| 25837 | 8801 restart syntaxification. Changed so that -d ?foo? is a RE. Do |
| 8802 not warn on `=cut' if doing a chunk only. 1 << 6 was OK, | |
| 8803 but 1<<6 was considered as HERE-doc. | |
| 8804 <file/glob> made into a string. | |
| 8805 Postpone addition of faces after syntactic step. | |
| 8806 Recognition of <FH> was wrong. | |
| 8807 Highlight `gem' in s///gem as a keyword. `qr' recognized. | |
| 8808 Knows that split// is null-RE. | |
| 8809 Highlights separators in 3-parts expressions as labels. | |
| 8810 <> was considered as a glob. | |
| 8811 Would err if the last line is `=head1'. | |
| 8812 $a-1 ? foo : bar; was a considered a regexp. | |
| 8813 `<< (' was considered a start of HERE-doc. | |
| 8814 mark qq[]-etc sections as syntax-type=string | |
| 8815 Was not processing sub protos after a comment ine. | |
| 8816 Was treating $a++ <= 5 as a glob. | |
| 8817 Tolerate unfinished REx at end-of-buffer. | |
| 8818 `unwind-protect' was left commented. | |
| 8819 / and ? after : start a REx. | |
| 8820 | |
| 8821 (cperl-syntaxify-by-font-lock): Set to t, should be safe now. | |
| 8822 Better default, customizes to `message' too, off in text-mode. | |
| 8823 | |
| 8824 (cperl-array-face): Renamed from `font-lock-emphasized-face', | |
| 8825 `defface'd. | |
| 8826 (cperl-hash-face): Renamed from `font-lock-other-emphasized-face'. | |
| 8827 `defface'd. | |
| 8828 (cperl-emacs-can-parse): New state variable. | |
| 8829 (cperl-indent-line): Corrected to use global state. | |
| 8830 (cperl-calculate-indent): Likewise. | |
| 8831 (cperl-fix-line-spacing): Likewise (not used yet). | |
| 8832 (cperl-calculate-indent): Did not consider `,' as | |
| 8833 continuation mark for statements. | |
| 8834 (cperl-calculate-indent): Avoid parse-data optimization at toplevel. | |
| 8835 Remove another parse-data optimization at toplevel: would | |
| 8836 indent correctly. | |
| 8837 Correct for labels when calculating indentation of continuations. | |
| 8838 Docstring updated. | |
| 8839 (cperl-choose-color): Converted to a function (to be | |
| 8840 compilable in text-mode). | |
| 8841 (cperl-dark-background): Disable without window-system. | |
| 8842 Do `defface' only if window-system. | |
|
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
8843 (cperl-fix-line-spacing): Sped up to bail out early. |
|
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
8844 (x-color-defined-p): Was not compiling on XEmacs |
| 25837 | 8845 Was defmacro'ed with a tick. Remove another def. |
|
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
8846 (cperl-clobber-lisp-bindings): If set, C-c variants are the old ones |
| 25837 | 8847 (cperl-unwind-to-safe): New function. |
| 8848 (cperl-fontify-syntaxically): Use `cperl-unwind-to-safe' to start at reasonable position. | |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
8849 (cperl-fontify-syntaxically): Unwinds start and end to go out of |
| 25837 | 8850 long strings (not very successful). |
| 8851 (cperl-forward-re): Highlight the trailing / in s/foo// as string. | |
| 8852 Highlight the starting // in s//foo/ as function-name. | |
| 8853 Emit a meaningful error instead of a cryptic one for an | |
| 8854 uncomplete REx near end-of-buffer. | |
| 8855 | |
| 8856 (cperl-electric-keyword): `qr' recognized. | |
| 8857 (cperl-electric-else): Likewise | |
| 8858 (cperl-to-comment-or-eol): Likewise | |
| 8859 (cperl-make-regexp-x): Likewise | |
| 8860 (cperl-init-faces): Likewise, and `lock' (as overridable?). | |
| 8861 Corrected to use new macros; | |
| 8862 `if' for copying `reference-face' to `constant-face' was backward. | |
| 8863 remove init `font-lock-other-emphasized-face', | |
| 8864 `font-lock-emphasized-face', `font-lock-keyword-face'. | |
| 8865 Interpolate `cperl-invalid-face'. | |
| 8866 (cperl-make-regexp-x): Misprint in a message. | |
| 8867 (cperl-syntaxify-unwind): New configuration variable | |
| 8868 (cperl-fontify-m-as-s): New configuration variable | |
|
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
8869 (cperl-electric-pod): Check for after-expr was performed |
| 25837 | 8870 inside of POD too. |
|
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
8871 (cperl-backward-to-noncomment): Cetter treatment of PODs and HEREs. |
| 25837 | 8872 (cperl-clobber-mode-lists): New configuration variable. |
| 8873 (cperl-not-bad-style-regexp): Updated. | |
| 8874 Init: `cperl-is-face' was busted. | |
| 8875 (cperl-make-face): New macros. | |
| 8876 (cperl-force-face): New macros. | |
| 8877 (font-lock-other-type-face): Done via `defface' too. | |
| 8878 (cperl-nonoverridable-face): New face. Renamed from | |
| 8879 `font-lock-other-type-face'. | |
|
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
8880 (cperl-init-faces-weak): Use `cperl-force-face'. |
| 25837 | 8881 (cperl-comment-indent): Commenting __END__ was not working. |
| 8882 (cperl-indent-for-comment): Likewise. | |
| 8883 (cperl-write-tags): Correct for XEmacs's `visit-tags-table-buffer'. | |
| 8884 When removing old TAGS info was not relativizing filename. | |
| 8885 (cperl-tags-hier-init): Gross hack to pretend we work (are we?). | |
| 8886 Another try to work around XEmacs problems. Better progress messages. | |
|
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
8887 (toplevel): Require custom unprotected => failure on 19.28. |
|
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
8888 (cperl-xemacs-p): Defined when compile too |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
8889 (cperl-find-tags): Was writing line/pos in a wrong order, |
| 25837 | 8890 pos off by 1 and not at beg-of-line. |
| 8891 (cperl-etags-snarf-tag): New macro | |
| 8892 (cperl-etags-goto-tag-location): New macro | |
| 8893 (cperl-version): New variable. New menu entry | |
| 8894 random docstrings: References to "future" 20.3 removed. | |
| 8895 Menu was described as `CPerl' instead of `Perl' | |
| 8896 (perl-font-lock-keywords): Would not highlight `sub foo($$);'. | |
| 8897 (cperl-toggle-construct-fix): Was toggling to t instead of 1. | |
| 8898 (cperl-ps-print-init): Associate `cperl-array-face', `cperl-hash-face' | |
| 8899 Remove `font-lock-emphasized-face', `font-lock-other-emphasized-face', | |
| 8900 `font-lock-reference-face', `font-lock-keyword-face'. | |
| 8901 Use `eval-after-load'. | |
| 8902 Remove not-CPerl-related faces. | |
| 8903 (cperl-tips-faces): New variable and an entry into Mini-docs. | |
| 8904 (cperl-indent-exp): Was not processing else-blocks. | |
| 8905 (cperl-get-state): NOP line removed. | |
| 8906 (cperl-ps-print): New function and menu entry. | |
| 8907 (cperl-ps-print-face-properties): New configuration variable. | |
| 8908 (cperl-invalid-face): New configuration variable. | |
| 8909 (perl-font-lock-keywords): Highlight trailing whitespace | |
| 8910 (cperl-contract-levels): Documentation corrected. | |
| 8911 (cperl-contract-level): Likewise. | |
| 8912 (cperl-ps-extend-face-list): New macro. | |
| 8913 (cperl-invalid-face): Change to ''underline. | |
| 8914 | |
| 8915 1998-12-25 Markus Rost <rost@delysid.gnu.org> | |
| 8916 | |
| 8917 * mail/rmailout.el (rmail-output): Abbreviate name of default-file | |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
8918 for read-file-name. |
| 25837 | 8919 (rmail-output-to-rmail-file): Likewise. |
| 8920 | |
| 8921 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 8922 | |
| 8923 * emacs-lisp/easymenu.el (easy-menu-get-map): | |
| 8924 If MENU is nil, use global menu-bar map. | |
| 8925 (easy-menu-add-item, easy-menu-remove-item): Argument renamed. | |
| 8926 (easy-menu-item-present-p, easy-menu-get-map): Argument renamed. | |
| 8927 | |
| 8928 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
| 8929 | |
| 8930 * ps-mule.el (ps-mule-begin-job): Programming uniformization. | |
| 8931 | |
| 8932 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
| 8933 | |
| 8934 * ps-print.el (ps-print-version): New version number (4.1.3). | |
| 8935 | |
| 8936 1998-12-21 Eli Zaretskii <eliz@mescaline.gnu.org> | |
| 8937 | |
| 8938 * international/mule-cmds.el: Use make-sparse-keymap instead of | |
| 8939 define-prefix-key when defining MULE menu items. | |
| 8940 | |
| 8941 * info.el (Info-node-at-bob-matching): New function. | |
| 8942 (Info-find-node, Info-build-node-completions): Call it. | |
| 8943 | |
| 8944 1998-12-21 Andreas Schwab <schwab@delysid.gnu.org> | |
| 8945 | |
| 8946 * help.el (describe-function-1): Say "keymap", not "Lisp macro", | |
| 8947 when this is an autoloaded keymap. | |
| 8948 | |
| 8949 1998-12-20 Eli Zaretskii <eliz@mescaline.gnu.org> | |
| 8950 | |
| 8951 * international/codepage.el (cp-coding-system-for-codepage-1): | |
| 8952 Create separate encoders and decoders, for DOS and Unix. Make the | |
| 8953 usual family of 3 coding systems, so that automatic detection of | |
| 8954 EOL type works. | |
| 8955 (cp-make-coding-systems-for-codepage): Don't intern DOS- and | |
| 8956 Unix-specific symbols here, and don't call | |
| 8957 cp-coding-system-for-codepage-1 twice. (Suggested by Ken'ichi | |
| 8958 Handa <handa@etl.go.jp>.) | |
| 8959 | |
| 8960 * dos-vars.el (dos-codepage-setup-hook): New defcustom. | |
| 8961 | |
| 8962 * term/internal.el (IT-character-translations): New variable, an | |
| 8963 alist used to display characters for which there's no glyphs in | |
| 8964 the current codepage. | |
| 8965 (IT-display-table-setup): New function, sets up the DOS terminal | |
| 8966 for a given codepage. | |
| 8967 (dos-codepage-setup): New function, sets up the MULE environment | |
| 8968 for the current value of dos-codepage. | |
| 8969 (top-level if): In the multibyte mode, turn on | |
| 8970 unibyte-display-via-language-environment. In the unibyte mode, | |
| 8971 set up the special syntax tables to map lower- to upper case and | |
| 8972 back. | |
| 8973 | |
| 8974 1998-12-19 Eric Ludlam <zappo@delysid.gnu.org> | |
| 8975 | |
| 8976 * speedbar.el: (speedbar-frame-parameters) Add : to custom prompt. | |
| 8977 (speedbar-frame-plist) Remove useless comments. | |
| 8978 (speedbar-frame-mode) Do not specify height if it is in the param list. | |
| 8979 Use default y position w/out changing it. | |
| 8980 If default x position is a list, keep, calculate the non-list X | |
| 8981 value when devining an initial position. | |
| 8982 (speedbar-this-file-in-vc) Fix SCCS to use s. not p. files. | |
| 8983 (speedbar-tag-group-name-minimum-length): New variable. | |
| 8984 (speedbar-frame-parameter): New compatibility function. | |
| 8985 (speedbar-frame-mode): Updated to use speedbar-frame-parameter. | |
| 8986 (speedbar-apply-one-tag-hierarchy-method): Fixed up taging sub | |
| 8987 groups to keep things in the right order, and to help with some | |
| 8988 naming conventions. | |
| 8989 (speedbar-create-tag-hierarchy): Enable buffer local version of | |
| 8990 `speedbar-tag-hierarchy-method' in the buffer we are tagging. | |
| 8991 (speedbar-line-path) Make DEPTH param optional. Devine it if absent. | |
| 8992 the case, derive it from the cursor location in speedbar. | |
| 8993 | |
| 8994 1998-12-17 Eli Zaretskii <eliz@mescaline.gnu.org> | |
| 8995 | |
| 8996 * international/mule-cmds.el (set-language-environment): On MS-DOS | |
| 8997 terminals, install DOS-specific nonascii-translation-table if the | |
| 8998 language info doesn't specify one. Pass the default eol-type to | |
| 8999 set-language-environment-coding-systems. | |
| 9000 (set-default-coding-systems): Copy the eol-type property for the | |
| 9001 new default values of {buffer-file,process}-coding-system from the | |
| 9002 old defaults. | |
| 9003 (set-language-environment-coding-systems): Accept an optional | |
| 9004 argument EOL-TYPE, and set the eol-type property of the default | |
| 9005 coding systems accordingly. | |
| 9006 (set-terminal-coding-system): Enable menu item on MS-DOS terminals. | |
| 9007 (set-keyboard-coding-system): Likewise. | |
| 9008 (set-default-coding-systems): Don't set | |
| 9009 default-terminal-coding-system on MS-DOS to anything but nil. | |
| 9010 (prefer-coding-system): Describe in the doc string that | |
| 9011 default-terminal-coding-system is not changed on MS-DOS. | |
| 9012 (set-language-environment): For MS-DOS, set standard syntax table | |
| 9013 and display table for all characters with code above 127. | |
| 9014 (standard-display-european-internal): For MS-DOS, pass all | |
| 9015 characters with code above 127 directly to the terminal, and don't | |
| 9016 remap characters 160 and 146 in the unibyte case. | |
| 9017 | |
| 9018 * international/codepage.el: New file. | |
| 9019 | |
| 9020 1998-12-16 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
| 9021 | |
| 9022 * diary-lib.el (diary-float): Fix end-of-year error and typos in | |
| 9023 comments. | |
| 9024 | |
| 9025 1998-12-16 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru> | |
| 9026 | |
| 9027 * map-ynp.el (map-y-or-n-p): Ignore input methods. | |
| 9028 | |
| 9029 * subr.el (read-passwd): Likewise. | |
| 9030 | |
| 9031 1998-12-16 Eli Zaretskii <eliz@mescaline.gnu.org> | |
| 9032 | |
| 9033 * info.el (Info-find-node): Add 1 to the position read from the | |
| 9034 tag table. Don't fail if the node delimiter ^_ is the first | |
| 9035 character in the file. | |
| 9036 (Info-insert-dir): Don't fail when the node delimiter ^_ is the | |
| 9037 first character in the file. | |
| 9038 (Info-read-subfile): Likewise. | |
| 9039 (Info-select-node): Likewise. | |
| 9040 (Info-build-node-completions): Likewise. | |
| 9041 | |
| 9042 1998-12-16 Richard Stallman <rms@gnu.org> | |
| 9043 | |
| 9044 * term/x-win.el (x-cut-buffer-or-selection-value): | |
| 9045 If clipboard is enabled, try it before PRIMARY selection. | |
| 9046 | |
| 9047 1998-12-15 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE> | |
| 9048 | |
| 9049 * international/iso-acc.el (iso-languages): For Portuguese ~c and ~C | |
| 9050 insert c-cedilla and C-cedilla respectively, like in latin-1. | |
| 9051 | |
| 9052 1998-12-15 Eli Zaretskii <eliz@delysid.gnu.org> | |
| 9053 | |
| 9054 * language/hebrew.el: Don't use sublists in the flags argument | |
| 9055 passed to make-coding-system. | |
| 9056 | |
| 9057 1998-12-15 Kenichi Handa <handa@etl.go.jp> | |
| 9058 | |
| 9059 * ps-mule.el (ps-mule-begin-job): Delete nil and unknown from a | |
| 9060 list of character sets found by find-charset-region. | |
| 9061 | |
| 9062 * ps-mule.el: Always require ps-print. Move some function | |
| 9063 definitions for Emacs 20.2 and the earlier to ps-print.el. | |
| 9064 (ps-mule-find-wrappoint): Make it work also with Emacs 20.2. | |
| 9065 | |
| 9066 * ps-print.el: Define several functions for Emacs 20.2 and the | |
| 9067 earlier version. | |
| 9068 (ps-printer-name): Check if printer-name is bound. | |
| 9069 | |
| 9070 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
| 9071 | |
| 9072 * ps-mule.el: Programming uniformization and little code improvement. | |
| 9073 (ps-mule-prepare-font): Programming uniformization. | |
| 9074 (ps-mule-find-wrappoint, ps-mule-plot-rule-cmpchar) | |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
9075 (ps-mule-string-encoding, ps-mule-begin-job): Little code improvement. |
| 25837 | 9076 |
| 9077 * ps-bdf.el: Programming uniformization and little code improvement. | |
| 9078 (bdf-search-and-read): New fun. | |
| 9079 (bdf-write-cache, bdf-initialize, bdf-info-absolute-path) | |
| 9080 (bdf-info-mod-time, bdf-info-size, bdf-info-font-bounding-box) | |
| 9081 (bdf-info-relative-compose, bdf-info-baseline-offset) | |
| 9082 (bdf-info-code-range, bdf-info-maxlen, bdf-info-offset-vector) | |
| 9083 (bdf-read-bitmap, bdf-get-bitmaps): Programming uniformization. | |
| 9084 (bdf-expand-file-name, bdf-file-newer-than-time, bdf-find-file) | |
| 9085 (bdf-read-cache, bdf-read-font-info, bdf-generate-glyphs): Little code | |
| 9086 improvement. | |
| 9087 | |
| 9088 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
| 9089 | |
| 9090 * ps-print.el: (ps-print-version): New version number (4.1.2), doc fix | |
| 9091 and mule related code extraction. Autoload ps-mule funs. | |
| 9092 | |
| 9093 * ps-mule.el: Doc fix. Require ps-print only when compiled. | |
| 9094 (ps-mule-prologue-generated): New fun. | |
| 9095 (ps-mule-plot-string): Add autoload cookie. | |
| 9096 (ps-mule-begin-job): Call ps-mule-prologue-generated. | |
| 9097 | |
| 9098 1998-12-15 Kenichi Handa <handa@etl.go.jp> | |
| 9099 | |
| 9100 * ps-bdf.el: Require ps-mule instead of ps-print. | |
| 9101 (bdf-directory-list): Add autoload cookie. | |
| 9102 | |
| 9103 * ps-mule.el: New file. Mule related code extracted from | |
| 9104 ps-print.el. Require ps-print, provide ps-mule. | |
| 9105 (ps-multibyte-buffer): Add autoload cookie. | |
| 9106 (ps-mule-prepare-ascii-font): New fun. | |
| 9107 (ps-mule-set-ascii-font): New fun. | |
| 9108 (ps-mule-skip-same-charset): Fun deleted. | |
| 9109 (ps-mule-plot-string): Set ps-mule-current-charset. | |
| 9110 (ps-mule-initialize): Add autload cookie. Don't set | |
| 9111 ps-mule-font-info-database here. | |
| 9112 (ps-mule-begin-job): Renamed from ps-mule-begin. Update | |
| 9113 ps-mule-font-info-database and ps-control-or-escape-regexp. | |
| 9114 (ps-mule-begin-page): New fun. | |
| 9115 | |
| 9116 * ps-print.el: Mule related code moved to ps-mule.el. | |
| 9117 (ps-begin-job): While setting ps-control-or-escape-regexp, don't | |
| 9118 check ps-mule-charset-list. | |
| 9119 (ps-begin-page): Don't set ps-mule-current-charset, instead call | |
| 9120 ps-mule-begin-page. | |
| 9121 (ps-basic-plot-string): Call ps-mule-prepare-ascii-font. | |
| 9122 (ps-plot-region): Don't set ps-mule-current-charset, instead call | |
| 9123 ps-mule-set-ascii-font. Don't call ps-mule-skip-same-charset, | |
| 9124 instead skip same charsets by itself. | |
| 9125 (ps-generate): Call ps-mule-initialize of needs-begin-file is | |
| 9126 non-nil. Call ps-mule-begin-job. | |
| 9127 | |
| 9128 1998-12-15 Kenichi Handa <handa@etl.go.jp> | |
| 9129 | |
| 9130 * ps-bdf.el: File name changed from bdf.el. Provide ps-bdf | |
| 9131 instead of bdf. | |
| 9132 | |
| 9133 * ps-print.el (ps-mule-font-info-database): Doc-string modified. | |
| 9134 (ps-mule-external-libraries): New element FEATURE. | |
| 9135 (ps-mule-init-external-library): Ajusted for the above change. | |
| 9136 (ps-mule-generate-font): Likewise. | |
| 9137 (ps-mule-generate-glyphs): Likewise. | |
| 9138 (ps-mule-prepare-font): Likewise. | |
| 9139 (ps-mule-initialize): Likewise. | |
| 9140 (ps-begin-file): Superfluous tailing parenthesis deleted. | |
| 9141 | |
| 9142 1998-12-15 Kenichi Handa <handa@etl.go.jp> | |
| 9143 | |
| 9144 * international/fontset.el (x-decompose-font-name): If PATTERN | |
| 9145 doesn't have any wild cards, return a vector made from a name that | |
| 9146 is found by x-resolve-font-name found. Comments added. | |
| 9147 | |
| 9148 * international/mule-cmds.el (find-coding-systems-for-charsets): | |
| 9149 Handle the case of unknown charset. | |
| 9150 (find-multibyte-characters): If invalid multibyte characters are | |
| 9151 found, return the corresponding strings instead of character | |
| 9152 codes. | |
| 9153 (find-multibyte-characters): Adjusted for the above change. | |
| 9154 (select-safe-coding-system): For a unibyte buffer, always returns | |
| 9155 DEFAULT-CODING-SYSTEM. | |
| 9156 (get-charset-property): Fix previous change. Make it a function. | |
| 9157 (put-charset-property): Make it a function. | |
| 9158 | |
| 9159 * international/mule.el (make-coding-system): Set mime-charset | |
| 9160 property of *-with-esc coding system to nil. | |
| 9161 | |
| 9162 * international/quail.el (quail-point-in-conversion-region): New | |
| 9163 function. | |
| 9164 (quail-conversion-backward-delete-char): When a key sequence is | |
| 9165 being translated, call quail-delete-last-char. | |
| 9166 | |
| 9167 * language/devan-util.el | |
| 9168 (devanagari-reorder-glyphs-for-decomposition): Fix the way to | |
| 9169 handle devanagari-decomposition-rules. | |
| 9170 | |
| 9171 1998-12-14 Andreas Schwab <schwab@delysid.gnu.org> | |
| 9172 | |
| 9173 * textmodes/texinfo.el (texinfo-tex-buffer): Bind | |
| 9174 tex-start-options-string to empty string. | |
| 9175 (texinfo-tex-region): Use texinfo-tex-trailer as documented. | |
| 9176 | |
| 9177 1998-12-14 Andrew Innes <andrewi@delysid.gnu.org> | |
| 9178 | |
| 9179 * gnus/nntp.el (nntp-request-group): Undo previous change (4xx and | |
| 9180 5xx responses are already handled properly). | |
| 9181 | |
| 9182 1998-12-13 Richard Stallman <rms@gnu.org> | |
| 9183 | |
| 9184 * progmodes/compile.el (compilation-error-regexp-alist): Insist | |
| 9185 on a non-digit in the file name. | |
| 9186 | |
| 9187 * simple.el (comment-region): Handle comment-padding | |
| 9188 separately for insertion and for deletion, in the right way for each. | |
| 9189 | |
| 9190 1998-12-13 Felix Lee <flee@cygnus.com> | |
| 9191 | |
| 9192 * progmodes/compile.el (compilation-error-regexp-alist): Fix | |
| 9193 regexp to match "ChangeLog:1:1998-12-09 ..." | |
| 9194 | |
| 9195 1998-12-13 Eli Zaretskii <eliz@delysid.gnu.org> | |
| 9196 | |
| 9197 * cus-start.el (dos-unsupported-char-glyph): Add. | |
| 9198 | |
| 9199 1998-12-11 Dave Love <fx@gnu.org> | |
| 9200 | |
| 9201 * progmodes/fortran.el (fortran-font-lock-keywords-3): Wrap | |
| 9202 forward-sexp in condition-case. | |
| 9203 | |
| 9204 * emacs-lisp/find-func.el (find-function-search-for-symbol): | |
| 9205 Remove unnecessary test on `library' for explicit file name. | |
| 9206 Widen scope of save-match-data. | |
| 9207 | |
| 9208 1998-12-10 Eli Zaretskii <eliz@delysid.gnu.org> | |
| 9209 | |
| 9210 * international/mule.el (load-with-code-conversion): If the loaded | |
| 9211 file was inserted with no-conversion or raw-text coding system, | |
| 9212 make the buffer unibyte. | |
| 9213 | |
| 9214 1998-12-09 Richard Stallman <rms@gnu.org> | |
| 9215 | |
| 9216 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): | |
| 9217 Get rid of nested loops. | |
| 9218 | |
| 9219 * mouse.el (mouse-drag-vertical-line): | |
| 9220 If WHICH-SIDE is not `right', then scroll bars are on the left. | |
| 9221 | |
| 9222 * loadhist.el (load-history-loaded): defvar moved to help.el. | |
| 9223 | |
| 9224 * help.el (symbol-file-load-history-loaded): Variable renamed, | |
| 9225 and defvar moved from loadhist.el. | |
| 9226 (symbol-file): Renamed from describe-function-find-file. | |
| 9227 Load fns-VERSION.el here. | |
| 9228 (describe-variable, describe-function-1): Use symbol-file. | |
| 9229 | |
| 9230 * textmodes/tex-mode.el (tex-generate-zap-file-name): | |
| 9231 Don't start the name with #. | |
| 9232 | |
| 9233 * ispell.el: Take out the eval-when's. | |
| 9234 | |
| 9235 1998-12-09 Peter Breton <pbreton@ne.mediaone.net> | |
| 9236 | |
| 9237 * dirtrack.el (dirtrack-directory-change-hook): New hook. | |
| 9238 (dirtrack): Run it. Make debug message more verbose. | |
| 9239 | |
| 9240 1998-12-09 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> | |
| 9241 | |
| 9242 * progmodes/octave-mod.el (octave-abbrev-start): Use the correct | |
| 9243 name of the abbrev table, and provide support for XEmacs. | |
| 9244 (octave-xemacs-p): New variable. | |
| 9245 | |
| 9246 1998-12-09 Jonathan I. Kamens <jik@kamens.brookline.ma.us> | |
| 9247 | |
| 9248 * mail/sendmail.el (sendmail-send-it): Don't wait for sendmail to | |
| 9249 exit, when mail-interactive is nil. | |
| 9250 | |
| 9251 1998-12-09 Changwoo Ryu <cwryu@adam.kaist.ac.kr> | |
| 9252 | |
| 9253 * files.el (after-find-file): Message fix. | |
| 9254 | |
| 9255 1998-12-09 Ken Stevens <stevens@kdstevens.com> | |
| 9256 | |
| 9257 * ispell.el (ispell-kill-ispell): Don't send newline after EOF. | |
| 9258 | |
| 9259 1998-12-09 Geoff Voelker <voelker@cs.washington.edu> | |
| 9260 | |
| 9261 * ange-ftp.el (ange-ftp-expand-file-name) [windows-nt]: Handle | |
| 9262 filenames using backslashes. | |
| 9263 | |
| 9264 1998-12-09 Dave Love <fx@gnu.org> | |
| 9265 | |
| 9266 * browse-url.el (browse-url-mail): Call compose-mail-other-window | |
| 9267 with correct number of args. | |
| 9268 (browse-url-maybe-new-window): New arg. Callers changed. | |
| 9269 | |
| 9270 * progmodes/fortran.el (fortran-check-end-prog-re): Allow trailing | |
| 9271 comment. | |
| 9272 | |
| 9273 1998-12-08 Geoff Voelker <voelker@cs.washington.edu> | |
| 9274 | |
| 9275 * makefile.nt (install) [COPY_LISP_SOURCE]: Fix end of conditional. | |
| 9276 | |
| 9277 1998-12-08 Markus Rost <rost@delysid.gnu.org> | |
| 9278 | |
| 9279 * vc.el (vc-rcs-release): Fix Type. | |
| 9280 (vc-sccs-release): Fix Type. | |
| 9281 (vc-cvs-release): Fix Type. | |
| 9282 | |
| 9283 * mail/rmailsum.el (rmail-summary-output): Simplify. Make prefix | |
| 9284 arg work right. | |
| 9285 | |
| 9286 * mail/rmailout.el (rmail-output-to-rmail-file): Avoid multiple | |
| 9287 output of last undeleted message. | |
| 9288 | |
| 9289 1998-12-07 Geoff Voelker <voelker@cs.washington.edu> | |
| 9290 | |
| 9291 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src. | |
| 9292 (buffer-undo-list) [windows-nt]: Use different relative path. | |
| 9293 | |
| 9294 1998-12-07 Simon Marshall <simon@gnu.org> | |
| 9295 | |
| 9296 * font-lock.el (java-font-lock-keywords-2): Wrap java-minor-types. | |
| 9297 | |
| 9298 1998-12-05 Markus Rost <rost@delysid.gnu.org> | |
| 9299 | |
| 9300 * xt-mouse.el (xterm-mouse-mode): Pacify the byte compiler. | |
| 9301 | |
| 9302 * emacs-lisp/byte-opt.el: Require bytecomp for byte-goto-ops. | |
| 9303 | |
| 9304 1998-12-04 Markus Rost <rost@delysid.gnu.org> | |
| 9305 | |
| 9306 * info.el (Info-menu): Don't return error if point is between menu | |
| 9307 header and first menu item. | |
| 9308 | |
| 9309 1998-12-04 Dave Love <fx@gnu.org> | |
| 9310 | |
| 9311 * help.el (describe-function-1): Fix description for alias. | |
| 9312 | |
| 9313 1998-12-03 Andreas Schwab <schwab@delysid.gnu.org> | |
| 9314 | |
| 9315 * emacs-lisp/lisp-mnt.el (lm-summary): Strip off -*- | |
| 9316 specifications from summary line. | |
| 9317 | |
| 9318 * rect.el (delete-whitespace-rectangle): Mark for autoload. | |
| 9319 (close-rectangle): Define alias only once in loaddefs.el. | |
| 9320 | |
| 9321 1998-12-03 Eli Zaretskii <eliz@mescaline.gnu.org> | |
| 9322 | |
| 9323 * term/internal.el: Remove code which sets up a special syntax | |
| 9324 table for non-ASCII characters. | |
| 9325 | |
| 9326 1998-12-02 Andrew Innes <andrewi@delysid.gnu.org> | |
| 9327 | |
| 9328 * dos-w32.el (direct-print-region-function): Try to ensure that | |
| 9329 printer-name is expanded to a file name on a local drive; | |
| 9330 sometimes printing a file loaded from a network volume fails. | |
| 9331 (direct-print-region-function): Add a function to | |
| 9332 write-region-annotate-functions to append a formfeed character to | |
| 9333 the region being printed, if the region doesn't end with a | |
| 9334 formfeed already. This avoids creating a second print job | |
| 9335 containing a blank page when print spooling is enabled on Windows. | |
| 9336 | |
| 9337 1998-12-02 Dave Love <fx@gnu.org> | |
| 9338 | |
| 9339 * help.el (help-make-xrefs): Use `info', not the non-autoloaded | |
| 9340 `Info-goto-node'. | |
| 9341 | |
| 9342 1998-12-02 Richard Stallman <rms@gnu.org> | |
| 9343 | |
| 9344 * help.el (temp-buffer-resize-mode): Doc fix. | |
| 9345 | |
| 9346 * cus-edit.el (custom-save-delete): Save point before | |
| 9347 reading a sexp, rather than backing up. | |
| 9348 | |
| 9349 * international/iso-transl.el: Fix previous change. | |
| 9350 | |
| 9351 1998-12-02 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
| 9352 | |
| 9353 * vc.el (vc-dired-window-configuration, vc-ediff-windows, | |
| 9354 vc-ediff-result, vc-dired-switches, vc-dired-terse-mode): | |
| 9355 Added defvars to suppress compilation warnings. | |
| 9356 | |
| 9357 1998-11-30 Ken Stevens <k.stevens@ieee.org> | |
| 9358 | |
| 9359 * ispell.el: Improved and fixed customize for variables: | |
| 9360 ispell-highlight-p, ispell-check-comments, ispell-help-in-bufferp, | |
| 9361 ispell-dictionary-alist, ispell-skip-sgml. | |
| 9362 Improved and fixed comments in variables and messages for | |
| 9363 functions: ispell-help-in-bufferp, ispell-local-dictionary, | |
| 9364 ispell-menu-map, ispell-checking-message, ispell-parser, | |
| 9365 ispell-word, lookup-words, ispell-change-dictionary, ispell-region, | |
| 9366 ispell-begin-tex-skip-regexp, ispell-begin-skip-region, | |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
9367 ispell-comments-and-strings, ispell-continue, ispell-complete-word, |
| 25837 | 9368 ispell-message-text-end, ispell-add-per-file-word-list. |
| 9369 (ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding | |
| 9370 system is now required for all languages. Casechars improved for | |
| 9371 castellano, castellano8, and norsk dictionaries. Dictionary | |
| 9372 norsk7-tex added. Dictionary polish added. | |
| 9373 (ispell-dictionary-alist): Redefined at load-time to support | |
| 9374 dictionary changes. | |
| 9375 (ispell-menu-map): Redefined at load-time to support menu changes. | |
| 9376 (ispell-check-version): New alias for `check-ispell-version'. | |
| 9377 (ispell-parse-output): Fixed matching for ispell error messages. | |
| 9378 Correctly returns spelling suggestions in order generated by ispell | |
| 9379 process. | |
| 9380 (check-ispell-version): Ensure `case-fold-search' doesn't get | |
| 9381 redefined. | |
| 9382 (ispell-complete-word): Ensure `case-fold-search' doesn't get | |
| 9383 redefined. Fix bug that didn't respect case of word being completed. | |
| 9384 (ispell-init-process): Set process coding system to be compatible | |
| 9385 with emacs processes and the ispell process. | |
| 9386 (ispell-kill-ispell): Ensures ispell process has terminated before | |
| 9387 starting new process. This can otherwise confuse process filters | |
| 9388 and hang the ispell process. | |
| 9389 (ispell-begin-skip-region-regexp): (ispell-skip-region): Improved | |
| 9390 skipping support for sgml. | |
| 9391 (ispell-minor-check): Support sgml labels. Fix mapping ^M to \r | |
| 9392 which could cause `ispell-complete-word' to hang. | |
| 9393 (ispell-message): Improved message reference matching. Ensure | |
| 9394 `case-fold-search' doesn't get redefined. | |
| 9395 (ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't | |
| 9396 get redefined. Fixed bug in returning to nroff mode from tex mode. | |
| 9397 (ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't | |
| 9398 get redefined. | |
| 9399 | |
| 9400 1998-11-30 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 9401 | |
| 9402 * textmodes/flyspell.el (flyspell-check-word-p): | |
| 9403 Don't delay inside a kbd macro. | |
| 9404 | |
| 9405 * subr.el (make-local-hook): Return the hook variable. | |
| 9406 | |
| 9407 1998-11-30 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE> | |
| 9408 | |
| 9409 * hscroll.el (hscroll-mode, hscroll-global-mode, hscroll-window-maybe): | |
| 9410 Use a timer instead of post-command-hook. | |
| 9411 (hscroll-timer): New variable. | |
| 9412 | |
| 9413 1998-11-30 Dave Love <fx@gnu.org> | |
| 9414 | |
| 9415 * help.el (help-xref-button): Do nothing if text already has the | |
| 9416 help-xref property. | |
| 9417 (describe-variable): Revert previous change to hyperlink to source. | |
| 9418 | |
| 9419 1998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 9420 | |
| 9421 * bindings.el (features): Add `base64' to this list. | |
| 9422 | |
| 9423 * loadhist.el (symbol-file): Doc fix. | |
| 9424 | |
| 9425 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src. | |
| 9426 | |
| 9427 * files.el (hack-one-local-variable): Cope with non-file buffers. | |
| 9428 | |
| 9429 1998-11-28 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 9430 | |
| 9431 * help.el (describe-mode): Put major mode first. | |
| 9432 | |
| 9433 * calendar/appt.el (appt-disp-window): Use pop-to-buffer, | |
| 9434 to support special-display and same-window features. | |
| 9435 | |
| 9436 1998-11-27 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 9437 | |
| 9438 * simple.el (transpose-subr, transpose-subr-1): Rename variables | |
| 9439 bound in one function and used in the other. | |
| 9440 (transpose-subr-start1, transpose-subr-start2): Add defvars. | |
| 9441 (transpose-subr-end1, transpose-subr-end2): Add defvars. | |
| 9442 | |
| 9443 1998-11-26 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 9444 | |
| 9445 * autoinsert.el (auto-insert-alist): Use user-mail-address. | |
| 9446 | |
| 9447 1998-11-26 Kenichi Handa <handa@etl.go.jp> | |
| 9448 | |
| 9449 * international/ccl.el (ccl-dump-translate-character-const-tbl): | |
| 9450 Give format correct control string. | |
| 9451 | |
| 9452 * international/mule.el (define-translation-table): Fix bug of | |
| 9453 setting incorrect translation-table-id. If the first element of | |
| 9454 ARGS is a translation table, just register it. | |
| 9455 | |
| 9456 * language/chinese.el ("Chinese-BIG5"): Add charset-origin-alist | |
| 9457 property. | |
| 9458 | |
| 9459 1998-11-24 Michael Ernst <mernst@alum.mit.edu> | |
| 9460 | |
| 9461 * thingatpt.el (thing-at-point-url-at-point): Don't use current | |
| 9462 syntax table to determine what is whitespace. | |
| 9463 | |
| 9464 1998-11-24 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 9465 | |
| 9466 * frame.el (frame-parameter): Doc fix. | |
| 9467 | |
| 9468 * textmodes/tex-mode.el (tex-feed-input): New function. | |
| 9469 (tex-define-common-keys): Add binding for C-c C-m. | |
| 9470 | |
| 9471 1998-11-23 Dave Love <fx@gnu.org> | |
| 9472 | |
| 9473 * progmodes/fortran.el: Various minor doc fixes. | |
| 9474 (fortran-font-lock-keywords-1): Add `d' to comment-chars. | |
| 9475 (fortran-with-subprogram-narrowing): New macro. | |
| 9476 (fortran-check-for-matching-do): Use it. | |
| 9477 (fortran-end-do): Use fortran-check-end-prog-re. | |
| 9478 (fortran-beginning-do, fortran-end-if, fortran-beginning-if) | |
| 9479 (fortran-calculate-indent, fortran-calculate-indent): Likewise. | |
| 9480 | |
| 9481 1998-11-23 Simon Marshall <simon@gnu.org> | |
| 9482 | |
| 9483 * font-lock.el (font-lock-defaults): Doc fix. | |
| 9484 (font-lock-default-fontify-buffer): Rewritten to use with-temp-message. | |
| 9485 (lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword. | |
| 9486 | |
| 9487 * lazy-lock.el (lazy-lock-unstall): | |
| 9488 (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message. | |
| 9489 | |
| 9490 * fast-lock.el (fast-lock-save-cache-1): | |
| 9491 (fast-lock-cache-data): Rewritten to use with-temp-message. | |
| 9492 | |
| 9493 1998-11-22 Andrew Innes <andrewi@delysid.gnu.org> | |
| 9494 | |
| 9495 * mail/rmail.el (rmail-set-message-counters-counter): Detect | |
| 9496 messages that have been added with DOS line endings and convert | |
| 9497 the line endings for such messages. | |
| 9498 | |
| 9499 1998-11-22 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE> | |
| 9500 | |
| 9501 * help.el: Add resizing of temporary buffers. | |
| 9502 (temp-buffer-resize-mode): New command and variable. | |
| 9503 (temp-buffer-max-height): New variable. | |
| 9504 (resize-temp-buffer-window): New function. | |
| 9505 | |
| 9506 * window.el (window-buffer-height): New function, split from | |
| 9507 shrink-window-if-larger-than-buffer. | |
| 9508 (shrink-window-if-larger-than-buffer): Use window-buffer-height. | |
| 9509 | |
| 9510 1998-11-22 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 9511 | |
| 9512 * frame.el (initial-frame-alist): Add defcustom. | |
| 9513 | |
| 9514 * shell.el (shell-prompt-pattern): Add defcustom. | |
| 9515 | |
| 9516 1998-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
| 9517 | |
| 9518 * message.el (message-ignored-supersedes-headers): Remove | |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
9519 NNTP-Posting-Date. |
| 25837 | 9520 |
| 9521 1998-11-21 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 9522 | |
| 9523 * help.el (describe-mode): Don't avoid loop indirecting thru | |
| 9524 value of INDICATOR. | |
| 9525 | |
| 9526 1998-11-20 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 9527 | |
| 9528 * help.el (describe-variable): Allow any variable with a defcustom, | |
| 9529 even if it is not a user variable. | |
| 9530 | |
| 9531 * mail/rmail.el (mail-unsent-separator): Additional alternative. | |
| 9532 | |
| 9533 1998-11-20 Andrew Innes <andrewi@delysid.gnu.org> | |
| 9534 | |
| 9535 * gnus/nntp.el (nntp-request-group): Allow for failures when | |
| 9536 requesting a new group. | |
| 9537 | |
| 9538 1998-11-19 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 9539 | |
| 9540 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Doc fix. | |
| 9541 | |
| 9542 1998-11-19 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 9543 | |
| 9544 * emacs-lisp/find-func.el (find-function-regexp): Handle skeletons. | |
| 9545 | |
| 9546 1998-11-19 Simon Marshall <simon@gnu.org> | |
| 9547 | |
| 9548 * subr.el (with-temp-message): New macro. | |
| 9549 | |
| 9550 * emacs-lisp/lisp-mode.el (with-temp-message): | |
| 9551 Add lisp-indent-function property. | |
| 9552 | |
| 9553 1998-11-18 Dave Love <fx@gnu.org> | |
| 9554 | |
| 9555 * progmodes/fortran.el (fortran-end-prog-re): Fix typo. | |
| 9556 | |
| 9557 1998-11-18 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 9558 | |
| 9559 * emacs-lisp/bytecomp.el (temp-buffer-show-hook): | |
| 9560 This is not obsolete. | |
| 9561 | |
| 9562 1998-11-18 Kenichi Handa <handa@etl.go.jp> | |
| 9563 | |
| 9564 * textmodes/picture.el: Make a new map by make-keymap. | |
| 9565 (picture-desired-column): New variable. | |
| 9566 (picture-update-desired-column): New function. | |
| 9567 (picture-beginning-of-line): Set picture-desired-column to 0. | |
| 9568 (picture-end-of-line): Set picture-desired-column to the current | |
| 9569 column. | |
| 9570 (picture-forward-column): Pay attention to multi-column character. | |
| 9571 (picture-backward-column): Likewise. | |
| 9572 (picture-move-down): Likewise. | |
| 9573 (picture-move-up): Likewise. | |
| 9574 (picture-movement-nw): With prefix arg, move twice columns. | |
| 9575 (picture-movement-ne): Likewise. | |
| 9576 (picture-movement-sw): Likewise. | |
| 9577 (picture-movement-se): Likewise. | |
| 9578 (picture-set-motion): Handle two-column movements. | |
| 9579 (picture-move): Call picture-move-down or picture-forward-column | |
| 9580 only when necessary. | |
| 9581 (picture-insert): Pay attention to picture-desired-column. | |
| 9582 (picture-self-insert): Likewise. | |
| 9583 (picture-clear-column): Pay attention to multi-column character. | |
| 9584 (picture-mode): Modify doc-string for two-column movement. | |
| 9585 | |
| 9586 * rect.el (move-to-column-force): New function. | |
| 9587 (operate-on-rectangle): If coerce-tabs is non-nil, call | |
| 9588 move-to-column-force instead of move-to-column. | |
| 9589 (insert-rectangle): Call move-to-column-force instead of | |
| 9590 move-to-column. | |
| 9591 (open-rectangle-line): If begextra is not zero, call | |
| 9592 move-to-column-force. | |
| 9593 | |
| 9594 | |
| 9595 1998-11-16 Dave Love <fx@gnu.org> | |
| 9596 | |
| 9597 * textmodes/sgml-mode.el Require skeleton when compiling. | |
| 9598 (sgml-font-lock-keywords-1): Accept single-letter tags. | |
| 9599 (v2): Defvar free variable. | |
| 9600 | |
| 9601 1998-11-16 Sam Steingold <sds@goems.com> | |
| 9602 | |
|
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
9603 * emacs-lisp/cl-indent.el: Indent `with-output-to-string' as a CL |
| 25837 | 9604 macro, not ELisp one. |
| 9605 | |
| 9606 1998-11-16 Kenichi Handa <handa@etl.go.jp> | |
| 9607 | |
| 9608 * emacs-lisp/lisp-mode.el: Set syntaxes all non-word multibyte | |
| 9609 characters to symbol. | |
| 9610 | |
| 9611 * language/japan-util.el (japanese-zenkaku-region): New optional | |
| 9612 arg KATAKANA-ONLY. | |
| 9613 | |
| 9614 1998-11-16 Kenichi Handa <handa@etl.go.jp> | |
| 9615 | |
| 9616 * international/mule.el | |
| 9617 (after-insert-file-set-buffer-file-coding-system): If the buffer | |
| 9618 is changed to unibyte, return inserted bytes. | |
| 9619 | |
| 9620 * tar-mode.el (tar-header-block-tokenize): Decode codes of file | |
| 9621 and link names if necessary. | |
| 9622 (tar-header-block-summarize): Handle the case that file or link | |
| 9623 names are multibyte. | |
| 9624 (tar-summarize-buffer): At first set the current buffer unibyte, | |
| 9625 then if there are multibyte file names, change it to multibyte. | |
| 9626 (tar-mode): Get char position from tar-header-offset. | |
| 9627 (tar-extract): Avoid multibyte<->unibyte conversion in | |
| 9628 insert-buffer-subsring by setting both buffers unibyte | |
| 9629 temporarily. | |
| 9630 (tar-copy): Set the buffer unibyte while doing a work. Write | |
| 9631 without code conversion. | |
| 9632 (tar-expunge): Set the buffer unibyte while doing a work. | |
| 9633 (tar-alter-one-field): Likewise. | |
| 9634 (tar-clear-modification-flags): Compare byte position with | |
| 9635 tar-header-offset. | |
| 9636 (tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in | |
| 9637 insert-buffer-subsring by setting both buffers unibyte | |
| 9638 temporarily. Pay attention to multibyteness while updating the | |
| 9639 descriptor-line. | |
| 9640 (tar-mode-write-file): Write without code conversion. | |
| 9641 | |
| 9642 1998-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
| 9643 | |
| 9644 * nngateway.el: Require cl. | |
| 9645 | |
| 9646 1998-11-15 Dave Love <fx@gnu.org> | |
| 9647 | |
| 9648 * progmodes/fortran.el: Fix previous change: | |
| 9649 (fortran-end-prog-re1): Changed. | |
| 9650 (fortran-check-end-prog-re): New function. | |
| 9651 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use it. | |
| 9652 | |
| 9653 1998-11-13 Tom Breton <tob@world.std.com> | |
| 9654 | |
| 9655 * autoinsert.el (auto-insert-alist): Don't assume *.el is part of | |
| 9656 GNU Emacs. | |
| 9657 | |
| 9658 1998-11-13 Carsten Dominik <cd@delysid.gnu.org> | |
| 9659 | |
| 9660 * textmodes/reftex.el: (reftex-finding-files): Group documentation | |
| 9661 fixed. | |
| 9662 (reftex-toc-toggle-file-boundary, | |
| 9663 reftex-toc-toggle-labels, | |
| 9664 reftex-toc-toggle-context,reftex-find-start-point): New functions. | |
| 9665 (reftex-toc-include-labels, reftex-toc-include-context, | |
| 9666 reftex-toc-include-file-boundaries, | |
| 9667 reftex-toc-keep-other-windows): New options. | |
| 9668 (reftex-use-text-after-label-as-context): Option removed. | |
| 9669 (reftex-extract-bib-entries): Protect use in non-latex | |
| 9670 buffers. | |
| 9671 (reftex-toc-visit-location): Renamed from | |
| 9672 `reftex-toc-visit-line'. | |
| 9673 (reftex-latin1-to-ascii): Works now with and without Mule. | |
| 9674 (reftex-truncate): Removed special stuff for Emacs 20.2. | |
| 9675 (reftex-get-offset): Made more general. | |
| 9676 (reftex-show-label-location): Renamed from | |
| 9677 `reftex-select-label-callback'. | |
| 9678 (reftex-pop-to-label): Function removed (using | |
| 9679 `reftex-show-label-location' instead. | |
| 9680 (reftex-insert-docstruct): Renamed from | |
| 9681 `reftex-make-and-insert-label-list'. Function args changed. | |
| 9682 (reftex-toc): Now uses `reftex-insert-docstruct' and | |
| 9683 `reftex-find-start-point'. | |
| 9684 (reftex-select-item): Use `reftex-find-start-point'. | |
| 9685 (reftex-toc-visit-line): Can display labels and file | |
| 9686 boundaries. | |
| 9687 (reftex-TeX-master-file): `(TeX-master-file)' protected. | |
| 9688 | |
| 9689 1998-11-12 Sam Steingold <sds@goems.com> | |
| 9690 | |
| 9691 * browse-url.el (browse-url): Handle the case when | |
| 9692 `browse-url-browser-function' is a lambda list. | |
| 9693 | |
| 9694 1998-11-12 Eli Zaretskii <eliz@mescaline.gnu.org> | |
| 9695 | |
| 9696 * loadup.el (buffer-undo-list): For ms-dos, use fns.el without the | |
| 9697 version string. | |
| 9698 * loadhist.el (symbol-file): Likewise | |
| 9699 | |
| 9700 1998-11-11 Richard Sharman <Richard_Sharman@Mitel.COM> | |
| 9701 | |
| 9702 * ediff-init.el (ediff-even-diff-face-A): Fix stipple spelling. | |
| 9703 | |
| 9704 1998-11-11 Sam Steingold <sds@goems.com> | |
| 9705 | |
| 9706 * inf-lisp.el (switch-to-lisp): If no inferior lisp present, call | |
| 9707 `run-lisp' instead of signalling an error. | |
| 9708 | |
| 9709 1998-11-11 Karl Heuer <kwzh@gnu.org> | |
| 9710 | |
| 9711 * desktop.el (desktop-save, desktop-create-buffer): Undo 10-22 change. | |
| 9712 | |
| 9713 1998-11-11 Richard Stallman <rms@gnu.org> | |
| 9714 | |
| 9715 * vc-hooks.el (vc-toggle-read-only): Doc fix. | |
| 9716 | |
| 9717 1998-11-11 Per Starback <starback@update.uu.se> | |
| 9718 | |
| 9719 * ispell.el: (ispell-dictionary-alist-2): Removed svenska, | |
| 9720 renamed svenska8 to svenska, and fixed and extended CASECHARS | |
| 9721 for it. | |
| 9722 | |
| 9723 1998-11-11 Andrew Innes <andrewi@delysid.gnu.org> | |
| 9724 | |
| 9725 * ps-print.el (ps-print-prologue-1): Only use old LandscapeMode | |
| 9726 handling if setpagedevice is not available. | |
| 9727 (ps-begin-file): Fix typo. | |
| 9728 | |
| 9729 1998-11-11 Kenichi Handa <handa@etl.go.jp> | |
| 9730 | |
| 9731 * international/mule-util.el (compose-chars-component): Signal | |
| 9732 error if CH is a rule-based composition character. | |
| 9733 (compose-chars): Signal error if an already compsed character is | |
| 9734 going to be composed by rule-base. | |
| 9735 | |
| 9736 * term/x-win.el: If a resolved ASCII font name doesn't conform to | |
| 9737 full XLFD, don't try to get information of WEIGHT and SLANT from | |
| 9738 that font name. | |
| 9739 | |
| 9740 1998-11-10 Andrew Innes <andrewi@harlequin.co.uk> | |
| 9741 | |
| 9742 * dos-w32.el (set-default-process-coding-system): Use function on | |
| 9743 before-init-hook to set default-process-coding-system based on | |
| 9744 enable-multibyte-characters. | |
| 9745 | |
| 9746 * term/w32-win.el ([language-change]): For now ignore | |
| 9747 keyboard language-change events. | |
| 9748 | |
| 9749 1998-11-10 Eli Zaretskii <eliz@delysid.gnu.org> | |
| 9750 | |
| 9751 * ediff-util.el (ediff-make-temp-file): Run the prefix through | |
| 9752 convert-standard-file-name, but leave the results of | |
| 9753 make-temp-name unaltered. For MS-DOS, truncate the prefix to 2 | |
| 9754 characters if the original name already exists, or has a special | |
| 9755 handler. | |
| 9756 | |
| 9757 1998-11-10 Karl Heuer <kwzh@gnu.org> | |
| 9758 | |
| 9759 * international/iso-insert.el: Delete autoload cookies. | |
| 9760 | |
| 9761 * international/iso-transl.el: Add autoload cookies. | |
| 9762 | |
| 9763 1998-11-10 Richard Stallman <rms@gnu.org> | |
| 9764 | |
| 9765 * ispell.el (ispell-get-coding-system): Default to iso-latin-1. | |
| 9766 (ispell-process-line): Don't treat multibyte | |
| 9767 | |
| 9768 1998-11-09 Andrew Innes <andrewi@harlequin.co.uk> | |
| 9769 | |
| 9770 * ps-print.el (ps-print-prologue-1): In BeginDoc procedure, call | |
| 9771 setpagedevice to specify the page size if setpagedevice is | |
| 9772 available. This is necessary to select the correct paper tray on | |
| 9773 Level 2 printers with multiple paper sizes available. | |
| 9774 | |
| 9775 (ps-begin-file): Cope with font names that contain spaces, and | |
| 9776 call BeginDoc in a BeginSetup/EndSetup block. | |
| 9777 | |
| 9778 1998-11-08 Eli Zaretskii <eliz@mescaline.gnu.org> | |
| 9779 | |
| 9780 * loadup.el (buffer-undo-list): Run fns-VERSION.el through | |
| 9781 convert-standard-filename. | |
| 9782 | |
| 9783 * loadhist.el (symbol-file): Run fns-VERSION.el through | |
| 9784 convert-standard-filename. | |
| 9785 | |
| 9786 1998-11-06 Richard Stallman <rms@gnu.org> | |
| 9787 | |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
9788 * textmodes/texinfmt.el (texinfo-format-scan): |
| 25837 | 9789 Detect the case of two @-commands in a row; process just the first. |
| 9790 (texinfo-append-refill): If line has a @c, insert the @refill | |
| 9791 before it. | |
| 9792 (texinfo-format-refill): Return with point where the @refill was. | |
| 9793 | |
| 9794 * files.el (hack-local-variables): Test local-enable-local-variables. | |
| 9795 (hack-local-variables-prop-line): Likewise. | |
| 9796 (set-auto-mode): Don't test local-enable-local-variables here. | |
| 9797 (enable-local-variables): Doc fix. | |
| 9798 (local-enable-local-variables): Doc fix. | |
| 9799 (normal-mode): Doc fix. | |
| 9800 | |
| 9801 1998-11-06 Karl Heuer <kwzh@gnu.org> | |
| 9802 | |
| 9803 * emacs-lisp/find-func.el (find-variable-noselect): Autoload. | |
| 9804 | |
| 9805 1998-11-06 Richard Sharman <Richard_Sharman@Mitel.COM> | |
| 9806 | |
| 9807 * simple.el (line-number-mode): Doc fix. | |
| 9808 | |
| 9809 1998-11-06 Kenichi Handa <handa@etl.go.jp> | |
| 9810 | |
| 9811 * international/fontset.el (create-fontset-from-fontset-spec): | |
| 9812 Give correct arg to `error'. | |
| 9813 | |
| 9814 1998-11-06 Andreas Schwab <schwab@delysid.gnu.org> | |
| 9815 | |
| 9816 * textmodes/sgml-mode.el (html-mode): Doc fix. | |
| 9817 (sgml-name-8bit-mode): Fix missing format character in message string. | |
| 9818 | |
| 9819 1998-11-05 Karl Heuer <kwzh@gnu.org> | |
| 9820 | |
| 9821 * mail/sendmail.el (sendmail-send-it): Check for failure. | |
| 9822 | |
| 9823 1998-11-05 Richard Stallman <rms@gnu.org> | |
| 9824 | |
| 9825 * man.el (Man-page-header-regexp): Alternate value for Solaris 2.6. | |
| 9826 | |
| 9827 * rect.el (delete-whitespace-rectangle): close-rectangle renamed. | |
| 9828 (close-rectangle): Define as alias. | |
| 9829 | |
| 9830 1998-11-05 Richard M. Heiberger <rmh@fisher.stat.temple.edu> | |
| 9831 | |
| 9832 * textmodes/tex-mode.el (tex-start-shell): Track directory changes. | |
| 9833 | |
| 9834 1998-11-05 Dave Love <fx@gnu.org> | |
| 9835 | |
| 9836 * help.el (describe-variable): Don't quote link to source. | |
| 9837 | |
| 9838 1998-11-04 Richard Stallman <rms@sucrose.ai.mit.edu> | |
| 9839 | |
| 9840 * gud.el (gud-common-init): Use pop-to-buffer. | |
| 9841 (same-window-regexps): Add an element that matches all gud buffers. | |
| 9842 | |
| 9843 1998-11-04 Jason Rumney <jasonr@altavista.net> | |
| 9844 | |
| 9845 * term/w32-win.el (x-get-selection-value): Alias to | |
| 9846 x-cut-buffer-or-selection-value. | |
| 9847 (w32-standard-fontset-spec): New variable. | |
| 9848 (w32-create-initial-fontsets, mouse-set-font): Check whether | |
| 9849 new-fontset is available. | |
| 9850 (w32-use-w32-font-dialog): Enable use of set-variable. | |
| 9851 | |
| 9852 1998-11-04 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
| 9853 | |
| 9854 * vc.el (with-vc-file, edit-vc-file): New macros. | |
| 9855 | |
| 9856 1998-11-04 Kenichi Handa <handa@etl.go.jp> | |
| 9857 | |
| 9858 * international/quail.el (quail-show-guidance-buf): Call | |
| 9859 set-minibuffer-window to set minibuffer window of the current | |
| 9860 frame correctly. | |
| 9861 | |
| 9862 1998-11-03 Theodore Jump <tjump@tertius.com> | |
| 9863 | |
| 9864 * term/w32-win.el: Require fontset. | |
| 9865 | |
| 9866 1998-11-03 Andrew Innes <andrewi@delysid.gnu.org> | |
| 9867 | |
| 9868 * faces.el (set-face-font): Call resolve-fontset-name on w32. | |
| 9869 (set-face-font-auto): Ditto. | |
| 9870 | |
| 9871 1998-11-03 Andreas Schwab <schwab@delysid.gnu.org> | |
| 9872 | |
| 9873 * mouse.el (mouse-drag-region): Fix typo. | |
| 9874 | |
| 9875 1998-11-02 Dave Love <fx@gnu.org> | |
| 9876 | |
| 9877 * progmodes/fortran.el Fix for fontification of strings lost somehow: | |
| 9878 (fortran-fontify-string): New function. | |
| 9879 (fortran-font-lock-keywords-1): Use it. | |
| 9880 | |
| 9881 1998-11-02 Markus Rost <rost@delysid.gnu.org> | |
| 9882 | |
| 9883 * comint.el (comint-file-name-quote-list): Doc fix. | |
| 9884 | |
| 9885 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 9886 | |
| 9887 * loadup.el (buffer-undo-list): Write fns-VERSION.el into | |
| 9888 build directory, not source directory. | |
| 9889 | |
| 9890 * mouse.el (mouse-drag-region): Fake up a mouse-motion event | |
| 9891 if we did not get one for the final move. | |
| 9892 | |
| 9893 1998-11-01 Dave Love <fx@gnu.org> | |
| 9894 | |
| 9895 * goto-addr.el (goto-address-at-point, goto-address-at-mouse): | |
| 9896 Don't funcall browse-url-browser-function. | |
| 9897 | |
| 9898 * gnus/gnus-art.el (gnus-button-embedded-url, gnus-button-url): | |
| 9899 Don't funcall browse-url-browser-function. | |
| 9900 | |
| 9901 * fortran.el (fortran-end-prog-re1): Fix the regexp. | |
| 9902 | |
| 9903 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 9904 | |
| 9905 * files.el (revert-buffer): Doc fix. | |
| 9906 | |
| 9907 1998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 9908 | |
| 9909 * textmodes/tex-mode.el (tex-start-options-string): | |
| 9910 Quote the backslashes with more backslashes. | |
| 9911 | |
| 9912 1998-10-31 Dave Love <fx@gnu.org> | |
| 9913 | |
| 9914 * webjump.el (webjump-sample-sites): Fix Lisp archive site. | |
| 9915 (webjump): Don't funcall browse-url-browser-function. | |
| 9916 | |
| 9917 1998-10-30 Kenichi Handa <handa@etl.go.jp> | |
| 9918 | |
| 9919 * international/quail.el (quail-start-translation): Handle | |
| 9920 switching of the frame in read-key-sequence. | |
| 9921 (quail-start-conversion): Likewise. | |
| 9922 (quail-show-guidance-buf): Detach quail-guidance-buf from any | |
| 9923 windows before setting an appropriate window for it. | |
| 9924 (quail-hide-guidance-buf): Use window-minibuffer-p. Set | |
| 9925 quail-guidance-win to nil. | |
| 9926 (quail-update-guidance): If quail-guidance-buf is not in the | |
| 9927 selected frame, call quail-show-guidance-buf again. | |
| 9928 | |
| 9929 1998-10-30 Espen Skoglund <espensk@stud.cs.uit.no> | |
| 9930 | |
| 9931 * progmodes/pascal.el (pascal-mode): | |
| 9932 `blink-matching-paren-dont-ignore-comments' set to t. | |
| 9933 | |
| 9934 1998-10-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
| 9935 | |
| 9936 * calendar/cal-menu.el (cal-menu-update): Fix menu wording. | |
| 9937 | |
| 9938 1998-10-30 Dave Love <fx@gnu.org> | |
| 9939 | |
| 9940 * vc.el (vc-backend-merge-news): Check for "P" output. | |
| 9941 | |
| 9942 * help.el (describe-variable): Hyperlink the definition. | |
| 9943 | |
| 9944 1998-10-30 Andreas Schwab <schwab@delysid.gnu.org> | |
| 9945 | |
| 9946 * progmodes/sh-script.el (sh-canonicalize-shell): Fix regexp. | |
| 9947 (sh-set-shell): Likewise. | |
| 9948 | |
| 9949 * gnus/nnweb.el: Don't require 'w3 and 'url unprotected. | |
| 9950 | |
| 9951 * emacs-lisp/edebug.el (edebug-initial-mode): Fix customize type. | |
| 9952 (edebug-on-error): Fix customize type to match that of | |
| 9953 debug-on-error. | |
| 9954 | |
| 9955 * emacs-lisp/eldoc.el (eldoc-argument-case): Fix customize type. | |
| 9956 | |
| 9957 * emacs-lisp/lisp-mnt.el (lm-report-bug): Use | |
| 9958 report-emacs-bug-address instead of undefined bug-gnu-emacs. | |
| 9959 | |
| 9960 * international/mule-cmds.el (select-message-coding-system): Doc | |
| 9961 fix. | |
| 9962 | |
| 9963 * international/mule-diag.el (describe-coding-system): Describe | |
| 9964 all flags. | |
| 9965 | |
| 9966 * mail/sendmail.el (sendmail-coding-system, | |
| 9967 default-sendmail-coding-system): Doc fix. | |
| 9968 | |
| 9969 * simple.el (shell-command-on-region): Doc fix. | |
| 9970 | |
| 9971 * loadup.el: Write fns-*.el in current directory instead of | |
| 9972 data-directory since no installation directory exists yet. Mark | |
| 9973 buffer unmodified afterwards. | |
| 9974 | |
| 9975 * loadhist.el (symbol-file): Load fns-*.el from exec-directory | |
| 9976 instead of data-directory since it is architecture dependent. | |
| 9977 (load-history-loaded): Update doc string. | |
| 9978 | |
| 9979 1998-10-29 Geoff Voelker <voelker@cs.washington.edu> | |
| 9980 | |
| 9981 * ange-ftp.el (ange-ftp-canonicalize-filename): Do not use a UNC | |
| 9982 path as a default directory when canonicalizing names. | |
| 9983 | |
| 9984 * w32-fns.el: Remove a dangling reference to a directory on the | |
| 9985 build machine. | |
| 9986 | |
| 9987 1998-10-27 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 9988 | |
| 9989 * progmodes/tcl-mode.el (tcl-font-lock-keywords): Added itcl and | |
| 9990 namespace related keywords such as `class', `body', `private', | |
| 9991 `variable', `namespace eval', etc. | |
| 9992 (tcl-imenu-generic-expression): Handle itcl body and class definitions. | |
| 9993 (tcl-mode): Added ":" as a word constituent to the syntax-alist of | |
| 9994 imenu and font-lock so that searches for \sw would find words | |
| 9995 containing colons. | |
| 9996 | |
| 9997 * progmodes/etags.el (initialize-new-tags-table): | |
| 9998 Do not alter find-tag-marker-ring and tags-location-ring. | |
| 9999 | |
| 10000 1998-10-27 Geoff Voelker <voelker@cs.washington.edu> | |
| 10001 | |
| 10002 * term/w32-win.el: Require fontset. | |
| 10003 (w32-init-fontsets): New function (code from x-win.el). | |
| 10004 | |
| 10005 1998-10-26 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
| 10006 | |
| 10007 * cal-x.el (diary-frame-parameters, calendar-frame-parameters, | |
| 10008 calendar-and-diary-frame-parameters): Add title parameter. | |
| 10009 | |
| 10010 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 10011 | |
| 10012 * completion.el (dynamic-completion-mode): New function to enable | |
| 10013 the mode. (Just loading the file now does not change anything.) | |
| 10014 | |
| 10015 1998-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
| 10016 | |
| 10017 * ps-print.el: User option for multibyte buffer handling and doc fix. | |
| 10018 (ps-multibyte-buffer): New user option. | |
| 10019 (ps-setup): Print new user option. | |
| 10020 (ps-print-quote): New fun. | |
| 10021 (ps-color-p, ps-mule-font-info-database-latin): New var. | |
| 10022 (ps-default-color, ps-mule-font-info-database) | |
| 10023 (ps-mule-font-info-database-ps-bdf): Adjust initialization. | |
| 10024 (ps-mule-get-font-spec, ps-mule-begin, ps-begin-file) | |
| 10025 (ps-plot-with-face, ps-generate-postscript-with-faces, ps-generate): | |
| 10026 Little code improvement. | |
| 10027 (ps-mule-initialize): Initialize ps-mule-font-info-database. | |
| 10028 (ps-print-prologue-header, ps-font-family, ps-font-size) | |
| 10029 (ps-header-font-family, ps-header-font-size, ps-header-title-font-size) | |
| 10030 (ps-build-face-reference, ps-mule-font-info-database-bdf) | |
| 10031 (ps-mule-external-libraries, ps-mule-init-external-library) | |
| 10032 (ps-mule-prepare-font, ps-mule-find-wrappoint, ps-mule-plot-string): | |
| 10033 Doc fix. | |
| 10034 (ps-print-version): New version number (4.1.1) and doc fix. | |
| 10035 (ps-print-prologue-header): New user option. | |
| 10036 (ps-color-values, ps-xemacs-face-kind-p, ps-mapper, ps-extent-sorter): | |
| 10037 Conditional compilation for GNU Emacs and emacsens. | |
| 10038 (ps-generate-postscript-with-faces): Skip invisible text better. | |
| 10039 (ps-setup): Print new user option. | |
| 10040 (ps-print-preprint): Check if input file name exists and is unwritable. | |
| 10041 (ps-begin-file): Adjust PostScript prologue header for duplex printers | |
| 10042 and insert user PostScript prologue header comments. | |
| 10043 (ps-mule-encode-bit, ps-mule-string-ascii, ps-mule-string-encoding): | |
| 10044 New funs. | |
| 10045 (dos-ps-printer, lazy-lock-fontify-buffer): Eliminated. | |
| 10046 (ps-mule-prologue, ps-mule-cmpchar-prologue, ps-mule-bitmap-prologue): | |
| 10047 PostScript programming normalization. | |
| 10048 (ps-mule-encode-7bit, ps-mule-encode-8bit, ps-mule-generate-font) | |
| 10049 (ps-mule-generate-glyphs, ps-mule-prepare-font, ps-mule-plot-string) | |
| 10050 (ps-mule-skip-same-charset, ps-mule-plot-rule-cmpchar) | |
| 10051 (ps-mule-plot-cmpchar, ps-mule-prepare-cmpchar-font) | |
| 10052 (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool): | |
| 10053 Programming style normalization. | |
| 10054 | |
| 10055 1998-10-26 Kenichi Handa <handa@etl.go.jp> | |
| 10056 | |
| 10057 * ps-print.el: To make it work also on Emacs 20.2 and the earlier | |
| 10058 version, check the value of mule-version. | |
| 10059 | |
| 10060 * international/mule-util.el (compose-region): Insert then delete | |
| 10061 to preserve markers. | |
| 10062 (decompose-region): Use search-forward for efficiency. | |
| 10063 | |
| 10064 * language/chinese.el (pre-write-encode-hz): Cancel previous | |
| 10065 change, use generate-new-buffer instead of get-buffer-create. | |
| 10066 * language/devan-util.el | |
| 10067 (in-is13194-devanagari-pre-write-conversion): Likewise. | |
| 10068 * language/thai-util.el (thai-pre-write-conversion): Likewise. | |
| 10069 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise. | |
| 10070 * language/viet-util.el (viqr-pre-write-conversion): Likewise. | |
| 10071 | |
| 10072 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 10073 | |
| 10074 * mail/rmailsum.el (rmail-message-subject-p): | |
| 10075 Handle message whose header has not been reformatted. | |
| 10076 | |
| 10077 * desktop.el (desktop-buffer-dired): Use dired-maybe-insert-subdir. | |
| 10078 | |
| 10079 1998-10-25 Jason Rumney <jasonr@altavista.net> | |
| 10080 | |
| 10081 * term/w32-win.el (w32-use-w32-font-dialog, w32-fixed-font-alist): | |
| 10082 New variables. | |
| 10083 (mouse-set-font): Use font menus instead of dialog according to | |
| 10084 w32-use-w32-font-dialog. | |
| 10085 | |
| 10086 1998-10-21 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
| 10087 | |
| 10088 * calendar/calendar.el (calendar-day-name-array): Add doc string | |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
10089 correctly! |
| 25837 | 10090 (calendar-month-name-array): Add doc string correctly! |
| 10091 | |
| 10092 1998-10-21 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 10093 | |
| 10094 * net-utils.el (whois-get-tld): Rewrite not to use `do'. | |
| 10095 | |
| 10096 1998-10-21 Markus Rost <rost@delysid.gnu.org> | |
| 10097 | |
| 10098 * lisp/info.el (Info-next-menu-item): Stay on top of node. | |
| 10099 | |
| 10100 * mail/rmailout.el (rmail-output): Insert newline only if necessary. | |
| 10101 | |
| 10102 * mail/rmail.el (rmail-get-new-mail): Delete garbage in any case. | |
| 10103 | |
| 10104 * menu-bar.el (menu-bar-options-menu): Add option for truncate-lines. | |
| 10105 | |
| 10106 1998-10-21 Andreas Schwab <schwab@delysid.gnu.org> | |
| 10107 | |
| 10108 * emacs-lisp/cl-specs.el (function-form): Fix spec for "function*". | |
| 10109 | |
| 10110 1998-10-21 Karl Heuer <kwzh@gnu.org> | |
| 10111 | |
| 10112 * emacs-lisp/profile.el (profile-timer-program): Var deleted. | |
| 10113 (profile-timer-process, profile-temp-result-, profile-time): Likewise. | |
| 10114 (profile-filter, profile-reset-timer): Functions deleted. | |
| 10115 (profile-check-zero-init-times, profile-get-time): Likewise. | |
| 10116 (profile-find-function, profile-quit): Likewise. | |
| 10117 (profile-distinct, profile-call-stack, profile-last-time): New vars. | |
| 10118 (profile-time-list, profile-init-list): Doc fix. | |
| 10119 (profile-functions): Simplify. | |
| 10120 (profile-print): Use float. Make output include space separators. | |
| 10121 (profile-add-time): New helper function. | |
| 10122 (profile-function-prolog): Renamed from profile-start-function. | |
| 10123 Handle profile-distinct. | |
| 10124 (profile-function-epilog): Renamed from profile-update-function. | |
| 10125 Handle profile-distinct. | |
| 10126 (profile-a-function): If the function to be profiled is an | |
| 10127 autoload form, load it. If it's lazy-loaded, fetch it. | |
| 10128 (profile-fix-fun): Simplify profiling wrapper, and unwind-protect it. | |
| 10129 (profile-restore-fun): Arg FUN is now a function symbol, as was | |
| 10130 documented, rather than a one-element list. | |
| 10131 (profile-finish): Call profile-restore-fun properly. | |
| 10132 | |
| 10133 1998-10-21 Kenichi Handa <handa@etl.go.jp> | |
| 10134 | |
| 10135 * international/characters.el: Setup charset property | |
| 10136 nospace-between-words. | |
| 10137 | |
| 10138 * international/mule-cmds.el (get-charset-property): If CHARSET is | |
| 10139 composition, return nil. | |
| 10140 (put-charset-property): If CHARSET is composition, do nothing. | |
| 10141 | |
| 10142 * language/chinese.el (pre-write-encode-hz): Use with-temp-buffer. | |
| 10143 * language/devan-util.el | |
| 10144 (in-is13194-devanagari-pre-write-conversion): Likewise. | |
| 10145 * language/thai-util.el (thai-pre-write-conversion): Likewise. | |
| 10146 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise. | |
| 10147 * language/viet-util.el (viqr-pre-write-conversion): Likewise. | |
| 10148 | |
| 10149 * textmodes/fill.el (sentence-end-without-period): New variable. | |
| 10150 (canonically-space-region): Pay attention to | |
| 10151 sentence-end-without-period. | |
| 10152 (fill-find-break-point): The first argument CHARSET deleted. | |
| 10153 Caller changed. | |
| 10154 (fill-region-as-paragraph): Pay attention to charset property | |
| 10155 nospace-between-words and text property nospace-between-words. | |
| 10156 | |
| 10157 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 10158 | |
| 10159 * progmodes/sh-script.el (sh-font-lock-keywords): Don't crash for | |
| 10160 an unrecognized shell. | |
| 10161 | |
| 10162 1998-10-20 Thien-Thi Nguyen <ttn@delysid.gnu.org> | |
| 10163 | |
| 10164 * desktop.el (desktop-save): Include minor modes symbolically. | |
| 10165 (desktop-create-buffer): Turn on all minor modes in `mim'. | |
| 10166 | |
| 10167 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 10168 | |
| 10169 * progmodes/sh-script.el (sh-mode): Handle .spec and .mspec files. | |
| 10170 (sh-font-lock-keywords): Handle rpm and rpm2. | |
| 10171 (sh-ancestor-alist): Handle rpm. | |
| 10172 | |
| 10173 * files.el (auto-mode-alist): Recognize .rpm files. | |
| 10174 Also .spec and .mspec files. | |
| 10175 | |
| 10176 1998-10-20 Eli Zaretskii <eliz@mescaline.gnu.org> | |
| 10177 | |
| 10178 * faces.el (frame-set-background-mode): Enable the function for | |
| 10179 MSDOS frames. | |
| 10180 | |
| 10181 1998-10-20 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
| 10182 | |
| 10183 * calendar/calendar.el (calendar-day-name-array): Add doc string. | |
| 10184 (calendar-month-name-array): Add doc string. | |
| 10185 | |
| 10186 1998-10-19 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 10187 | |
| 10188 * simple.el (kill-ring-max): Increased to 60. | |
| 10189 | |
| 10190 1998-10-17 Kenichi Handa <handa@etl.go.jp> | |
| 10191 | |
| 10192 * international/characters.el: Setup auto-fill-chars. | |
| 10193 | |
| 10194 * international/kinsoku.el (kinsoku): Check the variable | |
| 10195 enable-kinsoku. | |
| 10196 | |
| 10197 * simple.el (do-auto-fill): Don't check kinsoku-enable here. | |
| 10198 Don't call kinsoku directly, intead call fill-find-break-point. | |
| 10199 | |
| 10200 * textmodes/fill.el: Setup `fill-find-break-point-function' | |
| 10201 property to character sets which require `kinsoku' processing for | |
| 10202 filling. | |
| 10203 (fill-find-break-point): New function. | |
| 10204 (fill-region-as-paragraph): Don't check kinsoku-enable here. | |
| 10205 Don't call kinsoku directly, intead call fill-find-break-point. | |
| 10206 | |
| 10207 1998-10-18 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 10208 | |
| 10209 * faces.el (modify-face-read-string): Return (nil) for "none". | |
| 10210 (modify-face): Don't get error if (nil) is the argument. | |
| 10211 (face-try-color-list): Don't check whether nil is a valid color. | |
| 10212 | |
| 10213 1998-10-17 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 10214 | |
| 10215 * emacs-lisp/bytecomp.el (byte-recompile-directory): | |
| 10216 Print message about each directory, even in batch mode. | |
| 10217 | |
| 10218 * gnus/nntp.el: Require `cl' before using nnoo-declare. | |
| 10219 | |
| 10220 * ps-print.el (ps-mule-chars-in-string): No need to use sref. | |
| 10221 (ps-mule-string-char): No need to use sref. | |
| 10222 (ps-mule-next-index): No need to use sref. | |
| 10223 | |
| 10224 * ange-ftp.el (ange-ftp-waiting-flag): defvar moved. | |
| 10225 | |
| 10226 * files.el (revert-buffer-internal-hook): Add defvar. | |
| 10227 | |
| 10228 * arc-mode.el (archive-mode): Locally set file-precious-flag. | |
| 10229 | |
| 10230 * tar-mode.el (tar-mode): Locally set file-precious-flag. | |
| 10231 | |
| 10232 1998-10-16 Markus Rost <rost@delysid.gnu.org> | |
| 10233 | |
| 10234 * international/mule-cmds.el (default-input-method): Fix custom type. | |
| 10235 | |
| 10236 * net-utils.el (whois-server-list): Fix customization type. | |
| 10237 | |
| 10238 * shell.el (shell-input-autoexpand): Fix customization group. | |
| 10239 | |
| 10240 1998-10-16 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 10241 | |
| 10242 * repeat.el (repeat): Handle keyboard macros properly. | |
| 10243 Handle new prefix arg after self-insert command. | |
| 10244 | |
| 10245 * repeat.el: Don't include cl even at compile time. | |
| 10246 (repeat): Avoid using `loop'. | |
| 10247 | |
| 10248 * simple.el (shell-command-on-region): Doc fix. | |
| 10249 (next-history-element): Special error message if no default. | |
| 10250 | |
| 10251 1998-10-15 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 10252 | |
| 10253 * ps-print.el (ps-print-buffer): Doc fix. | |
| 10254 (ps-despool): Likewise. | |
| 10255 | |
| 10256 * arc-mode.el (arc-mode): Provide arc-mode. | |
| 10257 | |
| 10258 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 10259 | |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
10260 * ps-print.el (ps-print-buffer): Doc fix. |
| 25837 | 10261 |
| 10262 1998-10-14 Dave Love <fx@gnu.org> | |
| 10263 | |
| 10264 * ange-ftp.el (ange-ftp-read-passwd): Function deleted. | |
| 10265 (ange-ftp-set-passwd): Use read-passwd, not ange-ftp-read-passwd. | |
| 10266 (ange-ftp-get-passwd, ange-ftp-set-account): Likewise. | |
| 10267 | |
| 10268 * progmodes/fortran.el (fortran-mode-map): Change "Join | |
| 10269 Continuation Line" to "Join Line". | |
| 10270 (fortran-font-lock-keywords-1): Add "cycle", "exit". | |
| 10271 | |
| 10272 1998-10-14 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE> | |
| 10273 | |
| 10274 * progmodes/fortran.el (fortran-join-line): Use | |
| 10275 `delete-indentation' instead of issuing an error message if not on | |
| 10276 a continuation line. Provide for joining several lines using | |
| 10277 prefix arg. | |
| 10278 | |
| 10279 1998-10-14 Eli Zaretskii <eliz@mescaline.gnu.org> | |
| 10280 | |
| 10281 * term/pc-win.el (msdos-color-values): New variable. | |
| 10282 (x-color-values): New function, emulates its namesake from | |
| 10283 src/xfns.c. | |
| 10284 (msdos-bg-mode): Add all dark colors to those which return | |
| 10285 "dark". | |
| 10286 | |
| 10287 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 10288 | |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
10289 * replace.el (keep-lines, flush-lines, how-many): |
| 25837 | 10290 Don't ignore case if arg has upper case letters. |
| 10291 | |
| 10292 1998-10-11 Reto Zimmermann <zimmi@iis.ee.ethz.ch> | |
| 10293 | |
| 10294 * progmodes/vhdl-mode.el | |
|
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
10295 (vhdl-add-index-menu): Reverse order in imenu-generic-expression. |
| 25837 | 10296 (vhdl-template-assert, vhdl-block, vhdl-configuration-spec) |
| 10297 (vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map) | |
| 10298 (vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop) | |
| 10299 (vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo). | |
| 10300 (vhdl-when): Fix indentation problem. | |
| 10301 (vhdl-outer-space): Add "_" to syntax table for expand-abbrev. | |
| 10302 (vhdl-get-port, vhdl-get-generic): Bug fix in template. | |
| 10303 (vhdl-hooked-abbrev): Bug fix in hooked abbrev. | |
| 10304 | |
| 10305 1998-10-13 Geoff Voelker <voelker@cs.washington.edu> | |
| 10306 | |
| 10307 * ls-lisp.el (ls-lisp-use-insert-directory-program): New variable. | |
| 10308 (ls-lisp-insert-directory): Renamed from insert-directory. | |
| 10309 (insert-directory): New function. | |
| 10310 | |
| 10311 1998-10-13 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 10312 | |
| 10313 * simple.el (completion-fixup-function): Variable deleted. | |
| 10314 (completion-setup-function): Delete code for completion-fixup-function. | |
| 10315 * emacs-lisp/lisp.el (lisp-complete-symbol): | |
| 10316 Don't bind completion-fixup-function. | |
| 10317 | |
| 10318 * files.el (find-file-wildcards): New option. | |
| 10319 (find-file-noselect): Handle wild cards, if enabled. | |
| 10320 (file-expand-wildcards): New function. | |
| 10321 | |
| 10322 * simple.el (set-fill-column): Doc fix. | |
| 10323 | |
| 10324 1998-10-13 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 10325 | |
| 10326 * mail/uce.el (uce-reply-to-uce): Bind case-fold-search. | |
| 10327 | |
| 10328 1998-10-13 Andreas Schwab <schwab@mescaline.gnu.org> | |
| 10329 | |
| 10330 * progmodes/hideif.el: (hide-ifdef-env, hif-outside-read-only): | |
| 10331 Move declaration before first use. | |
| 10332 (hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr, | |
| 10333 hif-math, hif-factor): Rename token to hif-token and token-list to | |
| 10334 hif-token-list. | |
| 10335 (hif-token, hif-token-list): Declare them. | |
| 10336 (hif-find-ifdef-block): Return cons of top and bottom point | |
| 10337 instead of setting dynamically bound variables. | |
| 10338 (hide-ifdef-block, show-ifdef-block): Use return value of | |
| 10339 hif-find-ifdef-block. | |
| 10340 | |
| 10341 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 10342 | |
| 10343 * subr.el (read-passwd): Use clear-this-command-keys. | |
| 10344 | |
| 10345 * telnet.el (telnet-initial-filter): Use clear-this-command-keys. | |
| 10346 | |
| 10347 * gnus/pop3.el (pop3-open-server): Bind coding-system-for-read | |
| 10348 and ...-for-write. | |
| 10349 | |
| 10350 1998-10-12 Andrew Innes <andrewi@harlequin.co.uk> | |
| 10351 | |
| 10352 * gnus/nntp.el (nntp-possibly-change-group): Allow for unexpected | |
| 10353 responses to GROUP command, since this may be called from a timer | |
| 10354 with quit inhibited. | |
| 10355 | |
| 10356 1998-10-12 Kenichi Handa <handa@etl.go.jp> | |
| 10357 | |
| 10358 * international/ccl.el (ccl-compile-if): If there's no false-cmds, | |
| 10359 set unconditional-jump to nil. | |
| 10360 (ccl-compile-read-multibyte-character): Return nil. | |
| 10361 (ccl-compile-write-multibyte-character): Likewise. | |
| 10362 (ccl-compile-translate-character): Likewise | |
| 10363 (ccl-compile-map-multiple): Likewise. | |
| 10364 (ccl-compile-map-single): Likewise. | |
| 10365 | |
| 10366 * international/kinsoku.el: Add coding tag. | |
| 10367 (kinsoku-bol): Remove superfluous TAB in a string. | |
| 10368 | |
| 10369 * international/mule-cmds.el (find-coding-systems-for-charsets): | |
| 10370 Delete `composition' (if any) from CHARSETS. | |
| 10371 | |
| 10372 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 10373 | |
| 10374 * international/mule-cmds.el (setup-specified-language-environment): | |
| 10375 Add apropos-inhibit property. | |
| 10376 (describe-specified-language-support): Likewise. | |
| 10377 | |
| 10378 1998-10-11 Kenichi HANDA <handa@etl.go.jp> | |
| 10379 | |
| 10380 * international/mule.el (make-coding-system): Create -with-esc | |
| 10381 variant coding system. | |
| 10382 | |
| 10383 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu> | |
| 10384 | |
| 10385 * progmodes/etags.el (tags-loop-revert-buffers): New variable. | |
| 10386 (next-file): Optionally offer to revert a file's buffer, | |
| 10387 if it has an existing buffer but the file has changed. | |
| 10388 | |
| 10389 * info.el (Info-insert-dir): Detect and report problems | |
| 10390 in input files, such as "No Top node". Return with point | |
| 10391 at the beginning of the text. | |
| 10392 (Info-find-node): Reinsert the code to handle files | |
| 10393 with no tags table; it was deleted by mistake. | |
| 10394 | |
| 10395 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu> | |
| 10396 | |
| 10397 * textmodes/texnfo-upd.el (texinfo-make-menu): Don't let | |
| 10398 texinfo-find-higher-level-node repeatedly find the same node. | |
| 10399 (texinfo-find-higher-level-node): Doc fix. | |
| 10400 | |
| 10401 1998-10-10 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 10402 | |
| 10403 * mail/smtpmail.el (smtpmail-send-data-1): Use encode-coding-string. | |
| 10404 (smtpmail-address-buffer): Add defvar. | |
| 10405 (smtpmail-recipient-address-list, smtpmail-read-point): Likewise. | |
| 10406 | |
| 10407 * mail/feedmail.el (feedmail-queue-runner-is-active): Definition moved. | |
| 10408 | |
| 10409 * ffap.el (ffap-machine-p-local): Fix editing error. | |
| 10410 | |
| 10411 1998-10-09 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 10412 | |
| 10413 * faces.el (frame-set-background-mode): | |
| 10414 Don't do anythung for text-only or MSDOS frame. | |
| 10415 | |
| 10416 1998-10-08 Kenichi Handa <handa@etl.go.jp> | |
| 10417 | |
| 10418 * international/quail.el (quail-defrule): New optional arg APPEND. | |
| 10419 (quail-defrule-internal): Fix bug of handling the argument APPEND. | |
| 10420 | |
| 10421 1998-10-08 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 10422 | |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
10423 * gnus/pop3.el (pop3-open-server): |
| 25837 | 10424 Set process-coding-system-alist around open-network-stream. |
| 10425 | |
| 10426 1998-10-07 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 10427 | |
| 10428 * files.el (save-buffer): Doc fix. | |
| 10429 | |
| 10430 1998-10-07 Karl Heuer <kwzh@gnu.org> | |
| 10431 | |
| 10432 * emacs-lisp/profile.el (profile-fix-fun): If already profiled, | |
| 10433 return DEF unchanged, not nil. Simplify. | |
| 10434 | |
| 10435 1998-10-06 Geoff Voelker <voelker@cs.washington.edu> | |
| 10436 | |
| 10437 * dos-w32.el (file-name-buffer-file-type-alist): Fix typo in regexp. | |
| 10438 | |
| 10439 1998-10-06 Peter Breton <pbreton@ne.mediaone.net> | |
| 10440 | |
| 10441 * generic.el (generic-mode-with-type): Added hooks for generic-modes. | |
| 10442 | |
| 10443 * net-utils.el (ftp, nslookup): Require comint. | |
| 10444 (network-service-connection): Likewise. | |
| 10445 (whois-server-name): Defaults to whois.arin.net | |
| 10446 (whois-server-list, whois-server-tld, whois-guess-server): New var. | |
| 10447 (whois): Tries to guess the appropriate top-level domain server. | |
| 10448 (whois-get-tld): New function. | |
| 10449 | |
| 10450 * dirtrack.el: Mentioned dirtrack-debug-toggle in the docs. | |
| 10451 (dirtrack-debug-toggle): Added this function. | |
| 10452 | |
| 10453 1998-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
| 10454 | |
| 10455 * files.el (find-file-noselect): Switch to the correct buffer | |
| 10456 before checking find-file-literally, and allow non-nil non-t | |
| 10457 rawfile params. | |
| 10458 | |
| 10459 1998-10-06 Karl Heuer <kwzh@gnu.org> | |
| 10460 | |
| 10461 * midnight.el (clean-buffer-list): Add autoload cookie. | |
| 10462 | |
| 10463 * arc-mode.el (archive-mode-revert): Arg no-auto-save renamed from | |
| 10464 no-autosave. | |
| 10465 * tar-mode.el (tar-mode-revert): Likewise. | |
| 10466 * ediff-util.el (ediff-arrange-auto-save-in-merge-jobs): Renamed | |
| 10467 from ediff-arrange-autosave-in-merge-jobs. Callers changed. | |
| 10468 * gnus/message.el (message-auto-save-directory): Renamed from | |
| 10469 message-autosave-directory. All references changed. | |
| 10470 | |
| 10471 1998-10-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us> | |
| 10472 | |
| 10473 * mail/rmail.el (rmail-retry-failure): Allow blanks in boundary | |
| 10474 string. Expose mime stuff while searching. | |
| 10475 | |
| 10476 1998-10-06 Richard Stallman <rms@gnu.org> | |
| 10477 | |
| 10478 * emacs-lisp/lisp-mode.el (eval-defun): Return the evaluation result. | |
| 10479 | |
| 10480 * replace.el (perform-replace): Position point properly | |
| 10481 before and after the recursive edit of C-r. | |
| 10482 | |
| 10483 * progmodes/etags.el (tags-reset-tags-tables): Properly | |
| 10484 find the markers in the old rings that are being discarded. | |
| 10485 | |
| 10486 1998-10-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 10487 | |
|
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
10488 * apropos.el (apropos-print): Control invalid characters. |
| 25837 | 10489 |
| 10490 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X): | |
| 10491 Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid | |
| 10492 confusing customize. | |
| 10493 | |
| 10494 1998-10-06 Eli Zaretskii <eliz@mescaline.gnu.org> | |
| 10495 | |
| 10496 * generic-x.el (bat-generic-mode): Fix regexps for keywords and | |
| 10497 built-in commands. Add more built-in commands and fix face names. | |
| 10498 | |
| 10499 1998-10-05 Simon Marshall <simon@gnu.org> | |
| 10500 | |
| 10501 * menu-bar.el (menu-bar-tools-menu): Added entry for Speedbar. | |
| 10502 | |
| 10503 1998-10-04 Eric Ludlam <zappo@gnu.org> | |
| 10504 | |
| 10505 * speedbar.el (speedbar-initial-expansion-list-name): Remove | |
| 10506 customization since it is not useful in this case. | |
| 10507 (speedbar-frame-mode): Check if cfx or cfy is a list, and make | |
| 10508 sure it gets evalled to a number. Also verify that set-frame-name | |
| 10509 fn exists before calling it. | |
| 10510 | |
| 10511 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine): | |
| 10512 Protect a `forward-sexp' call which could fail, and improved regex | |
| 10513 for ie, and eg abbreviations. | |
| 10514 | |
| 10515 1998-10-02 Noah Friedman <friedman@splode.com> | |
| 10516 | |
| 10517 * rlogin.el (rlogin-send-Ctrl-C): Use process-send-string, not | |
| 10518 send-string. | |
| 10519 (rlogin-send-Ctrl-D): Here also. | |
| 10520 (rlogin-send-Ctrl-Z): Here also. | |
| 10521 (rlogin-send-Ctrl-backslash): Here also. | |
| 10522 | |
| 10523 1998-10-02 Dave Love <fx@gnu.org> | |
| 10524 | |
| 10525 * outline.el (hide-region-body): Bind | |
| 10526 outline-view-change-hook to nil while making repeated calls to | |
| 10527 outline-flag-region. Run it once at the end. | |
| 10528 (hide-other, hide-sublevels, show-children): Likewise. | |
| 10529 | |
| 10530 * info-look.el: Remove duplicate scheme-mode entry. | |
| 10531 (info-lookup-make-completions): When looking for entries, check | |
| 10532 that `item' isn't null or "Menu". | |
| 10533 | |
| 10534 1998-10-01 Karl Heuer <kwzh@gnu.org> | |
| 10535 | |
| 10536 * net-utils.el: Don't require ffap. | |
| 10537 (net-utils-machine-at-point, net-utils-url-at-point): New functions. | |
| 10538 (ping, nslookup-host, finger, network-connection-to-service): Use them. | |
| 10539 | |
| 10540 1998-09-30 Richard Stallman <rms@gnu.org> | |
| 10541 | |
| 10542 * ispell.el (check-ispell-version): No need to bind default-major-mode. | |
| 10543 | |
| 10544 * imenu.el (imenu--generic-function): Sort each submenu by position. | |
| 10545 (imenu--sort-by-position): New function. | |
| 10546 | |
| 10547 * cus-edit.el (Custom-mode-menu): Fix info node name. | |
| 10548 (customize group): Fix info node name. | |
| 10549 | |
| 10550 * mail/mailalias.el (build-mail-aliases): Don't allow | |
| 10551 a newline in the alias name. Don't define an alias | |
| 10552 if the definition would be empty. | |
| 10553 | |
| 10554 * which-func.el (which-func-mode-global): Make :set function | |
| 10555 more reliable. | |
| 10556 | |
| 10557 * custom.el (custom-set-variables): Load the requests first, | |
| 10558 then check the symbol's `set' function. | |
| 10559 | |
| 10560 * ffap.el: Doc fixes. | |
| 10561 | |
| 10562 1998-09-30 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 10563 | |
| 10564 * gnus.el: (gnus-valid-select-methods): Fix type. | |
| 10565 * gnus-sum.el (gnus-summary-respool-default-method): Fix type. | |
| 10566 * gnus-score.el (gnus-orphan-score): Fix type. | |
| 10567 (gnus-score-default-header, gnus-score-default-type): Fix type. | |
| 10568 * gnus-art.el (gnus-article-x-face-too-ugly): Fix type. | |
| 10569 (gnus-saved-headers): Fix type. | |
| 10570 | |
| 10571 * lisp/textmodes/fill.el (fill-individual-paragraphs-prefix): | |
| 10572 Avoid nil value of `two-lines-citation-part'. | |
| 10573 | |
| 10574 1998-09-30 Roman Belenov <roman@nstl.nnov.ru> | |
| 10575 | |
| 10576 * which-func.el (which-function): Handle case when | |
| 10577 (car imenu--index-alist) is nil. | |
| 10578 | |
| 10579 1998-09-29 Dave Love <fx@gnu.org> | |
| 10580 | |
| 10581 * jka-compr.el (jka-compr-compression-info-list): Remove "-c" from | |
| 10582 bzip2 args. | |
| 10583 | |
| 10584 1998-09-29 Simon Marshall <simon@gnu.org> | |
| 10585 | |
| 10586 * comint.el (comint-mode): Use make-local-hook for pre-command-hook and | |
| 10587 comint-exec-hook. | |
| 10588 | |
| 10589 1998-09-29 Stephen Eglen <stephen@gnu.org> | |
| 10590 | |
| 10591 * info-look.el: Add support for Octave. | |
| 10592 | |
| 10593 1998-09-28 Carsten Dominik <cd@delysid.gnu.org> | |
| 10594 | |
| 10595 * textmodes/reftex.el (reftex-finding-files): New customize group. | |
| 10596 (reftex-texpath-environment-variables, | |
| 10597 reftex-use-external-file-finders, reftex-external-file-finders, | |
| 10598 reftex-search-unrecursed-path-first): New options. | |
| 10599 (reftex-process-string, reftex-find-file-externally): New | |
| 10600 functions. | |
| 10601 (reftex-access-search-path): Execute shell commands to find the | |
| 10602 search path. | |
| 10603 (reftex-toggle-auto-view-crossref): When turning on, make sure | |
| 10604 `reftex-auto-view-crossref' becomes non-nil. | |
| 10605 (reftex-abbrev-regexp): Constant removed. | |
| 10606 (reftex-convert-string): Abbrev regexp calculated locally. | |
| 10607 | |
| 10608 1998-09-28 Dave Love <fx@gnu.org> | |
| 10609 | |
| 10610 * progmodes/fortran.el: Don't call regexp-opt when deriving | |
| 10611 font-lock patterns with keywords that aren't all literal. | |
| 10612 | |
| 10613 1998-09-27 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> | |
| 10614 | |
| 10615 * octave-inf.el (inferior-octave-prompt): Also match prompts of | |
| 10616 the form `octave.bin:1>' which come from using precopiled binary | |
| 10617 versions. | |
| 10618 | |
| 10619 1998-09-27 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 10620 | |
| 10621 * help.el (help-for-help): Use %THIS-KEY%. | |
| 10622 (help-quit): Add doc. | |
| 10623 | |
| 10624 * help-macro.el (make-help-screen): Keep HELP-TEXT | |
| 10625 in a separate function definition, not in the help command FNAME. | |
| 10626 Replace %THIS-KEY% with the key sequence that ran FNAME. | |
| 10627 | |
| 10628 1998-09-25 Richard Stallman <rms@gnu.org> | |
| 10629 | |
| 10630 * textmodes/texinfo.el (texinfo-show-structure): | |
| 10631 Bind inhibit-read-only. | |
| 10632 | |
| 10633 * isearch.el (isearch-search-and-update): Properly | |
| 10634 handle upper case letters in the reverse-search special case. | |
| 10635 | |
| 10636 1998-09-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 10637 | |
| 10638 * gnus.el: Extend the list of autoloaded functions. | |
| 10639 | |
| 10640 * gnus/gnus-start.el (gnus-check-first-time-used): Change current | |
| 10641 buffer before creating help group. (from Gnus v5.6.43, fix by | |
| 10642 1998-08-20 Per Starback <starback@update.uu.se>) | |
| 10643 | |
| 10644 * gnus-util.el (gnus-output-to-rmail): Adjust to | |
| 10645 `rmail-output-to-rmail-file'. | |
| 10646 | |
| 10647 1998-09-25 Karl Heuer <kwzh@gnu.org> | |
| 10648 | |
| 10649 * hexl.el (hexl-mode-map): More of previous change. | |
| 10650 | |
| 10651 * textmodes/tex-mode.el (tex-run-command): Doc fix. | |
| 10652 (tex-start-tex): Don't use tex-start-options-string in star case. | |
| 10653 Quote file name in star case as well as in non-star. | |
| 10654 Add blank and quoting of option string here. | |
| 10655 (tex-start-options-string): Not here. | |
| 10656 | |
| 10657 1998-09-23 Karl Heuer <kwzh@gnu.org> | |
| 10658 | |
| 10659 * term.el (term-delimiter-argument-list): Doc fix. | |
| 10660 (term-emulate-terminal): Escape literal semicolon. | |
| 10661 * progmodes/asm-mode.el (asm-mode): Doc fix. | |
| 10662 (asm-comment-char): Escape literal semicolon. | |
| 10663 * emulation/viper-cmd.el (viper-movement-commands): Likewise. | |
| 10664 | |
| 10665 1998-09-23 Richard Stallman <rms@gnu.org> | |
| 10666 | |
| 10667 * hexl.el (hexl-mode-map): Don't override all ESC bindings, | |
| 10668 only those that normally modify the buffer. | |
| 10669 | |
| 10670 * dabbrev.el (dabbrev--find-expansion): Don't scan the current buffer | |
| 10671 over again. | |
| 10672 | |
| 10673 1998-09-23 E. Jay Berkenbilt <ejb@ql.org> | |
| 10674 | |
| 10675 * ispell.el (check-ispell-version): Ensure same buffer is current | |
| 10676 when let-binding of case-fold-search ends. | |
| 10677 | |
| 10678 1998-09-23 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
| 10679 | |
| 10680 * ps-print.el: Skip invisible overlay. | |
| 10681 Test for set-buffer-multibyte rather than using mule-version. | |
| 10682 (ps-print-version): New version number (4.1) and doc fix. | |
| 10683 (ps-generate-postscript-with-faces): Skip invisible overlay. | |
| 10684 | |
| 10685 1998-09-23 Fritz Knabe <knabe@cs.virginia.edu> | |
| 10686 | |
| 10687 * mail/mh-mime.el (mh-mhn-compose-insertion): Use quotes. | |
| 10688 | |
| 10689 1998-09-22 Kenichi Handa <handa@etl.go.jp> | |
| 10690 | |
| 10691 * international/quail.el (quail-update-guidance): Check for the | |
| 10692 return value of (quail-guidance) fixed. | |
| 10693 (quail-update-translation): Bind quail-current-str locally when it | |
| 10694 calls quail-update-guidance. | |
| 10695 (quail-update-translation): If input-method-exit-on-first-char is | |
| 10696 non-nil, terminate translation only when the current input method | |
| 10697 is simple. | |
| 10698 | |
| 10699 1998-09-22 Paul Eggert <eggert@twinsun.com> | |
| 10700 | |
| 10701 * startup.el (locale-translation-file-name): Prefer X-related names | |
| 10702 to the name used by GNU/Linux sans X. Set to nil if no file found. | |
| 10703 (command-line): Use locale-translation-file-name if it is not nil, | |
| 10704 instead of testing for its existence again. | |
| 10705 regexp-quote the ctype before using it in a regexp. | |
| 10706 Allow a colon to appear after the ctype in the aliases file, | |
| 10707 as is done in X11R6.4. | |
| 10708 | |
| 10709 1998-09-21 Richard Stallman <rms@gnu.org> | |
| 10710 | |
| 10711 * mail/rmail.el (rmail-resend): Work properly if invoked from summary. | |
| 10712 | |
| 10713 * calendar/appt.el (appt-interval): Variable deleted. | |
| 10714 (appt-check): For minutes in between appt-display-interval times, | |
| 10715 do check, but don't display anything except an updated mode line. | |
| 10716 Count against appt-display-interval based on minutes since | |
| 10717 first display of this appointment, not based on time of day. | |
| 10718 If appt-display-mode-line, force mode line redisplay | |
| 10719 whenever appt-mode-string has changed. | |
| 10720 (appt-add, appt-delete): Add autoload cookies. | |
| 10721 (appt-check): Catch errors from calling `diary'. | |
| 10722 (appt-max-time): Renamed from max-time. | |
| 10723 (appt-now-displayed, appt-display-count): New variables. | |
| 10724 (appt-timer): Don't create one if we already have one. | |
| 10725 | |
| 10726 * textmodes/tex-mode.el (tex-compilation-parse-errors): | |
| 10727 More general code to use the source buffer instead of the zap file. | |
| 10728 | |
| 10729 * hilit-chg.el (highlight-compare-with-file): Renamed from | |
| 10730 compare-with-file. | |
| 10731 | |
| 10732 * loadhist.el (load-history-loaded): New variable. | |
| 10733 (symbol-file): Load etc/fns-VERSION.el if that has not been done. | |
| 10734 | |
| 10735 * loadup.el: Write load-history into etc/fns-VERSION.el, then clear it. | |
| 10736 | |
| 10737 * emacs-lisp/find-func.el (find-function-search-for-symbol): | |
| 10738 Fix error messages. | |
| 10739 | |
| 10740 1998-09-21 Markus Armbruster <armbru@pond.sub.org> | |
| 10741 | |
| 10742 * avoid.el (mouse-avoidance-banish-hook): Don't move unless in an | |
| 10743 Emacs frame. | |
| 10744 | |
| 10745 1998-09-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 10746 | |
| 10747 * mail/rmail.el (rmail-decode-babyl-format): Recognize both | |
| 10748 `undecided' and `undecided-unix'. | |
| 10749 | |
| 10750 1998-09-21 Dave Love <fx@gnu.org> | |
| 10751 | |
| 10752 * help.el (help-make-xrefs): Fix typo affecting Info references. | |
| 10753 | |
| 10754 * subr.el (remove-hook): Check list values to avoid errors. | |
| 10755 | |
| 10756 1998-09-18 Noah Friedman <friedman@splode.com> | |
| 10757 | |
| 10758 * emacs-lisp/eldoc.el (eldoc-message): Check for 1-arg case, and | |
| 10759 store string in eldoc-last-message without consing a new string. | |
| 10760 Rearrange logic from nested if's into cond's. | |
| 10761 (eldoc-print-fnsym-args): Renamed to eldoc-get-fnsym-args-string. | |
| 10762 Do not print message; just return string. | |
| 10763 (eldoc-get-var-docstring): Renamed from eldoc-print-var-docstring. | |
| 10764 Do not print message; just return string. | |
| 10765 Cache that string in eldoc-last-data. | |
| 10766 (eldoc-last-data): Make into a vector. | |
| 10767 (eldoc-get-fnsym-args-string): Use new data form of structure. | |
| 10768 (eldoc-get-var-docstring): Here also. | |
| 10769 (eldoc-last-data-store): New function. | |
| 10770 (eldoc-get-fnsym-args-string): Use it. | |
| 10771 (eldoc-get-var-docstring): Here also. | |
| 10772 (eldoc-docstring-first-line): Minimize interim string consing. | |
| 10773 Call substitute-command-keys on the result. | |
| 10774 (eldoc-print-var-docstrings, eldoc-print-docstring, | |
| 10775 eldoc-docstring-message): Functions removed. | |
| 10776 (eldoc-docstring-format-sym-doc): New function, functionality | |
| 10777 ripped out of eldoc-docstring-message. | |
| 10778 (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it. | |
| 10779 | |
| 10780 1998-09-18 Kenichi Handa <handa@etl.go.jp> | |
| 10781 | |
| 10782 * international/mule.el (make-coding-system): Doc-string modified. | |
| 10783 | |
| 10784 1998-09-18 Andreas Schwab <schwab@delysid.gnu.org> | |
| 10785 | |
| 10786 * progmodes/vhdl-mode.el (vhdl-header-file): Fix customize type. | |
| 10787 | |
| 10788 * progmodes/cpp.el (cpp-face-light-list, cpp-face-dark-list): Fix | |
| 10789 customize type. | |
| 10790 | |
| 10791 * progmodes/cperl-mode.el (cperl-lazy-help-time): Fix customize | |
| 10792 type. | |
| 10793 | |
| 10794 * progmodes/compile.el (compilation-error-screen-columns): New | |
| 10795 variable. | |
| 10796 (compilation-next-error-locus): Use it to decide whether to use | |
| 10797 forward-char or move-to-column. | |
| 10798 | |
| 10799 * mail/rmail.el (rmail-movemail-program): Fix customize type. | |
| 10800 | |
| 10801 * mail/feedmail.el (feedmail-x-mailer-line-user-appendage, | |
| 10802 feedmail-fiddle-plex-user-list, | |
| 10803 feedmail-spray-address-fiddle-plex-list, | |
| 10804 feedmail-prompt-before-queue-user-alist, | |
| 10805 feedmail-prompt-before-queue-help-supplement, | |
| 10806 feedmail-queue-reminder-alist, feedmail-queue-default-file-slug, | |
| 10807 feedmail-queue-alternative-mail-header-separator): Fix customize | |
| 10808 type. | |
| 10809 | |
| 10810 * startup.el (site-run-file): Fix customize type. | |
| 10811 | |
| 10812 * speedbar.el (speedbar-initial-expansion-list-name): Fix | |
| 10813 customize type. | |
| 10814 | |
| 10815 * shell.el (shell-input-autoexpand): Fix customize type. | |
| 10816 | |
| 10817 * ps-print.el (ps-font-info-database): Add missing dots in value. | |
| 10818 Improve layout of customize type. | |
| 10819 | |
| 10820 * net-utils.el (traceroute-program-options, ping-program-options, | |
| 10821 ipconfig-program-options, netstat-program-options, | |
| 10822 arp-program-options, route-program-options, | |
| 10823 nslookup-program-options, ftp-program-options): Fix customize | |
| 10824 type. | |
| 10825 | |
| 10826 * midnight.el (clean-buffer-list-kill-regexps, | |
| 10827 clean-buffer-list-kill-buffer-names, | |
| 10828 clean-buffer-list-kill-never-buffer-names, | |
| 10829 clean-buffer-list-kill-never-regexps): Fix customize type. | |
| 10830 | |
| 10831 * man.el (Man-init-defvars): Avoid trailing nil on | |
| 10832 Man-filter-list. | |
| 10833 | |
| 10834 * lpr.el (printer-name): Fix customize type. | |
| 10835 | |
| 10836 1998-09-16 Kenichi Handa <handa@etl.go.jp> | |
| 10837 | |
| 10838 * international/mule-cmds.el (reset-language-environment): Call | |
| 10839 update-coding-systems-internal. | |
| 10840 | |
| 10841 * international/mule-conf.el: Call update-coding-systems-internal | |
| 10842 at the tail. | |
| 10843 | |
| 10844 1998-09-14 Dave Love <fx@gnu.org> | |
| 10845 | |
| 10846 * vc-hooks.el (vc-menu-map): Change the vc-directory label. Don't | |
| 10847 use the menu-enable properties, pending doing it correctly and | |
| 10848 acceptably fast. | |
| 10849 | |
| 10850 * map-ynp.el (map-y-or-n-p): Mention RET, `q' in the help text. | |
| 10851 | |
| 10852 1998-09-13 Dave Love <d.love@dl.ac.uk> | |
| 10853 | |
| 10854 * progmodes/hideshow.el (hs-grok-mode-type): Check | |
| 10855 comment-{start,end} non-nil as well as bound. Report an error if | |
| 10856 we can't grok the mode. | |
| 10857 | |
| 10858 1998-09-13 Richard Stallman <rms@gnu.org> | |
| 10859 | |
| 10860 * simple.el (blink-matching-open): Don't log paren matching | |
| 10861 messages in *Messages*. | |
| 10862 | |
| 10863 1998-09-12 Richard Stallman <rms@gnu.org> | |
| 10864 | |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
10865 * scroll-bar.el (scroll-bar-scroll-down, scroll-bar-scroll-up): |
| 25837 | 10866 Set point-before-scroll at end even if there was an error. |
| 10867 | |
| 10868 * ange-ftp.el (ange-ftp-insert-file-contents): | |
| 10869 Use binary mode for dumb-unix hosts as for unix hosts. | |
| 10870 (ange-ftp-copy-file-internal): Likewise. | |
| 10871 | |
| 10872 * textmodes/paragraphs.el (use-hard-newlines): Doc fix. | |
| 10873 | |
| 10874 * emacs-lisp/pp.el: Doc fixes. | |
| 10875 | |
| 10876 * wid-edit.el (widget-menu-max-shortcuts): New variable. | |
| 10877 (widget-choose): Don't use single-char shortcuts if # items | |
| 10878 exceeds that many. Use minibuffer instead. | |
| 10879 | |
| 10880 1998-09-12 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
| 10881 | |
| 10882 * calendar/diary-lib.el (mark-sexp-diary-entries): Fix previous chg. | |
| 10883 | |
| 10884 1998-09-12 Eric Ludlam <zappo@mescaline.gnu.org> | |
| 10885 | |
| 10886 * speedbar.el (speedbar-frame-mode): Do not set frame position if | |
| 10887 in terminal mode. | |
| 10888 | |
| 10889 1998-09-10 Noah Friedman <friedman@splode.com> | |
| 10890 | |
|
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
10891 * rsz-mini.el (resize-minibuffer-mode): Remove :version field from |
| 25837 | 10892 defcustom declaration. It's wreaking too much havoc with XEmacs |
| 10893 and older versions of Emacs, which share this code. | |
| 10894 | |
| 10895 * type-break.el (type-break-mode): Here also. | |
| 10896 | |
| 10897 * rlogin.el (rlogin): If using make-local-hook, pass the 4th arg | |
| 10898 `t' to add-hook also to modify the new local value. | |
| 10899 | |
| 10900 1998-09-10 Dave Love <fx@gnu.org> | |
| 10901 | |
| 10902 * vc.el (vc-insert-headers): Doc fix. | |
| 10903 | |
| 10904 1998-09-10 Richard Stallman <rms@gnu.org> | |
| 10905 | |
| 10906 * textmodes/flyspell.el (flyspell-mode-on): Make the | |
| 10907 ispell-... variables permanent locals. | |
| 10908 (flyspell-mode-off): Add autoload cookie. | |
| 10909 | |
| 10910 * ange-ftp.el (ange-ftp-write-region): For `dumb-unix' host, | |
| 10911 do use binary mode, just as for `unix'. | |
| 10912 (ange-ftp-host-type): If HOST is nil, return `unix'. | |
| 10913 | |
| 10914 * dired.el (dired-mark-files-containing-regexp): | |
| 10915 Don't scan directories. Ignore non-readable files. | |
| 10916 | |
| 10917 * progmodes/compile.el (compilation-error-regexp-alist): | |
| 10918 Fix previous change: allow . and _ in command name. | |
| 10919 | |
| 10920 * dired.el (dired-mark-files-containing-regexp): Fix previous change. | |
| 10921 | |
| 10922 * uncompress.el (uncompress-while-visiting): | |
| 10923 Use just the car of what find-operation-coding-system returns. | |
| 10924 | |
| 10925 * textmodes/tex-mode.el (tex-start-tex): Call comint-quote-filename. | |
| 10926 | |
| 10927 * shell.el (shell-file-name-quote-list): Add # to the value. | |
| 10928 | |
| 10929 1998-09-10 E. Jay Berkenbilt <ejb@ql.org> | |
| 10930 | |
|
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
10931 * textmodes/flyspell.el (flyspell-mode-on): Fix kill-buffer-hook |
| 25837 | 10932 to make killing of ispell process work even if |
| 10933 kill-all-local-variables has been run. | |
| 10934 | |
| 10935 1998-09-10 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
| 10936 | |
| 10937 * calendar/diary-lib.el (mark-sexp-diary-entries): Avoid infinite | |
| 10938 loop when sexp entry ends at end of file with no newline. | |
| 10939 | |
| 10940 1998-09-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 10941 | |
| 10942 * cus-edit.el (Custom-save, Custom-reset-current, Custom-reset-saved) | |
| 10943 (Custom-reset-standard): Fix menu inconsistency. | |
| 10944 | |
| 10945 * mail/feedmail.el (feedmail-from-line): Allow t. | |
| 10946 (feedmail-message-id-suffix): Allow nil. | |
| 10947 | |
| 10948 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): | |
| 10949 Simplify. Make prefix arg work right. | |
| 10950 | |
| 10951 1998-09-09 Dave Love <fx@gnu.org> | |
| 10952 | |
| 10953 * textmodes/paragraphs.el (use-hard-newlines): Doc fix. | |
| 10954 | |
| 10955 * help.el (help-xref-interned): Bind inhibit-read-only when inserting. | |
| 10956 | |
| 10957 1998-09-08 Dave Love <fx@gnu.org> | |
| 10958 | |
| 10959 * add-log.el (change-log-font-lock-keywords): Do parenthesized | |
| 10960 stuff only after file names or at start of line. Allow parens | |
| 10961 around e-mail, as well as angles. | |
| 10962 | |
| 10963 * gnus/nnweb.el (require): Wrap requirement of w3 and url in | |
| 10964 ignore-errors too, eval'd when compile. Require w3 stuff at load | |
| 10965 time for nicer failure if it's not available. | |
| 10966 | |
| 10967 1998-09-07 Geoff Voelker <voelker@cs.washington.edu> | |
| 10968 | |
| 10969 * comint.el (comint-arguments): Ignore backslashes when using | |
| 10970 w32 shells that expect backslashes as the directory separator. | |
| 10971 | |
| 10972 1998-09-04 Kenichi Handa <handa@etl.go.jp> | |
| 10973 | |
| 10974 * international/fontset.el (resolved-ascii-font): New variable. | |
| 10975 (x-complement-fontset-spec): By side effect, set | |
| 10976 `resolved-ascii-font' to the resolved name of ASCII font." | |
| 10977 (create-fontset-from-fontset-spec): Don't get a value for | |
| 10978 resolved-ascii-font from the list full-fontlist. It is set by | |
| 10979 x-complement-fontset-spec now. | |
| 10980 | |
| 10981 * ps-print.el: To make it work also on Emacs 20.2 and the earlier | |
| 10982 version, check the value of mule-version. | |
| 10983 | |
| 10984 1998-09-07 Carsten Dominik <cd@delysid.gnu.org> | |
| 10985 | |
| 10986 * textmodes/reftex.el (reftex-view-crossref): Split up into | |
| 10987 several functions. No longer moves to find a macro. | |
| 10988 (reftex-view-cr-cite, reftex-view-cr-ref, | |
| 10989 reftex-end-of-bib-entry): New functions. | |
| 10990 (reftex-auto-view-crossref): New value `window' allowed. | |
| 10991 (reftex-view-crossref-when-idle): Process new `window' option in | |
| 10992 (reftex-translate-to-ascii-function): New default. | |
| 10993 (reftex-label-illegal-re): Default changed, removed Latin1. | |
| 10994 (reftex-latin1-to-ascii): New function. | |
| 10995 (reftex-what-environment): Check for section regexp before use. | |
| 10996 (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with | |
| 10997 absolute path names. | |
| 10998 (reftex-TeX-master-file): Changed sequence of file checks. | |
| 10999 (reftex-do-citation): bibview cache only with RefTeX mode on. | |
| 11000 | |
| 11001 1998-09-06 Richard Stallman <rms@gnu.org> | |
| 11002 | |
| 11003 * progmodes/compile.el (compilation-error-regexp-alist): | |
| 11004 In first pattern (GNU utilities and other things), | |
| 11005 allow a space after the optional program name at the beginning. | |
| 11006 | |
| 11007 * mail/mail-hist.el (mail-hist-current-header-contents): | |
| 11008 Fix previous change: use mail-header-end. | |
| 11009 | |
| 11010 1998-09-06 Bill Richter <richter@math.nwu.edu> | |
| 11011 | |
| 11012 * international/ccl.el: Doc fixes. | |
| 11013 * international/encoded-kb.el: Doc fixes. | |
| 11014 * international/fontset.el: Doc fixes. | |
| 11015 * international/kinsoku.el: Doc fixes. | |
| 11016 * international/kkc.el: Doc fixes. | |
| 11017 * international/mule-cmds.el: Doc fixes. | |
| 11018 * international/mule-conf.el: Doc fixes. | |
| 11019 * international/mule-util.el: Doc fixes. | |
| 11020 * international/mule.el: Doc fixes. | |
| 11021 | |
| 11022 1998-09-05 Eric Ludlam <zappo@gnu.org> | |
| 11023 | |
| 11024 * emacs-lisp/checkdoc.el: (checkdoc-buffer-label): New function. | |
| 11025 (checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'. | |
| 11026 (checkdoc-this-string-valid-engine): Permit ? as terminating | |
| 11027 punctuation for first line sentence breaking. | |
| 11028 (checkdoc-this-string-valid): When converting a comment into a doc | |
| 11029 string, make sure " chars are \". | |
| 11030 (checkdoc-sentencespace-region-engine): Only do double space check | |
| 11031 if based on the variable `sentence-end-double-space' | |
| 11032 (checkdoc-this-string-valid-engine): ? ends valid sentence. | |
| 11033 (checkdoc-proper-noun-region-engine): Exclude items in URLs | |
| 11034 | |
| 11035 1998-09-04 Richard Stallman <rms@gnu.org> | |
| 11036 | |
| 11037 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): | |
| 11038 Recognize define-skeleton as a function definer. | |
| 11039 | |
| 11040 * cus-edit.el (customize-option): Refuse to customize | |
| 11041 a variable that has no defcustom. But if variable is autoloaded, | |
| 11042 first try to load the library that defines it. | |
| 11043 | |
| 11044 * international/iso-insert.el: Use `string' before calling `insert' | |
| 11045 so that in multibyte buffers we insert multibyte chars. | |
| 11046 | |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
11047 * dired.el (dired-mark-files-containing-regexp): |
| 25837 | 11048 Don't use find-file; instead, insert the file in a temp buffer. |
| 11049 | |
| 11050 * textmodes/tex-mode.el (tex-start-options-string): New option. | |
| 11051 (tex-start-tex): Use that variable. | |
| 11052 | |
| 11053 * mail/rmail.el (rmail-primary-inbox-list): Make the initial | |
| 11054 value in the `repeat' alternative a list. | |
| 11055 | |
| 11056 * textmodes/fill.el (fill-individual-paragraphs): Before deleting | |
| 11057 the inserted newline, verify that one was really inserted. | |
| 11058 | |
| 11059 * textmodes/flyspell.el (flyspell-mode): Do nothing if mode | |
| 11060 remains on or remains off. | |
| 11061 (flyspell-multi-language-p): Default changed to nil. | |
| 11062 | |
| 11063 * progmodes/ada-mode.el (ada-search-ignore-string-comment): | |
| 11064 In "found in comment" case, don't beginning-of-line after forward-line. | |
| 11065 | |
| 11066 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): | |
| 11067 If the function definition is not a lambda, return original FORM | |
| 11068 with no error. | |
| 11069 | |
| 11070 1998-09-04 Peter Breton <pbreton@ne.mediaone.net> | |
| 11071 | |
| 11072 * net-utils.el (netstat-program-options): Changed from nil to "-a" | |
| 11073 so that by default netstat shows all network connections. | |
| 11074 | |
| 11075 1998-09-04 Bob Weiner <weiner@altrasoft.com> | |
| 11076 | |
| 11077 * international/quail.el: Doc fixes. | |
| 11078 | |
| 11079 * info.el (info): Don't add parens if FILE already has them. | |
| 11080 | |
| 11081 1998-09-04 Geoff Voelker <voelker@cs.washington.edu> | |
| 11082 | |
| 11083 * mail/smtpmail.el (smtpmail-via-smtp): Parse out the first word | |
| 11084 on extension lines. | |
| 11085 | |
| 11086 1998-09-03 Geoff Voelker <voelker@cs.washington.edu> | |
| 11087 | |
| 11088 * w32-fns.el (w32-shell-dos-semantics): New function. | |
| 11089 | |
| 11090 1998-09-03 Bill Richter <richter@brouwer.math.nwu.edu> | |
| 11091 | |
| 11092 * international/quail.el (quail-choose-completion-string): Store | |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
11093 completion `choice' in `quail-current-str'; don't insert it. |
| 25837 | 11094 |
| 11095 1998-09-02 Kenichi Handa <handa@etl.go.jp> | |
| 11096 | |
| 11097 * bdf.el (bdf-generate-font): New argument CHARSET. Give WIDTH | |
| 11098 argument to ps-mule-generate-bitmap-font. | |
| 11099 | |
| 11100 * ps-print.el (ps-mule-font-info-database-bdf): The include ASCII | |
| 11101 entry and change Latin-1 entry in the default value. | |
| 11102 (ps-mule-font-info-database-ps-bdf): New variable. | |
| 11103 (ccl-encode-ethio-unicode): Bug of CCL code fixed. | |
| 11104 (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function | |
| 11105 registerd in FONT-SPEC. | |
| 11106 (ps-mule-bitmap-prologue): Fix PostScript code to realize correct | |
| 11107 charcter width of bitmap fonts. | |
| 11108 (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript | |
| 11109 procedure NF. | |
| 11110 (ps-begin-file): Output PostScript code for setting | |
| 11111 SpaceWidthRatio. | |
| 11112 (ps-plot-region): Use line-beginning-position to get a position of | |
| 11113 the beginning of the current line. | |
| 11114 | |
| 11115 * international/mule-cmds.el (register-input-method): Doc-string | |
| 11116 modified. | |
| 11117 | |
| 11118 1998-09-01 Dave Love <fx@gnu.org> | |
| 11119 | |
| 11120 * international/mule-cmds.el (current-language-environment): Fix | |
| 11121 setter function. | |
| 11122 | |
| 11123 1998-09-01 Simon Marshall <simon@gnu.org> | |
| 11124 | |
| 11125 * font-lock.el (tex-font-lock-keywords-2): Fontify \nocite like \cite. | |
| 11126 (lisp-font-lock-keywords-2): Fontify abort, assert, etc., separately. | |
| 11127 ({c,c++,objc,java}-font-lock-keywords-{2,3}): Fontify only type/class | |
| 11128 names with font-lock-type-face. Fontify type specs, etc., with | |
| 11129 font-lock-keyword-face. | |
| 11130 | |
| 11131 1998-08-31 Kenichi Handa <handa@etl.go.jp> | |
| 11132 | |
| 11133 * international/fontset.el (x-complement-fontset-spec): If ASCII | |
| 11134 font is specified in FONTLIST, don't substitute it for the | |
| 11135 resolved name. | |
| 11136 | |
| 11137 1998-08-31 Paul Eggert <eggert@twinsun.com> | |
| 11138 | |
| 11139 * international/mule.el (charset-description): Doc fix. | |
| 11140 | |
| 11141 * language/chinese.el, language/cyrillic.el, language/czech.el, | |
| 11142 language/devanagari.el, language/ethiopic.el, | |
| 11143 language/european.el, language/hebrew.el, language/indian.el, | |
| 11144 language/japanese.el, language/korean.el, language/lao.el, | |
| 11145 language/slovak.el, language/thai.el, language/tibetan.el, | |
| 11146 language/vietnamese.el: | |
| 11147 Add coding: local variable, to avoid bootstrapping problem | |
| 11148 if you need to recompile all the Lisp files using interpreted code. | |
| 11149 | |
| 11150 1998-08-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
| 11151 | |
| 11152 * cal-china.el (chinese-year-cache): Change range of years from | |
| 11153 1989-2000 to 1990-2010. | |
| 11154 | |
| 11155 1998-08-29 Dave Love <d.love@dl.ac.uk> | |
| 11156 | |
| 11157 * mail/smtpmail.el (smtpmail-send-it): Add autoload cookie. | |
| 11158 (smtpmail-via-smtp): Check that smtpmail-smtp-server is defined. | |
| 11159 | |
| 11160 1998-08-28 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
| 11161 | |
| 11162 * ps-print.el (ps-print-control-characters): Doc-string modified. | |
| 11163 (ps-output-string-prim): Comment format changed. | |
| 11164 (ps-do-despool): Indentation of source code changed. | |
| 11165 | |
| 11166 1998-08-28 Kenichi Handa <handa@etl.go.jp> | |
| 11167 | |
| 11168 * subr.el (sref): Make it an alias of aref. Make the | |
| 11169 byte-compiler warn that it is obsolete. | |
| 11170 (char-bytes): Make the byte-compiler warn that it is obsolete. | |
| 11171 | |
| 11172 * emacs-lisp/bytecomp.el (byte-compile-output-as-comment): | |
| 11173 Calculate the total bytes using position-bytes instead of | |
| 11174 char-bytes. | |
| 11175 | |
| 11176 1998-08-27 Karl Heuer <kwzh@gnu.org> | |
| 11177 | |
| 11178 * snmp-mode.el: New file. | |
| 11179 * files.el (auto-mode-alist): Add snmp-mode patterns. | |
| 11180 | |
| 11181 1998-08-27 Karl Eichwalder <ke@suse.de> | |
| 11182 | |
| 11183 * dired-aux.el (dired-compress-file-suffixes): Add `bz2'. | |
| 11184 | |
| 11185 1998-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
| 11186 | |
| 11187 * calendar/diary-lib.el (diary-block): Doc fix.. | |
| 11188 * calendar/calendar.el (diary-list-include-blanks): Doc fix.. | |
| 11189 | |
| 11190 1998-08-27 Richard Stallman <rms@gnu.org> | |
| 11191 | |
| 11192 * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp. | |
| 11193 * calendar/appt.el (appt-check): Start the appt-mode-string w/ space. | |
| 11194 Clear appt-mode-string if we don't put something in it. | |
| 11195 | |
| 11196 1998-08-27 Dave Love <fx@gnu.org> | |
| 11197 | |
| 11198 * ange-ftp.el (ange-ftp-allow-child-lookup): Reinstate checking | |
| 11199 dired-local-variables-file for dired-x. | |
| 11200 | |
| 11201 * emacs-lisp/find-func.el (find-function-search-for-symbol): Look | |
| 11202 for compressed library files too. | |
| 11203 | |
| 11204 1998-08-26 Kenichi Handa <handa@etl.go.jp> | |
| 11205 | |
| 11206 * language/european.el ("Latin-1"): Modify `documentation' key value. | |
| 11207 ("Latin-2"): Likewise. | |
| 11208 | |
| 11209 1998-08-26 Karl Heuer <kwzh@gnu.org> | |
| 11210 | |
| 11211 * dired-x.el (dired-guess-shell-alist-default): Fix regexp. | |
| 11212 | |
| 11213 1998-08-26 Albert L. Ting <alt@artisan.com> | |
| 11214 | |
| 11215 * mail/mail-hist.el (mail-hist-current-header-name): Fix test. | |
| 11216 (mail-hist-current-header-contents): Use mail-text-start. | |
| 11217 | |
| 11218 1998-08-26 Richard Stallman <rms@gnu.org> | |
| 11219 | |
| 11220 * cus-edit.el (customize-version-lessp): Handle a number as VERSION2. | |
| 11221 (customize-changed-options-previous-release): New variable. | |
| 11222 (customize-changed-options): Use that variable as default arg. | |
| 11223 | |
| 11224 1998-08-26 Karl Eichwalder <ke@suse.de> | |
| 11225 | |
| 11226 * midnight.el: Require `timer' not only when compiling. | |
| 11227 | |
| 11228 1998-08-26 Per Starback <starback@update.uu.se> | |
| 11229 | |
| 11230 * gnus/gnus-start.el (gnus-check-first-time-used): Change current | |
| 11231 buffer before creating help group. | |
| 11232 | |
| 11233 1998-08-26 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
| 11234 | |
| 11235 * gnus/gnus-start.el (gnus-save-newsrc-file): Bind | |
| 11236 coding-system-for-write before saving. | |
| 11237 | |
| 11238 1998-08-26 Kevin Rodgers <kevinr@ihs.com> | |
| 11239 | |
| 11240 * isearch.el (isearch-forward): Doc fix. | |
| 11241 | |
| 11242 1998-08-26 Andreas Schwab <schwab@delysid.gnu.org> | |
| 11243 | |
| 11244 * emacs-lisp/find-func.el: Fix :version tags to have a string | |
| 11245 value, not a float. | |
| 11246 | |
| 11247 * cus-dep.el: Fix typo in output. | |
| 11248 | |
| 11249 1998-08-25 Dave Love <fx@gnu.org> | |
| 11250 | |
| 11251 * repeat.el (repeat): Doc fix. | |
| 11252 [From rms:] | |
| 11253 (repeat-previous-repeated-command): New variable. | |
| 11254 (repeat): Check for real-last-command being null or repeat. Set | |
| 11255 repeat-previous-repeated-command. | |
| 11256 | |
| 11257 * browse-url.el (browse-url-netscape): Fix format for hex escapes. | |
| 11258 | |
| 11259 1998-08-25 Kenichi Handa <handa@etl.go.jp> | |
| 11260 | |
| 11261 * gnus/message.el (message-send-mail-with-sendmail): Bind | |
| 11262 coding-system-for-write by the return value of | |
| 11263 select-message-coding-system. | |
| 11264 (message-send-mail-with-qmail): Likewise. | |
| 11265 | |
| 11266 1998-08-24 Andreas Schwab <schwab@delysid.gnu.org> | |
| 11267 | |
| 11268 * emacs-lisp/autoload.el: Fix doc-string-elt property on | |
| 11269 define-derived-mode. | |
| 11270 | |
| 11271 * files.el (file-name-invalid-regexp): | |
| 11272 Fix regex for ms-dos without long file names. | |
| 11273 | |
| 11274 1998-08-24 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
| 11275 | |
| 11276 * ps-print.el: Multi-byte buffer handling. | |
| 11277 (ps-print-version): New version number (4.0) and doc fix. | |
| 11278 (ps-color-device, ps-face-bold-p, ps-face-italic-p): Conditional | |
| 11279 compilation for GNU Emacs and emacsens. | |
| 11280 (ps-generate-postscript-with-faces): Force invisible text to be | |
| 11281 visible. | |
| 11282 (dos-ps-printer): New var to avoid compilation gripes. | |
| 11283 | |
| 11284 1998-08-24 Kenichi Handa <handa@etl.go.jp> | |
| 11285 | |
| 11286 * ps-print.el (ps-mule-plot-string): Pay attention to the case | |
| 11287 that no more characters can't be printed in the current line. | |
| 11288 | |
| 11289 1998-08-24 Kenichi Handa <handa@etl.go.jp> | |
| 11290 | |
| 11291 * ps-print.el (ps-mule-find-wrappoint): ENDPOS should not be | |
| 11292 greater than TO. | |
| 11293 | |
| 11294 1998-08-24 Kenichi Handa <handa@etl.go.jp> | |
| 11295 | |
| 11296 * ps-print.el: Add codes to make ps-print.el work also on Emacs | |
| 11297 20.2 and the earlier version. | |
| 11298 (ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2. | |
| 11299 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise. | |
| 11300 (ps-mule-find-wrappoint): Likewise. | |
| 11301 (ps-mule-generate-font): Change `X' to `x' in format | |
| 11302 control-string. | |
| 11303 (ps-generate): Call ps-mule-begin before calling ps-begin-job. | |
| 11304 (ps-mule-cmpchar-prologue): Delete unnecessary `gsave' and | |
| 11305 `restore' form procedures `BC' and `EC'. | |
| 11306 | |
| 11307 1998-08-24 Kenichi Handa <handa@etl.go.jp> | |
| 11308 | |
| 11309 * ps-print.el (ps-print-prologue-1): Handle the case that FontBBox | |
| 11310 is an executable procedure. Make LineThickness, Xshadow, and | |
| 11311 Yshadow relative to FontHeight. Set SpaceWidth in BeginDoc. | |
| 11312 (ps-mule-font-info-database, ps-mule-font-info-database-ps, | |
| 11313 ps-mule-font-info-database-bdf): New vars. | |
| 11314 (ps-mule-encode-7bit, ps-mule-encode-8bit): New funs. | |
| 11315 (ccl-encode-ethio-unicode): New CCL program. | |
| 11316 (ps-mule-encode-ethiopic): New fun. | |
| 11317 (ps-mule-current-charset): New var. | |
| 11318 (ps-mule-get-font-spec, ps-mule-font-spec-src, | |
| 11319 ps-mule-font-spec-name, ps-mule-font-spec-encoding, | |
| 11320 ps-mule-font-spec-bytes, ps-mule-printable-p): New funs. | |
| 11321 (ps-mule-external-libraries): New var. | |
| 11322 (ps-mule-init-external-library): New fun. | |
| 11323 (ps-mule-font-cache): New var. | |
| 11324 (ps-mule-generate-font, ps-mule-generate-glyphs): New funs. | |
| 11325 (ps-last-font): New var. | |
| 11326 (ps-mule-prepare-font): New fun. | |
| 11327 (ps-mule-charset-list): New var. | |
| 11328 (ps-mule-prologue-generated, ps-mule-prologue): New vars. | |
| 11329 (ps-mule-skip-same-charset, ps-mule-find-wrappoint, | |
| 11330 ps-mule-plot-string): New funs. | |
| 11331 (ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue): | |
| 11332 New vars. | |
| 11333 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar, | |
| 11334 ps-mule-prepare-cmpchar-font): New funs. | |
| 11335 (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New | |
| 11336 vars. | |
| 11337 (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font, | |
| 11338 ps-mule-generate-bitmap-glyph): New funs. | |
| 11339 (ps-mule-initialize, ps-mule-begin): New funs. | |
| 11340 (ps-output-string-prim): Insert string as unibyte. | |
| 11341 (ps-output-prologue): New fun. | |
| 11342 (ps-flush-output): Handle the case of 'prologue. | |
| 11343 (ps-begin-file): Call ps-mule-initialize. | |
| 11344 (ps-begin-job): Set ps-control-or-escape-regexp differently if | |
| 11345 printing multibyte characters. | |
| 11346 (ps-begin-page): Set ps-mule-current-charset to 'ascii. | |
| 11347 (ps-basic-plot-string): Handle the case of printing ASCII | |
| 11348 characters by external libraries (e.g. BDF). | |
| 11349 (ps-set-font): Set ps-last-font. | |
| 11350 (ps-plot-region): Handle multibyte characters, use | |
| 11351 ps-mule-plot-string for them. | |
| 11352 (ps-generate): Set the spool buffer unibyte. Call ps-mule-begin. | |
| 11353 | |
| 11354 * bdf.el: New file. | |
| 11355 | |
| 11356 1998-08-23 Kenichi HANDA <handa@etl.go.jp> | |
| 11357 | |
| 11358 * international/mule-cmds.el (select-message-coding-system): New | |
| 11359 function. | |
| 11360 (set-language-environment-coding-systems): Set | |
| 11361 default-sendmail-coding-system. | |
| 11362 | |
| 11363 * mail/sendmail.el (sendmail-coding-system): Doc-string modified. | |
| 11364 (default-sendmail-coding-system): New variable. | |
| 11365 (sendmail-send-it): Encode the message by a coding system | |
| 11366 select-message-coding-system returns. | |
| 11367 | |
| 11368 1998-08-23 Eric Ludlam <zappo@gnu.org> | |
| 11369 | |
|
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
11370 * speedbar.el: (speedbar-with-writable): Remove `toggle-read-only'. |
| 25837 | 11371 (speedbar-mode): Set buffer to read only. |
| 11372 (speedbar-temp-buffer-show-function): For emacs don't call hook | |
| 11373 with arguments. | |
| 11374 (speedbar-stealthy-updates): Do all updates w/ the the buffer writable. | |
| 11375 | |
| 11376 1998-08-19 Dan Nicolaescu <done@ece.arizona.edu> | |
| 11377 | |
| 11378 * speedbar.el (speedbar-key-map): Fix typo. | |
| 11379 | |
| 11380 See ChangeLog.7 for earlier changes. |
