Mercurial > emacs
annotate lisp/ChangeLog @ 28098:2fc1959fa99d
*** empty log message ***
| author | Gerd Moellmann <gerd@gnu.org> |
|---|---|
| date | Sun, 12 Mar 2000 13:49:28 +0000 |
| parents | 5627c03551f1 |
| children | 2f4ab9eb303c |
| rev | line source |
|---|---|
| 28098 | 1 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de> |
| 2 | |
| 3 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'. | |
| 4 Fix comment. | |
| 5 | |
|
28088
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
6 2000-03-10 Stefan Monnier <monnier@cs.yale.edu> |
|
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
7 |
|
28089
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
8 * font-lock.el (font-lock-keywords): Fix the doc now that |
|
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
9 regexp-opt-depth is unnecessary. |
|
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
10 (save-buffer-state): Set an edebug spec. |
|
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
11 (font-lock-fontify-anchored-keywords): Properly handle the case when |
|
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
12 the matcher goes past the limit. |
|
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
13 |
|
28088
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
14 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el, |
|
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
15 pcvs-parse.el, pcvs-util.el, pcvs.el: New files. |
|
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
16 |
|
28089
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
17 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el, |
|
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
18 dll.el and cookie.el (from Elib) with heavy renaming and other |
|
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
19 massaging. |
|
28088
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
20 |
|
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
21 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax): |
|
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
22 Autoload the functions used. |
|
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
23 (easy-mmode-define-syntax): Fix CL typo. |
|
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
24 (easy-mmode-define-derived-mode): Improve the docstring generation. |
|
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
25 |
| 28084 | 26 2000-03-10 Gerd Moellmann <gerd@gnu.org> |
| 27 | |
| 28 * textmodes/texinfo.el (texinfo-version): Variable and function | |
| 29 removed. | |
| 30 | |
|
28082
49fa1828784a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28080
diff
changeset
|
31 2000-03-09 Stefan Monnier <monnier@cs.yale.edu> |
|
49fa1828784a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28080
diff
changeset
|
32 |
|
49fa1828784a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28080
diff
changeset
|
33 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to allow |
|
49fa1828784a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28080
diff
changeset
|
34 more flexibility. |
|
28089
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
35 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New funs. |
|
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
36 (easy-mmode-def(map|syntax|ine-derived-mode)): New macros. |
|
28082
49fa1828784a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28080
diff
changeset
|
37 |
| 28085 | 38 2000-03-09 Didier Verna <didier@xemacs.org> |
| 28080 | 39 |
| 40 * rect.el (replace-rectangle): New function. | |
| 41 | |
| 42 2000-03-09 Dave Love <fx@gnu.org> | |
| 43 | |
| 44 * progmodes/fortran.el (fortran-comment-line-start): Define as | |
| 45 "C". | |
| 46 (fortran-comment-line-start-skip): Don't match cpp stuff. | |
| 47 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff. | |
| 48 (fortran-mode-map): Remove over-eager custom-menu-create for now. | |
| 49 (fortran-mode): Don't set fortran-comment-line-start-skip, | |
| 50 fortran-comment-line-start here. Set comment-start, | |
| 51 add-log-current-defun. | |
| 52 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff. | |
| 53 (fortran-current-defun): New function. | |
| 54 | |
| 28073 | 55 2000-03-09 Gerd Moellmann <gerd@gnu.org> |
| 56 | |
| 28077 | 57 * emacs-lisp/re-builder.el: New file. |
| 58 | |
| 28076 | 59 * mouse.el (mouse-drag-region): Don't run up-event handler |
| 60 if hscroll has changed. | |
| 61 | |
| 28073 | 62 * octave-mod.el (octave-font-lock-keywords): To font-lock the |
| 63 builtin operators, use `font-lock-builtin-face' for Emacs and | |
| 64 `font-lock-preprocessor-face' otherwise. | |
| 65 | |
| 66 * font-lock.el (lisp-font-lock-keywords-1): Highlight | |
| 67 `(defun (setf foo)' differently. | |
| 68 | |
|
28068
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
69 2000-03-08 Stefan Monnier <monnier@cs.yale.edu> |
|
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
70 |
|
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
71 * emacs-lisp/regexp-opt.el: Update copyright and leading comment. |
| 28073 | 72 (regexp-opt): Update comment and adapt the code the new meaning of |
| 73 the `paren' argument of regex-opt-group for shy-groups. | |
| 74 (regexp-opt-depth): Handle shy groups as well as backslashed | |
| 75 backslashes. | |
|
28068
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
76 (regexp-opt-group): Turn the leading comment into a docstring. |
|
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
77 Allow `paren' to be a string (the string to use to open a group). |
| 28073 | 78 Remove open-presuf and close-presuf. Instead of checking for `all |
| 79 one-char' and then later on check for `several one-char', handle | |
| 80 both cases close together. Also apply a more generic algorithm | |
| 81 for suffixes (the mirror image of the algorithm used for | |
| 82 prefixes). Use shy-groups. Use nreverse rather than reverse. | |
|
28068
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
83 (regexp-opt-try-suffix): Removed. |
|
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
84 |
|
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
85 * cmuscheme.el (inferior-scheme-mode-map): Define it independently |
| 28073 | 86 from comint-mode-map, so we can just inherit from it. Also, move |
| 87 the initialization into the `defvar' since there's no docstring | |
| 88 anyway and it's fairly short. | |
| 89 (inferior-scheme-mode): Define it as derived-mode: the code is | |
| 90 shorter and this way we inherit from comint-mode-map rather than | |
| 91 copying it. | |
| 92 | |
| 93 * subr.el (replace-regexps-in-string): Properly handle the case | |
| 94 where we match an empty string. | |
| 95 | |
| 96 * comint.el (comint-exec-1): Add the current-dir to the exec-path | |
| 97 when the command has a directory component (such as "./testml"). | |
|
28068
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
98 Also fix a typo in the comment. |
|
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
99 |
| 28046 | 100 2000-03-08 Gerd Moellmann <gerd@gnu.org> |
| 101 | |
| 28051 | 102 * Makefile (compile-files): Compile files one by one because |
| 103 that's the only way to ensure a clean compilation environment for | |
| 104 each individual file. | |
| 105 | |
| 28046 | 106 * frame.el (other-frame): Call x-focus-frame. |
| 107 | |
| 28040 | 108 2000-03-07 Dave Love <fx@gnu.org> |
| 109 | |
| 28043 | 110 * recentf.el (recentf-keep-non-readable-files-p): Add :set, |
| 111 :require to defcustom. | |
| 112 | |
| 28040 | 113 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads |
| 114 lists. | |
| 115 | |
| 116 * files.el (auto-mode-alist): Add configure.in. | |
| 117 | |
| 118 * progmodes/autoconf.el: New file. | |
| 119 | |
| 28034 | 120 2000-03-07 Gerd Moellmann <gerd@gnu.org> |
| 121 | |
| 122 * mail/mh-e.el: Change maintainer to `none'. | |
| 123 | |
| 124 * recentf.el (recentf-keep-non-readable-files-p): Quote args | |
| 125 to remove-hook and add-hook. | |
| 126 | |
| 127 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | |
| 128 | |
| 28035 | 129 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use |
| 28034 | 130 it as the default. |
| 28035 | 131 (mail-send): Test mail-send-nonascii also for the new `mime' value. |
| 132 (sendmail-send-it): Conditionally add MIME headers specifying the | |
| 28034 | 133 used character set. |
| 134 | |
| 28024 | 135 2000-03-07 Dave Love <fx@gnu.org> |
| 136 | |
| 137 * winner.el: Fix keywords, autoload cookies. Split | |
| 138 eval-when-compile form to avoid compilation failure. | |
| 139 | |
| 28017 | 140 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp> |
| 141 | |
| 142 * international/mule.el: Modify comment about coding system | |
| 143 property `coding-category'. | |
| 144 (make-coding-system): New argument EOL-TYPE. Pay attention to | |
| 145 coding-category property of PROPERTIES. | |
| 146 | |
| 147 * international/mule-conf.el (coding-category-utf-8, | |
| 148 coding-category-utf-16-be, coding-category-utf-16-le): New coding | |
| 149 categories. Include them in the argument for set-coding-priority. | |
| 150 | |
| 151 * international/mule-cmds.el (reset-language-environment): Include | |
| 152 coding-category-utf-8, coding-category-utf-16-be, and | |
| 153 coding-category-utf-16-le in the argument for set-coding-priority. | |
| 154 (reset-language-environment): Initialize coding-category-utf-8, | |
| 155 coding-category-utf-16-be, and coding-category-utf-16-le to nil. | |
| 156 | |
| 28014 | 157 2000-03-06 Karl Fogel <kfogel@red-bean.com> |
| 158 | |
| 159 * bookmark.el (bookmark-file-or-variation-thereof): New func, for | |
| 160 code abstracted out of `bookmark-jump-noselect'. Now tries info | |
| 161 extensions as well as compression extensions. | |
| 162 (bookmark-jump-noselect): Use above new func. | |
| 163 | |
| 27976 | 164 2000-03-03 Gerd Moellmann <gerd@gnu.org> |
| 165 | |
| 166 * strokes.el: Change maintainer's mail address. | |
| 167 | |
| 27972 | 168 2000-03-03 Kenichi Handa <handa@etl.go.jp> |
| 169 | |
| 170 * international/mule-diag.el (list-character-sets): Make help-echo | |
| 171 string by substitute-command-keys. | |
| 172 (list-character-sets): Likewise. | |
| 173 (sort-listed-character-sets): Call help-setup-xref. | |
| 174 | |
| 27965 | 175 2000-03-02 Gerd Moellmann <gerd@gnu.org> |
| 176 | |
| 177 * time.el (display-time-mail-file): Add `none' to the list of | |
| 178 choices. | |
| 179 | |
| 27954 | 180 2000-03-01 Dave Love <fx@gnu.org> |
| 181 | |
| 27959 | 182 * help.el (help-xref-go-back): Don't try to set position. |
| 183 | |
| 27954 | 184 * international/mule-diag.el (list-character-sets): Call |
| 185 help-setup-xref. Add help-echo to xrefs. | |
| 186 (list-character-sets-1): Add help-echo to xrefs. | |
| 187 | |
| 27949 | 188 2000-03-02 Gerd Moellmann <gerd@gnu.org> |
| 189 | |
| 190 * frame.el (blink-cursor-mode): Switch cursor on when turning | |
| 191 the mode off. | |
| 192 | |
| 193 * add-log.el (add-log-current-defun): Add support for | |
| 194 Autoconf mode. | |
| 195 | |
| 196 * mail/rmail.el (rmail-quit-hook): New variable. | |
| 197 | |
| 27931 | 198 2000-03-01 Dave Love <fx@gnu.org> |
| 199 | |
| 27935 | 200 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |. |
| 201 | |
| 27931 | 202 * help.el (help-xref-button): Add help-echo arg. |
| 203 (describe-function-1, describe-variable, help-make-xrefs): Use it. | |
| 204 | |
| 205 * faces.el (list-faces-display): Supply help-echo with | |
| 206 help-make-xrefs. | |
| 207 | |
| 208 * facemenu.el (list-text-properties-at): Set help-xref-stack to | |
| 209 nil. | |
| 210 | |
| 27919 | 211 2000-03-01 Gerd Moellmann <gerd@gnu.org> |
| 212 | |
| 27927 | 213 * image.el (defimage): Look for image files in load-path. |
| 214 | |
| 27919 | 215 * frame.el (busy-cursor-delay-seconds): Change type to |
| 216 `number'. | |
| 217 | |
| 27927 | 218 2000-03-01 David Ponce <david.ponce@wanadoo.fr> |
| 219 | |
| 220 * recentf.el (recentf): Added version tag to the defgroup of | |
| 221 recentf. | |
| 222 | |
| 223 2000-03-01 David Ponce <david.ponce@wanadoo.fr> | |
| 224 | |
| 225 * recentf.el (recentf-cleanup): Changed to remove excluded file | |
| 226 too. | |
| 227 (recentf-edit-list-action): `recentf-edit-list' checkbox widget | |
| 228 action to select/unselect a file. | |
| 229 (recentf-edit-list): Code cleanup and improvement. | |
| 230 (recentf-open-more-files-action): `recentf-open-more-files' button | |
| 231 widget action to open a file. | |
| 232 (recentf-open-more-files): No more use standard completion but | |
| 233 widgets. | |
| 234 (recentf-more-collection): Deleted. | |
| 235 (recentf-more-history): Deleted. | |
| 236 (recentf-setup-more-completion): Deleted. | |
| 237 | |
| 238 2000-03-01 David Ponce <david.ponce@wanadoo.fr> | |
| 239 | |
| 240 * recentf.el (recentf-mode): No more needs that Emacs is running | |
| 241 under a window-system. | |
| 242 | |
| 243 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
| 244 | |
| 245 * recentf.el (recentf-edit-list): New command to edit the recent | |
| 246 list which allow the user to remove files. | |
| 247 (recentf-edit-selected-items): New global variable, used by | |
| 248 `recentf-edit-list' to hold the list of files to be removed from | |
| 249 the recent list. | |
| 250 (recentf-make-menu-items): Updated to display a "Edit list..." | |
| 251 menu item. Minor code cleanup. | |
| 252 | |
| 253 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
| 254 | |
| 255 * recentf.el (recentf-open-more-files): New command to open files | |
| 256 that are not displayed in the menu. | |
| 257 (recentf-more-collection): New global variable holding the set of | |
| 258 permissible completions used by `recentf-open-more-files'. | |
| 259 (recentf-more-history): New global variable holding the history list | |
| 260 used by `recentf-open-more-files' completion. | |
| 261 (recentf-setup-more-completion): New function to setup completion for | |
| 262 `recentf-open-more-files'. | |
| 263 (recentf-make-menu-items): Updated to display a "More..." menu item. | |
| 264 | |
| 265 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
| 266 | |
| 267 * recentf.el (recentf-menu-action): Doc fixed. | |
| 268 | |
| 269 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
| 270 | |
| 271 * recentf.el (recentf-menu-filter): Doc updated. | |
| 272 (recentf-update-menu-hook): Allow menu filters to force menu update. | |
| 273 (recentf-make-menu-items): New menu filter handling. | |
| 274 (recentf-make-menu-item): New helper function. | |
| 275 (recentf-menu-elements): New menu handling function. | |
| 276 (recentf-sort-ascending): Updated to new menu filter handling. | |
| 277 (recentf-sort-descending): Updated to new menu filter handling. | |
| 278 (recentf-sort-basenames-ascending): New menu filter function. | |
| 279 (recentf-sort-basenames-descending): New menu filter function. | |
| 280 (recentf-show-basenames): New menu filter function. | |
| 281 (recentf-show-basenames-ascending): New menu filter function. | |
| 282 (recentf-show-basenames-descending): New menu filter function. | |
| 283 | |
| 27919 | 284 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu> |
| 285 | |
| 286 * diary-lib.el (list-diary-entries): Don't try to go forward at | |
| 287 the end of the buffer. | |
| 288 | |
| 27911 | 289 2000-02-29 Kenichi Handa <handa@etl.go.jp> |
| 290 | |
| 291 * international/mule-diag.el (list-character-sets): Completely | |
| 292 rewritten. | |
| 293 (sort-listed-character-sets): New function. | |
| 294 (list-character-sets-1): Completely rewritten. | |
| 295 (list-character-sets-2): New function. | |
| 296 (non-iso-charset-alist): New variable. | |
| 297 (decode-codepage-char): New function. | |
| 298 (charset-history): New variable. | |
| 299 (read-charset) (list-block-of-chars) | |
| 300 (list-iso-charset-chars) | |
| 301 (list-non-iso-charset-chars) | |
| 302 (list-charset-chars): New functions. | |
| 303 (mule-diag): Call list-character-sets-2, not | |
| 304 list-character-sets-2. | |
| 305 (dump-charsets): Likewise. | |
| 306 | |
| 27910 | 307 2000-02-29 Gerd Moellmann <gerd@gnu.org> |
| 308 | |
| 27919 | 309 * dired-x.el (dired-filename-at-point): Add `@' to valid |
| 310 file name characters. | |
| 311 (dired-filename-at-point): Handle ange-ftp file names. | |
| 312 | |
| 27910 | 313 * frame.el (frame-notice-user-settings): Use assq-delete-all |
| 314 instead of assoc-delete-all. | |
| 315 (frame-notice-user-settings): Ditto. | |
| 316 | |
| 317 * subr.el (assq-delete-all): Renamed from assoc-delete-all. | |
| 318 Don't copy alist. | |
| 319 | |
| 27906 | 320 2000-02-28 Eli Barzilay <eli@cs.cornell.edu> |
| 321 | |
| 322 * calculator.el (calculator-use-menu): New option. | |
| 323 (calculator-initial-bindings): Changed some bindings to work as | |
| 324 macros. | |
| 325 (calculator-forced-input): Removed. | |
| 326 (calculator-restart-other-mode): New variable. | |
| 327 (calculator-mode-map): Set up menu. | |
| 328 | |
| 329 2000-02-28 Jari Aalto <jari.aalto@poboxes.com> | |
| 330 | |
| 331 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc | |
| 332 tags. | |
| 333 | |
|
27899
42f9a58e0fc4
* viper-cmd.el (viper-envelop-ESC-key): added the option to
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
27898
diff
changeset
|
334 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu> |
|
27900
117f66873369
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
27899
diff
changeset
|
335 |
|
27899
42f9a58e0fc4
* viper-cmd.el (viper-envelop-ESC-key): added the option to
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
27898
diff
changeset
|
336 * 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
|
337 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
|
338 (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
|
339 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
|
340 * 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
|
341 * 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
|
342 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
|
343 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
|
344 * 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
|
345 * 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
|
346 * 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
|
347 |
| 27898 | 348 2000-02-27 Jason Rumney <jasonr@gnu.org> |
| 349 | |
| 350 * faces.el (face-font-family-alternatives): Add arial to helv. | |
| 351 (mode-line, header-line, tool-bar): Same default as x for w32. | |
| 352 (fixed-pitch, variable-pitch): Remove wildcard as it prevents | |
| 353 face-font-family-alternatives from working. | |
| 354 * term/w32-win.el (mouse-set-font): Do not build fontset from | |
| 355 chosen font. | |
| 356 | |
| 27873 | 357 2000-02-25 Sam Steingold <sds@goems.com> |
| 358 | |
| 359 * emacs-lisp/cl-indent.el (toplvel): Indent `pprint-logical-block' | |
| 360 properly. | |
| 361 | |
| 362 2000-02-25 Richard M. Stallman <rms@caffeine.ai.mit.edu> | |
| 363 | |
| 364 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail. | |
| 365 | |
| 27856 | 366 2000-02-25 Gerd Moellmann <gerd@gnu.org> |
| 367 | |
| 368 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer | |
| 369 writable. | |
| 370 | |
| 27868 | 371 * frame.el (busy-cursor-delay-seconds): New option. |
| 27866 | 372 |
| 27847 | 373 2000-02-24 Gerd Moellmann <gerd@gnu.org> |
| 374 | |
| 375 * frame.el (show-cursor-in-non-selected-windows): New option. | |
| 376 | |
| 27845 | 377 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu> |
| 378 | |
| 379 * diary-lib.el (include-other-diary-files): Undo the selective | |
| 380 display in any included file and don't kill it. | |
| 381 | |
| 27841 | 382 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il> |
| 383 | |
| 384 * dired.el (dired-mode-map): Don't remove "Edit" from the menu | |
| 385 bar. Menu items converted to (menu-item format, help strings | |
| 386 added. | |
| 387 [downcase, upcase]: Don't enable on MS-DOS. | |
| 388 [symlink, symlinks]: Don't show if make-symbolic-link is not | |
| 389 bound. | |
| 390 [chown, chgrp]: Don't show on MS-DOS and MS-Windows. | |
| 391 | |
| 27825 | 392 2000-02-23 Dave Love <fx@gnu.org> |
| 393 | |
| 27838 | 394 * simple.el (zap-to-char, kill-line, kill-region, kill-word) |
| 395 (backward-kill-word): Revert addition of * to interactive spec -- | |
| 396 it's a feature. | |
| 397 | |
| 398 * paragraphs.el: (kill-paragraph, backward-kill-paragraph) | |
| 399 (backward-kill-sentence, kill-sentence): Likewise. | |
| 400 | |
| 27835 | 401 * gud.el (gud-jdb-build-class-source-alist): Prepend space to |
| 402 scratch buffer name. | |
| 403 (gud-format-command): Use int-to-string in ?l case. Simplify | |
| 404 slightly. | |
| 405 | |
| 406 * term/w32-win.el (internal-face-interactive): Update prompt for | |
| 407 new read-face-name. | |
| 408 | |
| 409 * mail/footnote.el (footnote): Add :version to defgroup. | |
| 410 (footnote-section-tag-regexp): Customize. | |
| 411 (footnote-start-tag, footnote-end-tag): New option. | |
| 412 (footnote-latin-regexp): New variable. | |
| 413 (Footnote-latin): New function. | |
| 414 (footnote-style-alist): Add element for latin style. | |
| 415 (footnote-style): Moved. | |
| 416 (Footnote-goto-footnote): Use eq to test arg. | |
| 417 | |
| 418 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message. | |
| 419 | |
| 27825 | 420 * emacs-lisp/byte-opt.el: Change old backquote syntax. |
| 421 (byte-compile-trueconstp): Include keywords. | |
| 422 (byte-optimize-quote, byte-optimize-lapcode): Use | |
| 423 byte-compile-const-symbol-p. | |
| 424 (byte-optimize-char-before): New optimization. | |
| 425 | |
| 426 * emacs-lisp/bytecomp.el: Change old backquote syntax. | |
| 427 (byte-compile-const-symbol-p): New function. | |
| 428 (byte-compile-constp, byte-compile-out-toplevel) | |
| 429 (byte-compile-form, byte-compile-form, byte-compile-variable-ref): | |
| 430 Use it. | |
| 431 | |
| 432 * subr.el (define-key-after): Default AFTER to t. Doc fix. | |
| 433 | |
| 27813 | 434 2000-02-23 Kenichi Handa <handa@etl.go.jp> |
| 435 | |
| 27815 | 436 * international/encoded-kb.el: Be sure to update minor-mode-alist |
| 437 and minor-mode-map-alist. | |
| 438 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift | |
| 439 codes SS2 and SS3 correctly. | |
| 440 (encoded-kbd-self-insert-ccl): New function. | |
| 441 (encoded-kbd-setup-keymap): New function. | |
| 442 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap | |
| 443 by calling encoded-kbd-setup-keymap. | |
| 444 | |
| 27813 | 445 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte |
| 446 characters. | |
| 447 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t | |
| 448 locally. | |
| 449 | |
| 27811 | 450 2000-02-22 Dave Love <fx@gnu.org> |
| 451 | |
| 452 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table) | |
| 453 (lisp-mode-map, lisp-interaction-mode-map): Define all inside | |
| 454 defvar. | |
| 455 (lisp-mode-syntax-table): Set up for #|...|# comments. | |
| 456 (lisp-imenu-generic-expression): Purecopy strings. Use syntax | |
| 457 classes. Match `defface'. | |
| 458 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options. | |
| 459 (eval-defun-1): Fix for defcustom. | |
| 460 (lisp-indent-region): Doc fix. | |
| 461 | |
| 462 * subr.el (when, unless, split-string): Doc fix. | |
| 463 (read-passwd): Move call of clear-this-command-keys to the right | |
| 464 place. | |
| 465 (replace-regexps-in-string): New function. | |
| 466 | |
| 27807 | 467 2000-02-22 Gerd Moellmann <gerd@gnu.org> |
| 468 | |
| 469 * help.el (describe-variable): Set syntax table to | |
| 470 emacs-lisp-mode-syntax-table when moving forward over the | |
| 471 symbol's name. | |
| 472 | |
| 27805 | 473 2000-02-22 Dave Love <fx@gnu.org> |
| 474 | |
| 475 * xt-mouse.el: Doc fixes. | |
| 476 (xterm-mouse-position-function): New function, replacing advice of | |
| 477 mouse-position. | |
| 478 (xterm-mouse-mode): Use it. Don't turn on under a window system. | |
| 479 | |
| 480 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition. | |
| 481 | |
| 27794 | 482 2000-02-21 Gerd Moellmann <gerd@gnu.org> |
| 483 | |
| 484 * format.el (format-annotate-single-property-change): Handle | |
| 485 properties.with dotted-list values. | |
| 486 (format-proper-list-p): New function. | |
| 487 | |
| 488 * enriched.el (enriched-face-ans): Handle '(foreground-color | |
| 489 . COLOR) and (background-color . COLOR). | |
| 490 | |
| 27788 | 491 2000-02-20 Dave Love <fx@gnu.org> |
| 492 | |
| 493 * textmodes/flyspell.el (flyspell-mouse-map): Change definition | |
| 494 and assignments to it. | |
| 495 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting | |
| 496 current local map. | |
| 497 (make-flyspell-overlay): Use it. | |
| 498 (flyspell-correct-word/mouse-keymap): Change XEmacs test. | |
| 499 | |
| 500 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level. | |
| 501 (lm-get-header-re): Defun, not defsubst. | |
| 502 (lm-get-package-name): Defun, not defsubst. Simplify. | |
| 503 (lm-version): Doc fix. Simplify. | |
| 504 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary) | |
| 505 (lm-crack-address, lm-last-modified-date, lm-commentary) | |
| 506 (lm-verify, lm-synopsis): Simplify. | |
| 507 (lm-report-bug): Require emacsbug. Use compose-mail. | |
| 508 | |
| 27785 | 509 2000-02-20 Gerd Moellmann <gerd@gnu.org> |
| 510 | |
| 511 * dired.el (dired-mode): Call propertized-buffer-identification | |
| 512 to set mode-line-buffer-identification to something having | |
| 513 the right text properties. | |
| 514 | |
| 515 * bindings.el (propertized-buffer-identification): New function. | |
| 516 | |
| 27777 | 517 2000-02-20 Dave Love <fx@gnu.org> |
| 518 | |
| 519 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and | |
| 520 check for t-mouse too. | |
| 521 | |
| 522 * cus-start.el: Make echo-keystrokes `number'. | |
| 523 | |
| 27776 | 524 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il> |
| 525 | |
| 526 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]: | |
| 527 Don't call ring-empty-p unless tags-location-ring is bound. | |
| 528 From Noah Friedman <friedman@splode.com>. | |
| 529 | |
|
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
530 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org> |
|
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
531 |
|
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
532 * progmodes/hideshow.el (hs-flag-region): No longer use |
|
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
533 `intangible' overlay property. |
|
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
534 |
|
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
535 (hs-toggle-hiding): New command. |
|
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
536 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'. |
|
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
537 |
|
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
538 (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
|
539 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
|
540 and deactivation. |
|
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
541 |
| 27757 | 542 2000-02-18 Gerd Moellmann <gerd@gnu.org> |
| 543 | |
| 544 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs. | |
| 545 | |
| 27749 | 546 2000-02-17 Gerd Moellmann <gerd@gnu.org> |
| 547 | |
| 27754 | 548 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix. |
| 549 | |
| 27749 | 550 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax |
| 551 of `*' to handle `(* ... *)' comments. | |
| 552 | |
| 27732 | 553 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il> |
| 554 | |
| 27737 | 555 * faces.el (list-faces-display): Use display-mouse-p instead of |
|
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
556 window-system. |
| 27737 | 557 |
| 27732 | 558 * menu-bar.el (global-map): Menu-bar items converted to the new |
| 559 format (menu-item..., rearranged for better CUA compliance, and | |
| 560 their names changed for better clarity. Help strings added. | |
| 561 | |
| 562 * international/mule-cmds.el (mule-menu-keymap) | |
| 563 (describe-language-environment-map, set-coding-system-map) | |
| 564 (setup-language-environment-map): Convert to new (menu-item... | |
| 565 form, add help strings. Change names of menu items for better | |
| 566 clarity. "Mule" menu-bar item removed (it's now in the "Options" | |
| 567 submenu). | |
| 568 | |
| 27729 | 569 2000-02-17 Gerd Moellmann <gerd@gnu.org> |
| 570 | |
|
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
571 * dired-aux.el (dired-do-copy): Remove spurious character.`n' |
| 27729 | 572 within the code. |
|
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
573 |
| 27717 | 574 2000-02-16 Dave Love <fx@gnu.org> |
|
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
575 |
| 27717 | 576 * faces.el: Don't require custom. Add more specific :groups to |
| 577 various deffaces. | |
| 578 (set-face-attribute): Purecopy args. | |
| 579 (read-face-name): Default to name at point and use it in prompt. | |
| 580 Remove colon from arg in all callers. | |
| 581 (list-faces-display): Hyperlink to face descriptions and customize | |
| 582 buffers. | |
| 583 | |
| 27712 | 584 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk> |
| 585 | |
| 586 * wid-edit.el (widget-match-inline): An atom never matches a | |
| 587 list. | |
| 588 | |
| 27707 | 589 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> |
| 590 | |
| 27713 | 591 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path |
| 592 at ':' characters by call to split-string. | |
| 27707 | 593 |
| 594 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
| 595 | |
| 27713 | 596 * textmodes/bibtex.el: Added RCS version identification. |
| 27707 | 597 |
| 598 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
| 599 | |
| 27713 | 600 * textmodes/bibtex.el: Some temporary comments removed. |
| 601 (bibtex-field-name, bibtex-entry-type): Made the relationship | |
| 602 explicit. | |
| 603 (bibtex-field-const): Allow capital letters. | |
| 604 (bibtex-start-of-string): Deleted because unused. | |
| 605 | |
| 606 * textmodes/bibtex.el: Unified some nomenclature. We no longer | |
| 607 use the term 'reference' to describe a bibtex entry as a whole. | |
| 608 Further, reference keys are no longer called 'labels'. | |
| 609 (bibtex-keys): Renamed to bibtex-reference-keys. | |
| 610 (bibtex-reformat-previous-labels): Renamed to | |
| 611 bibtex-reformat-previous-reference-keys. | |
| 612 (bibtex-reference-type): Renamed to bibtex-entry-type. | |
| 613 (bibtex-reference-head): Renamed to bibtex-entry-head. | |
| 614 (bibtex-reference-maybe-empty-head): Renamed to | |
| 615 bibtex-entry-maybe-empty-head. | |
| 616 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry. | |
| 617 (bibtex-search-reference): Renamed to bibtex-search-entry. | |
| 618 (bibtex-enclosing-reference-maybe-empty-head): Renamed to | |
| 619 bibtex-enclosing-entry-maybe-empty-head. | |
| 620 (bibtex-entry-field-alist, bibtex-entry-head, | |
| 621 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry, | |
| 622 bibtex-map-entries, bibtex-search-entry, | |
| 623 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry, | |
| 624 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode, | |
| 625 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message, | |
| 626 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer, | |
| 627 bibtex-find-entry-location, bibtex-validate, bibtex-find-text, | |
| 628 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat, | |
| 629 bibtex-complete-key, bibtex-String) : Use the new nomenclature. | |
| 27707 | 630 |
| 631 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
| 632 | |
| 27713 | 633 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant |
| 634 comment. | |
| 635 (bibtex-format-field-delimiters): New function, functionality | |
| 636 extracted from bibtex-format-entry. | |
| 637 (bibtex-autokey-get-yearfield-digits): New function, functionality | |
| 638 extracted from bibtex-autokey-get-yearfield. | |
| 639 | |
| 640 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex | |
| 641 entries in order to avoid stack overflow in the regexp matcher if | |
| 642 field contents become large. | |
| 643 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield, | |
| 644 bibtex-field-string-part-not-braced, | |
| 645 bibtex-field-string-part-no-inner-braces, | |
| 646 bibtex-field-string-part-1-inner-brace, | |
| 647 bibtex-field-string-part-2-inner-braces, | |
| 648 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced, | |
| 649 bibtex-field-string-quoted, bibtex-field-string, | |
| 650 bibtex-field-string-or-const, bibtex-field-text, bibtex-field, | |
| 651 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix, | |
| 652 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted | |
| 653 as parsing is now performed by the following functions. | |
| 654 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced, | |
| 655 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted, | |
| 656 bibtex-parse-field-string, bibtex-search-forward-field-string, | |
| 657 bibtex-parse-association, bibtex-field-name-for-parsing, | |
| 658 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field, | |
| 659 bibtex-search-forward-field, bibtex-search-backward-field, | |
| 660 bibtex-start-of-field, bibtex-end-of-field, | |
| 661 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field, | |
| 662 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field, | |
| 663 bibtex-parse-string-prefix, bibtex-parse-string-postfix, | |
| 664 bibtex-parse-string, bibtex-search-forward-string, | |
| 665 bibtex-search-backward-string, bibtex-start-of-string, | |
| 666 bibtex-end-of-string, bibtex-start-of-reference-key-in-string, | |
| 667 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string, | |
| 668 bibtex-end-of-text-in-string): New functions for the parsing of bibtex | |
| 669 entries. Instead of reporting the results of the parsing by | |
| 670 match-beginning or match-end, these functions return data structures | |
| 671 that hold the corresponding positions. | |
| 672 (bibtex-enclosing-field): Changed to also report field boundaries by | |
| 673 return values rather than by match-beginning or match-end. The | |
| 674 following functions have been adapted to use the new parsing | |
| 675 functions. | |
| 676 (bibtex-skip-to-valid-entry, bibtex-search-reference, | |
| 677 bibtex-enclosing-field, bibtex-format-entry, | |
| 678 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring, | |
| 679 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode, | |
| 680 bibtex-print-help-message, bibtex-end-of-entry, | |
| 681 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field, | |
| 682 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters, | |
| 683 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new | |
| 684 method for parsing. | |
| 685 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry, | |
| 686 bibtex-map-entries, bibtex-flash-head, | |
| 687 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry, | |
| 688 bibtex-autokey-change, bibtex-autokey-get-namefield, | |
| 689 bibtex-autokey-get-names, bibtex-autokey-get-titlestring, | |
| 690 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode, | |
| 691 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer, | |
| 692 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters, | |
| 693 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in | |
| 694 order to make the new binding of case-fold-search immediately | |
| 695 visible. | |
| 27707 | 696 |
| 697 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
| 698 | |
| 27713 | 699 * textmodes/bibtex.el: Copyright notice is up to date. |
| 700 Added constant 'bibtex-maintainer-salutation. | |
| 701 | |
| 702 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather | |
| 703 than make-temp-name, use match-string-no-properties and eliminate | |
| 704 a quadratic behavior when building bibtex-strings. | |
| 705 | |
| 706 * bibtex.el (bibtex-reference-key): Accept string entries whose | |
| 707 reference key contains upper case letters. | |
| 27707 | 708 |
| 709 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
| 710 | |
| 27713 | 711 * bibtex.el (bibtex-reference-head): Allow entries to start with |
| 712 a new line. | |
| 27707 | 713 |
| 714 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
| 715 | |
| 27713 | 716 * bibtex.el: Hiding of entry bodies is not longer provided by |
| 717 bibtex.el directly. Instead the hideshow package can be used. | |
| 718 Added a special bibtex entry to hs-special-modes-alist. | |
| 719 (bibtex-hs-forward-sexp): Added for hideshow.el. | |
| 27729 | 720 |
| 721 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
| 722 | |
|
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
723 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
724 at ':' characters by call to split-string. |
| 27729 | 725 |
| 726 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
| 727 | |
|
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
728 * textmodes/bibtex.el: Added RCS version identification. |
| 27729 | 729 |
| 730 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
| 731 | |
|
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
732 * textmodes/bibtex.el: Some temporary comments removed. |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
733 (bibtex-field-name, bibtex-entry-type): Made the relationship |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
734 explicit. |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
735 (bibtex-field-const): Allow capital letters. |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
736 (bibtex-start-of-string): Deleted because unused. |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
737 |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
738 * textmodes/bibtex.el: Unified some nomenclature. We no longer |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
739 use the term 'reference' to describe a bibtex entry as a whole. |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
740 Further, reference keys are no longer called 'labels'. |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
741 (bibtex-keys): Renamed to bibtex-reference-keys. |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
742 (bibtex-reformat-previous-labels): Renamed to |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
743 bibtex-reformat-previous-reference-keys. |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
744 (bibtex-reference-type): Renamed to bibtex-entry-type. |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
745 (bibtex-reference-head): Renamed to bibtex-entry-head. |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
746 (bibtex-reference-maybe-empty-head): Renamed to |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
747 bibtex-entry-maybe-empty-head. |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
748 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry. |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
749 (bibtex-search-reference): Renamed to bibtex-search-entry. |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
750 (bibtex-enclosing-reference-maybe-empty-head): Renamed to |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
751 bibtex-enclosing-entry-maybe-empty-head. |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
752 (bibtex-entry-field-alist, bibtex-entry-head, |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
753 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry, |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
754 bibtex-map-entries, bibtex-search-entry, |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
755 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry, |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
756 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode, |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
757 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message, |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
758 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer, |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
759 bibtex-find-entry-location, bibtex-validate, bibtex-find-text, |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
760 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat, |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
761 bibtex-complete-key, bibtex-String) : Use the new nomenclature. |
| 27707 | 762 |
| 763 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
| 764 | |
|
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
765 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
766 comment. |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
767 (bibtex-format-field-delimiters): New function, functionality |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
768 extracted from bibtex-format-entry. |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
769 (bibtex-autokey-get-yearfield-digits): New function, functionality |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
770 extracted from bibtex-autokey-get-yearfield. |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
771 |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
772 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
773 entries in order to avoid stack overflow in the regexp matcher if |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
774 field contents become large. |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
775 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield, |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
776 bibtex-field-string-part-not-braced, |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
777 bibtex-field-string-part-no-inner-braces, |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
778 bibtex-field-string-part-1-inner-brace, |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
779 bibtex-field-string-part-2-inner-braces, |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
780 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced, |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
781 bibtex-field-string-quoted, bibtex-field-string, |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
782 bibtex-field-string-or-const, bibtex-field-text, bibtex-field, |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
783 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix, |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
784 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
785 as parsing is now performed by the following functions. |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
786 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced, |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
787 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted, |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
788 bibtex-parse-field-string, bibtex-search-forward-field-string, |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
789 bibtex-parse-association, bibtex-field-name-for-parsing, |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
790 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field, |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
791 bibtex-search-forward-field, bibtex-search-backward-field, |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
792 bibtex-start-of-field, bibtex-end-of-field, |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
793 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field, |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
794 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field, |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
795 bibtex-parse-string-prefix, bibtex-parse-string-postfix, |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
796 bibtex-parse-string, bibtex-search-forward-string, |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
797 bibtex-search-backward-string, bibtex-start-of-string, |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
798 bibtex-end-of-string, bibtex-start-of-reference-key-in-string, |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
799 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string, |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
800 bibtex-end-of-text-in-string): New functions for the parsing of bibtex |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
801 entries. Instead of reporting the results of the parsing by |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
802 match-beginning or match-end, these functions return data structures |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
803 that hold the corresponding positions. |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
804 (bibtex-enclosing-field): Changed to also report field boundaries by |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
805 return values rather than by match-beginning or match-end. The |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
806 following functions have been adapted to use the new parsing |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
807 functions. |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
808 (bibtex-skip-to-valid-entry, bibtex-search-reference, |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
809 bibtex-enclosing-field, bibtex-format-entry, |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
810 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring, |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
811 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode, |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
812 bibtex-print-help-message, bibtex-end-of-entry, |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
813 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field, |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
814 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters, |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
815 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
816 method for parsing. |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
817 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry, |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
818 bibtex-map-entries, bibtex-flash-head, |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
819 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry, |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
820 bibtex-autokey-change, bibtex-autokey-get-namefield, |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
821 bibtex-autokey-get-names, bibtex-autokey-get-titlestring, |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
822 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode, |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
823 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer, |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
824 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters, |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
825 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
826 order to make the new binding of case-fold-search immediately |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
827 visible. |
| 27729 | 828 |
| 829 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
| 830 | |
|
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
831 * textmodes/bibtex.el: Copyright notice is up to date. |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
832 Added constant 'bibtex-maintainer-salutation. |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
833 |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
834 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
835 than make-temp-name, use match-string-no-properties and eliminate |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
836 a quadratic behavior when building bibtex-strings. |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
837 |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
838 * bibtex.el (bibtex-reference-key): Accept string entries whose |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
839 reference key contains upper case letters. |
| 27729 | 840 |
| 841 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
| 842 | |
|
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
843 * bibtex.el (bibtex-reference-head): Allow entries to start with |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
844 a new line. |
| 27729 | 845 |
| 846 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
| 847 | |
|
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
848 * bibtex.el: Hiding of entry bodies is not longer provided by |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
849 bibtex.el directly. Instead the hideshow package can be used. |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
850 Added a special bibtex entry to hs-special-modes-alist. |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
851 (bibtex-hs-forward-sexp): Added for hideshow.el. |
| 27729 | 852 |
| 853 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
| 854 | |
| 27713 | 855 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to |
| 27707 | 856 proceedings entry type (for cross referencing). Thanks to Wagner |
| 857 Toledo Correa for the suggestion. | |
| 858 | |
| 27713 | 859 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu. |
| 27707 | 860 |
| 27690 | 861 2000-02-14 Kenichi Handa <handa@etl.go.jp> |
| 862 | |
| 863 * international/characters.el: Setup case table for Vietnamese. | |
| 864 | |
| 27687 | 865 2000-02-12 Gerd Moellmann <gerd@gnu.org> |
| 866 | |
| 867 * uniquify.el (toplevel): Require CL at compile time. | |
| 868 (uniquify-push): Removed. | |
| 869 | |
| 870 * shadowfile.el (shadow-when): Removed. | |
| 871 | |
| 872 * tempo.el (tempo-dolist, tempo-mapc): Removed. | |
| 873 (tempo-process-and-insert-string): Use dolist instead of | |
| 874 tempo-dolist. | |
| 875 | |
| 876 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from | |
| 877 regexp for paragraph-start. | |
| 878 | |
| 879 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading | |
| 880 commas as well. | |
| 881 | |
| 27657 | 882 2000-02-10 Dave Love <fx@gnu.org> |
| 883 | |
| 884 * wid-edit.el: (widgets) [defgroup]: Remove url link. | |
| 885 (widget-color-choice-list, widget-color-history, widget-mouse-help): | |
| 886 Deleted. | |
| 887 (widget-specify-field, widget-specify-button): Don't use | |
| 888 widget-mouse-help as help-echo property. | |
| 889 (default): Use #'ignore for :validate and :mouse-down-action. | |
| 890 (checkbox): Add help-echo. | |
| 891 (widget-sexp-validate): Rewritten to clarify error messages. | |
| 892 (character): Use char-valid-p in :match function. | |
| 893 (widget-color-complete): Use facemenu-color-alist. | |
| 894 (widget-color-action): Use facemenu-read-color. | |
| 895 | |
| 896 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't | |
| 897 set up `caar' &c that we now have. | |
| 898 | |
| 27713 | 899 2000-02-09 Ray Blaak <blaak@gnu.org> |
| 900 | |
| 901 * delphi.el: Make resourcestring a declaration region, like const | |
| 902 and var. | |
| 903 | |
| 27652 | 904 2000-02-09 Dave Love <fx@gnu.org> |
| 905 | |
| 906 * bindings.el (mode-line-input-method-map): New variable. | |
| 907 (mode-line-mule-info): Use it; fix last change. | |
| 908 (mode-line-mode-menu): Move definition. | |
| 909 (mode-line-mouse-sensitive-p): Deleted. | |
| 910 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p. | |
| 911 (make-mode-line-mouse-sensitive): Deleted. Body moved to top | |
| 912 level. | |
| 913 | |
| 914 * startup.el (command-line-1): Don't call | |
| 915 make-mode-line-mouse-sensitive. | |
| 916 | |
| 27644 | 917 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it> |
| 918 | |
| 919 * mail/rmail.el (rmail-retry-failure): Use | |
| 920 rmail-beginning-of-message before rmail-toggle-header, because the | |
| 921 former toggles headers. | |
| 922 | |
|
27636
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
923 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
|
924 |
|
27637
79014abee3cc
(diff-kill-junk): New interactive function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27636
diff
changeset
|
925 * 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
|
926 (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
|
927 (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
|
928 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
|
929 (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
|
930 (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
|
931 |
|
27636
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
932 * 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
|
933 (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
|
934 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
|
935 to avoid duplicate entries. |
|
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
936 (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
|
937 (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
|
938 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
|
939 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
|
940 `major-mode' to `mode'. |
|
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
941 (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
|
942 (font-lock-fontify-anchored-keywords) |
|
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
943 (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
|
944 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
|
945 font-lock-set-defaults). |
|
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
946 (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
|
947 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
|
948 |
|
27634
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27617
diff
changeset
|
949 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
|
950 |
|
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27617
diff
changeset
|
951 * 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
|
952 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
|
953 |
|
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27617
diff
changeset
|
954 * 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
|
955 |
| 27610 | 956 2000-02-04 Dave Love <fx@gnu.org> |
| 957 | |
| 27617 | 958 * bindings.el (mode-line-mule-info): Fix/extend last change. |
| 959 | |
| 27610 | 960 * completion.el: Replace completion-dolist with dolist. |
| 961 | |
| 962 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, | |
| 963 dotimes. | |
| 964 | |
|
27609
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
965 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl> |
|
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
966 |
|
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
967 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the |
|
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
968 environment names before they go into the section regexp. |
|
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
969 |
|
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
970 * 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
|
971 char class in regexp. |
|
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
972 |
|
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
973 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind |
|
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
974 `case-fold-search' to nil. |
|
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
975 |
|
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
976 * progmodes/idlwave.el (idlwave-template): Respect |
|
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
977 `idlwave-abbrev-change-case'. |
|
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
978 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for, |
|
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
979 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat, |
|
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
980 idlwave-while): respect `idlwave-reserved-word-upcase'. |
|
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
981 (idlwave-rw-case): New function. |
|
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
982 (idlwave-statement-match): Fixed problem with assignment regexp. |
|
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
983 (idlwave-font-lock-keywords): Improved regexp for keyword |
|
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
984 parameters. |
|
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
985 (idlwave-surround): New argument LENGTH to support padding of |
|
27609
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
986 operators longer than 1 char. |
|
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
987 |
|
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
988 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with |
|
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
989 idlwave-shell-expression-overlay. Implemented printing of |
|
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
990 expressions on higher levels of the calling stack. |
|
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
991 (idlwave-shell-display-level-in-calling-stack): Restore stack |
|
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
992 level. |
|
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
993 (idlwave-retrieve-expression-from-level): New function. |
|
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
994 (idlwave-shell-last-calling-stack): Variable removed. |
|
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
995 (idlwave-shell-reset): Argument action reversed (`visible' to |
|
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
996 `hidden'). Also remove stop-line overlay. |
|
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
997 (idlwave-shell-calling-stack-routine): New variable. |
|
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
998 (idlwave-shell-parse-stack-and-display): Messages now display |
|
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
999 negative level numbers. |
|
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
1000 (idlwave-shell-mode): Set `modeline-format'. |
|
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
1001 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'. |
|
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
1002 (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
|
1003 21. |
|
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
1004 (idlwave-shell-print-expression-function): New option. |
|
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
1005 |
|
27609
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
1006 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere, |
|
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
1007 idlwave-toolbar-remove-everywhere): Keybindings prefix is now |
|
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
1008 `tool-bar' instead of `toolbar'. |
|
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
1009 |
| 27590 | 1010 2000-02-02 Dave Love <fx@gnu.org> |
| 1011 | |
| 1012 * emacs-lisp/cl.el: Use bytecomp-load-hook, not | |
| 1013 emacs-lisp-mode-hook. Don't check for defalias being defined. | |
| 1014 | |
| 1015 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash) | |
| 1016 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use | |
| 1017 the new builtins directly. | |
| 1018 | |
| 1019 * whitespace.el (whitespace): Add :version to defgroup. | |
| 1020 | |
| 1021 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference): | |
| 1022 Doc fix. | |
| 1023 | |
| 1024 * thingatpt.el (sexp-at-point, symbol-at-point) | |
| 1025 (number-at-point, list-at-point): Add autoload cookie. | |
| 1026 | |
| 1027 * recentf.el (recentf): Add :version to defgroup. | |
| 1028 | |
| 1029 * quickurl.el (quickurl): Add :version to defgroup. | |
| 1030 | |
| 1031 * elide-head.el (elide-head): Use point-marker more. | |
| 1032 | |
| 1033 * bs.el (bs): Add :version to defgroup. | |
| 1034 | |
| 1035 * autorevert.el (global-auto-revert-mode): Add autoload cookie. | |
| 1036 | |
| 1037 * progmodes/delphi.el (delphi): Add :version to defgroup. | |
| 1038 | |
| 27587 | 1039 2000-02-02 Gerd Moellmann <gerd@gnu.org> |
| 1040 | |
| 1041 * ange-ftp.el (ange-ftp-write-region): Handle case that | |
| 1042 succeeding process operation sets a different coding system. | |
| 1043 | |
| 1044 * calculator.el: New file. | |
| 1045 | |
| 27572 | 1046 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il> |
| 1047 | |
| 1048 * frame.el (frames-on-display-list, framep-on-display): New | |
| 1049 functions. | |
| 1050 (display-mouse-p, display-popup-menus-p, display-graphic-p) | |
| 1051 (display-selections-p, display-screens, display-pixel-width) | |
| 1052 (display-pixel-height, display-mm-width, display-mm-height) | |
| 1053 (display-backing-store, display-save-under, display-planes) | |
| 1054 (display-color-cells, display-visual-class): New functions. | |
| 1055 | |
| 1056 * term/tty-colors.el (tty-color-gray-shades): New function. | |
| 1057 | |
| 1058 * faces.el (display-color-p): Use framep-on-display. | |
| 1059 (display-grayscale-p): New function. | |
| 1060 | |
| 27549 | 1061 2000-01-31 Dave Love <fx@gnu.org> |
| 1062 | |
| 1063 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it. | |
| 1064 (create-fontset-from-x-resource): Don't concat integers. | |
| 1065 | |
| 27545 | 1066 2000-01-31 Inge Frick <inge@nada.kth.se> |
| 1067 | |
| 1068 * view.el: Some changes in documentation. Removed some trailing | |
| 1069 whitespace. Changed some parameter names to agree with | |
| 1070 documentation. | |
| 1071 (view-mode-exit): Keep entry in `view-return-to-alist' only when a | |
| 1072 window is not deleted. Modifies change 1998-04-26. | |
|
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
1073 |
| 27541 | 1074 2000-01-31 Gerd Moellmann <gerd@gnu.org> |
| 1075 | |
| 27543 | 1076 * windmove.el: New file. |
| 1077 | |
| 27541 | 1078 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el, |
| 1079 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el, | |
| 27545 | 1080 progmodes/ebnf-yac.el: Update copyright and license info. |
|
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
1081 |
| 27541 | 1082 * jit-lock.el (jit-lock-function): Widen before calculating end |
| 1083 position. | |
| 1084 (jit-lock-stealth-chunk-start): Rewritten. | |
| 1085 | |
| 1086 * info.el (Info-title-face-alist): Removed. | |
| 1087 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New | |
| 1088 faces. | |
| 1089 (Info-fontify-node): Use these faces. | |
| 1090 | |
| 27527 | 1091 2000-01-30 Gerd Moellmann <gerd@gnu.org> |
| 1092 | |
| 1093 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list) | |
| 1094 (cl-macro-list1): Recognize `&allow-other-keys' instead of | |
| 1095 `&allow-other-keywords'. | |
| 1096 | |
| 1097 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to | |
| 1098 the list of directories scanned heuristically. | |
| 1099 | |
| 1100 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to | |
| 1101 exist. | |
| 1102 | |
| 27523 | 1103 2000-01-30 Jason Rumney <jasonr@gnu.org> |
| 1104 | |
| 1105 * w32-fns.el: Define w32-tty-standard-colors. | |
| 1106 | |
| 1107 * startup.el (command-line): Use w32-tty-standard-colors when in | |
| 1108 w32 console mode. | |
| 1109 | |
| 27510 | 1110 2000-01-30 Dave Love <fx@gnu.org> |
| 1111 | |
| 27513 | 1112 * jka-compr.el (jka-compr-load): Fix up load-history. |
| 1113 | |
| 27510 | 1114 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes. |
| 1115 | |
| 1116 * emacs-lisp/cl-macs.el: Revert previous change. | |
| 1117 | |
| 27499 | 1118 2000-01-29 Dave Love <fx@gnu.org> |
| 1119 | |
| 1120 * facemenu.el: Purecopy various strings. | |
| 1121 | |
| 1122 * timezone.el (timezone-fix-time): Window against 69 for two-digit | |
| 1123 years. Deal with three-digit years. | |
| 1124 | |
| 1125 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use | |
| 1126 defconst, purecopy. | |
| 1127 (help-back-label): Purecopy it. | |
| 1128 | |
| 27498 | 1129 2000-01-18 Gerd Moellmann <gerd@gnu.org> |
| 1130 | |
| 1131 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration | |
| 1132 variable. If non-nil, order the buffer list according to the | |
| 1133 currently selected frame. | |
| 1134 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is | |
| 1135 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
|
1136 |
| 27496 | 1137 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
| 1138 | |
| 1139 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix | |
| 1140 | |
| 27486 | 1141 2000-01-28 Dave Love <fx@gnu.org> |
| 1142 | |
| 27491 | 1143 * emacs-lisp/cl-macs.el: Remove dotimes, dolist. |
| 1144 | |
| 27486 | 1145 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop. |
| 1146 Don't use lisp-indent-hook property. | |
| 1147 (cl-abs): Remove. | |
| 1148 | |
| 1149 * subr.el: Move out indent and edebug specs for when and unless. | |
| 1150 | |
| 1151 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes, | |
| 1152 when, unless. | |
| 1153 | |
| 1154 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist, | |
| 1155 unless, when. | |
| 1156 | |
| 27467 | 1157 2000-01-28 Gerd Moellmann <gerd@gnu.org> |
| 1158 | |
| 27481 | 1159 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize |
| 1160 `collecting' as synonym for `collect'. | |
| 1161 | |
| 1162 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name | |
| 1163 for the case it contains spaces. | |
| 1164 | |
| 1165 * simple.el (what-cursor-position): Change formatting of | |
| 1166 messages. | |
| 1167 | |
| 27473 | 1168 * frame.el (delete-other-frames): New function. |
| 1169 (toplevel): Bind it to C-x 5 1. | |
| 1170 | |
| 27469 | 1171 * sort.el (sort-numeric-base): New option. |
| 1172 (sort-numeric-fields): If number starts with `0' or `0[xX[', | |
| 1173 interpret it as octal or hexadecimal. Use sort-numeric-base | |
| 1174 as default base. | |
| 1175 | |
| 27467 | 1176 * progmodes/glasses.el: New file. |
| 1177 | |
| 27451 | 1178 2000-01-27 Gerd Moellmann <gerd@gnu.org> |
| 1179 | |
| 27461 | 1180 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched |
| 1181 userids differently. | |
| 1182 | |
| 27451 | 1183 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el, |
| 1184 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el, | |
| 1185 progmodes/ebnf-yac.el: New files. | |
| 1186 | |
| 27446 | 1187 2000-01-26 Dave Love <fx@gnu.org> |
| 1188 | |
| 1189 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose | |
| 1190 on a function with an empty body. [From Eric Ludlam.] | |
| 1191 | |
| 27437 | 1192 2000-01-25 Andre Spiegel <spiegel@gnu.org> |
| 1193 | |
| 1194 * vc.el (vc-version-diff): Make sure file name is expanded. | |
| 1195 | |
| 27433 | 1196 2000-01-25 Gerd Moellmann <gerd@gnu.org> |
| 1197 | |
| 1198 * scroll-bar.el (scroll-bar-timer): Variable removed. | |
| 1199 (scroll-bar-toolkit-scroll): Don't use a timer. | |
| 1200 | |
| 27419 | 1201 2000-01-25 Kenichi Handa <handa@etl.go.jp> |
| 1202 | |
| 1203 * language/thai-util.el (thai-composition-function): Delete | |
| 1204 superfluous `a'. | |
| 1205 | |
| 27418 | 1206 2000-01-24 Dave Love <fx@gnu.org> |
| 1207 | |
| 1208 * fortran.el (fortran-mode): Use beginning-of-defun-function, | |
| 1209 end-of-defun-function. | |
| 1210 | |
| 1211 * font-lock.el (turn-on-font-lock): Don't depend on window-system | |
| 1212 &c. | |
| 1213 | |
| 27405 | 1214 2000-01-22 Jason Rumney <jasonr@gnu.org> |
| 1215 | |
| 1216 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it | |
| 1217 conflicts with new face support. | |
| 1218 | |
|
27392
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
1219 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
|
1220 |
|
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
1221 * replace.el (query-replace): Rename last arg to DELIMITED. |
|
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
1222 (map-query-replace-regexp, query-replace-regexp-eval): Likewise. |
|
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
1223 (query-replace-regexp): Likewise. |
|
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
1224 |
|
27378
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
1225 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
|
1226 |
|
27385
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
1227 * subr.el (with-syntax-table): Use make-symbol, not gensym. |
|
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
1228 |
|
27381
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
1229 * emacs-lisp/lisp.el (beginning-of-defun-function): |
|
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
1230 Variable renamed from beginning-of-defun. |
|
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
1231 Do not call make-variable-buffer-local. |
|
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
1232 (beginning-of-defun-raw): Use new variable name; doc fix. |
|
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
1233 (beginning-of-defun): Doc fix. |
|
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
1234 (end-of-defun-function): Variable renamed from end-of-defun. |
|
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
1235 Do not call make-variable-buffer-local. |
|
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
1236 (end-of-defun): Use new variable name; doc fix. |
|
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
1237 |
|
27385
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
1238 * subr.el (dolist, dotimes): Copied from cl-macs.el |
|
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
1239 and made to work. |
|
27378
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
1240 |
|
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
1241 * mail/undigest.el (rmail-digest-end-regexps): |
|
27378
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
1242 Variable replaces rmail-digest-end-regexp. |
|
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
1243 Allows multiple regexps for detecting the end line. |
|
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
1244 (undigestify-rmail-message): Corresponding changes. |
|
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
1245 |
| 27366 | 1246 2000-01-19 Dave Love <fx@gnu.org> |
| 1247 | |
| 27368 | 1248 * files.el (user-init-file): Don't declare here -- is primitive. |
| 1249 | |
| 27366 | 1250 * startup.el (command-line): Check for compiled user-init-file and |
| 1251 set to uncompiled version if necessary. | |
| 1252 | |
| 27358 | 1253 2000-01-18 Gerd Moellmann <gerd@gnu.org> |
| 1254 | |
| 27361 | 1255 * mail/undigest.el (rmail-digest-end-regexp): New user option. |
| 1256 (undigestify-rmail-message): Use it. | |
| 1257 | |
| 27358 | 1258 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT. |
| 1259 | |
| 27351 | 1260 2000-01-17 Gerd Moellmann <gerd@gnu.org> |
| 1261 | |
| 1262 * tmm.el (tmm-goto-completions): Adapt to prompt being part | |
| 1263 of mini-buffer. | |
| 1264 | |
| 27326 | 1265 2000-01-14 Gerd Moellmann <gerd@gnu.org> |
| 1266 | |
| 27330 | 1267 * emacs-lisp/copyright.el (copyright-update): Removed the |
| 1268 requirement for a trailing space from `copyright-regexp', to | |
| 1269 support copyrights with owner specified on a separate line.. | |
|
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
1270 |
| 27327 | 1271 * align.el: New file. |
| 1272 | |
| 27326 | 1273 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu. |
| 1274 | |
| 1275 * net/eudc.el (toplevel): Define EUDC menu for Emacs. | |
| 1276 | |
| 27323 | 1277 2000-01-13 Dave Love <fx@gnu.org> |
| 1278 | |
| 1279 * ph.el: Removed. (Obsoleted by EUDC.) | |
| 1280 | |
| 27321 | 1281 2000-01-13 Gerd Moellmann <gerd@gnu.org> |
| 1282 | |
| 1283 * net/eudc.el (toplevel): Remove autoloaded code installing | |
| 1284 menu with easymenu, because that causes build problems. | |
| 1285 | |
| 1286 * frame.el (frame-notice-user-settings): New variable. | |
| 1287 (frame-notice-user-settings): Don't modify frame parameters | |
| 1288 if called a second time. | |
| 1289 | |
| 1290 2000-01-13 Richard M. Stallman <rms@caffeine.ai.mit.edu> | |
| 1291 | |
| 1292 * frame.el (frame-notice-user-settings): | |
| 1293 Notice default-frame-parameters even for non-window frames. | |
| 1294 | |
| 27318 | 1295 2000-01-13 Gerd Moellmann <gerd@gnu.org> |
| 1296 | |
| 1297 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds | |
| 1298 for Emacs. | |
| 1299 (eudc-bob-can-display-inline-images): Extend for Emacs. | |
| 1300 (eudc-bob-toggle-inline-display): Ditto. | |
| 1301 (eudc-bob-display-jpeg): Ditto. | |
| 1302 | |
| 27304 | 1303 2000-01-12 Gerd Moellmann <gerd@gnu.org> |
| 1304 | |
| 27313 | 1305 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el, |
| 1306 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el, | |
| 1307 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
|
1308 |
| 27312 | 1309 * add-log.el (add-change-log-entry): Fix error trying an `(insert |
| 1310 nil)'. | |
| 1311 | |
| 1312 * subdirs.el: Add `net' directory. | |
| 1313 | |
| 27308 | 1314 * net: New directory. |
| 1315 | |
| 27304 | 1316 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from |
| 1317 eval-last-sexp. Don't bind debug-on-error here. | |
| 1318 (eval-last-sexp): New function. Bind debug-on-error if | |
| 1319 eval-expression-debug-on-error is non-nil. | |
| 1320 (eval-defun-2, eval-defun): Likewise. | |
| 1321 | |
| 1322 * simple.el (eval-expression): Don't bind debug-on-error if | |
| 1323 eval-expression-debug-on-error is nil. Detect changed | |
| 1324 debug-on-error, and propagate new value to global binding, if | |
| 1325 eval-expression-debug-on-error is non-nil, | |
| 1326 (eval-expression-debug-on-error): Change doc string. | |
|
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
1327 |
|
27300
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
1328 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
|
1329 |
|
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
1330 * 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
|
1331 |
|
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
1332 * emacs-lisp/lisp-mode.el (with-syntax-table): |
|
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
1333 Set up lisp-indent-function property. |
|
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
1334 |
|
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
1335 * subr.el (with-syntax-table): Moved from simple.el. |
|
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
1336 |
|
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
1337 * simple.el (with-syntax-table): Moved to subr.el. |
|
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
1338 |
| 27288 | 1339 2000-01-11 Gerd Moellmann <gerd@gnu.org> |
| 1340 | |
| 27291 | 1341 * tmm.el (tmm-shortcut): Delete region after prompt instead |
| 1342 of erasing buffer. | |
| 1343 | |
| 27288 | 1344 * textmodes/fill.el (fill-common-string-prefix): New function. |
| 27309 | 1345 (fill-context-prefix): Use the longest common prefix of first |
| 1346 and second line fill prefix, if there is one. | |
| 27288 | 1347 |
|
27285
761090e3e94c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27282
diff
changeset
|
1348 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
|
1349 |
|
761090e3e94c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27282
diff
changeset
|
1350 * 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
|
1351 Use make-local-variable for `truncate-lines'. |
|
761090e3e94c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27282
diff
changeset
|
1352 |
| 27282 | 1353 2000-01-11 Jari Aalto <jari.aalto@poboxes.com> |
| 1354 | |
| 1355 * add-log.el (add-log-current-defun): Handle user-defined | |
| 1356 add-log-current-function returning nil, | |
|
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
1357 |
| 27280 | 1358 * add-log.el (add-change-log-entry): Insert version number |
| 27282 | 1359 if having found a current function |
| 27278 | 1360 |
| 1361 * add-log.el (add-log-current-defun): Call | |
| 1362 `add-log-current-defun-function'. Try matches at level 0 and | |
| 1363 level 1. Strip whitespace from defun found. | |
|
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
1364 |
|
27270
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
1365 2000-01-10 John Wiegley <johnw@gnu.org> |
|
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
1366 |
|
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
1367 * allout.el (isearch-done/outline-provisions): Added `edit' |
|
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
1368 argument to correspond with the current definition of |
|
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
1369 `isearch-done'. |
|
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
1370 |
| 27265 | 1371 2000-01-10 Dave Love <fx@gnu.org> |
| 1372 | |
| 1373 * elide-head.el (elide-head): Use point-marker, not point. | |
| 1374 | |
| 27261 | 1375 2000-01-10 Gerd Moellmann <gerd@gnu.org> |
| 1376 | |
| 27263 | 1377 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates |
| 1378 before and after the year 2000. | |
|
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
1379 |
| 27261 | 1380 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p): |
| 1381 Add ispell- prefix. | |
| 1382 | |
| 1383 2000-01-10 Ken Stevens <k.stevens@ieee.org> | |
| 1384 | |
| 1385 * ispell.el: Only define dictionaries in menus when they exist. | |
| 1386 (version18p): New variable. | |
| 1387 (version20p): New variable. | |
| 1388 (xemacsp): New variable. | |
| 1389 (ispell-choices-win-default-height): Fix for XEmacs visibility. | |
| 1390 (ispell-dictionary-alist1): Added Brasileiro dictionary. | |
| 1391 (ispell-dictionary-alist6): Russian command lines no longer accept | |
|
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
1392 run-together words. |
| 27261 | 1393 (ispell-local-dictionary-alist): Add koi8-r to customize definition. |
| 1394 (ispell-dictionary-alist): Add koi8-r to customize definition. | |
| 1395 (check-ispell-version): Added documentation string. Returns | |
|
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
1396 library path when called non-interactively. |
| 27261 | 1397 (ispell-menu-map-needed): Uses new variables. |
| 1398 (ispell-library-path): New variable. | |
| 1399 (ispell-decode-string): XEmacs fix for bogus variable bindings. | |
| 1400 (ispell-word): Improved documentation string. Test for valid | |
| 1401 character mappings. Correctly check typed in word changes that can | |
| 1402 result in single words split into multiple words. Returns | |
| 1403 replacement word. | |
| 1404 (ispell-command-loop): Fixes XEmacs display bugs. Show word to | |
| 1405 replace in recursive query replace mode. Help message for | |
| 1406 recursive edit mode. | |
| 1407 (ispell-show-choices): Protect against bad framepop bindings. | |
| 1408 (ispell-help): Fix to work with XEmacs. | |
| 1409 (ispell-highlight-spelling-error): Use new variables. | |
| 1410 (ispell-overlay-window): Fix to work with XEmacs. | |
| 1411 (ispell-parse-output): Passed and returns location information | |
| 1412 tracking spelling corrections. Doesn't recheck same word on | |
| 1413 current line. | |
| 1414 (ispell-init-process): Protect against bogus XEmacs variable binding. | |
| 1415 Fix call to single argument in sleep-for. Use new variables. | |
| 1416 (ispell-region): Passed and returns location information tracking | |
| 1417 spelling corrections. Doesn't check same word on current line. | |
| 1418 Improved documentation string. Doesn't resend a line already | |
| 1419 checked to the ispell process - fixes bug in LaTeX parsing. | |
| 1420 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML. | |
| 1421 (ispell-skip-region): No longer skips <TT> in SGML. | |
| 1422 (ispell-process-line): Tracks location information with spelling | |
| 1423 corrections. Added documentation string. Accounts for words | |
| 1424 already accepted on this line. Don't allow query-replace on line | |
| 1425 starting with math characters. Doesn't resend a line already sent | |
| 1426 to ispell process. Fixes alignment error bug. | |
|
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
1427 |
|
27256
fde8f0332937
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27255
diff
changeset
|
1428 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
|
1429 |
|
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
1430 * dired-x.el (dired-guess-shell-alist-default): |
|
27259
c41efa6c4be1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27256
diff
changeset
|
1431 Suggest xloadimage, which is free, not xv, which isn't. |
|
c41efa6c4be1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27256
diff
changeset
|
1432 |
|
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
1433 * ange-ftp.el (ange-ftp-file-name-nondirectory): |
|
27256
fde8f0332937
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27255
diff
changeset
|
1434 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
|
1435 |
| 27255 | 1436 2000-01-09 Gerd Moellmann <gerd@gnu.org> |
| 1437 | |
| 1438 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead | |
| 1439 of a real newline. | |
| 1440 | |
| 27253 | 1441 2000-01-09 Stephen Eglen <stephen@gnu.org> |
| 1442 | |
|
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
1443 * dired-x.el (dired-guess-shell-alist-default): Suggest xv |
| 27253 | 1444 for .png files. |
| 1445 | |
| 27251 | 1446 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk> |
| 1447 | |
| 1448 * cus-edit.el (custom-hook-convert-widget): Fix comment. | |
| 1449 | |
| 27247 | 1450 2000-01-09 Gerd Moellmann <gerd@gnu.org> |
| 1451 | |
| 27249 | 1452 * progmodes/cperl-mode.el: Replace ^F with ^L. |
| 1453 | |
| 27247 | 1454 * sendmail.el (toplevel): Provide `sendmail' when compiling |
|
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
1455 before `require'ing rmail and mailalias to prevent infinite |
| 27247 | 1456 recursion. |
| 1457 | |
| 27244 | 1458 2000-01-08 Dave Love <fx@gnu.org> |
| 1459 | |
| 27265 | 1460 * emacs-lisp/backquote.el: Remove inappropriate customization |
| 1461 (allowing custom.el to use backquote). | |
| 27244 | 1462 |
| 27241 | 1463 2000-01-07 Dave Love <fx@gnu.org> |
| 1464 | |
| 1465 * add-log.el (add-log-debugging): Deleted. | |
| 1466 (add-change-log-entry): Treat a backup FILE-NAME as its parent | |
| 1467 file. Remove debugging code. | |
| 1468 (change-log-get-method-definition, change-log-name): Add doc. | |
| 1469 (change-log-sortable-date-at): New function. | |
| 1470 (change-log-merge): New command. | |
| 1471 | |
| 1472 * time.el (display-time-string-forms): Make the Mail string active. | |
| 1473 (display-time-update): Provide help-echo for load average. | |
| 1474 | |
| 1475 * bindings.el (make-mode-line-mouse2-map): New function. | |
| 1476 (mode-line-modified): Use it and simplify. | |
| 1477 (mode-line-mule-info): Provide help-echo info. | |
| 1478 (minor-mode-alist): Activate the strings. | |
| 1479 (make-mode-line-mouse-sensitive): Simplify for | |
| 1480 mode-line-buffer-identification. | |
| 1481 | |
| 27233 | 1482 2000-01-07 Gerd Moellmann <gerd@gnu.org> |
| 1483 | |
| 1484 * play/pong.el: New file. | |
| 1485 | |
| 27241 | 1486 2000-01-06 Dave Love <fx@gnu.org> |
| 1487 | |
| 1488 * array.el: Assorted cleanups for compiler warnings, doc strings, | |
| 1489 `array-' prefix for symbols. | |
| 1490 | |
| 1491 2000-01-05 Dave Love <fx@gnu.org> | |
| 1492 | |
| 1493 * textmodes/outline.el (outline-mode-menu-bar-map): Add | |
| 1494 outline-headers-as-kill. | |
| 1495 (outline-mode): Define imenu-generic-expression. | |
| 1496 (outline-headers-as-kill): New command. | |
| 1497 | |
| 1498 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^' | |
| 1499 from paragraph-start. | |
| 1500 (paragraph-indent-minor-mode): New command. | |
| 1501 | |
| 1502 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a, | |
| 1503 M-C-e, M-C-h, C-j, C-xnd, TAB. | |
| 1504 (fortran-mode): Set beginning-of-defun, end-of-defun. | |
| 1505 (fortran-column-ruler): Simplify. | |
| 1506 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted. | |
| 1507 (fortran-with-subprogram-narrowing): Likewise. | |
| 1508 (fortran-indent-subprogram): Call mark-defun. | |
| 1509 (fortran-check-for-matching-do): Change narrowing. | |
| 1510 | |
| 1511 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table. | |
| 1512 (cl-lucid-hash-tag): Delete. | |
| 1513 (cl-hash-table-p): Correct test for native table. | |
| 1514 (cl-hash-table-count): Use hash-table-count. | |
| 1515 | |
| 1516 * browse-url.el (browse-url): Fix case of | |
| 1517 browse-url-browser-function being an alist. | |
| 1518 | |
|
27194
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
1519 2000-01-05 Carsten Dominik <cd@gnu.org> |
|
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
1520 |
| 27233 | 1521 * textmodes/reftex-vars.el (reftex-parse-file-extension) |
| 1522 (reftex-index-phrase-file-extension): New options. | |
|
27194
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
1523 |
|
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
1524 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer): |
| 27233 | 1525 Use new option `reftex-index-phrase-file-extension'. |
|
27194
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
1526 |
|
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
1527 * textmodes/reftex.el (reftex-access-parse-file): Use new option |
| 27233 | 1528 `reftex-parse-file-extension'. |
|
27232
1c7665b7a026
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27205
diff
changeset
|
1529 |
| 27191 | 1530 2000-01-05 Dave Love <fx@gnu.org> |
| 1531 | |
| 27241 | 1532 * emacs-lisp/lisp.el (beginning-of-defun): New variable. |
| 27191 | 1533 (beginning-of-defun-raw): Use it. |
| 1534 (end-of-defun): New variable. | |
| 1535 (end-of-defun): Use it. | |
| 1536 (check-parens): New command. | |
| 1537 | |
| 27182 | 1538 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org> |
| 1539 | |
| 27233 | 1540 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region) |
| 1541 (hs-show-block): Don't use `mapcar' when not accumulating. | |
| 27182 | 1542 |
|
27184
2b11879c1a93
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27182
diff
changeset
|
1543 Fix buglet in local variables initialization. |
|
2b11879c1a93
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27182
diff
changeset
|
1544 |
| 27176 | 1545 2000-01-05 Andreas Schwab <schwab@suse.de> |
| 1546 | |
| 1547 * hscroll.el (hscroll): Doc fix. | |
| 1548 | |
|
27175
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
1549 2000-01-05 Carsten Dominik <cd@gnu.org> |
|
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
1550 |
|
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
1551 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require |
|
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
1552 idlw-toolbar. |
|
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
1553 |
|
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
1554 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read |
|
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
1555 file idlw-rinfo.el. |
| 27182 | 1556 (idlwave-customize): load must read file idlw-shell.el. |
| 1557 (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
|
1558 |
|
27173
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
1559 2000-01-05 Carsten Dominik <dominik@astro.uva.nl> |
|
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
1560 |
|
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
1561 * progmodes/idlw-shell.el: Also provide idlwave-shell |
|
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
1562 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo |
|
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
1563 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar |
|
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
1564 |
|
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
1565 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide |
|
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
1566 both reftex-dcr and reftex-vcr. |
| 27182 | 1567 |
|
27173
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
1568 * 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
|
1569 |
| 27164 | 1570 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
| 27162 | 1571 |
| 1572 * ps-print.el: PostScript code now is in separate files, doc fix. | |
| 1573 (ps-print-version): New version number (5.0.3). | |
| 1574 (ps-header-lines, ps-left-header, ps-right-header): No more buffer | |
| 1575 local. | |
| 1576 (ps-spool-config): Initialization fix. | |
| 27233 | 1577 (ps-print-prologue-1, ps-print-prologue-2) |
| 1578 (ps-print-duplex-feature): PostScript code moved to separated file. | |
| 27162 | 1579 (ps-background-image): Little code reformating. |
| 1580 (ps-begin-file, ps-begin-job): Fix code. | |
| 27191 | 1581 (ps-postscript-code-directory, ps-mark-code-directory): New vars. |
| 27162 | 1582 (ps-prologue-file): New fun. |
| 1583 | |
| 27159 | 1584 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
| 1585 | |
| 27233 | 1586 * ps-vars.el: Eliminated. |
| 27159 | 1587 |
| 1588 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is | |
| 1589 `;;;###autoload'. | |
| 1590 | |
| 1591 * ps-print.el: ps-vars eliminated, doc fix. | |
| 1592 (ps-print-version): New version number (5.0.2). | |
| 1593 (ps-spool-config): Initialization fix. | |
| 1594 (ps-print-customize): New fun. | |
| 1595 | |
| 27155 | 1596 2000-01-04 Gerd Moellmann <gerd@gnu.org> |
| 1597 | |
| 1598 * autorevert.el (auto-revert-mode): Return value of | |
| 1599 auto-revert-mode. | |
| 1600 | |
| 27152 | 1601 2000-01-04 Dave Love <fx@gnu.org> |
| 1602 | |
| 27198 | 1603 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle |
| 1604 menu items. | |
| 27152 | 1605 |
| 27124 | 1606 2000-01-03 Dave Love <fx@gnu.org> |
| 1607 | |
| 27191 | 1608 * elide-head.el (elide-head) [defgroup]: Add :version. |
| 27126 | 1609 |
| 27241 | 1610 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar. |
| 27124 | 1611 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use |
| 1612 `cl-hash-table-p', not `hash-table-p'. | |
| 1613 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code. | |
| 1614 | |
| 27119 | 1615 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
| 1616 | |
| 1617 * faces.el (face-read-integer, read-face-attribute) | |
| 1618 (color-defined-p, color-values): unspecified-{f,b}g are now | |
| 1619 strings. | |
| 1620 | |
| 27112 | 1621 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org> |
| 1622 | |
| 1623 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces | |
| 1624 at comment end, and re-insert them after filling. | |
| 1625 | |
|
27103
c1b5ae4b760a
(mouse-drag-region-1): Don't try to catch a
Eli Zaretskii <eliz@gnu.org>
parents:
27102
diff
changeset
|
1626 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
|
1627 |
|
c1b5ae4b760a
(mouse-drag-region-1): Don't try to catch a
Eli Zaretskii <eliz@gnu.org>
parents:
27102
diff
changeset
|
1628 * 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
|
1629 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el, |
|
3687809feff2
Renamed idlwave-*.el into idlw-*.el.
Eli Zaretskii <eliz@gnu.org>
parents:
27103
diff
changeset
|
1630 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
|
1631 |
| 27102 | 1632 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
| 1633 | |
| 1634 * term/x-win.el (xw-defined-colors): Call color-supported-p, | |
| 1635 the new name of face-color-supported-p. | |
| 1636 | |
| 1637 * term/w32-win.el (xw-defined-colors): Likewise. | |
| 1638 | |
| 27097 | 1639 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
| 1640 | |
| 1641 * simple.el (completion-setup-function): Count completion-size | |
| 1642 from minibuffer-prompt-end, not from point-min. | |
| 1643 | |
| 27091 | 1644 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il> |
| 1645 | |
| 1646 * faces.el (read-face-attribute, defined-colors, color-defined-p): | |
| 1647 Pass the frame to tty-color-* functions. | |
| 1648 (display-color-p, frame-set-background-mode): Pass the frame to | |
| 1649 tty-display-color-p. | |
| 1650 | |
| 1651 * term/tty-colors.el (tty-defined-color-alist): Renamed from | |
| 1652 tty-color-alist. | |
| 1653 (tty-color-alist, tty-modify-color-alist): New functions. | |
| 1654 (tty-color-define, tty-color-clear, tty-color-approximate) | |
| 1655 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept | |
| 1656 an optional parameter FRAME. | |
| 1657 | |
| 27074 | 1658 2000-01-01 Gerd Moellmann <gerd@gnu.org> |
| 1659 | |
| 27082 | 1660 * image.el (create-image, defimage): Don't assume image data is a |
| 1661 string. | |
| 1662 | |
| 27074 | 1663 * image.el (defimage): Handle specifications containing :data |
| 1664 instead of :file. | |
| 1665 (image-type-from-data): New function. | |
| 1666 (image-type-from-file-header): Use it. | |
| 1667 (create-image): Add parameter DATA-P. | |
| 27182 | 1668 |
|
27063
e5d4464b5b3d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27059
diff
changeset
|
1669 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
|
1670 |
|
e5d4464b5b3d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27059
diff
changeset
|
1671 * echistory.el (electric-command-history): Call Command-history-setup |
|
e5d4464b5b3d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27059
diff
changeset
|
1672 and command-history-mode using their new conventions. |
|
e5d4464b5b3d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27059
diff
changeset
|
1673 |
|
e5d4464b5b3d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27059
diff
changeset
|
1674 * chistory.el (Command-history-setup): Don't switch buffers. Take |
|
e5d4464b5b3d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27059
diff
changeset
|
1675 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
|
1676 (command-history-mode): New function, does some of those things |
|
e5d4464b5b3d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27059
diff
changeset
|
1677 Command-history-setup used to do. |
|
e5d4464b5b3d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27059
diff
changeset
|
1678 (list-command-history): Call command-history-mode, not |
|
e5d4464b5b3d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27059
diff
changeset
|
1679 Command-history-setup. |
|
e5d4464b5b3d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27059
diff
changeset
|
1680 (command-history): Renamed from command-history-mode. |
|
e5d4464b5b3d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27059
diff
changeset
|
1681 |
|
e5d4464b5b3d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27059
diff
changeset
|
1682 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
|
1683 |
|
e5d4464b5b3d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27059
diff
changeset
|
1684 * 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
|
1685 |
|
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
|
1686 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
|
1687 |
|
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
|
1688 * 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
|
1689 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
|
1690 |
|
27052
d07fe9e943a0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27049
diff
changeset
|
1691 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
|
1692 |
|
d07fe9e943a0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27049
diff
changeset
|
1693 * 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
|
1694 with FILE if FILE is nil. |
|
d07fe9e943a0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27049
diff
changeset
|
1695 |
|
d07fe9e943a0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27049
diff
changeset
|
1696 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
|
1697 |
|
d07fe9e943a0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27049
diff
changeset
|
1698 * simple.el (choose-completion-string): In minibuffer, |
|
d07fe9e943a0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27049
diff
changeset
|
1699 do not delete the prompt string. |
|
d07fe9e943a0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27049
diff
changeset
|
1700 |
| 27044 | 1701 1999-12-30 Gerd Moellmann <gerd@gnu.org> |
| 1702 | |
| 27049 | 1703 * bindings.el (make-mode-line-mouse-sensitive): Copy keymap |
| 1704 assigned to mode-line-mode-menu because bindings.el is dumped with | |
| 1705 Emacs, and thus the lists used for menu-item definition will be | |
| 1706 copied to pure space. Emacs' menu code (parse_menu_item) doesn't | |
| 1707 like pure menu item definitions. | |
| 1708 | |
| 27044 | 1709 * expand.el (expand-abbrev-hook): Return t if expansion was |
| 1710 done, nil otherwise. | |
| 1711 | |
|
27036
4f6a80a0f1ba
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27030
diff
changeset
|
1712 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
|
1713 |
|
4f6a80a0f1ba
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27030
diff
changeset
|
1714 * 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
|
1715 (tar-quit): Function deleted. |
|
4f6a80a0f1ba
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27030
diff
changeset
|
1716 |
|
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
1717 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
|
1718 |
|
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
1719 * 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
|
1720 was used but not declared. |
|
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
1721 |
|
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
1722 (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
|
1723 hs-find-block-beginning): Add or modify docstrings. |
|
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
1724 |
|
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
1725 (hs-isearch-show): Rewrite. |
|
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
1726 |
| 27022 | 1727 1999-12-28 Gerd Moellmann <gerd@gnu.org> |
| 1728 | |
| 27024 | 1729 * icomplete.el (icomplete-exhibit): Adapt to prompt in buffer. |
| 1730 | |
| 27022 | 1731 * progmodes/cc-cmds.el (c-fill-paragraph): Don't delete white |
| 1732 space in front of a C-style comment end. | |
| 1733 | |
|
27020
a7feebdd964d
(command-line-1): Make mode line mouse-sensitive for
Eli Zaretskii <eliz@gnu.org>
parents:
27016
diff
changeset
|
1734 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
|
1735 |
|
a7feebdd964d
(command-line-1): Make mode line mouse-sensitive for
Eli Zaretskii <eliz@gnu.org>
parents:
27016
diff
changeset
|
1736 * 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
|
1737 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
|
1738 |
| 27016 | 1739 1999-12-28 Gerd Moellmann <gerd@gnu.org> |
| 1740 | |
| 1741 * bs.el: New file. | |
| 1742 | |
|
27010
4be26de6d837
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27008
diff
changeset
|
1743 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
|
1744 |
|
4be26de6d837
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27008
diff
changeset
|
1745 * textmodes/ispell.el (ispell-process-line): |
|
4be26de6d837
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27008
diff
changeset
|
1746 Add local var line-offset to adjust for the change |
|
4be26de6d837
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27008
diff
changeset
|
1747 in positions within the line, due to previous replacements. |
|
4be26de6d837
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27008
diff
changeset
|
1748 |
|
27008
42410fba715f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27004
diff
changeset
|
1749 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
|
1750 |
|
42410fba715f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27004
diff
changeset
|
1751 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region): |
|
42410fba715f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27004
diff
changeset
|
1752 Doc fixes. |
|
42410fba715f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27004
diff
changeset
|
1753 |
| 27004 | 1754 1999-12-27 Gerd Moellmann <gerd@gnu.org> |
| 1755 | |
| 1756 * add-log.el (change-log-version-number-regexp-list) | |
| 1757 (change-log-version-info-enabled): Change :version to 21.1. | |
| 1758 (toplevel): Require CL when compiling. | |
| 1759 | |
| 1760 1999-12-27 Jari Aalto <jari.aalto@poboxes.com> | |
| 1761 | |
| 1762 * add-log.el (change-log-version-number-regexp-list): Added tag | |
| 1763 :version 20.6 | |
| 1764 (change-log-version-info-enabled): Added tag :version 20.6 | |
| 1765 | |
| 1766 1999-12-27 Jari Aalto <jari.aalto@poboxes.com> | |
| 1767 | |
| 1768 * add-log.el: More general version number search with | |
| 1769 user-configurable regexp list. | |
| 1770 (change-log-version-number-regexp-list): New user variable. | |
| 1771 (change-log-find-version): Rewritten. Use user-configurable | |
| 1772 version numbering regexp list | |
| 1773 change-log-version-number-regexp-list. | |
| 1774 (change-log-find-version): Renamed to | |
| 1775 change-log-version-number-search | |
| 1776 (add-log-file-name-function): New. | |
| 1777 (change-log-search-vc-number): Added END paramaeter. Added doc | |
| 1778 string to function. | |
| 1779 (change-log-version-rcs): Renamed. Was | |
| 1780 change-log-search-vc-number. | |
| 1781 | |
|
27025
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
1782 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
|
1783 |
|
27026
73a296c0e1ce
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27025
diff
changeset
|
1784 * progmodes/compile.el (compilation-goto-locus): Delete hideshow |
|
73a296c0e1ce
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27025
diff
changeset
|
1785 overlays if they interfere. |
|
73a296c0e1ce
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27025
diff
changeset
|
1786 (compilation-find-file): Make intangible overlays tangible. |
|
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
1787 |
|
27025
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
1788 * progmodes/hideshow.el: Generally, synch w/ maintainer |
|
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
1789 version 5.9. |
|
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
1790 |
|
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
1791 (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
|
1792 |
|
27025
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
1793 (hs-minor-mode-hook): Don't initialize. |
|
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
1794 |
|
27025
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
1795 (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
|
1796 |
|
27025
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
1797 (hs-minor-mode-prefix): Delete unused var. |
|
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
1798 |
|
27025
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
1799 (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
|
1800 |
|
27025
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
1801 (hs-headline): New var. |
|
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
1802 |
|
27025
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
1803 (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
|
1804 |
|
27025
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
1805 (hs-hide-comment-region): New func. |
|
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
1806 |
|
27025
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
1807 (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
|
1808 hs-safety-is-job-n, hs-hide-initial-comment-block, |
|
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
1809 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
|
1810 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
|
1811 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
|
1812 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
|
1813 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
|
1814 |
|
27025
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
1815 (hs-isearch-show): Renamed from `hs-isearch-open-invisible'. |
|
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
1816 (hs-isearch-show-temporary): New funcs. |
|
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
1817 |
|
27025
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
1818 (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
|
1819 |
|
27025
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
1820 (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
|
1821 |
|
27025
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
1822 When constructing menu, use `[(shift button2)]' notation. |
|
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
1823 |
|
26988
ff9ca67c73cd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26971
diff
changeset
|
1824 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
|
1825 |
|
ff9ca67c73cd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26971
diff
changeset
|
1826 * 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
|
1827 (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
|
1828 (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
|
1829 already compressed. |
|
ff9ca67c73cd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26971
diff
changeset
|
1830 |
|
ff9ca67c73cd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26971
diff
changeset
|
1831 * jka-compr.el (jka-compr-really-do-compress): New variable. |
|
ff9ca67c73cd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26971
diff
changeset
|
1832 (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
|
1833 if visiting. |
|
ff9ca67c73cd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26971
diff
changeset
|
1834 (jka-compr-write-region): Set jka-compr-really-do-compress |
|
ff9ca67c73cd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26971
diff
changeset
|
1835 if visiting. Test it when deciding to compress. |
|
ff9ca67c73cd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26971
diff
changeset
|
1836 |
| 26971 | 1837 1999-12-22 Gerd Moellmann <gerd@gnu.org> |
| 1838 | |
| 1839 * progmodes/sh-script.el (sh-mode): Don't call sh-set-shell | |
| 1840 with third argument t. | |
| 1841 | |
| 26966 | 1842 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com> |
| 1843 | |
| 1844 * antlr-mode.el: Version 1.2 is released. | |
| 1845 (antlr): This package has a web page. | |
| 1846 | |
| 1847 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com> | |
| 1848 | |
| 1849 * antlr-mode.el: Menu/keymap additions for commenting/uncommenting | |
| 1850 regions. Suggested by Dale Davis <Dale_Davis@securify.com>. | |
| 1851 (antlr-mode-map): New binding [C-c C-c]. | |
| 1852 (antlr-mode-menu): New entries. | |
| 1853 | |
| 1854 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com> | |
| 1855 | |
| 1856 * antlr-mode.el: Respect Emacs conventions. | |
| 1857 ((require 'cl)): Only use during compilation. | |
| 1858 (antlr-language-for-option): New function to avoid using `find'. | |
| 1859 (antlr-mode): Use it. | |
| 1860 (antlr-with-syntax-table): Define new instead using XEmacs' one. | |
| 1861 (antlr-imenu-create-index-function): Change accordingly. | |
| 1862 (antlr-inside-rule-p): Ditto. | |
| 1863 (antlr-end-of-rule): Ditto. | |
| 1864 (antlr-end-of-body): Ditto. | |
| 1865 (antlr-beginning-of-rule): Ditto. | |
| 1866 (antlr-indent-line): Ditto. | |
| 1867 | |
| 1868 1999-11-21 Christoph Wedler <Christoph.Wedler@sap.com> | |
| 1869 | |
| 1870 * antlr-mode.el: Really use `antlr-tab-offset-alist'. | |
| 1871 (antlr-set-tabs): Don't use hard-coded values. | |
| 1872 | |
| 1873 * antlr-mode.el: Minor navigation changes. Not perfect, but this | |
| 1874 won't be possible without a huge time penalty. | |
| 1875 (antlr-skip-exception-part): Be more specific. | |
| 1876 (antlr-skip-file-prelude): Don't skip action prelude of next rule. | |
| 1877 Renamed from `antlr-skip-grammar-header'. | |
| 1878 (antlr-next-rule): Change accordingly. | |
| 1879 (antlr-end-of-body): Ditto. Better error message. | |
| 1880 (antlr-beginning-of-body): Better error message. | |
| 1881 (antlr-imenu-create-index-function): Skip rule action prelude. | |
| 1882 | |
| 1883 * antlr-mode.el: Minor syntax highlighting changes. | |
| 1884 (antlr-font-lock-default-face): Deletia. | |
| 1885 (antlr-font-lock-tokendef-face): Changed color. | |
| 1886 (antlr-font-lock-tokenref-face): Changed color. | |
| 1887 (antlr-font-lock-literal-face): Changed color. | |
| 1888 (antlr-font-lock-additional-keywords): Minor changes. | |
| 1889 | |
|
27172
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
1890 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
|
1891 |
|
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
1892 * 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
|
1893 |
|
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
1894 * 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
|
1895 |
|
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
1896 * 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
|
1897 |
|
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
1898 * 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
|
1899 |
| 27182 | 1900 * 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
|
1901 |
| 26963 | 1902 1999-12-21 Gerd Moellmann <gerd@gnu.org> |
| 1903 | |
| 1904 * progmodes/cwarn.el: New file. | |
| 1905 | |
| 26952 | 1906 1999-12-19 Gerd Moellmann <gerd@gnu.org> |
| 1907 | |
| 1908 * bindings.el (completion-ignored-extensions): Add .pdf. | |
| 1909 | |
|
26950
903a19771606
Put the version info into binary on MS-DOS as well.
Eli Zaretskii <eliz@gnu.org>
parents:
26949
diff
changeset
|
1910 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
|
1911 |
|
903a19771606
Put the version info into binary on MS-DOS as well.
Eli Zaretskii <eliz@gnu.org>
parents:
26949
diff
changeset
|
1912 * 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
|
1913 |
| 26949 | 1914 1999-12-19 Gerd Moellmann <gerd@gnu.org> |
| 1915 | |
| 1916 * emacs-lisp/debug.el (debugger-continue): Don't continue if | |
| 1917 debugger-may-continue is nil. | |
| 1918 | |
| 26942 | 1919 1999-12-18 Dave Love <fx@gnu.org> |
| 1920 | |
| 26943 | 1921 * emacs-lisp/cl-macs.el: Remove conditional definition of |
| 1922 eval-when-compile. Don't specify abs, expt, gethash, | |
| 1923 hash-table-count, hash-table-p as side-effect-free here. | |
| 26942 | 1924 (cl-emacs-type): Don't declare. |
| 1925 (cl-compile-time-init): Remove Emacs 18 compiler patch. | |
| 1926 (cl-parse-loop-clause): Remove compatibility code. | |
| 1927 | |
| 26943 | 1928 * emacs-lisp/byte-opt.el: Don't put optimization info on `eql'. |
| 26942 | 1929 (side-effect-free-fns): Add gethash, hash-table-count. |
| 1930 (side-effect-and-error-free-fns): Add hash-table-p. | |
| 1931 | |
| 26943 | 1932 * emacs-lisp/cl.el: Remove Emacs 18 compatibility code. Prepend |
| 1933 `cl-' to autoload names for some hash functions. Don't autoload | |
| 26942 | 1934 eval-when-compile. Don't provide mini-cl. |
| 1935 (cl-emacs-type): Remove. | |
| 1936 (cl-map-extents): Remove compatibility code. | |
| 1937 | |
| 27241 | 1938 * emacs-lisp/float.el: Bind free variables. |
| 1939 | |
| 1940 * emacs-lisp/bytecomp.el (byte-compile-constp): Include keywords. | |
| 26942 | 1941 |
| 26930 | 1942 1999-12-16 Gerd Moellmann <gerd@gnu.org> |
| 1943 | |
| 1944 * bindings.el (completion-ignored-extensions): Add .tfm. | |
| 1945 | |
| 26923 | 1946 1999-12-16 Dave Love <fx@gnu.org> |
| 1947 | |
| 26929 | 1948 * faces.el (set-face-attribute): Purecopy the attributes set. |
| 1949 | |
| 1950 * custom.el (custom-declare-variable): Purecopy value. | |
| 1951 | |
| 26943 | 1952 * emacs-lisp/bytecomp.el (byte-compile-bound-variables): Doc fix. |
| 26923 | 1953 (byte-extrude-byte-code-vectors): Use remprop. |
| 1954 (byte-compile-lambda): Check that arg is a lambda. | |
| 1955 | |
| 26921 | 1956 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
|
1957 |
| 26921 | 1958 * font-lock.el: System for adding and removing keywords. |
| 1959 Both local (previously added keyword) and global keywords | |
| 1960 can be removed. | |
| 1961 (font-lock-remove-keywords): New user-level function. | |
| 1962 (font-lock-update-removed-keyword-alist): New internal function. | |
| 1963 (font-lock-removed-keywords-alist): New variable. | |
| 1964 (font-lock-add-keywords): Updates `font-lock-removed-keywords-alist'. | |
| 1965 Empty `font-lock-keywords-alist' when `append' is `set' to avoid | |
| 1966 growing datastructures. | |
| 1967 (font-lock-set-defaults): Removes keywords stored in | |
| 1968 `font-lock-removed-keywords-alist' after local keywords added. | |
| 1969 | |
| 1970 1999-12-16 Anders Lindgren <andersl@andersl.com> | |
| 1971 | |
| 1972 * font-lock.el (c-keywords, c++-keywords): Better "case" support for | |
| 1973 complex constant expressions, e.g. "case 1<<A_BIT_NO:". | |
| 1974 | |
| 1975 * font-lock.el (c-keywords): Only highlight preprocessor | |
| 1976 directives when spelled correctly. | |
| 1977 | |
| 1978 * font-lock.el (font-lock-match-c++-structor-declaration, | |
| 1979 c++-keywords): Fontify constructors and destructors with function | |
| 1980 face inside C++ class declarations. | |
|
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
1981 |
| 26916 | 1982 1999-12-16 Gerd Moellmann <gerd@gnu.org> |
| 1983 | |
| 26919 | 1984 * progmodes/sh-script.el (sh-mode): If there is no #!-line, use |
| 1985 the shell from sh-shell-file. | |
| 1986 | |
| 26916 | 1987 * font-lock.el (java-keywords): Add Javadoc tags as of JDK 1.2.1. |
| 1988 | |
|
26914
09c7b74fa57f
* ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
Eli Zaretskii <eliz@gnu.org>
parents:
26902
diff
changeset
|
1989 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
|
1990 |
|
09c7b74fa57f
* ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
Eli Zaretskii <eliz@gnu.org>
parents:
26902
diff
changeset
|
1991 * 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
|
1992 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
|
1993 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
|
1994 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
|
1995 |
|
09c7b74fa57f
* ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
Eli Zaretskii <eliz@gnu.org>
parents:
26902
diff
changeset
|
1996 * 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
|
1997 (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
|
1998 "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
|
1999 |
|
26902
264b83a3a688
Changes for separate unspecified foreground and background colors
Eli Zaretskii <eliz@gnu.org>
parents:
26899
diff
changeset
|
2000 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
|
2001 |
|
264b83a3a688
Changes for separate unspecified foreground and background colors
Eli Zaretskii <eliz@gnu.org>
parents:
26899
diff
changeset
|
2002 * 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
|
2003 (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
|
2004 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
|
2005 |
|
27172
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
2006 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
|
2007 |
|
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
2008 * 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
|
2009 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
|
2010 (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
|
2011 `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
|
2012 |
|
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
2013 * 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
|
2014 (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
|
2015 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
|
2016 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
|
2017 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
|
2018 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
|
2019 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
|
2020 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
|
2021 (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
|
2022 (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
|
2023 (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
|
2024 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
|
2025 (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
|
2026 |
|
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
2027 * 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
|
2028 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
|
2029 (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
|
2030 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
|
2031 (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
|
2032 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
|
2033 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
|
2034 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
|
2035 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
|
2036 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
|
2037 (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
|
2038 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
|
2039 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
|
2040 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
|
2041 (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
|
2042 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
|
2043 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
|
2044 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
|
2045 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
|
2046 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
|
2047 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
|
2048 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
|
2049 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
|
2050 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
|
2051 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
|
2052 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
|
2053 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
|
2054 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
|
2055 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
|
2056 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
|
2057 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
|
2058 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
|
2059 (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
|
2060 (eval-when-compile (require 'cl)) added. |
| 27182 | 2061 |
|
27172
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
2062 * 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
|
2063 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
|
2064 (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
|
2065 (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
|
2066 (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
|
2067 (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
|
2068 (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
|
2069 |
|
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
2070 * 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
|
2071 `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
|
2072 (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
|
2073 |
|
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
2074 * 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
|
2075 `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
|
2076 (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
|
2077 |
|
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
2078 * 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
|
2079 added. |
|
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
2080 |
|
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
2081 * 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
|
2082 added. |
|
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
2083 |
|
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
2084 * 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
|
2085 commands. |
|
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
2086 (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
|
2087 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
|
2088 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
|
2089 (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
|
2090 |
|
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
2091 * 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
|
2092 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
|
2093 (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
|
2094 (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
|
2095 |
|
343608575a4f
dded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik <dominik@science.uva.nl>
parents:
27164
diff
changeset
|
2096 * 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
|
2097 |
| 26899 | 2098 1999-12-15 Kenichi Handa <handa@etl.go.jp> |
| 2099 | |
| 2100 The following changes are for the new composition mechanism. We | |
| 2101 have deleted `composition' charset and composite characters, | |
| 2102 instead introduced a special text property `composition'. | |
| 2103 | |
| 2104 * composite.el: New file. | |
| 2105 | |
| 2106 * ps-mule.el: Define encode-composition-rule and find-composition | |
| 2107 for Emacs 20.4 and the earlier versions. | |
| 2108 (ps-mule-init-external-library): Just require a feature for | |
| 2109 external libraries. | |
| 2110 (ps-mule-prologue): Postscript code modified for new composition. | |
| 2111 (ps-mule-find-wrappoint): New arg COMPOSITION. | |
| 2112 (ps-mule-plot-string): Delete code for composite characaters. | |
| 2113 (ps-mule-plot-composition): New funcion. | |
| 2114 (ps-mule-prepare-font-for-components): New function. | |
| 2115 (ps-mule-plot-components): New function. | |
| 2116 (ps-mule-composition-prologue-generated): Renamed from | |
| 2117 ps-mule-cmpchar-prologue-generated. | |
| 2118 (ps-mule-composition-prologue): New named from | |
| 2119 ps-mule-cmpchar-prologue. Modified for new composition. | |
| 2120 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar, | |
| 2121 ps-mule-prepare-cmpchar-font): Deleted. | |
| 2122 (ps-mule-string-encoding): New arg NO-SETFONT. | |
| 2123 (ps-mule-bitmap-prologue): In Postscript code of BuildGlyphCommon, | |
| 2124 check Composing, not Cmpchar | |
| 2125 (ps-mule-initialize): Set ps-mule-composition-prologue-generated | |
| 2126 to nil. | |
| 2127 (ps-mule-begin-job): Check existence of new composition. | |
| 2128 | |
| 2129 * ps-print.el (ps-plot-region): Handle new composition. | |
| 2130 | |
| 2131 * simple.el (what-cursor-position): Show "(composed)" if the | |
| 2132 character is composed. | |
| 2133 | |
| 2134 * international/characters.el: Fix cateogries of Lao symbols. | |
| 2135 | |
| 2136 * international/fontset.el (vertical-centering-font-regexp): New | |
| 2137 variable. | |
| 2138 | |
| 2139 * international/mule.el (mule-version): Updated to 5.0 (AOI). | |
| 2140 (mule-version-date): Updated to 1999.12.7. | |
| 2141 (with-category-table): New macro. | |
| 2142 | |
| 2143 * international/mule-cmds.el (encode-coding-char): Don't check | |
| 2144 composite character. | |
| 2145 | |
| 2146 * international/mule-conf.el (iso-2022-7bit, iso-2022-7bit-ss2 | |
| 2147 iso-2022-7bit-lock, iso-2022-7bit-lock-ss2, iso-2022-8bit-ss2, | |
| 2148 x-ctext): Give `composition' property t. | |
| 2149 | |
| 2150 * international/mule-util.el (set-nested-alist): Set BRANCHES (if | |
| 2151 non-nil) at the tail of ALIST. | |
| 2152 (compose-region, decompose-region, decompse-string, | |
| 2153 reference-point-alist, compose-chars): Moved to composite.el. | |
| 2154 (compose-chars-component, compose-chars-rule, | |
| 2155 decompose-composite-char): Deleted. | |
| 2156 | |
| 2157 * international/quail.el (quail-install-map): New optional arg | |
| 2158 NAME. | |
| 2159 (quail-get-translation): If DEF is a symbol but not a function, | |
| 2160 ignore it. | |
| 2161 (quail-start-translation): Put a key sequence undefined in the | |
| 2162 translation keymap in unread-command-events, not generated-events. | |
| 2163 Return parameterized event (compose-last-chars N) if the input | |
| 2164 characters should be composed. | |
| 2165 (quail-map-definition): If DEF is t, treat it as nil. | |
| 2166 (quail-delete-last-char): Delete the quail region. | |
| 2167 (quail-show-translations): Don't show list of translations if the | |
| 2168 quail package is deterministic. | |
| 2169 (quail-completion-max-depth): New variable. | |
| 2170 (quail-completion-1): Pay attention to the above variable. Fix | |
| 2171 for the case that a translation is a function. | |
| 2172 (quail-map-from-table, quail-map-from-table-1, | |
| 2173 quail-map-from-table-2): New functions. | |
| 2174 (quail-lookup-map-and-concat): New function | |
| 2175 | |
| 2176 * language/devan-util.el: Mostly rewritten. | |
| 2177 | |
| 2178 * language/lao.el: Register lao-composition-function in | |
| 2179 composition-function-table. | |
| 2180 | |
| 2181 * language/lao-util.el: Mostly rewritten. | |
| 2182 | |
| 2183 * language/thai.el: Register thai-composition-function in | |
| 2184 composition-function-table. | |
| 2185 (thai-tis620): Delete `pre-write-conversion' property. | |
| 2186 | |
| 2187 * language/thai-util.el: (thai-category-table): Make it by | |
| 2188 make-category-table. | |
| 2189 (thai-composition-pattern): New variable. | |
| 2190 (thai-compose-region, thai-compose-string): Use | |
| 2191 with-category-table. | |
| 2192 (thai-post-read-conversion): Just call thai-compose-region. | |
| 2193 (thai-pre-write-conversion): Deleted. | |
| 2194 (thai-composition-function): New funciton. | |
| 2195 | |
| 2196 * language/tibet-util.el: Most functions rewritten. | |
| 2197 (tibetan-char-p): Renamed from tibetan-char-examin. | |
| 2198 (tibetan-composable-examin) (tibetan-complete-char-examin) | |
| 2199 (tibetan-vertical-stacking) (tibetan-composition): Deleted. | |
| 2200 (tibetan-add-components): New function. | |
| 2201 (tibetan-composition-function): New function. | |
| 2202 | |
| 2203 * language/tibetan.el: Register tibetan-composition-function in | |
| 2204 composition-function-table. | |
| 2205 (tibetan-composable-pattern): New variable. | |
| 2206 (tibetan-subjoined-transcription-alist): Change key "R" to "+R". | |
| 2207 (tibetan-precomposition-rule-alist): Move punctuations to | |
| 2208 tibetan-punctuation-transcription-alist and | |
| 2209 tibetan-obsolete-glyphs. | |
| 2210 (tibetan-punctuation-transcription-alist): New variable. | |
| 2211 (tibetan-obsolete-glyphs): New variable. | |
| 2212 (tibetan-regexp): Improve the initialization code. | |
| 2213 | |
| 2214 * textmodes/fill.el (fill-find-break-point): Delete codes for | |
| 2215 composite characters. | |
| 2216 (fill-region-as-paragraph): Likewise. | |
| 2217 | |
| 26830 | 2218 1999-12-14 Gerd Moellmann <gerd@gnu.org> |
| 2219 | |
| 26833 | 2220 * international/mule-cmds.el (default-input-method): Specify |
| 2221 that it should be set after current-language-environment. | |
| 2222 | |
| 2223 * custom.el (custom-handle-keyword): Add :set-after. | |
| 2224 (custom-add-dependencies): New function. | |
| 2225 (custom-set-variables): Take dependencies between args into | |
| 2226 account. | |
|
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
2227 |
| 26830 | 2228 * battery.el (battery): Doc fix. |
| 2229 | |
| 26821 | 2230 1999-12-12 Gerd Moellmann <gerd@gnu.org> |
| 2231 | |
| 2232 * progmodes/cc-make.el: Removed. | |
| 2233 | |
| 26818 | 2234 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> |
| 2235 | |
| 2236 * Release of cc-mode 5.26 | |
| 2237 | |
| 2238 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
| 2239 | |
| 2240 * cc-cmds.el (c-forward-conditional): Handle an arbitrary | |
| 2241 target depth. Optionally count #else lines as clause limits, | |
| 2242 as suggested by don provan <provan@lucent.com>. #elif | |
| 2243 handling fixed. | |
| 2244 | |
| 2245 * cc-cmds.el (c-up-conditional-with-else, c-down-conditional) | |
| 2246 (c-down-conditional-with-else): New commands that uses the | |
| 2247 added functionality in `c-forward-conditional'. | |
| 2248 | |
| 2249 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
| 2250 | |
| 2251 * cc-align.el (c-lineup-comment): Preserve the alignment with | |
| 2252 a comment on the previous line instead of preserving the | |
| 2253 comment-column. | |
| 2254 | |
| 2255 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
| 2256 | |
| 2257 * Fixes to IDL mode after input from Eric Eide | |
| 2258 <eeide@cs.utah.edu>: | |
| 2259 * cc-engine.el (c-beginning-of-statement-1): Allow | |
| 2260 `c-conditional-key' to be nil, for the benefit of IDL mode. | |
| 2261 * cc-engine.el (c-guess-basic-syntax): Ditto. | |
| 2262 cc-langs.el (C-IDL-class-key): Fixed. Don't match `class' | |
| 2263 but do match CORBA 2.3 `valuetype'. | |
| 2264 * cc-langs.el (c-IDL-access-key): New defconst. Should be nil | |
| 2265 for IDL. | |
| 2266 * cc-langs.el (c-IDL-conditional-key): New defconst. Should | |
| 2267 be nil for IDL. | |
| 2268 * cc-langs.el (c-IDL-comment-start-regexp): New defconst. | |
| 2269 Like C++. | |
| 2270 * cc-mode.el (idl-mode): Use new `c-IDL-*' defconsts. Also, | |
| 2271 set `c-method-key' and `c-baseclass-key' to nil. | |
| 2272 | |
| 2273 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
| 2274 | |
| 2275 * cc-menus.el (cc-imenu-c++-generic-expression): Match classes | |
| 2276 with nonhanging open braces. | |
| 2277 | |
| 2278 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
| 2279 | |
| 2280 * cc-align.el: Added docstrings to all lineup functions. | |
| 2281 | |
| 2282 * cc-align.el (c-lineup-java-throws): Handle a hanging throws | |
| 2283 keyword. | |
| 2284 | |
| 2285 * cc-align.el (c-lineup-C-comments): Handle free form text | |
| 2286 comments. Use c-comment-prefix-regexp and comment-start-skip | |
| 2287 instead of hardcoded regexps. | |
| 2288 | |
| 2289 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
| 2290 | |
| 2291 * cc-cmds.el (c-beginning-of-defun, c-end-of-defun): Fixed eob | |
| 2292 behavior and return value as documented. | |
| 2293 | |
| 2294 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
| 2295 | |
| 2296 * Changes for new style variable init system: | |
| 2297 * cc-langs.el (c-common-init): Dito. | |
| 2298 * cc-styles.el: c-offsets-alist moved to cc-vars.el since it's | |
| 2299 now customizable. | |
| 2300 * cc-vars.el: Style variables may now take a value | |
| 2301 'set-from-style to make them take their value from the style | |
| 2302 system. This value is now the default on all these variables. | |
| 2303 * cc-vars.el (c-valid-offset): New function to verify a | |
| 2304 syntactic symbol offset setting. | |
| 2305 * cc-vars.el (c-offsets-alist): Variable moved from | |
| 2306 cc-styles.el since it's now customizable in a similar way to | |
| 2307 the other style variables. | |
| 2308 * cc-vars.el (c-old-style-variable-behavior): New variable to | |
| 2309 revert to the old style init behavior. | |
| 2310 | |
| 2311 * cc-vars.el (c-file-style, c-file-offsets): Made always | |
| 2312 buffer local. | |
| 2313 | |
| 2314 * cc-menus.el (cc-imenu-c++-generic-expression): Don't match | |
| 2315 the throws clause that might follow the function prototype in | |
| 2316 C++. | |
| 2317 | |
| 2318 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
| 2319 | |
| 2320 * cc-defs.el (c-beginning-of-macro): Fixed bug where point | |
| 2321 could move forward for macros that doesn't start in column 0. | |
| 2322 | |
| 2323 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
| 2324 | |
| 2325 * cc-align.el (c-indent-multi-line-block, | |
| 2326 c-lineup-whitesmith-in-block): Two new lineup functions for | |
| 2327 use in whitesmith style. | |
| 2328 | |
| 2329 * cc-styles.el (c-style-alist): More fixes to whitesmith | |
| 2330 style. It should now handle all different braces uniformly in | |
| 2331 both hanging and non-hanging cases. | |
| 2332 | |
| 2333 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
| 2334 | |
| 2335 * cc-cmds.el (c-indent-exp): Use a marker to save point to | |
| 2336 make it stay in the same position relative to the surrounding | |
| 2337 text. | |
| 2338 | |
| 2339 * cc-cmds.el (c-fill-paragraph): Force the line comment prefix | |
| 2340 when adaptive-fill-mode doesn't manage to get it correct. | |
| 2341 | |
| 2342 * cc-menus.el (cc-imenu-java-generic-expression): Handle types | |
| 2343 with dotted notation, e.g. foo.bar.Gnu. | |
| 2344 | |
| 2345 * cc-mode.el (c-initialize-cc-mode): Wrap all function calls | |
| 2346 within unwind-protect (previously only some were wrapped so it | |
| 2347 would be possible to register mode initialization when full | |
| 2348 initialization did not finish). | |
| 2349 | |
| 2350 * cc-styles.el (c-style-alist): Corrected the brace placement | |
| 2351 in the whitesmith style. Thanks to Sean Luke | |
| 2352 <seanl@cs.umd.edu>. Also extended the bsd and whitesmith | |
| 2353 styles with consistent brace placement for all constructs. | |
| 2354 | |
| 2355 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
| 2356 | |
| 2357 * cc-cmds.el (c-context-line-break): Continue C++ comments too | |
| 2358 when point is in the middle of them. | |
| 2359 | |
| 2360 * cc-cmds.el: Line breaking and paragraph filling code | |
| 2361 rewritten: | |
| 2362 (c-guess-fill-prefix): New function that uses various | |
| 2363 heuristics to guess the comment prefix. | |
| 2364 (c-fill-paragraph): Rewritten to use `c-guess-fill-prefix'. | |
| 2365 It now assumes adaptive filling is active to preserve the line | |
| 2366 prefix inside comments. | |
| 2367 (c-indent-new-comment-line): Replacement for the now | |
| 2368 obsolete `c-comment-line-break-function' that uses | |
| 2369 `c-guess-fill-prefix' when appropriate. It now observes the | |
| 2370 setting of `comment-multi-line', which has effect in C-style | |
| 2371 block comments. | |
| 2372 | |
| 2373 * cc-cmds.el (c-context-line-break): New function intended to | |
| 2374 be put on RET. It's essentially `newline-and-indent', but | |
| 2375 continues C block comments with the appropriate line prefix. | |
| 2376 | |
| 2377 * cc-cmds.el (c-do-auto-fill): New function put on | |
| 2378 `normal-auto-fill-function' to implement the | |
| 2379 `c-ignore-auto-fill' variable. | |
| 2380 | |
| 2381 * cc-cmds.el (c-beginning-of-statement): Use | |
| 2382 `c-comment-prefix-regexp' to avoid ending up inside the | |
| 2383 comment prefix. Better handling of comment starters and | |
| 2384 enders. Catch comments better when traversing code. Stop at | |
| 2385 preprocessor directives. | |
| 2386 | |
| 2387 * cc-defs.el (c-forward-comment): New subst to hide platform | |
| 2388 dependent quirks in `forward-comment'. | |
| 2389 | |
| 2390 * cc-engine.el (c-literal-limits): Added NOT-IN-DELIMITER | |
| 2391 argument. | |
| 2392 (c-literal-limits-fast): Implemented NEAR and NOT-IN-DELIMITER | |
| 2393 arguments. Activate this function by default when | |
| 2394 `parse-partial-sexp' supports it (currently Emacs 20.x). | |
| 2395 | |
| 2396 * cc-engine.el (c-guess-basic-syntax): Anchor the `c' syntax | |
| 2397 on the comment opener to make constants usable as lineup | |
| 2398 arguments. | |
| 2399 | |
| 2400 * cc-align.el (c-lineup-C-comments): Fixes to handle the | |
| 2401 changed anchor position in the `c' syntactic symbol. Handle | |
| 2402 more than stars in the comment prefix; use the new variable | |
| 2403 `c-comment-prefix-regexp'. Don't indent text not preceded by | |
| 2404 a comment prefix to the right of the comment opener if it's | |
| 2405 long. | |
| 2406 | |
| 2407 * cc-langs.el: Fixes to mode initialization for new line | |
| 2408 breaking and paragraph filling method. Adaptive fill mode is | |
| 2409 now activated at startup instead of deactivated. The | |
| 2410 variables used for adaptive filling and paragraph movement are | |
| 2411 also changed to incorporate the value of | |
| 2412 `c-comment-prefix-regexp'. `substitute-key-definition' is | |
| 2413 used to override some functions in the global map instead of | |
| 2414 overriding their default bindings. | |
| 2415 | |
| 2416 * cc-mode.el (java-mode): Modify `paragraph-start' for the | |
| 2417 javadoc markup at mode init. | |
| 2418 | |
| 2419 * cc-mode.el (c-setup-filladapt): A new convenience function | |
| 2420 to configure Kyle E. Jones' Filladapt mode for CC Mode. This | |
| 2421 function is intended to be used explicitly by the end user | |
| 2422 only. | |
| 2423 | |
| 2424 * cc-vars.el (c-comment-prefix-regexp): New variable used to | |
| 2425 recognize the comment fill prefix inside comments. | |
| 2426 (c-block-comment-prefix): New name for | |
| 2427 `c-comment-contiuation-stars', which is now obsolete. It's | |
| 2428 generalized to handle any character sequence. | |
| 2429 (c-ignore-auto-fill): New variable used to selectively disable | |
| 2430 Auto Fill mode in specific contexts. | |
| 2431 | |
| 2432 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
| 2433 | |
| 2434 * cc-cmds.el (c-comment-indent): Leave at least one space | |
| 2435 between the comment and the last nonblank character in the | |
| 2436 case where we look at the indentation of the comment on the | |
| 2437 previous line (case 4). | |
| 2438 | |
| 2439 * cc-engine.el (c-beginning-of-statement-1): Added ``' to the | |
| 2440 list of characters that may start a statement (it's a sort of | |
| 2441 prefix operator in Pike, and isn't used at all in any of the | |
| 2442 other languages). | |
| 2443 | |
| 2444 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
| 2445 | |
| 2446 * cc-engine.el (c-guess-basic-syntax): Report brace list opens | |
| 2447 inside continued statements as statement-cont instead of | |
| 2448 brace-list-open. The reason is that one normally adjusts | |
| 2449 brace-list-open for brace lists as top-level constructs, and | |
| 2450 brace lists inside statements is a completely different | |
| 2451 context. Case 10B.2 changed. Also changed (the somewhat | |
| 2452 esoteric) case 9A to cope with this. | |
| 2453 | |
| 2454 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
| 2455 | |
| 2456 * cc-cmds.el (c-electric-brace): Added electric handling of | |
| 2457 the open brace for brace-elseif-brace. | |
| 2458 | |
| 2459 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
| 2460 | |
| 2461 * cc-defs.el (c-with-syntax-table): New macro to easily switch | |
| 2462 syntax tables temporarily. | |
| 2463 | |
| 2464 * cc-engine.el (c-guess-basic-syntax): Handle template and | |
| 2465 member init argument lists split over several lines. Case 5D | |
| 2466 changed. | |
| 2467 | |
| 2468 * cc-langs.el (c-Java-javadoc-paragraph-start): Added new tag | |
| 2469 @throws introduced in Javadoc 1.2. | |
| 2470 | |
| 2471 * cc-menus.el (cc-imenu-java-generic-expression): Applied | |
| 2472 patch from RMS to avoid infinite backtracking. | |
| 2473 | |
| 2474 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
| 2475 | |
| 2476 * cc-align.el (c-lineup-arglist): Handle "arglists" surrounded | |
| 2477 by [ ]. | |
| 2478 | |
| 2479 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
| 2480 | |
| 2481 * cc-align.el (c-lineup-dont-change): Compensate properly for | |
| 2482 the column in langelem. | |
| 2483 | |
| 2484 * cc-engine.el (c-syntactic-information-on-region): New | |
| 2485 function to help debugging the syntactic analysis. | |
| 2486 | |
| 2487 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
| 2488 | |
| 2489 * cc-align.el (c-lineup-template-args): Handle nested template | |
| 2490 arglists. | |
| 2491 | |
| 2492 * cc-langs.el (c++-template-syntax-table): New syntax table | |
| 2493 that makes `<' and `>' parenthesis characters, which is useful | |
| 2494 to switch to temporarily when analyzing template arglists. | |
| 2495 | |
| 2496 * cc-styles.el: Changed default alignment of labels in the | |
| 2497 java style to conform to the examples in the Java Language | |
| 2498 Specification. | |
| 2499 | |
| 2500 * cc-styles.el (c-offsets-alist): Use `c-lineup-template-args' | |
| 2501 by default. | |
| 2502 | |
| 2503 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
| 2504 | |
| 2505 * cc-engine.el (c-guess-basic-syntax): Pike allows a comma | |
| 2506 immediately before the closing paren in an arglist, so don't | |
| 2507 check that in Pike mode. Case 7A changed. | |
| 2508 | |
| 2509 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
| 2510 | |
| 2511 * cc-cmds.el (c-indent-region): Fixed bug where comment-only | |
| 2512 lines were ignored under certain conditions. | |
| 2513 | |
| 2514 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
| 2515 | |
| 2516 * cc-align.el (c-lineup-template-args): New function for | |
| 2517 aligning continued template argument lists. | |
| 2518 | |
| 2519 * cc-engine.el (c-guess-basic-syntax): Fix for member init | |
| 2520 lists containing function arglists split over several lines. | |
| 2521 Case 5D.1 changed. | |
| 2522 | |
| 2523 * cc-engine.el (c-guess-basic-syntax): Fixed bug where | |
| 2524 template-args-cont didn't get recognized when the first | |
| 2525 arglist opener line doesn't contain a template argument. New | |
| 2526 case 5K. | |
| 2527 | |
| 2528 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
| 2529 | |
| 2530 * cc-defs.el (c-point): Changed from subst to macro for | |
| 2531 efficiency. | |
| 2532 (c-beginning-of-defun-1, c-end-of-defun-1): New | |
| 2533 beginning-of-defun/end-of-defun wrappers separated from | |
| 2534 c-point. | |
| 2535 | |
| 2536 * cc-menus.el (imenu-generic-expression, | |
| 2537 imenu-case-fold-search, imenu-progress-message): Dummy | |
| 2538 definitions to avoid compiler warnings if imenu can't be | |
| 2539 loaded. | |
| 2540 * cc-menus.el (cc-imenu-init): New function called at mode | |
| 2541 init. | |
| 2542 * cc-mode.el (c-mode, c++-mode, objc-mode, java-mode): Moved | |
| 2543 imenu initializations to cc-imenu-init. | |
| 2544 | |
| 2545 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
| 2546 | |
| 2547 * cc-engine.el (c-guess-basic-syntax): Slightly better check | |
| 2548 for lambda-intro-cont in Pike mode. Case 6 changed. | |
| 2549 | |
| 2550 * cc-engine.el (c-looking-at-inexpr-block): Fixed bug where | |
| 2551 anything following "new Foo()" was considered an anonymous | |
| 2552 class body in Java mode. | |
| 2553 | |
| 2554 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org> | |
| 2555 | |
| 2556 * cc-cmds.el (c-comment-line-break-function): When breaking in | |
| 2557 a string, don't insert a new line. | |
| 2558 | |
| 2559 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org> | |
| 2560 | |
| 2561 * cc-engine.el (c-at-toplevel-p): New interface function which | |
| 2562 returns information useful to add-on authors. It tells you | |
| 2563 whether you're at a toplevel statement or not. | |
| 2564 | |
| 2565 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org> | |
| 2566 | |
| 2567 * cc-cmds.el (c-comment-line-break-function): It is possible | |
| 2568 that forward-line does not land us at the bol, say if we're on | |
| 2569 the last line in a file. In that case, do a | |
| 2570 back-to-indentation instead of a forward-comment -1. | |
| 2571 | |
| 2572 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
| 2573 | |
| 2574 * cc-engine.el (c-beginning-of-statement-1): Don't catch | |
| 2575 "default:" as normal label in case 4. | |
| 2576 | |
| 2577 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
| 2578 | |
| 2579 * cc-engine.el (c-guess-basic-syntax): Use c-bitfield-key to | |
| 2580 recognize continued bitfield declarations. Case 5D.1 changed. | |
| 2581 * cc-langs.el: New variable c-bitfield-key. | |
| 2582 * cc-mode.el: New variable c-bitfield-key. | |
| 2583 | |
| 2584 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
| 2585 | |
| 2586 * cc-engine.el (c-inside-bracelist-p): Tighter test for Java | |
| 2587 anonymous array expressions (i.e. "new Foo[] {.. bracelist | |
| 2588 ..}"). | |
| 2589 | |
| 26816 | 2590 1999-12-12 Dave Love <fx@gnu.org> |
| 2591 | |
| 26943 | 2592 * mail/footnote.el: Require cl when compiling. Don't autoload |
| 2593 keymap and minor-mode-alist stuff. Don't set zmacs-region-stays. | |
| 26816 | 2594 (footnote-insert-text-marker, Footnote-insert-pointer-marker): |
| 2595 Avoid `acons'. | |
| 2596 (footnote-mode-line-string, Footnote-add-footnote): Remove | |
| 2597 autoload cookie. | |
| 2598 | |
| 26814 | 2599 1999-12-12 Richard Sharman <rsharman@pobox.com> |
| 2600 | |
| 2601 * sh-script.el: Fix for when font-lock mode is active. | |
| 2602 (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
|
2603 |
|
26812
7afb74b5999e
(menu-bar-edit-menu): Define the Spell submenu even
Eli Zaretskii <eliz@gnu.org>
parents:
26811
diff
changeset
|
2604 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
|
2605 |
|
7afb74b5999e
(menu-bar-edit-menu): Define the Spell submenu even
Eli Zaretskii <eliz@gnu.org>
parents:
26811
diff
changeset
|
2606 * 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
|
2607 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
|
2608 platforms as well. |
|
7afb74b5999e
(menu-bar-edit-menu): Define the Spell submenu even
Eli Zaretskii <eliz@gnu.org>
parents:
26811
diff
changeset
|
2609 |
| 26811 | 2610 1999-12-12 Gerd Moellmann <gerd@gnu.org> |
| 2611 | |
| 2612 * mail/rmailsum.el (rmail-summary-mode-map): Bind RET to | |
| 2613 rmail-summary-goto-msg. | |
| 2614 | |
| 2615 * files.el (after-find-file): Fix previous change. | |
| 2616 | |
| 2617 1999-12-11 Dave Love <fx@gnu.org> | |
| 2618 | |
| 2619 * help.el (where-is): Use `commandp' as predicate for | |
| 26806 | 2620 `completing-read' |
| 2621 | |
|
26804
ce54b1d60246
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26799
diff
changeset
|
2622 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
|
2623 |
|
ce54b1d60246
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26799
diff
changeset
|
2624 * cus-edit.el (custom-save-delete): Delete all occurrences, |
|
ce54b1d60246
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26799
diff
changeset
|
2625 leave point where the first occurrence was. |
|
ce54b1d60246
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26799
diff
changeset
|
2626 (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
|
2627 Avoid a double newline there. |
|
ce54b1d60246
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26799
diff
changeset
|
2628 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
|
2629 (custom-save-variables): Likewise. |
|
ce54b1d60246
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26799
diff
changeset
|
2630 (custom-file): Doc fix. |
|
ce54b1d60246
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26799
diff
changeset
|
2631 |
| 26799 | 2632 1999-12-10 Gerd Moellmann <gerd@gnu.org> |
| 2633 | |
| 2634 * dos-w32.el (file-name-buffer-file-type-alist): Add `$' at end of | |
| 2635 regexp matching image and audio files. | |
| 2636 | |
| 26785 | 2637 1999-12-09 Dave Love <fx@gnu.org> |
| 2638 | |
| 2639 * mail/footnote.el: New file. | |
| 2640 | |
| 26780 | 2641 1999-12-09 Gerd Moellmann <gerd@gnu.org> |
| 2642 | |
| 2643 * files.el (after-find-file): Use auto-save-visited-file-name if | |
| 2644 set. | |
| 2645 | |
| 2646 * mail/feedmail.el (feedmail-find-eoh): Take | |
| 2647 feedmail-queue-alternative-mail-header-separator into account. | |
| 2648 | |
|
26777
bdcf3193d59a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26774
diff
changeset
|
2649 1999-12-09 Stefan Monnier <monnier@cs.yale.edu> |
|
bdcf3193d59a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26774
diff
changeset
|
2650 |
|
bdcf3193d59a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26774
diff
changeset
|
2651 * smerge-mode.el: New file. |
|
bdcf3193d59a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26774
diff
changeset
|
2652 |
|
bdcf3193d59a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26774
diff
changeset
|
2653 * font-lock.el (font-lock-multiline): New variable. |
|
bdcf3193d59a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26774
diff
changeset
|
2654 (font-lock-add-keywords): Rename `major-mode' into `mode'. |
|
bdcf3193d59a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26774
diff
changeset
|
2655 (font-lock-remove-keywords): Added a dummy `mode' argument for |
|
bdcf3193d59a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26774
diff
changeset
|
2656 potential future support. |
|
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
2657 (font-lock-fontify-anchored-keywords, |
|
26777
bdcf3193d59a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26774
diff
changeset
|
2658 (font-lock-fontify-keywords-region): Only handle multiline strings |
|
bdcf3193d59a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26774
diff
changeset
|
2659 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
|
2660 |
|
26772
409c955897d7
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26760
diff
changeset
|
2661 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
|
2662 |
|
26774
57be3cdaebfb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26772
diff
changeset
|
2663 * bookmark.el (bookmark-bmenu-mode-map): Bind RET like f. |
|
57be3cdaebfb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26772
diff
changeset
|
2664 |
|
26772
409c955897d7
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26760
diff
changeset
|
2665 * dired-aux.el (dired-insert-subdir): Add autoload cookie. |
|
409c955897d7
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26760
diff
changeset
|
2666 |
| 26760 | 2667 1999-12-07 Dave Love <fx@gnu.org> |
| 2668 | |
| 2669 * help.el (view-emacs-problems): New command, bound to C-h P. | |
| 2670 | |
| 2671 * menu-bar.el (menu-bar-manuals-menu): Add view-emacs-problems. | |
| 2672 | |
|
26744
f14026cd9767
(kill-region): Use the new `delete-and-extract-region'
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26743
diff
changeset
|
2673 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
|
2674 |
|
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
2675 * 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
|
2676 (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
|
2677 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
|
2678 (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
|
2679 (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
|
2680 (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
|
2681 (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
|
2682 (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
|
2683 (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
|
2684 |
|
26744
f14026cd9767
(kill-region): Use the new `delete-and-extract-region'
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26743
diff
changeset
|
2685 * 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
|
2686 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
|
2687 |
|
f14026cd9767
(kill-region): Use the new `delete-and-extract-region'
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26743
diff
changeset
|
2688 * 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
|
2689 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
|
2690 |
|
f14026cd9767
(kill-region): Use the new `delete-and-extract-region'
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26743
diff
changeset
|
2691 * 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
|
2692 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
|
2693 (font-lock-remove-keywords): New function. |
|
a65919d40cd0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26744
diff
changeset
|
2694 (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
|
2695 |
|
26743
2ddbff6366e9
* viper-cmd.el (viper-minibuffer-standard-hook,
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26739
diff
changeset
|
2696 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
|
2697 |
|
26743
2ddbff6366e9
* viper-cmd.el (viper-minibuffer-standard-hook,
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26739
diff
changeset
|
2698 * viper-cmd.el (viper-minibuffer-standard-hook, |
|
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
2699 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
|
2700 (viper-read-string-with-history,viper-file-add-suffix, |
|
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
2701 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
|
2702 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
|
2703 |
| 26739 | 2704 1999-12-06 Gerd Moellmann <gerd@gnu.org> |
| 2705 | |
| 2706 * comint.el (comint-redirect-results-list) | |
| 2707 (comint-redirect-results-list-from-process): Remove interactive | |
| 2708 spec. | |
| 2709 | |
|
26738
407a5a4056e8
(info-node, info-menu-5, info-xref): Define colors for Info faces if
Eli Zaretskii <eliz@gnu.org>
parents:
26736
diff
changeset
|
2710 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
|
2711 |
|
407a5a4056e8
(info-node, info-menu-5, info-xref): Define colors for Info faces if
Eli Zaretskii <eliz@gnu.org>
parents:
26736
diff
changeset
|
2712 * 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
|
2713 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
|
2714 |
|
26736
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
2715 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
|
2716 |
|
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
2717 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
|
2718 |
|
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
2719 * 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
|
2720 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
|
2721 msdos-handle-reverse-video. |
|
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
2722 (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
|
2723 msdos-setup-initial-frame. |
|
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
2724 (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
|
2725 x-handle-reverse-video. |
|
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
2726 (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
|
2727 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
|
2728 (msdos-color-aliases): Remove. |
|
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
2729 (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
|
2730 (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
|
2731 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
|
2732 (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
|
2733 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
|
2734 (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
|
2735 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
|
2736 Remove. |
|
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
2737 |
|
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
2738 * 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
|
2739 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
|
2740 (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
|
2741 |
|
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
2742 * 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
|
2743 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
|
2744 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
|
2745 valid values. |
|
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
2746 (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
|
2747 of frames. |
|
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
2748 (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
|
2749 New finctions. |
|
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
2750 (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
|
2751 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
|
2752 |
|
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
2753 * 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
|
2754 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
|
2755 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
|
2756 |
|
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
2757 * 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
|
2758 x-defined-colors. |
|
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
2759 * 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
|
2760 |
|
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
2761 * 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
|
2762 * 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
|
2763 |
| 26733 | 2764 1999-12-06 Dave Love <fx@gnu.org> |
| 2765 | |
| 2766 * ffap.el: Autoload the ffap alias directly. | |
| 2767 | |
| 26727 | 2768 1999-12-06 Inge Frick <inge@nada.kth.se> |
| 2769 | |
| 2770 * dired-aux.el (dired-do-shell-command): Changed documentation. | |
| 2771 (dired-shell-stuff-it): A `?' in COMMAND has now the same | |
| 2772 meaning as `*'. | |
|
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
2773 |
| 26721 | 2774 1999-12-06 Gerd Moellmann <gerd@gnu.org> |
| 2775 | |
| 26724 | 2776 * simple.el (insert-buffer): Doc fix. |
| 2777 | |
| 26721 | 2778 * apropos.el (apropos-mode): Add autoload cookie. |
| 2779 | |
| 2780 1999-12-06 Sam Steingold <sds@goems.com> | |
| 2781 | |
| 2782 * progmodes/etags.el (etags-tags-completion-table): Modified the | |
| 2783 regexp to allow for the CL symbols starting with `+*'. | |
| 2784 (tags-completion-table): Doc fix (it's an obarray, not an alist). | |
| 2785 (tags-completion-table, tags-recognize-empty-tags-table): Remove | |
| 2786 `function' quoting lambda. | |
| 2787 (tags-with-face): New macro. | |
| 2788 (list-tags, tags-apropos): Use it. | |
| 2789 (tags-apropos-additional-actions): New user option. | |
| 2790 (etags-tags-apropos-additional): Use it. | |
| 2791 (tags-apropos): Call etags-tags-apropos-additional. | |
| 2792 (tags-apropos-verbose): New user option. | |
| 2793 (etags-tags-apropos): Use it. | |
| 2794 (visit-tags-table-buffer, next-file): Use `unless'. | |
| 2795 (recognize-empty-tags-table): Renamed to | |
| 2796 tags-recognize-empty-tags-table. | |
| 2797 (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
|
2798 |
| 26717 | 2799 1999-12-06 Kenichi Handa <handa@etl.go.jp> |
| 2800 | |
| 2801 * international/mule.el (set-buffer-file-coding-system): Docstring | |
| 2802 modified. | |
| 2803 | |
| 26712 | 2804 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de> |
| 2805 | |
| 2806 * textmodes/bibtex.el (bibtex-hs-forward-sexp): Added to support | |
| 2807 using the hideshow package. | |
| 2808 (hs-special-modes-alist): Added entry for bibtex to allow the use | |
| 2809 of the hideshow package. | |
| 2810 (bibtex-hide-entry-bodies): Deleted as hiding of entry bodies is | |
| 2811 not longer provided by bibtex.el directly. Instead the hideshow | |
| 2812 package should be used. | |
| 2813 (bibtex-mode-map, bibtex-edit-menu, bibtex-mode): Delete | |
| 2814 references to bibtex-hide-entry-bodies. | |
| 2815 | |
| 2816 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
| 2817 | |
| 2818 * textmodes/bibtex.el: Copyright notice is up to date. Moved | |
| 2819 maintainer information closer to the beginning of the bibtex.el | |
| 2820 file. | |
| 2821 (bibtex-maintainer-salutation): New constant. | |
|
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
2822 (bibtex-version): New constant. |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
2823 (bibtex-submit-bug-report): Use bibtex-version and |
| 26712 | 2824 bibtex-maintainer-salutation. |
| 2825 (bibtex-entry-field-alist): Made booktitle field optional for | |
| 2826 @inproceedings entries when crossreferenced. | |
| 2827 (bibtex-entry-field-alist): Added booktitle field to proceedings | |
| 2828 entry type (for cross referencing). Thanks to Wagner Toledo Correa | |
| 2829 for the suggestion. | |
| 2830 (bibtex-string-file-path): Fixed typo. | |
| 2831 | |
| 2832 1999-12-05 Carsten Dominik <dominik@strw.leidenuniv.nl> | |
| 2833 | |
| 2834 * textmodes/bibtex.el (bibtex-mode-map): Reserved the key `C-c &' | |
| 2835 for reftex.el. | |
| 2836 (bibtex-edit-menu): Added `reftex-view-crossref-from-bibtex' | |
| 2837 to menu. | |
| 2838 | |
| 26708 | 2839 1999-12-04 Dave Love <fx@gnu.org> |
| 2840 | |
| 2841 * delsel.el: Revert previous change -- region is significant to | |
| 2842 skeleton. | |
| 2843 | |
|
26702
8be2b52389a5
* viper-cmd.el (viper-change-state): Use
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26692
diff
changeset
|
2844 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
|
2845 |
|
8be2b52389a5
* viper-cmd.el (viper-change-state): Use
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26692
diff
changeset
|
2846 * 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
|
2847 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
|
2848 back. |
|
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
2849 |
| 26692 | 2850 1999-12-03 Kenichi Handa <handa@mule.m17n.org> |
| 2851 | |
| 2852 * international/mule-util.el (truncate-string-to-width): Docsting | |
| 2853 fixed. | |
| 2854 | |
|
26690
1006a8324029
(lm-header-multiline): fix spurious use of `cond'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26689
diff
changeset
|
2855 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
|
2856 |
| 26692 | 2857 * 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
|
2858 use of `cond'. |
|
1006a8324029
(lm-header-multiline): fix spurious use of `cond'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26689
diff
changeset
|
2859 (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
|
2860 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
|
2861 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
|
2862 (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
|
2863 (lm-last-modified-date, lm-version, lm-keywords, lm-adapted-by) |
| 26692 | 2864 (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
|
2865 (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
|
2866 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
|
2867 |
| 26689 | 2868 1999-12-02 Kenichi Handa <handa@etl.go.jp> |
| 2869 | |
| 2870 * international/mule.el (charsetp): Fix typo in docstring. | |
| 2871 | |
| 2872 * international/mule-diag.el (list-coding-categories): Fix typo; | |
| 2873 automatic -> autoload. | |
| 2874 | |
| 26676 | 2875 1999-12-02 Gerd Moellmann <gerd@gnu.org> |
| 2876 | |
| 26686 | 2877 * vc.el (vc-update-change-log): Look for rcs2log under |
| 2878 exec-directory. | |
| 2879 | |
| 26683 | 2880 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Change |
| 2881 outline-regexp, add outline-level. | |
| 2882 (lisp-outline-level): New. | |
| 2883 | |
|
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
2884 * calendar/appt.el (appt-convert-time): Handle "12:MMam", |
| 26681 | 2885 remove extraneous string-match. |
| 2886 | |
| 26676 | 2887 * finder.el (finder-commentary): Activate Finder mode. |
| 2888 | |
| 26674 | 2889 1999-12-01 Anders Lindgren <andersl@andersl.com> |
| 2890 | |
| 2891 * autorevert.el (auto-revert-buffers): Auto-revert mode was turned | |
| 2892 off when reverting buffers that contained mode specifiers. | |
| 2893 `revert-buffer' is now called with non-nil PRESERVE-MODES | |
| 2894 argument. | |
| 2895 | |
| 26672 | 2896 1999-12-01 Dave Love <fx@gnu.org> |
| 2897 | |
| 2898 * delsel.el: Grok skeleton-pair-insert-maybe. | |
| 2899 | |
|
26668
d36fa3fb6939
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26666
diff
changeset
|
2900 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
|
2901 |
|
d36fa3fb6939
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26666
diff
changeset
|
2902 * progmodes/cperl-mode.el (cperl-under-as-char): |
|
d36fa3fb6939
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26666
diff
changeset
|
2903 Use nil as default. |
|
d36fa3fb6939
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26666
diff
changeset
|
2904 |
| 26660 | 2905 1999-11-30 Gerd Moellmann <gerd@gnu.org> |
| 2906 | |
| 2907 * speedbar.el (toplevel): Remove compatibility code for Emacs | |
| 2908 versions without custom.el. | |
| 2909 | |
| 26658 | 2910 1999-11-30 Dave Love <fx@gnu.org> |
| 2911 | |
| 26943 | 2912 * progmodes/fortran.el (fortran-strip-sequence-nos): New command. |
| 26666 | 2913 |
| 26662 | 2914 * autoinsert.el: Minor doc fixes. |
| 2915 (auto-insert): Return nil. | |
| 2916 | |
| 26658 | 2917 * faces.el (set-face-documentation): Purecopy STRING. |
| 2918 | |
| 26654 | 2919 1999-11-29 Dave Love <fx@gnu.org> |
| 2920 | |
| 26656 | 2921 * derived.el: Doc fixes, remove old backquote syntax. |
| 2922 | |
| 26654 | 2923 * cus-edit.el (custom-save-variables, custom-save-faces): Write a |
| 2924 comment warning about editing. | |
| 2925 | |
| 26651 | 2926 * help.el (help-mode-hook): Define. |
| 2927 | |
| 26649 | 2928 1999-11-29 Gerd Moellmann <gerd@gnu.org> |
| 2929 | |
| 2930 * emacs-lisp/edebug.el (edebug-make-enter-wrapper): Correct | |
| 2931 invalid translation of old-style backquote syntax to new syntax. | |
| 2932 | |
|
26636
36564a827d06
Makefile (DONTCOMPILE): Add term/internal.el
Eli Zaretskii <eliz@gnu.org>
parents:
26628
diff
changeset
|
2933 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
|
2934 |
|
36564a827d06
Makefile (DONTCOMPILE): Add term/internal.el
Eli Zaretskii <eliz@gnu.org>
parents:
26628
diff
changeset
|
2935 * Makefile (DONTCOMPILE): Add term/internal.el. |
|
36564a827d06
Makefile (DONTCOMPILE): Add term/internal.el
Eli Zaretskii <eliz@gnu.org>
parents:
26628
diff
changeset
|
2936 |
| 26628 | 2937 1999-11-26 Dave Love <fx@gnu.org> |
| 2938 | |
| 2939 * comint.el: Fix last change. | |
| 2940 | |
| 2941 * emacs-lisp/advice.el: Fix last change. | |
| 2942 | |
|
26626
ecc4acdd96a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26624
diff
changeset
|
2943 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
|
2944 |
|
ecc4acdd96a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26624
diff
changeset
|
2945 * cus-edit.el (Custom-reset-standard): Doc fix. |
|
ecc4acdd96a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26624
diff
changeset
|
2946 (custom-variable-reset-standard): Doc fix. |
|
ecc4acdd96a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26624
diff
changeset
|
2947 (custom-face-reset-standard): Doc fix. |
|
ecc4acdd96a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26624
diff
changeset
|
2948 (custom-face-menu): "Reset to Standard" => "Erase Customization". |
|
ecc4acdd96a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26624
diff
changeset
|
2949 (custom-variable-menu): Likewise. |
|
ecc4acdd96a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26624
diff
changeset
|
2950 (custom-reset-menu): Likewise. |
|
ecc4acdd96a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26624
diff
changeset
|
2951 (custom-buffer-create-internal): Likewise. |
|
ecc4acdd96a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26624
diff
changeset
|
2952 |
| 26624 | 2953 1999-11-26 Dave Love <fx@gnu.org> |
| 2954 | |
| 2955 * progmodes/make-mode.el (makefile-mode-hook): Customize. | |
| 2956 | |
| 2957 * font-lock.el: Doc fixes. | |
| 2958 | |
| 2959 * menu-bar.el (menu-bar-mode): Customize. | |
| 2960 | |
| 2961 * cus-start.el: Add use-dialog-box. | |
| 2962 | |
| 2963 * add-log.el (change-log-mode-hook): Customize. | |
| 2964 (add-log-current-defun): Use | |
|
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
2965 fortran-{beginning,end}-of-subprogram. |
| 26624 | 2966 |
|
26623
92f785e7552d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26617
diff
changeset
|
2967 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
|
2968 |
|
92f785e7552d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26617
diff
changeset
|
2969 * emacs-lisp/advice.el: Many doc fixes. |
|
26617
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
2970 |
|
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
2971 * comint.el (comint-preoutput-filter-functions): Doc fix. |
|
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
2972 |
|
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
2973 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
|
2974 |
|
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
2975 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine): |
|
26617
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
2976 Improve messages for capitalization of arg names, |
|
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
2977 for flag variables, for t and nil, for imperatives. |
|
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
2978 Call them imperatives rather than infinitives sans "to". |
|
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
2979 (checkdoc-common-verbs-wrong-voice): Add "moves". |
|
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
2980 (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
|
2981 |
|
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
2982 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine): |
|
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
2983 Don't convert comments from 3-semicolon to 2-semicolon. |
|
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
2984 That is a matter of style. |
|
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
2985 (checkdoc-triple-semi-comment-check-flag): Variable deleted. |
|
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
2986 (checkdoc-comments): Don't bind that variable. |
|
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
2987 |
|
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
2988 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
|
2989 |
|
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
2990 * files.el (write-file-hooks): Doc fix. |
|
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
2991 |
| 26608 | 2992 1999-11-26 Gerd Moellmann <gerd@gnu.org> |
| 2993 | |
| 2994 * progmodes/f90.el (f90-abbrev-start): Use `eq' instead of `='. | |
| 2995 | |
| 26600 | 2996 1999-11-25 Dave Love <fx@gnu.org> |
| 2997 | |
| 2998 * hippie-exp.el: Require comint when compiling. | |
| 2999 (hippie-expand): Add :links. | |
| 3000 (hippie-expand-try-functions-list): Customize. | |
| 3001 | |
|
26588
76b6a75471e1
* viper*el: replaced old-style backquotes.
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26584
diff
changeset
|
3002 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
|
3003 |
| 26609 | 3004 * viper*el: Replaced old-style backquotes. |
|
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
3005 |
| 26609 | 3006 * ediff*el: Replaced old-style backquotes. |
|
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
3007 |
|
26588
76b6a75471e1
* viper*el: replaced old-style backquotes.
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26584
diff
changeset
|
3008 * ediff-merge |
|
76b6a75471e1
* viper*el: replaced old-style backquotes.
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26584
diff
changeset
|
3009 (ediff-looks-like-combined-merge,ediff-get-combined-region): |
| 26609 | 3010 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
|
3011 |
|
26588
76b6a75471e1
* viper*el: replaced old-style backquotes.
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26584
diff
changeset
|
3012 * ediff-diff (ediff-set-fine-overlays-in-one-buffer): |
| 26609 | 3013 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
|
3014 |
| 26581 | 3015 1999-11-24 Dave Love <fx@gnu.org> |
| 3016 | |
| 26584 | 3017 * custom.el (custom-declare-group): Purecopy DOC. |
| 3018 (custom-handle-keyword): Purecopy VALUE. | |
| 3019 (custom-add-link): Purecopy WIDGET. | |
| 3020 (custom-add-version): Purecopy VERSION. | |
| 3021 (custom-add-load): Purecopy LOAD. | |
| 3022 | |
| 3023 * cus-face.el (custom-declare-face): Purecopy DOC. | |
| 3024 | |
| 26581 | 3025 * info.el: |
| 3026 (Info-build-node-completions, Info-search, Info-follow-reference) | |
| 3027 (Info-complete-menu-item, Info-menu, Info-index, Info-get-token) | |
| 3028 (Info-find-emacs-command-nodes): Avoid properties on matched text | |
| 3029 which may appear in minibuffer. | |
| 3030 | |
| 26579 | 3031 1999-11-24 Gerd Moellmann <gerd@gnu.org> |
| 3032 | |
| 3033 * locate.el (locate-with-filter): Doc fix. | |
| 3034 | |
| 26577 | 3035 1999-11-24 Alex Schroeder <alex@gnu.org> |
| 3036 | |
| 3037 * sql.el (sql-find-sqli-buffer): New function. | |
| 3038 (sql-set-sqli-buffer-generally): New function. | |
| 3039 (sql-set-sqli-buffer): Better checking of new-buffer. | |
| 3040 (sql-copy-column): Add comma after INTO clause, too. | |
| 3041 | |
| 3042 1999-11-24 Alex Schroeder <alex@gnu.org> | |
| 3043 | |
| 3044 * sql.el (sql-imenu-generic-expression): New, used to set | |
| 3045 imenu-generic-expression. | |
| 3046 | |
| 3047 * sql.el (sql-mode): Use ?_ and ?. instead of 95 and 46 when | |
| 3048 setting font-lock-defaults' SYNTAX-ALIST. Set | |
| 3049 imenu-generic-expression, imenu-case-fold-search, and | |
| 3050 imenu-syntax-alist. | |
| 3051 | |
| 3052 * sql.el (sql-interactive-mode): Use ?_ and ?. instead of 95 | |
| 3053 and 46 when setting font-lock-defaults' SYNTAX-ALIST. | |
| 3054 | |
| 26575 | 3055 1999-11-23 Andrew Innes <andrewi@gnu.org> |
| 3056 | |
| 3057 * w32-win.el (w32-drag-n-drop): Load files in current window, if | |
| 3058 drop coords aren't over a specific window. | |
| 3059 | |
| 26564 | 3060 1999-11-23 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
| 3061 | |
| 3062 * ps-print.el: Define mule funs without checking if mule package is | |
| 3063 loaded. | |
| 3064 (ps-print-version): New version number (5.0.1). | |
| 3065 (ps-header-dirpart): Now uses abbreviate-file-name. | |
| 3066 | |
| 26559 | 3067 1999-11-23 Dave Love <fx@gnu.org> |
| 3068 | |
| 26943 | 3069 * progmodes/fortran.el (fortran-comment-line-start): Renamed from |
| 26561 | 3070 comment-line-start. |
| 3071 (fortran-comment-line-start-skip): Renamed from | |
| 3072 comment-line-start-skip. | |
| 3073 (fortran-mode-map): Use renamed functions. Add manual and custom | |
| 3074 entries to menu. | |
| 3075 (fortran-mode-hook): Customize. | |
| 3076 (fortran-comment-indent-function): Renamed from | |
| 3077 fortran-comment-hook. | |
| 3078 (delete-horizontal-regexp): Function deleted. | |
| 3079 (fortran-electric-line-number): Simplified. | |
| 3080 (fortran-beginning-of-subprogram): Renamed from | |
| 3081 beginning-of-fortran-subprogram. | |
| 3082 (fortran-end-of-subprogram): Renamed from | |
| 3083 end-of-fortran-subprogram. | |
| 3084 (fortran-mark-subprogram): Renamed from mark-fortran-subprogram. | |
| 3085 (fortran-previous-statement, fortran-next-statement): Simplified. | |
| 3086 (fortran-blink-match): New function. | |
| 3087 (fortran-blink-matching-if, fortran-blink-matching-do): Use it. | |
| 3088 (fortran-indent-to-column): Don't use delete-horizontal-regexp. | |
| 3089 (fortran-find-comment-start-skip, fortran-is-in-string-p): Use | |
| 3090 line-end-position. | |
| 3091 (fortran-fill): No longer interactive. Simplified. | |
| 3092 (fortran-break-line): Simplified. | |
| 3093 (fortran-analyze-file-format): Use char-after, not looking-at. | |
| 3094 | |
| 26943 | 3095 * emacs-lisp/find-func.el (find-function-regexp): Use |
| 3096 `define-minor-mode' after easy-menu change. | |
| 26559 | 3097 |
| 26554 | 3098 1999-11-23 Gerd Moellmann <gerd@gnu.org> |
| 3099 | |
| 3100 * comint.el: Add redirection.from active comint buffers into | |
| 3101 another buffer. Written by Peter Breton. | |
| 3102 | |
|
26551
271f77895660
Changed maintainer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26545
diff
changeset
|
3103 1999-11-23 Stefan Monnier <monnier@cs.yale.edu> |
|
271f77895660
Changed maintainer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26545
diff
changeset
|
3104 |
|
26552
88324520c7fc
(make-autoload): Recognize the new `define-minor-mode'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26551
diff
changeset
|
3105 * emacs-lisp/autoload.el (make-autoload): Recognize the new |
| 26554 | 3106 `define-minor-mode'. |
|
26552
88324520c7fc
(make-autoload): Recognize the new `define-minor-mode'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26551
diff
changeset
|
3107 (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
|
3108 |
|
26551
271f77895660
Changed maintainer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26545
diff
changeset
|
3109 * emacs-lisp/easy-mmode.el: Changed maintainer. |
|
271f77895660
Changed maintainer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26545
diff
changeset
|
3110 (easy-mmode-define-toggle): New BODY arg; Never append `-mode'; |
| 26554 | 3111 Use defcustom for the hooks; Improve the auto-generated docstrings. |
|
26551
271f77895660
Changed maintainer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26545
diff
changeset
|
3112 (easy-mmode-define-minor-mode): Renamed `define-minor-mode'. |
|
271f77895660
Changed maintainer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26545
diff
changeset
|
3113 (define-minor-mode): Add BODY arg; Only declare the keymap if |
| 26554 | 3114 provided; Improve the auto-generated docstrings. |
|
26551
271f77895660
Changed maintainer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26545
diff
changeset
|
3115 |
| 26533 | 3116 1999-11-22 Gerd Moellmann <gerd@gnu.org> |
| 3117 | |
| 26554 | 3118 * textmodes/text-mode.el (text-mode): Construct paragraph-start so |
| 26545 | 3119 that the leading `^' is at the start. This is necessary because |
| 3120 paragraphs.el tries to remove anchors, but can find them only if | |
| 3121 they are the first character. | |
| 3122 | |
| 26543 | 3123 * progmodes/antlr-mode.el: New file. |
| 3124 | |
| 26533 | 3125 * calendar/calendar.el: Fix autoload for |
| 3126 calendar-absolute-from-astro. Add autoload for | |
| 3127 calendar-print-astro-day-number. | |
| 3128 | |
| 26524 | 3129 1999-11-21 Anders Lindgren <andersl@andersl.com> |
| 3130 | |
| 3131 * follow.el: Use modern backquote syntax. Minor comment update. | |
| 3132 | |
| 26520 | 3133 1999-11-21 Gerd Moellmann <gerd@gnu.org> |
| 3134 | |
| 26522 | 3135 * simple.el (with-syntax-table): Don't switch buffers. |
| 3136 | |
| 26520 | 3137 * emacs-lisp/edebug.el, emacs-lisp/cust-print.el, |
| 3138 progmodes/hideif.el: Use new backquote syntax. | |
| 3139 | |
| 26517 | 3140 1999-11-21 Ken Manheimer <klm@python.org> |
| 3141 | |
| 3142 * icomplete.el (icomplete-completions): Use an explicit variable | |
| 3143 `icomplete-prospects-length', obviating the need to use an | |
| 3144 apparently faulty throw/catch arrangement. | |
|
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
3145 |
|
26515
9f3d02d7daa8
term/internal.el (IT-display-table-setup): Don't overstep
Eli Zaretskii <eliz@gnu.org>
parents:
26511
diff
changeset
|
3146 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
|
3147 |
|
9f3d02d7daa8
term/internal.el (IT-display-table-setup): Don't overstep
Eli Zaretskii <eliz@gnu.org>
parents:
26511
diff
changeset
|
3148 * 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
|
3149 character code 255. |
|
9f3d02d7daa8
term/internal.el (IT-display-table-setup): Don't overstep
Eli Zaretskii <eliz@gnu.org>
parents:
26511
diff
changeset
|
3150 |
| 26511 | 3151 1999-11-20 Kenichi Handa <handa@mule.m17n.org> |
| 3152 | |
| 3153 * ps-mule.el (ps-mule-font-info-database-bdf): Default BDF font | |
| 3154 for the charset chinese-sisheng is 7bit encoding, not 8bit. | |
| 3155 | |
|
26508
8548cb8ad6e2
(PC-do-complete-and-exit): use minibuffer-prompt-end to
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26505
diff
changeset
|
3156 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
|
3157 |
|
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
3158 * scroll-bar.el (scroll-bar-toolkit-scroll): Add handling of the |
| 26517 | 3159 `ratio' event for Xaw and Xaw3d(without arrows) scrollbars. |
| 3160 | |
| 3161 * files.el (auto-mode-alist): Add patterns for diff-mode. | |
| 3162 | |
| 3163 * complete.el (PC-do-complete-and-exit): Use minibuffer-prompt-end | |
| 3164 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
|
3165 |
| 26505 | 3166 1999-11-18 Dave Love <fx@gnu.org> |
| 3167 | |
| 3168 * simple.el (input-mode-8-bit): Fix the customization. | |
| 3169 | |
| 26489 | 3170 1999-11-18 Gerd Moellmann <gerd@gnu.org> |
| 3171 | |
| 26494 | 3172 * international/iso-acc.el (iso-languages): Add more |
| 3173 characters for Portuguese. | |
| 3174 | |
| 26492 | 3175 * speedbar.el: Clean up comment at the start of the file. |
| 3176 Remove RCS id. | |
| 3177 | |
| 26489 | 3178 * progmodes/compile.el (compilation-parse-errors): Use |
| 3179 compilation-buffer-p instead of testing major-mode. | |
| 3180 | |
| 26496 | 3181 1999-11-18 Dave Pearson <davep@hagbard.demon.co.uk> |
| 3182 | |
| 3183 * quickurl.el Added defcustom of quickurl-completion-ignore-case. | |
| 3184 (quickurl-ask): completion-ignore-case is set to the value of | |
| 3185 quickurl-completion-ignore-case for the duration of the call to | |
| 3186 completing-read. | |
|
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
3187 |
| 26487 | 3188 1999-11-18 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
| 3189 | |
| 3190 * mail/rmailedit.el (rmail-cease-edit): Run rmail-mode-hook. | |
| 3191 | |
|
26484
390d4b3523e9
rename ps-print-def.el to ps-vars.el
Kenichi Handa <handa@m17n.org>
parents:
26477
diff
changeset
|
3192 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
|
3193 |
|
390d4b3523e9
rename ps-print-def.el to ps-vars.el
Kenichi Handa <handa@m17n.org>
parents:
26477
diff
changeset
|
3194 * 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
|
3195 instead of ps-print-def. |
|
390d4b3523e9
rename ps-print-def.el to ps-vars.el
Kenichi Handa <handa@m17n.org>
parents:
26477
diff
changeset
|
3196 |
|
390d4b3523e9
rename ps-print-def.el to ps-vars.el
Kenichi Handa <handa@m17n.org>
parents:
26477
diff
changeset
|
3197 * 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
|
3198 |
|
390d4b3523e9
rename ps-print-def.el to ps-vars.el
Kenichi Handa <handa@m17n.org>
parents:
26477
diff
changeset
|
3199 * 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
|
3200 |
| 26477 | 3201 1999-11-17 Gerd Moellmann <gerd@gnu.org> |
| 3202 | |
| 3203 * simple.el (with-syntax-table): Save buffer explicitly instead of | |
| 3204 using save-excursion. | |
| 3205 | |
| 26467 | 3206 1999-11-16 Gerd Moellmann <gerd@gnu.org> |
| 3207 | |
| 3208 * mail/supercite.el: New maintainer. | |
| 3209 | |
| 3210 1999-11-16 Reto Zimmermann <reto@synopsys.com> | |
| 3211 | |
| 3212 * progmodes/vhdl-mode.el: Use new backquote syntax. | |
| 3213 | |
| 3214 1999-11-16 Gerd Moellmann <gerd@gnu.org> | |
| 3215 | |
| 3216 * simple.el (with-syntax-table): New. | |
| 3217 | |
|
26459
1ef9d70dfb0f
* dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
Sam Steingold <sds@gnu.org>
parents:
26458
diff
changeset
|
3218 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
|
3219 |
|
1ef9d70dfb0f
* dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
Sam Steingold <sds@gnu.org>
parents:
26458
diff
changeset
|
3220 * 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
|
3221 |
|
26458
a74c3ac8e0d8
* goto-addr.el (goto-address-at-mouse,
Sam Steingold <sds@gnu.org>
parents:
26457
diff
changeset
|
3222 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
|
3223 |
|
26458
a74c3ac8e0d8
* goto-addr.el (goto-address-at-mouse,
Sam Steingold <sds@gnu.org>
parents:
26457
diff
changeset
|
3224 * goto-addr.el (goto-address-at-mouse, |
|
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
3225 goto-address-find-address-at-point): Use compose-mail. |
|
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
3226 (goto-address-mail-method): Removed variable. |
|
26458
a74c3ac8e0d8
* goto-addr.el (goto-address-at-mouse,
Sam Steingold <sds@gnu.org>
parents:
26457
diff
changeset
|
3227 (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
|
3228 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
|
3229 |
|
26457
285ab8ddc125
* simple.el (backward-delete-char-untabify):
Sam Steingold <sds@gnu.org>
parents:
26456
diff
changeset
|
3230 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
|
3231 |
|
26457
285ab8ddc125
* simple.el (backward-delete-char-untabify):
Sam Steingold <sds@gnu.org>
parents:
26456
diff
changeset
|
3232 * simple.el (backward-delete-char-untabify): |
|
285ab8ddc125
* simple.el (backward-delete-char-untabify):
Sam Steingold <sds@gnu.org>
parents:
26456
diff
changeset
|
3233 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
|
3234 hungrily including newlines. |
|
26459
1ef9d70dfb0f
* dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
Sam Steingold <sds@gnu.org>
parents:
26458
diff
changeset
|
3235 |
| 26456 | 3236 1999-11-15 Sam Steingold <sds@ksp.com> |
| 3237 | |
| 3238 * 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
|
3239 |
| 26452 | 3240 1999-11-15 Dave Love <fx@gnu.org> |
| 3241 | |
| 3242 * cus-edit.el (customize-face, customize-face-other-window): | |
| 3243 Require match from completing-read. | |
| 3244 (custom-buffer-done-function): Default to custom-bury-buffer, not | |
| 3245 bury-buffer. | |
| 3246 | |
| 26450 | 3247 1999-11-15 Gerd Moellmann <gerd@gnu.org> |
| 3248 | |
| 26456 | 3249 * mail/rmail.el, iswitchb.el, hippie-exp.el, |
| 3250 progmodes/cperl-mode.el: Use new backquote syntax. | |
| 26450 | 3251 |
| 26445 | 3252 1998-09-14 Michael Ernst <mernst@alum.mit.edu> |
| 3253 | |
| 3254 * uniquify.el: Use new backquote syntax. | |
| 3255 | |
| 3256 1999-11-14 Markus Rost <rost@ias.edu> | |
| 26443 | 3257 |
| 3258 * ispell.el (ispell-dictionary-alist): Fix type by adding koi8-r | |
| 3259 as in ispell-local-dictionary-alist. | |
| 3260 | |
| 26445 | 3261 1999-11-14 Alex Schroeder <alex@gnu.org> |
| 26440 | 3262 |
| 3263 * ansi-color.el (ansi-color-apply): Updated regexps to include | |
| 3264 highlighted face. | |
|
26459
1ef9d70dfb0f
* dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
Sam Steingold <sds@gnu.org>
parents:
26458
diff
changeset
|
3265 |
| 26445 | 3266 1999-01-14 Johan Vromans <jvromans@squirrel.nl> |
| 26437 | 3267 |
|
26459
1ef9d70dfb0f
* dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
Sam Steingold <sds@gnu.org>
parents:
26458
diff
changeset
|
3268 * forms.el (forms--make-format-elt-using-text-properties): |
| 26437 | 3269 Treat `intangible' differently. |
| 3270 | |
| 3271 * forms.el: Use new backquote syntax. | |
| 3272 | |
| 26434 | 3273 1999-11-13 Gerd Moellmann <gerd@gnu.org> |
| 3274 | |
| 3275 * textmodes/scribe.el (scribe-mode): Doc-fix. | |
| 3276 | |
|
26431
e53a941311a2
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
26429
diff
changeset
|
3277 1999-11-13 Peter Breton <pbreton@ne.mediaone.net> |
|
e53a941311a2
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
26429
diff
changeset
|
3278 |
| 26435 | 3279 * net-utils.el (run-network-program, net-utils-run-program): Use |
| 3280 the new backquote syntax. | |
| 3281 (smbclient-program, smbclient-program-options) | |
| 3282 (smbclient-prompt-regexp, smbclient-font-lock-keywords): New | |
| 3283 variables | |
|
26431
e53a941311a2
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
26429
diff
changeset
|
3284 (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
|
3285 |
|
26427
3b6cf16f3633
* calendar/calendar.el (calendar-remove-frame-by-deleting):
Sam Steingold <sds@gnu.org>
parents:
26424
diff
changeset
|
3286 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
|
3287 |
| 26435 | 3288 * emulation/viper-init.el (viper-deflocalvar, viper-loop) |
| 3289 (viper-buffer-live-p, viper-kbd-buf-alist, viper-kbd-buf-pair) | |
| 3290 (viper-kbd-buf-definition, viper-kbd-mode-alist) | |
| 3291 (viper-kbd-mode-pair, viper-kbd-mode-definition) | |
| 3292 (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
|
3293 Use the new backquote syntax. |
|
e20b16957cdd
* emulation/viper-init.el (viper-deflocalvar, viper-loop,
Sam Steingold <sds@gnu.org>
parents:
26428
diff
changeset
|
3294 |
| 26435 | 3295 * emulation/viper-cmd.el (viper-test-com-defun) |
| 3296 (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
|
3297 Use the new backquote syntax. |
|
e20b16957cdd
* emulation/viper-init.el (viper-deflocalvar, viper-loop,
Sam Steingold <sds@gnu.org>
parents:
26428
diff
changeset
|
3298 |
|
26428
f572944ca41f
* emacs-lisp/debug.el (debugger-env-macro):
Sam Steingold <sds@gnu.org>
parents:
26427
diff
changeset
|
3299 * emacs-lisp/debug.el (debugger-env-macro): |
|
f572944ca41f
* emacs-lisp/debug.el (debugger-env-macro):
Sam Steingold <sds@gnu.org>
parents:
26427
diff
changeset
|
3300 Use the new backquote syntax. |
|
f572944ca41f
* emacs-lisp/debug.el (debugger-env-macro):
Sam Steingold <sds@gnu.org>
parents:
26427
diff
changeset
|
3301 |
|
f572944ca41f
* emacs-lisp/debug.el (debugger-env-macro):
Sam Steingold <sds@gnu.org>
parents:
26427
diff
changeset
|
3302 * 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
|
3303 Use the new backquote syntax. |
|
f572944ca41f
* emacs-lisp/debug.el (debugger-env-macro):
Sam Steingold <sds@gnu.org>
parents:
26427
diff
changeset
|
3304 |
|
26427
3b6cf16f3633
* calendar/calendar.el (calendar-remove-frame-by-deleting):
Sam Steingold <sds@gnu.org>
parents:
26424
diff
changeset
|
3305 * 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
|
3306 New user variable. |
|
3b6cf16f3633
* calendar/calendar.el (calendar-remove-frame-by-deleting):
Sam Steingold <sds@gnu.org>
parents:
26424
diff
changeset
|
3307 (calendar-hide-window): Use it. |
|
3b6cf16f3633
* calendar/calendar.el (calendar-remove-frame-by-deleting):
Sam Steingold <sds@gnu.org>
parents:
26424
diff
changeset
|
3308 (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
|
3309 Use the new backquote syntax. |
|
3b6cf16f3633
* calendar/calendar.el (calendar-remove-frame-by-deleting):
Sam Steingold <sds@gnu.org>
parents:
26424
diff
changeset
|
3310 |
| 26424 | 3311 1999-11-12 Andrew Innes <andrewi@gnu.org> |
| 3312 | |
| 3313 * select.el (x-set-selection): Call buffer-substring, not | |
| 3314 substring. Also fix docstring | |
| 3315 | |
| 26422 | 3316 1999-11-12 Peter Kleiweg <kleiweg@let.rug.nl> |
| 3317 | |
| 3318 * progmodes/ps-mode.el (ps-mode-submit-bug-report): Added list | |
| 3319 of customizable variables to bug report message. Added | |
| 3320 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
|
3321 |
| 26419 | 3322 1999-11-12 Gerd Moellmann <gerd@gnu.org> |
| 3323 | |
| 3324 * buff-menu.el (list-buffers-noselect): Use abbreviate-file-name | |
| 3325 to display file names. | |
| 3326 | |
| 26409 | 3327 1999-11-11 Gerd Moellmann <gerd@gnu.org> |
| 3328 | |
| 26411 | 3329 * mwheel.el: Fix copyright notice, don't require 'cl at run time. |
| 3330 | |
| 26409 | 3331 * isearch.el: Add lazy-highlighting feature. |
| 3332 | |
| 26406 | 3333 1999-11-10 Peter Kleiweg <kleiweg@let.rug.nl> |
| 3334 | |
| 3335 * progmodes/ps-mode.el (ps-mode-maintainer-address): New | |
|
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
3336 constant. |
| 26406 | 3337 (ps-mode-submit-bug-report): New function. Entry added to menu. |
| 3338 | |
|
26399
01ffc3822d09
Checked in changelog & elc file for mwheel.el
William M. Perry <wmperry@aventail.com>
parents:
26396
diff
changeset
|
3339 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
|
3340 |
|
01ffc3822d09
Checked in changelog & elc file for mwheel.el
William M. Perry <wmperry@aventail.com>
parents:
26396
diff
changeset
|
3341 * 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
|
3342 |
| 26394 | 3343 1999-11-10 Gerd Moellmann <gerd@gnu.org> |
| 3344 | |
| 26406 | 3345 * startup.el (initial-scratch-message): Add ";;" to the front of |
| 3346 lines in the message. | |
| 3347 | |
| 26396 | 3348 * files.el (file-local-copy): Remove optional BUFFER argument |
| 3349 because that's not used by anything. | |
| 3350 | |
| 26394 | 3351 * mail/mh-comp.el (mh-smail-batch): If TO is nil, use "" as |
| 3352 to-address. | |
| 3353 | |
| 26387 | 3354 1999-11-08 Markus Rost <rost@ias.edu> |
| 3355 | |
|
26427
3b6cf16f3633
* calendar/calendar.el (calendar-remove-frame-by-deleting):
Sam Steingold <sds@gnu.org>
parents:
26424
diff
changeset
|
3356 * wid-edit.el (widget-button-click): Wrap with save-excursion |
| 26387 | 3357 to restore track-mouse in the correct buffer. |
| 3358 | |
| 3359 1999-11-08 Gerd Moellmann <gerd@gnu.org> | |
| 3360 | |
| 3361 * mail/mh-e.el: Changed maintainer to billcurtis@hotmail.com. | |
| 3362 | |
| 3363 1999-11-08 Peter Kleiweg <kleiweg@let.rug.nl> | |
| 3364 | |
| 3365 * progmodes/ps-mode.el (ps-mode-print-function): Changed default | |
| 3366 lpr-command to "lp" for some system-types. (copied from lpr.el | |
| 3367 Emacs version 20.2.1). | |
|
26427
3b6cf16f3633
* calendar/calendar.el (calendar-remove-frame-by-deleting):
Sam Steingold <sds@gnu.org>
parents:
26424
diff
changeset
|
3368 |
| 26362 | 3369 1999-11-04 Markus Rost <rost@ias.edu> |
| 3370 | |
| 3371 * simple.el (comment-region): Strip off white space at end of | |
| 3372 comment-start. | |
| 3373 | |
| 26354 | 3374 1999-11-04 Gerd Moellmann <gerd@gnu.org> |
| 3375 | |
| 3376 * faces.el (secondary-selection): Fix wrong color name. | |
| 3377 | |
| 26352 | 3378 1999-11-04 John Tobey <jtobey@epsilondev.com> |
| 3379 | |
| 3380 * gud.el (gud-perldb-massage-args): Handle the case "perl -e 0", | |
| 3381 the default when invoking perldb in a non-Perl buffer, and other | |
| 3382 cases involving -e or --. | |
| 3383 | |
| 26342 | 3384 1999-11-04 Gerd Moellmann <gerd@gnu.org> |
| 3385 | |
| 26352 | 3386 * simple.el (previous-matching-history-element) |
| 3387 (next-history-element): Use delete-field instead of erase-field. | |
| 3388 | |
| 3389 * isearch.el (isearch-ring-advance-edit, isearch-complete-edit): | |
| 3390 Use delete-field instead of erase-field. | |
| 3391 | |
| 26344 | 3392 * faces.el (secondary-selection): Change background to yellow. |
| 3393 | |
| 26342 | 3394 * complete.el (PC-do-completion): Use minibuffer-prompt-end to |
| 3395 find the start of the text. Use field-string to read the user | |
| 3396 input. | |
| 3397 | |
| 26333 | 3398 1999-11-03 Gerd Moellmann <gerd@gnu.org> |
| 3399 | |
| 26338 | 3400 * faces.el (make-face-bold, make-face-unbold, make-face-italic) |
| 3401 (make-face-unitalic, make-face-bold-italic): Add NOERROR argument | |
| 3402 for compatibility with old face implementation. | |
| 3403 | |
| 26336 | 3404 * isearch.el (isearch-complete-edit, isearch-ring-advance-edit): |
| 3405 Use erase-field instead of erase-buffer. | |
| 3406 | |
| 26333 | 3407 * frame.el (blink-cursor-mode, blink-cursor-end): Use |
| 3408 internal-show-cursor with new interface. | |
| 3409 (blink-cursor-timer-function): New. | |
| 3410 (blink-cursor-start): Use blink-cursor-timer-function. | |
| 3411 | |
| 26331 | 3412 1999-11-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu> |
| 3413 | |
| 3414 * calendar.el (redraw-calendar): Move to nearest date before | |
| 3415 redrawing. | |
| 3416 | |
| 3417 * diary-lib.el (simple-diary-display): Reset modeline even if | |
| 3418 there are no diary entries since the diary buffer may be displayed. | |
| 3419 | |
| 26326 | 3420 1999-11-03 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
| 3421 | |
| 3422 * emacs-lisp/debug.el (debug): If noninteractive, display the | |
| 3423 backtrace using `message', then exit Emacs. | |
| 3424 (debugger-batch-max-lines): New variable. | |
| 3425 (debugger-setup-buffer): New subroutine, broken out of `debug'. | |
| 3426 Change the messages put at the start, to say that the debugger | |
| 3427 was entered. | |
| 3428 | |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
3429 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
|
3430 |
|
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
3431 * 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
|
3432 |
| 26295 | 3433 1999-11-01 John Tobey <jtobey@epsilondev.com> |
| 3434 | |
| 3435 * gud.el: (gud-perldb-massage-args): Massage correctly in the | |
| 3436 presence of perl switches other than "-e". | |
| 3437 | |
| 26287 | 3438 1999-11-01 Markus Rost <rost@ias.edu> |
| 3439 | |
| 3440 * dired-x.el (dired-smart-shell-command): Use | |
| 3441 shell-command-history as in shell-command. | |
| 3442 | |
| 26282 | 3443 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
| 3444 | |
| 3445 * userlock.el (ask-user-about-lock): Doc fix. | |
| 3446 | |
| 26285 | 3447 * frame.el: Doc fixes. |
| 3448 | |
| 26271 | 3449 1999-11-01 Gerd Moellmann <gerd@gnu.org> |
| 3450 | |
| 26279 | 3451 * frame.el (blink-cursor-mode): Call internal-show-cursor instead |
| 3452 of show-cursor. | |
| 3453 (blink-cursor-start, blink-cursor-end): Ditto. | |
| 3454 | |
| 26271 | 3455 * textmodes/tex-mode.el (tex-default-mode): Changed to latex-mode. |
| 3456 | |
| 26269 | 3457 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
| 3458 | |
| 3459 * window.el (walk-windows): If ALL-FRAMES is a frame, | |
| 3460 start on that frame. Use save-selected-window. | |
| 3461 | |
| 26266 | 3462 1999-11-01 Gerd Moellmann <gerd@gnu.org> |
| 3463 | |
| 3464 * simple.el (end-of-buffer): Use window-end to find the window end | |
| 3465 instead of vertical-motion because this handles variable-height | |
| 3466 lines correctly. | |
| 3467 | |
|
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
3468 1999-11-01 Michael Kifer <kifer@cs.sunysb.edu> |
|
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
3469 |
| 26266 | 3470 * 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
|
3471 |
| 26266 | 3472 * 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
|
3473 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
|
3474 windows. |
| 26266 | 3475 (ediff-file-checked-in-p): Don't consider CVS |
|
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
3476 files checked in. |
|
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
3477 (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
|
3478 are writing to a newly created empty file. |
|
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
3479 |
| 26266 | 3480 * 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
|
3481 |
|
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
3482 * ediff-vers.el (ediff-pcl-cvs-view-revision): |
| 26266 | 3483 First cd to the file directory. reportedly works |
|
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
3484 better with remote files. |
|
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
3485 |
|
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
3486 * ediff-vers.el (ediff-pcl-cvs-internal, ediff-pcl-cvs-merge-internal): |
| 26266 | 3487 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
|
3488 |
| 26271 | 3489 * ediff-diff.el (ediff-cmp-options): New variable. |
| 26267 | 3490 (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
|
3491 |
|
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
3492 * ediff-ptch.el (ediff-prompt-for-patch-buffer, |
| 26266 | 3493 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
|
3494 patch. |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
3495 |
| 26271 | 3496 * viper-keym.el: Fixed calls to viper-ex, change key C-c g to C-c |
| 3497 C-g | |
|
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
3498 |
| 26266 | 3499 * viper-util.el (viper-nontrivial-find-file-function): Deleted. |
| 3500 (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
|
3501 (viper-save-cursor-color,viper-restore-cursor-color): |
| 26266 | 3502 Improved cursor color handling. |
|
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
3503 (viper-get-saved-cursor-color-in-replace-mode, |
| 26266 | 3504 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
|
3505 better cursor color handling. |
|
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
3506 |
|
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
3507 * viper-ex.el (ex-read,ex-edit): |
| 26266 | 3508 Fixes for correct interpretation of #,%. |
| 3509 (viper-ex): Now works correctly when called from other functions. | |
| 3510 (viper-glob-function): New variable. | |
| 3511 (viper-ex): Save excursion before doing :global. | |
| 3512 | |
| 3513 * 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
|
3514 |
|
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
3515 * viper-cmd.el (viper-post-command-sentinel, |
|
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
3516 viper-insert-state-post-command-sentinel, |
| 26266 | 3517 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
|
3518 cursor colors. |
| 26267 | 3519 |
| 3520 * viper.el: Version change. | |
|
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
3521 |
| 26260 | 3522 1999-10-31 Rajesh Vaidheeswarran <rv@dsmit.com> |
| 3523 | |
| 3524 * whitespace.el (whitespace-update-modeline): Bugfix to ensure | |
| 3525 that the modeline display was updated *only* when | |
| 3526 `whitespace-display-in-modeline' was set, not otherwise. | |
| 3527 | |
| 26248 | 3528 1999-10-30 Gerd Moellmann <gerd@gnu.org> |
| 3529 | |
| 26251 | 3530 * textmodes/sgml-mode.el (sgml-char-names): Change "half" to |
| 3531 "frac12". | |
| 3532 | |
| 26248 | 3533 * emacs-lisp/advice.el (ad-activate-on): Make it an alias for |
| 3534 ad-activate. | |
| 3535 | |
| 26246 | 3536 1999-10-30 Rajesh Vaidheeswarran <rv@dsmit.com> |
| 3537 | |
| 26254 | 3538 * whitespace.el: Test for existence of `defcustom' and `defgroup' |
| 3539 using fboundp instead of assuming that these are not present in | |
| 3540 particular flavors of emacs. | |
| 3541 (whitespace-version): Update to 2.8 | |
| 3542 (whitespace-display-in-modeline): Add custom variable to control | |
| 3543 displaying the whitespace errors on the modeline based on | |
| 3544 suggestion from <klaus.berndl@sdm.de> | |
| 3545 (whitespace-buffer): Now returns `t' if unclean and `nil' if | |
| 3546 clean, to enable using as a hook function, as suggested by Puneet | |
| 3547 Goel <puneet@computer.org> | |
| 3548 (whitespace-buffer): Fix a subtle bug that cleaned up only if | |
| 3549 quiet was not set, even with whitespace-auto-cleanup set. | |
| 3550 (whitespace-mode-line): Now uses less modeline real estate and | |
| 3551 shows whitespaces as W:<x>!<y> where <x> is any type of whitespace | |
| 3552 which is present in the file, and <y> is any type of whitespace | |
| 3553 whose check has been suppressed by setting | |
| 26246 | 3554 `whitespace-check-<whitespace-type>' to nil. |
| 26254 | 3555 (whitespace-unchecked-whitespaces): New function to return the |
| 3556 list of whitespaces for whom checks have been suppressed. | |
| 3557 (whitespace-display-unchecked-whitespaces): Renamed to | |
| 3558 `whitespace-update-modeline' to reflect its functionality. | |
| 26246 | 3559 |
| 26244 | 3560 1999-10-30 Gerd Moellmann <gerd@gnu.org> |
| 3561 | |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
3562 * progmodes/compile.el (compilation-error-regexp-alist): |
| 26244 | 3563 Undo previous change. |
| 3564 | |
| 26232 | 3565 1999-10-28 Dave Love <fx@gnu.org> |
| 3566 | |
| 3567 * help.el (help-follow): Make arg optional again and really | |
| 3568 default to point. | |
| 3569 | |
| 26228 | 3570 1999-10-28 Gerd Moellmann <gerd@gnu.org> |
| 3571 | |
| 26234 | 3572 * 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
|
3573 |
| 26228 | 3574 * progmodes/ada-mode.el, progmodes/ada-prj.el, |
| 3575 progmodes/ada-stmt.el, progmodes/ada-xref.el: Doc-string and | |
| 3576 comment fixes. | |
| 3577 | |
| 26231 | 3578 * 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
|
3579 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
|
3580 |
| 26223 | 3581 1999-10-27 Dave Love <fx@gnu.org> |
| 3582 | |
| 3583 * progmodes/compile.el: Checkdoc-inspired fixes. | |
| 3584 | |
| 26220 | 3585 1999-10-27 Gerd Moellmann <gerd@gnu.org> |
| 3586 | |
| 3587 * lpr.el (print-buffer): Doc-string fix. | |
| 3588 | |
| 26218 | 3589 1999-10-27 Dave Love <fx@gnu.org> |
| 3590 | |
| 3591 * emacs-lisp/advice.el: Doc fixes. | |
| 3592 (ad-lemacs-p): Removed. | |
| 3593 (advice): Add :link to defgroup. | |
| 3594 | |
| 26209 | 3595 1999-10-27 Kenichi Handa <handa@etl.go.jp> |
| 3596 | |
| 3597 * ange-ftp.el (ange-ftp-insert-file-contents): Don't change | |
| 3598 last-coding-system-used by the call of ange-ftp-set-ascii-mode. | |
| 3599 | |
|
26617
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
3600 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
|
3601 |
|
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
3602 * window.el (walk-windows): If ALL-FRAMES is a frame, |
|
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
3603 start on that frame. Use save-selected-window. |
|
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
3604 |
| 26207 | 3605 1999-10-27 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
| 3606 | |
| 3607 * emacs-lisp/advice.el (ad-activate-internal): Renamed from | |
| 3608 ad-activate. All callers changed, including those in data.c. | |
| 3609 (ad-activate-internal-off): Renamed from ad-activate-off. | |
| 3610 All uses changed. | |
| 3611 (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
|
3612 (ad-start-advice, ad-stop-advice, ad-recover-normality): |
| 26207 | 3613 Alter the definition of ad-activate-internal, not ad-activate. |
| 3614 | |
| 26196 | 3615 1999-10-26 Gerd Moellmann <gerd@gnu.org> |
| 3616 | |
| 3617 * startup.el (command-line-1): Add support for command line | |
| 3618 arguments `file' and `execute'. Fix handling of `visit'. | |
| 3619 | |
| 26191 | 3620 1999-10-26 Kenichi Handa <handa@etl.go.jp> |
| 3621 | |
| 3622 * international/mule-cmds.el (read-input-method-name): Handle the | |
| 3623 case that the arg DEFAULT is symbol. | |
| 3624 | |
| 3625 * international/mule-diag.el (mule-diag): Handle the case that | |
| 3626 default-input-method is symbol. | |
| 3627 | |
| 26187 | 3628 1999-10-26 Gerd Moellmann <gerd@gnu.org> |
| 3629 | |
| 3630 * textmodes/tildify.el: New file. | |
| 3631 | |
| 26184 | 3632 1999-10-25 Sam Steingold <sds@ksp.com> |
| 3633 | |
| 3634 * Makefile (compile-files): Fixed the "tr" strings. | |
| 3635 (EMACS): Set to ../src/emacs. | |
| 3636 | |
| 26173 | 3637 1999-10-25 Gerd Moellmann <gerd@gnu.org> |
| 3638 | |
| 3639 * info.el (Info-build-node-completions): Add '("*") to the | |
| 3640 completion list. | |
| 3641 | |
| 26167 | 3642 1999-10-25 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
| 3643 | |
| 3644 * frame.el (auto-raise-mode): When enabling the mode, | |
| 3645 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
|
3646 |
| 26170 | 3647 * indent.el (indent-region): Doc fix. |
| 3648 | |
| 26175 | 3649 * comint.el (comint-output-filter): Make the Comint buffer current |
| 3650 for the comint-preoutput-filter-functions. | |
| 3651 | |
| 26177 | 3652 * mail/reporter.el: Doc fix. |
| 3653 | |
|
26156
9a67e9379891
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
26151
diff
changeset
|
3654 1999-10-24 Stephen Eglen <stephen@gnu.org> |
|
9a67e9379891
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
26151
diff
changeset
|
3655 |
|
26158
4c3791dba96a
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
26156
diff
changeset
|
3656 * 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
|
3657 that Octave lisp files can also run under XEmacs 20. |
|
26158
4c3791dba96a
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
26156
diff
changeset
|
3658 (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
|
3659 |
|
26156
9a67e9379891
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
26151
diff
changeset
|
3660 * iswitchb.el (iswitchb-default-keybindings): No need to use |
|
9a67e9379891
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
26151
diff
changeset
|
3661 read-kbd-macro in keybindings. |
|
9a67e9379891
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
26151
diff
changeset
|
3662 |
| 26151 | 3663 1999-10-23 Dave Love <fx@gnu.org> |
| 3664 | |
| 3665 * elide-head.el: New file. | |
| 3666 | |
| 26148 | 3667 1999-10-23 Gerd Moellmann <gerd@gnu.org> |
| 3668 | |
| 3669 * Makefile (compile-files, backup-compiled-files): New targets. | |
| 3670 (bootstrap, bootstrap-clean): Ditto. | |
| 3671 | |
|
26138
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
3672 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
|
3673 |
|
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
3674 * international/mule-cmds.c (locale-language-names): |
|
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
3675 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
|
3676 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
|
3677 Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet). |
|
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
3678 Use Latin-8 for Welsh. |
|
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
3679 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
|
3680 Use Latin-1 for Scots Gaelic, Tagalog. |
|
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
3681 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
|
3682 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
|
3683 (locale-preferred-coding-systems, locale-language-names): |
|
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
3684 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
|
3685 does this. |
|
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
3686 (locale-charset-language-names): New variable. |
|
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
3687 (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
|
3688 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
|
3689 language name specified by locale-language-names. |
|
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
3690 |
| 26132 | 3691 1999-10-22 Dave Love <fx@gnu.org> |
| 3692 | |
| 26137 | 3693 * make-mode.el: Minor doc fixes. |
| 3694 | |
| 26132 | 3695 * latin-9.el: Avoid non-ASCII characters to prevent loadup failure. |
| 3696 | |
| 26129 | 3697 1999-10-21 Dave Love <fx@gnu.org> |
| 3698 | |
| 3699 * loadup.el: Add latin-8, latin-9. | |
| 3700 | |
|
26124
ee67b2340a0f
* disp-table.el (standard-display-european): Remove undocumented
Paul Eggert <eggert@twinsun.com>
parents:
26122
diff
changeset
|
3701 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
|
3702 |
|
ee67b2340a0f
* disp-table.el (standard-display-european): Remove undocumented
Paul Eggert <eggert@twinsun.com>
parents:
26122
diff
changeset
|
3703 * 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
|
3704 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
|
3705 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
|
3706 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
|
3707 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
|
3708 |
| 26121 | 3709 1999-10-20 Gerd Moellmann <gerd@gnu.org> |
| 3710 | |
| 3711 * dired.el (dired-move-to-filename-regexp): Fix long comment lines | |
| 3712 that were split so that part of the comment appeared as Lisp code. | |
| 3713 | |
| 26117 | 3714 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
| 3715 | |
| 3716 * ps-bdf.el: Doc fix. | |
| 3717 | |
| 3718 * ps-print-def.el: New file: common definitions for all parts of | |
| 3719 ps-print. | |
| 3720 (ps-multibyte-buffer): Moved from ps-mule. | |
| 3721 | |
| 3722 * ps-mule.el: File dependence fix. | |
| 3723 (ps-multibyte-buffer): Moved to ps-print-def. | |
| 3724 | |
| 3725 * ps-print.el: Doc fix, better customization. | |
| 3726 (ps-print-region-function, ps-number-of-columns, ps-spool-tumble) | |
| 3727 (ps-print-color-p, ps-printing-region-p, ps-n-up-database) | |
| 3728 (ps-end-file): Doc fix. | |
| 3729 (ps-setup, ps-begin-file): Fun fix. | |
| 3730 (postscript): New group. | |
| 3731 (ps-zebra-gray, ps-banner-page-when-duplexing): New vars. | |
| 3732 (ps-print-prologue-1): Adjust PostScript programming. | |
| 3733 (ps-print): Adjust group hierarchy. | |
| 3734 (ps-print-n-up, ps-print-zebra, ps-print-background, | |
| 3735 ps-print-printer) | |
| 3736 (ps-print-page): New subgroups. | |
| 3737 (ps-print-prologue-header, ps-printer-name, ps-lpr-command) | |
| 3738 (ps-lpr-switches, ps-page-dimensions-database, ps-paper-type) | |
| 3739 (ps-landscape-mode, ps-print-control-characters, ps-n-up-printing) | |
| 3740 (ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling, ps-zebra-stripes) | |
| 3741 (ps-zebra-stripe-height, ps-print-background-image) | |
| 3742 (ps-print-background-text, ps-spool-config): Adjust customization. | |
| 3743 (dos-ps-printer): Definition eliminated. | |
| 3744 | |
| 3745 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
| 3746 | |
| 3747 * ps-mule.el: Doc fix, define functions properly if mule package is | |
| 3748 loaded or not. | |
| 3749 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Define properly if | |
| 3750 mule package is loaded or not. | |
| 3751 | |
| 3752 * ps-print.el: Doc fix, n-up printing. | |
| 3753 (ps-print-version): New version number (5.0). | |
| 3754 (ps-page-dimensions-database): Added document media. | |
| 3755 (ps-n-up-printing, ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling) | |
| 3756 (ps-page-order, ps-printing-region-p): New vars. | |
| 3757 (ps-n-up-printing, ps-n-up-filling, ps-header-sheet, ps-end-job): New | |
| 3758 funs. | |
| 3759 (ps-page-dimensions-get-media, ps-n-up-landscape, ps-n-up-lines) | |
| 3760 (ps-n-up-columns, ps-n-up-missing, ps-n-up-xcolumn, ps-n-up-ycolumn) | |
| 3761 (ps-n-up-xline, ps-n-up-yline, ps-n-up-repeat, ps-n-up-end) | |
| 3762 (ps-n-up-xstart, ps-n-up-ystart): New macros. | |
| 3763 (ps-print-begin-sheet-hook): New hook. | |
| 3764 (ps-boundingbox-re, ps-n-up-database, ps-n-up-filling-database): New | |
| 3765 const. | |
| 3766 (ps-setup, ps-begin-file, ps-get-buffer-name, ps-begin-job) | |
| 3767 (ps-end-file, ps-dummy-page, ps-generate): Fix funs. | |
| 3768 (ps-print-prologue-1): Adjust PostScript programming for n-up printing. | |
| 3769 (ps-count-lines): Changed to defun. | |
| 3770 (ps-header-page): Changed to defsubst, fix fun. | |
| 3771 (ps-printing-region): Doc fix, adjust programming code. | |
| 3772 (ps-output-boolean, ps-background-pages, ps-background-text) | |
| 3773 (ps-background-image, ps-background, ps-get-boundingbox): Adjust | |
| 3774 programming code. | |
| 3775 | |
| 3776 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
| 3777 | |
| 3778 * ps-print.el: Doc fix, duplex and setpagedevice configuration. | |
| 3779 (ps-print-version): New version number (4.2). | |
| 3780 (ps-spool-config, ps-spool-tumble): New vars. | |
| 3781 (ps-print-prologue-1): Changed to defconst, adjust PostScript | |
| 3782 programming, new PostScript procedure to handle errors. | |
| 3783 (ps-print-prologue-2): Changed to defconst. | |
| 3784 (ps-print-duplex-feature): New const: duplex and tumble setting. | |
| 3785 (ps-setup, ps-begin-file): Fix funs. | |
| 3786 (ps-boolean-capitalized): New fun. | |
| 3787 | |
|
26112
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
3788 1999-10-19 Stefan Monnier <monnier@cs.yale.edu> |
|
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
3789 |
|
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
3790 * Makefile (dontcompilefiles): Obsoleted. |
|
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
3791 (DONTCOMPILE): Added emacs-lisp/cl-specs.el. |
|
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
3792 (EL): Unused. |
|
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
3793 (temacs): Removed (unused). |
|
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
3794 (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
|
3795 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
|
3796 (autoloads): Force the use of `pwd`/loaddefs.el. |
|
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
3797 (updates); Redefined in terms of other targets to reduce redundancy. |
|
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
3798 (.el.elc): New default rule, just in case you want it. |
|
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
3799 (compile): Use a single invocation of Emacs. |
|
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
3800 (bootstrap-compile); Unneeded. |
|
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
3801 (autoloads-with-other-emacs): Unneeded now that autoloads is fixed. |
|
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
3802 |
| 26102 | 3803 1999-10-19 Dave Love <fx@gnu.org> |
| 3804 | |
| 3805 * emacs-lisp/eval-reg.el: Removed -- not now needed by edebug. | |
| 3806 | |
| 26100 | 3807 1999-10-19 Sam Steingold <sds@ksp.com> |
| 3808 | |
| 3809 * map-ynp.el (map-y-or-n-p): Remove extraneous `not' to | |
| 3810 comply with the comment. | |
| 3811 | |
| 26098 | 3812 1999-10-19 Gerd Moellmann <gerd@gnu.org> |
| 3813 | |
| 3814 * autorevert.el (auto-revert-mode): Make auto-revert-mode | |
| 3815 permanent-local. | |
| 3816 | |
| 26094 | 3817 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
|
3818 |
| 26094 | 3819 * progmodes/ps-mode.el (ps-mode-print-function): Fix default |
| 3820 value: \"lpr\" changed to "lpr" | |
| 3821 (ps-mode-version): New constant | |
| 3822 (ps-mode-show-version): New function, added key in ps-mode-map | |
| 3823 (ps-run-messages): Removed | |
| 3824 (ps-run-font-lock-keywords-2): New defcustom variable replacing | |
| 3825 ps-run-messages. These keywords now include the value of | |
| 3826 ps-run-prompt, making its fontification customizable. | |
| 3827 (ps-run-init): Removed \\n from docstring, it is now added when | |
| 3828 the value is used | |
| 3829 (ps-run-font-lock-keywords-1): Added checking for initial ^ in | |
| 3830 ps-run-prompt | |
| 3831 (ps-mode): Added ps-run-font-lock-keywords-2 to list of | |
| 26095 | 3832 customizable variables in doc-string (its equivalent |
| 26094 | 3833 ps-run-messages was missing in previous version of the doc-string) |
| 3834 (ps-run-mode): Simplified assignment to font-lock-defaults, using | |
| 3835 symbols only | |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
3836 |
| 26091 | 3837 1999-10-19 Alex Schroeder <alex@gnu.org> |
| 3838 | |
| 3839 * ansi-color.el: Complete rewrite. | |
| 3840 | |
|
26084
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
3841 1999-10-19 Paul Eggert <eggert@twinsun.com> |
|
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
3842 |
|
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
3843 Fix bootstrapping problems. |
|
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
3844 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
|
3845 |
|
26084
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
3846 * international/mule-cmds.el (global-map): |
|
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
3847 Do not use backquote, because that makes a bootstrapping |
|
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
3848 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
|
3849 * international/mule.el (charset-id, charset-bytes, |
|
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
3850 charset-dimension, charset-chars, charset-width, |
|
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
3851 charset-direction, charset-iso-final-char, |
|
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
3852 charset-iso-graphic-plane, charset-reverse-charset, |
|
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
3853 charset-short-name, charset-long-name, charset-description, |
|
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
3854 charset-plist): Likewise. |
|
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
3855 * subr.el (save-match-data): Likewise. |
|
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
3856 |
|
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
3857 * international/mule-cmds.el |
|
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
3858 (set-display-table-and-terminal-coding-system): New function, |
|
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
3859 containing code migrated out of set-language-environment. |
|
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
3860 (set-language-environment, set-locale-environment): Use it. |
|
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
3861 (locale-translation-file-name): Moved here from startup.el. |
|
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
3862 (locale-language-names, locale-preferred-coding-systems): |
|
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
3863 New vars. |
|
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
3864 (locale-name-match, set-locale-environment): New functions. |
|
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
3865 |
|
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
3866 * language/japan-util.el (setup-japanese-environment-internal): |
|
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
3867 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
|
3868 |
|
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
3869 * startup.el (iso-8859-n-locale-regexp): Remove. |
|
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
3870 (locale-translation-file-name): Move to mule-cmds.el. |
|
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
3871 (command-line): Move locale-stuff into set-locale-environment. |
|
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
3872 |
| 26080 | 3873 1999-10-18 Dave Love <fx@gnu.org> |
| 3874 | |
| 3875 * abbrev.el (add-abbrev, inverse-add-abbrev) | |
| 3876 (expand-region-abbrevs): Remove properties from buffer text. | |
| 3877 | |
| 26064 | 3878 1999-10-17 Gerd Moellmann <gerd@gnu.org> |
| 3879 | |
| 26066 | 3880 * iswitchb.el (iswitchb-exhibit): Extract user-input only |
| 3881 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
|
3882 |
| 26064 | 3883 * simple.el (minibuffer-prompt-end): Return the position |
| 3884 after the prompt, not the position of that last character | |
| 3885 of the prompt. | |
| 3886 | |
| 26061 | 3887 1999-10-17 Miles Bader <miles@gnu.org> |
| 3888 | |
| 3889 * simple.el: Doc fixes. | |
| 3890 | |
| 3891 1999-10-17 Miles Bader <miles@gnu.org> | |
| 3892 | |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
3893 * simple.el (previous-matching-history-element, next-history-element): |
| 26061 | 3894 Change to work correctly even if the point is in the prompt. |
| 3895 (choose-completion-string): Likewise. | |
| 3896 (minibuffer-prompt-width): New function (compatibility with old subr). | |
| 3897 | |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
3898 * textmodes/paragraphs.el (forward-sentence, forward-paragraph): |
| 26061 | 3899 When constraining the final position to the current field, |
| 3900 don't use the ONLY-IN-LINE mode of constrain-to-field. | |
| 3901 | |
| 3902 1999-10-17 Miles Bader <miles@gnu.org> | |
| 3903 | |
| 3904 * simple.el (line-move): Supply new ESCAPE-FROM-EDGE argument to | |
| 3905 constrain-to-field. | |
| 3906 * textmodes/paragraphs.el (forward-sentence): Likewise. | |
| 3907 | |
| 3908 1999-10-17 Miles Bader <miles@gnu.org> | |
| 3909 | |
| 3910 * simple.el (line-move): Use constrain-to-field to avoid | |
| 3911 moving into a prompt. | |
| 3912 (previous-complete-history-element): Clarify doc string. | |
| 3913 (next-complete-history-element): Likewise. | |
| 3914 Use field-beginning instead of point-min. | |
| 3915 (next-matching-history-element): Use field-beginning and | |
| 3916 erase-field instead of point-min and erase-buffer. | |
| 3917 * textmodes/paragraphs.el | |
| 3918 (forward-paragraph, forward-sentence): Likewise. | |
| 3919 (backward-kill-paragraph, backward-kill-sentence): Remove code to | |
| 3920 constrain the kill to an field, as the movement commands now | |
| 3921 do this. | |
| 3922 | |
| 3923 1999-10-17 Miles Bader <miles@gnu.org> | |
| 3924 | |
| 3925 * simple.el (previous-matching-history-element): Get the | |
| 3926 minibuffer input with field-string instead of buffer-string. | |
| 3927 (choose-completion-string): Likewise. | |
| 3928 (next-history-element): Likewise. | |
| 3929 Erase the minibuffer input with erase-field, not erase-buffer. | |
| 3930 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
|
3931 * textmodes/paragraphs.el (backward-kill-sentence): |
| 26061 | 3932 Remove minibuffer-prompt hack. |
| 3933 Constrain to any input field. | |
| 3934 | |
| 26053 | 3935 1999-10-17 Sam Steingold <sds@ksp.com> |
| 3936 | |
| 3937 * bindings.el (completion-ignored-extensions): Added ".sparcf" | |
| 3938 for CMUCL on sparc and ".ufsl" for LispWorks. | |
| 3939 (bound-and-true-p): Bugfix: free variable `v'. | |
| 3940 | |
| 26050 | 3941 1999-10-16 Dave Love <d.love@dl.ac.uk> |
| 3942 | |
| 3943 * emacs-lisp/edebug.el (edebug-install-read-eval-functions) | |
| 3944 (edebug-uninstall-read-eval-functions): Use load-read-function, | |
| 3945 avoiding elisp-eval. | |
| 3946 | |
| 26048 | 3947 1999-10-16 Sam Steingold <sds@ksp.com> |
| 3948 | |
| 3949 * emacs-lisp/cl-indent.el (common-lisp-indent-function): Use `eq' | |
| 3950 instead of `eql'. | |
| 3951 | |
|
26039
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
3952 1999-10-14 Stefan Monnier <monnier@cs.yale.edu> |
|
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
3953 |
|
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
3954 * 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
|
3955 * 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
|
3956 (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
|
3957 * ediff-util.el (ediff-make-temp-file): |
|
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
3958 * ediff-vers.el (ediff-pcl-cvs-view-revision): |
|
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
3959 * emerge.el (emerge-make-temp-file): |
|
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
3960 * 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
|
3961 * vc.el (vc-update-change-log): |
|
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
3962 * mail/mailpost.el (post-mail-send-it): |
|
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
3963 * mail/metamail.el (metamail-region): |
|
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
3964 * progmodes/cmacexp.el (c-macro-expansion): |
|
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
3965 * textmodes/makeinfo.el (makeinfo-region): Use make-temp-file. |
|
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
3966 |
| 26029 | 3967 1999-10-15 Gerd Moellmann <gerd@gnu.org> |
| 3968 | |
| 3969 * smtpmail.el (smtpmail-via-smtp): Add support for | |
| 3970 automatically appending a domain to RCPT TO: addresses. | |
| 3971 | |
| 26027 | 3972 1999-10-14 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
| 3973 | |
| 3974 * dired.el (dired-insert-directory): Insert the amount of | |
| 3975 free space after the total size. | |
| 3976 (dired-free-space-program, dired-free-space-args): New variables. | |
| 3977 | |
| 26023 | 3978 1999-10-14 Karl Heuer <kwzh@gnu.org> |
| 3979 | |
| 3980 * mail/rmail.el (rmail-pop-password-error): Add new pattern. | |
| 3981 | |
| 26017 | 3982 1999-10-14 Dave Love <fx@gnu.org> |
| 3983 | |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
3984 * international/characters.el: |
| 26017 | 3985 * international/fontset.el: |
| 3986 * international/mule-conf.el: Add latin-iso8859-1[45]. | |
| 3987 | |
| 3988 * language/european.el: Add Latin-8, Latin-9. Modify some doc | |
| 3989 strings. | |
| 3990 | |
| 3991 * startup.el (iso-8859-n-locale-regexp): Modify for Latin-[89]. | |
| 3992 (command-line): Detect Latin-[89] locales. | |
| 3993 | |
| 26011 | 3994 1999-10-13 Stefan Monnier <monnier@cs.yale.edu> |
| 3995 | |
| 3996 * international/mule-cmds.el (select-safe-coding-system) | |
|
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
3997 (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
|
3998 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
|
3999 integer 0 during the loadup.el process. |
|
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
4000 |
|
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
4001 * diff-mode.el (diff-find-file-name): Use `Index:' preferentially. |
| 26011 | 4002 |
| 26008 | 4003 1999-10-13 Dave Love <fx@gnu.org> |
| 4004 | |
| 4005 * image.el (insert-image): Copy the image spec and add an | |
| 4006 intangible property. | |
| 4007 | |
|
26004
11f91800bec3
(Info-on-current-buffer): new entry point.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26003
diff
changeset
|
4008 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
|
4009 |
| 26008 | 4010 * help.el (help-xref-interned): Make it also work on variable-only |
| 4011 and function-only symbols. | |
| 4012 (help-make-xrefs): Take advantage of the new `help-xref-interned'. | |
| 4013 (help-follow): If the point under mouse is not highlighted, try | |
| 4014 `help-xref-interned' on the pointed-to symbol anyway. | |
| 4015 | |
| 4016 * info.el (Info-on-current-buffer): New entry point. | |
| 4017 (Info-find-node): Split into two for Info-on-current-buffer to | |
| 4018 hook into it. | |
|
26004
11f91800bec3
(Info-on-current-buffer): new entry point.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26003
diff
changeset
|
4019 (Info-current-file, Info-set-mode-line, Info-up): |
| 26008 | 4020 Info-current-file can now be t. |
|
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
4021 (Info-clone-buffer-hook): Function for `clone-buffer'. |
| 26008 | 4022 (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
|
4023 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
|
4024 |
|
26002
4f46db3c9d7d
* subr.el (with-current-buffer): don't use backquotes to avoid
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26001
diff
changeset
|
4025 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
|
4026 |
| 26008 | 4027 * simple.el (shell-command, shell-command-on-region): Use |
| 4028 make-temp-file. | |
| 4029 (clone-buffer, clone-process, clone-buffer-hook): New functions. | |
| 4030 | |
| 4031 * subr.el (with-current-buffer): Don't use backquotes to avoid | |
| 4032 bootstrapping problems. | |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
4033 |
| 26008 | 4034 * loadup.el (load-path): Add subdirs for bootstrapping. |
| 4035 (docstrings): Ignore errors during bootstrapping. | |
| 4036 (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
|
4037 |
| 26001 | 4038 1999-10-12 Emmanuel Briot <briot@gnat.com> |
| 4039 | |
| 4040 * ada-stmt.el: Doc-string fixes. | |
| 4041 | |
| 25991 | 4042 1999-10-12 Gerd Moellmann <gerd@gnu.org> |
| 4043 | |
| 25998 | 4044 * recentf.el: New file. |
| 4045 | |
| 25991 | 4046 * ps-mode.el: New file. |
| 4047 | |
| 4048 * files.el (auto-mode-alist): Add ps-mode for .eps and .ps, | |
| 4049 case insensitive. | |
| 4050 | |
| 25985 | 4051 1999-10-12 Richard Sharman <rsharman@pobox.com> |
| 4052 | |
| 4053 * sh-script.el: Added support for indenting existing scripts. | |
| 4054 (sh-mode-map): Added new bindings. | |
| 4055 (sh-mode): Updated mode doc-string for new commands, added | |
| 4056 make-local-variable calls, initialize mode-specific variables. | |
| 4057 (sh-indent-line): Renamed to sh-basic-indent-line; sh-indent-line | |
| 4058 is now a different function. | |
| 4059 (sh-header-marker): Changed docstring. | |
| 4060 (sh-set-shell): Initialize mode-specific variables. | |
| 4061 (sh-case, sh-for, sh-if, sh-indexed-loop, sh-repeat, sh-select) | |
| 4062 (sh-tmp-file, sh-until, sh-until, sh-while, sh-while-getopts): | |
| 4063 Changed these define-skeleton calls to work with user-specified | |
| 4064 indentation settings. | |
| 4065 (sh-basic-indent-line, sh-blink, sh-calculate-indent) | |
| 4066 (sh-check-paren-in-case, sh-check-rule, sh-do-nothing) | |
| 4067 (sh-electric-hash, sh-electric-less, sh-electric-rparen) | |
| 4068 (sh-find-prev-matching, sh-find-prev-switch, sh-get-indent-info) | |
| 4069 (sh-get-indent-var-for-line, sh-get-kw, sh-get-word) | |
| 4070 (sh-goto-match-for-done, sh-goto-matching-case, sh-goto-matching-if) | |
| 4071 (sh-guess-basic-offset, sh-handle-after-case-label) | |
| 4072 (sh-handle-prev-case, sh-handle-prev-case-alt-end, sh-handle-prev-do) | |
| 4073 (sh-handle-prev-done, sh-handle-prev-else, sh-handle-prev-esac) | |
| 4074 (sh-handle-prev-fi, sh-handle-prev-if, sh-handle-prev-open) | |
| 4075 (sh-handle-prev-rc-case, sh-handle-prev-then, sh-handle-this-close) | |
| 4076 (sh-handle-this-do, sh-handle-this-done, sh-handle-this-else) | |
| 4077 (sh-handle-this-esac, sh-handle-this-fi, sh-handle-this-rc-case) | |
| 4078 (sh-handle-this-then, sh-help-string-for-variable) | |
| 4079 (sh-in-comment-or-string, sh-indent-line, sh-learn-buffer-indent) | |
| 4080 (sh-learn-line-indent, sh-load-style, sh-make-vars-local, sh-mark-init) | |
| 4081 (sh-mark-line, sh-mkword-regexpr, sh-mkword-regexp) | |
| 4082 (sh-must-be-shell-mode, sh-must-support-indent, sh-name-style) | |
| 4083 (sh-prev-line, sh-prev-stmt, sh-prev-thing, sh-read-variable) | |
| 4084 (sh-remove-our-text-properties, sh-rescan-buffer) | |
| 4085 (sh-reset-indent-vars-to-global-values, sh-safe-backward-sexp) | |
| 4086 (sh-safe-forward-sexp, sh-save-styles-to-buffer, sh-scan-buffer) | |
| 4087 (sh-scan-case, sh-search-word, sh-set-char-syntax) | |
| 4088 (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
|
4089 (sh-show-indent, sh-this-is-a-continuation, sh-var-value): New |
| 25985 | 4090 functions. |
| 4091 (sh-debug, sh-electric-rparen-needed, sh-here-doc-syntax) | |
| 4092 (sh-indent-supported, sh-kw, sh-kw-alist, sh-kws-for-done) | |
| 4093 (sh-learned-buffer-hook, sh-make-vars-local, sh-regexp-for-done) | |
| 4094 (sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist) | |
| 4095 (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
|
4096 |
| 25983 | 4097 1999-10-12 Dave Pearson <davep@hagbard.demon.co.uk> |
| 4098 | |
| 25999 | 4099 * quickurl.el (quickurl-list-insert): `count-lines' was returning |
| 4100 a value one line to high if the cursor wasn't at the start of a | |
| 4101 line. A `beginning-of-line' is now performed before making the | |
| 4102 call to `count-lines'. | |
| 25983 | 4103 |
|
25979
e1d167cf6e96
(vc-backend-diff): get rid of the autoloaded advice.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
25970
diff
changeset
|
4104 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
|
4105 |
|
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
4106 * 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
|
4107 |
| 25960 | 4108 1999-10-09 Stefan Monnier <monnier@cs.yale.edu> |
| 4109 | |
|
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
4110 * Makefile (setwins): Abstract out the command to find subdirectories |
| 25962 | 4111 and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base). |
| 25970 | 4112 (custom-deps, finder-data, autoloads, update-subdirs, updates) |
|
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
4113 (autoloads-with-other-emacs): Use it. |
|
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
4114 |
|
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
4115 * diff-mode.el: New file. A mode for viewing/editing context diffs. |
| 25960 | 4116 |
| 25942 | 4117 1999-10-09 Gerd Moellmann <gerd@gnu.org> |
| 4118 | |
| 4119 * Makefile (bootstrap-compile): New target. Compile Lisp | |
| 4120 files with ../src/temacs. | |
| 4121 | |
| 27657 | 4122 1999-10-08 Dave Love <fx@gnu.org> |
| 4123 | |
| 4124 * ange-ftp.el: Require dired when compiling. | |
| 4125 (ange-ftp-normal-login): Allow EFS-style port specification. | |
| 4126 | |
| 25939 | 4127 1999-10-08 Simon Marshall <simon@gnu.org> |
| 4128 | |
| 4129 * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function. | |
| 4130 (regexp-opt-group): Use it to get common suffixes in STRINGS. | |
| 4131 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
|
4132 |
| 25937 | 4133 1999-10-08 Gerd Moellmann <gerd@gnu.org> |
| 4134 | |
| 4135 * Makefile (compile): Compile files one by one. Set load-path to | |
| 4136 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
|
4137 |
| 25918 | 4138 1999-10-08 Gerd Moellmann <gerd@gnu.org> |
| 4139 | |
| 4140 * Makefile (EMACSOPT, DONTCOMPILE, EL): New. | |
| 4141 (emacs): Use it everywhere instead of EMACS. | |
| 4142 (compile): New target. Compile all Lisp files from scratch. | |
| 4143 (recompile): New target. Recompile lisp directory. | |
| 4144 (autoloads-with-other-emacs): New target. Build loaddefs.el with | |
| 4145 an Emacs executable not built in the current directory tree. | |
| 4146 | |
| 25908 | 4147 1999-10-07 Peter Breton <pbreton@ne.mediaone.net> |
| 4148 | |
| 4149 * filecache.el (file-cache-completion-ignore-case): New variable, | |
| 4150 defaulting to the value of completion-ignore-case. | |
| 4151 (file-cache-minibuffer-complete): Use it. | |
| 4152 (file-cache-files-matching, file-cache-files-matching-internal): | |
| 4153 New functions. | |
| 4154 | |
|
25905
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
4155 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
|
4156 |
|
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
4157 * 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
|
4158 |
|
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
4159 * 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
|
4160 |
|
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
4161 * 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
|
4162 |
|
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
4163 * 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
|
4164 subprogram being created. |
|
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
4165 |
|
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
4166 * 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
|
4167 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
|
4168 scheme |
|
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
4169 |
|
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
4170 * 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
|
4171 New functions |
|
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
4172 |
|
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
4173 * 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
|
4174 justification parameter |
|
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
4175 |
|
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
4176 * 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
|
4177 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
|
4178 external program |
|
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
4179 |
| 25900 | 4180 1999-10-07 Dave Love <fx@gnu.org> |
| 4181 | |
| 4182 * bindings.el (bound-and-true-p): New macro. | |
| 4183 (make-mode-line-mouse-sensitive): Don't require easymenu. | |
| 4184 | |
| 25886 | 4185 1999-10-07 Gerd Moellmann <gerd@gnu.org> |
| 4186 | |
| 4187 * custom.el (defface): Extend documentation for new values of | |
| 4188 `type'. | |
| 4189 | |
| 4190 * faces.el (face-spec-set-match-display): Recognize `type' of | |
| 4191 `motif', `lucid', `x-toolkit'. | |
| 4192 (menu): New face. | |
| 4193 | |
| 25870 | 4194 1999-10-05 Dave Love <fx@gnu.org> |
| 4195 | |
| 4196 * files.el: Recognize temporary crontab files. | |
| 4197 | |
| 25873 | 4198 * info.el: Require jka-compr when compiling. |
| 4199 (Info-suffix-list): Add bzip2 files (non-ms-dos only). | |
| 4200 | |
| 25866 | 4201 1999-10-04 Dave Love <fx@gnu.org> |
| 4202 | |
| 4203 * cus-start.el: Add x-stretch-cursor, indicate-empty-lines, | |
| 4204 scroll-up-aggressively, scroll-down-aggressively. | |
| 4205 | |
| 4206 * 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
|
4207 |
| 25867 | 4208 * rect.el (delete-extract-rectangle): Doc fix from verna. |
| 25866 | 4209 |
| 4210 * help-macro.el (three-step-help): Customize. | |
| 4211 | |
| 25926 | 4212 1999-10-04 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
| 4213 | |
| 4214 * hexl.el (hexlify-buffer): Move point in proper range | |
| 4215 if it is too large. | |
| 4216 (hexl-after-revert-hook): Update hexl-max-address. | |
| 4217 (hexl-address-to-marker): Doc fix. | |
| 4218 | |
| 25865 | 4219 1999-10-03 Dave Love <fx@gnu.org> |
| 4220 | |
| 4221 * image.el (defimage): Remove redundant code. Substitute file in | |
| 4222 image plist. | |
| 4223 | |
| 4224 1999-10-02 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
| 4225 | |
| 4226 * vc.el (vc-backend-checkout): Use coding system 'no-conversion | |
| 4227 when doing with-temp-file. | |
| 4228 | |
| 4229 1999-10-01 Dave Love <fx@gnu.org> | |
| 4230 | |
| 4231 * cus-edit.el (custom-comment-create): Fill :from and :to slots. | |
| 4232 | |
| 4233 * help.el: Require view when compiling. | |
| 4234 (view-emacs-FAQ): Use Info version. | |
| 4235 | |
| 25837 | 4236 1999-09-29 Ken'ichi Handa <handa@gnu.org> |
| 4237 | |
| 4238 * ps-mule.el (ps-mule-font-info-database-ps): Typo fixed | |
| 4239 (normat->normal). Use correct font names for Korean | |
| 4240 (Munhwa-Regular-KSC-EUC-H and Munhwa-Bold-KSC-EUC-H). | |
| 4241 | |
| 4242 1999-09-29 Kenichi Handa <handa@etl.go.jp> | |
| 4243 | |
| 4244 * language/cyrillic.el (cyrillic-koi8-r-decode-table): Map 8-bit | |
| 4245 code not used by KOI8 to the same 8-bit code instead of mapping to | |
| 4246 SPC. | |
| 4247 (cyrillic-alternativnyj-decode-table): Likewise. | |
| 4248 | |
| 4249 1999-09-29 Alex Schroeder <alex@gnu.org> | |
| 4250 | |
|
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
4251 * sql.el (sql-imenu-generic-expression): Aew, used to set |
| 25837 | 4252 imenu-generic-expression. |
| 4253 (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting | |
| 4254 font-lock-defaults' SYNTAX-ALIST. Set imenu-generic-expression, | |
| 4255 imenu-case-fold-search, and imenu-syntax-alist. | |
| 4256 (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when | |
| 4257 setting font-lock-defaults' SYNTAX-ALIST. | |
| 4258 | |
| 26025 | 4259 1999-09-28 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
| 4260 | |
| 4261 * map-ynp.el (map-y-or-n-p): If we read -1, for end of keyboard | |
| 4262 macro, try again. | |
| 4263 | |
| 25837 | 4264 1999-09-28 Dave Love <fx@gnu.org> |
| 4265 | |
| 4266 * cus-edit.el (custom-comment): Change widget definition. | |
| 4267 (custom-comment-create, custom-comment-show) | |
| 4268 (custom-comment-invisible-p): Don't use :comment-overlay. | |
| 4269 (custom-comment-hide): New function. | |
| 4270 (custom-variable-set, custom-variable-save) | |
| 4271 (custom-variable-reset-standard, custom-face-set) | |
| 4272 (custom-face-save): Use it. | |
| 4273 | |
| 25946 | 4274 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
| 4275 | |
| 25949 | 4276 * hexl.el (hexl-mode): Do nothing if already in hexl mode. |
| 4277 | |
| 4278 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu> | |
| 4279 | |
| 25946 | 4280 * faces.el (region): Doc fix. |
| 4281 | |
| 25837 | 4282 1999-09-27 Dave Love <fx@gnu.org> |
| 4283 | |
| 4284 * isearch.el (isearch): Add :links in defgroup. | |
| 4285 (isearch-mode-map): Bind mouse-2 to isearch-mouse-yank. | |
| 4286 (isearch-switch-frame-handler): Comment out (unused). | |
| 4287 (isearch-yank-x-selection, isearch-ring-advance-edit): Doc fix. | |
| 4288 (isearch-ring-retreat-edit): Doc fix. | |
| 4289 (isearch-mouse-yank): New command. | |
| 4290 (isearch-last-command-char): Removed. Callers changed to use | |
| 4291 last-command-char. | |
| 4292 (isearch-char-to-string): Removed. Callers changed to use | |
| 4293 char-to-string. | |
| 4294 | |
| 25944 | 4295 1999-09-26 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru> |
| 4296 | |
| 4297 * ispell.el (ispell-dictionary-alist-6): Don't use "-C" | |
| 4298 option for Russian. | |
| 4299 | |
| 25837 | 4300 1999-09-25 Gerd Moellmann <gerd@gnu.org> |
| 4301 | |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
4302 * faces.el (face-differs-from-default-p): Compare face |
| 25837 | 4303 attributes individually. |
| 4304 | |
| 4305 * image.el (put-image, insert-image): Add string argument. | |
| 4306 | |
| 4307 1999-09-24 Gerd Moellmann <gerd@gnu.org> | |
| 4308 | |
| 4309 * ange-ftp.el (ange-ftp-date-regexp): Make it work for | |
| 4310 LANG=de_DE.iso88591 on HPUX 11.0. | |
| 4311 | |
| 4312 * dired.el (dired-move-to-filename-regexp): Make it work | |
| 4313 for LANG=de_DE.iso88591 on HPUX 11.0. | |
| 4314 | |
| 26171 | 4315 1999-09-24 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
| 4316 | |
| 4317 * info.el (info-initialize): Don't test existence of ALTERNATIVE | |
| 4318 if we know for some other reason it should not be used. | |
| 4319 | |
| 26179 | 4320 * emacs-lisp/edebug.el (edebug-outside-current-prefix-arg): |
| 4321 New variable. | |
| 4322 (edebug-recursive-edit): Save current-prefix-arg there, | |
| 4323 bind it, and set it back at the end. | |
| 4324 (edebug-outside-excursion): Restore and update the outside | |
| 4325 value of current-prefix-arg. | |
| 4326 (edebug-emacs-version-specific): Delete support for Epoch. | |
| 4327 | |
| 26180 | 4328 1999-09-24 Howard Melman <howard@silverstream.com> |
| 4329 | |
| 4330 * imenu.el (imenu-after-jump-hook): New variable. | |
| 4331 (imenu): Run menu-after-jump-hook. | |
| 4332 (imenu-name-lookup-function): New variable. | |
| 4333 * 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
|
4334 |
| 25837 | 4335 1999-09-24 Carsten Dominik <cd@gnu.org> |
| 4336 | |
| 4337 * 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
|
4338 multiple thebibliography environments. |
| 25837 | 4339 |
| 4340 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug | |
| 4341 with recentering window. | |
| 4342 (reftex-extract-bib-entries-from-thebibliography, | |
| 4343 reftex-offer-bib-menu,reftex-bibtex-selection-callback): Deal | |
| 4344 with multiple thebibliography environments. | |
| 4345 | |
| 4346 * textmodes/reftex-vars.el | |
| 4347 (reftex-section-levels): Function allowed as cdr. | |
| 4348 (reftex-max-section-depth) New option. | |
| 4349 | |
| 4350 * textmodes/reftex-vcr.el (reftex-view-cr-cite): Deal | |
| 4351 with multiple thebibliography environments. | |
| 4352 | |
| 4353 1999-09-23 Gerd Moellmann <gerd@gnu.org> | |
| 4354 | |
| 4355 * iswitchb.el (iswitchb-complete): Use minibuffer-prompt-end | |
| 4356 instead of point-min in call to delete-region. | |
| 4357 | |
| 4358 1999-09-22 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
| 4359 | |
| 4360 * vc.el (vc-backend-checkout): Use with-temp-file when checking | |
| 4361 out into arbitrary file names. | |
| 4362 | |
| 4363 1999-09-19 Ken'ichi Handa <handa@gnu.org> | |
| 4364 | |
| 4365 * language/european.el ("Turkish"): New language environment. | |
| 4366 | |
| 4367 1999-09-19 Dave Love <fx@gnu.org> | |
| 4368 | |
| 4369 * delim-col.el: New file. | |
| 4370 | |
| 4371 1999-09-17 Richard Stallman <rms@gnu.org> | |
| 4372 | |
| 4373 * files.el (after-find-file): When visiting a backup file, | |
| 4374 make it read-only. | |
| 4375 | |
| 4376 * apropos.el (apropos-symbol-face): Non-nil even for ttys. | |
| 4377 (apropos-keybinding-face, apropos-label-face): Likewise. | |
| 4378 (apropos-property-face, apropos-match-face): Likewise. | |
| 4379 (apropos-label-properties): New variable. | |
| 4380 (apropos-print-doc): Use apropos-label-properties. | |
| 4381 (apropos-print): Set apropos-label-properties. | |
| 4382 | |
| 4383 1999-09-15 Richard Stallman <rms@gnu.org> | |
| 4384 | |
| 4385 * winner.el: Use aref instead of sref. | |
| 4386 | |
| 4387 * whitespace.el (whitespace-mode, whitespace-mode-line): Add defvars. | |
| 4388 | |
| 4389 1999-09-14 Gerd Moellmann <gerd@gnu.org> | |
| 4390 | |
| 4391 * lisp-mode.el (eval-last-sexp): Use prin1 instead of print. | |
| 4392 | |
| 4393 1999-09-14 Richard Stallman <rms@gnu.org> | |
| 4394 | |
| 4395 * font-lock.el (lisp-font-lock-keywords-1): Recognize an autoload | |
| 4396 cookie, even if followed by a letter. | |
| 4397 | |
| 4398 1999-09-14 Stephen Eglen <stephen@gnu.org> | |
| 4399 | |
| 4400 * progmodes/octave-inf.el (inferior-octave-startup): Ensure -i and | |
| 4401 --no-line-editing are passed to Octave by including them here | |
| 4402 rather than storing them in inferior-octave-startup-args. | |
| 4403 | |
| 4404 1999-09-14 Eli Zaretskii <eliz@gnu.org> | |
| 4405 | |
| 4406 * textmodes/texinfo.el (texinfo-font-lock-keywords): Add uref, | |
| 4407 command, option, env and sc. | |
| 4408 | |
| 4409 * subr.el (shell-quote-argument): Quote argument with double | |
| 4410 quotes for ms-dos. | |
| 4411 | |
| 4412 1999-09-14 Richard Stallman <rms@gnu.org> | |
| 4413 | |
| 4414 * simple.el (eval-expression-print-level): New variable. | |
| 4415 (eval-expression-print-length): New variable. | |
| 4416 (eval-expression-debug-on-error): New variable. | |
| 4417 (eval-expression): Bind print-level, print-length and | |
| 4418 debug-on-error from those vars. | |
| 4419 | |
| 4420 * emacs-lisp/lisp-mode.el (eval-defun, eval-last-sexp): | |
| 4421 Bind print-level, print-length and debug-on-error. | |
| 4422 | |
| 4423 1999-09-14 Inge Frick <inge@nada.kth.se> | |
| 4424 | |
| 4425 * dired.el (dired-recursive-deletes): New custom variable. | |
| 4426 (dired-re-no-dot): New variable. | |
| 4427 (dired-delete-file): New function deletes files and directories | |
| 4428 recursively. | |
| 4429 (dired-internal-do-deletions): Use `dired-delete-file' to delete files. | |
| 4430 | |
| 4431 * dired-aux.el (dired-recursive-copies): New custom variable. | |
| 4432 (dired-handle-overwrite): Broke a long line. | |
| 4433 (dired-copy-file): Call `dired-copy-file-recursive' instead of | |
| 4434 `copy-file'. | |
| 4435 (dired-copy-file-recursive): New function. Copy directories | |
| 4436 recursively. | |
| 4437 (dired-do-create-files): Added support for generalized directory | |
| 4438 target. How-to function may now return a function. New fluid | |
| 4439 variable `dired-one-file'. | |
| 4440 (dired-copy-how-to-fn): New variable. | |
| 4441 (dired-do-copy): Bind `dired-recursive-copies' to preserve it. | |
| 4442 Use dired-copy-how-to-fn as how-to argument to dired-do-create-files. | |
| 4443 (dired-do-copy-regexp): No recursive copies. | |
| 4444 | |
| 4445 1999-09-14 Rajesh Vaidheeswarran <rv@dsmit.com> | |
| 4446 | |
| 4447 * whitespace.el (whitespace-version): Update version to 2.4 | |
| 4448 | |
| 4449 * whitespace.el: Add customization variables to conditionally test | |
| 4450 any of the five whitespaces, per request from Rune Kleveland | |
| 4451 <runekl@math.uio.no> and Klaus Berndl <berndl@sdm.de>. | |
| 4452 | |
| 4453 * whitespace.el (whitespace-spacetab-regexp): Fix doc string. | |
| 4454 | |
| 4455 * whitespace.el (whitespace-modes): Add `change-log-mode' to the | |
| 4456 list of modes to be checked for bogus whitespaces. | |
| 4457 | |
| 4458 * whitespace.el (whitespace-rescan-timer-time): Update | |
| 4459 documentation. | |
| 4460 | |
| 4461 * whitespace.el (whitespace-display-unchecked-whitespaces): | |
|
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
4462 New function to update modeline with untested whitespaces. |
| 25837 | 4463 |
| 4464 * whitespace.el (whitespace-buffer): Test only whitespaces whose | |
| 4465 checking is turned on, and update modeline using the newly created | |
| 4466 `whitespace-display-unchecked-whitespaces'. | |
| 4467 | |
| 4468 * whitespace.el (whitespace-cleanup): Cleanup only whitespaces | |
| 4469 whose checking is turned on, and update modeline using the newly | |
| 4470 created `whitespace-display-unchecked-whitespaces'. | |
| 4471 | |
| 4472 * whitespace.el (whitespace-describe): Update documentation. | |
| 4473 | |
| 4474 * whitespace.el (whitespace-tickle-timer): Test if | |
| 4475 `whitespace-rescan-timer-time' is non-zero before tickling timer. | |
| 4476 | |
| 4477 1999-09-13 Dave Love <fx@gnu.org> | |
| 4478 | |
| 4479 * hideif.el (hide-ifdef-mode): Add autoload cookie. | |
| 4480 | |
| 4481 * checkdoc.el (checkdoc-display-status-buffer): Avoid Help mode | |
| 4482 for temp buffer. | |
| 4483 (checkdoc-this-string-valid): Don't assume default comment-start. | |
| 4484 | |
| 4485 1999-09-13 Gerd Moellmann <gerd@gnu.org> | |
| 4486 | |
| 4487 * rsz-mini.el: Remove code, keep the interface. | |
| 4488 | |
| 4489 1999-09-13 Dave Love <fx@gnu.org> | |
| 4490 | |
| 4491 * help.el (help-highlight-p): Doc fix. | |
| 4492 | |
| 4493 * faces.el (mode-line, header-line, tool-bar): Add :version. | |
| 4494 (highlight, secondary-selection): Add :group. | |
| 4495 (trailing-whitespace): Add :group, :version. | |
| 4496 | |
| 4497 * wid-edit.el: Remove some compatibility code and checks. | |
| 4498 (widget-specify-field, widget-specify-button): Don't use XEmacs | |
| 4499 properties. | |
| 4500 (widget-overlay-inactive): Change error message. | |
| 4501 (widget-button-pressed-face): New variable. | |
| 4502 (widget-button-click): Use it. | |
| 4503 (widget-documentation-link-add): Specify mouse and button faces. | |
| 4504 (widget-echo-help-mouse, widget-stop-mouse-tracking): Functions | |
| 4505 removed now the functionality is built in. | |
| 4506 | |
| 4507 * cus-edit.el: Don't define-widget-keywords. | |
| 4508 (multimedia): New group. | |
| 4509 (custom-last): Function removed. | |
| 4510 (custom-quote): Add vectorp case, comment out characterp case. | |
| 4511 (custom-buffer-done-function, custom-raised-buttons): New option. | |
| 4512 (Custom-buffer-done): New function. | |
| 4513 (custom-buffer-create-internal): Obey custom-raised-buttons, | |
| 4514 Custom-buffer-done. | |
| 4515 (custom-button-face): Make it `released-button'. | |
| 4516 (custom-button-pressed-face): Make it `pressed-button' | |
| 4517 (custom-mode-map): Bind "q" to Custom-buffer-done. | |
| 4518 (custom-mode): Deal with raised/pressed buttons. | |
| 4519 | |
| 4520 Changes from Didier Verna: | |
| 4521 (custom-prompt-variable): Optional third arg makes prompt for a | |
| 4522 comment string. | |
| 4523 (customize-set-value, customize-set-variable, | |
| 4524 customize-save-variable): Optional prefix makes function handle | |
| 4525 variable comments. | |
| 4526 (customize-customized, customize-saved, custom-variable-state-set) | |
| 4527 (custom-variable-set, custom-variable-save, custom-face-state-set) | |
| 4528 (custom-variable-reset-saved, custom-variable-reset-standard) | |
| 4529 (custom-face-set, custom-face-save, custom-face-reset-saved) | |
| 4530 (custom-face-reset-standard, customize-save-customized): Handle | |
| 4531 custom comments. | |
| 4532 (custom-comment-face, custom-comment-tag-face): New face. | |
| 4533 (custom-comment): New widget. | |
| 4534 (custom-comment-create, custom-comment-delete) | |
| 4535 (custom-comment-value-set, custom-comment-show) | |
| 4536 ()custom-comment-invisible-p): New functions. | |
| 4537 (custom-variable-value-create, custom-face-value-create): Create a | |
| 4538 comment field widget. | |
| 4539 (custom-variable-menu, custom-face-menu): New entry for custom | |
| 4540 comment. | |
| 4541 (custom-face-value-create): Remove compatibility code. | |
| 4542 (custom-save-variables, custom-save-faces): Possibly save custom | |
| 4543 comments. | |
| 4544 | |
| 4545 * cus-face.el (custom-face-attributes): Simplify :underline, | |
| 4546 :overline, :inverse-video cases. Fix up :box case (probably needs | |
| 4547 more work). | |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
4548 |
| 25837 | 4549 Change from Didier Verna: |
| 4550 (custom-set-faces): The arguments can now have a custom comment as | |
| 4551 fourth argument. | |
| 4552 | |
| 4553 * custom.el: Don't define-widget-keywords. | |
| 4554 Change from Didier Verna: | |
|
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
4555 (custom-set-variables): The arguments can now have a |
| 25837 | 4556 custom comment as fifth element. |
| 4557 | |
| 4558 1999-09-13 Richard Stallman <rms@gnu.org> | |
| 4559 | |
| 4560 * info.el (Info-find-node): Cope better if guesspos is too large. | |
| 4561 | |
| 4562 1999-09-12 Gerd Moellmann <gerd@gnu.org> | |
| 4563 | |
| 4564 * 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
|
4565 of buffer-substring because buffer-string doesn't copy the |
| 25837 | 4566 prompt. |
| 4567 | |
| 4568 * faces.el (mode-line): Replaces `modeline'. | |
| 4569 (toplevel): Make `modeline' an alias for `mode-line'. | |
| 4570 | |
| 4571 1999-09-12 Gerd Moellmann <gerd@gnu.org> | |
| 4572 | |
| 4573 * gs.el: Change `ghostscript' to `postscript' in comment. | |
| 4574 | |
| 4575 1999-09-11 Rob Riepel <riepel@Stanford.EDU> | |
| 4576 | |
| 4577 * emulation/tpu-edt.el (tpu-version): New version. | |
| 4578 (tpu-search-overlay, tpu-replace-overlay): New variables. | |
| 4579 (tpu-search-highlight, tpu-toggle-direction): New functions. | |
| 4580 (tpu-lm-replace): Set tpu-replace-overlay. | |
| 4581 (tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post | |
| 4582 command hook. | |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
4583 |
| 25837 | 4584 1999-09-11 Richard Stallman <rms@gnu.org> |
| 4585 | |
| 4586 * isearch.el (isearch-mode-map): Undo previous change. | |
| 4587 | |
| 4588 * emacs-lisp/lisp-mode.el (eval-last-sexp): If after ?\LETTER, | |
| 4589 use all of that as the sexp. | |
| 4590 | |
| 4591 * files.el (find-file-noselect): Catch errors in file-expand-wildcards, | |
| 4592 and use the initial argument as file name directly. | |
| 4593 Likewise if nothing matches. | |
| 4594 | |
| 4595 1999-09-11 Ivar Rummelhoff <ivarru@math.uio.no> | |
| 4596 | |
| 4597 * winner.el: Major changes. Avoid changing point and mark. | |
| 4598 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
|
4599 |
| 25837 | 4600 1999-09-10 Keisuke Nishida <kxn30@po.cwru.edu> |
| 4601 | |
| 4602 * emacs-lisp/bytecomp.el (byte-compile-output-docform): | |
| 4603 Bind print-continuous-numbering and print-number-table. | |
| 4604 | |
| 4605 1999-09-10 Dave Love <fx@gnu.org> | |
| 4606 | |
| 4607 * bindings.el (debug-ignored-errors): Restore BBDB stuff. | |
| 4608 | |
| 4609 1999-09-09 Richard Stallman <rms@gnu.org> | |
| 4610 | |
| 4611 * whitespace.el: Finish making it fit Emacs conventions. | |
| 4612 Add autoloads. | |
| 4613 | |
| 4614 1999-09-09 Eli Zaretskii <eliz@is.elta.co.il> | |
| 4615 | |
| 4616 * generic-x.el (bat-generic-mode): "::"-style comments don't | |
| 4617 need to begin with "-". Fix the font-lock definitions of ON/OFF | |
| 4618 after BREAK/VERIFY. Remove built-in commands like CALL and ECHO | |
| 4619 from the list of keywords. Add DO to the list of keywords. | |
| 4620 | |
| 4621 1999-09-09 Dave Love <fx@gnu.org> | |
| 4622 | |
| 26943 | 4623 * emacs-lisp/byte-opt.el (byte-optimize-backward-char): |
| 25837 | 4624 (byte-optimize-backward-word): New optimizations. |
| 4625 (side-effect-free-fns, side-effect-and-error-free-fns): Add | |
| 4626 entries. | |
| 4627 | |
| 4628 1999-09-09 Gerd Moellmann <gerd@gnu.org> | |
| 4629 | |
| 4630 * image.el (put-image): Remove optional buffer parameter. | |
| 4631 | |
| 4632 * faces.el (face-italic-p): Return t only for values `italic' | |
| 4633 and `oblique'. | |
| 4634 | |
| 4635 * mouse.el (mouse-drag-mode-line-1): Extension of former | |
| 4636 mouse-drag-mode-line that also drags the header line. | |
| 4637 (mouse-drag-mode-line): Call it. | |
| 4638 (mouse-drag-header-line): New. | |
| 4639 (toplevel): Bind down-mouse-1 on header lines to | |
| 4640 mouse-drage-header-line. | |
| 4641 | |
| 4642 1999-09-08 Gerd Moellmann <gerd@gnu.org> | |
| 4643 | |
| 4644 * bindings.el (mode-line-unbury-buffer): Use aref instead of sref. | |
| 4645 (make-mode-line-mouse-sensitive): Replace `top-line' by | |
| 4646 `header-line'. | |
| 4647 | |
| 4648 1998-09-08 Michael Ernst <mernst@alum.mit.edu> | |
| 4649 | |
| 4650 * help.el (describe-function-1): Don't return empty string for keymaps. | |
| 4651 | |
| 4652 * fill.el (fill-region-as-paragraph, canonically-space-region): | |
| 4653 Respect colon-double-space at end of line. | |
| 4654 | |
| 4655 1999-09-08 Stephen Gildea <gildea@alum.mit.edu> | |
| 4656 | |
| 4657 * files.el (backup-by-copying-when-privileged-mismatch): New variable. | |
| 4658 (backup-buffer): Use it. | |
| 4659 | |
| 4660 1999-09-08 Peter Breton <pbreton@ne.mediaone.net> | |
| 4661 | |
| 4662 * 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
|
4663 inetd-conf-generic-mode, etc-services-generic-mode, |
| 25837 | 4664 etc-passwd-generic-mode. These are all defined for Unix by default. |
| 4665 (apache-generic-mode): Use an imenu-generic-expression to list | |
| 4666 Configuration keywords. | |
| 4667 (samba-generic-mode): Use both ; and # as comment characters. | |
| 4668 (samba-generic-mode): Font-lock expressions now highlight name | |
| 4669 value pairs. | |
| 4670 (bat-generic-mode): Keywords are now case-insensitive through | |
| 4671 font-lock-defaults setting. | |
| 4672 (java-properties-generic-mode): Supports both ! and # as comment | |
| 4673 characters. | |
| 4674 (java-properties-generic-mode): Added an imenu-generic-expression | |
| 4675 (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
|
4676 different ways to separate name and value (viz, '=', ':' and |
| 25837 | 4677 whitespace). |
| 4678 (show-tabs-generic-mode): Added this new generic-mode. | |
| 4679 | |
| 4680 1999-09-08 Richard Stallman <rms@gnu.org> | |
| 4681 | |
| 4682 * progmodes/inf-lisp.el: Moved from top directory. | |
| 4683 | |
| 4684 * tar-mode.el (tar-header-block-tokenize): | |
| 4685 Use `when' instead of `and'. Fix some clobbered text. | |
| 4686 | |
| 4687 * gud.el (gud-make-debug-menu): Make a child for the | |
| 4688 local menu, for its menu bar, and the debug menu. | |
| 4689 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): | |
| 4690 Use the history in the simple way. | |
| 4691 | |
| 4692 1999-09-07 Kenichi Handa <handa@etl.go.jp> | |
| 4693 | |
| 4694 * language/korea-util.el (default-korean-keyboard): Initialize it | |
| 4695 according to the environment variable HANGUL_KEYBOARD_TYPE. | |
| 4696 | |
| 4697 1999-09-07 Richard Stallman <rms@gnu.org> | |
| 4698 | |
| 4699 * subr.el (make-temp-file): New function. | |
| 4700 | |
| 4701 1999-09-07 Stefan Monnier <monnier@cs.yale.edu> | |
| 4702 | |
| 4703 * font-lock.el (font-lock-multiline): New text property contains | |
| 4704 a boolean to indicate if the char is part of a multiline match. | |
| 4705 (font-lock-default-fontify-region): Extend the region appropriately | |
| 4706 for multiline keywords. | |
| 4707 (font-lock-default-unfontify-region): Also remove the new | |
| 4708 font-lock-multiline text property. | |
| 4709 (font-lock-fontify-anchored-keywords): Mark multiline anchored matches. | |
| 4710 (font-lock-fontify-keywords-region): Mark multiline regexp matches. | |
| 4711 | |
| 4712 1999-09-07 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
| 4713 | |
| 4714 * diary-lib.el (list-diary-entries): Make sure two-digit years | |
| 4715 have leading zeros. | |
| 4716 | |
| 4717 1999-09-07 Gerd Moellmann <gerd@gnu.org> | |
| 4718 | |
| 4719 * faces.el (face-set-after-frame-default): Initialize some | |
| 4720 attributes of some faces from frame parameters. | |
| 4721 | |
| 4722 * faces.el (scroll-bar, border, cursor, mouse): New faces. | |
| 4723 | |
| 4724 1999-09-07 Gerd Moellmann <gerd@gnu.org> | |
| 4725 | |
| 4726 * faces.el (fringe): Replaces face `margin'. | |
| 4727 | |
| 4728 1999-09-07 Dave Love <fx@gnu.org> | |
| 4729 | |
| 4730 * tar-mode.el (tar-header-block-tokenize): Bind linkname. | |
| 4731 | |
| 4732 1999-09-07 Richard Stallman <rms@gnu.org> | |
| 4733 | |
| 4734 * subr.el (push): Doc fix. | |
| 4735 | |
| 4736 1999-09-06 Richard Stallman <rms@gnu.org> | |
| 4737 | |
| 4738 * 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
|
4739 to distinguish 20YY from 19YY. |
| 25837 | 4740 |
| 4741 * timezone.el (timezone-parse-date): Use < 69 not < 70 | |
| 4742 to distinguish 20YY from 19YY. | |
| 4743 | |
| 4744 * tar-mode.el (tar-extract): Don't assume buffer is visiting a file. | |
| 4745 | |
| 4746 1999-09-07 Dave Pearson <davep@hagbard.demon.co.uk> | |
| 4747 | |
| 4748 * quickurl.el: (quickurl-list-focused-line): Removed. | |
| 4749 (quickurl-list-insert): Now works out the focused line using | |
| 4750 `count-lines' instead of using `quickurl-list-focused-line'. | |
| 4751 | |
| 4752 1999-09-06 Richard Stallman <rms@gnu.org> | |
| 4753 | |
| 4754 * mail/rmail.el (rmail-retry-failure): Unconditionally move | |
| 4755 to beginning of message. | |
| 4756 | |
| 4757 1999-09-06 Dave Love <fx@gnu.org> | |
| 4758 | |
| 4759 * isearch.el (isearch-mode-map): Add mouse-2. | |
| 4760 | |
| 26943 | 4761 * mail/rmail.el (rmail-read-password): Deleted. |
| 25837 | 4762 (rmail-get-pop-password): Use read-password. |
| 4763 | |
| 4764 * quickurl.el: Don't conditionally define caddr. | |
| 4765 (quickurl-url-comment): Use nth, not caddr in function and | |
| 4766 defsetf. | |
| 4767 | |
| 4768 1999-09-06 Richard Stallman <rms@gnu.org> | |
| 4769 | |
| 4770 * auto-show.el: Doc fixes. | |
| 4771 | |
| 4772 1999-09-06 Stephen Eglen <stephen@gnu.org> | |
| 4773 | |
| 4774 * progmodes/octave-inf.el (inferior-octave-startup-args): Add | |
| 4775 --no-line-editing so that TABs in source files are not interpreted | |
| 4776 as completion requests. | |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
4777 |
| 25837 | 4778 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
|
4779 |
| 25837 | 4780 * hscroll.el, auto-show.el: Remove all code, keep the public |
| 4781 interface as no-ops. | |
| 4782 | |
| 4783 * faces.el (face-bold-p): Don't return t if face has lighter | |
| 4784 weight than normal. | |
| 4785 | |
| 4786 1999-09-06 Eli Zaretskii <eliz@gnu.org> | |
| 4787 | |
| 4788 * startup.el (command-line): Make small-temporary-file-directory | |
| 4789 be nil except on ms-dos. | |
| 4790 | |
| 4791 * files.el (small-temporary-file-directory): Ditto. Also doc fix. | |
| 4792 | |
| 4793 * progmodes/sh-script.el (sh-tmp-file): For sh, use $TMPDIR if it | |
| 4794 is defined. | |
| 4795 | |
| 4796 * dired.el (dired-re-dir, dired-re-sym): Don't match DOS drive | |
| 4797 letters with a colon after d or l. | |
| 4798 | |
| 4799 1999-09-06 Dave Love <fx@gnu.org> | |
| 4800 | |
| 26943 | 4801 * emacs-lisp/byte-opt.el (byte-boolean-vars): Removed. (Now |
| 4802 primitive.) | |
| 25837 | 4803 |
| 4804 1999-09-05 Richard Stallman <rms@gnu.org> | |
| 4805 | |
| 4806 * vc.el (vc-annotate-display): Treat 2-digit years under 70 as 20YY. | |
| 4807 | |
| 4808 * textmodes/paragraphs.el (backward-kill-sentence): | |
| 4809 Don't test minibuffer-prompt-end here. | |
| 4810 (forward-sentence): Do handle it here. | |
| 4811 (backward-kill-paragraph): Don't test it here. | |
| 4812 (forward-paragraph): Handle it here. | |
| 4813 | |
| 4814 * mouse.el (font-menu-add-default): Simplify code. | |
| 4815 | |
| 4816 1999-09-05 Gerd Moellmann <gerd@gnu.org> | |
| 4817 | |
| 4818 * faces.el (header-line): Renamed from `top-line'. | |
| 4819 | |
| 4820 1999-09-05 Gerd Moellmann <gerd@gnu.org> | |
| 4821 | |
| 4822 * faces.el (tool-bar): Change face `toolbar' to `tool-bar'. | |
| 4823 | |
| 4824 1999-09-04 Richard Stallman <rms@gnu.org> | |
| 4825 | |
| 4826 * whitespace.el: New file. | |
| 4827 | |
| 4828 1999-09-04 Dave Love <fx@gnu.org> | |
| 4829 | |
| 4830 * paths.el: Make some doc strings obey the make-docfile convention. | |
| 4831 | |
| 4832 * bindings.el: Likewise. | |
| 4833 (debug-ignored-errors): Remove BBDB ones. | |
| 4834 | |
| 4835 1999-09-03 Richard Stallman <rms@gnu.org> | |
| 4836 | |
| 4837 * mail/mh-comp.el (mh-forward): Get new subject line from the original, | |
| 4838 not from the draft to forward. | |
| 4839 | |
| 4840 * emacs-lisp/autoload.el (make-autoload): Handle defun* like defun. | |
| 4841 | |
| 4842 1999-09-03 Dave Love <fx@gnu.org> | |
| 4843 | |
| 4844 * double.el (double-mode): Customize the variable. | |
| 4845 | |
| 4846 1999-09-03 Kenichi Handa <handa@etl.go.jp> | |
| 4847 | |
| 4848 * international/characters.el: Delete duplicated code. | |
| 4849 | |
| 4850 1999-09-02 Richard Stallman <rms@gnu.org> | |
| 4851 | |
| 4852 * indent.el (indent-relative): Doc fix. | |
| 4853 | |
| 4854 * quickurl.el (quickurl): Doc fix. | |
| 4855 | |
| 4856 1999-09-02 Gerd Moellmann <gerd@gnu.org> | |
| 4857 | |
| 4858 * faces.el (margin): Change background to "gray" for mono (this is | |
| 4859 drawn with a stipple pattern). | |
| 4860 | |
| 4861 1999-09-02 Gerd Moellmann <gerd@gnu.org> | |
| 4862 | |
| 4863 * simple.el (next-history-element): Use minibuffer-prompt-end once | |
| 4864 again. Remove test for minibuffer-prompt-in-buffer. | |
| 4865 | |
| 4866 1999-09-02 Eli Zaretskii <eliz@gnu.org> | |
| 4867 | |
| 4868 * files.el (small-temporary-file-directory): New variable. | |
| 4869 | |
| 4870 * startup.el (command-line): Compute the value of | |
| 4871 small-temporary-file-directory. | |
| 4872 | |
| 4873 * ediff-init.el (ediff-temp-file-prefix): Use | |
| 4874 small-temporary-file-directory if non-nil. | |
| 4875 | |
| 4876 * vc.el (vc-update-change-log): Likewise. | |
| 4877 | |
| 4878 * progmodes/cmacexp.el (c-macro-expansion): Likewise. | |
| 4879 | |
| 4880 * simple.el (shell-command, shell-command-on-region): Use | |
| 4881 make-temp-name properly. Use small-temporary-file-directory if | |
| 4882 non-nil, otherwise temporary-file-directory, to generate temporary | |
| 4883 files. | |
| 4884 | |
| 4885 * dos-w32.el (direct-print-region-helper): Use | |
| 4886 temporary-file-directory. (From Stefan Monnier.) | |
| 4887 | |
| 4888 1999-09-02 Richard Stallman <rms@gnu.org> | |
| 4889 | |
| 4890 * progmodes/asm-mode.el (asm-mode): Set comment-start properly | |
| 4891 from asm-comment-char. | |
| 4892 (asm-font-lock-keywords): Recognize instruction width suffixes. | |
| 4893 | |
| 4894 1999-09-01 Richard Stallman <rms@gnu.org> | |
| 4895 | |
| 4896 * play/fortune.el: New file. | |
| 4897 | |
| 4898 1999-08-31 Dave Love <fx@gnu.org> | |
| 4899 | |
| 4900 * help.el (help-make-xrefs): Don't lose on non-empty blank line | |
| 4901 after key table. | |
| 4902 | |
| 26943 | 4903 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add several w32 and |
| 4904 redisplay variables. | |
| 25837 | 4905 |
| 4906 * subr.el (push): Fix typo. | |
| 4907 | |
| 4908 1999-08-30 Kevin Blake <kblake@ticnet.com> | |
| 4909 | |
| 4910 * emacs-lisp/ring.el: Many doc fixes. | |
| 4911 (ring-size, ring-copy): New functions. | |
| 4912 | |
| 4913 1999-08-29 Richard Stallman <rms@gnu.org> | |
| 4914 | |
| 4915 * progmodes/etags.el (tags-loop-continue): | |
| 4916 After tags-loop-operate returns, force skip to next file. | |
| 4917 | |
| 4918 * mail/mail-extr.el (mail-extr-all-letters-but-separators) | |
| 4919 (mail-extr-first-letters, mail-extr-last-letters): | |
| 4920 Use character classes [:alpha:] and [:alnum:]. | |
| 4921 | |
| 4922 * subr.el (push, pop): New macros. | |
| 4923 | |
| 4924 * progmodes/compile.el (compilation-error-regexp-alist): | |
| 4925 New item for SGI IRIX MipsPro compilers. | |
| 4926 | |
| 4927 * speedbar.el (speedbar-directory-buttons): Recognize | |
| 4928 device names when checking for file names. | |
| 4929 | |
| 4930 * array.el (array-reconfigure-rows): Use generate-new-buffer. | |
| 4931 | |
| 4932 * emacs-lisp/lisp-mode.el (eval-defun): Expand macros, | |
| 4933 and specially handle defvar inside their expansions. | |
| 4934 (eval-defun-1): New subroutine. | |
| 4935 | |
| 4936 * progmodes/compile.el (compilation-error-regexp-alist): | |
| 4937 Fix the Perl -w entry to allow period after line number. | |
| 4938 Don't allow newlines in file name, but allow them after line number | |
| 4939 for Perl debugging traces. | |
| 4940 | |
| 4941 * which-func.el (which-func-cleanup-function): New variable. | |
| 4942 (which-function): Call that function. | |
| 4943 | |
| 4944 * emacs-lisp/find-func.el (find-function-regexp): Allow a ) or ( | |
| 4945 to end a function name. | |
| 4946 | |
| 4947 * informat.el (Info-tagify): Don't insert more than one newline | |
| 4948 before the tag table. | |
| 4949 | |
| 4950 1999-08-29 Stefan Monnier <monnier@cs.yale.edu> | |
| 4951 | |
| 4952 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather | |
| 4953 than make-temp-name, use match-string-no-properties, and eliminate | |
| 4954 a quadratic behavior when building bibtex-strings. | |
| 4955 | |
| 4956 1999-08-29 Alex Schroeder <alex@gnu.org> | |
| 4957 | |
| 4958 * comint.el (comint-input-ring-separator): New variable. | |
| 4959 (comint-read-input-ring): Doc change; use | |
| 4960 comint-input-ring-separator when reading file. | |
| 4961 (comint-write-input-ring): Use | |
| 4962 comint-input-ring-separator when writing file. | |
| 4963 | |
| 4964 1999-08-29 Marc Girod <girod@shire.ntc.nokia.com> | |
| 4965 | |
| 4966 * informat.el (Info-tagify): Start by widening. | |
| 4967 Match node headers that don't list the file name, | |
| 4968 and more kinds of page separations. | |
| 4969 Strip properties during tagification. | |
| 4970 Use start of node header line as tag's position. | |
| 4971 Fix the "done" message. | |
| 4972 | |
| 4973 (Info-validate): Save and restore match data around narrowing down. | |
| 4974 | |
| 4975 1999-08-28 Richard M. Stallman <rms@gnu.org> | |
| 4976 | |
| 4977 * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode): | |
| 4978 On repeated call, override previous values put into | |
| 4979 minor-mode-map-alist and minor-mode-alist. | |
| 4980 | |
| 4981 1999-08-28 Michael Ernst <mernst@alum.mit.edu> | |
| 4982 | |
| 4983 * dired-x.el (dired-guess-shell-alist-default): Support bzip2 format. | |
| 4984 | |
| 4985 1999-08-27 Andreas Schwab <schwab@gnu.org> | |
| 4986 | |
| 4987 * vc.el (vc-backend-merge-news): Fix regexp to also match P marker | |
| 4988 from cvs update. | |
| 4989 | |
| 4990 1999-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
| 4991 | |
| 4992 * calendar/calendar.el (calendar-move-hook): New hook. | |
| 4993 | |
| 4994 * calendar/cal-move.el: Call the new hook in every movement function. | |
| 4995 | |
| 4996 * calendar/calendar.el (calendar-goto-astro-day-number): Autoload | |
| 4997 the right function name. | |
| 4998 | |
| 4999 1999-08-26 Stephen Gildea <gildea@alum.mit.edu> | |
| 5000 | |
| 5001 * time-stamp.el: Put quote-backquote around all symbol names | |
| 5002 in doc strings, for mousing. | |
|
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
5003 (time-stamp): Support multi-line patterns. |
|
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
5004 (time-stamp-inserts-lines): New variable. |
|
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
5005 (time-stamp-count): New variable. |
|
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
5006 (time-stamp-string-preprocess): Fixed bug where "%%a" becomes |
| 25837 | 5007 "Thu" instead of "%a". |
| 5008 | |
| 5009 1999-08-25 Gerd Moellmann <gerd@gnu.org> | |
| 5010 | |
| 5011 * simple.el (kill-word): Undo previous change. | |
| 5012 | |
| 5013 1999-08-25 Gerd Moellmann <gerd@gnu.org> | |
| 5014 | |
| 5015 * 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
|
5016 to the beginning of the line containing the range start and |
| 25837 | 5017 the beginning of the line following the range end. |
| 5018 | |
| 5019 1999-08-24 Dave Love <fx@gnu.org> | |
| 5020 | |
| 5021 * timezone.el: Move provide to end. | |
| 5022 (timezone-parse-date): Simplify somewhat. Assume 2-digit years | |
| 5023 <70 are 2000+. | |
| 5024 (timezone-parse-time): Simplify somewhat. | |
| 5025 | |
| 5026 1999-08-24 Gerd Moellmann <gerd@gnu.org> | |
| 5027 | |
| 5028 * faces.el (margin): Renamed from bitmap-area. | |
| 5029 | |
| 5030 1999-08-24 Alex Schroeder <alex@gnu.org> | |
| 5031 | |
| 5032 * sql.el: Doc changes. | |
|
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
5033 (sql-sybase): Use sql-server instead of sql-database. |
| 25837 | 5034 |
| 5035 1999-08-23 Dave Love <fx@gnu.org> | |
| 5036 | |
| 5037 * rect.el: Add/fix various doc strings. Add `*' to all the | |
| 5038 interactive specs. | |
| 5039 | |
| 5040 1999-08-21 Gerd Moellmann <gerd@gnu.org> | |
| 5041 | |
| 5042 * jit-lock.el (jit-lock-function): Use line-beginning-position. | |
| 5043 Don't unwind-protect font-lock-fontify-region. | |
| 5044 | |
| 5045 * paragraphs.el (backward-kill-paragraph): Don't move | |
| 5046 point into mini-buffer prompt. | |
| 5047 (backward-kill-sentence): Ditto. | |
| 5048 | |
| 5049 * simple.el (next-history-element): Use minibuffer-prompt-end. | |
| 5050 Remove test for minibuffer-prompt-in-buffer. | |
| 5051 (kill-word): Don't move point into mini-buffer prompt. | |
| 5052 | |
| 5053 1999-08-21 Dave Love <fx@gnu.org> | |
| 5054 | |
| 5055 * Makefile: Exclude CVS dirs like RCS. | |
| 5056 | |
| 5057 1999-08-19 Dave Love <fx@gnu.org> | |
| 5058 | |
| 5059 * tooltip.el (tooltip-mode): Customize this, per convention. | |
| 5060 (tooltip-active): Option deleted. | |
| 5061 | |
| 5062 * font-lock.el (global-font-lock-mode): Autoload. Add :initialize. | |
| 5063 | |
| 5064 * hanoi.el, page-ext.el: Declare dynamic vars. | |
| 5065 | |
| 5066 * term.el: Avoid ange-ftp related compilation warnings. | |
| 5067 | |
| 5068 1999-08-18 Gerd Moellmann <gerd@gnu.org> | |
| 5069 | |
| 5070 * font-lock.el (font-lock-support-mode): Make `jit-lock-mode' | |
| 5071 the default so that beginners can benefit from it without | |
| 5072 searching in manuals. | |
| 5073 | |
| 5074 1999-08-18 Ray Blaak <blaak@gnu.org> | |
| 5075 | |
| 5076 * progmodes/delphi.el: Consider assembly sections as blocks, to | |
| 5077 indent them better. Make auto-indent on newline optional. | |
| 5078 | |
| 5079 1999-08-17 Gerd Moellmann <gerd@gnu.org> | |
| 5080 | |
| 5081 * bindings.el (mode-line-modified): Look up key binding for C-x | |
| 5082 C-q. If it's bound call that binding, otherwise call | |
| 5083 toggle-read-only. | |
| 5084 | |
| 5085 1999-08-17 Dave Love <fx@gnu.org> | |
| 5086 | |
| 5087 * info.el (info): Doc fix. | |
| 5088 | |
| 5089 * finder.el (finder-known-keywords): Add `multimedia'. | |
| 5090 | |
| 5091 * apropos.el: Don't capitalize custom group name. | |
| 5092 | |
| 5093 * info-look.el: Remove compatibility code. | |
| 5094 (info-lookup-guess-default*): DTRT for point at start of symbol. | |
| 5095 (info-complete): Don't lose with point not at end of symbol. | |
| 5096 | |
| 5097 1999-08-16 Gerd Moellmann <gerd@gnu.org> | |
| 5098 | |
| 5099 * term.el (toplevel): Make face `term-default' an empty face. | |
| 5100 The code relied on the fact that Emacs ignored invalid faces in | |
| 5101 face text properties in 20.4. | |
| 5102 | |
| 5103 1999-08-16 Richard M. Stallman <rms@gnu.org> | |
| 5104 | |
| 5105 * subr.el (point-at-eol, point-at-bol): New aliases. | |
| 5106 | |
| 5107 * simple.el: Functions reordered. | |
| 5108 | |
| 5109 * rect.el (delete-rectangle-line): Use line-end-position. | |
| 5110 | |
| 5111 1999-08-16 Karl Heuer <kwzh@gnu.org> | |
| 5112 | |
| 5113 * subr.el (assoc-ignore-case, assoc-ignore-representation): Moved | |
| 5114 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
|
5115 |
| 25837 | 5116 1999-08-16 Dave Love <fx@gnu.org> |
| 5117 | |
| 5118 * mouse.el: Provide `mldrag' for compatibility. | |
| 5119 (mldrag-drag-mode-line, mldrag-drag-vertical-line): New aliases, | |
| 5120 marked obsolete. | |
| 5121 | |
| 5122 * mldrag.el: Removed since the features are in mouse.el. | |
| 5123 | |
| 5124 * jka-compr.el (auto-compression-mode): New variable for | |
| 5125 customization. | |
| 5126 | |
| 5127 * bindings.el (mode-line-mule-info): Doc fix. | |
| 5128 | |
| 5129 * msb.el (msb--choose-file-menu): Use `completion-ignore-case' in | |
| 5130 name comparisons. | |
| 5131 | |
| 5132 * files.el (interpreter-mode-alist): Add make, guile, clisp. | |
| 5133 (find-file): Doc fix. | |
| 5134 | |
| 5135 1999-08-16 Carsten Dominik <cd@gnu.org> | |
| 5136 | |
| 5137 * textmodes/reftex.el: Most of the code moved to other files. | |
| 5138 * textmodes/reftex-auc.el: New file, split out from reftex.el | |
| 5139 * textmodes/reftex-cite.el: New file, split out from reftex.el | |
| 5140 * textmodes/reftex-global.el: New file, split out from reftex.el | |
| 5141 * textmodes/reftex-index.el: New file, split out from reftex.el | |
| 5142 * textmodes/reftex-parse.el: New file, split out from reftex.el | |
| 5143 * textmodes/reftex-ref.el: New file, split out from reftex.el | |
| 5144 * textmodes/reftex-sel.el: New file, split out from reftex.el | |
| 5145 * textmodes/reftex-toc.el: New file, split out from reftex.el | |
| 5146 * textmodes/reftex-vars.el: New file, split out from reftex.el | |
| 5147 * textmodes/reftex-vcr.el: New file, split out from reftex.el | |
| 5148 | |
| 5149 1999-08-16 Carsten Dominik <cd@gnu.org> | |
| 5150 | |
| 5151 * textmodes/reftex.el: (reftex-pop-to-bibtex-entry): Fixed | |
| 5152 conflict with pop-up-frames. | |
| 5153 (reftex-special-environment-parsers): New constant. | |
| 5154 (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
|
5155 (reftex-what-special-env): Cew function. |
| 25837 | 5156 (reftex-label-location): Call `reftex-what-special-env'. |
| 5157 (reftex-compile-variables): Check for symbol in | |
| 5158 `reftex-label-alist'. | |
|
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
5159 (reftex-what-environment): Fixed bug with stacked environments of |
| 25837 | 5160 same kind (e.g. enumerate). |
| 5161 (reftex-process-string): Preserve default directory. | |
|
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5162 (reftex-label-alist-builtin): Changed prefixes of endnote and |
| 25837 | 5163 footnote. Also the magic words. |
| 5164 (reftex-reference): Interprete new option | |
| 5165 `reftex-fref-is-default'. | |
| 5166 (reftex-replace-prefix-escapes): Interprete new `%S' format. | |
| 5167 (reftex-toc-mouse-view-line): Command removed (had no binding). | |
| 5168 (reftex-everything-regexp): New function. | |
| 5169 (reftex-nearest-match): Made better. | |
| 5170 (reftex-toc-find-section): Use new version of | |
| 5171 `reftex-nearest-match'. | |
|
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
5172 (reftex-insert-docstruct): Adapted to work with the index stuff. |
| 25837 | 5173 (reftex-parse-from-file): Find index entries as well. |
| 5174 (reftex-toc-toggle-index): New function | |
| 5175 (reftex-toc-map): `i' is now used to togle the index, File | |
| 5176 boundaries has been moved to `F'. | |
| 5177 (reftex-select-label-map): Toggling display of file boundaries is | |
| 5178 now on the `F' key, for consistency with `reftex-toc-map'. | |
| 5179 (reftex-erase-all-selection-and-index-buffers): Renamed from | |
| 5180 `reftex-erase-all-selection-buffer'. Now also kills the index | |
| 5181 buffers. | |
| 5182 (reftex-viewing-cross-references): Customization group renamed | |
| 5183 from reftex-viewing-cross-references-and-citations. | |
| 5184 (reftex-index-macro-regexp, | |
| 5185 reftex-find-index-entry-regexp-format): New variables | |
| 5186 (reftex-macros-with-index): New variable | |
| 5187 (reftex-add-index-macros): New function | |
| 5188 (reftex-renumber-simple-labels, reftex-translate): Allow for | |
| 5189 multiple labels in a single ref command. | |
| 5190 (reftex-index-support): New customization group | |
| 5191 (reftex-support-index, reftex-index-special-chars, | |
| 5192 reftex-index-macros, reftex-index-default-macro, | |
| 5193 reftex-index-default-tag, reftex-index-math-format, | |
| 5194 reftex-index-section-letters, reftex-index-include-context, | |
| 5195 reftex-index-follow-mode, reftex-index-header-face, | |
| 5196 reftex-index-section-face, reftex-index-tag-face, | |
| 5197 reftex-index-face): New options | |
| 5198 (reftex-index-map, reftex-index-menu, reftex-last-index-file, | |
| 5199 reftex-index-tag, reftex-index-return-marker, | |
| 5200 reftex-index-restriction-indicator, reftex-index-restriction-data, | |
| 5201 reftex-index-macro-regexp, reftex-index-level-re, | |
| 5202 reftex-index-key-end-re, reftex-find-index-entry-regexp-format, | |
| 5203 reftex-everything-regexp-no-index, reftex-index-re, | |
| 5204 reftex-macros-with-index, reftex-index-macro-alist): New variables | |
| 5205 (reftex-index-help, reftex-index-macros-builtin, | |
| 5206 reftex-key-to-index-macro-alist, reftex-query-index-macro-prompt, | |
| 5207 reftex-query-index-macro-help): New constants | |
| 5208 (reftex-index-selection-or-word, reftex-index, | |
| 5209 reftex-default-index, reftex-update-default-index, | |
| 5210 reftex-index-complete-tag, reftex-index-select-tag, | |
| 5211 reftex-index-complete-key, reftex-index-update-taglist, | |
| 5212 reftex-index-globally, reftex-index-mode, reftex-index-show-entry, | |
| 5213 reftex-display-index, reftex-insert-index, | |
| 5214 reftex-index-insert-new-letter, reftex-get-restriction, | |
| 5215 reftex-index-pre-command-hook, reftex-index-post-command-hook, | |
| 5216 reftex-index-show-help, reftex-index-next, reftex-index-previous, | |
| 5217 reftex-index-toggle-follow, reftex-index-toggle-context, | |
| 5218 reftex-index-view-entry, reftex-index-goto-entry-and-hide, | |
| 5219 reftex-index-goto-entry, reftex-index-mouse-goto-line-and-hide, | |
| 5220 reftex-index-quit, reftex-index-quit-and-kill, | |
| 5221 reftex-index-goto-toc, reftex-index-rescan, reftex-index-Rescan, | |
| 5222 reftex-index-revert, reftex-index-switch-index-tag, | |
| 5223 reftex-index-restrict-to-section, reftex-index-widen, | |
| 5224 reftex-index-restriction-forward, | |
| 5225 reftex-index-restriction-backward, reftex-index-visit-location, | |
| 5226 reftex-index-analyze-entry, reftex-index-globalize, | |
| 5227 reftex-index-edit, reftex-index-toggle-range-beginning, | |
| 5228 reftex-index-toggle-range-end, reftex-index-edit-key, | |
| 5229 reftex-index-edit-attribute, reftex-index-edit-visual, | |
| 5230 reftex-index-edit-part, reftex-index-level-down, | |
| 5231 reftex-index-level-up, reftex-index-kill, reftex-index-undo, | |
| 5232 reftex-index-change-entry, reftex-index-goto-letter, | |
| 5233 reftex-add-index-macros, reftex-ensure-index-support, | |
| 5234 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
|
5235 |
| 25837 | 5236 |
| 5237 1999-08-15 Richard M. Stallman <rms@gnu.org> | |
| 5238 | |
| 5239 * paren.el (show-paren-mode): Support making show-paren-mode | |
| 5240 a buffer-local variable. Don't check for a window system. | |
| 5241 (show-paren-function): Check whether show-paren-function is | |
| 5242 enabled in current buffer; do the right thing if not. | |
| 5243 Don't check for a window system. | |
| 5244 (show-paren-mode): Make it a user variable. | |
| 5245 | |
| 5246 * add-log.el (add-log-current-defun): Exclude all trailing whitespace. | |
| 5247 Handle `enum' like `struct'. | |
| 5248 | |
| 5249 * server.el (server-process-filter): If a client visits no buffers, | |
| 5250 close it immediately before recording it. | |
| 5251 | |
| 5252 * mail/mail-utils.el (mail-unquote-printable): Make it autoload. | |
| 5253 Optimize by calling concat just once. Handle =\n sequence. | |
| 5254 (mail-unquote-printable-region): New command. | |
| 5255 (mail-quote-printable): Make it autoload. | |
| 5256 | |
| 5257 1999-08-15 Karl Heuer <kwzh@gnu.org> | |
| 5258 | |
| 5259 * progmodes/octave-mod.el (octave-maintainer-address): Use gnu.org. | |
| 5260 | |
| 5261 1999-08-15 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp> | |
| 5262 | |
| 5263 * lisp/texinfmt.el: Handle @ifnottex. | |
| 5264 | |
| 5265 1999-08-15 Eli Zaretskii <eliz@gnu.org> | |
| 5266 | |
| 5267 * frame.el (blink-cursor): Don't turn on cursor blinking for | |
| 5268 ms-dos. | |
| 5269 | |
| 5270 * faces.el (face-valid-attribute-values): Look in | |
| 5271 x-bitmap-file-path only for x and w32 window systems. | |
| 5272 | |
| 5273 * term/pc-win.el (x-list-fonts): Return "ms-dos", not "default". | |
| 5274 Do that if width is nil as well. | |
| 5275 (x-display-mm-height, x-display-mm-width): Update values. | |
| 5276 (x-colors): Compute the list from msdos-color-values. | |
| 5277 (x-select-enable-clipboard): Doc fix. | |
| 5278 (x-frob-font-weight, x-font-family-list): New functions. | |
| 5279 | |
| 5280 1999-08-15 Toby Speight <Toby.Speight@streapadair.freeserve.co.uk> | |
| 5281 | |
| 5282 * window.el (shrink-window-if-larger-than-buffer): Don't try to | |
| 5283 back up from beginning of buffer. | |
| 5284 | |
| 5285 1999-08-13 Karl Heuer <kwzh@gnu.org> | |
| 5286 | |
| 5287 * emacs-lisp/advice.el (ad-special-forms): Use track-mouse iff bound. | |
| 5288 | |
| 5289 1999-08-13 Alakazam Petrofsky <Alakazam@Petrofsky.Berkeley.CA.US> | |
| 5290 | |
| 5291 * play/hanoi.el: Mostly rewritten. Customized. To support an s2G | |
| 5292 doomsday clock, speed control is added and changes are made to | |
| 5293 allow large numbers of rings: rings now show the whole ring | |
| 5294 number, not just the last digit; consecutive rings are allowed to | |
| 5295 be the same size when necessary to fit all the rings in the | |
| 5296 window; and poles can be oriented horizontally. Face support is | |
| 5297 thrown in gratuitously. | |
| 5298 (hanoi): Changed default number of rings back to 3. | |
| 5299 (hanoi-unix, hanoi-unix-64): New commands | |
| 5300 (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces, | |
| 5301 hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face, | |
| 5302 hanoi-odd-ring-face): New variables. | |
| 5303 (hanoi-internal, hanoi-current-time-float, hanoi-put-face, | |
| 5304 hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for, | |
| 5305 hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions. | |
| 5306 (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n. | |
| 5307 (hanoi-topos, hanoi-draw-ring): Removed. | |
| 5308 | |
| 5309 1999-08-12 Gerd Moellmann <gerd@gnu.org> | |
| 5310 | |
| 5311 * faces.el (face-valid-attribute-values): Return an alist for | |
| 5312 families on ttys. | |
| 5313 (face-read-integer): Handle unspecified face attributes. Add | |
| 5314 completion for `unspecified'. | |
| 5315 (read-face-attribute): Handle unspecified font attributes. | |
| 5316 (face-valid-attribute-values): Add `unspecified' to lists so that | |
| 5317 it can be chosen via completion. | |
| 5318 (face-read-string): Don't recognize "none" as input. | |
| 5319 | |
| 5320 1999-08-10 Dave Love <fx@gnu.org> | |
| 5321 | |
| 5322 * sendmail.el (mail-specify-envelope-from): Fix quoting of doc | |
| 5323 string. | |
| 5324 | |
| 5325 * sun-curs.el: Require sun-fns. | |
| 5326 | |
| 5327 1999-08-10 Dave Love <fx@gnu.org> | |
| 5328 | |
| 5329 * autorevert.el (auto-revert-mode): Add autoload cookie. | |
| 5330 | |
| 5331 * hscroll.el, auto-show.el: Files deleted -- we have built-in | |
| 5332 hscroll. | |
| 5333 | |
| 5334 * simple.el (hscroll-step, hscroll-point-visible) | |
| 5335 (hscroll-window-column): Remove now we have the mentioned real | |
| 5336 horizontal autoscrolling. | |
| 5337 | |
| 5338 1999-08-10 Richard M. Stallman <rms@gnu.org> | |
| 5339 | |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
5340 * mail/sendmail.el (sendmail-send-it): Let mail-specify-envelope-from |
| 25837 | 5341 control use of -f option. |
| 5342 (mail-specify-envelope-from): New variable. | |
| 5343 (mail-from-style): Doc fix. | |
| 5344 | |
| 5345 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): New fn. | |
| 5346 (easy-menu-get-map): New arg TO-MODIFY helps choose | |
| 5347 between local and global maps. | |
| 5348 (easy-menu-add-item): Pass TO-MODIFY arg to easy-menu-get-map. | |
| 5349 (easy-menu-change): Doc fix. | |
| 5350 | |
| 5351 * info-look.el (info-lookup-guess-c-symbol): Use skip-syntax-backward. | |
| 5352 (info-lookup-guess-default): Simplified and cleaned up. | |
| 5353 (info-lookup-guess-default*): Preserve point. | |
| 5354 | |
| 5355 * view.el (view-mode-disable): If buffer-read-only is nil, | |
| 5356 don't change it. | |
| 5357 | |
| 5358 * files.el (after-find-file): Disable View mode if buffer is no | |
| 5359 longer read-only. | |
| 5360 | |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
5361 * view.el (view-mode-enable, view-mode-disable): |
| 25837 | 5362 Call force-mode-line-update. |
| 5363 | |
| 5364 1999-08-10 Karl Heuer <kwzh@gnu.org> | |
| 5365 | |
| 5366 * language/european.el, emacs-lisp/byte-opt.el: Fix provide call. | |
| 5367 * array.el, play/landmark.el, international/latin-3.el: Likewise. | |
| 5368 * sun-curs.el, term/sun-mouse.el, progmodes/simula.el: Likewise. | |
| 5369 | |
| 5370 1999-08-10 Alex Schroeder <asc@bsiag.com> | |
| 5371 | |
| 5372 * ansi-color.el (ansi-color-to-text-properties): Added New state 5 | |
| 5373 to prevent m-eating-bug. | |
| 5374 | |
| 5375 1999-08-10 Eli Zaretskii <eliz@gnu.org> | |
| 5376 | |
| 5377 * term/pc-win.el (msdos-bg-mode): Remove. Call | |
| 5378 frame-set-background-mode instead. All callers changed. | |
| 5379 (msdos-face-setup): Don't force color display parameter, it is set | |
| 5380 by frame-set-background-mode. | |
| 5381 (make-msdos-frame): Call x-handle-reverse-video and | |
| 5382 face-set-after-frame-default. Delete frame if creation failed. | |
| 5383 | |
| 5384 * faces.el (face-set-after-frame-default): Don't call | |
| 5385 make-face-x-resource-internal for the pc window-system. | |
| 5386 | |
| 5387 1999-08-10 Dave Love <fx@melange.gnu.org> | |
| 5388 | |
| 5389 * emacs-lisp/advice.el (ad-make-single-advice-docstring): Treat | |
| 5390 case with no docstring specially. | |
| 5391 | |
| 5392 1999-08-09 Eli Zaretskii <eliz@gnu.org> | |
| 5393 | |
| 5394 * complete.el (PC-do-completion): If completing on file name, | |
| 5395 reproduce str by concatenating its directory and basename parts. | |
| 5396 | |
| 5397 1999-08-07 Dave Love <fx@gnu.org> | |
| 5398 | |
| 5399 * man.el (Man-softhyphen-to-minus): Revert previous change. Avoid | |
| 5400 unibyte to multibyte conversion of search-forward (from Handa), | |
| 5401 but avoid the replacement if the language is Latin-N. | |
| 5402 | |
| 5403 1999-08-06 Richard Stallman <rms@gnu.org> | |
| 5404 | |
| 5405 * emacs-lisp/eval-reg.el (elisp-eval-buffer): Handle all 5 args | |
| 5406 of eval-buffer. | |
| 5407 | |
| 5408 * international/mule.el (load-with-code-conversion): | |
| 5409 Pass t to eval-buffer for DO-ALLOW-PRINT. | |
| 5410 | |
| 5411 1999-08-06 Geoff Voelker <voelker@cs.washington.edu> | |
| 5412 | |
| 5413 * ls-lisp.el (ls-lisp-delete-matching): List argument is now alist | |
| 5414 of filenames and attributes. | |
| 5415 (ls-lisp-insert-directory): Use directory-files-and-attributes | |
| 5416 for speed. | |
| 5417 | |
| 5418 1999-08-05 Dave Love <fx@gnu.org> | |
| 5419 | |
| 5420 * auto-show.el (auto-show-mode): Fix :set. | |
| 5421 | |
| 5422 * widget.el (define-widget-keywords): Make dummy definition and | |
| 5423 comment-out its use. | |
| 5424 | |
| 5425 1999-08-04 Richard Stallman <rms@gnu.org> | |
| 5426 | |
| 5427 * progmodes/tcl.el: Customized. | |
| 5428 | |
| 5429 * sql.el (sql-accumulate-and-indent): Instead of testing | |
| 5430 whether this is Emacs 20 before calling comint-accumulate, | |
| 5431 test whether comint-accumulate is defined. | |
| 5432 | |
| 5433 1999-08-04 Dave Love <fx@gnu.org> | |
| 5434 | |
| 5435 * sgml-mode.el: Require outline when compiling. | |
| 5436 (sgml-mode-hook, html-mode-hook): Customize. | |
| 5437 (sgml-validate-command): Fix :version. | |
| 5438 (html-autoview-mode): Doc fix. | |
| 5439 | |
| 5440 * man.el (Man-softhyphen-to-minus): Fix for multibyte case, do | |
| 5441 nothing in Latin-N environment. | |
| 5442 | |
| 5443 * info.el (Info-find-node): Call info-initialize here. | |
| 5444 (info): Not here. | |
| 5445 (Info-file-list-for-emacs): Add message, dired-x, c, viper. | |
| 5446 | |
| 5447 1999-08-04 Richard Stallman <rms@gnu.org> | |
| 5448 | |
| 5449 * ansi-color.el: New file. | |
| 5450 | |
| 5451 1999-08-04 Stefan Monnier <monnier@cs.yale.edu> | |
| 5452 | |
| 5453 * dired.el (dired-string-replace-match): Return `nil' when no match | |
| 5454 found with global search. | |
| 5455 | |
| 5456 * ledit.el (ledit-zap-file, ledit-read-file, ledit-compile-file): | |
| 5457 * terminal.el (te-terminfo-directory): | |
| 5458 * mail/mailpost.el (post-mail-send-it): | |
| 5459 * mail/metamail.el (metamail-region): | |
| 5460 * progmodes/ada-mode.el (ada-tmp-directory): | |
| 5461 Use temporary-file-directory. | |
| 5462 | |
| 5463 * progmodes/compile.el (compilation-parsing-end,compilation-setup) | |
| 5464 (compilation-filter, compilation-forget-errors) | |
| 5465 (compilation-parse-errors): Use a marker instead of an integer for | |
| 5466 `compilation-parsing-end'. | |
| 5467 | |
| 5468 * progmodes/diff.el (diff-parse-differences): | |
| 5469 Use a marker instead of an integer for `compilation-parsing-end'. | |
| 5470 * textmodes/tex-mode.el (tex-compilation-parse-errors): | |
| 5471 Use a marker instead of an integer for `compilation-parsing-end'. | |
| 5472 | |
| 5473 1999-08-03 Richard Stallman <rms@gnu.org> | |
| 5474 | |
| 5475 * buff-menu.el (Buffer-menu-mode-map): Add V for Buffer-menu-View. | |
| 5476 (Buffer-menu-mode): Doc fix. | |
| 5477 (Buffer-menu-view): New command. | |
| 5478 (Buffer-menu-view-other-window): New command. | |
| 5479 | |
| 5480 1999-08-03 Christopher J. Madsen <chris_madsen@geocities.com> | |
| 5481 | |
| 5482 * replace.el (query-replace-regexp-eval) | |
| 5483 (replace-eval-replacement, replace-loop-through-replacements) | |
| 5484 (replace-match-string-symbols): New functions. | |
| 5485 (perform-replace): Allow REPLACEMENTS to be (FUNCTION . DATA). | |
| 5486 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
|
5487 |
| 25837 | 5488 1999-08-03 Dave Pearson <davep@hagbard.demon.co.uk> |
| 5489 | |
| 5490 * play/5x5.el (5x5-mode-map): Bind C-p, C-n, C-b, C-f. | |
| 5491 (5x5): Doc fix. | |
| 5492 | |
| 5493 1999-08-03 Dave Love <fx@gnu.org> | |
| 5494 | |
| 5495 * fortran.el (fortran-indent-new-line): Make it an alias | |
| 5496 for reindent-then-newline-and-indent. | |
| 5497 | |
| 5498 1999-08-03 Didier Verna <verna@inf.enst.fr> | |
| 5499 | |
| 5500 * rect.el: All functions rewritten, except when noted above | |
|
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5501 their declaration. Below is a list of interface changes. |
| 25837 | 5502 (apply-on-rectangle): New function, mostly replaces |
| 5503 `operate-on-rectangle'. All callers changed. | |
|
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5504 (move-to-column-force): Pass new second argument to `move-to-column'. |
| 25837 | 5505 (kill-rectangle): Added optional prefix arg to fill lines. |
| 5506 (delete-rectangle): Ditto. | |
|
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5507 (delete-whitespace-rectangle): Ditto. |
| 25837 | 5508 (delete-extract-rectangle): Ditto. |
| 5509 (open-rectangle): Ditto. | |
| 5510 (clear-rectangle): Ditto. | |
|
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5511 (delete-whitespace-rectangle-line): New function. |
| 25837 | 5512 (delete-rectangle-line): Added third arg FILL. |
| 5513 (delete-extract-rectangle-line): Ditto. | |
| 5514 (open-rectangle-line): Ditto. | |
| 5515 (clear-rectangle-line): Ditto. | |
| 5516 | |
| 5517 1999-08-03 Ray Blaak <blaak@gnu.org> | |
| 5518 | |
| 5519 * progmodes/delphi.el: New file. | |
| 5520 | |
| 5521 1999-08-02 Richard Stallman <rms@gnu.org> | |
| 5522 | |
| 5523 * textmodes/outline.el (outline-previous-heading): New function. | |
| 5524 (outline-up-heading-all): Use outline-previous-heading. | |
| 5525 (outline-next-heading): Delete definition inserted yesterday. | |
| 5526 | |
| 5527 1999-08-01 Richard Stallman <rms@gnu.org> | |
| 5528 | |
| 5529 * textmodes/outline.el (outline-next-heading): New function. | |
| 5530 (outline-up-heading-all): New function. | |
| 5531 (outline-font-lock-level): Using outline-up-heading-all. | |
| 5532 Tell outline-back-to-heading to accept invisible headings. | |
| 5533 | |
| 5534 * simple.el (shell-command-on-region): EXIT-STATUS can be a string. | |
| 5535 | |
| 5536 * mail/mh-utils.el (mh-find-path-run): New variable. | |
| 5537 (mh-find-path): Test and set that. | |
| 5538 Set mail-user-agent only the first time this function is run. | |
| 5539 (mail-user-agent): Defvar deleted. | |
| 5540 | |
| 5541 * info.el (info-initialize): New function. | |
| 5542 (info): Call info-initialize. | |
| 5543 (Info-directory-list): Initialize to nil, | |
| 5544 so info-initialize will set it up for real. | |
| 5545 | |
| 5546 1999-08-01 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
| 5547 | |
| 5548 * calendar/calendar.el (european-date-diary-pattern): Fix pattern so it | |
| 5549 does not interpret a time as the year in a day-month entry. | |
| 5550 | |
| 5551 * calendar/diary-lib.el: Change syntax table entry for colon in | |
| 5552 the diary as part of the european-date-diary-pattern fix. | |
| 5553 | |
| 5554 1999-08-01 Eli Zaretskii <eliz@gnu.org> | |
| 5555 | |
| 5556 * international/mule.el (set-auto-coding): Allow whitespace before | |
| 5557 and after the "variable: value" pair. | |
| 5558 | |
| 5559 1999-07-30 Ken'ichi Handa <handa@gnu.org> | |
| 5560 | |
| 5561 * mail/sendmail.el (sendmail-coding-system): Doc-string fixed. | |
| 5562 (default-sendmail-coding-system): Doc-string fixed. | |
| 5563 | |
| 5564 1999-07-30 Dave Love <fx@gnu.org> | |
| 5565 | |
| 5566 * subr.el (assoc-delete-all): New function, renamed from | |
| 5567 frame-delete-all. | |
| 5568 | |
| 5569 * frame.el: Change comments to doc strings and other doc fixes. | |
| 5570 (frame-delete-all): Moved to subr.el as `assoc-delete-all'. | |
| 5571 Callers changed. | |
| 5572 (set-background-color, set-foreground-color, set-cursor-color) | |
| 5573 (set-mouse-color, set-border-color): Offer completion of colours. | |
| 5574 (cursor): Add :version to defgroup. | |
| 5575 | |
| 5576 * facemenu.el (list-colors-display): Make it work on ttys. | |
| 5577 (facemenu-read-color): Likewise. | |
| 5578 | |
| 5579 1999-07-30 Richard M. Stallman <rms@gnu.org> | |
| 5580 | |
| 5581 * frame.el (frame-notice-user-settings): If background | |
| 5582 color has been changed, update background-mode from it, | |
| 5583 then update faces. | |
| 5584 | |
| 5585 1999-07-30 Wolfgang Rupprecht <wolfgang@wsrcc.com> | |
| 5586 | |
| 5587 * net-utils.el (finger): Don't do indirect fingering. | |
| 5588 | |
| 5589 1999-07-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
| 5590 | |
| 5591 * cal-tex.el (cal-tex-cursor-filofax-daily): Add possibility of | |
| 5592 rules. Add separator at end of holidays. | |
| 5593 (cal-tex-rules): New customizable variable. | |
| 5594 (cal-tex-latexify-list): Add optional parameter to put separator | |
| 5595 at end. | |
| 5596 | |
| 5597 1999-07-30 Bill Richter <richter@steenrod.math.nwu.edu> | |
| 5598 | |
| 5599 * textmodes/fill.el (fill-individual-paragraphs): Calculate new | |
| 5600 fill prefix on each line while looping to the end of paragraph. | |
| 5601 End paragraph if it's longer than the existing fill prefix. | |
| 5602 | |
| 5603 * textmodes/fill.el (fill-context-prefix): Doc fix. | |
| 5604 | |
| 5605 1999-07-30 Dave Love <fx@gnu.org> | |
| 5606 | |
| 5607 * font-lock.el (jit-lock): Fix :load, add :version. | |
| 5608 | |
| 5609 1999-07-30 Eli Zaretskii <eliz@gnu.org> | |
| 5610 | |
| 5611 * term/pc-win.el (msdos-face-setup): Register standard colors in | |
| 5612 Vface_tty_color_alist. | |
| 5613 (face-color-supported-p, face_color_gray_p): New functions. | |
| 5614 | |
| 5615 * loadup.el: Don't load scroll-bar unless x-toolkit-scroll-bars-p | |
| 5616 is bound. | |
| 5617 | |
| 5618 * startup.el (command-line): Don't register default colors for | |
| 5619 MSDOS window-system. | |
| 5620 | |
| 5621 1999-07-29 Dave Love <fx@gnu.org> | |
| 5622 | |
| 5623 * f90.el (f90-mode-syntax-table): Change backslash to escape, not | |
| 5624 charquote. | |
| 5625 | |
| 5626 * lisp-mode.el (eval-defun): Re-written to avoid | |
| 5627 capturing variables. | |
| 5628 | |
| 5629 * picture.el (picture-beginning-of-line): Don't call | |
| 5630 hscroll-point-visible now we have real autoscrolling. | |
| 5631 (picture-end-of-line, picture-newline, picture-open-line): | |
| 5632 Likewise. | |
| 5633 | |
| 5634 * international/latin-8.el: New file. | |
| 5635 * international/latin-9.el: New file. | |
| 5636 | |
| 5637 1999-07-28 Dave Love <fx@gnu.org> | |
| 5638 | |
| 5639 * mouse.el (x-fixed-font-alist): Add lucidasanstypewriter. | |
| 5640 | |
| 5641 * msb.el: Require cl only when compiling. | |
| 5642 (msb--home-dir): Deleted. | |
| 5643 (msb--format-title): Use abbreviate-file-name. | |
| 5644 (msb--choose-file-menu): Simplify string comparison. | |
| 5645 | |
| 5646 1999-07-28 Gerd Moellmann <gerd@gnu.org> | |
| 5647 | |
| 5648 * faces.el (toolbar): Add face definition for mono displays. | |
| 5649 | |
| 5650 1999-07-27 Richard M. Stallman <rms@gnu.org> | |
| 5651 | |
| 5652 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change. | |
| 5653 | |
| 5654 * frame.el (frame-initialize): When setting frame-initial-frame-alist, | |
| 5655 force copying of default-frame-alist. | |
| 5656 | |
| 5657 1999-07-26 Ken'ichi Handa <handa@gnu.org> | |
| 5658 | |
| 5659 * ps-mule.el (ps-mule-begin-job): Fix malformed regexp. | |
| 5660 | |
| 5661 1999-07-26 Richard M. Stallman <rms@gnu.org> | |
| 5662 | |
| 5663 * frame.el (set-mouse-color): If new color is nil, | |
| 5664 really respecify the current color. | |
| 5665 | |
| 5666 1999-07-26 Gerd Moellmann <gerd@gnu.org> | |
| 5667 | |
| 5668 * faces.el (bitmap-area): Change background of face `bitmap-area' | |
| 5669 to white for mono displays. | |
| 5670 | |
| 5671 1999-07-26 Kenichi Handa <handa@etl.go.jp> | |
| 5672 | |
| 5673 * international/ccl.el (ccl-embed-symbol): New function. | |
| 5674 (ccl-program-p): Deleted. Now it's implemented in C code. | |
| 5675 (ccl-compile-call): Use ccl-embed-symbol to embed a symbol. | |
| 5676 (ccl-compile-translate-character): Likewise. | |
| 5677 (ccl-compile-map-single): Likewise. | |
| 5678 (ccl-compile-multiple-map-function): Likewise. | |
| 5679 (declare-ccl-program): Doc-string modified. | |
| 5680 (check-ccl-program): Check compiled CCL code by ccl-program-p. | |
| 5681 | |
| 5682 1999-07-25 Ken'ichi Handa <handa@etl.go.jp> | |
| 5683 | |
| 5684 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change. | |
| 5685 | |
| 5686 1999-07-25 Markus Rost <rost@gnu.org> | |
| 5687 | |
| 5688 * cus-edit.el (custom-save-variables, custom-save-faces): Sort | |
| 5689 the entries to make custom-file more readable. | |
| 5690 | |
| 5691 1999-07-25 Richard M. Stallman <rms@gnu.org> | |
| 5692 | |
| 5693 * cus-edit.el (custom-save-delete): Avoid error for empty .emacs. | |
| 5694 | |
| 5695 * emacs-lisp/edebug.el: Delete compatibility code. | |
| 5696 (edebug-next-token-class): If . is followed by a digit, | |
| 5697 return `symbol' for the token class. | |
| 5698 | |
| 5699 * startup.el (command-line): If we don't find the user's init file, | |
| 5700 set user-init-file to nil. | |
| 5701 | |
| 5702 1999-07-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 5703 | |
| 5704 * info-look.el (info-lookup-interactive-arguments): Add optional | |
| 5705 argument query for new choice of help mode. | |
| 5706 (info-lookup-symbol): Use it. | |
| 5707 (info-lookup-file): Ditto. | |
| 5708 (info-lookup): Don't switch to other window, if already in Info | |
| 5709 buffer. | |
| 5710 | |
| 5711 1999-07-23 Dave Love <fx@gnu.org> | |
| 5712 | |
| 5713 * fortran.el (fortran-mode-syntax-table): Change `\' to `\' | |
| 5714 syntax. | |
| 26624 | 5715 (fortran-fontify-string, fortran-match-!-comment): Deleted. |
| 25837 | 5716 (fortran-font-lock-syntactic-keywords): New variable. |
| 5717 (fortran-mode): Use it. | |
| 5718 (fortran-font-lock-keywords-1): Don't do comments. | |
| 5719 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save | |
| 5720 match data. | |
| 5721 | |
| 5722 * textmodes/sgml-mode.el (sgml-validate-command): Use nsgmls. | |
| 5723 | |
| 5724 * msb.el (msb-menu-bar-update-buffers): Renamed from | |
| 5725 menu-bar-update-buffers. | |
| 5726 (msb-custom-set, msb--toggle-menu-type): Call | |
| 5727 msb-menu-bar-update-buffers. | |
| 5728 (msb-mode): Revise the hook setting. | |
| 5729 | |
| 5730 * font-lock.el (turn-on-font-lock): Use tty-display-color-p. | |
| 5731 | |
| 5732 1999-07-23 Gerd Moellmann <gerd@gnu.org> | |
| 5733 | |
| 25956 | 5734 * font-lock.el, help.el, simple.el: Re-integrate previously |
| 5735 described changes that were lost due to errors while checking them | |
| 5736 in. | |
| 25837 | 5737 |
| 5738 1999-07-23 Kevin Blake <kblake@ticnet.com> | |
| 5739 | |
| 5740 * font-lock.el (lisp-font-lock-keywords-2): Fix regexp. | |
| 5741 | |
| 5742 1999-07-23 Ken'ichi Handa <handa@etl.go.jp> | |
| 5743 | |
| 5744 * international/encoded-kb.el | |
| 5745 (encoded-kbd-self-insert-iso2022-7bit): Don't insert the character | |
| 5746 but push it to unread-command-events. | |
| 5747 (encoded-kbd-self-insert-iso2022-8bit): Likewise. | |
| 5748 (encoded-kbd-self-insert-sjis): Likewise. | |
| 5749 (encoded-kbd-self-insert-big5): Likewise. | |
| 5750 | |
| 5751 * textmodes/fill.el (fill-region-as-paragraph): Avoid backing up | |
| 5752 before left margin and fill-prefix by fill-find-break-point. | |
| 5753 | |
| 5754 1999-07-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 5755 | |
| 5756 * info-look.el (info-lookup-setup-mode): Don't give up, if | |
| 5757 info-lookup-make-completions returns an error. | |
| 5758 (info-lookup-maybe-add-help :mode 'latex-mode): Use Info file | |
| 5759 name latex, not latex2e. | |
| 5760 | |
| 5761 1999-07-21 Richard M. Stallman <rms@gnu.org> | |
| 5762 | |
| 5763 * replace.el (perform-replace): Turn off case-fold-search | |
| 5764 if FROM-STRING argument has uppercase in it. | |
| 5765 | |
| 5766 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 5767 | |
| 5768 * jit-lock.el (jit-lock-after-change): Do it only if jit-lock | |
| 5769 mode is on. Don't use end of changed text. | |
| 5770 | |
| 5771 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 5772 | |
| 5773 * cl-extra.el (cl-make-hash-table): Renamed from make-hash-table. | |
| 5774 (cl-hash-table-p): Renamed from hash-table-p. | |
| 5775 (cl-hash-table-count): Renamed from hash-table-count. | |
| 5776 (maphash): Alias to cl-maphash removed. | |
| 5777 (gethash): Likewise. | |
| 5778 (puthash): Likewise. | |
| 5779 (remhash): Likewise. | |
| 5780 (clrhash): Likewise. | |
| 5781 | |
| 5782 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 5783 | |
| 5784 * jit-lock.el (jit-lock-stealth-fontify): Don't call sit-for with | |
| 5785 third arg non-nil. See comment there why this isn't a good idea. | |
| 5786 | |
| 5787 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 5788 | |
| 5789 * jit-lock.el (jit-lock-stealth-fontify): Use with-temp-message. | |
| 5790 | |
| 5791 * jit-lock.el (jit-lock-stealth-fontify): Widen buffer, and call | |
| 5792 sit-for with 3rd arg non-nil to prevent redisplay. | |
| 5793 | |
| 5794 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 5795 | |
| 5796 * image.el (image-type-from-file-header): If file doesn't | |
| 5797 have a directory part, add data-directory. | |
| 5798 | |
| 5799 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 5800 | |
| 5801 * tooltip.el (tooltip-gud-tips-p): Set default to nil. | |
| 5802 (tooltip-activate-mouse-motions-if-enabled): Don't activate mouse | |
| 5803 motion handling when tooltip-gud-tips-p is nil. | |
| 5804 | |
| 5805 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 5806 | |
| 5807 * tooltip.el (tooltip-mode): Don't use `plusp'. | |
| 5808 (tooltip-active): Use initial value of nil. | |
| 5809 | |
| 5810 * jit-lock.el (jit-lock-mode): Don't use `plusp'. | |
| 5811 | |
| 5812 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 5813 | |
| 5814 * bindings.el (make-mode-line-mouse-sensitive): Add key | |
| 5815 definitions for `top-line'. | |
| 5816 | |
| 5817 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 5818 | |
| 5819 * faces.el (top-line): New face. | |
| 5820 | |
| 5821 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 5822 | |
| 5823 * image.el (image-type-regexps): Add regexp for PS files. | |
| 5824 | |
| 5825 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 5826 | |
| 5827 * faces.el (set-face-attribute): Fix wrong handling of frame | |
| 5828 begin equal to t. | |
| 5829 | |
| 5830 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 5831 | |
| 5832 * image.el (image-type-regexps): Add PNG format. | |
| 5833 | |
| 5834 1999-07-21 Dave Love <fx@gnu.org> | |
| 5835 | |
| 5836 * bindings.el (mode-line-modified): New variable. | |
| 5837 (mode-line-mode-menu-1): Switch to appropriate window before | |
| 5838 showing menu. | |
| 5839 | |
| 5840 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 5841 | |
| 5842 * faces.el (face-underline): Removed. | |
| 5843 (face-underline-color): Ditto. | |
| 5844 | |
| 5845 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 5846 | |
| 5847 * faces.el (face-x-resources): Fix typo. | |
| 5848 | |
| 5849 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 5850 | |
| 5851 * faces.el: Remove handling of `:relief', extend handling of | |
| 5852 `:box'. | |
| 5853 (frame-set-background-mode): Choose new defface specs after | |
| 5854 frame parameters have changed. | |
| 5855 | |
| 5856 * cus-face.el: Ditto. | |
| 5857 | |
| 5858 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 5859 | |
| 5860 * custom.el (defface): Extend documentation to include new | |
| 5861 face attributes. | |
| 5862 | |
| 5863 * cus-face.el (custom-face-attributes): Add overline, | |
| 5864 strike-through, box. | |
| 5865 | |
| 5866 * faces.el (face-valid-attribute-values): Handle overline, | |
| 5867 strike-through, box. | |
| 5868 (face-attribute-name-alist): Add pairs for new face attributes. | |
| 5869 (describe-face): Handle new face attributes. | |
| 5870 | |
| 5871 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 5872 | |
| 5873 * faces.el (face-x-resources): Add overline, strike-through, box. | |
| 5874 | |
| 5875 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 5876 | |
| 5877 * enriched.el (enriched-translations): Add `display' and | |
| 5878 "x-display". | |
| 5879 (enriched-handle-display-prop): New. | |
| 5880 (enriched-decode-display-prop): New. | |
| 5881 | |
| 5882 * format.el (top-level): Give `display' property | |
| 5883 `format-list-atomic-p. | |
| 5884 (format-annotate-single-property-change): Test that property. | |
| 5885 If present, treat list property values like atoms. | |
| 5886 | |
| 5887 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 5888 | |
| 5889 * cus-face.el (custom-face-attributes): Use `choice' everywhere | |
| 5890 so that "*" can be entered. | |
| 5891 | |
| 5892 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 5893 | |
| 5894 * cus-face.el (custom-face-attributes): Don't use `#''. | |
| 5895 | |
| 5896 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp> | |
| 5897 | |
| 5898 * cus-face.el (custom-face-attributes): Return underline | |
| 5899 face attribute directly from the second lambda of underline. | |
| 5900 | |
| 5901 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 5902 | |
| 5903 * jit-lock.el (jit-lock-stealth-verbose): Set to nil. | |
| 5904 | |
| 5905 * frame.el (after-setting-font-hooks): New variable. | |
| 5906 (set-frame-font): Run those hooks. | |
| 5907 | |
| 5908 * jit-lock.el (jit-lock-function): Use font-lock-fontify-region. | |
| 5909 | |
| 5910 * faces.el (set-face-attribute): Fix doc string. | |
| 5911 | |
| 5912 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 5913 | |
| 5914 * cus-face.el (custom-face-attributes): Accept color name. | |
| 5915 | |
| 5916 * faces.el (face-underline-p): Accept unspecified underlining. | |
| 5917 (face-underline): Ditto. Fix doc string. | |
| 5918 | |
| 5919 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp> | |
| 5920 | |
| 5921 * faces.el (face-underline-color): New function. | |
| 5922 | |
| 5923 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp> | |
| 5924 | |
| 5925 * cus-face.el (custom-face-attributes): Support underline coloring. | |
| 5926 Added slot to choose a color. | |
| 5927 | |
| 5928 * faces.el (face-underline): New function. | |
| 5929 (face-underline-p): Support underline coloring. | |
| 5930 Return nil only if the underline attribute is 'normal. | |
| 5931 (set-face-underline): New function. | |
| 5932 (face-valid-attribute-values): Support underline coloring. | |
| 5933 | |
| 5934 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 5935 | |
| 5936 * image.el (insert-image): Use `display' instead of `glyph' | |
| 5937 as text property name. | |
| 5938 (put-image): Ditto. | |
| 5939 (image-type-from-file-header): Use insert-file-contents-literally. | |
| 5940 | |
| 5941 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 5942 | |
| 5943 * easymenu.el (easy-menu-do-add-item): Don't use the empty | |
| 5944 string to indicate separators. | |
| 5945 | |
| 5946 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 5947 | |
| 5948 * jit-lock.el (jit-lock-stealth-fontify): Bind message-log-max | |
| 5949 instead of message-log. | |
| 5950 | |
| 5951 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 5952 | |
| 5953 * faces.el (bitmap-area): New face. | |
| 5954 | |
| 5955 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 5956 | |
| 5957 * image.el (insert-image): New. | |
| 5958 | |
| 5959 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 5960 | |
| 5961 * frame.el (blink-cursor): Set the symbol's value. | |
| 5962 (show-trailing-whitespace): Change group to font-lock. | |
| 5963 | |
| 5964 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 5965 | |
| 5966 * jit-lock.el: New. | |
| 5967 * font-lock.el: Add jit-mode as new support mode. | |
| 5968 | |
| 5969 * font-lock.el (font-lock-fontify-keywords-region): Stop when | |
| 5970 reaching end instead of letting re-search-forward signal an error. | |
| 5971 (demand-lock-mode): New. | |
| 5972 (font-lock-turn-on-thing-lock): Add demand-lock-mode. | |
| 5973 (font-lock-turn-off-thing-lock): Ditto. | |
| 5974 (font-lock-after-fontify-buffer): Ditto. | |
| 5975 (font-lock-after-unfontify-buffer): Ditto. | |
| 5976 | |
| 5977 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 5978 | |
| 5979 * gs.el: New file. | |
| 5980 | |
| 5981 * startup.el (command-line-1): Activate tooltip mode if | |
| 5982 interactive. | |
| 5983 | |
| 5984 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 5985 | |
| 5986 * faces.el (toolbar): Grey default background. | |
| 5987 (modeline): Ditto. | |
| 5988 | |
| 5989 * image.el (image-type-regexps): New. | |
| 5990 (image-type-from-file-header): New. | |
| 5991 (create-image): Call it. | |
| 5992 | |
| 5993 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 5994 | |
| 5995 * image.el: New file. | |
| 5996 | |
| 5997 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 5998 | |
| 5999 * bindings.el (mode-line-format): Replace `mode-name' with | |
| 6000 `(:eval mode-line-mode-name)'. | |
| 6001 (mode-line-mode-name): New. | |
| 6002 (make-mode-line-mouse-sensitive): Don't change default value | |
| 6003 of `mode-name'. | |
| 6004 | |
| 6005 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 6006 | |
| 6007 * tooltip.el: New file. | |
| 6008 | |
| 6009 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 6010 | |
| 6011 * bindings.el (make-mode-line-mouse-sensitive): Use down-mouse-3 | |
| 6012 instead of mouse-3 to pop up menus. | |
| 6013 (mode-line-kill-buffer): Removed. | |
| 6014 (make-mode-line-mouse-sensitive): Pop mouse buffer menu over | |
| 6015 buffer name. | |
| 6016 (mode-line-buffer-menu-1): Removed. | |
| 6017 | |
| 6018 * startup.el (command-line-1): Call make-mode-line-mouse-sensitive. | |
| 6019 | |
| 6020 * bindings.el (mode-line-buffer-identification-keymap): New. | |
| 6021 (mode-line-buffer-menu-keymap): New. | |
| 6022 (mode-line-mode-menu-keymap): New. | |
| 6023 (mode-line-unbury-buffer): New. | |
| 6024 (mode-line-other-buffer): New. | |
| 6025 (mode-line-kill-buffer): New. | |
| 6026 (mode-line-buffer-menu-1): New. | |
| 6027 (mode-line-mode-menu-1): New. | |
| 6028 (make-mode-line-mouse-sensitive): New. | |
| 6029 | |
| 6030 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 6031 | |
| 6032 * help.el (describe-key-briefly): Handle mode line strings | |
| 6033 with local-map properties. | |
| 6034 (describe-key): Ditto. | |
| 6035 (mode-line-key-binding): New. | |
| 6036 | |
| 6037 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 6038 | |
| 6039 * scroll-bar.el (scroll-bar-timer): New. | |
| 6040 (scroll-bar-toolkit-scroll): Start and cancel scroll-bar-timer. | |
| 6041 | |
| 6042 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 6043 | |
| 6044 * scroll-bar.el (scroll-bar-toolkit-scroll): Handle `top' | |
| 6045 and `bottom'. | |
| 6046 | |
| 6047 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 6048 | |
| 6049 * scroll-bar.el (scroll-bar-toolkit-scroll): New. | |
| 6050 (global): Use different key bindings if using tookit scroll bars. | |
| 6051 | |
| 6052 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 6053 | |
| 6054 * faces.el (modeline): Define mode line face with relief for | |
| 6055 class color, only. | |
| 6056 (toolbar): New face. | |
| 6057 | |
| 6058 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 6059 | |
| 6060 * frame.el (frame-initialize): Set frame-creation-function to | |
| 6061 tty-create-frame-with-faces. | |
| 6062 | |
| 6063 * faces.el (frame-set-background-mode): Make it work for | |
| 6064 window-system nil. | |
| 6065 | |
| 6066 * faces.el (tty-create-frame-with-faces): New. | |
| 6067 (face-set-after-frame-default): Make it work for TTY frames. | |
| 6068 | |
| 6069 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 6070 | |
| 6071 * faces.el (face-valid-attribute-values): Use tty-defined-colors. | |
| 6072 Return a list of one font family for TTYs. Don't return bitmap | |
| 6073 file paths for TTY frames. | |
| 6074 | |
| 6075 * faces.el: Add face specs for tty displays to basic faces. | |
| 6076 | |
| 6077 * font-lock.el (font-lock-comment-face): Add spec for color tty. | |
| 6078 (font-lock-string-face): Ditto. | |
| 6079 (font-lock-keyword-face): Ditto. | |
| 6080 (font-lock-builtin-face): Ditto. | |
| 6081 (font-lock-function-name-face): Ditto. | |
| 6082 (font-lock-variable-name-face): Ditto. | |
| 6083 (font-lock-type-face): Ditto. | |
| 6084 (font-lock-constant-face): Ditto. | |
| 6085 (font-lock-warning-face): Ditto. | |
| 6086 | |
| 6087 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 6088 | |
| 6089 * startup.el (command-line): Register default tty colors. | |
| 6090 | |
| 6091 * faces.el (face-spec-set-match-display): Recognize `type tty'. | |
| 6092 | |
| 6093 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 6094 | |
| 6095 * faces.el (modeline): For X frames, use a modeline with relief. | |
| 6096 | |
| 6097 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 6098 | |
| 6099 * faces.el (frame-update-faces): Copied from 20.2. | |
| 6100 (frame-update-face-colors): Ditto. Code removed that isn't | |
| 6101 applicable in the new face implementation. | |
| 6102 | |
| 6103 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 6104 | |
| 6105 * frame.el (show-trailing-whitespace): New. | |
| 6106 | |
| 6107 * faces.el (trailing-whitespace): New basic face. | |
| 6108 | |
| 6109 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 6110 | |
| 6111 * cus-face.el (custom-facep): Always define as alias for facep. | |
| 6112 | |
| 6113 * cus-face.el (custom-face-attributes): Use choice widgets. | |
| 6114 Remove :bold and :italic. | |
| 6115 | |
| 6116 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 6117 | |
| 6118 * faces.el (face-charset-registries): Removed since fontset.el | |
| 6119 is no always loaded. | |
| 6120 | |
| 6121 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 6122 | |
| 6123 * faces.el (internal-get-face): Added as obsolete function for | |
| 6124 compatibility. | |
| 6125 | |
| 6126 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 6127 | |
| 6128 * frame.el (blink-cursor-end): Call show-cursor. | |
| 6129 (blink-cursor-mode): Ditto. | |
| 6130 | |
| 6131 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 6132 | |
| 6133 * faces.el (face-spec-reset-face): Reset all attributes to | |
| 6134 `unspecified'. | |
| 6135 (face-spec-set): Use it. | |
| 6136 | |
| 6137 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 6138 | |
| 6139 * faces.el (read-all-face-attributes): Bug fix. | |
| 6140 (face-read-integer): Allow nil default value. | |
| 6141 (face-valid-attribute-values): Use symbol names of attribute | |
| 6142 values for completion list. | |
| 6143 | |
| 6144 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 6145 | |
| 6146 * faces.el (internal-find-face): Define for compatibility with | |
| 6147 20.2. | |
| 6148 (face-id): Likewise. | |
| 6149 | |
| 6150 * faces.el (face-id): Return the ID of a realized face for ASCII. | |
| 6151 | |
| 6152 * fontset.el (x-charset-registries): Removed. Now in faces.el. | |
| 6153 (x-complement-fontset-spec): Use face-charset-registries. | |
| 6154 | |
| 6155 * faces.el (face-font-selection-order): Set font selection order | |
| 6156 from Lisp. | |
| 6157 (face-alternative-font-family-alist): Set alternative font | |
| 6158 families from Lisp. | |
| 6159 | |
| 6160 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 6161 | |
| 6162 * faces.el (set-face-charset-registries): Set symbol value. | |
| 6163 | |
| 6164 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 6165 | |
| 6166 * faces.el (face-set-after-frame-default): Call function | |
| 6167 internal-merge-in-global-face. | |
| 6168 | |
| 6169 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 6170 | |
| 6171 * faces.el (face-list): Return symbols from face-global-alist. | |
| 6172 | |
| 6173 * faces.el (face-list): Return a copy of the face name list so | |
| 6174 that it cannot be modified from outside (facemenu.el uses | |
| 6175 nreverse, for example). | |
| 6176 | |
| 6177 * cus-face.el (custom-face-attributes): Add :bold and :italic | |
| 6178 for compatibility with old code. | |
| 6179 | |
| 6180 * faces.el (set-face-attributes-from-resources): Additional | |
| 6181 frame parameter. | |
| 6182 (make-face-x-resource-internal): Set attributes from resources | |
| 6183 for a given frame or all frames. | |
| 6184 | |
| 6185 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 6186 | |
| 6187 * faces.el (all-faces): Removed. | |
| 6188 | |
| 6189 * custom.el (defface): Add new face attributes to function | |
| 6190 comment. | |
| 6191 | |
| 6192 * font-lock.el (font-lock-comment-face): Use new face attribute | |
| 6193 names. | |
| 6194 (font-lock-string-face): Ditto. | |
| 6195 (font-lock-keyword-face): Ditto. | |
| 6196 (font-lock-builtin-face): Ditto. | |
| 6197 (font-lock-function-name-face): Ditto. | |
| 6198 (font-lock-variable-name-face): Ditto. | |
| 6199 (font-lock-type-face): Ditto. | |
| 6200 (font-lock-reference-face): Ditto. | |
| 6201 (font-lock-warning-face): Ditto. | |
| 6202 ((boundp 'font-lock-face-attributes)): Ditto. | |
| 6203 | |
| 6204 * cus-face.el (custom-face-attributes): Use new face attributes. | |
| 6205 | |
| 6206 * faces.el (set-face-attribute-from-resource): Initialize | |
| 6207 from resources only for X and W32. | |
| 6208 | |
| 6209 * cus-face.el (custom-declare-face): Don't make frame-local | |
| 6210 faces. | |
| 6211 | |
| 6212 * faces.el (describe-face): Use princ instead of insert. | |
| 6213 | |
| 6214 * faces.el: Add XLFD manipulation functions from 20.2 again | |
| 6215 because fontset.el uses them. | |
| 6216 (face-set-after-frame-default): Add empty definition. | |
| 6217 | |
| 6218 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 6219 | |
| 6220 * faces.el (make-face): Correct typo. | |
| 6221 (set-face-attribute-from-resource): Use let*. | |
| 6222 (face-underline-p): Correct typo. | |
| 6223 (face-inverse-video-p): Ditto. | |
| 6224 (set-face-stipple): Ditto. | |
| 6225 (face-read-string): Make completion-list optional parameter. | |
| 6226 | |
| 6227 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 6228 | |
| 6229 * faces.el (face-charset-registries): Alist mapping charset | |
| 6230 symbols to registries and encoding. | |
| 6231 | |
| 6232 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 6233 | |
| 6234 * frame.el (blink-cursor-mode): Use interactive spec "P". | |
| 6235 | |
| 6236 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 6237 | |
| 6238 * frame.el (blink-cursor-mode): Function to toggle blinking cursor | |
| 6239 mode. The cursor of selected_window blinks if the mode is enabled. | |
| 6240 | |
| 6241 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 6242 | |
| 6243 * simple.el (next-history-element): Set point to the end of the | |
| 6244 prompt if minibuffer-prompt-in-buffer. | |
| 6245 | |
| 6246 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 6247 | |
| 6248 * faces.el (x-font-regexp): Add sub-expression parentheses for | |
| 6249 several font name components. | |
| 6250 | |
| 6251 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
| 6252 | |
| 6253 * faces.el (set-face-relief): Use index 12 for relief. | |
| 6254 (face-fill-in): Set relief from data. | |
| 6255 (internal-make-face): Init relief to zero. | |
| 6256 | |
|
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
6257 * faces.el (face-spec-set): Call modify-face with additional |
| 25837 | 6258 parameters for relief and fixed-p. |
| 6259 | |
| 6260 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
| 6261 | |
| 6262 * cus-face.el: ':fixed and ':relief added. | |
| 6263 | |
| 6264 * faces.el (describe-face): Add fixed font attribute and relief. | |
| 6265 (face-attr-match-p): Ditto. | |
| 6266 (face-attr-construct): Ditto. | |
| 6267 (face-spec-set): Ditto. | |
| 6268 | |
| 6269 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
| 6270 | |
| 6271 * faces.el (internal-make-face): Function to create a Lisp vector | |
| 6272 suitable for representing a face. | |
| 6273 (make-face): Use it instead of make-vector. | |
| 6274 (x-create-frame-with-faces): Use it instead of vector. | |
| 6275 (internal-facep): Increase vector size to 14. | |
| 6276 (internal-make-face): Ditto. | |
| 6277 (face-relief): Access relief thickness. | |
| 6278 (face-fixed-p): Access fixed font attribute. | |
| 6279 (set-face-fixed-p): Set fixed font attribute. | |
| 6280 (set-face-relief): Set relief attribute. | |
| 6281 (internal-face-interactive-int): Read int attribute of face. | |
| 6282 (modify-face): Add fixed-p and relief parameters. | |
| 6283 (copy-face): Handle fixed-p and relief. | |
| 6284 (face-equal): Compare fixed-p and relief. | |
| 6285 (face-differs-from-default-p): Ditto. | |
| 6286 (face-nontrivial-p): Add fixed-p and relief. | |
| 6287 | |
| 6288 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
| 6289 | |
| 6290 * faces.el (eval-when-compile): Add set-face-shadow-thickness. | |
| 6291 (internal-facep): Increase vector size. | |
| 6292 (make-face): Ditto. | |
| 6293 (face-shadow-thickness): Added. | |
| 6294 (set-face-shadow-thickness): Added. | |
| 6295 (modify-face): Add optional shadow-thickness parameter. | |
| 6296 (make-face-x-resource-internal): Add shadows. | |
| 6297 (copy-face): Ditto. | |
| 6298 (face-equal): Ditto. | |
| 6299 (face-differs-from-default-p): Ditto. | |
| 6300 (face-nontrivial-p): Ditto. | |
| 6301 (face-attr-match-p): Ditto. | |
| 6302 (face-attr-construct): Ditto. | |
| 6303 (face-spec-set): Ditto. | |
| 6304 (face-fill-in): Ditto. | |
| 6305 | |
| 6306 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
| 6307 | |
| 6308 * bench.el (bench-mark-split-window): New bench mark. | |
| 6309 | |
| 6310 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
| 6311 | |
| 6312 * faces.el (set-face-font): Don't pass default font to | |
| 6313 x-resolve-font so that font will not have to be of the same | |
| 6314 size. | |
| 6315 | |
| 6316 1999-07-20 Dave Love <fx@gnu.org> | |
| 6317 | |
| 6318 * wid-edit.el (widget-use-overlay-change): Uncustomize and make it | |
| 6319 unconditionally t. | |
| 6320 | |
| 6321 1999-07-20 Karl Heuer <kwzh@gnu.org> | |
| 6322 | |
| 6323 * font-lock.el (c++-font-lock-extra-types): Add "type_info". | |
| 6324 | |
| 6325 1999-07-20 Dave Love <fx@gnu.org> | |
| 6326 | |
| 6327 * help.el (describe-variable): Fix test for customizability. | |
| 6328 | |
| 6329 * simple.el (append-to-buffer, prepend-to-buffer, copy-to-buffer): | |
| 6330 Check for readonly buffer in interactive spec. | |
| 6331 (zap-to-char, kill-line, kill-region, comment-region, kill-word) | |
| 6332 (backward-kill-word): Add * to interactive spec. | |
| 6333 | |
| 6334 * underline.el (underline-region, ununderline-region): Add * to | |
| 6335 interactive spec. | |
| 6336 | |
| 6337 * fill.el (canonically-space-region, justify-current-line): Add * | |
| 6338 to interactive spec. | |
| 6339 (fill-region-as-paragraph, fill-paragraph, fill-region) | |
| 6340 (fill-nonuniform-paragraphs, fill-individual-paragraphs): Check | |
| 6341 readonly buffer in interactive spec. | |
| 6342 | |
| 6343 * paragraphs.el: (kill-paragraph, backward-kill-paragraph) | |
| 6344 (backward-kill-sentence, kill-sentence): Add * to interactive | |
| 6345 spec. | |
| 6346 | |
| 6347 1999-07-19 Richard M. Stallman <rms@gnu.org> | |
| 6348 | |
| 6349 * dired-aux.el (dired-do-shell-command): Doc fix. | |
| 6350 | |
| 6351 * shell.el (shell-unquote-argument): New function. | |
| 6352 (shell-directory-tracker): Use shell-unquote-argument. | |
| 6353 * comint.el (comint-arguments): Handle \ followed by space or tab. | |
| 6354 | |
| 6355 1999-07-19 John Wiegley <jwiegley@borland.com> | |
| 6356 | |
| 6357 * term.el (ansi-term-fg-faces-vector): Added support for ANSI | |
| 6358 color codes 39 and 49, which by the way lynx uses them seem to | |
| 6359 mean "foreground reset" and "background reset". | |
| 6360 | |
| 6361 1999-07-19 Karl Heuer <kwzh@gnu.org> | |
| 6362 | |
| 6363 * font-lock.el (c++-keywords): Add "typeid". | |
| 6364 | |
| 6365 * term/w32-win.el (mouse-set-font): If user uses w32 dialog but | |
| 6366 selects no font, treat that as zero selections, not one. | |
| 6367 | |
| 6368 1999-07-19 Dave Love <fx@gnu.org> | |
| 6369 | |
| 6370 * info.el (Info-search): Don't lose with empty regexp. | |
| 6371 | |
| 6372 * version.el: Cater for (free) `ident' program, not `which'. | |
| 6373 | |
| 6374 * hl-line.el: New file. | |
| 6375 | |
| 6376 * mouse.el (mouse-major-mode-menu): Default to menu-bar-edit-menu | |
| 6377 for modes which don't define menus. | |
| 6378 | |
| 6379 1999-07-16 Richard M. Stallman <rms@gnu.org> | |
| 6380 | |
| 6381 * webjump.el (webjump-sample-sites): Update some URLs. | |
| 6382 | |
| 6383 1999-07-14 Richard Stallman <rms@gnu.org> | |
| 6384 | |
| 6385 * Version 20.4 released. | |
| 6386 | |
| 6387 1999-07-14 Andreas Schwab <schwab@gnu.org> | |
| 6388 | |
| 6389 * compare-w.el (compare-windows): Try to find the next window in | |
| 6390 the current frame before looking at the other frames. | |
| 6391 | |
| 6392 1998-07-12 Oleg S. Tihonov <ost@benetnash.ffke-campus.mipt.ru> | |
| 6393 | |
| 6394 * language/cyrillic.el ("Cyrillic-KOI8", "Cyrillic-ALT"): | |
| 6395 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
|
6396 |
| 25837 | 6397 1999-07-12 Richard Stallman <rms@gnu.org> |
| 6398 | |
| 6399 * progmodes/cc-engine.el (c-inside-bracelist-p): Tighter test for | |
| 6400 Java anonymous array expressions ("new Foo[] {.. bracelist ..}"). | |
| 6401 | |
| 6402 * ispell.el (ispell-dictionary-alist-6): Change charset for Russian. | |
| 6403 (ispell-local-dictionary-alist): Add koi8-r for character set. | |
| 6404 | |
| 6405 * textmodes/flyspell.el (flyspell-get-word): | |
| 6406 Add special handling for when ispell-otherchars is empty. | |
| 6407 | |
| 6408 1999-07-12 Espen Skoglund <espensk@stud.cs.uit.no> | |
| 6409 | |
| 6410 * progmodes/pascal.el (pascal-beg-of-defun): More intuitive behavior | |
| 6411 when having nested functons. | |
| 6412 (pascal-indent-nested-functions) (pascal-indent-line) | |
| 6413 (pascal-calculate-indent) (pascal-get-lineup-indent): Support for | |
| 6414 indenting nested functions. | |
| 6415 | |
| 6416 1999-07-09 Richard Stallman <rms@gnu.org> | |
| 6417 | |
| 6418 * add-log.el (add-log-current-defun): Remove trailing `=' in C modes. | |
| 6419 | |
| 6420 1999-07-08 Espen Skoglund <espensk@stud.cs.uit.no> | |
| 6421 | |
| 6422 * pascal.el (pascal-calculate-indent): Fixed a bug occuring when | |
| 6423 the `end' keyword was in the very beginning of the buffer. | |
| 6424 | |
| 6425 1999-07-08 Richard Stallman <rms@gnu.org> | |
| 6426 | |
| 6427 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Doc fix. | |
| 6428 | |
| 6429 * term.el (term-emulate-terminal): Avoid infinite loop | |
| 6430 in strange case where minibuffer window is selected but not active. | |
| 6431 | |
| 6432 1999-07-07 Stephen Eglen <stephen@gnu.org> | |
| 6433 | |
| 6434 * progmodes/octave-inf.el (inferior-octave-directory-tracker): | |
| 6435 Change regexp so that it doesn't match commands beginning with `cd'. | |
| 6436 | |
| 6437 1999-07-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | |
| 6438 | |
| 6439 * mail/rmail.el (mail-unsent-separator): Add a missing \\|. | |
| 6440 | |
| 6441 1999-07-06 Richard Stallman <rms@gnu.org> | |
| 6442 | |
| 6443 * hscroll.el (hscroll-minibuffer-hook): New function. | |
| 6444 (hscroll-global-mode): Add and remove that hook. | |
| 6445 Set hscroll-old-truncate-was-global's default value. | |
| 6446 | |
| 6447 1999-07-05 Richard Stallman <rms@gnu.org> | |
| 6448 | |
| 6449 * files.el (revert-buffer): Don't preserve point here. | |
| 6450 (revert-buffer-insert-file-contents-function): Doc fix. | |
| 6451 | |
| 6452 * isearch.el (isearch-process-search-char): Write octal 200 correctly. | |
| 6453 | |
| 6454 * startup.el (normal-top-level-add-subdirs-to-load-path): Avoid | |
| 6455 doing a `stat' when it isn't necessary because that can cause | |
| 6456 trouble when an NFS server is down. | |
| 6457 | |
| 6458 1999-07-04 Richard Stallman <rms@gnu.org> | |
| 6459 | |
| 6460 * hscroll.el (hscroll-window-maybe): Do nothing in the minibuffer. | |
| 6461 | |
| 6462 1999-07-03 Richard Stallman <rms@gnu.org> | |
| 6463 | |
| 6464 * isearch.el (isearch-quote-char): Call unibyte-char-to-multibyte | |
| 6465 for \200...\240 also. | |
| 6466 (isearch-printing-char): Use unibyte-char-to-multibyte. | |
| 6467 | |
| 6468 1999-07-02 Richard Stallman <rms@gnu.org> | |
| 6469 | |
| 6470 * frame.el (minibuffer-frame-alist): Use defcustom. | |
| 6471 (pop-up-frame-alist): Likewise. | |
| 6472 (initial-frame-alist): Specify * in the doc string. | |
| 6473 | |
| 6474 * hscroll.el (hscroll-mode): Make it a permanent local. | |
| 6475 (hscroll-mode): Don't cancel the timer | |
| 6476 if HScroll mode is enabled in some other buffer. | |
| 6477 | |
| 6478 * isearch.el (isearch-done): If search ends in middle of intangible | |
| 6479 text (due to text property), move on to the limit of that text. | |
| 6480 | |
| 6481 1999-07-01 Andrew Innes <andrewi@gnu.org> | |
| 6482 | |
| 6483 * man.el (Man-build-man-command): Use value of null-device, | |
| 6484 instead of hard-coding "/dev/null". | |
| 6485 | |
| 6486 * dos-w32.el (untranslated-canonical-name): Avoid expanding | |
| 6487 ange-ftp file names, which might force ange-ftp to prompt for a | |
| 6488 password. | |
| 6489 | |
| 6490 * ange-ftp.el (ange-ftp-load): Bind load-force-doc-strings to t, | |
| 6491 to prevent references to temp files. | |
| 6492 | |
| 6493 1999-06-30 Richard Stallman <rms@gnu.org> | |
| 6494 | |
| 6495 * progmodes/sh-script.el (sh-feature): If nothing is known | |
| 6496 about the given shell, use the values for `sh'. | |
| 6497 | |
| 6498 1999-06-30 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
| 6499 | |
| 6500 * vc.el (vc-fetch-cvs-status): Use "-l" option for "cvs status", | |
| 6501 to make it non-recursive. | |
| 6502 | |
| 6503 * vc-hooks.el (vc-find-cvs-master): Set case-fold-search correctly. | |
| 6504 | |
| 6505 1999-06-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 6506 | |
| 6507 * auto-show.el (auto-show-mode): Fix Typo in :set. | |
| 6508 | |
| 6509 1999-06-29 Richard M. Stallman <rms@gnu.org> | |
| 6510 | |
| 6511 * progmodes/sh-script.el (sh-mode): When setting syntax | |
| 6512 table, default to the standard one. | |
| 6513 | |
| 6514 1999-06-27 Richard M. Stallman <rms@gnu.org> | |
| 6515 | |
| 6516 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix. | |
| 6517 | |
|
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
6518 1999-06-27 Stefan Monnier <monnier@cs.yale.edu> |
|
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
6519 |
|
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
6520 * textmodes/reftex.el (reftex-pop-to-bibtex-entry): Don't pop up |
| 25837 | 6521 a frame when `return' is requested (even if pop-up-frames = t) |
| 6522 * textmodes/bibtex.el (bibtex-mode): `font-lock-mark-block-function' | |
| 6523 should only be set for the bibtex buffer. | |
| 6524 | |
| 6525 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix. | |
| 6526 | |
| 6527 * progmodes/compile.el: Deal with compilation-error-screen-columns | |
| 6528 being buffer-local. | |
| 6529 | |
| 6530 1999-06-27 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | |
| 6531 | |
| 6532 * comint.el (comint-password-prompt-regexp): Allow "(again)". | |
| 6533 | |
| 6534 1999-06-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
| 6535 | |
| 6536 * cal-x.el (calendar-only-one-frame-setup): New function. | |
| 6537 * calendar.el (calendar): Call it if requested. | |
| 6538 | |
| 6539 1999-06-24 Karl Heuer <kwzh@gnu.org> | |
| 6540 | |
| 6541 * startup.el (iso-8859-n-locale-regexp): Doc fix. | |
| 6542 | |
| 6543 1999-06-22 Richard M. Stallman <rms@gnu.org> | |
| 6544 | |
| 6545 * mail/supercite.el (sc-emacs-features): Doc fix. | |
| 6546 | |
| 6547 1999-06-22 Karl Heuer <kwzh@gnu.org> | |
| 6548 | |
| 6549 * files.el (auto-mode-alist): Add pike-mode. | |
| 6550 | |
| 6551 1999-06-20 Paul R. Eggert <eggert@twinsun.com> | |
| 6552 | |
| 6553 * tar-mode.el (tar-header-block-tokenize): Don't assume that the | |
| 6554 last byte of a numeric field is a space or a NUL. Parse it as | |
| 6555 potentially part of the number. This is used by GNU tar | |
| 6556 1.12.64012 to handle larger values. | |
| 6557 | |
| 6558 1999-06-20 Karl Heuer <kwzh@gnu.org> | |
| 6559 | |
| 6560 * custom.el (custom-handle-keyword): Fix error message. | |
| 6561 | |
| 6562 1999-06-18 Andrew Innes <andrewi@gnu.org> | |
| 6563 | |
| 6564 * mail/smtpmail.el (smtpmail-send-it): Use | |
| 6565 convert-standard-filename to make file names for queued mail safe | |
| 6566 on Windows (`:' is invalid in file names on Windows). | |
| 6567 | |
| 6568 1999-06-17 Kenichi Handa <handa@etl.go.jp> | |
| 6569 | |
| 6570 * international/mule-cmds.el (describe-current-input-method): | |
| 6571 Current-input-method is string. | |
| 6572 (toggle-input-method): Docstring fixed. | |
| 6573 | |
| 6574 * international/mule-diag.el | |
| 6575 (describe-current-coding-system-briefly): Fix format string. | |
| 6576 | |
| 6577 * international/mule-util.el (coding-system-eol-type-mnemonic): | |
| 6578 Docstring modified. Return a string. | |
| 6579 | |
| 6580 1999-06-17 Alex Schroeder <a.schroeder@bsiag.ch> | |
| 6581 | |
| 6582 * sql.el (sql-input-ring-file-name): Doc fix. | |
| 6583 | |
| 6584 1999-06-17 Richard M. Stallman <rms@gnu.org> | |
| 6585 | |
| 6586 * calendar/cal-x.el (special-display-buffer-names): | |
| 6587 Don't put (get-file-buffer diary-file) on this list. | |
| 6588 | |
| 6589 1999-06-17 Mark W Maimone <mwm@helios.jpl.nasa.gov> | |
| 6590 | |
| 6591 * play/mpuz.el (mpuz-try-proposal): Fix message call. | |
| 6592 Don't penalize player for certain impossible guesses. | |
| 6593 | |
| 6594 1999-06-16 Andrew Innes <andrewi@gnu.org> | |
| 6595 | |
| 6596 * ls-lisp.el (ls-lisp-format-time): If timestamp is invalid, | |
| 6597 return the string "Unk 0 0000" so at least it appears to be a | |
| 6598 valid timestamp to `dired-move-to-filename-regexp'. | |
| 6599 | |
| 6600 1999-06-15 Ken'ichi Handa <handa@gnu.org> | |
| 6601 | |
| 6602 * ps-print.el (ps-control-character): Fix previous change. | |
| 6603 | |
| 6604 1999-06-15 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 6605 | |
| 6606 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Avoid | |
| 6607 multiple output of the last message. | |
| 6608 | |
| 6609 1999-06-14 Eli Zaretskii <eliz@gnu.org> | |
| 6610 | |
| 6611 * term/internal.el (IT-display-table-setup): Do not remap \222 to | |
| 6612 the ASCII apostrophe, as most DOS codepages have some other glyph | |
| 6613 there. | |
| 6614 | |
| 6615 1999-06-14 Ken'ichi Handa <handa@gnu.org> | |
| 6616 | |
| 6617 * language/ethio-util.el (setup-ethiopic-environment-internal): | |
| 6618 Use quail-activate-hook instead of obsolete hook quail-mode-hook. | |
| 6619 (exit-ethiopic-environment): Likewize. | |
| 6620 | |
| 6621 1999-06-12 Richard M. Stallman <rms@gnu.org> | |
| 6622 | |
| 6623 * cus-start.el (scroll-preserve-screen-position): Fix typo in type. | |
| 6624 | |
| 6625 1999-06-12 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 6626 | |
| 6627 * emulation/crisp.el (crisp-mode): (defcustom) Initialize with | |
| 6628 custom-initialize-default to avoid infinite loop. | |
| 6629 (crisp-mode): (defun) Call transient-mark-mode here, not when | |
| 6630 loading the file. Run crisp-mode-hook here, and run | |
| 6631 crisp-load-hook when loading the file. | |
| 6632 | |
| 6633 * mail/rmailout.el (rmail-output-read-rmail-file-name): If in | |
| 6634 rmail-summary buffer, search for pattern in rmail-file. | |
| 6635 | |
| 6636 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Fix typo. | |
| 6637 | |
| 6638 * progmodes/cperl-mode.el (cperl-invalid-face): Fix custom type. | |
| 6639 | |
| 6640 * ps-print.el (ps-printer-name): Fix custom type. | |
| 6641 | |
| 6642 1999-06-12 Reto Zimmermann <reto@synopsys.com> | |
| 6643 | |
| 6644 * progmodes/vhdl-mode.el (vhdl-port-copy): Fix parsing bug. | |
| 6645 (vhdl-port-paste-generic-map): Fix indentation bug. | |
| 6646 (vhdl-port-paste-port-map): Fix indentation bug. | |
| 6647 (vhdl-scan-file-contents): Make scanning case insensitive. | |
| 6648 | |
| 6649 1999-06-11 Richard M. Stallman <rms@gnu.org> | |
| 6650 | |
| 6651 * files.el (write-file): When buffer is not already visiting a file, | |
| 6652 don't put buffer name in the minibuffer, just make it the default. | |
| 6653 Also handle just directory as arg usefully in that case. | |
| 6654 | |
| 6655 * simple.el (sendmail-user-agent-compose): | |
| 6656 Ignore case when inserting the rest of the "other" headers. | |
| 6657 | |
| 6658 * help.el (help-for-help): Mention C-h C-i. Clear up C-h n. | |
| 6659 | |
| 6660 * info-look.el (info-lookup-file, info-lookup-symbol): Doc fix. | |
| 6661 (info-lookup-interactive-arguments): Never insert the default | |
| 6662 into the minibuffer automatically. | |
| 6663 | |
| 6664 * emacs-lisp/cl-extra.el (getf): Don't call get*. | |
| 6665 | |
| 6666 1999-06-09 Richard M. Stallman <rms@gnu.org> | |
| 6667 | |
| 6668 * simple.el (shell-command): Avoid printing "mark set" message. | |
| 6669 | |
| 6670 1999-06-09 Dave Love <fx@gnu.org> | |
| 6671 | |
| 6672 * progmodes/compile.el (compilation-error-regexp-alist): Allow | |
| 6673 digits in program name in first pattern. | |
| 6674 | |
| 6675 1999-06-09 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
| 6676 | |
| 6677 * vc.el (vc-dired-mode): Don't match anything before the date in | |
| 6678 dired-move-to-filename-regexp. | |
| 6679 | |
| 6680 1999-06-07 Ken'ichi Handa <handa@gnu.org> | |
| 6681 | |
| 6682 * international/quail.el (quail-define-rules): Fix typo in | |
| 6683 docstring. | |
| 6684 | |
| 6685 1999-06-05 Stephen Eglen <stephen@gnu.org> | |
| 6686 | |
| 6687 * iswitchb.el (iswitchb-default-keybindings): Add | |
| 6688 iswitchb-minibuffer-setup to minibuffer-setup-hook here rather | |
| 6689 than when package is loaded. | |
| 6690 | |
| 6691 1999-06-04 Richard M. Stallman <rms@gnu.org> | |
| 6692 | |
| 6693 * startup.el (command-line): Don't set user-init-file directly; | |
| 6694 tell `load' to set it. | |
| 6695 | |
| 6696 * ange-ftp.el (ange-ftp-shell-command): Handle error-buffer arg. | |
| 6697 | |
| 6698 * simple.el (next-history-element): | |
| 6699 Handle minibuffer-text-before-history properly when reading sexps. | |
| 6700 | |
| 6701 * disp-table.el (standard-display-european): | |
| 6702 For an interactive call by the user, | |
| 6703 don't set enable-multibyte-characters, | |
| 6704 and don't set the terminal coding system. | |
| 6705 | |
| 6706 * textmodes/refbib.el: Don't print any messages or display | |
| 6707 a buffer when loading the library. | |
| 6708 (r2b-help): Doc fix. | |
| 6709 (r2b-help-message): Update the documentation. | |
| 6710 (r2b-load-quietly): Variable deleted. | |
| 6711 (r2b-convert-buffer): Doc fix. | |
| 6712 | |
| 6713 1999-06-04 Dave Love <fx@gnu.org> | |
| 6714 | |
| 6715 * help.el (help-xref-interned): Fix insertion of fdoc and revamp. | |
| 6716 | |
| 6717 * auto-show.el: Don't change hooks on loading. | |
| 6718 (auto-show-mode): Autoload. Default to nil. Add :set &c. | |
| 6719 (auto-show-mode): Add to hooks here. | |
| 6720 | |
| 6721 1999-06-04 Richard Sharman <rsharman@pobox.com> | |
| 6722 | |
| 6723 * emacs-lisp/regexp-opt.el (regexp-opt-group): Avoid infinite | |
| 6724 recursion on bogus input. | |
| 6725 | |
| 6726 1999-06-04 Eric M. Ludlam <zappo@ultranet.com> | |
| 6727 | |
| 6728 * speedbar.el (speedbar-hack-buffer-menu): Fixed so if the user | |
| 6729 does not select a buffer from the buffers menu, then the attached | |
| 6730 frame is not switched to anything. | |
| 6731 | |
| 6732 1999-06-03 Ken'ichi Handa <handa@gnu.org> | |
| 6733 | |
| 6734 * language/vietnamese.el (ccl-encode-vscii): Typo fixed | |
| 6735 (viet-viscii-...->viet-vscii...). | |
| 6736 | |
| 6737 * international/mule-conf.el (iso-2022-7bit-lock-ss2): Typo fixed. | |
| 6738 | |
| 6739 1999-06-01 Dave Love <fx@gnu.org> | |
| 6740 | |
| 6741 * progmodes/fortran.el: Add :link to defgroup. | |
| 6742 (fortran-blink-matching-if): Match ELSE statements too. | |
| 6743 (fortran-fill-statement, fortran-fill): Bind auto-fill-function so | |
| 6744 that filling is always done. | |
| 6745 | |
| 6746 1999-05-31 Richard M. Stallman <rms@gnu.org> | |
| 6747 | |
| 6748 * simple.el (append-next-kill): Use an arg to distinguish | |
| 6749 interactive calls from Lisp calls, rather than (interactive-p). | |
| 6750 | |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
6751 * international/iso-transl.el (iso-transl-language-alist): |
| 25837 | 6752 Interchange n and N. |
| 6753 | |
| 6754 1999-05-31 Dave Love <fx@gnu.org> | |
| 6755 | |
| 6756 * msb.el Add to minor-mode-map-alist. Remove hook installation | |
| 6757 and keymap munging on load. | |
| 6758 (msb-mode): New option. | |
| 6759 (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory): | |
| 6760 Doc fix. | |
| 6761 (msb-mode-map): New variable. | |
| 6762 (msb-mode): New command. | |
| 6763 | |
| 6764 1999-05-31 Dave Love <fx@gnu.org> | |
| 6765 | |
| 6766 * ispell.el: (ispell-alternate-dictionary): Fix custom type. | |
| 6767 (ispell-complete-word-dict): Likewise. | |
| 6768 | |
| 6769 1999-05-31 Eli Zaretskii <eliz@gnu.org> | |
| 6770 | |
| 6771 * forms.el (forms-save-buffer): Call set-buffer-modified-p to | |
| 6772 force the data buffer to be saved, even if the data didn't | |
| 6773 change, in case the write filter was modified. Restore the | |
| 6774 current record after read-file-filter finishes. | |
| 6775 | |
| 6776 1999-05-29 Karl Heuer <kwzh@gnu.org> | |
| 6777 | |
| 6778 * ispell4.el: Obsolete; file deleted. | |
| 6779 | |
| 6780 * textmodes/texinfmt.el (texinfo-format-direntry): Avoid blank line. | |
| 6781 | |
| 6782 * font-lock.el (font-lock-apply-syntactic-highlight): Don't die if | |
| 6783 VALUE is a syntax table. | |
| 6784 | |
| 6785 * emacs-lisp/cl.el (custom-print-functions): Add autoload cookie. | |
| 6786 | |
| 6787 * simple.el (zap-to-char): Doc fix. | |
| 6788 | |
| 6789 1999-05-27 Ken'ichi Handa <handa@gnu.org> | |
| 6790 | |
| 6791 * isearch.el (isearch-quote-char): Don't assume character codes | |
| 6792 0200 - 0237 stand for characters in some single-byte character | |
| 6793 charset. | |
| 6794 | |
| 6795 1999-05-27 Dave Love <fx@gnu.org> | |
| 6796 | |
| 6797 * startup.el: (iso-8859-n-locale-regexp): Don't match 8859-15 &c. | |
| 6798 | |
| 6799 1999-05-27 Andreas Schwab <schwab@gnu.org> | |
| 6800 | |
| 6801 * dired-aux.el (dired-insert-subdir-doinsert): Check that the | |
| 6802 headerline does not exist already. | |
| 6803 | |
| 6804 1999-05-26 Richard Stallman <rms@gnu.org> | |
| 6805 | |
| 6806 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): | |
| 6807 Avoid nested null-loops. | |
| 6808 | |
| 6809 1999-05-26 Ken'ichi Handa <handa@gnu.org> | |
| 6810 | |
| 6811 * international/characters.el: Typo fixed; prefered->preferred. | |
| 6812 | |
| 6813 * international/mule-cmds.el (find-coding-systems-for-charsets): | |
| 6814 Typo fixed; prefered->preferred. | |
| 6815 | |
| 6816 * map-ynp.el (map-y-or-n-p): Don't inherit the current input | |
| 6817 method in read-event. | |
| 6818 | |
| 6819 * international/mule.el (charset-info): Doc-string fixed. | |
| 6820 | |
| 6821 1999-05-25 Ken'ichi Handa <handa@gnu.org> | |
| 6822 | |
| 6823 * mail/smtpmail.el (smtpmail-send-it): Bind | |
| 6824 smtpmail-code-conv-from properly. | |
| 6825 (smtpmail-send-data-1): If DATA is a multibyte string, encode it | |
| 6826 by smtpmail-code-conv-from. | |
| 6827 | |
| 6828 1999-05-24 Richard Stallman <rms@gnu.org> | |
| 6829 | |
| 6830 * emulation/crisp.el (crisp-submit-bug-report): Function deleted. | |
| 6831 Binding deleted also. | |
| 6832 | |
| 6833 1999-05-24 Karl Heuer <kwzh@gnu.org> | |
| 6834 | |
| 6835 * comint.el (comint-bol-or-process-mark): Doc fix. | |
| 6836 | |
| 6837 1999-05-23 Dave Love <fx@gnu.org> | |
| 6838 | |
| 6839 * emulation/crisp.el (crisp-mode-map): Don't inherit global-map. | |
| 6840 Enter it on minor-mode-map-alist. | |
| 6841 (crisp-mode): Re-named from `crsip-mode-enabled'. Users changed. | |
| 6842 Autoload. Add custom setter. | |
| 6843 (crisp-mark-line): Doc fix. | |
| 6844 (crisp-mode): Autoload. Re-write not to frob keymaps directly. | |
| 6845 (crisp-mode-hook): Define. | |
| 6846 | |
| 6847 1999-05-23 Ken'ichi Handa <handa@gnu.org> | |
| 6848 | |
| 6849 * files.el (recover-file): Recover buffer-file-coding-system. | |
| 6850 | |
| 6851 1999-05-22 Richard Stallman <rms@gnu.org> | |
| 6852 | |
| 6853 * vc.el (vc-dired-mode): Make the dired-move-to-filename-regexp | |
| 6854 regexp match the date, to avoid treating date as file size. | |
| 6855 Add YYYY S option to WESTERN/ | |
| 6856 | |
| 6857 * bookmark.el: Delete some XEmacs compatibility code. | |
| 6858 (bookmark-jump-noselect): Check vc-backend. | |
| 6859 | |
| 6860 * subr.el (add-to-list): Doc fix. | |
| 6861 | |
| 6862 1999-05-21 Stephen Eglen <stephen@gnu.org> | |
| 6863 | |
| 6864 * diary-lib.el (diary-mail-entries): Use fancy-diary-buffer. | |
| 6865 | |
| 6866 1999-05-18 Richard Stallman <rms@gnu.org> | |
| 6867 | |
| 6868 * textmodes/texinfmt.el (texinfo-anchor): Don't delete a | |
| 6869 non-space after the @anchor command. | |
| 6870 (texinfo-format-var): Handle other nested constructs, using | |
| 6871 texinfo-parse-expanded-arg and texinfo-discard-command, not | |
| 6872 texinfo-parse-arg-discard. | |
| 6873 | |
| 6874 * emacs-lisp/debug.el (debugger-outer-inhibit-redisplay): New variable. | |
| 6875 (debug): Bind and use debugger-outer-inhibit-redisplay. | |
| 6876 Bind inhibit-redisplay to nil. | |
| 6877 (debugger-env-macro): Treat inhibit-redisplay like other outside vars. | |
| 6878 | |
| 6879 1999-05-17 Dave Love <fx@gnu.org> | |
| 6880 | |
| 6881 * help.el (describe-function-1): Extra arg, interactive-p. | |
| 6882 (describe-key, describe-function): Use it. | |
| 6883 | |
| 6884 1999-05-17 Karl Heuer <kwzh@gnu.org> | |
| 6885 | |
| 6886 * ispell.el (ispell-local-dictionary-alist): Add autoload cookie. | |
| 6887 | |
| 6888 1999-05-16 Dave Love <fx@gnu.org> | |
| 6889 | |
| 6890 * cus-start.el (all): Delete selective-display. Add scroll-margin, | |
| 6891 scroll-preserve-screen-position, scroll-conservatively. | |
| 6892 | |
| 6893 1999-05-16 Dave Love <fx@gnu.org> | |
| 6894 | |
| 6895 * emacs-lisp/byte-opt.el (byte-optimize-plus): Fix 1-arg case. | |
| 6896 | |
| 6897 1999-05-15 Reto Zimmermann <reto@Synopsys.COM> | |
| 6898 | |
| 6899 * progmodes/vhdl-mode.el: Completely revised and massively extended. | |
| 6900 | |
| 6901 1999-05-15 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | |
| 6902 | |
| 6903 * progmodes/sh-script.el (sh-mode): Do not fail if buffer has no | |
| 6904 magic number and is not associated with a file. | |
| 6905 | |
| 6906 1999-05-14 Richard M. Stallman <rms@gnu.org> | |
| 6907 | |
| 6908 * files.el (find-file-noselect-1): Fix previous change. | |
| 6909 | |
| 6910 1999-05-14 Simon Marshall <simon@gnu.org> | |
| 6911 | |
| 6912 * fast-lock.el (fast-lock-cache-name): Fix test for `windows-nt'. | |
| 6913 | |
| 6914 1999-05-13 Ken'ichi Handa <handa@gnu.org> | |
| 6915 | |
| 6916 * international/mule-diag.el (mule-diag): Change MULE to Mule in | |
| 6917 docstring. | |
| 6918 | |
| 6919 * international/mule-cmds.el: Change MULE to Mule in docstrings | |
| 6920 and menus. | |
| 6921 | |
| 6922 1999-05-10 Kenichi HANDA <handa@etl.go.jp> | |
| 6923 | |
| 6924 * ps-mule.el (ps-mule-prologue): Fix the definition of DefFontMule | |
| 6925 to correctly reflect the value of BaseLineOffset in | |
| 6926 RelativeCompose. Now the value of RelativeCompose is an array of | |
| 6927 low and high positions. | |
| 6928 (ps-mule-cmpchar-prologue): Adjust the definition of BC, EC, and | |
| 6929 RLC for the above change. | |
| 6930 | |
| 6931 1995-05-11 Joel N. Weber II <devnull@melange.gnu.org> | |
| 6932 | |
| 6933 * comint.el (comint-password-prompt-regexp): Modified to match the | |
| 6934 output of ksu and ssh-add. | |
| 6935 | |
| 6936 1999-05-11 Kenichi HANDA <handa@etl.go.jp> | |
| 6937 | |
| 6938 * language/korea-util.el (isearch-toggle-korean-input-method): | |
| 6939 Adjusted for the change of input method handling in isearch.el. | |
| 6940 (isearch-hangul-switch-symbol-ksc): Likewise. | |
| 6941 (isearch-hangul-switch-hanja): Likewise. | |
| 6942 | |
| 6943 1999-05-10 Dave Love <fx@gnu.org> | |
| 6944 | |
| 6945 * help.el (help-make-xrefs): Fix typo. | |
| 6946 | |
| 6947 1999-05-10 Andreas Schwab <schwab@gnu.org> | |
| 6948 | |
| 6949 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add | |
| 6950 unibyte-display-via-language-environment. | |
| 6951 | |
| 6952 * help.el (help-make-xrefs): Handle more cases when looking for | |
| 6953 commands in a keymap description. | |
| 6954 | |
| 6955 1999-05-10 Eli Zaretskii <eliz@gnu.org> | |
| 6956 | |
| 6957 * loadup.el: For ms-dos systems, load ccl and codepage. | |
| 6958 | |
| 6959 1999-05-09 Ken'ichi Handa <handa@gnu.org> | |
| 6960 | |
| 6961 * ps-print.el (ps-control-character): Call | |
| 6962 ps-mule-prepare-ascii-font to setup ASCII fonts. | |
| 6963 | |
| 6964 * ps-mule.el (ps-mule-begin-job): Redo this change "if | |
| 6965 ps-multibyte-buffer is nil, use | |
| 6966 ps-mule-font-info-database-default." | |
| 6967 | |
| 6968 1999-05-08 Ken Stevens <k.stevens@ieee.org> | |
| 6969 | |
| 6970 * ispell.el (ispell-local-dictionary-alist): New variable for | |
| 6971 customizing local dictionaries not accessable by everyone. | |
| 6972 (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'. | |
| 6973 (ispell-required-version): Changed format `(major minor | |
| 6974 revision)' to support general pattern matching. | |
| 6975 (ispell-tex-skip-alists): AMS Tex block comment and `\author' | |
| 6976 skip region commented out due to incorrect skip potential in std latex. | |
| 6977 (ispell-word): Removed `when' macro. Fixed bug of not restoring | |
| 6978 cursor point on small words for calls from `ispell-minor-mode'. | |
| 6979 (check-ispell-version): Tests and accepts versions major.minor | |
| 6980 and above, with adjustments for interactions in 3.1.0-3.1.11. | |
| 6981 (ispell-get-line): No longer skips ispell process special characters. | |
| 6982 (ispell-comments-and-strings): Removed `when' macro call. | |
| 6983 (ispell-minor-check): Requires ispell-word to restore cursor point. | |
| 6984 (ispell-buffer-local-parsing): Supports checking comments only. | |
| 6985 | |
| 6986 1999-05-08 Karl Heuer <kwzh@gnu.org> | |
| 6987 | |
| 6988 * comint.el (comint-password-prompt-regexp): Fix last change to be | |
| 6989 more specific. | |
| 6990 | |
| 6991 1999-05-07 Richard M. Stallman <rms@gnu.org> | |
| 6992 | |
| 6993 * subr.el (with-temp-message): Fix the other call to message | |
| 6994 to use %s. | |
| 6995 | |
| 6996 1999-05-07 Michael Ernst <mernst@alum.mit.edu> | |
| 6997 | |
| 6998 * 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
|
6999 (jdb): Use %F, not %f, for gud-break. |
| 25837 | 7000 |
| 7001 1999-05-07 Joel N. Weber II <devnull@melange.gnu.org> | |
| 7002 | |
| 7003 * comint.el (comint-password-prompt-regexp): Modified so that it | |
| 7004 matches the output of kinit. | |
| 7005 | |
| 7006 1999-05-06 Greg Stark <gsstark@mit.edu> | |
| 7007 | |
| 7008 * timezone.el (timezone-parse-date): Recognize new format used in | |
| 7009 internet cookies. | |
| 7010 | |
| 7011 1999-05-04 Tudor Hulubei <tudor@cs.unh.edu> | |
| 7012 | |
| 7013 * international/iso-acc.el (iso-languages): Add latin-2 cedillas. | |
| 7014 | |
| 7015 1999-05-04 Andrew Innes <andrewi@gnu.org> | |
| 7016 | |
| 7017 * time.el (display-time-update): Allow for wrap-around when | |
| 7018 checking against display-time-server-down-time. | |
| 7019 | |
| 7020 1999-05-04 Ken'ichi Handa <handa@gnu.org> | |
| 7021 | |
| 7022 * international/mule-diag.el (describe-coding-system): Fix English | |
| 7023 message. | |
| 7024 | |
| 7025 1999-05-03 Jason Rumney <jasonr@altavista.net> | |
| 7026 | |
| 7027 * term/w32-win.el: Change the x-charset-registry property for the | |
| 7028 Japanese charsets that are supported by Japanese Windows fonts. | |
| 7029 | |
| 7030 1999-05-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
| 7031 | |
| 7032 * diary-lib.el (diary-remind): Rewritten to behave sensibly for | |
| 7033 diary-block diary entries for which the reminders and the diary | |
| 7034 entries can overlap. | |
| 7035 | |
| 7036 1999-05-02 Jason Rumney <jasonr@altavista.net> | |
| 7037 | |
| 7038 * term/w32-win.el (mouse-set-font): Ensure constructed fontset | |
| 7039 matches the font selected in the dialog. | |
| 7040 | |
| 7041 1999-05-02 Dave Love <fx@gnu.org> | |
| 7042 | |
| 7043 * browse-url.el (browse-url-browser-function): Add :version. | |
| 7044 | |
| 7045 * international/mule.el (auto-coding-alist): Add .tgz. | |
| 7046 | |
| 7047 1999-05-2 Eli Zaretskii <eliz@is.elta.co.il> | |
| 7048 | |
| 7049 * international/codepage.el (cp-coding-system-for-codepage-1): | |
| 7050 Make the magnification parameter for the -dos encoder be 2. | |
| 7051 | |
| 7052 1999-05-2 Andrew Innes <andrewi@gnu.org> | |
| 7053 | |
| 7054 * term/w32-win.el (w32-drag-n-drop): Select file in window where | |
| 7055 it is dropped, rather than current window. | |
| 7056 | |
| 7057 * mail/smtpmail.el (smtpmail-deduce-address-list): Bind variables | |
| 7058 after switching buffer, as case-fold-search is a buffer local | |
| 7059 variable. | |
| 7060 | |
| 7061 * w32-fns.el (convert-standard-filename): Only convert directory | |
| 7062 separators to backslash if the interactive shell is one of the | |
| 7063 standard Windows shells that has DOS semantics. | |
| 7064 | |
| 7065 * ls-lisp.el (ls-lisp-format-time): Trap errors from | |
| 7066 format-time-string, and return a suitable string to indicate the | |
| 7067 timestamp was invalid. | |
| 7068 | |
| 7069 * hexl.el (hexlify-command): Apply shell-quote-argument after | |
| 7070 expanding hexl-program in case exec-directory contains a space. | |
| 7071 (dehexlify-command): Ditto. | |
| 7072 | |
| 7073 * dos-w32.el (file-name-buffer-file-type-alist): Remove various | |
| 7074 file extension regexps which aren't necessarily binary files. | |
| 7075 (direct-print-region-helper): Use subst-char-in-string instead of | |
| 7076 binding directory-sep-char to convert filenames to DOS syntax. | |
| 7077 (direct-print-region-use-command-dot-com): New variable. | |
| 7078 (direct-print-region-helper): Use it to control whether to invoked | |
| 7079 command.com to print on Windows 9x. | |
| 7080 | |
| 7081 * browse-url.el (browse-url-browser-function): Default to | |
| 7082 browse-url-default-windows-browser on windows-nt. | |
| 7083 (browse-url-default-windows-browser): New function. | |
| 7084 | |
| 7085 1999-04-30 Eli Zaretskii <eliz@is.elta.co.il> | |
| 7086 | |
| 7087 * forms.el (forms-mode): Don't call forms-first-record or | |
| 7088 forms-last-record if the data file has zero records. | |
| 7089 | |
| 7090 1999-04-29 Richard M. Stallman <rms@gnu.org> | |
| 7091 | |
| 7092 * files.el (find-file-noselect-1): If buffer-file-name has changed | |
| 7093 after find-file-not-found-hooks runs, recompute the truename. | |
| 7094 And don't use FILENAME after that point. | |
| 7095 | |
| 7096 1999-04-27 Dave Love <fx@gnu.org> | |
| 7097 | |
| 7098 * paren.el (show-paren-mode) | |
| 7099 * which-func.el (which-func-mode-global) | |
| 7100 * type-break.el (type-break-mode) | |
| 7101 * time.el (display-time-mode) | |
| 7102 * rsz-mini.el (resize-minibuffer-mode) | |
| 7103 * mouse-sel.el (mouse-sel-mode) | |
| 7104 * icomplete.el (icomplete-mode) | |
| 7105 * hscroll.el (hscroll-global-mode) | |
| 7106 * help.el (temp-buffer-resize-mode) | |
| 7107 * font-lock.el (global-font-lock-mode) | |
| 7108 * delsel.el (delete-selection-mode) | |
| 7109 * avoid.el (mouse-avoidance-mode) | |
| 7110 * autoinsert.el (auto-insert-mode) | |
| 7111 * winner.el (winner-mode): Doc fix. | |
| 7112 | |
| 7113 1999-04-26 Karl Heuer <kwzh@gnu.org> | |
| 7114 | |
| 7115 * mail/rmail.el (rmail-next-same-subject): When searching, ignore | |
| 7116 the same whitespace that was ignored in choosing the subject string. | |
| 7117 | |
| 7118 1999-04-26 Richard M. Stallman <rms@gnu.org> | |
| 7119 | |
| 7120 * info.el (Info-find-node): Position properly after finding anchor. | |
| 7121 | |
| 7122 * cus-start.el (all): Handle unibyte-display-via-language-environment. | |
| 7123 | |
| 7124 * simple.el (indent-new-comment-line): Fix previous change. | |
| 7125 | |
| 7126 * complete.el: Delete the wildcard expansion feature | |
| 7127 since that is now standard in find-file. | |
| 7128 (PC-try-load-many-files): Function deleted. | |
| 7129 (PC-after-load-many-files): Function deleted. | |
| 7130 (PC-many-files-list): Variable deleted. | |
| 7131 (PC-disable-wildcards): Variable deleted. | |
| 7132 (partial-completion-mode): Don't enable the wildcard feature. | |
| 7133 | |
| 7134 * complete.el (PC-look-for-include-file): Don't set global variables | |
| 7135 `error', `buf' and `filename' here. | |
| 7136 | |
| 7137 * mail/sendmail.el (mail-sent-via): Use copy-marker not make-marker. | |
| 7138 | |
| 7139 1999-04-26 John Wiegley <johnw@oneworld.new-era.com> | |
| 7140 | |
| 7141 * textmodes/outline.el (outline-regexp): Doc fix. | |
| 7142 | |
| 7143 1999-04-26 John Wiegley <johnw@borland.com> | |
| 7144 | |
| 7145 * progmodes/compile.el (compilation-error-regexp-alist): Recognize | |
| 7146 C++Builder 4.0 error message syntax. | |
| 7147 | |
| 7148 1999-04-26 Mark Diekhans <markd@Grizzly.COM> | |
| 7149 | |
| 7150 * progmodes/compile.el (grep-compute-defaults): If xargs -e isn't | |
| 7151 supported, use find -exec. | |
| 7152 | |
| 7153 1999-04-26 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp> | |
| 7154 | |
| 7155 * textmodes/texinfmt.el (texinfo-format-buffer): Bind | |
| 7156 coding-system-for-write, to avoid hanging when non-interactive. | |
| 7157 | |
| 7158 1999-04-26 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
| 7159 | |
| 7160 * textmodes/bibtex.el (bibtex-reference-head): Allow entries to | |
| 7161 start with a newline. | |
| 7162 | |
| 7163 1999-04-13 Ken'ichi Handa <handa@gnu.org> | |
| 7164 | |
| 7165 * international/mule-conf.el (x-ctext): New coding system. | |
| 7166 | |
| 7167 1999-04-12 Richard M. Stallman <rms@gnu.org> | |
| 7168 | |
| 7169 * international/mule-cmds.el (input-method-function): | |
| 7170 Add permanent-local property. | |
| 7171 | |
| 7172 1999-04-12 Dave Love <fx@gnu.org> | |
| 7173 | |
| 7174 * jka-compr.el (jka-compr-insert-file-contents): Fix previous | |
| 7175 change to use jka-compr-byte-compiler-base-file-name. | |
| 7176 | |
| 7177 * supercite.el (sc-scan-info-alist): Revert last change. | |
| 7178 (sc-attrib-selection-list): Fix :type here instead. | |
| 7179 | |
| 7180 1999-04-11 Eli Zaretskii <eliz@gnu.org> | |
| 7181 | |
| 7182 * international/mule.el (auto-coding-alist-lookup): Include ms-dos | |
| 7183 in the list of case-insensitive filesystems. | |
| 7184 | |
| 7185 1999-04-09 Kenichi Handa <handa@etl.go.jp> | |
| 7186 | |
| 7187 * international/fontset.el (create-fontset-from-fontset-spec): | |
| 7188 Don't register duplicated alias fontset names. | |
| 7189 | |
| 7190 1999-04-08 Richard Stallman <rms@gnu.org> | |
| 7191 | |
| 7192 * international/mule.el (auto-coding-alist-lookup): New function. | |
| 7193 (set-auto-coding): Use auto-coding-alist-lookup. | |
| 7194 | |
| 7195 * jka-compr.el (jka-compr-insert-file-contents): | |
| 7196 Use auto-coding-alist-lookup to check for files that | |
| 7197 should not have eol conversion, in the unibyte case. | |
| 7198 | |
| 7199 1999-04-07 Dave Love <fx@gnu.org> | |
| 7200 | |
| 7201 * help.el (describe-variable): Check custom-loads property as well | |
| 7202 as custom-type. | |
| 7203 | |
| 7204 * abbrev.el (abbrev-mode): Customizing sets the default value. | |
| 7205 | |
| 7206 1999-04-08 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
| 7207 | |
| 7208 * vc.el (vc-backend-revert): For CVS files that were made | |
| 7209 writeable with "cvs edit", call "cvs unedit" to undo that. | |
| 7210 | |
| 7211 1999-04-08 Dave Love <fx@gnu.org> | |
| 7212 | |
| 7213 * mail/supercite.el: (sc-attrib-selection-list): Fix custom type | |
| 7214 more. | |
| 7215 (sc-emacs-features): Recognize Emacs 20. | |
| 7216 (sc-read-string): Use history arg. | |
| 7217 (sc-scan-info-alist): Check for rtnvalue a cons. | |
| 7218 | |
| 7219 1999-04-08 Kenichi HANDA <handa@etl.go.jp> | |
| 7220 | |
| 7221 * gnus/gnus-mule.el (gnus-mule-message-send-mail-function): Find a | |
| 7222 coding system to encode the message by | |
| 7223 select-message-coding-system. | |
| 7224 | |
| 7225 1999-04-07 Richard Stallman <rms@gnu.org> | |
| 7226 | |
| 7227 * progmodes/sql.el (sql-send-paragraph): Delete duplicate definition. | |
| 7228 | |
| 7229 * winner.el: Reorder definitions. | |
| 7230 | |
| 7231 * mail/mh-utils.el (mh-find-progs): Try /etc/nmh and lib/nmh dirs. | |
| 7232 | |
| 7233 * mail/rmail.el (rmail-decode-babyl-format): | |
| 7234 Undo previous change. | |
| 7235 | |
| 7236 1999-04-06 Richard Stallman <rms@gnu.org> | |
| 7237 | |
| 7238 * info.el (Info-find-node): Check for an anchor at the | |
| 7239 proper place, before reading an indirect file. | |
| 7240 | |
| 7241 * imenu.el (imenu--mouse-menu): Use assq when searching in FINAL. | |
| 7242 | |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
7243 * jka-compr.el (jka-compr-insert-file-contents): |
| 25837 | 7244 Use raw-text-unix when we want no conversion. |
| 7245 | |
| 7246 1999-04-06 Thierry Emery <Thierry.Emery@nmu.alcatel.fr> | |
| 7247 | |
| 7248 * timezone.el (timezone-parse-date): Corrected regexp for | |
| 7249 style (5) date format so that tenths of seconds are optional. | |
| 7250 | |
| 7251 1999-04-05 Eli Zaretskii <eliz@gnu.org> | |
| 7252 | |
| 7253 * term/internal.el (dos-cpNNN-setup): New function, with the guts | |
| 7254 of dos-codepage-setup. | |
| 7255 (cjk-codepages-alist): New variable, an alist of Far-Eastern | |
| 7256 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
|
7257 systems. |
| 25837 | 7258 (dos-codepage-setup): Support Far-Eastern DOS terminals. |
| 7259 | |
| 7260 1999-04-05 Richard Stallman <rms@gnu.org> | |
| 7261 | |
| 7262 * mail/rmail.el (rmail-ignored-headers): Doc fix. | |
| 7263 | |
| 7264 1999-04-02 Richard Stallman <rms@gnu.org> | |
| 7265 | |
| 7266 * progmodes/compile.el (compilation-handle-exit): Do right thing | |
| 7267 if (car status) doesn't end in a newline. | |
| 7268 | |
| 7269 1999-04-01 Dave Love <fx@gnu.org> | |
| 7270 | |
| 7271 * progmodes/sql.el (SQL): Add defgroup :version. | |
| 7272 | |
| 7273 1999-03-31 Richard M. Stallman <rms@caffeine.ai.mit.edu> | |
| 7274 | |
| 7275 * emacs-lisp/bytecomp.el (byte-compile-file): Clear | |
| 7276 buffer-file-coding-system. If the coding system used is raw-text, | |
| 7277 etc., make the *Compiler Input* buffer unibyte. | |
| 7278 | |
| 7279 * international/mule.el (find-new-buffer-file-coding-system): Doc fix. | |
| 7280 | |
| 7281 * loadup.el: Don't write the fns-...el file if not dumping. | |
| 7282 | |
| 7283 1999-03-31 Dave Love <fx@gnu.org> | |
| 7284 | |
| 7285 * snmp-mode.el (snmp): Fix defgroup :version. | |
| 7286 | |
| 7287 * hilit-chg.el (highlight-changes): Add defgroup :version. | |
| 7288 | |
| 7289 1999-03-31 Andreas Schwab <schwab@gnu.org> | |
| 7290 | |
| 7291 * gnus/gnus-sum.el (gnus-data-compute-positions): Move down after | |
| 7292 the gnus-save-hidden-threads macro. | |
| 7293 | |
| 7294 1999-03-30 Per Abrahamsen <abraham@dina.kvl.dk> | |
| 7295 | |
| 7296 * faces.el (face-set-after-frame-default): Obey the | |
| 7297 `customized-face' for new faces. | |
| 7298 | |
| 7299 1999-03-30 Dave Love <fx@gnu.org> | |
| 7300 | |
| 7301 * international/mule-cmds.el (current-language-environment): Doc fix. | |
| 7302 * abbrev.el (abbrev-mode): Doc fix. | |
| 7303 * autoinsert.el (auto-insert-mode): Doc fix. | |
| 7304 * complete.el (partial-completion-mode): Doc fix. | |
| 7305 * avoid.el (mouse-avoidance-mode): Doc fix. | |
| 7306 * delsel.el (delete-selection-mode): Doc fix. | |
| 7307 * font-lock.el (global-font-lock-mode): Doc fix. | |
| 7308 * help.el (temp-buffer-resize-mode): Doc fix. | |
| 7309 * hscroll.el (hscroll-global-mode): Doc fix. | |
| 7310 * icomplete.el (icomplete-mode): Doc fix. | |
| 7311 * mouse-sel.el (mouse-sel-mode): Doc fix. | |
| 7312 * paren.el (show-paren-mode): Doc fix. | |
| 7313 * rsz-mini.el (resize-minibuffer-mode): Doc fix. | |
| 7314 * time.el (display-time-mode): Doc fix. | |
| 7315 * type-break.el (type-break-mode): Doc fix. | |
| 7316 * which-func.el (which-func-mode-global): Doc fix. | |
| 7317 * winner.el (winner-mode): Doc fix. | |
| 7318 | |
| 7319 1999-03-30 Michael Ernst <mernst@alum.mit.edu> | |
| 7320 | |
| 7321 * wid-edit.el (widget-before-change): Signal text-read-only rather | |
| 7322 than an ordinary error. | |
| 7323 | |
| 7324 1999-03-30 Richard M. Stallman <rms@gnu.org> | |
| 7325 | |
| 7326 * repeat.el: Don't require advice. | |
| 7327 (repeat): Do function-indirection in check for kbd macro. | |
| 7328 In self-insert case, use the *last* char in INSERTION. | |
| 7329 | |
| 7330 1999-03-30 Karl Heuer <kwzh@gnu.org> | |
| 7331 | |
| 7332 * progmodes/cc-cmds.el (c-indent-command): Doc fix. | |
| 7333 | |
| 7334 1999-03-29 Andreas Schwab <schwab@gnu.org> | |
| 7335 | |
| 7336 * textmodes/tex-mode.el (tex-start-shell): Use add-hook for | |
| 7337 comint-input-filter-functions. Make variables related to shell | |
| 7338 directory tracking local. | |
| 7339 | |
| 7340 1999-03-26 Andreas Schwab <schwab@gnu.org> | |
| 7341 | |
| 7342 * emacs-lisp/debug.el (debug): Make *Backtrace* buffer writable. | |
| 7343 | |
| 7344 * simple.el (shell-command-on-region): Cope with exit-status being | |
| 7345 nil, which happens if call-process-region was interrupted. | |
| 7346 | |
| 7347 1999-03-26 Richard M. Stallman <rms@gnu.org> | |
| 7348 | |
| 7349 * simple.el (indent-new-comment-line): Handle use at a point | |
| 7350 after a comment-end. Handle multiple comments. | |
| 7351 | |
| 7352 * mail/rmail.el (rmail-decode-babyl-format): | |
| 7353 To prevent locking, bind buffer-file-name to nil. | |
| 7354 | |
| 7355 1999-03-26 Karl Fogel <kfogel@red-bean.com> | |
| 7356 | |
| 7357 * mail-hist.el (mail-hist-current-header-name): Don't make | |
| 7358 off-by-one-error when determining if in message body. | |
| 7359 | |
| 7360 1999-03-25 Andrew Innes <andrewi@gnu.org> | |
| 7361 | |
| 7362 * w32-fns.el (set-default-process-coding-system): Copied from | |
| 7363 dos-w32.el, but modified to use Unix line endings for process | |
| 7364 input, and to add a suitable entry to process-coding-system-alist | |
| 7365 for DOS shells. | |
| 7366 | |
| 7367 * dos-fns.el (set-default-process-coding-system): Copied from | |
| 7368 dos-w32.el. | |
| 7369 | |
| 7370 * dos-w32.el (set-default-process-coding-system): Move function to | |
| 7371 dos-fns.el; a different version is used in w32-fns.el. | |
| 7372 | |
| 7373 1999-03-24 Dave Love <fx@gnu.org> | |
| 7374 | |
| 7375 * info.el (Info-directory-list): Revert change to re-writing | |
| 7376 Info-default-directory-list, but put `alternative' first. | |
| 7377 (Info-insert-dir): Modify selecting the top dir file as a consequence. | |
| 7378 | |
| 7379 1999-03-23 Simon Marshall <simon@gnu.org> | |
| 7380 | |
| 7381 * font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is | |
| 7382 on the line by itself. | |
| 7383 (java-font-lock-keywords-2): Likewise. Don't fontify a class name if | |
| 7384 it is not in a declarative context. | |
| 7385 | |
| 7386 1999-03-22 Per Abrahamsen <abraham@dina.kvl.dk> | |
| 7387 | |
| 7388 * cus-edit.el (custom-variable-prompt): Allow customization of | |
| 7389 autoloaded symbols. | |
| 7390 | |
| 7391 1999-03-22 Kenichi HANDA <handa@etl.go.jp> | |
| 7392 | |
| 7393 * simple.el (what-cursor-position): Don't cause error when point | |
| 7394 is at invalid multibyte sequence. | |
| 7395 | |
| 7396 1999-03-21 Karl Heuer <kwzh@gnu.org> | |
| 7397 | |
| 7398 * complete.el (partial-completion-mode): Doc fix. | |
| 7399 | |
| 7400 1999-03-19 Richard M. Stallman <rms@gnu.org> | |
| 7401 | |
| 7402 * progmodes/cplus-md.el (old-c++): Remove :group. | |
| 7403 | |
| 7404 * progmodes/c-mode.el (old-c): Remove :group. | |
| 7405 | |
| 7406 1999-03-18 Simon Marshall <simon@gnu.org> | |
| 7407 | |
| 7408 * font-lock.el (c-font-lock-keywords-2): Added "complex" type. | |
| 7409 (java-font-lock-keywords-2): Added "strictfp" keyword. | |
| 7410 | |
| 7411 1999-03-17 Jason Rumney <jasonr@altavista.net> | |
| 7412 | |
| 7413 * w32-fns.el (set-w32-system-coding-system) New function. | |
| 7414 (w32-system-coding-system) Initialize to 'iso-latin-1. | |
| 7415 | |
| 7416 1999-03-17 Eli Zaretskii <eliz@gnu.org> | |
| 7417 | |
| 7418 * international/mule-cmds.el (set-language-environment): Fix | |
| 7419 previous change: don't use dos-codepage when unbound. | |
| 7420 | |
| 7421 1999-03-17 Karl Heuer <kwzh@gnu.org> | |
| 7422 | |
| 7423 * calendar/appt.el (appt-make-list): Fix previous change. | |
| 7424 | |
| 7425 1999-03-16 Richard M. Stallman <rms@gnu.org> | |
| 7426 | |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
7427 * window.el (shrink-window-if-larger-than-buffer): |
| 25837 | 7428 Don't try to redisplay with the cursor at the end |
| 7429 on its own line--that would force a scroll and spoil things. | |
| 7430 | |
| 7431 1999-03-16 Eli Zaretskii <eliz@gnu.org> | |
| 7432 | |
| 7433 * international/mule-cmds.el (set-language-environment): Don't use | |
| 7434 cpNNN-nonascii-translation-table if it is unbound. | |
| 7435 | |
| 7436 * term/internal.el (dos-codepage-setup): Compute the unibyte | |
| 7437 syntax table and bind unibyte-display-via-language-environment | |
| 7438 here, rather than at top level, so that resetting to unibyte in | |
| 7439 .emacs works as expected. | |
| 7440 | |
| 7441 1999-03-15 Simon Marshall <simon@gnu.org> | |
| 7442 | |
| 7443 * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword. | |
| 7444 | |
| 7445 1999-03-14 Milan Zamazal <pdm@pvt.net> | |
| 7446 | |
| 7447 * abbrev.el (inverse-add-abbrev): Inherit the current input method. | |
| 7448 | |
| 7449 1999-03-14 Kenichi Handa <handa@etl.go.jp> | |
| 7450 | |
| 7451 * international/mule-util.el (detect-coding-with-priority): | |
| 7452 Restore the internal database. | |
| 7453 | |
| 7454 1999-03-14 Stephen Eglen <stephen@gnu.org> | |
| 7455 | |
| 7456 * mail/sendmail.el (sendmail-send-it): Fix typo in error string | |
| 7457 if mail-from-style has invalid value. | |
| 7458 | |
| 7459 1999-03-12 Karl Heuer <kwzh@gnu.org> | |
| 7460 | |
| 7461 * vc.el (vc-delete-logbuf-window): New var. | |
| 7462 (vc-finish-logentry): Use it. | |
| 7463 | |
| 7464 1999-03-12 Richard M. Stallman <rms@gnu.org> | |
| 7465 | |
| 7466 * startup.el (command-line-1): Improve startup msg. | |
| 7467 | |
| 7468 1999-03-12 Eric M. Ludlam <zappo@ultranet.com> | |
| 7469 | |
| 7470 * speedbar.el: Added commentary about stealthy functions. | |
| 7471 (speedbar-message) new function. | |
| 7472 (speedbar-y-or-n-p): New function | |
| 7473 (speedbar-with-attached-buffer) Moved macro before reference. | |
| 7474 Now uses `save-selected-window'. | |
| 7475 (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
|
7476 speedbar-generic-item-info, speedbar-item-info-file-helper, |
| 25837 | 7477 speedbar-item-delete, speedbar-insert-generic-list, |
| 7478 speedbar-timer-fn, speedbar-check-vc-this-line, | |
| 7479 speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags, | |
| 7480 speedbar-buffers-item-info) Use speedbar-message. | |
| 7481 (speedbar-item-info) Limit `message-log-max'. | |
| 7482 (speedbar-item-load, speedbar-item-copy, speedbar-item-rename, | |
| 7483 speedbar-item-delete, speedbar-item-object-delete, | |
| 7484 speedbar-buffer-kill-buffer) Use speedbar-y-or-n-p. | |
| 7485 | |
| 7486 1999-03-10 Kenichi Handa <handa@mulelab.etl.go.jp> | |
| 7487 | |
| 7488 * server.el (server-start): Set coding system for the server | |
| 7489 process to raw-text. | |
| 7490 (server-process-filter): Decode file names if necessary. | |
| 7491 | |
| 7492 1999-03-12 Dave Love <fx@gnu.org> | |
| 7493 | |
| 7494 * textmodes/fill.el (sentence-end-double-space): Doc fix. | |
| 7495 | |
| 7496 * textmodes/paragraphs.el (sentence-end): Doc fix. | |
| 7497 | |
| 7498 1999-03-11 Karl Heuer <kwzh@gnu.org> | |
| 7499 | |
| 7500 * comint.el (comint-password-prompt-regexp): Accept "login password:" | |
| 7501 | |
| 7502 1999-03-09 Karl Heuer <kwzh@gnu.org> | |
| 7503 | |
| 7504 * ispell.el (ispell-dictionary-alist-1): Shorten autoloaded line. | |
| 7505 (ispell-dictionary-alist-2): Likewise. | |
| 7506 (ispell-dictionary-alist-3, ispell-dictionary-alist-4): New vars. | |
| 7507 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): New vars. | |
| 7508 (ispell-dictionary-alist): Build from six pieces, not just two. | |
| 7509 | |
| 7510 * ps-bdf.el (bdf-directory-list): Doc fix. | |
| 7511 | |
| 7512 * enriched.el (enriched-mode): Make var permanent-local. | |
| 7513 | |
| 7514 1999-03-09 Dave Love <fx@gnu.org> | |
| 7515 | |
| 7516 * textmodes/sgml-mode.el (html-mode): Use | |
| 7517 sentence-end-double-space when setting sentence-end. | |
| 7518 | |
| 7519 1999-03-09 Ken'ichi Handa <handa@gnu.org> | |
| 7520 | |
| 7521 * language/thai.el (tis-620): New alias coding system for thai-tis620. | |
| 7522 | |
| 7523 1999-03-08 Felix Lee <flee@cygnus.com> | |
| 7524 | |
| 7525 * textmodes/flyspell.el (flyspell-mode-on): Use change-major-mode-hook. | |
| 7526 | |
| 7527 * textmodes/outline.el (outline-back-to-heading): Fix invisible-ok. | |
| 7528 | |
| 7529 1999-03-08 Karl Heuer <kwzh@gnu.org> | |
| 7530 | |
| 7531 * dired-aux.el (dired-do-copy-regexp): Doc fix. | |
| 7532 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix. | |
| 7533 | |
| 7534 * dired.el (dired-do-copy-regexp): Doc fix. | |
| 7535 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix. | |
| 7536 | |
| 7537 1999-03-08 Roger Breitenstein <roger.breitenstein@starfish.com> | |
| 7538 | |
| 7539 * mail/smtpmail.el (smtpmail-do-bcc): Fix regexp. | |
| 7540 | |
| 7541 1999-03-08 Jason Rumney <jasonr@altavista.net> | |
| 7542 | |
| 7543 * international/codepage.el (cp1250-decode-table) | |
| 7544 (cp1251-decode-table, cp1253-decode-table) | |
| 7545 (cp1257-decode-table): New translation tables for MS Windows codepages. | |
| 7546 (cp-make-coding-systems-for-codepage): Accept 4 digit codepages. | |
| 7547 | |
| 7548 1999-03-07 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp> | |
| 7549 | |
| 7550 * textmodes/texinfmt.el (texinfo-append-refill): Check @c correctly. | |
| 7551 | |
| 7552 1999-03-07 Eli Zaretskii <eliz@gnu.org> | |
| 7553 | |
| 7554 * ps-bdf.el (bdf-directory-list): Different value for ms-dos. | |
| 7555 | |
| 7556 * term/internal.el (top level): Display character 255 as 8bit as well. | |
| 7557 | |
| 7558 1999-03-06 Dave Love <fx@gnu.org> | |
| 7559 | |
| 7560 * progmodes/cc-cmds.el (c-outline-level): Bind | |
| 7561 buffer-invisibility-spec. | |
| 7562 | |
| 7563 * progmodes/c-mode.el (c-outline-level): Likewise. | |
| 7564 | |
| 7565 * progmodes/ada-mode.el (ada-outline-level): Likewise. | |
| 7566 | |
| 7567 1999-03-05 Felix Lee <flee@cygnus.com> | |
| 7568 | |
| 7569 * textmodes/outline.el (outline-get-last-sibling): Doc fix. | |
| 7570 | |
| 7571 1999-03-05 Richard M. Stallman <rms@gnu.org> | |
| 7572 | |
| 7573 * bindings.el (complete-symbol): Invert meaning of prefix arg. | |
| 7574 | |
| 7575 1999-03-05 Andrew Innes <andrewi@gnu.org> | |
| 7576 | |
| 7577 * w32-fns.el (convert-standard-filename): Convert directory | |
| 7578 separators to Windows format. | |
| 7579 | |
| 7580 1999-03-05 Andreas Schwab <schwab@gnu.org> | |
| 7581 | |
| 7582 * international/skkdic-cnv.el: Provide skkdic-cnv. | |
| 7583 (skkdic-convert): Emit code to require skkdic-cnv at compile time. | |
| 7584 (batch-skkdic-convert): Doc fix. | |
| 7585 | |
| 7586 1999-03-04 Dave Love <fx@gnu.org> | |
| 7587 | |
| 7588 * custom.el (custom-set-variables): Protect against setter errors. | |
| 7589 | |
| 7590 1999-03-04 Eli Zaretskii <eliz@gnu.org> | |
| 7591 | |
| 7592 * ls-lisp.el (ls-lisp-insert-directory): Protect the sum total of | |
| 7593 the file sizes from overflowing. | |
| 7594 (ls-lisp-format): If file size is a float, use %8.0f to print it. | |
| 7595 Under -s, print the size in blocks with %4.0f, in case they have | |
| 7596 a *really* huge file. | |
| 7597 | |
| 7598 1999-03-03 Dave Love <fx@gnu.org> | |
| 7599 | |
| 7600 * options.el (edit-options): Doc fix. | |
| 7601 (list-options): Don't lose with unbound symbols. Maintain | |
| 7602 Edit-options-mode. | |
| 7603 | |
| 7604 1999-03-01 Dave Love <fx@gnu.org> | |
| 7605 | |
| 7606 * mail/supercite.el (sc-attrib-selection-list): Fix custom type. | |
| 7607 | |
| 7608 1999-02-28 Richard M. Stallman <rms@gnu.org> | |
| 7609 | |
| 7610 * ispell.el (ispell-dictionary-alist-override): New variable. | |
| 7611 (ispell-dictionary-alist): Don't setq it, | |
| 7612 if ispell-dictionary-alist-override is set. | |
| 7613 | |
| 7614 * simple.el (shell-command-default-error-buffer): Renamed from | |
| 7615 shell-command-on-region-default-error-buffer. | |
| 7616 (shell-command-on-region): Mention in echo area when there | |
| 7617 is some error output. Mention success or failure, too. | |
| 7618 Accumulate multiple error outputs | |
| 7619 going forward, with formfeed in between. Display the error buffer | |
| 7620 when we have put something in it. | |
| 7621 (shell-command): Add the ERROR-BUFFER argument feature. | |
| 7622 | |
| 7623 1999-02-28 Karl Heuer <kwzh@gnu.org> | |
| 7624 | |
| 7625 * mail/mh-utils.el (mh-lib): Doc fix. | |
| 7626 (mh-lib-progs, mh-nmh-p): New vars. | |
| 7627 (mh-find-progs): Set mh-lib-progs along with other vars. | |
| 7628 (mh-path-search): New arg FUNC-P; if specified, use that instead | |
| 7629 of mh-file-command-p. | |
| 7630 (mh-install, mh-exec-lib-cmd-output): Use mh-lib-progs. | |
| 7631 | |
| 7632 * mail/mh-comp.el (mh-repl-formfile): New var. | |
| 7633 (mh-smail-batch): Don't ignore all arguments. | |
| 7634 (mh-reply): Do the right thing when using nmh. | |
| 7635 | |
| 7636 1999-02-27 Kenichi Handa <handa@etl.go.jp> | |
| 7637 | |
| 7638 * international/mule-cmds.el (select-safe-coding-system): Be sure | |
| 7639 to show a buffer being decoded. | |
| 7640 | |
| 7641 1999-02-26 Ken'ichi Handa <handa@gnu.org> | |
| 7642 | |
| 7643 * ps-bdf.el (bdf-directory-list): Initialize it to | |
| 7644 '("/usr/local/share/emacs/fonts/bdf"). | |
| 7645 | |
| 7646 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
| 7647 | |
| 7648 * ps-print.el: PostScript programming fix. | |
| 7649 (ps-print-prologue-1): Fix BeginDoc PostScript procedure (don't use | |
| 7650 setpagedevice operator). | |
| 7651 | |
| 7652 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
| 7653 | |
| 7654 * ps-print.el: Doc fix, font size specifies landscape and portrait | |
| 7655 sizes. | |
| 7656 (ps-print-version): New version number (4.1.4). | |
| 7657 (ps-font-size, ps-header-font-size, ps-header-title-font-size): | |
| 7658 Specifies landscape and portrait sizes. | |
| 7659 (ps-setup, ps-print-quote, ps-line-lengths-internal, ps-nb-pages) | |
| 7660 (ps-get-page-dimensions, ps-begin-file, ps-begin-job, ps-generate): Fun | |
| 7661 fix. | |
| 7662 (ps-get-font-size): New fun. | |
| 7663 (ps-font-size-internal, ps-header-font-size-internal) | |
| 7664 (ps-header-title-font-size-internal): New vars. | |
| 7665 | |
| 7666 * ps-mule.el: Change of ps-print font size variable name. | |
| 7667 (ps-mule-generate-font): Fun fix. | |
| 7668 (ps-mule-begin-job): Programming uniformization. | |
| 7669 | |
| 7670 1999-02-25 Dave Love <fx@gnu.org> | |
| 7671 | |
| 7672 * help.el (help-xref-info-regexp): Allow linebreaks and capital. | |
| 7673 (help-make-xrefs): Do Info case first. | |
| 7674 | |
| 7675 * repeat.el: Don't require advice. | |
| 7676 (repeat-last-kill-command): Variable deleted. | |
| 7677 | |
| 7678 1999-02-25 Richard Stallman <rms@gnu.org> | |
| 7679 | |
| 7680 * simple.el (shell-command-on-region): Don't go into the REPLACE = t | |
| 7681 case just because the current buffer is the output buffer. | |
| 7682 | |
| 7683 1999-02-25 Kenichi Handa <handa@etl.go.jp> | |
| 7684 | |
| 7685 * simple.el (what-cursor-position): To show the character's | |
| 7686 encoding, use encoded-string-description instead of information | |
| 7687 of chaset-origin-alist. | |
| 7688 | |
| 7689 * international/mule-cmds.el (iso-2022-control-alist): New variable. | |
| 7690 (encoded-code-description): New function. | |
| 7691 (encoded-string-description): New function. | |
| 7692 (encode-coding-char): New function. | |
| 7693 | |
| 7694 1999-02-25 Andrew Innes <andrewi@gnu.org> | |
| 7695 | |
| 7696 * startup.el (command-line) [windows-nt]: Fix typo in regexp | |
| 7697 checking for .emacs[.el[c]]. | |
| 7698 | |
| 7699 1999-02-24 Richard Stallman <rms@gnu.org> | |
| 7700 | |
| 7701 * help.el (describe-function-1): Don't print a whole lambda-function. | |
| 7702 | |
| 7703 1999-02-23 Ken'ichi Handa <handa@gnu.org> | |
| 7704 | |
| 7705 * international/encoded-kb.el (encoded-kbd-handle-8bit): Allow | |
| 7706 inputting ?\240. | |
| 7707 | |
| 7708 1999-02-23 Karl Heuer <kwzh@gnu.org> | |
| 7709 | |
| 7710 * term/vt100.el (vt100-wide-mode): Use defvar, not defconst. | |
| 7711 | |
| 7712 * midnight.el (clean-buffer-list-kill-regexps): Doc fix. | |
| 7713 (clean-buffer-list-kill-buffer-names): Doc fix. | |
| 7714 | |
| 7715 * gud.el (gud-jdb-massage-args): Spelling fix. | |
| 7716 | |
| 7717 1999-02-23 Richard M. Stallman <rms@gnu.org> | |
| 7718 | |
| 7719 * subr.el (with-temp-message): Use %s so % in old msg won't fool us. | |
| 7720 | |
| 7721 1999-02-22 Eli Zaretskii <eliz@gnu.org> | |
| 7722 | |
| 7723 * 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
|
7724 excursion while calling set-auto-coding-function. |
| 25837 | 7725 |
| 7726 * play/handwrite.el (handwrite): Require ps-print, and use | |
| 7727 ps-printer-name and ps-lpr-command. Call ps-print-region-function | |
| 7728 if it's defined, instead of forking ps-lpr-command unconditionally. | |
| 7729 | |
| 7730 1999-02-22 Kenichi Handa <handa@etl.go.jp> | |
| 7731 | |
| 7732 * international/codepage.el (cp-coding-system-for-codepage-1): Put | |
| 7733 charset-origin-alist property to a coding system for the codepage. | |
| 7734 | |
| 7735 * international/mule.el: Modify comment for charset-origin-alist | |
| 7736 property of a coding system. | |
| 7737 | |
| 7738 * simple.el (what-cursor-position): charset-origin-alist property | |
| 7739 of a coding system may be a translation table or a symbol of which | |
| 7740 `translation-table' property is a translation table. | |
| 7741 | |
| 7742 1999-02-21 Richard Stallman <rms@gnu.org> | |
| 7743 | |
| 7744 * textmodes/sgml-mode.el (html-tag-alist): Add /head and /body | |
| 7745 to the "html" template. | |
| 7746 | |
| 7747 1999-02-21 Peter Breton <pbreton@ne.mediaone.net> | |
| 7748 | |
| 7749 * dirtrack.el (dirtrack): Added docstring. Now returns input. | |
| 7750 | |
| 7751 1999-02-18 Peter Breton <pbreton@ne.mediaone.net> | |
| 7752 | |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
7753 * dirtrack.el (dirtrack): Check for the prompt in the input string |
| 25837 | 7754 instead of the buffer. |
| 7755 | |
| 7756 1999-02-18 Alex Schroeder <a.schroeder@bsiag.ch> | |
| 7757 | |
| 7758 * sql.el: Set version to 1.4.1. Changed mail address to | |
| 7759 alex@gnu.org. Mention the mailing list sql.el@gnu.org. | |
| 7760 (sql-input-ring-separator): Doc fix. | |
| 7761 (sql-mode-syntax-table): double-dash starts comments is defined as | |
| 7762 ". 56" instead of ". 12b" for XEmacs. | |
| 7763 (sql-stop, sql-interactive-mode): Doc fixes. | |
| 7764 (sql-postgres): Queries for database and server, not just one. | |
| 7765 (sql-set-sqli-buffer): sql-set-sqli-hook must be quoted. | |
| 7766 | |
| 7767 * sql.el (sql-set-sqli-hook): A hook run when sql-buffer is | |
| 7768 changed. This is needed for master.el to work. | |
| 7769 (sql-set-sqli-buffer): Use the new hook. | |
| 7770 | |
| 7771 * sql.el (sql-make-alternate-buffer-name): Function that sets | |
| 7772 sql-alternate-buffer-name. | |
| 7773 (sql-alternate-buffer-name): Possible name of SQLi buffers. | |
| 7774 (sql-interactive-mode): Set sql-alternate-buffer-name. | |
| 7775 (sql-rename-buffer): New command. | |
| 7776 (sql-interactive-mode-menu): Menu for SQLi buffers. | |
| 7777 | |
| 7778 * sql.el (sql-interactive-mode): Doc fix. sql-input-ring-separator | |
| 7779 and sql-input-ring-file-name are used to temporarily set | |
| 7780 comint-input-ring-file-name and comint-input-ring-separator when | |
| 7781 reading and writing input history files. | |
| 7782 | |
| 7783 (sql-stop): Use sql-input-ring-separator and sql-input-ring-file-name. | |
| 7784 (sql-input-ring-file-name): New variable with customization. | |
| 7785 (sql-input-ring-separator): New variable with customization. | |
| 7786 (sql-set-sqli-buffer): Renamed from sql-change-sqli-buffer. | |
| 7787 Callers changed. | |
| 7788 (sql-show-sqli-buffer): The message for "sql-buffer is not set" | |
| 7789 now includes the name of the current buffer. | |
| 7790 | |
| 7791 (sql-mode): Set paragraph-separate and paragraph-start so that | |
| 7792 sql-send-paragraph sends the entire SQL statements, even if it | |
| 7793 contains indented lines. | |
| 7794 | |
| 7795 1999-02-18 Dave Love <fx@gnu.org> | |
| 7796 | |
| 7797 * format.el (format-encode-run-method, format-decode-run-method): | |
| 7798 Fix previous change. | |
| 7799 | |
| 7800 1999-02-18 Ken'ichi Handa <handa@gnu.org> | |
| 7801 | |
| 7802 * international/mule.el (coding-system-list): Moved here from | |
| 7803 mule-util.el to avoid autoloading mule-util by the call of | |
| 7804 select-safe-coding-system. | |
| 7805 | |
| 7806 1999-02-17 Per Abrahamsen <abraham@dina.kvl.dk> | |
| 7807 | |
| 7808 * simple.el (turn-on-auto-fill): Mark it as an option for | |
| 7809 `text-mode-hook'. | |
| 7810 | |
| 7811 1999-02-17 Richard Stallman <rms@gnu.org> | |
| 7812 | |
| 7813 * emacs-lisp/easymenu.el (easy-menu-get-map): | |
| 7814 Don't crash if (current-local-map) is nil. | |
| 7815 | |
| 7816 1999-02-17 Peter Breton <pbreton@ne.mediaone.net> | |
| 7817 | |
| 7818 * filecache.el (file-cache-filter-regexps): Added .class. | |
| 7819 | |
| 7820 1999-02-17 Ken'ichi Handa <handa@gnu.org> | |
| 7821 | |
| 7822 * international/mule-util.el (decompose-region): Use | |
| 7823 insert-buffer-substring instead of insert-buffer to avoid putting | |
| 7824 mark. | |
| 7825 | |
| 7826 1999-02-17 Andreas Schwab <schwab@gnu.org> | |
| 7827 | |
| 7828 * calendar/cal-move.el (scroll-calendar-left): Don't set | |
| 7829 displayed-month and displayed-year here, let generate-calendar do | |
| 7830 it, after range checking. | |
| 7831 | |
| 7832 1999-02-17 Simon Marshall <simon@gnu.org> | |
| 7833 | |
| 7834 * progmodes/cc-engine.el (c-at-toplevel-p): New function. | |
| 7835 | |
| 7836 * font-lock.el (c++-font-lock-keywords-3): Use it to distinguish | |
| 7837 correctly between an object declared via a constructor and a method. | |
| 7838 (font-lock-defaults-alist): Don't give `.' word syntax for Java. | |
| 7839 (java-font-lock-keywords-1): Fontify package names individually. | |
| 7840 (java-font-lock-extra-types): Ensure regexp matches capitalised only. | |
| 7841 (java-font-lock-keywords-2): Simplify type fontification. | |
| 7842 (java-font-lock-keywords-3): Likewise. | |
| 7843 | |
| 7844 1999-02-17 Kenichi Handa <handa@etl.go.jp> | |
| 7845 | |
| 7846 * language/japanese.el (iso-2022-jp-2): New coding system. | |
| 7847 ("Japanese"): Put iso-2022-jp-2 in coding-priority property. | |
| 7848 | |
| 7849 1999-02-16 Dave Love <fx@gnu.org> | |
| 7850 | |
| 7851 * help.el (describe-function-1): Accept non-symbols. | |
| 7852 | |
| 7853 1999-02-16 Paul Eggert <eggert@twinsun.com> | |
| 7854 | |
| 7855 * dired.el (dired-move-to-filename-regexp): Prepend .* so that we | |
| 7856 find the last match if there are multiple matches. | |
| 7857 | |
| 7858 1999-02-16 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 7859 | |
| 7860 * tex-mode.el (tex-run-command, latex-run-command) | |
| 7861 (slitex-run-command, tex-command): Doc changes. | |
| 7862 (tex-start-options-string): Autoload it. Doc change. Provide | |
| 7863 a menu for customization. Allow nil. Quote backslashes only once. | |
| 7864 (tex-start-tex): Handle nil value of tex-start-options-string | |
| 7865 and apply shell-quote-argument to it. | |
| 7866 | |
| 7867 1999-02-16 Eli Zaretskii <eliz@gnu.org> | |
| 7868 | |
| 7869 * ls-lisp.el (ls-lisp-insert-directory): Call fceiling to round | |
| 7870 the size in blocks, since it can be a float. | |
| 7871 (ls-lisp-format): Likewise | |
| 7872 | |
| 7873 1999-02-16 Ken'ichi Handa <handa@gnu.org> | |
| 7874 | |
| 7875 * language/japanese.el (japanese-shift-jis): Add | |
| 7876 charset-origin-alist property. | |
| 7877 | |
| 7878 1999-02-15 Richard Stallman <rms@gnu.org> | |
| 7879 | |
| 7880 * progmodes/compile.el (compile-internal): Use save-selected-window. | |
| 7881 | |
| 7882 * subr.el (momentary-string-display): Bind inhibit-read-only. | |
| 7883 | |
| 7884 * speedbar.el (speedbar-item-info-tag-helper): Scan the whole line. | |
| 7885 | |
| 7886 1999-02-15 Eli Zaretskii <eliz@is.elta.co.il> | |
| 7887 | |
| 7888 * mail/rmail.el (rmail-show-message): If an unseen message has a | |
| 7889 Summary-line in its header, get past one more line before looking | |
| 7890 for the X-Coding-System header. | |
| 7891 | |
| 7892 1999-02-15 Geoff Voelker <voelker@cs.washington.edu> | |
| 7893 | |
| 7894 * makefile.nt (INSTALL): Copy the handful of uncompiled lisp files | |
| 7895 explicitly to accomodate Windows 9X lack of a useful copy program. | |
| 7896 | |
| 7897 1999-02-15 Per Abrahamsen <abraham@dina.kvl.dk> | |
| 7898 | |
| 7899 * wid-edit.el (widget-choice-value-create): Use `equal' | |
| 7900 instead of `eq'. | |
| 7901 | |
| 7902 1999-02-14 Richard Stallman <rms@gnu.org> | |
| 7903 | |
| 7904 * international/iso-transl.el: | |
| 7905 (iso-transl-ae): Renamed from iso-transl-e-slash. | |
| 7906 (iso-transl-a-ring): Renamed from iso-transl-a-slash. | |
| 7907 (iso-transl-AE): Renamed from iso-transl-E-slash. | |
| 7908 (iso-transl-A-ring): Renamed from iso-transl-A-slash. | |
| 7909 (iso-transl-char-map): Related changes. | |
| 7910 | |
| 7911 * format.el (format-replace-strings): Fix value of TO in REVERSE case. | |
| 7912 | |
| 7913 1999-02-13 Richard Stallman <rms@gnu.org> | |
| 7914 | |
| 7915 * textmodes/texinfmt.el (texinfo-alias): New function. | |
| 7916 (texinfo-fold-nodename-case): Add defvar. | |
| 7917 (texinfo-format-node): Do case folding if specified. | |
| 7918 | |
| 7919 * ffap.el (ffap-file-at-point): Test local file names | |
| 7920 immediately. Strip off line numbers. | |
| 7921 | |
| 7922 1999-02-12 Alex Schroeder <a.schroeder@bsiag.ch> | |
| 7923 | |
| 7924 * sql.el: Set version to 1.3.2 | |
| 7925 (sql-solid-program): Added support for solid. | |
| 7926 (sql-help): Doc mentions sql-solid. | |
| 7927 (sql-solid): Entry function for Solid. | |
| 7928 (sql-buffer): Doc explains the use of the variable and how to | |
| 7929 change it. | |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
7930 (sql-mode-menu): Included entries for sql-show-sqli-buffer and |
| 25837 | 7931 sql-change-sqli-buffer; sql-send-region and sql-send-buffer are |
| 7932 disabled if sql-buffer doesn't have a process; sql-send-paragraph | |
| 7933 is new. | |
| 7934 (sql-show-sqli-buffer): New function to display the value of | |
| 7935 sql-buffer. | |
| 7936 (sql-change-sqli-buffer): New function to change sql-buffer. | |
| 7937 (sql-mode): Doc explains how to change sql-buffer. | |
| 7938 (sql-send-paragraph): New function to send a paragraph. | |
| 7939 (sql-mode-map): Added keybinding for sql-send-paragraph. | |
| 7940 (sql-mysql): Doc corrected. | |
| 7941 (sql-ms): Doc corrected. | |
| 7942 | |
| 7943 * sql.el (sql-server): Doc fix. | |
| 7944 (sql-mysql): Added the use of sql-server to specify the host, | |
| 7945 sql-database now specifies database instead of host. | |
| 7946 (sql-mode-menu): Send... menu items are only active if sql-buffer | |
| 7947 is non-nil. | |
| 7948 (sql-help): Changed tag of entry functions a bit. | |
| 7949 | |
| 7950 * sql.el: Added keywords from `finder-by-keyword'. | |
| 7951 (sql-mode): Made sql-buffer a local variable, changed the | |
| 7952 documentation: removed instructions to add *.sql files to | |
| 7953 auto-mode-alist, added documentation for having mutliple SQL | |
| 7954 buffers sending their stuff to different SQLi buffers, each | |
| 7955 running a different process. | |
| 7956 (sql-postgres): Quoted *SQL* in doc string. | |
| 7957 (sql-ms): Likewise. | |
| 7958 (sql-ingres): Likewise. | |
| 7959 (sql-ingres): Quoted *SQL* in doc string, added references to | |
| 7960 sql-user and sql-password used during login. | |
| 7961 (sql-sybase): Quoted *SQL* in doc string, added comma. | |
| 7962 (sql-oracle): Likewise. | |
| 7963 (sql-interactive-mode): Added extensive documentation for having | |
| 7964 mutliple SQL buffers sending their stuff to different SQLi | |
| 7965 buffers, each running a different process. | |
| 7966 (sql-buffer): Changed doc from *SQL* to SQLi. | |
| 7967 (sql-get-login): Doc fix. | |
| 7968 | |
| 7969 1999-02-12 Ken'ichi Handa <handa@gnu.org> | |
| 7970 | |
| 7971 * international/mule-conf.el (undecided): Set ascii in | |
| 7972 safe-charsets property. | |
| 7973 | |
| 7974 1999-02-12 Richard Stallman <rms@gnu.org> | |
| 7975 | |
| 7976 * textmodes/paragraphs.el (paragraph-separate): Doc fix. | |
| 7977 | |
| 7978 1999-02-12 Ken'ichi Handa <handa@gnu.org> | |
| 7979 | |
| 7980 * ps-mule.el (ps-mule-font-info-database-default): Set the initial | |
| 7981 value to ps-mule-font-info-database-latin. | |
| 7982 | |
| 7983 1999-02-13 Kenichi HANDA <handa@etl.go.jp> | |
| 7984 | |
| 7985 * ps-mule.el (ps-multibyte-buffer): Doc-string modified. | |
| 7986 (ps-mule-font-info-database-default): New variable. | |
| 7987 (ps-mule-begin-job): If ps-multibyte-buffer is nil, use | |
| 7988 ps-mule-font-info-database-default. | |
| 7989 | |
| 7990 1999-02-12 Dave Love <fx@gnu.org> | |
| 7991 | |
| 7992 * timezone.el (timezone-make-date-sortable) | |
| 7993 (timezone-make-date-arpa-standard): Doc fix. | |
| 7994 | |
| 7995 1999-02-12 Ken'ichi Handa <handa@gnu.org> | |
| 7996 | |
| 7997 * international/quail.el (quail-show-kbd-layout): Bind | |
| 7998 blink-matching-paren to nil. | |
| 7999 | |
| 8000 * ps-mule.el (ps-mule-font-info-database-bdf): Fix ENCODING field | |
| 8001 for ASCII and Latin-1. | |
| 8002 | |
| 8003 1999-02-12 Andreas Schwab <schwab@gnu.org> | |
| 8004 | |
| 8005 * gud.el (jdb): Fix regexp for comint-prompt-regexp. | |
| 8006 | |
| 8007 1999-02-12 Kenichi Handa <handa@etl.go.jp> | |
| 8008 | |
| 8009 * international/mule-cmds.el (language-info-alist): Remove | |
| 8010 description about charset-origin-alist. | |
| 8011 | |
| 8012 * international/mule.el: Comment added for a new coding system | |
| 8013 property `charset-origin-alit'. | |
| 8014 (make-translation-table): This variable deleted. | |
| 8015 | |
| 8016 * language/chinese.el (chinese-big5): Add charset-origin-alist | |
| 8017 property. | |
| 8018 ("Chinese-CNS"): Remove charset-origin-alist property. | |
| 8019 | |
| 8020 * language/cyrillic.el (cyrillic-koi8): Add charset-origin-alist | |
| 8021 property. | |
| 8022 (cyrillic-alternativnyj): Likewise. | |
| 8023 ("Cyrillic-KOI8"): Remove charset-origin-alist property. | |
| 8024 ("Cyrillic-ALT"): Likewise. | |
| 8025 | |
| 8026 * language/vietnamese.el (vietnamese-viqr): Add | |
| 8027 charset-origin-alist property. | |
| 8028 ("Vietnamese"): Remove charset-origin-alist property. | |
| 8029 | |
| 8030 * simple.el (what-cursor-position): Don't use the varialbe | |
| 8031 charset-origin-alist, but use charset-origin-alist property of | |
| 8032 buffer-file-coding-system to decide external character set code. | |
| 8033 | |
| 8034 1999-02-10 Richard Stallman <rms@gnu.org> | |
| 8035 | |
| 8036 * shadowfile.el: Don't turn on the mode when the file is loaded. | |
| 8037 | |
| 8038 1999-02-09 Richard Stallman <rms@gnu.org> | |
| 8039 | |
| 8040 * progmodes/compile.el (compile-auto-highlight): Customize. | |
| 8041 | |
| 8042 * add-log.el (add-log-file-name-function): New variable. | |
| 8043 (add-change-log-entry): Call that function, if non-nil. | |
| 8044 | |
| 8045 1999-02-09 Michael Ernst <mernst@alum.mit.edu> | |
| 8046 | |
| 8047 * rmail.el (rmail-search): Track match with a marker, not an integer. | |
| 8048 | |
| 8049 1999-02-08 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 8050 | |
| 8051 * progmodes/compile.el (compilation-setup): Set value of | |
| 8052 compilation-directory-stack as in compilation-forget-errors. | |
| 8053 (compile-reinitialize-errors): Bind buffer-undo-list and | |
| 8054 deactivate-mark. | |
| 8055 (compilation-forget-errors): Likewise. | |
| 8056 | |
| 8057 1999-02-08 Jim Blandy <jimb@savonarola.red-bean.com> | |
| 8058 | |
| 8059 * textmodes/texinfo.el (texinfo-environment-regexp): Add the | |
| 8060 def... constructs. | |
| 8061 | |
| 8062 * texnfo-upd.el (texinfo-all-menus-update, texinfo-master-menu): | |
| 8063 Remove calls to sleep-for. | |
| 8064 | |
| 8065 1999-02-08 Eli Zaretskii <eliz@gnu.org> | |
| 8066 | |
| 8067 * international/codepage.el (cp-coding-system-for-codepage-1): On | |
| 8068 MS-DOS, use dos-unsupported-char-glyph for characters not | |
| 8069 supported by the codepage. | |
| 8070 (cp-make-coding-systems-for-codepage): Likewise. | |
| 8071 | |
| 8072 1999-02-08 Andreas Schwab <schwab@gnu.org> | |
| 8073 | |
| 8074 * international/mule-util.el (coding-system-list): Don't sort | |
| 8075 coding-system-list here. | |
| 8076 | |
| 8077 * international/mule.el (coding-system-lessp): Moved here from | |
| 8078 mule-util.el | |
| 8079 (add-to-coding-system-list): New function. | |
| 8080 (make-subsidiary-coding-system, make-coding-system, | |
| 8081 define-coding-system-alias): Use it instead of setting | |
| 8082 coding-system-list directly. | |
| 8083 | |
| 8084 1999-02-07 Dave Love <fx@gnu.org> | |
| 8085 | |
| 8086 * calendar/appt.el (appt-make-list): Don't splice quotes and date | |
| 8087 onto message. | |
| 8088 | |
| 8089 1999-02-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 8090 | |
| 8091 * imenu.el (imenu--last-menubar-index-alist): Add doc. | |
| 8092 (imenu-add-to-menubar): Reset imenu--last-menubar-index-alist. | |
| 8093 | |
| 8094 1999-02-06 Richard Stallman <rms@gnu.org> | |
| 8095 | |
| 8096 * language/european.el (setup-slovenian-environment): New function. | |
| 8097 ("Slovenian"): New language environment. | |
| 8098 | |
| 8099 * progmodes/sql.el (sql-help): Doc fix. | |
| 8100 (sql-mysql): Doc fix. | |
| 8101 | |
| 8102 1999-02-05 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 8103 | |
| 8104 * tex-mode.el: When compiling, require compare-w and skeleton | |
| 8105 to pacify the byte-compiler. Move the def's of the tex-commands | |
| 8106 together. Add a comment on kill-process vs. quit-process. | |
| 8107 | |
| 8108 1999-02-05 Dave Love <fx@gnu.org> | |
| 8109 | |
| 8110 * progmodes/compile.el (compile-mouse-goto-error): Don't lose with | |
| 8111 null markers. | |
| 8112 (compile-goto-error): Likewise. | |
| 8113 | |
| 8114 1999-02-05 Stephen Gildea <gildea@alum.mit.edu> | |
| 8115 | |
| 8116 * time-stamp.el (time-stamp-format): Format doc tighter. | |
| 8117 (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
|
8118 (time-stamp): Don't re-write the time stamp if it didn't change. |
| 25837 | 8119 |
| 8120 1999-02-05 Alex Schroeder <asc@bsiag.com> | |
| 8121 | |
| 8122 * progmodes/sql.el: Changed version to 1.2.1. | |
| 8123 (sql-pop-to-buffer-after-send-region): Improved documentation. | |
| 8124 (sql-mysql-program): Added MySQL support. | |
| 8125 (sql-prompt-length): Made prompt-length configurable. | |
| 8126 (sql-mode-syntax-table): Made apostrophe (') be a string delimiter. | |
| 8127 (sql-help): Added MySQL support, changed documentation. | |
| 8128 (sql-send-region): A message is displayed if something is sent. | |
| 8129 (sql-mode): Added buffer-local comment-start. | |
| 8130 (sql-interactive-mode): Use sql-prompt-length to set left-margin. | |
| 8131 (sql-interactive-mode): Added buffer-local comment-start. | |
| 8132 (sql-oracle): Set sql-prompt-length. | |
| 8133 (sql-sybase): Set sql-prompt-length. | |
| 8134 (sql-mysql): Added MySQL support. | |
| 8135 (sql-ingres): Set sql-prompt-length. | |
| 8136 (sql-ms): Set sql-prompt-length. | |
| 8137 (sql-postgres): Set sql-prompt-length. | |
| 8138 | |
| 8139 1999-02-04 Eli Zaretskii <eliz@gnu.org> | |
| 8140 | |
| 8141 * term/internal.el (dos-codepage-setup): Set selection coding | |
| 8142 system to cpNNN-dos. | |
| 8143 | |
| 8144 1999-02-03 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
| 8145 | |
| 8146 * international/characters.el: Let ethiopic use iso-2022-7bit. | |
| 8147 | |
| 8148 1999-02-02 Dave Love <fx@gnu.org> | |
| 8149 | |
| 8150 * progmodes/fortran.el (mark-fortran-subprogram): Activate mark here... | |
| 8151 (fortran-narrow-to-subprogram, fortran-indent-subprogram): ...not here. | |
| 8152 | |
| 8153 1999-02-02 Karl Heuer <kwzh@gnu.org> | |
| 8154 | |
| 8155 * terminal.el (terminal-emulator): Doc fix. | |
| 8156 | |
| 8157 1999-02-02 Ken'ichi Handa <handa@gnu.org> | |
| 8158 | |
| 8159 * international/mule-util.el (compose-chars): Doc-string | |
| 8160 modified. Correctly handle a composition character in ARGS. | |
| 8161 | |
| 8162 1999-02-01 Richard Stallman <rms@gnu.org> | |
| 8163 | |
| 8164 * progmodes/make-mode.el (makefile-imenu-generic-expression): New var. | |
| 8165 (makefile-menu-index-function): Function deleted. | |
| 8166 (makefile-mode): Use makefile-imenu-generic-expression. | |
| 8167 | |
| 8168 1999-02-01 Geoff Voelker <voelker@cs.washington.edu> | |
| 8169 | |
| 8170 * term/w32-win.el (w32-create-initial-fontsets): Back out previous | |
| 8171 change, invoke from before-init-hook. | |
| 8172 | |
| 8173 1999-02-01 Dan Nicolaescu <done@ece.arizona.edu> | |
| 8174 | |
| 8175 * subr.el (remove-from-invisibility-spec): Cope with the case when | |
| 8176 buffer-invisibility-spec is t. | |
| 8177 | |
| 8178 1999-02-01 Ed Reingold <reingold@cs.uiuc.edu> | |
| 8179 | |
| 8180 * calendar/calendar.el (calendar-mode-map): Fix bindings for | |
| 8181 appt-add and appt-delete. | |
| 8182 | |
| 8183 1999-02-01 Eli Zaretskii <eliz@gnu.org> | |
| 8184 | |
| 8185 * term/pc-win.el (msdos-approximate-color): New function. | |
| 8186 (msdos-color-translate): Call it to find a DOS color that best | |
| 8187 approximates an X-style "#NNNNNN" color specification. | |
| 8188 | |
| 8189 1999-02-01 Ken'ichi Handa <handa@gnu.org> | |
| 8190 | |
| 8191 * international/mule-util.el (compose-chars-component): Add | |
| 8192 autoload cookie. | |
| 8193 | |
| 8194 1999-01-31 Ken'ichi Handa <handa@gnu.org> | |
| 8195 | |
| 8196 * international/quail.el (quail-lookup-key): If cdr of MAP is a | |
| 8197 function, replace cdr of MAP by the return value of the function | |
| 8198 unconditionally. | |
| 8199 | |
| 8200 1999-01-31 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 8201 | |
| 8202 * progmodes/compile.el (compilation-next-error-locus): Don't | |
| 8203 decrease argument FIND-AT-LEAST of compilation-next-error-locus. | |
| 8204 | |
| 8205 1999-01-31 Eli Zaretskii <eliz@gnu.org> | |
| 8206 | |
| 8207 * mail/rmail.el (rmail-mime-charset-pattern): Add optional TABs | |
| 8208 and NLs before "charset", and allow the charset name be in double | |
| 8209 quotes. | |
| 8210 | |
| 8211 1999-01-31 Richard Stallman <rms@gnu.org> | |
| 8212 | |
| 8213 * imenu.el (imenu-sort-function): Fix custom type. | |
| 8214 | |
| 8215 1999-01-30 Richard Stallman <rms@gnu.org> | |
| 8216 | |
| 8217 * speedbar.el (speedbar-line-token): Match {...} instead of [...]. | |
| 8218 (speedbar-line-token): Likewise. | |
| 8219 | |
| 8220 * play/gametree.el (gametree-default-score): Use defcustom. | |
| 8221 (gametree-score-regexp, gametree-score-closer): Likewise. | |
| 8222 (gametree-score-manual-flag, gametree-score-opener): Likewise. | |
| 8223 | |
| 8224 1999-01-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 8225 | |
| 8226 * mail/rmail.el (rmail-decode-babyl-format): Avoid locking when | |
| 8227 decoding. | |
| 8228 | |
| 8229 1999-01-29 Markus Rost <rost@gnu.org> | |
| 8230 | |
| 8231 * tex-mode.el (tex-mode-map): Replace validate-tex-buffer by | |
| 8232 tex-validate-buffer. | |
| 8233 (plain-tex-mode, latex-mode, slitex-mode): Likewise. | |
| 8234 (tex-validate-buffer): Renamed from validate-tex-buffer. Works | |
| 8235 now with recent occur-mode. | |
| 8236 (tex-validate-region): Really walk through all Sexps. | |
| 8237 (tex-region): Bind shell-dirtrack-verbose. | |
| 8238 (tex-file, tex-bibtex-file): Likewise. | |
| 8239 | |
| 8240 1999-01-29 Dave Love <fx@gnu.org> | |
| 8241 | |
| 8242 * finder.el: (finder-commentary): Fix interactive spec. Try | |
| 8243 appending .el to file name. | |
| 8244 (finder-find-library, finder-commentary): Doc fixes. | |
| 8245 | |
| 8246 1999-01-29 Andrew Innes <andrewi@gnu.org> | |
| 8247 | |
| 8248 * mail/rmail.el (rmail-insert-inbox-text): Handle POP mailboxes | |
| 8249 where the userid contains directory separators. | |
| 8250 | |
| 8251 1999-01-29 Dave Love <fx@gnu.org> | |
| 8252 | |
| 8253 * emacs-lisp/lisp-mnt.el (lm-verify): Fix arg list. | |
| 8254 (lm-commentary): Doc fix. | |
| 8255 | |
| 8256 1999-01-29 Andreas Schwab <schwab@gnu.org> | |
| 8257 | |
| 8258 * files.el (file-expand-wildcards): Never consider `.' and `..' a | |
| 8259 wildcard match. Fix regexp that tests if dirpart contains | |
| 8260 wildcard characters. | |
| 8261 | |
| 8262 1999-01-28 Richard Stallman <rms@gnu.org> | |
| 8263 | |
| 8264 * font-lock.el (font-lock-default-unfontify-region): | |
| 8265 If not font-lock-syntactic-keywords, don't remove syntax-table prop. | |
| 8266 | |
| 8267 1999-01-27 Jason Rumney <jasonr@altavista.net> | |
| 8268 | |
| 8269 * term/w32-win.el (w32-standard-fontset-spec): Remove wildcard | |
| 8270 from FAMILY field. | |
| 8271 (w32-create-initial-fontsets): Do not use before-init-hook. | |
| 8272 (mouse-set-font): Document. Automatically create and use fontsets. | |
| 8273 | |
| 8274 * dos-w32.el (direct-print-region-helper): Check for printer | |
| 8275 being t as well as a string. | |
| 8276 | |
| 8277 1999-01-27 Kenichi Handa <handa@etl.go.jp> | |
| 8278 | |
| 8279 * mail/rmail.el (rmail-decode-mime-charset): New variable. | |
| 8280 (rmail-mime-charset-pattern): New variable. | |
| 8281 (rmail-convert-to-babyl-format): Decode by MIME-charset if | |
| 8282 rmail-decode-mime-charset is non-nil. | |
| 8283 | |
| 8284 1999-01-27 Ken'ichi Handa <handa@gnu.org> | |
| 8285 | |
| 8286 * international/characters.el: Set category `q' for all characters | |
| 8287 in tibetan and tibetan-1-column. | |
| 8288 | |
| 8289 1999-01-27 Andrew Innes <andrewi@gnu.org> | |
| 8290 | |
| 8291 * frame.el (select-frame-by-name): Obey focus-follows-mouse. | |
| 8292 (select-frame-by-name) [windows-nt]: Use w32-focus-frame. | |
| 8293 | |
| 8294 1999-01-27 Dave Love <fx@gnu.org> | |
| 8295 | |
| 8296 * international/mule-cmds.el (current-language-environment): | |
| 8297 Provide :link, :type (choices) and appropriate :get. | |
| 8298 | |
| 8299 1999-01-27 Eli Zaretskii <eliz@gnu.org> | |
| 8300 | |
| 8301 * startup.el (command-line): Set default eol-mnemonic-* strings to | |
| 8302 display end-of-line format in mode line. | |
| 8303 | |
| 8304 * cus-start.el (all): Add eol-mnemonic-* variables. | |
| 8305 | |
| 8306 1999-01-26 Dave Love <fx@gnu.org> | |
| 8307 | |
| 8308 * startup.el (command-line-1): Up-date copyright. | |
| 8309 | |
| 8310 * paths.el (Info-default-directory-list): Use configdir twice. | |
| 8311 | |
| 8312 * info.el (Info-directory-list): Don't set path-separator now | |
| 8313 we're not shipped with Texinfo. Simplify path definition. | |
| 8314 Substitute all occurrences of instdir in Info-default-directory-list. | |
| 8315 | |
| 8316 1999-01-25 Richard Stallman <rms@gnu.org> | |
| 8317 | |
| 8318 * startup.el (normal-top-level-add-subdirs-to-load-path): | |
| 8319 Record the inode numbers of the dirs processed, to avoid loop. | |
| 8320 | |
| 8321 * textmodes/tex-mode.el (tex-run-command): Doc fix. | |
| 8322 | |
| 8323 1999-01-25 Dave Love <fx@gnu.org> | |
| 8324 | |
| 8325 * browse-url.el (browse-url-netscape-program): Doc addition. | |
| 8326 | |
| 8327 * help.el (help-make-xrefs): Default info references to an `(emacs)' | |
| 8328 prefix. | |
| 8329 | |
| 8330 * snmp-mode.el (snmpv2-mode, snmpv-mode): Add autoload cookies -- see | |
| 8331 auto-mode-alist. | |
| 8332 | |
| 8333 1999-01-25 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
| 8334 | |
| 8335 * calendar/diary-lib.el (mark-diary-entries): Use | |
| 8336 assoc-ignore-case and do not capitalize when matching month and | |
| 8337 day names. | |
| 8338 | |
| 8339 * calendar/calendar.el (calendar-read-date): Ditto. | |
| 8340 | |
| 8341 * calendar/cal-hebrew.el (calendar-goto-hebrew-date) | |
| 8342 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto. | |
| 8343 | |
| 8344 * calendar/cal-coptic.el (coptic-prompt-for-date): Ditto. | |
| 8345 | |
| 8346 * calendar/cal-french.el (calendar-goto-french-date): Ditto. | |
| 8347 | |
| 8348 * calendar/cal-islam.el (calendar-goto-islamic-date) | |
| 8349 (mark-islamic-diary-entries): Ditto. | |
| 8350 | |
| 8351 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto. | |
| 8352 | |
| 8353 * calendar/cal-mayan.el (calendar-read-mayan-haab-date) | |
| 8354 (calendar-read-mayan-tzolkin-date): Ditto. | |
| 8355 | |
| 8356 * calendar/cal-persia.el (persian-prompt-for-date): Ditto. | |
| 8357 | |
| 8358 1999-01-22 Michael Ernst <mernst@alum.mit.edu> | |
| 8359 | |
| 8360 * texnfo-upd.el (texinfo-make-menu): Make region-end a marker. | |
| 8361 | |
| 8362 1999-01-25 Karl Heuer <kwzh@gnu.org> | |
| 8363 | |
| 8364 * faces.el (list-faces-display): Multiline case of previous fix. | |
| 8365 | |
| 8366 1999-01-25 Andreas Schwab <schwab@gnu.org> | |
| 8367 | |
| 8368 * mail/mailalias.el (mail-complete-alist): Use alist as customize type. | |
| 8369 | |
| 8370 1999-01-24 Richard M. Stallman <rms@borg.ai.mit.edu> | |
| 8371 | |
| 8372 * files.el (find-file): If find-file-noselect returns a list, | |
| 8373 do switch-to-buffer on each element. | |
| 8374 (find-file-other-window): Likewise for all but the first element. | |
| 8375 (find-file-other-frame): Same. | |
| 8376 (find-file-noselect): When we expand a wildcard, return a list | |
| 8377 of buffers. | |
| 8378 | |
| 8379 1999-01-24 Eli Zaretskii <eliz@gnu.org> | |
| 8380 | |
| 8381 * term/internal.el (dos-codepage-setup): Call prefer-coding-system | |
| 8382 to set the appropriate cpNNN-dos coding system as the | |
| 8383 highest-priority coding system. | |
| 8384 | |
| 8385 1999-01-23 Ken'ichi Handa <handa@gnu.org> | |
| 8386 | |
| 8387 * international/fontset.el (generate-fontset-menu): Return a | |
| 8388 sorted list by plain names of fontsets. | |
| 8389 | |
| 8390 * international/mule-diag.el (list-fontsets): Sort fontsets by | |
| 8391 plain names. | |
| 8392 | |
| 8393 * language/tibet-util.el (tibetan-vertical-stacking): If the arg | |
| 8394 FIRST is a composite character, decompose it at first. | |
| 8395 | |
| 8396 1999-01-23 Dave Love <fx@gnu.org> | |
| 8397 | |
| 8398 * format.el: Doc fixes. | |
| 8399 (format-encode-run-method): Have things happen in the right buffer. | |
| 8400 Deal with errors from method. Set coding-system-for-write. | |
| 8401 (format-decode-run-method): Have things happen in the right buffer. | |
| 8402 Deal with errors from method. Set coding-system-for-read. | |
| 8403 (format-alist): Use nil instead of unmatchable regexps. | |
| 8404 | |
| 8405 * simple.el (shell-command-on-region): Return command's exit status. | |
| 8406 | |
| 8407 1999-01-23 Eric Ludlam <zappo@gnu.org> | |
| 8408 | |
| 8409 * speedbar.el (speedbar-item-info-file-helper): Add optional arg | |
| 8410 of the file whose info we want to display. | |
| 8411 (speedbar-easymenu-definition-trailer) Fix list issue w/ customize. | |
| 8412 (speedbar-add-mode-functions-list) Improve doc. | |
| 8413 (speedbar-line-token) New function. | |
| 8414 (speedbar-dired) Fix order of directories in -shown-directories. | |
| 8415 (speedbar-line-path): Default return is default-directory | |
| 8416 (speedbar-buffers-line-path): Return is dir name only. | |
| 8417 (speedbar-mode-functions-list): New variable. | |
| 8418 (speedbar-mouse-item-info): Rewrote to be a replaceable fn. | |
| 8419 (speedbar-item-info-file-helper, speedbar-item-info-tag-helper | |
| 8420 speedbar-files-item-info speedbar-buffers-item-info): New functions. | |
| 8421 (speedbar-fetch-replacement-function,speedbar-add-mode-functions-list): | |
| 8422 New functions. | |
| 8423 (speedbar-line-file): Broke out part that fetches file from a line. | |
| 8424 (speedbar-line-text): New function extracted from speedbar-line-file. | |
| 8425 (speedbar-line-path): Converted into a replaceable function. | |
| 8426 (speedbar-files-line-path, speedbar-buffers-line-path): New functions. | |
| 8427 | |
| 8428 1999-01-23 Ken'ichi Handa <handa@gnu.org> | |
| 8429 | |
| 8430 * international/fontset.el (create-fontset-from-x-resource): Make | |
| 8431 style variants. | |
| 8432 | |
| 8433 1999-01-22 Dave Love <fx@gnu.org> | |
| 8434 | |
| 8435 * paths.el (Info-default-directory-list): Put sysdir after start. | |
| 8436 | |
| 8437 1999-01-22 Sam Steingold <sds@goems.com> | |
| 8438 | |
|
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
8439 * midnight.el (clean-buffer-list): Do not kill a buffer if it has |
| 25837 | 8440 a process associated with it. |
| 8441 | |
| 8442 1999-01-22 Jason Rumney <jasonr@altavista.net> | |
| 8443 | |
| 8444 * term/w32-win.el (w32-standard-fontset-spec): Simplified. | |
| 8445 | |
| 8446 1999-01-22 Felix Lee <flee@cygnus.com> | |
| 8447 | |
| 8448 * vc.el (vc-annotate-display): Delete old overlays. Fix check for | |
| 8449 major-mode. | |
| 8450 (vc-annotate-mode): Delete variable. | |
| 8451 | |
| 8452 1999-01-22 Andrew Innes <andrewi@gnu.org> | |
| 8453 | |
| 8454 * startup.el (command-line): [windows-nt]: Check for existence of | |
| 8455 .emacs file so as to notice .emacs.el or .emacs.elc and use them | |
| 8456 in preference to _emacs. | |
| 8457 | |
| 8458 1999-01-22 Dave Love <fx@gnu.org> | |
| 8459 | |
| 8460 * textmodes/texinfo.el (texinfo-font-lock-keywords): Match @ref. | |
| 8461 | |
| 8462 1999-01-20 Richard Stallman <rms@gnu.org> | |
| 8463 | |
| 8464 * files.el (find-file-noselect): Do wildcard processing only | |
| 8465 if new arg WILDCARDS is non-nil. | |
| 8466 (find-file, find-file-other-window): New arg WILDCARDS. | |
| 8467 Default it to non-nil if interactive. | |
| 8468 (find-file-other-frame): Likewise. | |
| 8469 (find-file-read-only): Likewise. | |
| 8470 (find-file-read-only-other-window): Likewise. | |
| 8471 (find-file-read-only-other-frame): Likewise. | |
| 8472 | |
| 8473 * wid-edit.el (widget-alist-convert-option): Delete spurious comma. | |
| 8474 (widget-plist-convert-option): Delete spurious comma. | |
| 8475 | |
| 8476 1999-01-19 Jason Rumney <jasonr@altavista.net> | |
| 8477 | |
| 8478 * term/w32-win.el (w32-standard-fontspec-spec): Change | |
| 8479 iso8859-5 to koi8-r. Add iso8859-9. | |
| 8480 | |
| 8481 1999-01-19 Dave Love <fx@gnu.org> | |
| 8482 | |
| 8483 * browse-url.el (browse-url-maybe-new-window): Delete macro and | |
| 8484 its uses. | |
| 8485 | |
| 8486 * progmodes/fortran.el (fortran-narrow-to-subprogram): Ensure mark | |
| 8487 is active. | |
| 8488 (fortran-indent-subprogram): Likewise. | |
| 8489 | |
| 8490 1999-01-19 Dave Love <d.love@dl.ac.uk> | |
| 8491 | |
| 8492 * paths.el (Info-default-directory-list): Perhaps add /usr/info. | |
| 8493 | |
| 8494 1999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 8495 | |
| 8496 * wid-edit.el (alist): Use sexp as default key-type. | |
| 8497 | |
| 8498 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 8499 | |
| 8500 * textmodes/tex-mode.el (tex-define-common-keys): | |
| 8501 Remove key binding of tex-feed-input. | |
| 8502 (tex-mode-map): Bind tex-feed-input here. | |
| 8503 (tex-start-shell): Use compilation-shell-minor-mode. Set | |
| 8504 comint-input-filter-functions before running tex-shell-hook. | |
| 8505 (tex-start-tex): Forget compilation errors. | |
| 8506 (tex-compilation-parse-errors): Rewritten to work also with | |
| 8507 compile-mouse-goto-error and compile-goto-error. Adjusted to | |
| 8508 change in tex-region. | |
| 8509 (tex-region): For the temp file use file-name without directory. | |
| 8510 (tex-file): Expand file name of tex-print-file. | |
| 8511 | |
| 8512 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 8513 | |
| 8514 * emacs-lisp/edebug.el (with-temp-message): Add def-edebug-spec call. | |
| 8515 | |
| 8516 1999-01-18 Espen Skoglund <espensk@stud.cs.uit.no> | |
| 8517 | |
| 8518 * progmodes/pascal.el (pascal-calculate-indent): Code with an invalid | |
| 8519 beginning could cause Emacs to hang. Fixed. | |
| 8520 | |
| 8521 1999-01-18 Ken'ichi Handa <handa@gnu.org> | |
| 8522 | |
| 8523 * international/ccl.el (ccl-compile-translate-character): Handle | |
| 8524 the case that a tranlation table is CCL register correctly. | |
| 8525 | |
| 8526 * international/mule-cmds.el (select-safe-coding-system): | |
| 8527 Hightlight at most 256 characters. | |
| 8528 | |
| 8529 1999-01-18 Dave Love <fx@gnu.org> | |
| 8530 | |
| 8531 * startup.el (command-line): If the init file changes operation to | |
| 8532 unibyte, make all buffers unibyte and re-set language environment. | |
| 8533 | |
| 8534 * disp-table.el (standard-display-european): Make all existing | |
| 8535 buffers unibyte. Fix doc. | |
| 8536 | |
| 8537 1999-01-17 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 8538 | |
| 8539 * wid-edit.el (coding-system): Define this unconditionally. | |
| 8540 | |
| 8541 * simple.el (shell-command-on-region-default-error-buffer): New var. | |
| 8542 (shell-command-on-region): Use that variable as interactive | |
| 8543 value of ERROR-BUFFER argument. | |
| 8544 | |
| 8545 1999-01-17 Sam Steingold <sds@goems.com> | |
| 8546 | |
|
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
8547 * mail/rmail.el (rmail-quit): Run `rmail-quit-hook'. |
| 25837 | 8548 |
| 8549 1999-01-17 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 8550 | |
| 8551 * progmodes/compile.el (compilation-goto-locus): If already in the | |
| 8552 compilation buffer's window, keep it in that window. | |
| 8553 (compile-mouse-goto-error): Add Doc. Don't play with windows. | |
| 8554 (compile-goto-error): Don't play with windows. | |
| 8555 | |
| 8556 * textmodes/tex-mode.el (latex-run-command): Doc fix. | |
| 8557 (tex-command): Doc fix. | |
| 8558 (tex-compilation-parse-errors): Doc fix. | |
| 8559 (tex-generate-zap-file-name): Don't start the name with -. | |
| 8560 (tex-expand-files): Works now also with strings ending with ":". | |
| 8561 | |
| 8562 1999-01-17 Ian T Zimmerman <itz@transbay.net> | |
| 8563 | |
| 8564 Patch failed to install: | |
| 8565 * gametree.el: Document scoring functionality. | |
| 8566 (gametree-score-regexp): Add optional plus sign. | |
| 8567 (gametree-score-opener): Replace `:' with `=' as the former | |
| 8568 conflicts with gametree-half-ply-regexp. | |
| 8569 (gametree-transpose-following-leaves): Add. | |
| 8570 (gametree-insert-new-leaf): Make modifying commands barf in read | |
| 8571 only buffers. | |
| 8572 (gametree-break-line-here): Add a call to | |
| 8573 `gametree-transpose-following-leaves'. This maintains the | |
| 8574 necessary invariant that on each level all leaf children precede | |
| 8575 all nonleaf children. This has always been implied, but left to | |
| 8576 the user, and, unfortunately, undocumented. | |
| 8577 | |
| 8578 1999-01-17 Per Abrahamsen <abraham@dina.kvl.dk> | |
| 8579 | |
| 8580 * wid-edit.el (plist, alist): New widget types. | |
| 8581 | |
| 8582 1999-01-17 Dave Love <fx@gnu.org> | |
| 8583 | |
| 8584 * progmodes/fortran.el: Tidy up font-lock-keywords definitions and | |
| 8585 fix scope of condition-case therein. | |
| 8586 | |
| 8587 1999-01-17 Andrew Innes <andrewi@gnu.org> | |
| 8588 | |
| 8589 * dos-w32.el: (find-buffer-file-type-coding-system): Use | |
| 8590 default-buffer-file-coding-system when file doesn't exist (and | |
| 8591 isn't covered by a special case) instead of forcing undecided-dos | |
| 8592 against the user's wishes. | |
| 8593 | |
| 8594 * dos-w32.el (direct-print-region-helper): New function based on | |
| 8595 direct-print-region-function; sends data to specified printer port | |
| 8596 without further translation. Recognize and handle specially the | |
| 8597 standard `print' and `nprint' programs, as well as `lpr' and | |
| 8598 similar programs. Only write directly to the printer port if no | |
| 8599 print program is specified. Work around a bug in Windows 9x | |
| 8600 affecting Win32 version of Emacs by invoking command.com to write | |
| 8601 to the printer port instead of writing directly. | |
| 8602 (direct-print-region-function): Use direct-print-region-helper to | |
| 8603 do most of the work. | |
| 8604 (direct-ps-print-region-function): New function; analogue of | |
| 8605 direct-print-region-function for ps-print. | |
| 8606 (ps-lpr-command): Comment out setq; leave as example usage. | |
| 8607 (ps-lpr-switches): Ditto. | |
| 8608 | |
| 8609 * lpr.el: (printer-name): Update docstring about usage on MS-DOS | |
| 8610 and MS-Windows. | |
| 8611 (lpr-command) [ms-dos, windows-nt]: Initialize to empty string on | |
| 8612 DOS and Windows platforms, to indicate direct printing. Update | |
| 8613 the docstring accordingly. | |
| 8614 | |
| 8615 * ps-print.el: (ps-printer-name): Update docstring about usage on | |
| 8616 MS-DOS and MS-Windows. | |
| 8617 (ps-lpr-command): Update docstring as for lpr-command. | |
| 8618 (ps-print-region-function): New variable. | |
| 8619 (ps-do-despool): Use it. | |
| 8620 (ps-do-despool) [ms-dos, windows-nt]: Remove special case code for | |
| 8621 DOS/Windows. | |
| 8622 | |
| 8623 * subr.el (subst-char-in-string): New function. | |
| 8624 | |
| 8625 1999-01-17 Eli Zaretskii <eliz@gnu.org> | |
| 8626 | |
| 8627 * international/codepage.el (cp852-decode-table): Fill a nil entry. | |
| 8628 | |
| 8629 * ps-bdf.el (bdf-cache-file): Use convert-standard-filename. | |
| 8630 (bdf-find-font-info): New function, looks for the first readable | |
| 8631 file from a list of alternatives. | |
| 8632 (bdf-get-bitmaps, bdf-generate-font): Call bdf-find-font-info | |
| 8633 instead of bdf-get-font-info. | |
| 8634 (bdf-generate-glyphs): If font-name is a cons cell, pass its car | |
| 8635 to ps-mule-generate-bitmap-glyph. | |
| 8636 | |
| 8637 * ps-mule.el (ps-mule-font-info-database-bdf): Add alternative | |
| 8638 file names that avoid clashes in DOS 8+3 namespace. FONT-NAME can | |
| 8639 now be a list of alternative names. | |
| 8640 (ps-mule-generate-font): If FONT-NAME is a cons cell, use its car. | |
| 8641 (ps-mule-prepare-font): Likewise. | |
| 8642 | |
| 8643 * international/codepage.el (cp855-decode-table, | |
| 8644 cp850-decode-table): Fill some nil entries. | |
| 8645 | |
| 8646 1999-01-16 Dave Love <fx@gnu.org> | |
| 8647 | |
| 8648 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Revert | |
| 8649 last change. | |
| 8650 | |
| 8651 1999-01-15 Dave Love <fx@gnu.org> | |
| 8652 | |
| 8653 * help.el (help-make-xrefs): Avoid infloop in keymap substitutions | |
| 8654 and change regexp for command names. | |
| 8655 (help-xref-go-back, function-called-at-point, symbol-file) | |
| 8656 (where-is): Doc fixes. | |
| 8657 (help-xref-go-back): Remove interactive spec. | |
| 8658 (describe-function-1): Fix message for alias. Buttomize alias | |
| 8659 name. | |
| 8660 | |
| 8661 * simple.el (join-line): New alias. | |
| 8662 | |
| 8663 1999-01-15 Johan Vromans <jvromans@squirrel.nl> | |
| 8664 | |
| 8665 * forms.el: (forms--show-record): Convert integers to string | |
| 8666 expicitly since concat will no longer accept integers. | |
| 8667 (forms-print): Use local `total-nb-records' since | |
| 8668 `forms--total-records' will be inaccessible after buffer switching. | |
| 8669 | |
| 8670 1998-01-14 Felix Lee <flee@cygnus.com> | |
| 8671 | |
|
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
8672 * textmodes/flyspell.el (make-flyspell-overlay): Fix front stickiness. |
| 25837 | 8673 |
| 8674 1999-01-14 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 8675 | |
| 8676 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix bugs in prev change. | |
| 8677 | |
| 8678 1999-01-14 Eli Zaretskii <eliz@gnu.org> | |
| 8679 | |
| 8680 * international/codepage.el (cp850-decode-table): Fix previous change. | |
| 8681 | |
| 8682 1999-01-14 Simon Marshall <simon@gnu.org> | |
| 8683 | |
| 8684 * shell.el (shell-dirtrack-verbose): New custom variable. | |
| 8685 (shell-dirstack-message): Use it. | |
| 8686 | |
| 8687 1999-01-14 Kenichi Handa <handa@etl.go.jp> | |
| 8688 | |
| 8689 * international/mule-conf.el: Coding system alias `dos' for | |
| 8690 `undecided-dos', `mac' for `undecided-mac'. | |
| 8691 | |
| 8692 * international/mule-cmds.el (describe-language-environment): | |
| 8693 Don't alter input-method-alist. | |
| 8694 | |
| 8695 1999-01-13 Eli Zaretskii <eliz@gnu.org> | |
| 8696 | |
| 8697 * international/codepage.el (cp850-decode-table): Replace nil | |
| 8698 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
|
8699 Jason Rumney <jasonr@altavista.net>.) |
| 25837 | 8700 |
| 8701 1999-01-13 Dave Love <fx@gnu.org> | |
| 8702 | |
| 8703 * browse-url.el (browse-url-netscape): Fix ineffective "-noraise". | |
| 8704 | |
| 8705 * emacs-lisp/find-func.el (find-function-on-key): Fix previous change. | |
| 8706 | |
| 8707 1999-01-12 Karl Heuer <kwzh@gnu.org> | |
| 8708 | |
| 8709 * files.el (auto-save-hook): Defvar this. | |
| 8710 | |
| 8711 1999-01-12 Alex Schroeder <asc@bsiag.com> | |
| 8712 | |
| 8713 * progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Quote font-lock | |
| 8714 faces, eliminating the need to load font-lock before loading sql. | |
| 8715 (sql-mode-oracle-font-lock-keywords): Likewise. | |
| 8716 (sql-mode-postgres-font-lock-keywords): Likewise. | |
| 8717 | |
| 8718 1999-01-11 Dave Love <fx@gnu.org> | |
| 8719 | |
| 8720 * cus-start.el: Add inhibit-eol-conversion. | |
| 8721 | |
| 8722 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Swap | |
| 8723 the values round. | |
| 8724 | |
| 8725 1999-01-11 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 8726 | |
| 8727 * help.el (help-mode-finish): Renamed from help-mode-maybe. | |
| 8728 Don't switch to Help mode here. | |
| 8729 (temp-buffer-setup-hook): Use help-mode-finish. | |
| 8730 (help-mode-setup): New function. | |
| 8731 (temp-buffer-setup-hook): Use help-mode-setup. | |
| 8732 | |
| 8733 * progmodes/sql.el: New file. | |
| 8734 | |
| 8735 * files.el (auto-mode-alist): Add sql-mode. | |
| 8736 | |
| 8737 * faces.el (list-faces-display): Improve the formatting | |
| 8738 by computing the maximum length required for any face-name. | |
| 8739 | |
| 8740 1999-01-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 8741 | |
| 8742 * progmodes/compile.el (compilation-shell-minor-mode): New function. | |
| 8743 | |
| 8744 1999-01-10 Dan Nicolaescu <dann@ics.uci.edu> | |
| 8745 | |
| 8746 * term.el (term_send_home): Change the string to | |
| 8747 be the same as the one emitted by xterm and consistent with the | |
| 8748 ones emitted by prior and next. | |
| 8749 (term_send_end): Likewise. | |
| 8750 | |
| 8751 1999-01-10 Dave Love <fx@gnu.org> | |
| 8752 | |
| 8753 * emacs-lisp/find-func.el (find-function-on-key): DTRT for mouse | |
| 8754 bindings. | |
| 8755 | |
| 8756 1999-01-10 Eli Zaretskii <eliz@gnu.org> | |
| 8757 | |
| 8758 * international/codepage.el (codepage-setup): Doc fix. | |
| 8759 (cp-decoding-vector-for-codepage): Likewise. | |
| 8760 | |
| 8761 1999-01-10 Markus Rost <rost@gnu.org> | |
| 8762 | |
| 8763 * cus-edit.el (custom-save-delete): First scan the custom-file. | |
| 8764 | |
| 8765 1999-01-08 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 8766 | |
| 8767 * international/iso-transl.el: Define a "function name" for | |
| 8768 each translation that isn't ASCII. Use these function names | |
| 8769 in iso-transl-char-map. | |
| 8770 | |
| 8771 1999-01-08 Kenichi Handa <handa@etl.go.jp> | |
| 8772 | |
| 8773 * international/mule-util.el (decompose-region): Do decomposition | |
| 8774 on temporary unibyte buffer. | |
| 8775 | |
| 8776 * international/mule.el (make-char): Doc-string modified. | |
| 8777 | |
| 8778 1999-01-07 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 8779 | |
| 8780 * simple.el (comment-region): Delete spaces only if we | |
| 8781 deleted a comment starter. | |
| 8782 | |
| 8783 1999-01-07 Dave Love <fx@gnu.org> | |
| 8784 | |
| 8785 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix. | |
| 8786 | |
| 8787 * emacs-lisp/edebug.el (edebug-eval-defun): Deal with defcustom | |
| 8788 like eval-defun does. | |
| 8789 | |
| 8790 * dired.el (dired-mode-map): Fix duplicate [menu-bar regexp mark]. | |
| 8791 | |
| 8792 * generic.el: Re-write `(make-variable-buffer-local (defvar ...' | |
| 8793 constructions. Doc fixes. | |
| 8794 (generic-create-generic-function): Use defalias, not fset. | |
| 8795 | |
| 8796 * find-func.el: More doc fixes. | |
| 8797 | |
| 8798 1999-01-06 Stephen Eglen <stephen@gnu.org> | |
| 8799 | |
| 8800 * files.el (save-buffers-kill-emacs): Show the list of current | |
| 8801 processes before prompting to kill them and exit. | |
| 8802 | |
| 8803 1999-01-06 Dave Love <fx@gnu.org> | |
| 8804 | |
| 8805 * emacs-lisp/find-func.el: Doc fixes. | |
| 8806 (find-function-regexp): Extend for define-generic-mode, | |
| 8807 define-derived-mode, easy-mmode-define-minor-mode. | |
| 8808 | |
| 8809 1999-01-06 Dave Love <fx@gnu.org> | |
| 8810 | |
| 8811 * progmodes/fortran.el (fortran-window-create): Account for scroll | |
| 8812 bar width. | |
| 8813 | |
| 8814 * browse-url.el: Require (noerror) w3-auto when compiling. | |
| 8815 (browse-url-maybe-new-window): Make it a macro and revert last | |
| 8816 change to callers. | |
| 8817 (browse-url-w3): Require w3 for w3-fetch-other-window. | |
| 8818 | |
| 8819 1999-01-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 8820 | |
| 8821 * browse-url.el (browse-url-w3): Give w3-fetch-other-window the | |
| 8822 argument. | |
| 8823 | |
| 8824 1999-01-06 Simon Marshall <simon@gnu.org> | |
| 8825 | |
| 8826 * subr.el (with-temp-message): Don't display MESSAGE if nil. Doc fix. | |
| 8827 | |
| 8828 * font-lock.el (font-lock-default-fontify-buffer): When using | |
| 8829 with-temp-message, use nil rather than current-message. | |
| 8830 | |
| 8831 * lazy-lock.el (lazy-lock-unstall): | |
| 8832 (lazy-lock-fontify-after-idle): When using with-temp-message, use nil | |
| 8833 rather than current-message. | |
| 8834 | |
| 8835 * fast-lock.el (fast-lock-save-cache-1): | |
| 8836 (fast-lock-cache-data): When using with-temp-message, use nil rather | |
| 8837 than current-message. | |
| 8838 | |
| 8839 1999-01-06 Eli Zaretskii <eliz@gnu.org> | |
| 8840 | |
| 8841 * international/codepage.el (cp-coding-system-for-codepage-1): Add | |
| 8842 the valid-codes property. | |
| 8843 | |
| 8844 * international/mule-cmds.el (prefer-coding-system): Call | |
| 8845 set-coding-priority, so that the internal array of priorities is | |
| 8846 also updated. | |
| 8847 | |
| 8848 * international/mule-util.el: | |
| 8849 (coding-system-change-eol-conversion, | |
| 8850 coding-system-change-text-conversion): Don't define here. | |
| 8851 | |
| 8852 * international/mule-cmds.el: Define them here. Remove the | |
| 8853 autoload cookies. | |
| 8854 | |
| 8855 1999-01-06 Andreas Schwab <schwab@gnu.org> | |
| 8856 | |
| 8857 * emacs-lisp/debug.el (debug): Leave recursive minibuffer enabled | |
| 8858 if it was enabled before. | |
| 8859 | |
| 8860 * view.el (View-revert-buffer-scroll-page-forward): Bind | |
| 8861 view-scroll-auto-exit instead of obsolete view-mode-auto-exit. | |
| 8862 | |
| 8863 * files.el (recover-session): Preserve point when inserting | |
| 8864 explanation. | |
| 8865 | |
| 8866 1999-01-06 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 8867 | |
| 8868 * cus-edit.el (custom-save-delete): Don't delete whitespace | |
| 8869 and comments before the sexp that is replaced. | |
| 8870 | |
| 8871 1999-01-05 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
| 8872 | |
| 8873 * calendar/diary-lib.el (diary-float): Better fix of end-of-year error. | |
| 8874 | |
| 8875 1999-01-05 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
| 8876 | |
| 8877 * vc.el (vc-dired-hook): Use the original value of | |
| 8878 dired-move-to-filename-regexp on lines that have not been | |
| 8879 reformatted yet. | |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
8880 (vc-dired-toggle-terse-mode): Tell vc-dired-hook whether the |
| 25837 | 8881 file lines have already been reformatted. |
| 8882 | |
| 8883 1999-01-05 Dave Love <fx@gnu.org> | |
| 8884 | |
| 8885 * progmodes/f90.el (f90-mode): Make imenu-case-fold-search | |
| 8886 buffer-local. | |
| 8887 | |
| 8888 1998-01-05 Torbjorn Einarsson <T.Einarsson@clab.ericsson.se> | |
| 8889 | |
| 8890 * progmodes/f90.el: Change of regular expressions for type to | |
| 8891 correct highlighting and identation. Some small fixes for | |
| 8892 compatibility with XEmacs. | |
| 8893 | |
| 8894 1999-01-05 Stephen Eglen <stephen@gnu.org> | |
| 8895 | |
| 8896 * mspools.el (mspools-vm-system-mail): Provide an alternative | |
| 8897 value based on rmail-spool-directory if $MAIL is not defined. | |
| 8898 | |
| 8899 1999-01-05 Carsten Dominik <dominik@strw.leidenuniv.nl> | |
| 8900 | |
| 8901 * textmodes/reftex.el (reftex-section-levels): Allow negative levels. | |
| 8902 (reftex-section-info): Handle negative section levels. | |
| 8903 (reftex-view-crossref-extra): New option. | |
| 8904 (reftex-view-crossref): Generalized to work in more places. | |
| 8905 (reftex-find-citation-regexp-format, reftex-find-reference-format, | |
| 8906 reftex-macros-with-labels, reftex-global-search-marker): New variables. | |
| 8907 (reftex-view-cite-locations-from-bibtex): New command. | |
| 8908 (reftex-view-regexp-match, reftex-global-search, | |
| 8909 reftex-global-search-continue): New functions. | |
| 8910 (reftex-extract-bib-entries): No error for non-existing BibTeX | |
| 8911 file, just a message. | |
| 8912 (reftex-extract-bib-entries): Better error handling. | |
| 8913 (reftex-select-with-char): Use `*RefTeX Select*' for selection | |
| 8914 help and force it on current frame. | |
| 8915 (reftex-default-bibliography): New function. | |
| 8916 (reftex-access-parse-file): Check consistency after loading a | |
| 8917 parse file. When inconsistent, enfore rescan. | |
| 8918 (reftex-check-parse-consistency): New function. | |
| 8919 (easy-menu-define): Options section drastically shortened. | |
| 8920 | |
| 8921 1999-01-05 Kenichi Handa <handa@etl.go.jp> | |
| 8922 | |
| 8923 * language/thai-util.el (thai-compose-string): New function. | |
| 8924 | |
| 8925 1999-01-04 Inge Frick <inge@nada.kth.se> | |
| 8926 | |
| 8927 * easymenu.el (easy-menu-define): Doc fix. | |
| 8928 (easy-menu-create-menu): New keyword :included. | |
| 8929 (easy-menu-do-add-item): New keyword :included. SUFFIX may | |
| 8930 be an expression, not only a string. Simulate style `button'. | |
| 8931 Use easy-menu-define-key-intern instead of easy-menu-define-key. | |
| 8932 (easy-menu-define-key-intern): New function. | |
| 8933 (easy-menu-add-item): Understand value returned from | |
| 8934 easy-menu-item-present-p and easy-menu-remove-item. | |
| 8935 (easy-menu-return-item): New function. | |
| 8936 (easy-menu-item-present-p, easy-menu-remove-item): Use it. | |
| 8937 | |
| 8938 1999-01-03 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 8939 | |
| 8940 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): | |
| 8941 Use rmail-output-read-rmail-file-name to read the file name. | |
| 8942 Always call rmail-output-to-rmail-file noninteractively. | |
| 8943 When count > 1, do the loop here. | |
| 8944 Handle rmail-delete-after-output here. | |
| 8945 (rmail-summary-output): Similar changes. | |
| 8946 | |
| 8947 * mail/rmailout.el: Provide `rmailout'. | |
| 8948 (rmail-output-read-rmail-file-name): New function. | |
| 8949 (rmail-output-to-rmail-file): Use that. | |
| 8950 (rmail-output-read-file-name): New function. | |
| 8951 (rmail-output): Use that. | |
| 8952 | |
| 8953 * files.el (find-file-noselect): Let /: suppress wildcard matching. | |
| 8954 Error if wildcard matches no files. | |
| 8955 | |
| 8956 1999-01-02 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 8957 | |
| 8958 * menu-bar.el (clipboard-yank): Doc fix. | |
| 8959 | |
| 8960 * info.el (Info-insert-dir): Chase symlinks for file-attributes. | |
| 8961 | |
| 8962 1998-12-31 Markus Rost <rost@delysid.gnu.org> | |
| 8963 | |
| 8964 * textmodes/page-ext.el (pages-copy-header-and-position): Fix typo. | |
| 8965 | |
| 8966 1998-12-31 Andrew Innes <andrewi@harlequin.co.uk> | |
| 8967 | |
| 8968 * rmail.el (rmail-encode-string): Make sure mask value is | |
| 8969 positive; (emacs-pid) returns a negative number on Windows 9x | |
| 8970 which causes odd behaviour. | |
| 8971 | |
| 8972 1998-12-31 Eli Zaretskii <eliz@mescaline.gnu.org> | |
| 8973 | |
| 8974 * cus-start.el: Don't warn about dos-* variables unless on MS-DOS, | |
| 8975 and about w32-* variables unless on Windows/NT. | |
| 8976 | |
| 8977 1998-12-31 Boris Goldowsky <boris@alum.mit.edu> | |
| 8978 | |
| 8979 * textmodes/sgml-mode.el (sgml-validate): Ask whether to save only | |
| 8980 if buffer is modified; ask about all modified buffers. | |
| 8981 | |
| 8982 1998-12-30 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 8983 | |
| 8984 * simple.el (what-cursor-position): Fix previous change. | |
| 8985 | |
| 8986 1998-12-30 Richard Stallman <rms@sucrose.ai.mit.edu> | |
| 8987 | |
| 8988 * mail/sendmail.el (mail-mode): Eliminate ambiguous match | |
| 8989 from paragraph-start. | |
| 8990 | |
| 8991 1998-12-30 Eli Zaretskii <eliz@mescaline.gnu.org> | |
| 8992 | |
| 8993 * international/mule-cmds.el (prefer-coding-system): If the | |
| 8994 argument requires specific EOL conversion type, make the default | |
| 8995 coding systems use that. | |
| 8996 | |
| 8997 1998-12-30 Drew Csillag <drew_csillag@geocities.com> | |
| 8998 | |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
8999 * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer): |
| 25837 | 9000 Use shell-command-on-region. |
| 9001 (m4-start-m4, m4-end-m4): Functions deleted. | |
| 9002 | |
| 9003 1998-12-30 Michael Ernst <mernst@alum.mit.edu> | |
| 9004 | |
| 9005 * vc.el (vc-backend-diff): Use `diff-switches-list' throughout. | |
| 9006 | |
| 9007 1998-12-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 9008 | |
| 9009 * browse-url.el (browse-url-mail): Give argument SEND-ACTION | |
| 9010 to compose-mail in the correct places and as a list. | |
| 9011 | |
| 9012 1998-12-29 Masatake Yamato <masata-y@tori.aist-nara.ac.jp> | |
| 9013 | |
| 9014 * page-ext.el: Added mouse-selection feature for pages directory buffer. | |
| 9015 (pages-directory-map): Bind mouse-2 | |
| 9016 (pages-copy-header-and-position): Put text property. | |
| 9017 (pages-directory-goto-with-mouse): New function. | |
| 9018 | |
| 9019 1998-12-29 Eli Zaretskii <eliz@mescaline.gnu.org> | |
| 9020 | |
| 9021 * international/codepage.el (cp-make-coding-systems-for-codepage): | |
| 9022 Doc fix. | |
| 9023 (cp-coding-system-for-codepage-1): Likewise. | |
| 9024 | |
| 9025 1998-12-29 Kenichi Handa <handa@etl.go.jp> | |
| 9026 | |
| 9027 * language/thai-util.el (thai-post-read-conversion): Handle Thai | |
| 9028 composition sequence correctly here instead of calling | |
| 9029 thai-compose-region. | |
| 9030 | |
| 9031 * textmodes/fill.el (fill-region-as-paragraph): While deleting a | |
| 9032 newline in multibyte buffer, if previous or next character is a | |
| 9033 composite char, check the first component of the composite char. | |
| 9034 | |
| 9035 1998-12-28 Andreas Schwab <schwab@delysid.gnu.org> | |
| 9036 | |
| 9037 * emacs-lisp/advice.el (ad-special-forms): Add save-current-buffer | |
| 9038 and track-mouse. | |
| 9039 | |
| 9040 1998-12-27 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 9041 | |
| 9042 * mail/sendmail.el (mail-yank-original): Remove text properties | |
| 9043 after insertion. | |
| 9044 (mail-yank-region): Barf if no mark is set in the message | |
| 9045 being replied to. | |
| 9046 | |
| 9047 * help.el (function-called-at-point): First look for function at point. | |
| 9048 | |
| 9049 1998-12-27 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 9050 | |
| 9051 * edmacro.el (edit-kbd-macro): Recognize electric-view-lossage. | |
| 9052 | |
| 9053 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 9054 | |
| 9055 * simple.el (what-cursor-position): Print character encoding also. | |
| 9056 | |
| 9057 1998-12-26 Dave Love <fx@gnu.org> | |
| 9058 | |
| 9059 * textmodes/flyspell.el: If local-maps work, don't put | |
| 9060 flyspell-mode-map in minor-mode-map-alist; bind mouse-2 and M-TAB | |
| 9061 in flyspell-mouse-map (only). | |
| 9062 (flyspell-use-local-map): New variable. | |
| 9063 Use a different mouse-2 binding in that case, | |
| 9064 and don't add to minor-mode-map-alist. | |
| 9065 (make-flyspell-overlay, flyspell-correct-word): | |
| 9066 Test flyspell-use-local-map. | |
| 9067 | |
| 9068 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 9069 | |
| 9070 * files.el (file-expand-wildcards): Handle wildcards in directory name. | |
| 9071 Be careful about whether to return a relative file name, | |
| 9072 and if so, relative to what directory. | |
| 9073 | |
| 9074 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 9075 | |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
9076 * emacs-lisp/easymenu.el (easy-menu-get-map): |
| 25837 | 9077 Change global map only if this menu exists in the global map already, |
| 9078 and not in the local map. | |
| 9079 (easy-menu-do-add-item): Fix error message. | |
| 9080 | |
| 9081 * foldout.el (foldout-inhibit-key-bindings): | |
| 9082 Avoid concatenating onto outline-minor-mode-prefix. | |
| 9083 Make a new keymap for that prefix, if it does not already have one. | |
| 9084 | |
| 9085 1998-12-25 Ilya Zakharevich <ilya@math.ohio-state.edu> | |
| 9086 | |
| 9087 * cperl-mode.el: | |
| 9088 Can use linear algorithm for indentation if Emacs supports it. | |
| 9089 (cperl-after-expr-p): It is BLOCK if we reach lim when backup sexp. | |
| 9090 (cperl-after-block-p): Likewise. | |
| 9091 (cperl-after-block-and-statement-beg): Likewise. | |
| 9092 (cperl-after-block-p): After END/BEGIN we are a block. | |
| 9093 (cperl-after-expr-p): Skip labels when checking | |
| 9094 (cperl-indent-region): Make a marker for END - text added/removed. | |
| 9095 Disable hooks during the call (how to call them later?). | |
| 9096 Now indents 820-line-long function in 6.5 sec (including | |
| 9097 syntaxification) the first time (when buffer has few | |
| 9098 properties), 7.1 sec the second time. | |
| 9099 (cperl-indent-region): Do not indent whitespace lines | |
| 9100 (cperl-style-alist) | |
| 9101 Include `cperl-merge-trailing-else' where the value is clear. | |
| 9102 (cperl-styles-entries): Likewise. | |
| 9103 (cperl-problems): Improvements to docs. | |
| 9104 (cperl-tips): Likewise. | |
| 9105 (cperl-non-problems): Likewise. | |
| 9106 (cperl-mode): Make lazy syntaxification possible. | |
| 9107 Loads pseudo-faces for the sake of `cperl-find-pods-heres' (for 19.30). | |
| 9108 `font-lock-unfontify-region-function' was set to a wrong function. | |
| 9109 | |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
9110 (cperl-find-pods-heres): Safe a position in buffer where it is safe to |
| 25837 | 9111 restart syntaxification. Changed so that -d ?foo? is a RE. Do |
| 9112 not warn on `=cut' if doing a chunk only. 1 << 6 was OK, | |
| 9113 but 1<<6 was considered as HERE-doc. | |
| 9114 <file/glob> made into a string. | |
| 9115 Postpone addition of faces after syntactic step. | |
| 9116 Recognition of <FH> was wrong. | |
| 9117 Highlight `gem' in s///gem as a keyword. `qr' recognized. | |
| 9118 Knows that split// is null-RE. | |
| 9119 Highlights separators in 3-parts expressions as labels. | |
| 9120 <> was considered as a glob. | |
| 9121 Would err if the last line is `=head1'. | |
| 9122 $a-1 ? foo : bar; was a considered a regexp. | |
| 9123 `<< (' was considered a start of HERE-doc. | |
| 9124 mark qq[]-etc sections as syntax-type=string | |
| 9125 Was not processing sub protos after a comment ine. | |
| 9126 Was treating $a++ <= 5 as a glob. | |
| 9127 Tolerate unfinished REx at end-of-buffer. | |
| 9128 `unwind-protect' was left commented. | |
| 9129 / and ? after : start a REx. | |
| 9130 | |
| 9131 (cperl-syntaxify-by-font-lock): Set to t, should be safe now. | |
| 9132 Better default, customizes to `message' too, off in text-mode. | |
| 9133 | |
| 9134 (cperl-array-face): Renamed from `font-lock-emphasized-face', | |
| 9135 `defface'd. | |
| 9136 (cperl-hash-face): Renamed from `font-lock-other-emphasized-face'. | |
| 9137 `defface'd. | |
| 9138 (cperl-emacs-can-parse): New state variable. | |
| 9139 (cperl-indent-line): Corrected to use global state. | |
| 9140 (cperl-calculate-indent): Likewise. | |
| 9141 (cperl-fix-line-spacing): Likewise (not used yet). | |
| 9142 (cperl-calculate-indent): Did not consider `,' as | |
| 9143 continuation mark for statements. | |
| 9144 (cperl-calculate-indent): Avoid parse-data optimization at toplevel. | |
| 9145 Remove another parse-data optimization at toplevel: would | |
| 9146 indent correctly. | |
| 9147 Correct for labels when calculating indentation of continuations. | |
| 9148 Docstring updated. | |
| 9149 (cperl-choose-color): Converted to a function (to be | |
| 9150 compilable in text-mode). | |
| 9151 (cperl-dark-background): Disable without window-system. | |
| 9152 Do `defface' only if window-system. | |
|
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
9153 (cperl-fix-line-spacing): Sped up to bail out early. |
|
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
9154 (x-color-defined-p): Was not compiling on XEmacs |
| 25837 | 9155 Was defmacro'ed with a tick. Remove another def. |
|
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
9156 (cperl-clobber-lisp-bindings): If set, C-c variants are the old ones |
| 25837 | 9157 (cperl-unwind-to-safe): New function. |
| 9158 (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
|
9159 (cperl-fontify-syntaxically): Unwinds start and end to go out of |
| 25837 | 9160 long strings (not very successful). |
| 9161 (cperl-forward-re): Highlight the trailing / in s/foo// as string. | |
| 9162 Highlight the starting // in s//foo/ as function-name. | |
| 9163 Emit a meaningful error instead of a cryptic one for an | |
| 9164 uncomplete REx near end-of-buffer. | |
| 9165 | |
| 9166 (cperl-electric-keyword): `qr' recognized. | |
| 9167 (cperl-electric-else): Likewise | |
| 9168 (cperl-to-comment-or-eol): Likewise | |
| 9169 (cperl-make-regexp-x): Likewise | |
| 9170 (cperl-init-faces): Likewise, and `lock' (as overridable?). | |
| 9171 Corrected to use new macros; | |
| 9172 `if' for copying `reference-face' to `constant-face' was backward. | |
| 9173 remove init `font-lock-other-emphasized-face', | |
| 9174 `font-lock-emphasized-face', `font-lock-keyword-face'. | |
| 9175 Interpolate `cperl-invalid-face'. | |
| 9176 (cperl-make-regexp-x): Misprint in a message. | |
| 9177 (cperl-syntaxify-unwind): New configuration variable | |
| 9178 (cperl-fontify-m-as-s): New configuration variable | |
|
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
9179 (cperl-electric-pod): Check for after-expr was performed |
| 25837 | 9180 inside of POD too. |
|
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
9181 (cperl-backward-to-noncomment): Cetter treatment of PODs and HEREs. |
| 25837 | 9182 (cperl-clobber-mode-lists): New configuration variable. |
| 9183 (cperl-not-bad-style-regexp): Updated. | |
| 9184 Init: `cperl-is-face' was busted. | |
| 9185 (cperl-make-face): New macros. | |
| 9186 (cperl-force-face): New macros. | |
| 9187 (font-lock-other-type-face): Done via `defface' too. | |
| 9188 (cperl-nonoverridable-face): New face. Renamed from | |
| 9189 `font-lock-other-type-face'. | |
|
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
9190 (cperl-init-faces-weak): Use `cperl-force-face'. |
| 25837 | 9191 (cperl-comment-indent): Commenting __END__ was not working. |
| 9192 (cperl-indent-for-comment): Likewise. | |
| 9193 (cperl-write-tags): Correct for XEmacs's `visit-tags-table-buffer'. | |
| 9194 When removing old TAGS info was not relativizing filename. | |
| 9195 (cperl-tags-hier-init): Gross hack to pretend we work (are we?). | |
| 9196 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
|
9197 (toplevel): Require custom unprotected => failure on 19.28. |
|
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
9198 (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
|
9199 (cperl-find-tags): Was writing line/pos in a wrong order, |
| 25837 | 9200 pos off by 1 and not at beg-of-line. |
| 9201 (cperl-etags-snarf-tag): New macro | |
| 9202 (cperl-etags-goto-tag-location): New macro | |
| 9203 (cperl-version): New variable. New menu entry | |
| 9204 random docstrings: References to "future" 20.3 removed. | |
| 9205 Menu was described as `CPerl' instead of `Perl' | |
| 9206 (perl-font-lock-keywords): Would not highlight `sub foo($$);'. | |
| 9207 (cperl-toggle-construct-fix): Was toggling to t instead of 1. | |
| 9208 (cperl-ps-print-init): Associate `cperl-array-face', `cperl-hash-face' | |
| 9209 Remove `font-lock-emphasized-face', `font-lock-other-emphasized-face', | |
| 9210 `font-lock-reference-face', `font-lock-keyword-face'. | |
| 9211 Use `eval-after-load'. | |
| 9212 Remove not-CPerl-related faces. | |
| 9213 (cperl-tips-faces): New variable and an entry into Mini-docs. | |
| 9214 (cperl-indent-exp): Was not processing else-blocks. | |
| 9215 (cperl-get-state): NOP line removed. | |
| 9216 (cperl-ps-print): New function and menu entry. | |
| 9217 (cperl-ps-print-face-properties): New configuration variable. | |
| 9218 (cperl-invalid-face): New configuration variable. | |
| 9219 (perl-font-lock-keywords): Highlight trailing whitespace | |
| 9220 (cperl-contract-levels): Documentation corrected. | |
| 9221 (cperl-contract-level): Likewise. | |
| 9222 (cperl-ps-extend-face-list): New macro. | |
| 9223 (cperl-invalid-face): Change to ''underline. | |
| 9224 | |
| 9225 1998-12-25 Markus Rost <rost@delysid.gnu.org> | |
| 9226 | |
| 9227 * 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
|
9228 for read-file-name. |
| 25837 | 9229 (rmail-output-to-rmail-file): Likewise. |
| 9230 | |
| 9231 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 9232 | |
| 9233 * emacs-lisp/easymenu.el (easy-menu-get-map): | |
| 9234 If MENU is nil, use global menu-bar map. | |
| 9235 (easy-menu-add-item, easy-menu-remove-item): Argument renamed. | |
| 9236 (easy-menu-item-present-p, easy-menu-get-map): Argument renamed. | |
| 9237 | |
| 9238 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
| 9239 | |
| 9240 * ps-mule.el (ps-mule-begin-job): Programming uniformization. | |
| 9241 | |
| 9242 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
| 9243 | |
| 9244 * ps-print.el (ps-print-version): New version number (4.1.3). | |
| 9245 | |
| 9246 1998-12-21 Eli Zaretskii <eliz@mescaline.gnu.org> | |
| 9247 | |
| 9248 * international/mule-cmds.el: Use make-sparse-keymap instead of | |
| 9249 define-prefix-key when defining MULE menu items. | |
| 9250 | |
| 9251 * info.el (Info-node-at-bob-matching): New function. | |
| 9252 (Info-find-node, Info-build-node-completions): Call it. | |
| 9253 | |
| 9254 1998-12-21 Andreas Schwab <schwab@delysid.gnu.org> | |
| 9255 | |
| 9256 * help.el (describe-function-1): Say "keymap", not "Lisp macro", | |
| 9257 when this is an autoloaded keymap. | |
| 9258 | |
| 9259 1998-12-20 Eli Zaretskii <eliz@mescaline.gnu.org> | |
| 9260 | |
| 9261 * international/codepage.el (cp-coding-system-for-codepage-1): | |
| 9262 Create separate encoders and decoders, for DOS and Unix. Make the | |
| 9263 usual family of 3 coding systems, so that automatic detection of | |
| 9264 EOL type works. | |
| 9265 (cp-make-coding-systems-for-codepage): Don't intern DOS- and | |
| 9266 Unix-specific symbols here, and don't call | |
| 9267 cp-coding-system-for-codepage-1 twice. (Suggested by Ken'ichi | |
| 9268 Handa <handa@etl.go.jp>.) | |
| 9269 | |
| 9270 * dos-vars.el (dos-codepage-setup-hook): New defcustom. | |
| 9271 | |
| 9272 * term/internal.el (IT-character-translations): New variable, an | |
| 9273 alist used to display characters for which there's no glyphs in | |
| 9274 the current codepage. | |
| 9275 (IT-display-table-setup): New function, sets up the DOS terminal | |
| 9276 for a given codepage. | |
| 9277 (dos-codepage-setup): New function, sets up the MULE environment | |
| 9278 for the current value of dos-codepage. | |
| 9279 (top-level if): In the multibyte mode, turn on | |
| 9280 unibyte-display-via-language-environment. In the unibyte mode, | |
| 9281 set up the special syntax tables to map lower- to upper case and | |
| 9282 back. | |
| 9283 | |
| 9284 1998-12-19 Eric Ludlam <zappo@delysid.gnu.org> | |
| 9285 | |
| 9286 * speedbar.el: (speedbar-frame-parameters) Add : to custom prompt. | |
| 9287 (speedbar-frame-plist) Remove useless comments. | |
| 9288 (speedbar-frame-mode) Do not specify height if it is in the param list. | |
| 9289 Use default y position w/out changing it. | |
| 9290 If default x position is a list, keep, calculate the non-list X | |
| 9291 value when devining an initial position. | |
| 9292 (speedbar-this-file-in-vc) Fix SCCS to use s. not p. files. | |
| 9293 (speedbar-tag-group-name-minimum-length): New variable. | |
| 9294 (speedbar-frame-parameter): New compatibility function. | |
| 9295 (speedbar-frame-mode): Updated to use speedbar-frame-parameter. | |
| 9296 (speedbar-apply-one-tag-hierarchy-method): Fixed up taging sub | |
| 9297 groups to keep things in the right order, and to help with some | |
| 9298 naming conventions. | |
| 9299 (speedbar-create-tag-hierarchy): Enable buffer local version of | |
| 9300 `speedbar-tag-hierarchy-method' in the buffer we are tagging. | |
| 9301 (speedbar-line-path) Make DEPTH param optional. Devine it if absent. | |
| 9302 the case, derive it from the cursor location in speedbar. | |
| 9303 | |
| 9304 1998-12-17 Eli Zaretskii <eliz@mescaline.gnu.org> | |
| 9305 | |
| 9306 * international/mule-cmds.el (set-language-environment): On MS-DOS | |
| 9307 terminals, install DOS-specific nonascii-translation-table if the | |
| 9308 language info doesn't specify one. Pass the default eol-type to | |
| 9309 set-language-environment-coding-systems. | |
| 9310 (set-default-coding-systems): Copy the eol-type property for the | |
| 9311 new default values of {buffer-file,process}-coding-system from the | |
| 9312 old defaults. | |
| 9313 (set-language-environment-coding-systems): Accept an optional | |
| 9314 argument EOL-TYPE, and set the eol-type property of the default | |
| 9315 coding systems accordingly. | |
| 9316 (set-terminal-coding-system): Enable menu item on MS-DOS terminals. | |
| 9317 (set-keyboard-coding-system): Likewise. | |
| 9318 (set-default-coding-systems): Don't set | |
| 9319 default-terminal-coding-system on MS-DOS to anything but nil. | |
| 9320 (prefer-coding-system): Describe in the doc string that | |
| 9321 default-terminal-coding-system is not changed on MS-DOS. | |
| 9322 (set-language-environment): For MS-DOS, set standard syntax table | |
| 9323 and display table for all characters with code above 127. | |
| 9324 (standard-display-european-internal): For MS-DOS, pass all | |
| 9325 characters with code above 127 directly to the terminal, and don't | |
| 9326 remap characters 160 and 146 in the unibyte case. | |
| 9327 | |
| 9328 * international/codepage.el: New file. | |
| 9329 | |
| 9330 1998-12-16 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
| 9331 | |
| 9332 * diary-lib.el (diary-float): Fix end-of-year error and typos in | |
| 9333 comments. | |
| 9334 | |
| 9335 1998-12-16 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru> | |
| 9336 | |
| 9337 * map-ynp.el (map-y-or-n-p): Ignore input methods. | |
| 9338 | |
| 9339 * subr.el (read-passwd): Likewise. | |
| 9340 | |
| 9341 1998-12-16 Eli Zaretskii <eliz@mescaline.gnu.org> | |
| 9342 | |
| 9343 * info.el (Info-find-node): Add 1 to the position read from the | |
| 9344 tag table. Don't fail if the node delimiter ^_ is the first | |
| 9345 character in the file. | |
| 9346 (Info-insert-dir): Don't fail when the node delimiter ^_ is the | |
| 9347 first character in the file. | |
| 9348 (Info-read-subfile): Likewise. | |
| 9349 (Info-select-node): Likewise. | |
| 9350 (Info-build-node-completions): Likewise. | |
| 9351 | |
| 9352 1998-12-16 Richard Stallman <rms@gnu.org> | |
| 9353 | |
| 9354 * term/x-win.el (x-cut-buffer-or-selection-value): | |
| 9355 If clipboard is enabled, try it before PRIMARY selection. | |
| 9356 | |
| 9357 1998-12-15 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE> | |
| 9358 | |
| 9359 * international/iso-acc.el (iso-languages): For Portuguese ~c and ~C | |
| 9360 insert c-cedilla and C-cedilla respectively, like in latin-1. | |
| 9361 | |
| 9362 1998-12-15 Eli Zaretskii <eliz@delysid.gnu.org> | |
| 9363 | |
| 9364 * language/hebrew.el: Don't use sublists in the flags argument | |
| 9365 passed to make-coding-system. | |
| 9366 | |
| 9367 1998-12-15 Kenichi Handa <handa@etl.go.jp> | |
| 9368 | |
| 9369 * ps-mule.el (ps-mule-begin-job): Delete nil and unknown from a | |
| 9370 list of character sets found by find-charset-region. | |
| 9371 | |
| 9372 * ps-mule.el: Always require ps-print. Move some function | |
| 9373 definitions for Emacs 20.2 and the earlier to ps-print.el. | |
| 9374 (ps-mule-find-wrappoint): Make it work also with Emacs 20.2. | |
| 9375 | |
| 9376 * ps-print.el: Define several functions for Emacs 20.2 and the | |
| 9377 earlier version. | |
| 9378 (ps-printer-name): Check if printer-name is bound. | |
| 9379 | |
| 9380 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
| 9381 | |
| 9382 * ps-mule.el: Programming uniformization and little code improvement. | |
| 9383 (ps-mule-prepare-font): Programming uniformization. | |
| 9384 (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
|
9385 (ps-mule-string-encoding, ps-mule-begin-job): Little code improvement. |
| 25837 | 9386 |
| 9387 * ps-bdf.el: Programming uniformization and little code improvement. | |
| 9388 (bdf-search-and-read): New fun. | |
| 9389 (bdf-write-cache, bdf-initialize, bdf-info-absolute-path) | |
| 9390 (bdf-info-mod-time, bdf-info-size, bdf-info-font-bounding-box) | |
| 9391 (bdf-info-relative-compose, bdf-info-baseline-offset) | |
| 9392 (bdf-info-code-range, bdf-info-maxlen, bdf-info-offset-vector) | |
| 9393 (bdf-read-bitmap, bdf-get-bitmaps): Programming uniformization. | |
| 9394 (bdf-expand-file-name, bdf-file-newer-than-time, bdf-find-file) | |
| 9395 (bdf-read-cache, bdf-read-font-info, bdf-generate-glyphs): Little code | |
| 9396 improvement. | |
| 9397 | |
| 9398 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
| 9399 | |
| 9400 * ps-print.el: (ps-print-version): New version number (4.1.2), doc fix | |
| 9401 and mule related code extraction. Autoload ps-mule funs. | |
| 9402 | |
| 9403 * ps-mule.el: Doc fix. Require ps-print only when compiled. | |
| 9404 (ps-mule-prologue-generated): New fun. | |
| 9405 (ps-mule-plot-string): Add autoload cookie. | |
| 9406 (ps-mule-begin-job): Call ps-mule-prologue-generated. | |
| 9407 | |
| 9408 1998-12-15 Kenichi Handa <handa@etl.go.jp> | |
| 9409 | |
| 9410 * ps-bdf.el: Require ps-mule instead of ps-print. | |
| 9411 (bdf-directory-list): Add autoload cookie. | |
| 9412 | |
| 9413 * ps-mule.el: New file. Mule related code extracted from | |
| 9414 ps-print.el. Require ps-print, provide ps-mule. | |
| 9415 (ps-multibyte-buffer): Add autoload cookie. | |
| 9416 (ps-mule-prepare-ascii-font): New fun. | |
| 9417 (ps-mule-set-ascii-font): New fun. | |
| 9418 (ps-mule-skip-same-charset): Fun deleted. | |
| 9419 (ps-mule-plot-string): Set ps-mule-current-charset. | |
| 9420 (ps-mule-initialize): Add autload cookie. Don't set | |
| 9421 ps-mule-font-info-database here. | |
| 9422 (ps-mule-begin-job): Renamed from ps-mule-begin. Update | |
| 9423 ps-mule-font-info-database and ps-control-or-escape-regexp. | |
| 9424 (ps-mule-begin-page): New fun. | |
| 9425 | |
| 9426 * ps-print.el: Mule related code moved to ps-mule.el. | |
| 9427 (ps-begin-job): While setting ps-control-or-escape-regexp, don't | |
| 9428 check ps-mule-charset-list. | |
| 9429 (ps-begin-page): Don't set ps-mule-current-charset, instead call | |
| 9430 ps-mule-begin-page. | |
| 9431 (ps-basic-plot-string): Call ps-mule-prepare-ascii-font. | |
| 9432 (ps-plot-region): Don't set ps-mule-current-charset, instead call | |
| 9433 ps-mule-set-ascii-font. Don't call ps-mule-skip-same-charset, | |
| 9434 instead skip same charsets by itself. | |
| 9435 (ps-generate): Call ps-mule-initialize of needs-begin-file is | |
| 9436 non-nil. Call ps-mule-begin-job. | |
| 9437 | |
| 9438 1998-12-15 Kenichi Handa <handa@etl.go.jp> | |
| 9439 | |
| 9440 * ps-bdf.el: File name changed from bdf.el. Provide ps-bdf | |
| 9441 instead of bdf. | |
| 9442 | |
| 9443 * ps-print.el (ps-mule-font-info-database): Doc-string modified. | |
| 9444 (ps-mule-external-libraries): New element FEATURE. | |
| 9445 (ps-mule-init-external-library): Ajusted for the above change. | |
| 9446 (ps-mule-generate-font): Likewise. | |
| 9447 (ps-mule-generate-glyphs): Likewise. | |
| 9448 (ps-mule-prepare-font): Likewise. | |
| 9449 (ps-mule-initialize): Likewise. | |
| 9450 (ps-begin-file): Superfluous tailing parenthesis deleted. | |
| 9451 | |
| 9452 1998-12-15 Kenichi Handa <handa@etl.go.jp> | |
| 9453 | |
| 9454 * international/fontset.el (x-decompose-font-name): If PATTERN | |
| 9455 doesn't have any wild cards, return a vector made from a name that | |
| 9456 is found by x-resolve-font-name found. Comments added. | |
| 9457 | |
| 9458 * international/mule-cmds.el (find-coding-systems-for-charsets): | |
| 9459 Handle the case of unknown charset. | |
| 9460 (find-multibyte-characters): If invalid multibyte characters are | |
| 9461 found, return the corresponding strings instead of character | |
| 9462 codes. | |
| 9463 (find-multibyte-characters): Adjusted for the above change. | |
| 9464 (select-safe-coding-system): For a unibyte buffer, always returns | |
| 9465 DEFAULT-CODING-SYSTEM. | |
| 9466 (get-charset-property): Fix previous change. Make it a function. | |
| 9467 (put-charset-property): Make it a function. | |
| 9468 | |
| 9469 * international/mule.el (make-coding-system): Set mime-charset | |
| 9470 property of *-with-esc coding system to nil. | |
| 9471 | |
| 9472 * international/quail.el (quail-point-in-conversion-region): New | |
| 9473 function. | |
| 9474 (quail-conversion-backward-delete-char): When a key sequence is | |
| 9475 being translated, call quail-delete-last-char. | |
| 9476 | |
| 9477 * language/devan-util.el | |
| 9478 (devanagari-reorder-glyphs-for-decomposition): Fix the way to | |
| 9479 handle devanagari-decomposition-rules. | |
| 9480 | |
| 9481 1998-12-14 Andreas Schwab <schwab@delysid.gnu.org> | |
| 9482 | |
| 9483 * textmodes/texinfo.el (texinfo-tex-buffer): Bind | |
| 9484 tex-start-options-string to empty string. | |
| 9485 (texinfo-tex-region): Use texinfo-tex-trailer as documented. | |
| 9486 | |
| 9487 1998-12-14 Andrew Innes <andrewi@delysid.gnu.org> | |
| 9488 | |
| 9489 * gnus/nntp.el (nntp-request-group): Undo previous change (4xx and | |
| 9490 5xx responses are already handled properly). | |
| 9491 | |
| 9492 1998-12-13 Richard Stallman <rms@gnu.org> | |
| 9493 | |
| 9494 * progmodes/compile.el (compilation-error-regexp-alist): Insist | |
| 9495 on a non-digit in the file name. | |
| 9496 | |
| 9497 * simple.el (comment-region): Handle comment-padding | |
| 9498 separately for insertion and for deletion, in the right way for each. | |
| 9499 | |
| 9500 1998-12-13 Felix Lee <flee@cygnus.com> | |
| 9501 | |
| 9502 * progmodes/compile.el (compilation-error-regexp-alist): Fix | |
| 9503 regexp to match "ChangeLog:1:1998-12-09 ..." | |
| 9504 | |
| 9505 1998-12-13 Eli Zaretskii <eliz@delysid.gnu.org> | |
| 9506 | |
| 9507 * cus-start.el (dos-unsupported-char-glyph): Add. | |
| 9508 | |
| 9509 1998-12-11 Dave Love <fx@gnu.org> | |
| 9510 | |
| 9511 * progmodes/fortran.el (fortran-font-lock-keywords-3): Wrap | |
| 9512 forward-sexp in condition-case. | |
| 9513 | |
| 9514 * emacs-lisp/find-func.el (find-function-search-for-symbol): | |
| 9515 Remove unnecessary test on `library' for explicit file name. | |
| 9516 Widen scope of save-match-data. | |
| 9517 | |
| 9518 1998-12-10 Eli Zaretskii <eliz@delysid.gnu.org> | |
| 9519 | |
| 9520 * international/mule.el (load-with-code-conversion): If the loaded | |
| 9521 file was inserted with no-conversion or raw-text coding system, | |
| 9522 make the buffer unibyte. | |
| 9523 | |
| 9524 1998-12-09 Richard Stallman <rms@gnu.org> | |
| 9525 | |
| 9526 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): | |
| 9527 Get rid of nested loops. | |
| 9528 | |
| 9529 * mouse.el (mouse-drag-vertical-line): | |
| 9530 If WHICH-SIDE is not `right', then scroll bars are on the left. | |
| 9531 | |
| 9532 * loadhist.el (load-history-loaded): defvar moved to help.el. | |
| 9533 | |
| 9534 * help.el (symbol-file-load-history-loaded): Variable renamed, | |
| 9535 and defvar moved from loadhist.el. | |
| 9536 (symbol-file): Renamed from describe-function-find-file. | |
| 9537 Load fns-VERSION.el here. | |
| 9538 (describe-variable, describe-function-1): Use symbol-file. | |
| 9539 | |
| 9540 * textmodes/tex-mode.el (tex-generate-zap-file-name): | |
| 9541 Don't start the name with #. | |
| 9542 | |
| 9543 * ispell.el: Take out the eval-when's. | |
| 9544 | |
| 9545 1998-12-09 Peter Breton <pbreton@ne.mediaone.net> | |
| 9546 | |
| 9547 * dirtrack.el (dirtrack-directory-change-hook): New hook. | |
| 9548 (dirtrack): Run it. Make debug message more verbose. | |
| 9549 | |
| 9550 1998-12-09 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> | |
| 9551 | |
| 9552 * progmodes/octave-mod.el (octave-abbrev-start): Use the correct | |
| 9553 name of the abbrev table, and provide support for XEmacs. | |
| 9554 (octave-xemacs-p): New variable. | |
| 9555 | |
| 9556 1998-12-09 Jonathan I. Kamens <jik@kamens.brookline.ma.us> | |
| 9557 | |
| 9558 * mail/sendmail.el (sendmail-send-it): Don't wait for sendmail to | |
| 9559 exit, when mail-interactive is nil. | |
| 9560 | |
| 9561 1998-12-09 Changwoo Ryu <cwryu@adam.kaist.ac.kr> | |
| 9562 | |
| 9563 * files.el (after-find-file): Message fix. | |
| 9564 | |
| 9565 1998-12-09 Ken Stevens <stevens@kdstevens.com> | |
| 9566 | |
| 9567 * ispell.el (ispell-kill-ispell): Don't send newline after EOF. | |
| 9568 | |
| 9569 1998-12-09 Geoff Voelker <voelker@cs.washington.edu> | |
| 9570 | |
| 9571 * ange-ftp.el (ange-ftp-expand-file-name) [windows-nt]: Handle | |
| 9572 filenames using backslashes. | |
| 9573 | |
| 9574 1998-12-09 Dave Love <fx@gnu.org> | |
| 9575 | |
| 9576 * browse-url.el (browse-url-mail): Call compose-mail-other-window | |
| 9577 with correct number of args. | |
| 9578 (browse-url-maybe-new-window): New arg. Callers changed. | |
| 9579 | |
| 9580 * progmodes/fortran.el (fortran-check-end-prog-re): Allow trailing | |
| 9581 comment. | |
| 9582 | |
| 9583 1998-12-08 Geoff Voelker <voelker@cs.washington.edu> | |
| 9584 | |
| 9585 * makefile.nt (install) [COPY_LISP_SOURCE]: Fix end of conditional. | |
| 9586 | |
| 9587 1998-12-08 Markus Rost <rost@delysid.gnu.org> | |
| 9588 | |
| 9589 * vc.el (vc-rcs-release): Fix Type. | |
| 9590 (vc-sccs-release): Fix Type. | |
| 9591 (vc-cvs-release): Fix Type. | |
| 9592 | |
| 9593 * mail/rmailsum.el (rmail-summary-output): Simplify. Make prefix | |
| 9594 arg work right. | |
| 9595 | |
| 9596 * mail/rmailout.el (rmail-output-to-rmail-file): Avoid multiple | |
| 9597 output of last undeleted message. | |
| 9598 | |
| 9599 1998-12-07 Geoff Voelker <voelker@cs.washington.edu> | |
| 9600 | |
| 9601 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src. | |
| 9602 (buffer-undo-list) [windows-nt]: Use different relative path. | |
| 9603 | |
| 9604 1998-12-07 Simon Marshall <simon@gnu.org> | |
| 9605 | |
| 9606 * font-lock.el (java-font-lock-keywords-2): Wrap java-minor-types. | |
| 9607 | |
| 9608 1998-12-05 Markus Rost <rost@delysid.gnu.org> | |
| 9609 | |
| 9610 * xt-mouse.el (xterm-mouse-mode): Pacify the byte compiler. | |
| 9611 | |
| 9612 * emacs-lisp/byte-opt.el: Require bytecomp for byte-goto-ops. | |
| 9613 | |
| 9614 1998-12-04 Markus Rost <rost@delysid.gnu.org> | |
| 9615 | |
| 9616 * info.el (Info-menu): Don't return error if point is between menu | |
| 9617 header and first menu item. | |
| 9618 | |
| 9619 1998-12-04 Dave Love <fx@gnu.org> | |
| 9620 | |
| 9621 * help.el (describe-function-1): Fix description for alias. | |
| 9622 | |
| 9623 1998-12-03 Andreas Schwab <schwab@delysid.gnu.org> | |
| 9624 | |
| 9625 * emacs-lisp/lisp-mnt.el (lm-summary): Strip off -*- | |
| 9626 specifications from summary line. | |
| 9627 | |
| 9628 * rect.el (delete-whitespace-rectangle): Mark for autoload. | |
| 9629 (close-rectangle): Define alias only once in loaddefs.el. | |
| 9630 | |
| 9631 1998-12-03 Eli Zaretskii <eliz@mescaline.gnu.org> | |
| 9632 | |
| 9633 * term/internal.el: Remove code which sets up a special syntax | |
| 9634 table for non-ASCII characters. | |
| 9635 | |
| 9636 1998-12-02 Andrew Innes <andrewi@delysid.gnu.org> | |
| 9637 | |
| 9638 * dos-w32.el (direct-print-region-function): Try to ensure that | |
| 9639 printer-name is expanded to a file name on a local drive; | |
| 9640 sometimes printing a file loaded from a network volume fails. | |
| 9641 (direct-print-region-function): Add a function to | |
| 9642 write-region-annotate-functions to append a formfeed character to | |
| 9643 the region being printed, if the region doesn't end with a | |
| 9644 formfeed already. This avoids creating a second print job | |
| 9645 containing a blank page when print spooling is enabled on Windows. | |
| 9646 | |
| 9647 1998-12-02 Dave Love <fx@gnu.org> | |
| 9648 | |
| 9649 * help.el (help-make-xrefs): Use `info', not the non-autoloaded | |
| 9650 `Info-goto-node'. | |
| 9651 | |
| 9652 1998-12-02 Richard Stallman <rms@gnu.org> | |
| 9653 | |
| 9654 * help.el (temp-buffer-resize-mode): Doc fix. | |
| 9655 | |
| 9656 * cus-edit.el (custom-save-delete): Save point before | |
| 9657 reading a sexp, rather than backing up. | |
| 9658 | |
| 9659 * international/iso-transl.el: Fix previous change. | |
| 9660 | |
| 9661 1998-12-02 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
| 9662 | |
| 9663 * vc.el (vc-dired-window-configuration, vc-ediff-windows, | |
| 9664 vc-ediff-result, vc-dired-switches, vc-dired-terse-mode): | |
| 9665 Added defvars to suppress compilation warnings. | |
| 9666 | |
| 9667 1998-11-30 Ken Stevens <k.stevens@ieee.org> | |
| 9668 | |
| 9669 * ispell.el: Improved and fixed customize for variables: | |
| 9670 ispell-highlight-p, ispell-check-comments, ispell-help-in-bufferp, | |
| 9671 ispell-dictionary-alist, ispell-skip-sgml. | |
| 9672 Improved and fixed comments in variables and messages for | |
| 9673 functions: ispell-help-in-bufferp, ispell-local-dictionary, | |
| 9674 ispell-menu-map, ispell-checking-message, ispell-parser, | |
| 9675 ispell-word, lookup-words, ispell-change-dictionary, ispell-region, | |
| 9676 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
|
9677 ispell-comments-and-strings, ispell-continue, ispell-complete-word, |
| 25837 | 9678 ispell-message-text-end, ispell-add-per-file-word-list. |
| 9679 (ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding | |
| 9680 system is now required for all languages. Casechars improved for | |
| 9681 castellano, castellano8, and norsk dictionaries. Dictionary | |
| 9682 norsk7-tex added. Dictionary polish added. | |
| 9683 (ispell-dictionary-alist): Redefined at load-time to support | |
| 9684 dictionary changes. | |
| 9685 (ispell-menu-map): Redefined at load-time to support menu changes. | |
| 9686 (ispell-check-version): New alias for `check-ispell-version'. | |
| 9687 (ispell-parse-output): Fixed matching for ispell error messages. | |
| 9688 Correctly returns spelling suggestions in order generated by ispell | |
| 9689 process. | |
| 9690 (check-ispell-version): Ensure `case-fold-search' doesn't get | |
| 9691 redefined. | |
| 9692 (ispell-complete-word): Ensure `case-fold-search' doesn't get | |
| 9693 redefined. Fix bug that didn't respect case of word being completed. | |
| 9694 (ispell-init-process): Set process coding system to be compatible | |
| 9695 with emacs processes and the ispell process. | |
| 9696 (ispell-kill-ispell): Ensures ispell process has terminated before | |
| 9697 starting new process. This can otherwise confuse process filters | |
| 9698 and hang the ispell process. | |
| 9699 (ispell-begin-skip-region-regexp): (ispell-skip-region): Improved | |
| 9700 skipping support for sgml. | |
| 9701 (ispell-minor-check): Support sgml labels. Fix mapping ^M to \r | |
| 9702 which could cause `ispell-complete-word' to hang. | |
| 9703 (ispell-message): Improved message reference matching. Ensure | |
| 9704 `case-fold-search' doesn't get redefined. | |
| 9705 (ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't | |
| 9706 get redefined. Fixed bug in returning to nroff mode from tex mode. | |
| 9707 (ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't | |
| 9708 get redefined. | |
| 9709 | |
| 9710 1998-11-30 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 9711 | |
| 9712 * textmodes/flyspell.el (flyspell-check-word-p): | |
| 9713 Don't delay inside a kbd macro. | |
| 9714 | |
| 9715 * subr.el (make-local-hook): Return the hook variable. | |
| 9716 | |
| 9717 1998-11-30 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE> | |
| 9718 | |
| 9719 * hscroll.el (hscroll-mode, hscroll-global-mode, hscroll-window-maybe): | |
| 9720 Use a timer instead of post-command-hook. | |
| 9721 (hscroll-timer): New variable. | |
| 9722 | |
| 9723 1998-11-30 Dave Love <fx@gnu.org> | |
| 9724 | |
| 9725 * help.el (help-xref-button): Do nothing if text already has the | |
| 9726 help-xref property. | |
| 9727 (describe-variable): Revert previous change to hyperlink to source. | |
| 9728 | |
| 9729 1998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 9730 | |
| 9731 * bindings.el (features): Add `base64' to this list. | |
| 9732 | |
| 9733 * loadhist.el (symbol-file): Doc fix. | |
| 9734 | |
| 9735 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src. | |
| 9736 | |
| 9737 * files.el (hack-one-local-variable): Cope with non-file buffers. | |
| 9738 | |
| 9739 1998-11-28 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 9740 | |
| 9741 * help.el (describe-mode): Put major mode first. | |
| 9742 | |
| 9743 * calendar/appt.el (appt-disp-window): Use pop-to-buffer, | |
| 9744 to support special-display and same-window features. | |
| 9745 | |
| 9746 1998-11-27 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 9747 | |
| 9748 * simple.el (transpose-subr, transpose-subr-1): Rename variables | |
| 9749 bound in one function and used in the other. | |
| 9750 (transpose-subr-start1, transpose-subr-start2): Add defvars. | |
| 9751 (transpose-subr-end1, transpose-subr-end2): Add defvars. | |
| 9752 | |
| 9753 1998-11-26 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 9754 | |
| 9755 * autoinsert.el (auto-insert-alist): Use user-mail-address. | |
| 9756 | |
| 9757 1998-11-26 Kenichi Handa <handa@etl.go.jp> | |
| 9758 | |
| 9759 * international/ccl.el (ccl-dump-translate-character-const-tbl): | |
| 9760 Give format correct control string. | |
| 9761 | |
| 9762 * international/mule.el (define-translation-table): Fix bug of | |
| 9763 setting incorrect translation-table-id. If the first element of | |
| 9764 ARGS is a translation table, just register it. | |
| 9765 | |
| 9766 * language/chinese.el ("Chinese-BIG5"): Add charset-origin-alist | |
| 9767 property. | |
| 9768 | |
| 9769 1998-11-24 Michael Ernst <mernst@alum.mit.edu> | |
| 9770 | |
| 9771 * thingatpt.el (thing-at-point-url-at-point): Don't use current | |
| 9772 syntax table to determine what is whitespace. | |
| 9773 | |
| 9774 1998-11-24 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 9775 | |
| 9776 * frame.el (frame-parameter): Doc fix. | |
| 9777 | |
| 9778 * textmodes/tex-mode.el (tex-feed-input): New function. | |
| 9779 (tex-define-common-keys): Add binding for C-c C-m. | |
| 9780 | |
| 9781 1998-11-23 Dave Love <fx@gnu.org> | |
| 9782 | |
| 9783 * progmodes/fortran.el: Various minor doc fixes. | |
| 9784 (fortran-font-lock-keywords-1): Add `d' to comment-chars. | |
| 9785 (fortran-with-subprogram-narrowing): New macro. | |
| 9786 (fortran-check-for-matching-do): Use it. | |
| 9787 (fortran-end-do): Use fortran-check-end-prog-re. | |
| 9788 (fortran-beginning-do, fortran-end-if, fortran-beginning-if) | |
| 9789 (fortran-calculate-indent, fortran-calculate-indent): Likewise. | |
| 9790 | |
| 9791 1998-11-23 Simon Marshall <simon@gnu.org> | |
| 9792 | |
| 9793 * font-lock.el (font-lock-defaults): Doc fix. | |
| 9794 (font-lock-default-fontify-buffer): Rewritten to use with-temp-message. | |
| 9795 (lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword. | |
| 9796 | |
| 9797 * lazy-lock.el (lazy-lock-unstall): | |
| 9798 (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message. | |
| 9799 | |
| 9800 * fast-lock.el (fast-lock-save-cache-1): | |
| 9801 (fast-lock-cache-data): Rewritten to use with-temp-message. | |
| 9802 | |
| 9803 1998-11-22 Andrew Innes <andrewi@delysid.gnu.org> | |
| 9804 | |
| 9805 * mail/rmail.el (rmail-set-message-counters-counter): Detect | |
| 9806 messages that have been added with DOS line endings and convert | |
| 9807 the line endings for such messages. | |
| 9808 | |
| 9809 1998-11-22 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE> | |
| 9810 | |
| 9811 * help.el: Add resizing of temporary buffers. | |
| 9812 (temp-buffer-resize-mode): New command and variable. | |
| 9813 (temp-buffer-max-height): New variable. | |
| 9814 (resize-temp-buffer-window): New function. | |
| 9815 | |
| 9816 * window.el (window-buffer-height): New function, split from | |
| 9817 shrink-window-if-larger-than-buffer. | |
| 9818 (shrink-window-if-larger-than-buffer): Use window-buffer-height. | |
| 9819 | |
| 9820 1998-11-22 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 9821 | |
| 9822 * frame.el (initial-frame-alist): Add defcustom. | |
| 9823 | |
| 9824 * shell.el (shell-prompt-pattern): Add defcustom. | |
| 9825 | |
| 9826 1998-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
| 9827 | |
| 9828 * 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
|
9829 NNTP-Posting-Date. |
| 25837 | 9830 |
| 9831 1998-11-21 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 9832 | |
| 9833 * help.el (describe-mode): Don't avoid loop indirecting thru | |
| 9834 value of INDICATOR. | |
| 9835 | |
| 9836 1998-11-20 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 9837 | |
| 9838 * help.el (describe-variable): Allow any variable with a defcustom, | |
| 9839 even if it is not a user variable. | |
| 9840 | |
| 9841 * mail/rmail.el (mail-unsent-separator): Additional alternative. | |
| 9842 | |
| 9843 1998-11-20 Andrew Innes <andrewi@delysid.gnu.org> | |
| 9844 | |
| 9845 * gnus/nntp.el (nntp-request-group): Allow for failures when | |
| 9846 requesting a new group. | |
| 9847 | |
| 9848 1998-11-19 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 9849 | |
| 9850 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Doc fix. | |
| 9851 | |
| 9852 1998-11-19 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 9853 | |
| 9854 * emacs-lisp/find-func.el (find-function-regexp): Handle skeletons. | |
| 9855 | |
| 9856 1998-11-19 Simon Marshall <simon@gnu.org> | |
| 9857 | |
| 9858 * subr.el (with-temp-message): New macro. | |
| 9859 | |
| 9860 * emacs-lisp/lisp-mode.el (with-temp-message): | |
| 9861 Add lisp-indent-function property. | |
| 9862 | |
| 9863 1998-11-18 Dave Love <fx@gnu.org> | |
| 9864 | |
| 9865 * progmodes/fortran.el (fortran-end-prog-re): Fix typo. | |
| 9866 | |
| 9867 1998-11-18 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 9868 | |
| 9869 * emacs-lisp/bytecomp.el (temp-buffer-show-hook): | |
| 9870 This is not obsolete. | |
| 9871 | |
| 9872 1998-11-18 Kenichi Handa <handa@etl.go.jp> | |
| 9873 | |
| 9874 * textmodes/picture.el: Make a new map by make-keymap. | |
| 9875 (picture-desired-column): New variable. | |
| 9876 (picture-update-desired-column): New function. | |
| 9877 (picture-beginning-of-line): Set picture-desired-column to 0. | |
| 9878 (picture-end-of-line): Set picture-desired-column to the current | |
| 9879 column. | |
| 9880 (picture-forward-column): Pay attention to multi-column character. | |
| 9881 (picture-backward-column): Likewise. | |
| 9882 (picture-move-down): Likewise. | |
| 9883 (picture-move-up): Likewise. | |
| 9884 (picture-movement-nw): With prefix arg, move twice columns. | |
| 9885 (picture-movement-ne): Likewise. | |
| 9886 (picture-movement-sw): Likewise. | |
| 9887 (picture-movement-se): Likewise. | |
| 9888 (picture-set-motion): Handle two-column movements. | |
| 9889 (picture-move): Call picture-move-down or picture-forward-column | |
| 9890 only when necessary. | |
| 9891 (picture-insert): Pay attention to picture-desired-column. | |
| 9892 (picture-self-insert): Likewise. | |
| 9893 (picture-clear-column): Pay attention to multi-column character. | |
| 9894 (picture-mode): Modify doc-string for two-column movement. | |
| 9895 | |
| 9896 * rect.el (move-to-column-force): New function. | |
| 9897 (operate-on-rectangle): If coerce-tabs is non-nil, call | |
| 9898 move-to-column-force instead of move-to-column. | |
| 9899 (insert-rectangle): Call move-to-column-force instead of | |
| 9900 move-to-column. | |
| 9901 (open-rectangle-line): If begextra is not zero, call | |
| 9902 move-to-column-force. | |
| 9903 | |
| 9904 | |
| 9905 1998-11-16 Dave Love <fx@gnu.org> | |
| 9906 | |
| 9907 * textmodes/sgml-mode.el Require skeleton when compiling. | |
| 9908 (sgml-font-lock-keywords-1): Accept single-letter tags. | |
| 9909 (v2): Defvar free variable. | |
| 9910 | |
| 9911 1998-11-16 Sam Steingold <sds@goems.com> | |
| 9912 | |
|
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
9913 * emacs-lisp/cl-indent.el: Indent `with-output-to-string' as a CL |
| 25837 | 9914 macro, not ELisp one. |
| 9915 | |
| 9916 1998-11-16 Kenichi Handa <handa@etl.go.jp> | |
| 9917 | |
| 9918 * emacs-lisp/lisp-mode.el: Set syntaxes all non-word multibyte | |
| 9919 characters to symbol. | |
| 9920 | |
| 9921 * language/japan-util.el (japanese-zenkaku-region): New optional | |
| 9922 arg KATAKANA-ONLY. | |
| 9923 | |
| 9924 1998-11-16 Kenichi Handa <handa@etl.go.jp> | |
| 9925 | |
| 9926 * international/mule.el | |
| 9927 (after-insert-file-set-buffer-file-coding-system): If the buffer | |
| 9928 is changed to unibyte, return inserted bytes. | |
| 9929 | |
| 9930 * tar-mode.el (tar-header-block-tokenize): Decode codes of file | |
| 9931 and link names if necessary. | |
| 9932 (tar-header-block-summarize): Handle the case that file or link | |
| 9933 names are multibyte. | |
| 9934 (tar-summarize-buffer): At first set the current buffer unibyte, | |
| 9935 then if there are multibyte file names, change it to multibyte. | |
| 9936 (tar-mode): Get char position from tar-header-offset. | |
| 9937 (tar-extract): Avoid multibyte<->unibyte conversion in | |
| 9938 insert-buffer-subsring by setting both buffers unibyte | |
| 9939 temporarily. | |
| 9940 (tar-copy): Set the buffer unibyte while doing a work. Write | |
| 9941 without code conversion. | |
| 9942 (tar-expunge): Set the buffer unibyte while doing a work. | |
| 9943 (tar-alter-one-field): Likewise. | |
| 9944 (tar-clear-modification-flags): Compare byte position with | |
| 9945 tar-header-offset. | |
| 9946 (tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in | |
| 9947 insert-buffer-subsring by setting both buffers unibyte | |
| 9948 temporarily. Pay attention to multibyteness while updating the | |
| 9949 descriptor-line. | |
| 9950 (tar-mode-write-file): Write without code conversion. | |
| 9951 | |
| 9952 1998-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
| 9953 | |
| 9954 * nngateway.el: Require cl. | |
| 9955 | |
| 9956 1998-11-15 Dave Love <fx@gnu.org> | |
| 9957 | |
| 9958 * progmodes/fortran.el: Fix previous change: | |
| 9959 (fortran-end-prog-re1): Changed. | |
| 9960 (fortran-check-end-prog-re): New function. | |
| 9961 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use it. | |
| 9962 | |
| 9963 1998-11-13 Tom Breton <tob@world.std.com> | |
| 9964 | |
| 9965 * autoinsert.el (auto-insert-alist): Don't assume *.el is part of | |
| 9966 GNU Emacs. | |
| 9967 | |
| 9968 1998-11-13 Carsten Dominik <cd@delysid.gnu.org> | |
| 9969 | |
| 9970 * textmodes/reftex.el: (reftex-finding-files): Group documentation | |
| 9971 fixed. | |
| 9972 (reftex-toc-toggle-file-boundary, | |
| 9973 reftex-toc-toggle-labels, | |
| 9974 reftex-toc-toggle-context,reftex-find-start-point): New functions. | |
| 9975 (reftex-toc-include-labels, reftex-toc-include-context, | |
| 9976 reftex-toc-include-file-boundaries, | |
| 9977 reftex-toc-keep-other-windows): New options. | |
| 9978 (reftex-use-text-after-label-as-context): Option removed. | |
| 9979 (reftex-extract-bib-entries): Protect use in non-latex | |
| 9980 buffers. | |
| 9981 (reftex-toc-visit-location): Renamed from | |
| 9982 `reftex-toc-visit-line'. | |
| 9983 (reftex-latin1-to-ascii): Works now with and without Mule. | |
| 9984 (reftex-truncate): Removed special stuff for Emacs 20.2. | |
| 9985 (reftex-get-offset): Made more general. | |
| 9986 (reftex-show-label-location): Renamed from | |
| 9987 `reftex-select-label-callback'. | |
| 9988 (reftex-pop-to-label): Function removed (using | |
| 9989 `reftex-show-label-location' instead. | |
| 9990 (reftex-insert-docstruct): Renamed from | |
| 9991 `reftex-make-and-insert-label-list'. Function args changed. | |
| 9992 (reftex-toc): Now uses `reftex-insert-docstruct' and | |
| 9993 `reftex-find-start-point'. | |
| 9994 (reftex-select-item): Use `reftex-find-start-point'. | |
| 9995 (reftex-toc-visit-line): Can display labels and file | |
| 9996 boundaries. | |
| 9997 (reftex-TeX-master-file): `(TeX-master-file)' protected. | |
| 9998 | |
| 9999 1998-11-12 Sam Steingold <sds@goems.com> | |
| 10000 | |
| 10001 * browse-url.el (browse-url): Handle the case when | |
| 10002 `browse-url-browser-function' is a lambda list. | |
| 10003 | |
| 10004 1998-11-12 Eli Zaretskii <eliz@mescaline.gnu.org> | |
| 10005 | |
| 10006 * loadup.el (buffer-undo-list): For ms-dos, use fns.el without the | |
| 10007 version string. | |
| 10008 * loadhist.el (symbol-file): Likewise | |
| 10009 | |
| 10010 1998-11-11 Richard Sharman <Richard_Sharman@Mitel.COM> | |
| 10011 | |
| 10012 * ediff-init.el (ediff-even-diff-face-A): Fix stipple spelling. | |
| 10013 | |
| 10014 1998-11-11 Sam Steingold <sds@goems.com> | |
| 10015 | |
| 10016 * inf-lisp.el (switch-to-lisp): If no inferior lisp present, call | |
| 10017 `run-lisp' instead of signalling an error. | |
| 10018 | |
| 10019 1998-11-11 Karl Heuer <kwzh@gnu.org> | |
| 10020 | |
| 10021 * desktop.el (desktop-save, desktop-create-buffer): Undo 10-22 change. | |
| 10022 | |
| 10023 1998-11-11 Richard Stallman <rms@gnu.org> | |
| 10024 | |
| 10025 * vc-hooks.el (vc-toggle-read-only): Doc fix. | |
| 10026 | |
| 10027 1998-11-11 Per Starback <starback@update.uu.se> | |
| 10028 | |
| 10029 * ispell.el: (ispell-dictionary-alist-2): Removed svenska, | |
| 10030 renamed svenska8 to svenska, and fixed and extended CASECHARS | |
| 10031 for it. | |
| 10032 | |
| 10033 1998-11-11 Andrew Innes <andrewi@delysid.gnu.org> | |
| 10034 | |
| 10035 * ps-print.el (ps-print-prologue-1): Only use old LandscapeMode | |
| 10036 handling if setpagedevice is not available. | |
| 10037 (ps-begin-file): Fix typo. | |
| 10038 | |
| 10039 1998-11-11 Kenichi Handa <handa@etl.go.jp> | |
| 10040 | |
| 10041 * international/mule-util.el (compose-chars-component): Signal | |
| 10042 error if CH is a rule-based composition character. | |
| 10043 (compose-chars): Signal error if an already compsed character is | |
| 10044 going to be composed by rule-base. | |
| 10045 | |
| 10046 * term/x-win.el: If a resolved ASCII font name doesn't conform to | |
| 10047 full XLFD, don't try to get information of WEIGHT and SLANT from | |
| 10048 that font name. | |
| 10049 | |
| 10050 1998-11-10 Andrew Innes <andrewi@harlequin.co.uk> | |
| 10051 | |
| 10052 * dos-w32.el (set-default-process-coding-system): Use function on | |
| 10053 before-init-hook to set default-process-coding-system based on | |
| 10054 enable-multibyte-characters. | |
| 10055 | |
| 10056 * term/w32-win.el ([language-change]): For now ignore | |
| 10057 keyboard language-change events. | |
| 10058 | |
| 10059 1998-11-10 Eli Zaretskii <eliz@delysid.gnu.org> | |
| 10060 | |
| 10061 * ediff-util.el (ediff-make-temp-file): Run the prefix through | |
| 10062 convert-standard-file-name, but leave the results of | |
| 10063 make-temp-name unaltered. For MS-DOS, truncate the prefix to 2 | |
| 10064 characters if the original name already exists, or has a special | |
| 10065 handler. | |
| 10066 | |
| 10067 1998-11-10 Karl Heuer <kwzh@gnu.org> | |
| 10068 | |
| 10069 * international/iso-insert.el: Delete autoload cookies. | |
| 10070 | |
| 10071 * international/iso-transl.el: Add autoload cookies. | |
| 10072 | |
| 10073 1998-11-10 Richard Stallman <rms@gnu.org> | |
| 10074 | |
| 10075 * ispell.el (ispell-get-coding-system): Default to iso-latin-1. | |
| 10076 (ispell-process-line): Don't treat multibyte | |
| 10077 | |
| 10078 1998-11-09 Andrew Innes <andrewi@harlequin.co.uk> | |
| 10079 | |
| 10080 * ps-print.el (ps-print-prologue-1): In BeginDoc procedure, call | |
| 10081 setpagedevice to specify the page size if setpagedevice is | |
| 10082 available. This is necessary to select the correct paper tray on | |
| 10083 Level 2 printers with multiple paper sizes available. | |
| 10084 | |
| 10085 (ps-begin-file): Cope with font names that contain spaces, and | |
| 10086 call BeginDoc in a BeginSetup/EndSetup block. | |
| 10087 | |
| 10088 1998-11-08 Eli Zaretskii <eliz@mescaline.gnu.org> | |
| 10089 | |
| 10090 * loadup.el (buffer-undo-list): Run fns-VERSION.el through | |
| 10091 convert-standard-filename. | |
| 10092 | |
| 10093 * loadhist.el (symbol-file): Run fns-VERSION.el through | |
| 10094 convert-standard-filename. | |
| 10095 | |
| 10096 1998-11-06 Richard Stallman <rms@gnu.org> | |
| 10097 | |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
10098 * textmodes/texinfmt.el (texinfo-format-scan): |
| 25837 | 10099 Detect the case of two @-commands in a row; process just the first. |
| 10100 (texinfo-append-refill): If line has a @c, insert the @refill | |
| 10101 before it. | |
| 10102 (texinfo-format-refill): Return with point where the @refill was. | |
| 10103 | |
| 10104 * files.el (hack-local-variables): Test local-enable-local-variables. | |
| 10105 (hack-local-variables-prop-line): Likewise. | |
| 10106 (set-auto-mode): Don't test local-enable-local-variables here. | |
| 10107 (enable-local-variables): Doc fix. | |
| 10108 (local-enable-local-variables): Doc fix. | |
| 10109 (normal-mode): Doc fix. | |
| 10110 | |
| 10111 1998-11-06 Karl Heuer <kwzh@gnu.org> | |
| 10112 | |
| 10113 * emacs-lisp/find-func.el (find-variable-noselect): Autoload. | |
| 10114 | |
| 10115 1998-11-06 Richard Sharman <Richard_Sharman@Mitel.COM> | |
| 10116 | |
| 10117 * simple.el (line-number-mode): Doc fix. | |
| 10118 | |
| 10119 1998-11-06 Kenichi Handa <handa@etl.go.jp> | |
| 10120 | |
| 10121 * international/fontset.el (create-fontset-from-fontset-spec): | |
| 10122 Give correct arg to `error'. | |
| 10123 | |
| 10124 1998-11-06 Andreas Schwab <schwab@delysid.gnu.org> | |
| 10125 | |
| 10126 * textmodes/sgml-mode.el (html-mode): Doc fix. | |
| 10127 (sgml-name-8bit-mode): Fix missing format character in message string. | |
| 10128 | |
| 10129 1998-11-05 Karl Heuer <kwzh@gnu.org> | |
| 10130 | |
| 10131 * mail/sendmail.el (sendmail-send-it): Check for failure. | |
| 10132 | |
| 10133 1998-11-05 Richard Stallman <rms@gnu.org> | |
| 10134 | |
| 10135 * man.el (Man-page-header-regexp): Alternate value for Solaris 2.6. | |
| 10136 | |
| 10137 * rect.el (delete-whitespace-rectangle): close-rectangle renamed. | |
| 10138 (close-rectangle): Define as alias. | |
| 10139 | |
| 10140 1998-11-05 Richard M. Heiberger <rmh@fisher.stat.temple.edu> | |
| 10141 | |
| 10142 * textmodes/tex-mode.el (tex-start-shell): Track directory changes. | |
| 10143 | |
| 10144 1998-11-05 Dave Love <fx@gnu.org> | |
| 10145 | |
| 10146 * help.el (describe-variable): Don't quote link to source. | |
| 10147 | |
| 10148 1998-11-04 Richard Stallman <rms@sucrose.ai.mit.edu> | |
| 10149 | |
| 10150 * gud.el (gud-common-init): Use pop-to-buffer. | |
| 10151 (same-window-regexps): Add an element that matches all gud buffers. | |
| 10152 | |
| 10153 1998-11-04 Jason Rumney <jasonr@altavista.net> | |
| 10154 | |
| 10155 * term/w32-win.el (x-get-selection-value): Alias to | |
| 10156 x-cut-buffer-or-selection-value. | |
| 10157 (w32-standard-fontset-spec): New variable. | |
| 10158 (w32-create-initial-fontsets, mouse-set-font): Check whether | |
| 10159 new-fontset is available. | |
| 10160 (w32-use-w32-font-dialog): Enable use of set-variable. | |
| 10161 | |
| 10162 1998-11-04 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
| 10163 | |
| 10164 * vc.el (with-vc-file, edit-vc-file): New macros. | |
| 10165 | |
| 10166 1998-11-04 Kenichi Handa <handa@etl.go.jp> | |
| 10167 | |
| 10168 * international/quail.el (quail-show-guidance-buf): Call | |
| 10169 set-minibuffer-window to set minibuffer window of the current | |
| 10170 frame correctly. | |
| 10171 | |
| 10172 1998-11-03 Theodore Jump <tjump@tertius.com> | |
| 10173 | |
| 10174 * term/w32-win.el: Require fontset. | |
| 10175 | |
| 10176 1998-11-03 Andrew Innes <andrewi@delysid.gnu.org> | |
| 10177 | |
| 10178 * faces.el (set-face-font): Call resolve-fontset-name on w32. | |
| 10179 (set-face-font-auto): Ditto. | |
| 10180 | |
| 10181 1998-11-03 Andreas Schwab <schwab@delysid.gnu.org> | |
| 10182 | |
| 10183 * mouse.el (mouse-drag-region): Fix typo. | |
| 10184 | |
| 10185 1998-11-02 Dave Love <fx@gnu.org> | |
| 10186 | |
| 10187 * progmodes/fortran.el Fix for fontification of strings lost somehow: | |
| 10188 (fortran-fontify-string): New function. | |
| 10189 (fortran-font-lock-keywords-1): Use it. | |
| 10190 | |
| 10191 1998-11-02 Markus Rost <rost@delysid.gnu.org> | |
| 10192 | |
| 10193 * comint.el (comint-file-name-quote-list): Doc fix. | |
| 10194 | |
| 10195 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 10196 | |
| 10197 * loadup.el (buffer-undo-list): Write fns-VERSION.el into | |
| 10198 build directory, not source directory. | |
| 10199 | |
| 10200 * mouse.el (mouse-drag-region): Fake up a mouse-motion event | |
| 10201 if we did not get one for the final move. | |
| 10202 | |
| 10203 1998-11-01 Dave Love <fx@gnu.org> | |
| 10204 | |
| 10205 * goto-addr.el (goto-address-at-point, goto-address-at-mouse): | |
| 10206 Don't funcall browse-url-browser-function. | |
| 10207 | |
| 10208 * gnus/gnus-art.el (gnus-button-embedded-url, gnus-button-url): | |
| 10209 Don't funcall browse-url-browser-function. | |
| 10210 | |
| 10211 * fortran.el (fortran-end-prog-re1): Fix the regexp. | |
| 10212 | |
| 10213 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 10214 | |
| 10215 * files.el (revert-buffer): Doc fix. | |
| 10216 | |
| 10217 1998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 10218 | |
| 10219 * textmodes/tex-mode.el (tex-start-options-string): | |
| 10220 Quote the backslashes with more backslashes. | |
| 10221 | |
| 10222 1998-10-31 Dave Love <fx@gnu.org> | |
| 10223 | |
| 10224 * webjump.el (webjump-sample-sites): Fix Lisp archive site. | |
| 10225 (webjump): Don't funcall browse-url-browser-function. | |
| 10226 | |
| 10227 1998-10-30 Kenichi Handa <handa@etl.go.jp> | |
| 10228 | |
| 10229 * international/quail.el (quail-start-translation): Handle | |
| 10230 switching of the frame in read-key-sequence. | |
| 10231 (quail-start-conversion): Likewise. | |
| 10232 (quail-show-guidance-buf): Detach quail-guidance-buf from any | |
| 10233 windows before setting an appropriate window for it. | |
| 10234 (quail-hide-guidance-buf): Use window-minibuffer-p. Set | |
| 10235 quail-guidance-win to nil. | |
| 10236 (quail-update-guidance): If quail-guidance-buf is not in the | |
| 10237 selected frame, call quail-show-guidance-buf again. | |
| 10238 | |
| 10239 1998-10-30 Espen Skoglund <espensk@stud.cs.uit.no> | |
| 10240 | |
| 10241 * progmodes/pascal.el (pascal-mode): | |
| 10242 `blink-matching-paren-dont-ignore-comments' set to t. | |
| 10243 | |
| 10244 1998-10-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
| 10245 | |
| 10246 * calendar/cal-menu.el (cal-menu-update): Fix menu wording. | |
| 10247 | |
| 10248 1998-10-30 Dave Love <fx@gnu.org> | |
| 10249 | |
| 10250 * vc.el (vc-backend-merge-news): Check for "P" output. | |
| 10251 | |
| 10252 * help.el (describe-variable): Hyperlink the definition. | |
| 10253 | |
| 10254 1998-10-30 Andreas Schwab <schwab@delysid.gnu.org> | |
| 10255 | |
| 10256 * progmodes/sh-script.el (sh-canonicalize-shell): Fix regexp. | |
| 10257 (sh-set-shell): Likewise. | |
| 10258 | |
| 10259 * gnus/nnweb.el: Don't require 'w3 and 'url unprotected. | |
| 10260 | |
| 10261 * emacs-lisp/edebug.el (edebug-initial-mode): Fix customize type. | |
| 10262 (edebug-on-error): Fix customize type to match that of | |
| 10263 debug-on-error. | |
| 10264 | |
| 10265 * emacs-lisp/eldoc.el (eldoc-argument-case): Fix customize type. | |
| 10266 | |
| 10267 * emacs-lisp/lisp-mnt.el (lm-report-bug): Use | |
| 10268 report-emacs-bug-address instead of undefined bug-gnu-emacs. | |
| 10269 | |
| 10270 * international/mule-cmds.el (select-message-coding-system): Doc | |
| 10271 fix. | |
| 10272 | |
| 10273 * international/mule-diag.el (describe-coding-system): Describe | |
| 10274 all flags. | |
| 10275 | |
| 10276 * mail/sendmail.el (sendmail-coding-system, | |
| 10277 default-sendmail-coding-system): Doc fix. | |
| 10278 | |
| 10279 * simple.el (shell-command-on-region): Doc fix. | |
| 10280 | |
| 10281 * loadup.el: Write fns-*.el in current directory instead of | |
| 10282 data-directory since no installation directory exists yet. Mark | |
| 10283 buffer unmodified afterwards. | |
| 10284 | |
| 10285 * loadhist.el (symbol-file): Load fns-*.el from exec-directory | |
| 10286 instead of data-directory since it is architecture dependent. | |
| 10287 (load-history-loaded): Update doc string. | |
| 10288 | |
| 10289 1998-10-29 Geoff Voelker <voelker@cs.washington.edu> | |
| 10290 | |
| 10291 * ange-ftp.el (ange-ftp-canonicalize-filename): Do not use a UNC | |
| 10292 path as a default directory when canonicalizing names. | |
| 10293 | |
| 10294 * w32-fns.el: Remove a dangling reference to a directory on the | |
| 10295 build machine. | |
| 10296 | |
| 10297 1998-10-27 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 10298 | |
| 10299 * progmodes/tcl-mode.el (tcl-font-lock-keywords): Added itcl and | |
| 10300 namespace related keywords such as `class', `body', `private', | |
| 10301 `variable', `namespace eval', etc. | |
| 10302 (tcl-imenu-generic-expression): Handle itcl body and class definitions. | |
| 10303 (tcl-mode): Added ":" as a word constituent to the syntax-alist of | |
| 10304 imenu and font-lock so that searches for \sw would find words | |
| 10305 containing colons. | |
| 10306 | |
| 10307 * progmodes/etags.el (initialize-new-tags-table): | |
| 10308 Do not alter find-tag-marker-ring and tags-location-ring. | |
| 10309 | |
| 10310 1998-10-27 Geoff Voelker <voelker@cs.washington.edu> | |
| 10311 | |
| 10312 * term/w32-win.el: Require fontset. | |
| 10313 (w32-init-fontsets): New function (code from x-win.el). | |
| 10314 | |
| 10315 1998-10-26 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
| 10316 | |
| 10317 * cal-x.el (diary-frame-parameters, calendar-frame-parameters, | |
| 10318 calendar-and-diary-frame-parameters): Add title parameter. | |
| 10319 | |
| 10320 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 10321 | |
| 10322 * completion.el (dynamic-completion-mode): New function to enable | |
| 10323 the mode. (Just loading the file now does not change anything.) | |
| 10324 | |
| 10325 1998-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
| 10326 | |
| 10327 * ps-print.el: User option for multibyte buffer handling and doc fix. | |
| 10328 (ps-multibyte-buffer): New user option. | |
| 10329 (ps-setup): Print new user option. | |
| 10330 (ps-print-quote): New fun. | |
| 10331 (ps-color-p, ps-mule-font-info-database-latin): New var. | |
| 10332 (ps-default-color, ps-mule-font-info-database) | |
| 10333 (ps-mule-font-info-database-ps-bdf): Adjust initialization. | |
| 10334 (ps-mule-get-font-spec, ps-mule-begin, ps-begin-file) | |
| 10335 (ps-plot-with-face, ps-generate-postscript-with-faces, ps-generate): | |
| 10336 Little code improvement. | |
| 10337 (ps-mule-initialize): Initialize ps-mule-font-info-database. | |
| 10338 (ps-print-prologue-header, ps-font-family, ps-font-size) | |
| 10339 (ps-header-font-family, ps-header-font-size, ps-header-title-font-size) | |
| 10340 (ps-build-face-reference, ps-mule-font-info-database-bdf) | |
| 10341 (ps-mule-external-libraries, ps-mule-init-external-library) | |
| 10342 (ps-mule-prepare-font, ps-mule-find-wrappoint, ps-mule-plot-string): | |
| 10343 Doc fix. | |
| 10344 (ps-print-version): New version number (4.1.1) and doc fix. | |
| 10345 (ps-print-prologue-header): New user option. | |
| 10346 (ps-color-values, ps-xemacs-face-kind-p, ps-mapper, ps-extent-sorter): | |
| 10347 Conditional compilation for GNU Emacs and emacsens. | |
| 10348 (ps-generate-postscript-with-faces): Skip invisible text better. | |
| 10349 (ps-setup): Print new user option. | |
| 10350 (ps-print-preprint): Check if input file name exists and is unwritable. | |
| 10351 (ps-begin-file): Adjust PostScript prologue header for duplex printers | |
| 10352 and insert user PostScript prologue header comments. | |
| 10353 (ps-mule-encode-bit, ps-mule-string-ascii, ps-mule-string-encoding): | |
| 10354 New funs. | |
| 10355 (dos-ps-printer, lazy-lock-fontify-buffer): Eliminated. | |
| 10356 (ps-mule-prologue, ps-mule-cmpchar-prologue, ps-mule-bitmap-prologue): | |
| 10357 PostScript programming normalization. | |
| 10358 (ps-mule-encode-7bit, ps-mule-encode-8bit, ps-mule-generate-font) | |
| 10359 (ps-mule-generate-glyphs, ps-mule-prepare-font, ps-mule-plot-string) | |
| 10360 (ps-mule-skip-same-charset, ps-mule-plot-rule-cmpchar) | |
| 10361 (ps-mule-plot-cmpchar, ps-mule-prepare-cmpchar-font) | |
| 10362 (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool): | |
| 10363 Programming style normalization. | |
| 10364 | |
| 10365 1998-10-26 Kenichi Handa <handa@etl.go.jp> | |
| 10366 | |
| 10367 * ps-print.el: To make it work also on Emacs 20.2 and the earlier | |
| 10368 version, check the value of mule-version. | |
| 10369 | |
| 10370 * international/mule-util.el (compose-region): Insert then delete | |
| 10371 to preserve markers. | |
| 10372 (decompose-region): Use search-forward for efficiency. | |
| 10373 | |
| 10374 * language/chinese.el (pre-write-encode-hz): Cancel previous | |
| 10375 change, use generate-new-buffer instead of get-buffer-create. | |
| 10376 * language/devan-util.el | |
| 10377 (in-is13194-devanagari-pre-write-conversion): Likewise. | |
| 10378 * language/thai-util.el (thai-pre-write-conversion): Likewise. | |
| 10379 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise. | |
| 10380 * language/viet-util.el (viqr-pre-write-conversion): Likewise. | |
| 10381 | |
| 10382 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 10383 | |
| 10384 * mail/rmailsum.el (rmail-message-subject-p): | |
| 10385 Handle message whose header has not been reformatted. | |
| 10386 | |
| 10387 * desktop.el (desktop-buffer-dired): Use dired-maybe-insert-subdir. | |
| 10388 | |
| 10389 1998-10-25 Jason Rumney <jasonr@altavista.net> | |
| 10390 | |
| 10391 * term/w32-win.el (w32-use-w32-font-dialog, w32-fixed-font-alist): | |
| 10392 New variables. | |
| 10393 (mouse-set-font): Use font menus instead of dialog according to | |
| 10394 w32-use-w32-font-dialog. | |
| 10395 | |
| 10396 1998-10-21 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
| 10397 | |
| 10398 * 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
|
10399 correctly! |
| 25837 | 10400 (calendar-month-name-array): Add doc string correctly! |
| 10401 | |
| 10402 1998-10-21 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 10403 | |
| 10404 * net-utils.el (whois-get-tld): Rewrite not to use `do'. | |
| 10405 | |
| 10406 1998-10-21 Markus Rost <rost@delysid.gnu.org> | |
| 10407 | |
| 10408 * lisp/info.el (Info-next-menu-item): Stay on top of node. | |
| 10409 | |
| 10410 * mail/rmailout.el (rmail-output): Insert newline only if necessary. | |
| 10411 | |
| 10412 * mail/rmail.el (rmail-get-new-mail): Delete garbage in any case. | |
| 10413 | |
| 10414 * menu-bar.el (menu-bar-options-menu): Add option for truncate-lines. | |
| 10415 | |
| 10416 1998-10-21 Andreas Schwab <schwab@delysid.gnu.org> | |
| 10417 | |
| 10418 * emacs-lisp/cl-specs.el (function-form): Fix spec for "function*". | |
| 10419 | |
| 10420 1998-10-21 Karl Heuer <kwzh@gnu.org> | |
| 10421 | |
| 10422 * emacs-lisp/profile.el (profile-timer-program): Var deleted. | |
| 10423 (profile-timer-process, profile-temp-result-, profile-time): Likewise. | |
| 10424 (profile-filter, profile-reset-timer): Functions deleted. | |
| 10425 (profile-check-zero-init-times, profile-get-time): Likewise. | |
| 10426 (profile-find-function, profile-quit): Likewise. | |
| 10427 (profile-distinct, profile-call-stack, profile-last-time): New vars. | |
| 10428 (profile-time-list, profile-init-list): Doc fix. | |
| 10429 (profile-functions): Simplify. | |
| 10430 (profile-print): Use float. Make output include space separators. | |
| 10431 (profile-add-time): New helper function. | |
| 10432 (profile-function-prolog): Renamed from profile-start-function. | |
| 10433 Handle profile-distinct. | |
| 10434 (profile-function-epilog): Renamed from profile-update-function. | |
| 10435 Handle profile-distinct. | |
| 10436 (profile-a-function): If the function to be profiled is an | |
| 10437 autoload form, load it. If it's lazy-loaded, fetch it. | |
| 10438 (profile-fix-fun): Simplify profiling wrapper, and unwind-protect it. | |
| 10439 (profile-restore-fun): Arg FUN is now a function symbol, as was | |
| 10440 documented, rather than a one-element list. | |
| 10441 (profile-finish): Call profile-restore-fun properly. | |
| 10442 | |
| 10443 1998-10-21 Kenichi Handa <handa@etl.go.jp> | |
| 10444 | |
| 10445 * international/characters.el: Setup charset property | |
| 10446 nospace-between-words. | |
| 10447 | |
| 10448 * international/mule-cmds.el (get-charset-property): If CHARSET is | |
| 10449 composition, return nil. | |
| 10450 (put-charset-property): If CHARSET is composition, do nothing. | |
| 10451 | |
| 10452 * language/chinese.el (pre-write-encode-hz): Use with-temp-buffer. | |
| 10453 * language/devan-util.el | |
| 10454 (in-is13194-devanagari-pre-write-conversion): Likewise. | |
| 10455 * language/thai-util.el (thai-pre-write-conversion): Likewise. | |
| 10456 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise. | |
| 10457 * language/viet-util.el (viqr-pre-write-conversion): Likewise. | |
| 10458 | |
| 10459 * textmodes/fill.el (sentence-end-without-period): New variable. | |
| 10460 (canonically-space-region): Pay attention to | |
| 10461 sentence-end-without-period. | |
| 10462 (fill-find-break-point): The first argument CHARSET deleted. | |
| 10463 Caller changed. | |
| 10464 (fill-region-as-paragraph): Pay attention to charset property | |
| 10465 nospace-between-words and text property nospace-between-words. | |
| 10466 | |
| 10467 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 10468 | |
| 10469 * progmodes/sh-script.el (sh-font-lock-keywords): Don't crash for | |
| 10470 an unrecognized shell. | |
| 10471 | |
| 10472 1998-10-20 Thien-Thi Nguyen <ttn@delysid.gnu.org> | |
| 10473 | |
| 10474 * desktop.el (desktop-save): Include minor modes symbolically. | |
| 10475 (desktop-create-buffer): Turn on all minor modes in `mim'. | |
| 10476 | |
| 10477 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 10478 | |
| 10479 * progmodes/sh-script.el (sh-mode): Handle .spec and .mspec files. | |
| 10480 (sh-font-lock-keywords): Handle rpm and rpm2. | |
| 10481 (sh-ancestor-alist): Handle rpm. | |
| 10482 | |
| 10483 * files.el (auto-mode-alist): Recognize .rpm files. | |
| 10484 Also .spec and .mspec files. | |
| 10485 | |
| 10486 1998-10-20 Eli Zaretskii <eliz@mescaline.gnu.org> | |
| 10487 | |
| 10488 * faces.el (frame-set-background-mode): Enable the function for | |
| 10489 MSDOS frames. | |
| 10490 | |
| 10491 1998-10-20 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
| 10492 | |
| 10493 * calendar/calendar.el (calendar-day-name-array): Add doc string. | |
| 10494 (calendar-month-name-array): Add doc string. | |
| 10495 | |
| 10496 1998-10-19 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 10497 | |
| 10498 * simple.el (kill-ring-max): Increased to 60. | |
| 10499 | |
| 10500 1998-10-17 Kenichi Handa <handa@etl.go.jp> | |
| 10501 | |
| 10502 * international/characters.el: Setup auto-fill-chars. | |
| 10503 | |
| 10504 * international/kinsoku.el (kinsoku): Check the variable | |
| 10505 enable-kinsoku. | |
| 10506 | |
| 10507 * simple.el (do-auto-fill): Don't check kinsoku-enable here. | |
| 10508 Don't call kinsoku directly, intead call fill-find-break-point. | |
| 10509 | |
| 10510 * textmodes/fill.el: Setup `fill-find-break-point-function' | |
| 10511 property to character sets which require `kinsoku' processing for | |
| 10512 filling. | |
| 10513 (fill-find-break-point): New function. | |
| 10514 (fill-region-as-paragraph): Don't check kinsoku-enable here. | |
| 10515 Don't call kinsoku directly, intead call fill-find-break-point. | |
| 10516 | |
| 10517 1998-10-18 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 10518 | |
| 10519 * faces.el (modify-face-read-string): Return (nil) for "none". | |
| 10520 (modify-face): Don't get error if (nil) is the argument. | |
| 10521 (face-try-color-list): Don't check whether nil is a valid color. | |
| 10522 | |
| 10523 1998-10-17 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 10524 | |
| 10525 * emacs-lisp/bytecomp.el (byte-recompile-directory): | |
| 10526 Print message about each directory, even in batch mode. | |
| 10527 | |
| 10528 * gnus/nntp.el: Require `cl' before using nnoo-declare. | |
| 10529 | |
| 10530 * ps-print.el (ps-mule-chars-in-string): No need to use sref. | |
| 10531 (ps-mule-string-char): No need to use sref. | |
| 10532 (ps-mule-next-index): No need to use sref. | |
| 10533 | |
| 10534 * ange-ftp.el (ange-ftp-waiting-flag): defvar moved. | |
| 10535 | |
| 10536 * files.el (revert-buffer-internal-hook): Add defvar. | |
| 10537 | |
| 10538 * arc-mode.el (archive-mode): Locally set file-precious-flag. | |
| 10539 | |
| 10540 * tar-mode.el (tar-mode): Locally set file-precious-flag. | |
| 10541 | |
| 10542 1998-10-16 Markus Rost <rost@delysid.gnu.org> | |
| 10543 | |
| 10544 * international/mule-cmds.el (default-input-method): Fix custom type. | |
| 10545 | |
| 10546 * net-utils.el (whois-server-list): Fix customization type. | |
| 10547 | |
| 10548 * shell.el (shell-input-autoexpand): Fix customization group. | |
| 10549 | |
| 10550 1998-10-16 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 10551 | |
| 10552 * repeat.el (repeat): Handle keyboard macros properly. | |
| 10553 Handle new prefix arg after self-insert command. | |
| 10554 | |
| 10555 * repeat.el: Don't include cl even at compile time. | |
| 10556 (repeat): Avoid using `loop'. | |
| 10557 | |
| 10558 * simple.el (shell-command-on-region): Doc fix. | |
| 10559 (next-history-element): Special error message if no default. | |
| 10560 | |
| 10561 1998-10-15 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 10562 | |
| 10563 * ps-print.el (ps-print-buffer): Doc fix. | |
| 10564 (ps-despool): Likewise. | |
| 10565 | |
| 10566 * arc-mode.el (arc-mode): Provide arc-mode. | |
| 10567 | |
| 10568 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 10569 | |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
10570 * ps-print.el (ps-print-buffer): Doc fix. |
| 25837 | 10571 |
| 10572 1998-10-14 Dave Love <fx@gnu.org> | |
| 10573 | |
| 10574 * ange-ftp.el (ange-ftp-read-passwd): Function deleted. | |
| 10575 (ange-ftp-set-passwd): Use read-passwd, not ange-ftp-read-passwd. | |
| 10576 (ange-ftp-get-passwd, ange-ftp-set-account): Likewise. | |
| 10577 | |
| 10578 * progmodes/fortran.el (fortran-mode-map): Change "Join | |
| 10579 Continuation Line" to "Join Line". | |
| 10580 (fortran-font-lock-keywords-1): Add "cycle", "exit". | |
| 10581 | |
| 10582 1998-10-14 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE> | |
| 10583 | |
| 10584 * progmodes/fortran.el (fortran-join-line): Use | |
| 10585 `delete-indentation' instead of issuing an error message if not on | |
| 10586 a continuation line. Provide for joining several lines using | |
| 10587 prefix arg. | |
| 10588 | |
| 10589 1998-10-14 Eli Zaretskii <eliz@mescaline.gnu.org> | |
| 10590 | |
| 10591 * term/pc-win.el (msdos-color-values): New variable. | |
| 10592 (x-color-values): New function, emulates its namesake from | |
| 10593 src/xfns.c. | |
| 10594 (msdos-bg-mode): Add all dark colors to those which return | |
| 10595 "dark". | |
| 10596 | |
| 10597 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 10598 | |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
10599 * replace.el (keep-lines, flush-lines, how-many): |
| 25837 | 10600 Don't ignore case if arg has upper case letters. |
| 10601 | |
| 10602 1998-10-11 Reto Zimmermann <zimmi@iis.ee.ethz.ch> | |
| 10603 | |
| 10604 * progmodes/vhdl-mode.el | |
|
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
10605 (vhdl-add-index-menu): Reverse order in imenu-generic-expression. |
| 25837 | 10606 (vhdl-template-assert, vhdl-block, vhdl-configuration-spec) |
| 10607 (vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map) | |
| 10608 (vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop) | |
| 10609 (vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo). | |
| 10610 (vhdl-when): Fix indentation problem. | |
| 10611 (vhdl-outer-space): Add "_" to syntax table for expand-abbrev. | |
| 10612 (vhdl-get-port, vhdl-get-generic): Bug fix in template. | |
| 10613 (vhdl-hooked-abbrev): Bug fix in hooked abbrev. | |
| 10614 | |
| 10615 1998-10-13 Geoff Voelker <voelker@cs.washington.edu> | |
| 10616 | |
| 10617 * ls-lisp.el (ls-lisp-use-insert-directory-program): New variable. | |
| 10618 (ls-lisp-insert-directory): Renamed from insert-directory. | |
| 10619 (insert-directory): New function. | |
| 10620 | |
| 10621 1998-10-13 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 10622 | |
| 10623 * simple.el (completion-fixup-function): Variable deleted. | |
| 10624 (completion-setup-function): Delete code for completion-fixup-function. | |
| 10625 * emacs-lisp/lisp.el (lisp-complete-symbol): | |
| 10626 Don't bind completion-fixup-function. | |
| 10627 | |
| 10628 * files.el (find-file-wildcards): New option. | |
| 10629 (find-file-noselect): Handle wild cards, if enabled. | |
| 10630 (file-expand-wildcards): New function. | |
| 10631 | |
| 10632 * simple.el (set-fill-column): Doc fix. | |
| 10633 | |
| 10634 1998-10-13 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 10635 | |
| 10636 * mail/uce.el (uce-reply-to-uce): Bind case-fold-search. | |
| 10637 | |
| 10638 1998-10-13 Andreas Schwab <schwab@mescaline.gnu.org> | |
| 10639 | |
| 10640 * progmodes/hideif.el: (hide-ifdef-env, hif-outside-read-only): | |
| 10641 Move declaration before first use. | |
| 10642 (hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr, | |
| 10643 hif-math, hif-factor): Rename token to hif-token and token-list to | |
| 10644 hif-token-list. | |
| 10645 (hif-token, hif-token-list): Declare them. | |
| 10646 (hif-find-ifdef-block): Return cons of top and bottom point | |
| 10647 instead of setting dynamically bound variables. | |
| 10648 (hide-ifdef-block, show-ifdef-block): Use return value of | |
| 10649 hif-find-ifdef-block. | |
| 10650 | |
| 10651 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 10652 | |
| 10653 * subr.el (read-passwd): Use clear-this-command-keys. | |
| 10654 | |
| 10655 * telnet.el (telnet-initial-filter): Use clear-this-command-keys. | |
| 10656 | |
| 10657 * gnus/pop3.el (pop3-open-server): Bind coding-system-for-read | |
| 10658 and ...-for-write. | |
| 10659 | |
| 10660 1998-10-12 Andrew Innes <andrewi@harlequin.co.uk> | |
| 10661 | |
| 10662 * gnus/nntp.el (nntp-possibly-change-group): Allow for unexpected | |
| 10663 responses to GROUP command, since this may be called from a timer | |
| 10664 with quit inhibited. | |
| 10665 | |
| 10666 1998-10-12 Kenichi Handa <handa@etl.go.jp> | |
| 10667 | |
| 10668 * international/ccl.el (ccl-compile-if): If there's no false-cmds, | |
| 10669 set unconditional-jump to nil. | |
| 10670 (ccl-compile-read-multibyte-character): Return nil. | |
| 10671 (ccl-compile-write-multibyte-character): Likewise. | |
| 10672 (ccl-compile-translate-character): Likewise | |
| 10673 (ccl-compile-map-multiple): Likewise. | |
| 10674 (ccl-compile-map-single): Likewise. | |
| 10675 | |
| 10676 * international/kinsoku.el: Add coding tag. | |
| 10677 (kinsoku-bol): Remove superfluous TAB in a string. | |
| 10678 | |
| 10679 * international/mule-cmds.el (find-coding-systems-for-charsets): | |
| 10680 Delete `composition' (if any) from CHARSETS. | |
| 10681 | |
| 10682 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 10683 | |
| 10684 * international/mule-cmds.el (setup-specified-language-environment): | |
| 10685 Add apropos-inhibit property. | |
| 10686 (describe-specified-language-support): Likewise. | |
| 10687 | |
| 10688 1998-10-11 Kenichi HANDA <handa@etl.go.jp> | |
| 10689 | |
| 10690 * international/mule.el (make-coding-system): Create -with-esc | |
| 10691 variant coding system. | |
| 10692 | |
| 10693 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu> | |
| 10694 | |
| 10695 * progmodes/etags.el (tags-loop-revert-buffers): New variable. | |
| 10696 (next-file): Optionally offer to revert a file's buffer, | |
| 10697 if it has an existing buffer but the file has changed. | |
| 10698 | |
| 10699 * info.el (Info-insert-dir): Detect and report problems | |
| 10700 in input files, such as "No Top node". Return with point | |
| 10701 at the beginning of the text. | |
| 10702 (Info-find-node): Reinsert the code to handle files | |
| 10703 with no tags table; it was deleted by mistake. | |
| 10704 | |
| 10705 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu> | |
| 10706 | |
| 10707 * textmodes/texnfo-upd.el (texinfo-make-menu): Don't let | |
| 10708 texinfo-find-higher-level-node repeatedly find the same node. | |
| 10709 (texinfo-find-higher-level-node): Doc fix. | |
| 10710 | |
| 10711 1998-10-10 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 10712 | |
| 10713 * mail/smtpmail.el (smtpmail-send-data-1): Use encode-coding-string. | |
| 10714 (smtpmail-address-buffer): Add defvar. | |
| 10715 (smtpmail-recipient-address-list, smtpmail-read-point): Likewise. | |
| 10716 | |
| 10717 * mail/feedmail.el (feedmail-queue-runner-is-active): Definition moved. | |
| 10718 | |
| 10719 * ffap.el (ffap-machine-p-local): Fix editing error. | |
| 10720 | |
| 10721 1998-10-09 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 10722 | |
| 10723 * faces.el (frame-set-background-mode): | |
| 10724 Don't do anythung for text-only or MSDOS frame. | |
| 10725 | |
| 10726 1998-10-08 Kenichi Handa <handa@etl.go.jp> | |
| 10727 | |
| 10728 * international/quail.el (quail-defrule): New optional arg APPEND. | |
| 10729 (quail-defrule-internal): Fix bug of handling the argument APPEND. | |
| 10730 | |
| 10731 1998-10-08 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 10732 | |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
10733 * gnus/pop3.el (pop3-open-server): |
| 25837 | 10734 Set process-coding-system-alist around open-network-stream. |
| 10735 | |
| 10736 1998-10-07 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 10737 | |
| 10738 * files.el (save-buffer): Doc fix. | |
| 10739 | |
| 10740 1998-10-07 Karl Heuer <kwzh@gnu.org> | |
| 10741 | |
| 10742 * emacs-lisp/profile.el (profile-fix-fun): If already profiled, | |
| 10743 return DEF unchanged, not nil. Simplify. | |
| 10744 | |
| 10745 1998-10-06 Geoff Voelker <voelker@cs.washington.edu> | |
| 10746 | |
| 10747 * dos-w32.el (file-name-buffer-file-type-alist): Fix typo in regexp. | |
| 10748 | |
| 10749 1998-10-06 Peter Breton <pbreton@ne.mediaone.net> | |
| 10750 | |
| 10751 * generic.el (generic-mode-with-type): Added hooks for generic-modes. | |
| 10752 | |
| 10753 * net-utils.el (ftp, nslookup): Require comint. | |
| 10754 (network-service-connection): Likewise. | |
| 10755 (whois-server-name): Defaults to whois.arin.net | |
| 10756 (whois-server-list, whois-server-tld, whois-guess-server): New var. | |
| 10757 (whois): Tries to guess the appropriate top-level domain server. | |
| 10758 (whois-get-tld): New function. | |
| 10759 | |
| 10760 * dirtrack.el: Mentioned dirtrack-debug-toggle in the docs. | |
| 10761 (dirtrack-debug-toggle): Added this function. | |
| 10762 | |
| 10763 1998-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
| 10764 | |
| 10765 * files.el (find-file-noselect): Switch to the correct buffer | |
| 10766 before checking find-file-literally, and allow non-nil non-t | |
| 10767 rawfile params. | |
| 10768 | |
| 10769 1998-10-06 Karl Heuer <kwzh@gnu.org> | |
| 10770 | |
| 10771 * midnight.el (clean-buffer-list): Add autoload cookie. | |
| 10772 | |
| 10773 * arc-mode.el (archive-mode-revert): Arg no-auto-save renamed from | |
| 10774 no-autosave. | |
| 10775 * tar-mode.el (tar-mode-revert): Likewise. | |
| 10776 * ediff-util.el (ediff-arrange-auto-save-in-merge-jobs): Renamed | |
| 10777 from ediff-arrange-autosave-in-merge-jobs. Callers changed. | |
| 10778 * gnus/message.el (message-auto-save-directory): Renamed from | |
| 10779 message-autosave-directory. All references changed. | |
| 10780 | |
| 10781 1998-10-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us> | |
| 10782 | |
| 10783 * mail/rmail.el (rmail-retry-failure): Allow blanks in boundary | |
| 10784 string. Expose mime stuff while searching. | |
| 10785 | |
| 10786 1998-10-06 Richard Stallman <rms@gnu.org> | |
| 10787 | |
| 10788 * emacs-lisp/lisp-mode.el (eval-defun): Return the evaluation result. | |
| 10789 | |
| 10790 * replace.el (perform-replace): Position point properly | |
| 10791 before and after the recursive edit of C-r. | |
| 10792 | |
| 10793 * progmodes/etags.el (tags-reset-tags-tables): Properly | |
| 10794 find the markers in the old rings that are being discarded. | |
| 10795 | |
| 10796 1998-10-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 10797 | |
|
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
10798 * apropos.el (apropos-print): Control invalid characters. |
| 25837 | 10799 |
| 10800 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X): | |
| 10801 Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid | |
| 10802 confusing customize. | |
| 10803 | |
| 10804 1998-10-06 Eli Zaretskii <eliz@mescaline.gnu.org> | |
| 10805 | |
| 10806 * generic-x.el (bat-generic-mode): Fix regexps for keywords and | |
| 10807 built-in commands. Add more built-in commands and fix face names. | |
| 10808 | |
| 10809 1998-10-05 Simon Marshall <simon@gnu.org> | |
| 10810 | |
| 10811 * menu-bar.el (menu-bar-tools-menu): Added entry for Speedbar. | |
| 10812 | |
| 10813 1998-10-04 Eric Ludlam <zappo@gnu.org> | |
| 10814 | |
| 10815 * speedbar.el (speedbar-initial-expansion-list-name): Remove | |
| 10816 customization since it is not useful in this case. | |
| 10817 (speedbar-frame-mode): Check if cfx or cfy is a list, and make | |
| 10818 sure it gets evalled to a number. Also verify that set-frame-name | |
| 10819 fn exists before calling it. | |
| 10820 | |
| 10821 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine): | |
| 10822 Protect a `forward-sexp' call which could fail, and improved regex | |
| 10823 for ie, and eg abbreviations. | |
| 10824 | |
| 10825 1998-10-02 Noah Friedman <friedman@splode.com> | |
| 10826 | |
| 10827 * rlogin.el (rlogin-send-Ctrl-C): Use process-send-string, not | |
| 10828 send-string. | |
| 10829 (rlogin-send-Ctrl-D): Here also. | |
| 10830 (rlogin-send-Ctrl-Z): Here also. | |
| 10831 (rlogin-send-Ctrl-backslash): Here also. | |
| 10832 | |
| 10833 1998-10-02 Dave Love <fx@gnu.org> | |
| 10834 | |
| 10835 * outline.el (hide-region-body): Bind | |
| 10836 outline-view-change-hook to nil while making repeated calls to | |
| 10837 outline-flag-region. Run it once at the end. | |
| 10838 (hide-other, hide-sublevels, show-children): Likewise. | |
| 10839 | |
| 10840 * info-look.el: Remove duplicate scheme-mode entry. | |
| 10841 (info-lookup-make-completions): When looking for entries, check | |
| 10842 that `item' isn't null or "Menu". | |
| 10843 | |
| 10844 1998-10-01 Karl Heuer <kwzh@gnu.org> | |
| 10845 | |
| 10846 * net-utils.el: Don't require ffap. | |
| 10847 (net-utils-machine-at-point, net-utils-url-at-point): New functions. | |
| 10848 (ping, nslookup-host, finger, network-connection-to-service): Use them. | |
| 10849 | |
| 10850 1998-09-30 Richard Stallman <rms@gnu.org> | |
| 10851 | |
| 10852 * ispell.el (check-ispell-version): No need to bind default-major-mode. | |
| 10853 | |
| 10854 * imenu.el (imenu--generic-function): Sort each submenu by position. | |
| 10855 (imenu--sort-by-position): New function. | |
| 10856 | |
| 10857 * cus-edit.el (Custom-mode-menu): Fix info node name. | |
| 10858 (customize group): Fix info node name. | |
| 10859 | |
| 10860 * mail/mailalias.el (build-mail-aliases): Don't allow | |
| 10861 a newline in the alias name. Don't define an alias | |
| 10862 if the definition would be empty. | |
| 10863 | |
| 10864 * which-func.el (which-func-mode-global): Make :set function | |
| 10865 more reliable. | |
| 10866 | |
| 10867 * custom.el (custom-set-variables): Load the requests first, | |
| 10868 then check the symbol's `set' function. | |
| 10869 | |
| 10870 * ffap.el: Doc fixes. | |
| 10871 | |
| 10872 1998-09-30 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 10873 | |
| 10874 * gnus.el: (gnus-valid-select-methods): Fix type. | |
| 10875 * gnus-sum.el (gnus-summary-respool-default-method): Fix type. | |
| 10876 * gnus-score.el (gnus-orphan-score): Fix type. | |
| 10877 (gnus-score-default-header, gnus-score-default-type): Fix type. | |
| 10878 * gnus-art.el (gnus-article-x-face-too-ugly): Fix type. | |
| 10879 (gnus-saved-headers): Fix type. | |
| 10880 | |
| 10881 * lisp/textmodes/fill.el (fill-individual-paragraphs-prefix): | |
| 10882 Avoid nil value of `two-lines-citation-part'. | |
| 10883 | |
| 10884 1998-09-30 Roman Belenov <roman@nstl.nnov.ru> | |
| 10885 | |
| 10886 * which-func.el (which-function): Handle case when | |
| 10887 (car imenu--index-alist) is nil. | |
| 10888 | |
| 10889 1998-09-29 Dave Love <fx@gnu.org> | |
| 10890 | |
| 10891 * jka-compr.el (jka-compr-compression-info-list): Remove "-c" from | |
| 10892 bzip2 args. | |
| 10893 | |
| 10894 1998-09-29 Simon Marshall <simon@gnu.org> | |
| 10895 | |
| 10896 * comint.el (comint-mode): Use make-local-hook for pre-command-hook and | |
| 10897 comint-exec-hook. | |
| 10898 | |
| 10899 1998-09-29 Stephen Eglen <stephen@gnu.org> | |
| 10900 | |
| 10901 * info-look.el: Add support for Octave. | |
| 10902 | |
| 10903 1998-09-28 Carsten Dominik <cd@delysid.gnu.org> | |
| 10904 | |
| 10905 * textmodes/reftex.el (reftex-finding-files): New customize group. | |
| 10906 (reftex-texpath-environment-variables, | |
| 10907 reftex-use-external-file-finders, reftex-external-file-finders, | |
| 10908 reftex-search-unrecursed-path-first): New options. | |
| 10909 (reftex-process-string, reftex-find-file-externally): New | |
| 10910 functions. | |
| 10911 (reftex-access-search-path): Execute shell commands to find the | |
| 10912 search path. | |
| 10913 (reftex-toggle-auto-view-crossref): When turning on, make sure | |
| 10914 `reftex-auto-view-crossref' becomes non-nil. | |
| 10915 (reftex-abbrev-regexp): Constant removed. | |
| 10916 (reftex-convert-string): Abbrev regexp calculated locally. | |
| 10917 | |
| 10918 1998-09-28 Dave Love <fx@gnu.org> | |
| 10919 | |
| 10920 * progmodes/fortran.el: Don't call regexp-opt when deriving | |
| 10921 font-lock patterns with keywords that aren't all literal. | |
| 10922 | |
| 10923 1998-09-27 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> | |
| 10924 | |
| 10925 * octave-inf.el (inferior-octave-prompt): Also match prompts of | |
| 10926 the form `octave.bin:1>' which come from using precopiled binary | |
| 10927 versions. | |
| 10928 | |
| 10929 1998-09-27 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 10930 | |
| 10931 * help.el (help-for-help): Use %THIS-KEY%. | |
| 10932 (help-quit): Add doc. | |
| 10933 | |
| 10934 * help-macro.el (make-help-screen): Keep HELP-TEXT | |
| 10935 in a separate function definition, not in the help command FNAME. | |
| 10936 Replace %THIS-KEY% with the key sequence that ran FNAME. | |
| 10937 | |
| 10938 1998-09-25 Richard Stallman <rms@gnu.org> | |
| 10939 | |
| 10940 * textmodes/texinfo.el (texinfo-show-structure): | |
| 10941 Bind inhibit-read-only. | |
| 10942 | |
| 10943 * isearch.el (isearch-search-and-update): Properly | |
| 10944 handle upper case letters in the reverse-search special case. | |
| 10945 | |
| 10946 1998-09-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 10947 | |
| 10948 * gnus.el: Extend the list of autoloaded functions. | |
| 10949 | |
| 10950 * gnus/gnus-start.el (gnus-check-first-time-used): Change current | |
| 10951 buffer before creating help group. (from Gnus v5.6.43, fix by | |
| 10952 1998-08-20 Per Starback <starback@update.uu.se>) | |
| 10953 | |
| 10954 * gnus-util.el (gnus-output-to-rmail): Adjust to | |
| 10955 `rmail-output-to-rmail-file'. | |
| 10956 | |
| 10957 1998-09-25 Karl Heuer <kwzh@gnu.org> | |
| 10958 | |
| 10959 * hexl.el (hexl-mode-map): More of previous change. | |
| 10960 | |
| 10961 * textmodes/tex-mode.el (tex-run-command): Doc fix. | |
| 10962 (tex-start-tex): Don't use tex-start-options-string in star case. | |
| 10963 Quote file name in star case as well as in non-star. | |
| 10964 Add blank and quoting of option string here. | |
| 10965 (tex-start-options-string): Not here. | |
| 10966 | |
| 10967 1998-09-23 Karl Heuer <kwzh@gnu.org> | |
| 10968 | |
| 10969 * term.el (term-delimiter-argument-list): Doc fix. | |
| 10970 (term-emulate-terminal): Escape literal semicolon. | |
| 10971 * progmodes/asm-mode.el (asm-mode): Doc fix. | |
| 10972 (asm-comment-char): Escape literal semicolon. | |
| 10973 * emulation/viper-cmd.el (viper-movement-commands): Likewise. | |
| 10974 | |
| 10975 1998-09-23 Richard Stallman <rms@gnu.org> | |
| 10976 | |
| 10977 * hexl.el (hexl-mode-map): Don't override all ESC bindings, | |
| 10978 only those that normally modify the buffer. | |
| 10979 | |
| 10980 * dabbrev.el (dabbrev--find-expansion): Don't scan the current buffer | |
| 10981 over again. | |
| 10982 | |
| 10983 1998-09-23 E. Jay Berkenbilt <ejb@ql.org> | |
| 10984 | |
| 10985 * ispell.el (check-ispell-version): Ensure same buffer is current | |
| 10986 when let-binding of case-fold-search ends. | |
| 10987 | |
| 10988 1998-09-23 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
| 10989 | |
| 10990 * ps-print.el: Skip invisible overlay. | |
| 10991 Test for set-buffer-multibyte rather than using mule-version. | |
| 10992 (ps-print-version): New version number (4.1) and doc fix. | |
| 10993 (ps-generate-postscript-with-faces): Skip invisible overlay. | |
| 10994 | |
| 10995 1998-09-23 Fritz Knabe <knabe@cs.virginia.edu> | |
| 10996 | |
| 10997 * mail/mh-mime.el (mh-mhn-compose-insertion): Use quotes. | |
| 10998 | |
| 10999 1998-09-22 Kenichi Handa <handa@etl.go.jp> | |
| 11000 | |
| 11001 * international/quail.el (quail-update-guidance): Check for the | |
| 11002 return value of (quail-guidance) fixed. | |
| 11003 (quail-update-translation): Bind quail-current-str locally when it | |
| 11004 calls quail-update-guidance. | |
| 11005 (quail-update-translation): If input-method-exit-on-first-char is | |
| 11006 non-nil, terminate translation only when the current input method | |
| 11007 is simple. | |
| 11008 | |
| 11009 1998-09-22 Paul Eggert <eggert@twinsun.com> | |
| 11010 | |
| 11011 * startup.el (locale-translation-file-name): Prefer X-related names | |
| 11012 to the name used by GNU/Linux sans X. Set to nil if no file found. | |
| 11013 (command-line): Use locale-translation-file-name if it is not nil, | |
| 11014 instead of testing for its existence again. | |
| 11015 regexp-quote the ctype before using it in a regexp. | |
| 11016 Allow a colon to appear after the ctype in the aliases file, | |
| 11017 as is done in X11R6.4. | |
| 11018 | |
| 11019 1998-09-21 Richard Stallman <rms@gnu.org> | |
| 11020 | |
| 11021 * mail/rmail.el (rmail-resend): Work properly if invoked from summary. | |
| 11022 | |
| 11023 * calendar/appt.el (appt-interval): Variable deleted. | |
| 11024 (appt-check): For minutes in between appt-display-interval times, | |
| 11025 do check, but don't display anything except an updated mode line. | |
| 11026 Count against appt-display-interval based on minutes since | |
| 11027 first display of this appointment, not based on time of day. | |
| 11028 If appt-display-mode-line, force mode line redisplay | |
| 11029 whenever appt-mode-string has changed. | |
| 11030 (appt-add, appt-delete): Add autoload cookies. | |
| 11031 (appt-check): Catch errors from calling `diary'. | |
| 11032 (appt-max-time): Renamed from max-time. | |
| 11033 (appt-now-displayed, appt-display-count): New variables. | |
| 11034 (appt-timer): Don't create one if we already have one. | |
| 11035 | |
| 11036 * textmodes/tex-mode.el (tex-compilation-parse-errors): | |
| 11037 More general code to use the source buffer instead of the zap file. | |
| 11038 | |
| 11039 * hilit-chg.el (highlight-compare-with-file): Renamed from | |
| 11040 compare-with-file. | |
| 11041 | |
| 11042 * loadhist.el (load-history-loaded): New variable. | |
| 11043 (symbol-file): Load etc/fns-VERSION.el if that has not been done. | |
| 11044 | |
| 11045 * loadup.el: Write load-history into etc/fns-VERSION.el, then clear it. | |
| 11046 | |
| 11047 * emacs-lisp/find-func.el (find-function-search-for-symbol): | |
| 11048 Fix error messages. | |
| 11049 | |
| 11050 1998-09-21 Markus Armbruster <armbru@pond.sub.org> | |
| 11051 | |
| 11052 * avoid.el (mouse-avoidance-banish-hook): Don't move unless in an | |
| 11053 Emacs frame. | |
| 11054 | |
| 11055 1998-09-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 11056 | |
| 11057 * mail/rmail.el (rmail-decode-babyl-format): Recognize both | |
| 11058 `undecided' and `undecided-unix'. | |
| 11059 | |
| 11060 1998-09-21 Dave Love <fx@gnu.org> | |
| 11061 | |
| 11062 * help.el (help-make-xrefs): Fix typo affecting Info references. | |
| 11063 | |
| 11064 * subr.el (remove-hook): Check list values to avoid errors. | |
| 11065 | |
| 11066 1998-09-18 Noah Friedman <friedman@splode.com> | |
| 11067 | |
| 11068 * emacs-lisp/eldoc.el (eldoc-message): Check for 1-arg case, and | |
| 11069 store string in eldoc-last-message without consing a new string. | |
| 11070 Rearrange logic from nested if's into cond's. | |
| 11071 (eldoc-print-fnsym-args): Renamed to eldoc-get-fnsym-args-string. | |
| 11072 Do not print message; just return string. | |
| 11073 (eldoc-get-var-docstring): Renamed from eldoc-print-var-docstring. | |
| 11074 Do not print message; just return string. | |
| 11075 Cache that string in eldoc-last-data. | |
| 11076 (eldoc-last-data): Make into a vector. | |
| 11077 (eldoc-get-fnsym-args-string): Use new data form of structure. | |
| 11078 (eldoc-get-var-docstring): Here also. | |
| 11079 (eldoc-last-data-store): New function. | |
| 11080 (eldoc-get-fnsym-args-string): Use it. | |
| 11081 (eldoc-get-var-docstring): Here also. | |
| 11082 (eldoc-docstring-first-line): Minimize interim string consing. | |
| 11083 Call substitute-command-keys on the result. | |
| 11084 (eldoc-print-var-docstrings, eldoc-print-docstring, | |
| 11085 eldoc-docstring-message): Functions removed. | |
| 11086 (eldoc-docstring-format-sym-doc): New function, functionality | |
| 11087 ripped out of eldoc-docstring-message. | |
| 11088 (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it. | |
| 11089 | |
| 11090 1998-09-18 Kenichi Handa <handa@etl.go.jp> | |
| 11091 | |
| 11092 * international/mule.el (make-coding-system): Doc-string modified. | |
| 11093 | |
| 11094 1998-09-18 Andreas Schwab <schwab@delysid.gnu.org> | |
| 11095 | |
| 11096 * progmodes/vhdl-mode.el (vhdl-header-file): Fix customize type. | |
| 11097 | |
| 11098 * progmodes/cpp.el (cpp-face-light-list, cpp-face-dark-list): Fix | |
| 11099 customize type. | |
| 11100 | |
| 11101 * progmodes/cperl-mode.el (cperl-lazy-help-time): Fix customize | |
| 11102 type. | |
| 11103 | |
| 11104 * progmodes/compile.el (compilation-error-screen-columns): New | |
| 11105 variable. | |
| 11106 (compilation-next-error-locus): Use it to decide whether to use | |
| 11107 forward-char or move-to-column. | |
| 11108 | |
| 11109 * mail/rmail.el (rmail-movemail-program): Fix customize type. | |
| 11110 | |
| 11111 * mail/feedmail.el (feedmail-x-mailer-line-user-appendage, | |
| 11112 feedmail-fiddle-plex-user-list, | |
| 11113 feedmail-spray-address-fiddle-plex-list, | |
| 11114 feedmail-prompt-before-queue-user-alist, | |
| 11115 feedmail-prompt-before-queue-help-supplement, | |
| 11116 feedmail-queue-reminder-alist, feedmail-queue-default-file-slug, | |
| 11117 feedmail-queue-alternative-mail-header-separator): Fix customize | |
| 11118 type. | |
| 11119 | |
| 11120 * startup.el (site-run-file): Fix customize type. | |
| 11121 | |
| 11122 * speedbar.el (speedbar-initial-expansion-list-name): Fix | |
| 11123 customize type. | |
| 11124 | |
| 11125 * shell.el (shell-input-autoexpand): Fix customize type. | |
| 11126 | |
| 11127 * ps-print.el (ps-font-info-database): Add missing dots in value. | |
| 11128 Improve layout of customize type. | |
| 11129 | |
| 11130 * net-utils.el (traceroute-program-options, ping-program-options, | |
| 11131 ipconfig-program-options, netstat-program-options, | |
| 11132 arp-program-options, route-program-options, | |
| 11133 nslookup-program-options, ftp-program-options): Fix customize | |
| 11134 type. | |
| 11135 | |
| 11136 * midnight.el (clean-buffer-list-kill-regexps, | |
| 11137 clean-buffer-list-kill-buffer-names, | |
| 11138 clean-buffer-list-kill-never-buffer-names, | |
| 11139 clean-buffer-list-kill-never-regexps): Fix customize type. | |
| 11140 | |
| 11141 * man.el (Man-init-defvars): Avoid trailing nil on | |
| 11142 Man-filter-list. | |
| 11143 | |
| 11144 * lpr.el (printer-name): Fix customize type. | |
| 11145 | |
| 11146 1998-09-16 Kenichi Handa <handa@etl.go.jp> | |
| 11147 | |
| 11148 * international/mule-cmds.el (reset-language-environment): Call | |
| 11149 update-coding-systems-internal. | |
| 11150 | |
| 11151 * international/mule-conf.el: Call update-coding-systems-internal | |
| 11152 at the tail. | |
| 11153 | |
| 11154 1998-09-14 Dave Love <fx@gnu.org> | |
| 11155 | |
| 11156 * vc-hooks.el (vc-menu-map): Change the vc-directory label. Don't | |
| 11157 use the menu-enable properties, pending doing it correctly and | |
| 11158 acceptably fast. | |
| 11159 | |
| 11160 * map-ynp.el (map-y-or-n-p): Mention RET, `q' in the help text. | |
| 11161 | |
| 11162 1998-09-13 Dave Love <d.love@dl.ac.uk> | |
| 11163 | |
| 11164 * progmodes/hideshow.el (hs-grok-mode-type): Check | |
| 11165 comment-{start,end} non-nil as well as bound. Report an error if | |
| 11166 we can't grok the mode. | |
| 11167 | |
| 11168 1998-09-13 Richard Stallman <rms@gnu.org> | |
| 11169 | |
| 11170 * simple.el (blink-matching-open): Don't log paren matching | |
| 11171 messages in *Messages*. | |
| 11172 | |
| 11173 1998-09-12 Richard Stallman <rms@gnu.org> | |
| 11174 | |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
11175 * scroll-bar.el (scroll-bar-scroll-down, scroll-bar-scroll-up): |
| 25837 | 11176 Set point-before-scroll at end even if there was an error. |
| 11177 | |
| 11178 * ange-ftp.el (ange-ftp-insert-file-contents): | |
| 11179 Use binary mode for dumb-unix hosts as for unix hosts. | |
| 11180 (ange-ftp-copy-file-internal): Likewise. | |
| 11181 | |
| 11182 * textmodes/paragraphs.el (use-hard-newlines): Doc fix. | |
| 11183 | |
| 11184 * emacs-lisp/pp.el: Doc fixes. | |
| 11185 | |
| 11186 * wid-edit.el (widget-menu-max-shortcuts): New variable. | |
| 11187 (widget-choose): Don't use single-char shortcuts if # items | |
| 11188 exceeds that many. Use minibuffer instead. | |
| 11189 | |
| 11190 1998-09-12 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
| 11191 | |
| 11192 * calendar/diary-lib.el (mark-sexp-diary-entries): Fix previous chg. | |
| 11193 | |
| 11194 1998-09-12 Eric Ludlam <zappo@mescaline.gnu.org> | |
| 11195 | |
| 11196 * speedbar.el (speedbar-frame-mode): Do not set frame position if | |
| 11197 in terminal mode. | |
| 11198 | |
| 11199 1998-09-10 Noah Friedman <friedman@splode.com> | |
| 11200 | |
|
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
11201 * rsz-mini.el (resize-minibuffer-mode): Remove :version field from |
| 25837 | 11202 defcustom declaration. It's wreaking too much havoc with XEmacs |
| 11203 and older versions of Emacs, which share this code. | |
| 11204 | |
| 11205 * type-break.el (type-break-mode): Here also. | |
| 11206 | |
| 11207 * rlogin.el (rlogin): If using make-local-hook, pass the 4th arg | |
| 11208 `t' to add-hook also to modify the new local value. | |
| 11209 | |
| 11210 1998-09-10 Dave Love <fx@gnu.org> | |
| 11211 | |
| 11212 * vc.el (vc-insert-headers): Doc fix. | |
| 11213 | |
| 11214 1998-09-10 Richard Stallman <rms@gnu.org> | |
| 11215 | |
| 11216 * textmodes/flyspell.el (flyspell-mode-on): Make the | |
| 11217 ispell-... variables permanent locals. | |
| 11218 (flyspell-mode-off): Add autoload cookie. | |
| 11219 | |
| 11220 * ange-ftp.el (ange-ftp-write-region): For `dumb-unix' host, | |
| 11221 do use binary mode, just as for `unix'. | |
| 11222 (ange-ftp-host-type): If HOST is nil, return `unix'. | |
| 11223 | |
| 11224 * dired.el (dired-mark-files-containing-regexp): | |
| 11225 Don't scan directories. Ignore non-readable files. | |
| 11226 | |
| 11227 * progmodes/compile.el (compilation-error-regexp-alist): | |
| 11228 Fix previous change: allow . and _ in command name. | |
| 11229 | |
| 11230 * dired.el (dired-mark-files-containing-regexp): Fix previous change. | |
| 11231 | |
| 11232 * uncompress.el (uncompress-while-visiting): | |
| 11233 Use just the car of what find-operation-coding-system returns. | |
| 11234 | |
| 11235 * textmodes/tex-mode.el (tex-start-tex): Call comint-quote-filename. | |
| 11236 | |
| 11237 * shell.el (shell-file-name-quote-list): Add # to the value. | |
| 11238 | |
| 11239 1998-09-10 E. Jay Berkenbilt <ejb@ql.org> | |
| 11240 | |
|
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
11241 * textmodes/flyspell.el (flyspell-mode-on): Fix kill-buffer-hook |
| 25837 | 11242 to make killing of ispell process work even if |
| 11243 kill-all-local-variables has been run. | |
| 11244 | |
| 11245 1998-09-10 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
| 11246 | |
| 11247 * calendar/diary-lib.el (mark-sexp-diary-entries): Avoid infinite | |
| 11248 loop when sexp entry ends at end of file with no newline. | |
| 11249 | |
| 11250 1998-09-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 11251 | |
| 11252 * cus-edit.el (Custom-save, Custom-reset-current, Custom-reset-saved) | |
| 11253 (Custom-reset-standard): Fix menu inconsistency. | |
| 11254 | |
| 11255 * mail/feedmail.el (feedmail-from-line): Allow t. | |
| 11256 (feedmail-message-id-suffix): Allow nil. | |
| 11257 | |
| 11258 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): | |
| 11259 Simplify. Make prefix arg work right. | |
| 11260 | |
| 11261 1998-09-09 Dave Love <fx@gnu.org> | |
| 11262 | |
| 11263 * textmodes/paragraphs.el (use-hard-newlines): Doc fix. | |
| 11264 | |
| 11265 * help.el (help-xref-interned): Bind inhibit-read-only when inserting. | |
| 11266 | |
| 11267 1998-09-08 Dave Love <fx@gnu.org> | |
| 11268 | |
| 11269 * add-log.el (change-log-font-lock-keywords): Do parenthesized | |
| 11270 stuff only after file names or at start of line. Allow parens | |
| 11271 around e-mail, as well as angles. | |
| 11272 | |
| 11273 * gnus/nnweb.el (require): Wrap requirement of w3 and url in | |
| 11274 ignore-errors too, eval'd when compile. Require w3 stuff at load | |
| 11275 time for nicer failure if it's not available. | |
| 11276 | |
| 11277 1998-09-07 Geoff Voelker <voelker@cs.washington.edu> | |
| 11278 | |
| 11279 * comint.el (comint-arguments): Ignore backslashes when using | |
| 11280 w32 shells that expect backslashes as the directory separator. | |
| 11281 | |
| 11282 1998-09-04 Kenichi Handa <handa@etl.go.jp> | |
| 11283 | |
| 11284 * international/fontset.el (resolved-ascii-font): New variable. | |
| 11285 (x-complement-fontset-spec): By side effect, set | |
| 11286 `resolved-ascii-font' to the resolved name of ASCII font." | |
| 11287 (create-fontset-from-fontset-spec): Don't get a value for | |
| 11288 resolved-ascii-font from the list full-fontlist. It is set by | |
| 11289 x-complement-fontset-spec now. | |
| 11290 | |
| 11291 * ps-print.el: To make it work also on Emacs 20.2 and the earlier | |
| 11292 version, check the value of mule-version. | |
| 11293 | |
| 11294 1998-09-07 Carsten Dominik <cd@delysid.gnu.org> | |
| 11295 | |
| 11296 * textmodes/reftex.el (reftex-view-crossref): Split up into | |
| 11297 several functions. No longer moves to find a macro. | |
| 11298 (reftex-view-cr-cite, reftex-view-cr-ref, | |
| 11299 reftex-end-of-bib-entry): New functions. | |
| 11300 (reftex-auto-view-crossref): New value `window' allowed. | |
| 11301 (reftex-view-crossref-when-idle): Process new `window' option in | |
| 11302 (reftex-translate-to-ascii-function): New default. | |
| 11303 (reftex-label-illegal-re): Default changed, removed Latin1. | |
| 11304 (reftex-latin1-to-ascii): New function. | |
| 11305 (reftex-what-environment): Check for section regexp before use. | |
| 11306 (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with | |
| 11307 absolute path names. | |
| 11308 (reftex-TeX-master-file): Changed sequence of file checks. | |
| 11309 (reftex-do-citation): bibview cache only with RefTeX mode on. | |
| 11310 | |
| 11311 1998-09-06 Richard Stallman <rms@gnu.org> | |
| 11312 | |
| 11313 * progmodes/compile.el (compilation-error-regexp-alist): | |
| 11314 In first pattern (GNU utilities and other things), | |
| 11315 allow a space after the optional program name at the beginning. | |
| 11316 | |
| 11317 * mail/mail-hist.el (mail-hist-current-header-contents): | |
| 11318 Fix previous change: use mail-header-end. | |
| 11319 | |
| 11320 1998-09-06 Bill Richter <richter@math.nwu.edu> | |
| 11321 | |
| 11322 * international/ccl.el: Doc fixes. | |
| 11323 * international/encoded-kb.el: Doc fixes. | |
| 11324 * international/fontset.el: Doc fixes. | |
| 11325 * international/kinsoku.el: Doc fixes. | |
| 11326 * international/kkc.el: Doc fixes. | |
| 11327 * international/mule-cmds.el: Doc fixes. | |
| 11328 * international/mule-conf.el: Doc fixes. | |
| 11329 * international/mule-util.el: Doc fixes. | |
| 11330 * international/mule.el: Doc fixes. | |
| 11331 | |
| 11332 1998-09-05 Eric Ludlam <zappo@gnu.org> | |
| 11333 | |
| 11334 * emacs-lisp/checkdoc.el: (checkdoc-buffer-label): New function. | |
| 11335 (checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'. | |
| 11336 (checkdoc-this-string-valid-engine): Permit ? as terminating | |
| 11337 punctuation for first line sentence breaking. | |
| 11338 (checkdoc-this-string-valid): When converting a comment into a doc | |
| 11339 string, make sure " chars are \". | |
| 11340 (checkdoc-sentencespace-region-engine): Only do double space check | |
| 11341 if based on the variable `sentence-end-double-space' | |
| 11342 (checkdoc-this-string-valid-engine): ? ends valid sentence. | |
| 11343 (checkdoc-proper-noun-region-engine): Exclude items in URLs | |
| 11344 | |
| 11345 1998-09-04 Richard Stallman <rms@gnu.org> | |
| 11346 | |
| 11347 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): | |
| 11348 Recognize define-skeleton as a function definer. | |
| 11349 | |
| 11350 * cus-edit.el (customize-option): Refuse to customize | |
| 11351 a variable that has no defcustom. But if variable is autoloaded, | |
| 11352 first try to load the library that defines it. | |
| 11353 | |
| 11354 * international/iso-insert.el: Use `string' before calling `insert' | |
| 11355 so that in multibyte buffers we insert multibyte chars. | |
| 11356 | |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
11357 * dired.el (dired-mark-files-containing-regexp): |
| 25837 | 11358 Don't use find-file; instead, insert the file in a temp buffer. |
| 11359 | |
| 11360 * textmodes/tex-mode.el (tex-start-options-string): New option. | |
| 11361 (tex-start-tex): Use that variable. | |
| 11362 | |
| 11363 * mail/rmail.el (rmail-primary-inbox-list): Make the initial | |
| 11364 value in the `repeat' alternative a list. | |
| 11365 | |
| 11366 * textmodes/fill.el (fill-individual-paragraphs): Before deleting | |
| 11367 the inserted newline, verify that one was really inserted. | |
| 11368 | |
| 11369 * textmodes/flyspell.el (flyspell-mode): Do nothing if mode | |
| 11370 remains on or remains off. | |
| 11371 (flyspell-multi-language-p): Default changed to nil. | |
| 11372 | |
| 11373 * progmodes/ada-mode.el (ada-search-ignore-string-comment): | |
| 11374 In "found in comment" case, don't beginning-of-line after forward-line. | |
| 11375 | |
| 11376 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): | |
| 11377 If the function definition is not a lambda, return original FORM | |
| 11378 with no error. | |
| 11379 | |
| 11380 1998-09-04 Peter Breton <pbreton@ne.mediaone.net> | |
| 11381 | |
| 11382 * net-utils.el (netstat-program-options): Changed from nil to "-a" | |
| 11383 so that by default netstat shows all network connections. | |
| 11384 | |
| 11385 1998-09-04 Bob Weiner <weiner@altrasoft.com> | |
| 11386 | |
| 11387 * international/quail.el: Doc fixes. | |
| 11388 | |
| 11389 * info.el (info): Don't add parens if FILE already has them. | |
| 11390 | |
| 11391 1998-09-04 Geoff Voelker <voelker@cs.washington.edu> | |
| 11392 | |
| 11393 * mail/smtpmail.el (smtpmail-via-smtp): Parse out the first word | |
| 11394 on extension lines. | |
| 11395 | |
| 11396 1998-09-03 Geoff Voelker <voelker@cs.washington.edu> | |
| 11397 | |
| 11398 * w32-fns.el (w32-shell-dos-semantics): New function. | |
| 11399 | |
| 11400 1998-09-03 Bill Richter <richter@brouwer.math.nwu.edu> | |
| 11401 | |
| 11402 * 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
|
11403 completion `choice' in `quail-current-str'; don't insert it. |
| 25837 | 11404 |
| 11405 1998-09-02 Kenichi Handa <handa@etl.go.jp> | |
| 11406 | |
| 11407 * bdf.el (bdf-generate-font): New argument CHARSET. Give WIDTH | |
| 11408 argument to ps-mule-generate-bitmap-font. | |
| 11409 | |
| 11410 * ps-print.el (ps-mule-font-info-database-bdf): The include ASCII | |
| 11411 entry and change Latin-1 entry in the default value. | |
| 11412 (ps-mule-font-info-database-ps-bdf): New variable. | |
| 11413 (ccl-encode-ethio-unicode): Bug of CCL code fixed. | |
| 11414 (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function | |
| 11415 registerd in FONT-SPEC. | |
| 11416 (ps-mule-bitmap-prologue): Fix PostScript code to realize correct | |
| 11417 charcter width of bitmap fonts. | |
| 11418 (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript | |
| 11419 procedure NF. | |
| 11420 (ps-begin-file): Output PostScript code for setting | |
| 11421 SpaceWidthRatio. | |
| 11422 (ps-plot-region): Use line-beginning-position to get a position of | |
| 11423 the beginning of the current line. | |
| 11424 | |
| 11425 * international/mule-cmds.el (register-input-method): Doc-string | |
| 11426 modified. | |
| 11427 | |
| 11428 1998-09-01 Dave Love <fx@gnu.org> | |
| 11429 | |
| 11430 * international/mule-cmds.el (current-language-environment): Fix | |
| 11431 setter function. | |
| 11432 | |
| 11433 1998-09-01 Simon Marshall <simon@gnu.org> | |
| 11434 | |
| 11435 * font-lock.el (tex-font-lock-keywords-2): Fontify \nocite like \cite. | |
| 11436 (lisp-font-lock-keywords-2): Fontify abort, assert, etc., separately. | |
| 11437 ({c,c++,objc,java}-font-lock-keywords-{2,3}): Fontify only type/class | |
| 11438 names with font-lock-type-face. Fontify type specs, etc., with | |
| 11439 font-lock-keyword-face. | |
| 11440 | |
| 11441 1998-08-31 Kenichi Handa <handa@etl.go.jp> | |
| 11442 | |
| 11443 * international/fontset.el (x-complement-fontset-spec): If ASCII | |
| 11444 font is specified in FONTLIST, don't substitute it for the | |
| 11445 resolved name. | |
| 11446 | |
| 11447 1998-08-31 Paul Eggert <eggert@twinsun.com> | |
| 11448 | |
| 11449 * international/mule.el (charset-description): Doc fix. | |
| 11450 | |
| 11451 * language/chinese.el, language/cyrillic.el, language/czech.el, | |
| 11452 language/devanagari.el, language/ethiopic.el, | |
| 11453 language/european.el, language/hebrew.el, language/indian.el, | |
| 11454 language/japanese.el, language/korean.el, language/lao.el, | |
| 11455 language/slovak.el, language/thai.el, language/tibetan.el, | |
| 11456 language/vietnamese.el: | |
| 11457 Add coding: local variable, to avoid bootstrapping problem | |
| 11458 if you need to recompile all the Lisp files using interpreted code. | |
| 11459 | |
| 11460 1998-08-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
| 11461 | |
| 11462 * cal-china.el (chinese-year-cache): Change range of years from | |
| 11463 1989-2000 to 1990-2010. | |
| 11464 | |
| 11465 1998-08-29 Dave Love <d.love@dl.ac.uk> | |
| 11466 | |
| 11467 * mail/smtpmail.el (smtpmail-send-it): Add autoload cookie. | |
| 11468 (smtpmail-via-smtp): Check that smtpmail-smtp-server is defined. | |
| 11469 | |
| 11470 1998-08-28 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
| 11471 | |
| 11472 * ps-print.el (ps-print-control-characters): Doc-string modified. | |
| 11473 (ps-output-string-prim): Comment format changed. | |
| 11474 (ps-do-despool): Indentation of source code changed. | |
| 11475 | |
| 11476 1998-08-28 Kenichi Handa <handa@etl.go.jp> | |
| 11477 | |
| 11478 * subr.el (sref): Make it an alias of aref. Make the | |
| 11479 byte-compiler warn that it is obsolete. | |
| 11480 (char-bytes): Make the byte-compiler warn that it is obsolete. | |
| 11481 | |
| 11482 * emacs-lisp/bytecomp.el (byte-compile-output-as-comment): | |
| 11483 Calculate the total bytes using position-bytes instead of | |
| 11484 char-bytes. | |
| 11485 | |
| 11486 1998-08-27 Karl Heuer <kwzh@gnu.org> | |
| 11487 | |
| 11488 * snmp-mode.el: New file. | |
| 11489 * files.el (auto-mode-alist): Add snmp-mode patterns. | |
| 11490 | |
| 11491 1998-08-27 Karl Eichwalder <ke@suse.de> | |
| 11492 | |
| 11493 * dired-aux.el (dired-compress-file-suffixes): Add `bz2'. | |
| 11494 | |
| 11495 1998-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
| 11496 | |
| 11497 * calendar/diary-lib.el (diary-block): Doc fix.. | |
| 11498 * calendar/calendar.el (diary-list-include-blanks): Doc fix.. | |
| 11499 | |
| 11500 1998-08-27 Richard Stallman <rms@gnu.org> | |
| 11501 | |
| 11502 * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp. | |
| 11503 * calendar/appt.el (appt-check): Start the appt-mode-string w/ space. | |
| 11504 Clear appt-mode-string if we don't put something in it. | |
| 11505 | |
| 11506 1998-08-27 Dave Love <fx@gnu.org> | |
| 11507 | |
| 11508 * ange-ftp.el (ange-ftp-allow-child-lookup): Reinstate checking | |
| 11509 dired-local-variables-file for dired-x. | |
| 11510 | |
| 11511 * emacs-lisp/find-func.el (find-function-search-for-symbol): Look | |
| 11512 for compressed library files too. | |
| 11513 | |
| 11514 1998-08-26 Kenichi Handa <handa@etl.go.jp> | |
| 11515 | |
| 11516 * language/european.el ("Latin-1"): Modify `documentation' key value. | |
| 11517 ("Latin-2"): Likewise. | |
| 11518 | |
| 11519 1998-08-26 Karl Heuer <kwzh@gnu.org> | |
| 11520 | |
| 11521 * dired-x.el (dired-guess-shell-alist-default): Fix regexp. | |
| 11522 | |
| 11523 1998-08-26 Albert L. Ting <alt@artisan.com> | |
| 11524 | |
| 11525 * mail/mail-hist.el (mail-hist-current-header-name): Fix test. | |
| 11526 (mail-hist-current-header-contents): Use mail-text-start. | |
| 11527 | |
| 11528 1998-08-26 Richard Stallman <rms@gnu.org> | |
| 11529 | |
| 11530 * cus-edit.el (customize-version-lessp): Handle a number as VERSION2. | |
| 11531 (customize-changed-options-previous-release): New variable. | |
| 11532 (customize-changed-options): Use that variable as default arg. | |
| 11533 | |
| 11534 1998-08-26 Karl Eichwalder <ke@suse.de> | |
| 11535 | |
| 11536 * midnight.el: Require `timer' not only when compiling. | |
| 11537 | |
| 11538 1998-08-26 Per Starback <starback@update.uu.se> | |
| 11539 | |
| 11540 * gnus/gnus-start.el (gnus-check-first-time-used): Change current | |
| 11541 buffer before creating help group. | |
| 11542 | |
| 11543 1998-08-26 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
| 11544 | |
| 11545 * gnus/gnus-start.el (gnus-save-newsrc-file): Bind | |
| 11546 coding-system-for-write before saving. | |
| 11547 | |
| 11548 1998-08-26 Kevin Rodgers <kevinr@ihs.com> | |
| 11549 | |
| 11550 * isearch.el (isearch-forward): Doc fix. | |
| 11551 | |
| 11552 1998-08-26 Andreas Schwab <schwab@delysid.gnu.org> | |
| 11553 | |
| 11554 * emacs-lisp/find-func.el: Fix :version tags to have a string | |
| 11555 value, not a float. | |
| 11556 | |
| 11557 * cus-dep.el: Fix typo in output. | |
| 11558 | |
| 11559 1998-08-25 Dave Love <fx@gnu.org> | |
| 11560 | |
| 11561 * repeat.el (repeat): Doc fix. | |
| 11562 [From rms:] | |
| 11563 (repeat-previous-repeated-command): New variable. | |
| 11564 (repeat): Check for real-last-command being null or repeat. Set | |
| 11565 repeat-previous-repeated-command. | |
| 11566 | |
| 11567 * browse-url.el (browse-url-netscape): Fix format for hex escapes. | |
| 11568 | |
| 11569 1998-08-25 Kenichi Handa <handa@etl.go.jp> | |
| 11570 | |
| 11571 * gnus/message.el (message-send-mail-with-sendmail): Bind | |
| 11572 coding-system-for-write by the return value of | |
| 11573 select-message-coding-system. | |
| 11574 (message-send-mail-with-qmail): Likewise. | |
| 11575 | |
| 11576 1998-08-24 Andreas Schwab <schwab@delysid.gnu.org> | |
| 11577 | |
| 11578 * emacs-lisp/autoload.el: Fix doc-string-elt property on | |
| 11579 define-derived-mode. | |
| 11580 | |
| 11581 * files.el (file-name-invalid-regexp): | |
| 11582 Fix regex for ms-dos without long file names. | |
| 11583 | |
| 11584 1998-08-24 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
| 11585 | |
| 11586 * ps-print.el: Multi-byte buffer handling. | |
| 11587 (ps-print-version): New version number (4.0) and doc fix. | |
| 11588 (ps-color-device, ps-face-bold-p, ps-face-italic-p): Conditional | |
| 11589 compilation for GNU Emacs and emacsens. | |
| 11590 (ps-generate-postscript-with-faces): Force invisible text to be | |
| 11591 visible. | |
| 11592 (dos-ps-printer): New var to avoid compilation gripes. | |
| 11593 | |
| 11594 1998-08-24 Kenichi Handa <handa@etl.go.jp> | |
| 11595 | |
| 11596 * ps-print.el (ps-mule-plot-string): Pay attention to the case | |
| 11597 that no more characters can't be printed in the current line. | |
| 11598 | |
| 11599 1998-08-24 Kenichi Handa <handa@etl.go.jp> | |
| 11600 | |
| 11601 * ps-print.el (ps-mule-find-wrappoint): ENDPOS should not be | |
| 11602 greater than TO. | |
| 11603 | |
| 11604 1998-08-24 Kenichi Handa <handa@etl.go.jp> | |
| 11605 | |
| 11606 * ps-print.el: Add codes to make ps-print.el work also on Emacs | |
| 11607 20.2 and the earlier version. | |
| 11608 (ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2. | |
| 11609 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise. | |
| 11610 (ps-mule-find-wrappoint): Likewise. | |
| 11611 (ps-mule-generate-font): Change `X' to `x' in format | |
| 11612 control-string. | |
| 11613 (ps-generate): Call ps-mule-begin before calling ps-begin-job. | |
| 11614 (ps-mule-cmpchar-prologue): Delete unnecessary `gsave' and | |
| 11615 `restore' form procedures `BC' and `EC'. | |
| 11616 | |
| 11617 1998-08-24 Kenichi Handa <handa@etl.go.jp> | |
| 11618 | |
| 11619 * ps-print.el (ps-print-prologue-1): Handle the case that FontBBox | |
| 11620 is an executable procedure. Make LineThickness, Xshadow, and | |
| 11621 Yshadow relative to FontHeight. Set SpaceWidth in BeginDoc. | |
| 11622 (ps-mule-font-info-database, ps-mule-font-info-database-ps, | |
| 11623 ps-mule-font-info-database-bdf): New vars. | |
| 11624 (ps-mule-encode-7bit, ps-mule-encode-8bit): New funs. | |
| 11625 (ccl-encode-ethio-unicode): New CCL program. | |
| 11626 (ps-mule-encode-ethiopic): New fun. | |
| 11627 (ps-mule-current-charset): New var. | |
| 11628 (ps-mule-get-font-spec, ps-mule-font-spec-src, | |
| 11629 ps-mule-font-spec-name, ps-mule-font-spec-encoding, | |
| 11630 ps-mule-font-spec-bytes, ps-mule-printable-p): New funs. | |
| 11631 (ps-mule-external-libraries): New var. | |
| 11632 (ps-mule-init-external-library): New fun. | |
| 11633 (ps-mule-font-cache): New var. | |
| 11634 (ps-mule-generate-font, ps-mule-generate-glyphs): New funs. | |
| 11635 (ps-last-font): New var. | |
| 11636 (ps-mule-prepare-font): New fun. | |
| 11637 (ps-mule-charset-list): New var. | |
| 11638 (ps-mule-prologue-generated, ps-mule-prologue): New vars. | |
| 11639 (ps-mule-skip-same-charset, ps-mule-find-wrappoint, | |
| 11640 ps-mule-plot-string): New funs. | |
| 11641 (ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue): | |
| 11642 New vars. | |
| 11643 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar, | |
| 11644 ps-mule-prepare-cmpchar-font): New funs. | |
| 11645 (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New | |
| 11646 vars. | |
| 11647 (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font, | |
| 11648 ps-mule-generate-bitmap-glyph): New funs. | |
| 11649 (ps-mule-initialize, ps-mule-begin): New funs. | |
| 11650 (ps-output-string-prim): Insert string as unibyte. | |
| 11651 (ps-output-prologue): New fun. | |
| 11652 (ps-flush-output): Handle the case of 'prologue. | |
| 11653 (ps-begin-file): Call ps-mule-initialize. | |
| 11654 (ps-begin-job): Set ps-control-or-escape-regexp differently if | |
| 11655 printing multibyte characters. | |
| 11656 (ps-begin-page): Set ps-mule-current-charset to 'ascii. | |
| 11657 (ps-basic-plot-string): Handle the case of printing ASCII | |
| 11658 characters by external libraries (e.g. BDF). | |
| 11659 (ps-set-font): Set ps-last-font. | |
| 11660 (ps-plot-region): Handle multibyte characters, use | |
| 11661 ps-mule-plot-string for them. | |
| 11662 (ps-generate): Set the spool buffer unibyte. Call ps-mule-begin. | |
| 11663 | |
| 11664 * bdf.el: New file. | |
| 11665 | |
| 11666 1998-08-23 Kenichi HANDA <handa@etl.go.jp> | |
| 11667 | |
| 11668 * international/mule-cmds.el (select-message-coding-system): New | |
| 11669 function. | |
| 11670 (set-language-environment-coding-systems): Set | |
| 11671 default-sendmail-coding-system. | |
| 11672 | |
| 11673 * mail/sendmail.el (sendmail-coding-system): Doc-string modified. | |
| 11674 (default-sendmail-coding-system): New variable. | |
| 11675 (sendmail-send-it): Encode the message by a coding system | |
| 11676 select-message-coding-system returns. | |
| 11677 | |
| 11678 1998-08-23 Eric Ludlam <zappo@gnu.org> | |
| 11679 | |
|
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
11680 * speedbar.el: (speedbar-with-writable): Remove `toggle-read-only'. |
| 25837 | 11681 (speedbar-mode): Set buffer to read only. |
| 11682 (speedbar-temp-buffer-show-function): For emacs don't call hook | |
| 11683 with arguments. | |
| 11684 (speedbar-stealthy-updates): Do all updates w/ the the buffer writable. | |
| 11685 | |
| 11686 1998-08-19 Dan Nicolaescu <done@ece.arizona.edu> | |
| 11687 | |
| 11688 * speedbar.el (speedbar-key-map): Fix typo. | |
| 11689 | |
| 11690 See ChangeLog.7 for earlier changes. |
